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
Answer A: 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 for my mouse on the screen and wondering why it wouldn't move... My current workaround is to block t...
(more)
over 2 years ago
Comment Post #287380 This mouse pointer confused me to no end. I can't count how often I was looking for my mouse on the screen and wondering why it wouldn't move - solved the problem by blocking the image with my adblocker :)
(more)
over 2 years ago
Comment Post #287340 @#8049 Nice idea! As far as I can tell Rstudio uses an absolute path, but it turns out this path can be customised in `.Rprofile` via `Sys.setenv(RSTUDIO_PANDOC="/path/to/some/folder/")`, so I could point it to a wrapper script which adds the verbose option to the call. If you would like to write an ...
(more)
over 2 years ago
Comment Post #287347 Thanks for the suggestion! I'll keep that in mind as a last resort.
(more)
over 2 years ago
Edit Post #287340 Post edited:
over 2 years ago
Edit Post #287340 Initial revision over 2 years ago
Question 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+autolinkbareuris+texmathsinglebackslash --output Untitled.tex --lua-filter /Library/Frameworks/R.f...
(more)
over 2 years ago
Edit Post #287144 Post edited:
over 2 years ago
Edit Post #287171 Post edited:
over 2 years ago
Edit Post #287171 Initial revision over 2 years ago
Answer 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 ``` // ==UserScript== // @name test // @match ://example.com/ // @run-at documen...
(more)
over 2 years ago
Comment Post #287170 @#8049 Thanks for your edit! So many options to choose from :P
(more)
over 2 years ago
Comment Post #287170 Thank for for digging up all the information and offering all these alternative approaches. I particular like the idea of an automatic reload!
(more)
over 2 years ago
Edit Post #287167 Initial revision over 2 years ago
Question 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 password for me. To avoid having to remember the pin myself, I'm using a greasemonkey user script to aut...
(more)
over 2 years ago
Comment Post #287149 Can you try if https://answers.microsoft.com/en-us/windows/forum/all/remove-game-pass-pop-upapp-when-turn-on-computer/45f7fff0-afba-42ee-ac99-0196b405b29e might do the trick?
(more)
over 2 years ago
Edit Post #287144 Post edited:
over 2 years ago
Edit Post #287144 Post edited:
over 2 years ago
Edit Post #287144 Post edited:
over 2 years ago
Edit Post #287144 Post edited:
over 2 years ago
Comment Post #287143 "Users here may not control whether later other websites cross post them" this would be true for sites which automatically scrap other sites, but this hardly applies if you copy your posts to other sites like reddit or the teamviewer forum. In case the content was reposted without your knowledge...
(more)
over 2 years ago
Edit Post #287144 Post edited:
over 2 years ago
Edit Post #287144 Post edited:
over 2 years ago
Edit Post #287144 Initial revision over 2 years ago
Answer A: 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/afterdisablingpasswordsonremoteteamviewer/ - https://www.reddit.com/r/teamviewer/comments/xr3e3v/afterdisablingpassw...
(more)
over 2 years ago
Comment Post #286902 Can you show us what `git remote show origin` says? (replace your username and package name if you don't want to show them publicly)
(more)
almost 3 years ago
Comment Post #286871 You're welcome! (wrote a short answer)
(more)
almost 3 years ago
Edit Post #286872 Initial revision almost 3 years ago
Answer A: Move folder one level up on Thunderbird
You can drag & drop the folder into the parent folder:
(more)
almost 3 years ago
Comment Post #286871 Do you have a parent folder into which you could drag&drop the folder? https://s3.amazonaws.com/storage.qpixel.artofcode.co.uk/3CcqMdqoKUTegKcGrghkiKVj
(more)
almost 3 years ago
Edit Post #286785 Post edited:
almost 3 years ago
Comment Post #286781 @#56802 Unrelated to the question, but if you have control over the source, consider using another format than png. If you can export to pdf, svg or similar, you will have much better quality for this type of graphic than if you use a pixelated format like png
(more)
almost 3 years ago
Comment Post #286781 @#56802 Have a look at https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.vlines.html
(more)
almost 3 years ago
Comment Post #286785 @#56802 I determined the coordinates by simple trial and error. With a bit of experience, this gets very fast, I think it took something like 4 tries per coordinate.
(more)
almost 3 years ago
Edit Post #286785 Post edited:
almost 3 years ago
Edit Post #286785 Post edited:
almost 3 years ago
Edit Post #286785 Post edited:
almost 3 years ago
Edit Post #286785 Post edited:
almost 3 years ago
Edit Post #286785 Post edited:
almost 3 years ago
Edit Post #286785 Post edited:
almost 3 years ago
Edit Post #286785 Initial revision almost 3 years ago
Answer 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 latex (texlive is available via the usual linux package managers, but is often already installed b...
(more)
almost 3 years ago
Comment Post #286770 Duplicate https://meta.codidact.com/posts/286105
(more)
almost 3 years ago
Comment Post #286731 Can you please add more information about the setup *you* use? What version of outlook do you have? How do the images look like embedded vs. attached? What are their physical size? What file size do they have?
(more)
almost 3 years ago
Comment Post #286731 Can you please stop using all caps to emphasis words? That comes across as shouting at your audience.
(more)
almost 3 years ago
Comment Post #286580 Your question does not contain enough information. Do you have other backups of the videos or are they the only backups? How important are they for you? Just a nice to have or would it be a catastrophe if you'd lose them? Also does the speed of your computer bother you?
(more)
almost 3 years ago
Comment Post #286560 Just as a test: does the time until it freezes change if you switch to another recording quality in `Preferences->Output->Recording Quality`?
(more)
almost 3 years ago
Edit Post #286509 Question closed about 3 years ago
Comment Post #286509 Please show a screenshot of the settings *you* used. Also adding the version might be helpful.
(more)
about 3 years ago
Comment Post #286418 ... and the bad news are that firefox changed the behaviour of the findbar after 100, so I can choose either broken printing < 102 or broken searching > 100 or (the ultimate winner) both broken in 101
(more)
about 3 years ago