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
583 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 6mo ago by Zer0‭  ·  edited 6mo ago by Zer0‭

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 2mo ago by Zer0‭

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 7mo ago by Caleb‭

Answer
71%
+3 −0
Q&A How do I set UTF8 in a Vim modeline?

Occasionally someone* occasionally modifies one of the files I'm responsible for with an archaic tool that decides to convert the updated file to UTF-16 (probably lossless) or an even more archaic...

0 answers  ·  posted 4mo ago by DavidCary‭

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 8mo ago by samcarter‭  ·  last activity 7mo ago by samcarter‭

Question macos14
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 7mo ago by matthewsnyder‭

Answer
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 7mo ago by Michael‭  ·  edited 7mo ago by Michael‭

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 7mo ago by Canina‭

Question linux
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 8mo ago by matthewsnyder‭

Answer
71%
+3 −0
Q&A How do I download everything stored in iCloud?

Due to the GDPR (Article 20), services (like Apple or Google) had to offer EU citizens[1] the option to download their personal data. Many also offer this option to non-EU citizens to a greater or ...

posted 2mo ago by Zer0‭  ·  edited 2mo ago by Zer0‭

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 3mo ago by matthewsnyder‭

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

Generally speaking the best thing is two different internet providers. Different means not just who you send the bill to but different physical networks. In most areas, your options are: One cab...

posted 3mo ago by manassehkatz‭

Answer
71%
+3 −0
Q&A Understanding OAuth(2) security: what's a realistic threat model?

Threats In my head, there are three main threats, though the OAuth 2 RFC has a whole chapter on the topic. Your questions deal mostly with one of them and slightly with another. Fake login page ...

posted 1mo ago by Michael‭  ·  edited 28d ago by Michael‭

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 1mo ago by tarhalda‭

Answer
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 7mo ago by matthewsnyder‭  ·  edited 7mo ago by matthewsnyder‭

Answer
71%
+3 −0
Q&A Understanding OAuth(2) security: what's a realistic threat model?

Suppose I want to use some functionality on foo.com which requires associating my activity with me specifically - for example, posting on a forum, or playing some games and having the site keep tra...

1 answer  ·  posted 1mo ago by Karl Knechtel‭  ·  last activity 28d ago by Michael‭

71%
+3 −0
Q&A What are the security or privacy implications of browser clipboard events?

For context, I use Firefox to browse the Web. Some time ago, I followed some security- and privacy-oriented advice for configuring Firefox, which recommended (among many other things) disabling the...

1 answer  ·  posted 3mo ago by Karl Knechtel‭  ·  last activity 3mo ago by matthewsnyder‭

71%
+3 −0
Q&A Ought I clone my C Windows drive, from my old SSD to new SSD in new computer?

Over time, the Windows folder keeps gathering crap and grow. Therefore, a fresh installation of Windows is bliss - it is the only 100% working way to get rid of all waste files that it picks up ove...

posted 9mo ago by Lundin‭  ·  edited 8mo ago by Lundin‭

Answer
71%
+3 −0
Q&A RAM disk in macOS Ventura

This solution works for me on Ventura 13.4.1. Taken from an article by Tom Nelson on the MacSales.com site, How to Create and Use a RAM Disk with Your Mac (Warnings Included!). In a terminal app, ...

posted 11mo ago by basil.work‭  ·  edited 11mo ago by basil.work‭

Answer
71%
+3 −0
Q&A How can I transmit my current location to someone else's phone?

My partner and are are sometimes in the position of trying to find each other in a large or crowded space (like a convention center, or if one of us is driving to pick up the other somewhere). We ...

3 answers  ·  posted 11mo ago by Monica Cellio‭  ·  last activity 11mo ago by matthewsnyder‭

71%
+3 −0
Q&A Hardware for occasional direct control of personal server

PiKVM is an open source project which offers an internet KVM (keyboard-video-mouse) via a Raspberry Pi. It comprises an HDMI capture capability (also usable with VGA via adapters) which can be vie...

posted 10mo ago by Pogo‭

Answer
71%
+3 −0
Meta Closing "unclear" questions

if someone else has been able to answer to the asker's satisfaction, it is patently false that the question is unclear. That is actually a flawed premise. The question "what is the price of b...

posted 9mo ago by Quasímodo‭  ·  edited 9mo ago by Quasímodo‭

Answer
71%
+3 −0
Q&A How can I transmit my current location to someone else's phone?

[Update: I just noticed that you are on Android but your partner is on iPhone. I tweaked the wording here to focus more on that scenario] To share a live, realtime location from Android Google Map...

posted 11mo ago by tartley‭  ·  edited 11mo ago by tartley‭

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

quick fix I agree with Canina that you need to do two translations to fix this problem. Fortunately, it appears that you can recover the original text without loss. Try this: # first convert f...

posted 9mo ago by DavidCary‭

Answer
71%
+3 −0
Q&A How do I check email without depending on a mail client?

This is a broad topic, and I can't address all the details fully in one post. Instead, I will post an overview with enough keywords in each area, and leave it to the reader (and other questions) to...

posted 11mo ago by matthewsnyder‭  ·  edited 11mo ago by matthewsnyder‭

Answer