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.

Posts by samcarter‭

70 posts
81%
+7 −0
Meta Do we want an update for our logo?

"Why an update?" you might ask. The current logo looks nice, but there are a couple of problems which could be solved with an updated logo: Is the site name "Power User" or "Power Users"? Is th...

2 answers  ·  posted 1y ago by samcarter‭  ·  last activity 1y ago by trichoplax‭

Question discussion
60%
+1 −0
Q&A Programmatically changing the keyboard illumination in small steps

Instead of trying to build my own touch bar, I'm now using Karabiner Elements to remap the existing keys on the touchbar to the desired behaviour. The following configuration will remap the screen...

posted 1y ago by samcarter‭

Answer
71%
+3 −0
Q&A How to make background transparent and trim to content

I don't know if or if not this is possible from within grafx2, but your manual workflow can be simplified dramatically by using image magick. The following command will do all your steps at once an...

posted 1y ago by samcarter‭  ·  edited 1y ago by samcarter‭

Answer
77%
+5 −0
Q&A Permanently disable motivational messages and animations on duolingo.com

The problem is that these two settings are only stored in the local storage of the browser and not transmitted to duolingo. This means that when the local storage is cleared for some reason (for me...

posted 1y ago by samcarter‭

Answer
77%
+5 −0
Q&A Permanently disable motivational messages and animations on duolingo.com

I'm using firefox to access duolingo. The website offers settings to disable motivational messages and animations. However the settings frequently turn themselves back on automatically. Is there...

1 answer  ·  posted 1y ago by samcarter‭  ·  edited 11mo ago by Wicket‭

62%
+3 −1
Meta Is the mouse cursor in the Power User logo an accessibility problem?

Not really an accessibility issue, but this mouse pointer confused me to no end. I'm using macOS and this pointer looks exactly like my actual mouse pointer. I can't count how often I was looking f...

posted 1y ago by samcarter‭  ·  edited 1y ago by samcarter‭

Answer
60%
+1 −0
Q&A Adding option to pandoc call from RStudio

If ones uses RStudio to convert a rmarkdown file to pdf, RStudio will call pandoc with arguments like this: /opt/homebrew/bin/pandoc +RTS -K512m -RTS Untitled.knit.md --to beamer --from markdown+a...

2 answers  ·  posted 1y ago by samcarter‭  ·  last activity 1y ago by Canina‭

Question RStudio pandoc
60%
+1 −0
Q&A Setting a cookie with a userscript

@Canina had the brilliant idea to make my userscript reload the page in case the cookie did not exist previously. Using this idea, my userscript now works like this: Greasemonkey version // ==Us...

posted 1y ago by samcarter‭  ·  edited 1y ago by samcarter‭

Answer
75%
+4 −0
Q&A Setting a cookie with a userscript

Background: I'm using a websites which uses a pin code locally stored in a cookie for login. As firefox does not recognise the field to input the pin as a password field, it won't store the passwo...

2 answers  ·  posted 1y ago by samcarter‭  ·  last activity 1y ago by samcarter‭

69%
+7 −2
Meta Why did samcarter delete my post, simply because later other websites cross posted it?

I deleted the post because it was verbatim the same post as on several other sites, in particular it has been cross posted on https://www.reddit.com/r/teamviewer/comments/xr2row/after_disabling_...

posted 1y ago by samcarter‭  ·  edited 1y ago by samcarter‭

Answer
66%
+2 −0
Q&A Move folder one level up on Thunderbird

You can drag & drop the folder into the parent folder:

posted 2y ago by samcarter‭

Answer
60%
+1 −0
Q&A How to add vertical line in the middle of two marks on image

If you have access to the source of the image, fix the code instead of messing with the image. This will be much more accurate and result in a higher quality result. You could add the lines via ...

posted 2y ago by samcarter‭  ·  edited 2y ago by samcarter‭

Answer
66%
+2 −0
Q&A Using "Print using system dialogue" as default in Firefox

Good news! With Firefox Nightly 102.0a1 there is now an option in about:config called print.prefer_system_dialog If this is set to true, the system print dialogue will be used automatically.

posted 2y ago by samcarter‭

Answer
80%
+6 −0
Meta Please don't presume cross posting from me.

The url might not have been the best one to pick, but given that the question is verbatim the same as on other Q&A sites, I still think the presumption of a x-post is not so far fetched... T...

posted 2y ago by samcarter‭  ·  edited 2y ago by samcarter‭

Answer
81%
+7 −0
Q&A Using "Print using system dialogue" as default in Firefox

I'd like Firefox to automatically use the "Print using the system dialogue" setting: In older versions, I could use print.tab_modal.enabled = false in about:config to automatically get the ...

2 answers  ·  posted 2y ago by samcarter‭  ·  edited 2y ago by Alexei‭

77%
+5 −0
Q&A All file types associated with an application

How can I get a list of all file types for which a certain application is the default program? I know that I can get a list of all file types an application is capable of opening from the info.pli...

0 answers  ·  posted 2y ago by samcarter‭  ·  edited 2y ago by samcarter‭

Question macos11
71%
+3 −0
Q&A Activate `Prefer tabs when opening documents` only for one application

The setting can be changed on a per application basis with defaults write -app terminal AppleWindowTabbingMode -string always (replace terminal with the name of the app you want to change) Imp...

posted 2y ago by samcarter‭  ·  edited 2y ago by samcarter‭

Answer
71%
+3 −0
Q&A Activate `Prefer tabs when opening documents` only for one application

In macOS 11.6, I can go to System Preferences->General and activate the Prefer tabs when opening documents option so that new windows are opened as new tabs. This setting will influence many app...

1 answer  ·  posted 2y ago by samcarter‭  ·  edited 2y ago by Alexei‭

80%
+6 −0
Q&A Case independent tab completion in zsh shell

I'm using a zsh shell with zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}' autoload -Uz compinit && compinit to allow tab completion regardless of capitalisation, e.g. cd desk w...

1 answer  ·  posted 2y ago by samcarter‭  ·  edited 2y ago by Alexei‭

75%
+4 −0
Q&A Get unique list of all files in a git repository, which I modified

One can use sort -u to eliminate the duplicate entries and create a unique list: git whatchanged --author=samcarter --no-commit-id --name-only | sort -u

posted 2y ago by samcarter‭  ·  edited 2y ago by samcarter‭

Answer
72%
+6 −1
Q&A Get unique list of all files in a git repository, which I modified

I would like to get a list of all the files in a git repository which I modified. Take for example the repository https://github.com/josephwright/beamer . I tried the command git whatchanged --au...

2 answers  ·  posted 2y ago by samcarter‭  ·  edited 2y ago by Alexei‭

81%
+7 −0
Meta Wasn't this deleted question salvageable?

but isn't deletion overkill? As explained in comments, I deleted the post because the text is verbatim copied from two posts, which were published under the cc by-sa license, but you did not i...

posted 2y ago by samcarter‭  ·  edited 2y ago by Canina‭

Answer
75%
+4 −0
Q&A Change colour of search markers in firefox scroll bar

The markings for search results in the firefox scrollbar are pink by default (requires "Highlight All" to be selected): Is there any code I can plug into a userChrome.css file or similar to chan...

1 answer  ·  posted 2y ago by samcarter‭  ·  last activity 2y ago by Quasímodo‭

Question firefox ui
75%
+4 −0
Q&A Clean up firefox's new tab page in private mode

Adding the following code block to one's userContent.css file will remove the clutter: /* removing clutter from new tab */ @-moz-document url("about:privatebrowsing") { .promo { displ...

posted 2y ago by samcarter‭  ·  edited 2y ago by samcarter‭

Answer
75%
+4 −0
Q&A Clean up firefox's new tab page in private mode

By default, the new tab page in Firefox has a lot of clutter in private mode. How to remove all this clutter?

1 answer  ·  posted 2y ago by samcarter‭  ·  last activity 2y ago by samcarter‭

Question firefox