Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Welcome to the Power Users community on Codidact!

Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.

Activity for samcarter‭

Type On... Excerpt Status Date
Comment Post #292147 Please include which OS you are using and which shortcuts you'd like to change. On mac, one can use the karabiner elements app to remap some of the firefox shortcuts. For other OS, there are addons like https://addons.mozilla.org/en-GB/firefox/addon/shortkeys which allow to remap some shortcuts.
(more)
8 months ago
Edit Post #292104 Post edited:
8 months ago
Comment Post #291832 > IMO that MS article should just be posted in an answer, instead of getting carried away with links, images and versions. I won't post it, since I wasn't the one who found it. In fact, since the question is closed, now nobody can post an answer... The problem is that the question lacks informatio...
(more)
9 months ago
Comment Post #291832 > On their profile, I only see one question (this one). There are persons with more than one account.
(more)
9 months ago
Comment Post #291832 "beyond what's already evident from the image." The problem is that taking information from the image, does not tell us anything about the system of the OP, it just tells us that a random user on the internet uses a certain version of windows (or used this version 6 years when they posted the image)....
(more)
9 months ago
Comment Post #291832 For me personally, I think the question still needs to state which version they use.
(more)
9 months ago
Comment Post #291832 https://support.microsoft.com/en-us/topic/june-12-2018-kb4284835-os-build-17134-112-16f9a266-d39a-7ab2-ca57-2707aa754cbb > Addresses an issue in which customers with a combination of specific Windows display languages and user preferred language list (UPLL) entries receive an extraneous UPLL entry...
(more)
9 months ago
Comment Post #291832 No, the image is not hosted on CD. From the markdown source of the question: `![](https://i.redd.it/pkbcrujki6v01.png)`
(more)
9 months ago
Comment Post #291832 A random screenshot from somewhere on the internet does not give us any information about which version the OP uses.
(more)
9 months ago
Comment Post #291832 If one leaves out the link and image, which is not hosted by Codidact and instead uses an often blocked image hosting, does the question really contain enough information to be answerable without making assumptions?
(more)
9 months ago
Comment Post #291832 I'm not sure it is so obviously Win8 or Win10. In previous questions by the same person, we had screenshots from all kinds of versions back to XP. They got answers specific to the version shown in screenshots, only to then reveal that they don't use this version of windows. This was very frustrating ...
(more)
9 months ago
Edit Post #291832 Question closed 9 months ago
Comment Post #291832 Please also include information about your system in your question, e.g. which version of windows you have
(more)
10 months ago
Comment Post #291832 Please use Codidact's own image upload. This will ensure that everybody who can view this site will also be able to view your image.
(more)
10 months ago
Edit Post #291816 Post edited:
10 months ago
Comment Post #291702 In case you don't get an answer here: please note that there are Q&A sites specifically for latex and friends, e.g. https://topanswers.xyz/tex (if you decide to re-ask there, please include a small, but compilable test document, so that people can see which class you use. If it happens to be beamer, ...
(more)
10 months ago
Edit Post #291549 Post edited:
10 months ago
Comment Post #291527 I can't reproduce the problem, but some things you can try: instead of using the script editor to create the application, maybe try with `Automator.app`. This has an action "Run AppleScript" into which you can copy the content of your script. Or you could use https://github.com/sveinbjornt/Platypus t...
(more)
10 months ago
Comment Post #291164 Thanks! Much less confusing now!
(more)
about 1 year ago
Comment Post #291164 Please format the attribution to the source in a more readable manner, e.g. by using a link using the syntax `[linked text](url)`
(more)
about 1 year ago
Edit Post #291162 Post edited:
reformatted attribution to make it easier to understand
about 1 year ago
Edit Post #291098 Post edited:
about 1 year ago
Edit Post #291098 Post edited:
Cherry pick parts of @Michael's suggested edit
about 1 year ago
Edit Post #291098 Post edited:
about 1 year ago
Edit Post #291098 Initial revision about 1 year ago
Question Hide badge from Firefox extension icon
The default icon of the Tunnelbear Firefox extension looks like this: Icon of the Tunnelbear extension depicting an empty tunnel opening, overlaid by a large badge with the word "Off" I would like to hide the "Off" badge so that it looks like this: Icon of the Tunnelbear extension depicting ...
(more)
about 1 year ago
Edit Post #291063 Post edited:
formatting
about 1 year ago
Edit Post #291079 Post edited:
formatting
about 1 year ago
Comment Post #290886 You could use a 10 finger type trainer program. They usually show statistics which letters problematic.
(more)
about 1 year ago
Comment Post #290639 x-post https://softwarerecs.stackexchange.com/questions/88765/what-free-apps-let-me-pause-while-im-recording-a-video-on-iphone-13-with-ios-1
(more)
about 1 year ago
Comment Post #290705 Welcome to powerusers!
(more)
about 1 year ago
Edit Post #290706 Post edited:
Works exactly the same in the macOS version
about 1 year ago
Comment Post #290639 For me personally, this question lacks the information, if the apps suggested in the various reddit threads solved their problem.
(more)
about 1 year ago
Comment Post #290639 @#61308 From the linked accounts on reddit and the duplicate on math.cd I very much doubt that this is a new user.
(more)
about 1 year ago
Edit Post #290686 Post edited:
about 1 year ago
Edit Post #290686 Post edited:
about 1 year ago
Edit Post #290686 Initial revision about 1 year ago
Answer A: Centre tick labels in mermaid/gantt diagram
As a quick and very dirty hack, one could stick some invisible characters, like em-spaces (U+2003), in front of the date. ```` ```mermaid gantt tickInterval 1day axisFormat                                    %d %b dateFormat DD-MM TUG :a2, 19-07, 3d ``` ```` (if your screen is ve...
(more)
about 1 year ago
Edit Post #290685 Initial revision about 1 year ago
Question Centre tick labels in mermaid/gantt diagram
I'm using the note taking app obsidian. In one of my notes I have a mermaid/gantt diagram which looks like this: Source code: ```` ```mermaid gantt tickInterval 1day axisFormat %d %b dateFormat DD-MM TUG :a2, 19-07, 3d ``` ```` Rendered result: gantt diagram of a three day e...
(more)
about 1 year ago
Edit Post #290639 Question closed about 1 year ago
Comment Post #290639 Did you try the app suggested on reddit? Or the apps in suggested in all the other duplicates from this account on reddit?
(more)
about 1 year ago
Comment Post #290639 Do all your quotes contribute anything to the question? They just read like a rant. Please also don't repost the exact same question you've already asked somewhere else, that's not good for the SEO of Codidact. Instead tailor your question to the site you post on.
(more)
about 1 year ago
Comment Post #290545 When reading your title in the question list, my first thought was "this belongs on cooking.codidact" :)
(more)
about 1 year ago
Comment Post #290390 Oh, that's brilliant! Thanks a lot!
(more)
over 1 year ago
Edit Post #290178 Post edited:
rolled back the edit as a follow-up question has been posted
over 1 year ago
Comment Post #290178 @#64628 Thank you!
(more)
over 1 year ago
Comment Post #290178 This might or might not be the case, but your original question and the answer might nevertheless be useful for other users and a new question would give you the opportunity to clearly explain your situation without any cost or disadvantages for you.
(more)
over 1 year ago
Comment Post #290178 I'm not a SME for data bases, but without the constrain that you want to move your DB, you would not have to be concerned about a client writing to the database after dump is done, would you? So this additional constrain of yours seems to change the situation.
(more)
over 1 year ago
Comment Post #290178 @#64628 Thanks for providing more information to clarify your situation! However your edit changed the premise of your question quite a bit and the answer you already got no longer fits your question. Can you please roll-back your edit and instead ask a new follow-up question including the new in...
(more)
over 1 year ago