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 Michael‭

33 posts
87%
+12 −0
Q&A How does Google's Android developer registration affect sideloading and other stores?

Google has announced that Starting next year, Android will require all apps to be registered by verified developers in order to be installed by users on certified Android devices. They claim ...

3 answers  ·  posted 1y ago by Michael‭  ·  last activity 7mo ago by Michael‭

Question android
81%
+7 −0
Q&A What is an Android Browser I can trust for everyday use?

Akin to this question, but specifically for Android, what is a browser I can trust to load sites correctly and also work in my best interest?[1] I'm currently using Fennec, a sympathetic fork of F...

3 answers  ·  posted 6mo ago by Michael‭  ·  last activity 6mo ago by GeraldS‭

Question web-browsers android software-recommendation
81%
+7 −0
Q&A "File name too long" when printing a long base64 string. Why?

You're not printing it; you're trying to invoke the Base64. And since there isn't a PATH command that matches, your system is trying to look for a script file with that nonsense name to run. Try t...

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

Answer
81%
+7 −0
Q&A Why might a PGP-signed email be considered less secure than the same message without a signature?

I sent an email to a friend's work address. The email had an attachment, not a lot of text, and was signed (not encrypted) with my PGP signature. They briefly received the email before it ...

1 answer  ·  posted 1y ago by Michael‭  ·  last activity 1y ago by InfiniteDissent‭

Question email pgp
81%
+7 −0
Q&A reasonable to mandate sending attachments in a separate follow-up email to ensure that the recipient receives at least one message?

I think they're fixing the wrong problem, but it is a reasonable workaround… for now.[1] The real problem is that mail systems do not seem to trust your SMTP. Fix the underlying trust and filterin...

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

Answer
77%
+5 −0
Q&A chrome huge file weights.bin - can it be deleted

It's an AI model, reportedly Gemini Nano. I haven't tried this (having moved away from Chrome before the AI-in-everything craze), but users have suggested that it can be deleted if you are willing...

posted 7mo ago by Michael‭

Answer
77%
+5 −0
Q&A Do we have web based Discord client except the official one?

Depending on how much work you want to do, you could Create (or have) a Matrix homeserver where you are an admin. Bridge to Discord with mautrix-discord. Then use a browser-compatible client l...

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

Answer
77%
+5 −0
Q&A How to delete old files in GIT while keeping history?

Depending on some semantics, it is possible to do what you want, for a sufficiently motivated cohort of "we." The tricky part is that you're rewriting history, and everyone has to agree on that new...

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

Answer
77%
+5 −0
Q&A Automated Git bisect

Inspired by this comment thread, is there a way to automate git bisect with a new test (and a known good state)? The way things usually work for me is… Oh no! Reproducible bug is found. (Manual...

2 answers  ·  posted 3y ago by Michael‭  ·  last activity 1y ago by mcast‭

Question automation git
75%
+4 −0
Q&A How does Google's Android developer registration affect sideloading and other stores?

F-Droid has a blog post on the announced changes. It contains the excerpt below, emphasis mine: If it were to be put into effect, the developer registration decree will end the F-Droid project a...

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

Answer
75%
+4 −0
Q&A Is there an email client for Plasma Mobile?

I've resurrected my Linux phone hardware, set to try it again as a defense against the further subversion of Android as a platform you own in any way. I figured I'd install Plasma Mobile, as I use...

0 answers  ·  posted 1y ago by Michael‭

Question email linux smartphone postmarketos plasma-mobile
75%
+4 −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 3y ago by Michael‭  ·  edited 3y ago by Michael‭

Answer
71%
+3 −0
Q&A Can spammers discover valid email addresses?

If the local part isn't obvious,[1] I'd say the likelihood is high that the service shared or sold its list or possibly even was hacked. If you use the name of the service in the local part (micro...

posted 1mo ago by Michael‭

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

Include diffs in the log I would like to easily review commits in that date range […] I know that from the command line I can use git log with --since and --until options, but that just gets me...

posted 1y ago by Michael‭

Answer
71%
+3 −0
Q&A Linux / Android XMPP communication with OMEMO

The OMEMO encryption ecosystem for XMPP (Jabber) is split into distinct, incompatible versions. Unfortunately there are different versions of OMEMO encryption existing, that are incompatible to ...

1 answer  ·  posted 1y ago by Michael‭  ·  edited 10mo ago by Michael‭

Question xmpp omemo
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 2y ago by Michael‭  ·  edited 2y ago by Michael‭

Answer
71%
+3 −0
Q&A What's up with the .co.uk domain?

Generally, anyone who owns a domain at any level can make up whatever rules he or she desires to apply to its subdomains. If you own ponies.example.com, you could for example sell access to subdoma...

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

Answer
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 2y ago by Michael‭  ·  last activity 2y ago by techsavvytinkerer‭

Question firefox
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 2y ago by Michael‭  ·  edited 2y ago by Michael‭

Answer
66%
+2 −0
Q&A How can I capture (with forethought) the final on-screen text of a command onto the clipboard?

There's always ASCII Cinema where you can replay the session, including the timings, and you can just pause and copy the output of any particular part.

posted 9mo ago by Michael‭

Answer
66%
+2 −0
Q&A How to use GitHub Personal Access Token?

Art's answer is correct: a PAT just replaces a password in your existing HTTPS credential use. I'm going to write a bit more about why they did this, hopefully addressing some of your "SSH Confusio...

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

Answer
66%
+2 −0
Q&A What's the difference between "test content speed" and "test peak speed" in Orb?

This is mostly covered by the documentation. Orb's primary speed measurements and important for activities like streaming videos, downloading files, video conferencing, and other relevant day-to...

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

Answer
66%
+2 −0
Q&A LibreOffice Writer UI zooms in on other monitors

It's icky, but the generally accepted practice until this bug is fixed seems to be disabling Wayland when launching LibreOffice: WAYLAND_DISPLAY= SAL_USE_VCLPLUGIN=kf5 /usr/bin/libreoffice

posted 1y ago by Michael‭

Answer
66%
+2 −0
Q&A How to change default comment char for INI in VS Code?

You can't edit it in settings, but I do know where those come from. It's in language-configuration.json, under comments: Comment toggling VS Code offers two commands for comment toggling. Toggl...

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

Answer
66%
+2 −0
Q&A Are there consequences for going VR for primary computer display?

Is there research into the effects of replacing physical monitors with virtual reality "monitors" for daily use? I imagine that VR is not great for one's eyes, but is it worse than a monitor 50cm f...

1 answer  ·  posted 2y ago by Michael‭  ·  last activity 2y ago by matthewsnyder‭

Question monitor virtual-reality