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.

Search

Advanced Search Options

To further refine your search, you can use additional qualifiers such as score:>0.5. For example, the search score:>=0.5 created:<1y grammar would return only posts mentioning "grammar" that have a score >= 0.5 and were created less than a year ago.

Further help with searching is available in the help center.

Quick hints: tag:tagname, user:xxx, "exact phrase", post_type:xxx, created:<N{d,w,mo,y}, score:>=0.5

Filters
677 posts
 
71%
+3 −0
Q&A How can I disable channel drag and drop in Discord?

Since there seem to be no userscripts for this, I wrote one myself. It should work with all major userscript managers and browsers. The script prevents the dragstart event and thus drag and drop f...

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

Answer
71%
+3 −0
Q&A What is a good browser suitable for every-day use that respects user privacy and freedom?

qutebrowser Qutebrowser is a small, independent project that is not a fork of any major browser. It is notable in being designed for keyboard-only navigation, inspired by the Vimium extension, whi...

posted 1y ago by matthewsnyder‭

Answer
71%
+3 −0
Q&A Low cost programmatic access to US brokers

Are there US stock brokers that allow programmatic access for retail investing? I would like to be able to connect to my broker's API to check my stock portfolio and place trades. I'm not looking ...

0 answers  ·  posted 1y ago by matthewsnyder‭  ·  edited 1y ago by matthewsnyder‭

71%
+3 −0
Q&A Easiest way to set up a mailing list

Sorry, no simple answer here, though I did find one service free for up to 100 users: https://groups.io Any "service", as opposed to software you install on your own system, needs to be paid for, ...

posted 1y ago by manassehkatz‭

Answer
71%
+3 −0
Q&A Is there a memory book for humans?

There are many vector search libraries and engines for use in machine learning, apis, databases, and programs. https://github.com/currentslab/awesome-vector-search has a list of some of them. For ...

posted 1y ago by Zer0‭

Answer
71%
+3 −0
Q&A Is there a memory book for humans?

LLMs (AI) have limited context windows which makes it challenging to include all necessary context in the prompt. A common solution is a memory book. The memory book stores arbitrarily large amoun...

2 answers  ·  posted 1y ago by matthewsnyder‭  ·  last activity 1y ago by Zer0‭

71%
+3 −0
Q&A Best practices for small, internet-critical company's ISP for maximal uptime

[Comcast] said normally small businesses get a plan from a second internet provider, for example AT&T, to reduce the chances of the internet going down. I am wondering if that is actually the...

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

Answer
71%
+3 −0
Q&A How can I do a one-time data import to DokuWiki to create many pages?

I am new to DokuWiki and have done the basic setup for a private wiki. I want to use it as an alternative to a spreadsheet I've been using to track my ratings and other notes for a category of pro...

1 answer  ·  posted 1y ago by Monica Cellio‭  ·  edited 1y ago by Monica Cellio‭

Question dokuwiki
71%
+3 −0
Q&A How to change "Master Password" of KeePassXC Database?

For Linux/macOS: Database -> Database Security... -> Change Password For Windows: Database -> Database Security... -> Security -> Change Password

posted 1y ago by propatience‭  ·  edited 9mo ago by propatience‭

Answer
71%
+3 −0
Q&A How can I separate a home LAN to isolate resources?

I have a home network, including a server (not on public internet) that runs various services. For example, a Nextcloud instance with family photos. Currently, the server is connected to my router...

0 answers  ·  posted 1y ago by matthewsnyder‭

Question home-networking
71%
+3 −0
Q&A How can I filter GitHub commits by date range, in a friendlier way than git log?

I would handle this with git bisect. Assuming you have a known good old commit C_GOOD (this would be your "since") and a known bad new commit C_BAD (this would be your "until"), git bisect start C_...

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

Answer
71%
+3 −0
Q&A How can I make moving from Chrome to Firefox as simple as possible?

Firefox is apparently able to automatically import all that: https://support.mozilla.org/en-US/kb/switching-chrome-firefox I personally don't use these auto-imports. I find that browser migration ...

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

Answer
71%
+3 −0
Q&A How to add a file to a >5GB bootable UDF ISO?

I have a moderately large ISO image (>5 GB)[1] to which I want to add a single file[2], and I want to do that on Linux (preferably using only software which is available in Debian's main and con...

0 answers  ·  posted 1y ago by Canina‭

Question linux
71%
+3 −0
Q&A Determine encoding of text

If your goal is to fix your files like David Cary's iconving does, but you can't tell the mis-encodings that transpired to create your text, you can use a little Python and the ftfy library[1] as f...

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

Answer
71%
+3 −0
Q&A How do I make animated dotted lines ("marching ants") in images on my web page?

SVG apparently has an <animate> tag which can do this. The thing you would animate is the offset of the points/dashes on the line. This is called <stroke-dashoffset>. It sounds like y...

posted 1y ago by matthewsnyder‭

Answer
71%
+3 −0
Q&A Disable input sources pop-up in macOS 14

Since the update to macOS 14.0 Sonoma, I every now and then get the following pop-up while typing. At first it is just the blue circle with "US": When I click on it, the white part with "DE" app...

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

Question macos14
71%
+3 −0
Q&A Best practices for small, internet-critical company's ISP for maximal uptime

Your only real option here is redundancy. Besides what manassehkatz explained already, you can also open a second office in a different location. It seems unlikely that internet would fail in two ...

posted 1y ago by matthewsnyder‭

Answer
71%
+3 −0
Q&A Automated Git bisect

Of course you can. The script should probably be external to the repository (either stored outside it or in the working tree but not committed and not conflicting with anything in history), otherwi...

posted 1y ago by Caleb‭

Answer
71%
+3 −0
Q&A Cannot search inside PDFs with MediaWiki

I ran which gs convert pdfinfo pdftotext and noticed that the output was /usr/bin/gs, etc. The Ubuntu defaults for PdfHandler have the path set as gs, not /usr/bin/gs. I changed the paths for gs, p...

posted 12mo ago by tarhalda‭

Answer
71%
+3 −0
Q&A Set a default zoom level for all websites

Firefox allows to set the default zoom level in its preferences. Go to Preferences->General->Zoom->Default zoom to set it according to taste

posted 7mo ago by samcarter‭

Answer
71%
+3 −0
Q&A Synchronize OTP across multiple devices

The QR code for Time-based one-time passwords (TOTP) just contains some secret info[1] to seed the TOTP app.[2] You can dump it into another implementation of TOTP. The seed and the current time wi...

posted 7mo ago by Michael‭  ·  edited 7mo ago by Michael‭

Answer
71%
+3 −0
Q&A Why don't motherboards support the highest RAM Speeds?

With overclocking, it's probably just the standard caveats: It might damage your hardware (although this seems unlikely for merely changing memory speeds) Your software might become unstable (B...

posted 6mo ago by matthewsnyder‭

Answer
71%
+3 −0
Q&A How do I change to a new email address for Google Groups subscriptions?

I am subscribed to several Google Groups (email lists). I want to change the address where I receive that email, preferably without having to unsubscribe and resubscribe for each list. (Some list...

1 answer  ·  posted 6mo ago by Monica Cellio‭  ·  last activity 4mo ago by Monica Cellio‭

Question google-groups
71%
+3 −0
Q&A How to change default comment char for INI in VS Code?

When I set a file's language as "INI" in VS Code, and use the "comment" command, it uses ; as the comment character. Is there a way to make it use # instead?

1 answer  ·  posted 7mo ago by matthewsnyder‭  ·  last activity 7mo ago by Michael‭

71%
+3 −0
Q&A Change keyboard shortcuts in Firefox

Where do I go to change keyboard shortcuts in Firefox? I've been in the settings section and used their setting search, both for "keyb" and for "shortc" and nothing likely-looking comes up. Is the...

1 answer  ·  posted 8mo ago by Michael‭  ·  last activity 6mo ago by techsavvytinkerer‭

Question firefox