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
649 posts
 
66%
+2 −0
Q&A Reddit: How to get around "whoa there, pardner!"

For the last year or so, when I go to old.reddit.com I get the "whoa there, pardner" message with some garbage about scripts. reddit.com says "You've been blocked by network security.". I do use a...

1 answer  ·  posted 4mo ago by matthewsnyder‭  ·  last activity 4mo ago by matthewsnyder‭

Question reddit
66%
+2 −0
Q&A Understanding integrated/low-end GPU performance for budget upgrades

You're in a bit of a period of transition - and it's a little more complicated than one would assume. A decade is a very long time, and both 'big' CPU makers are transitioning towards much more cap...

posted 4mo ago by Journeymangeek ‭  ·  edited 4mo ago by Michael‭

Answer
66%
+2 −0
Q&A How to enable `Alt + .` in bash with Vim bindings

Want I want Alt-. get the last argument to the last command, as it does in a default bash terminal, when Vim bindings are enabled. Similar to this SO post, but with a bash terminal, not zsh. MW...

1 answer  ·  posted 4mo ago by mcp‭  ·  last activity 4mo ago by Quasímodo‭

66%
+2 −0
Q&A Understanding integrated/low-end GPU performance for budget upgrades

I'm a big believer in benchmark vs. cost, so I would suggest the following approach: Determine "current power" of the hardware you currently have. Do some representative task on it and measure p...

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

Answer
66%
+2 −0
Q&A Can I "multi-etch" boot media?

A couple of years ago when I installed Linux, I followed some instructions to get an "etching" tool to load an ISO onto removable media for a live boot - in my case, a 4GB microSD card. It worked f...

1 answer  ·  posted 6mo ago by Karl Knechtel‭  ·  last activity 6mo ago by samcarter‭

66%
+2 −0
Q&A How do I color — some but NOT all — text in a sentence, in HTML5?

My corporation has a discussion forum that uses HTML. I'm uncertain if this is HTML5, and if it also uses CSS. <font color="red">Color this red.</font> failed, probably because "The ...

1 answer  ·  posted 3y ago by TextKit‭  ·  edited 3y ago by TextKit‭

Question html
66%
+2 −0
Q&A How can I get my browser to block a specific SVG (Discord server icon)?

The selector may be something like: #<idname> { visibility: hidden; } This should leave the space allocated but hide the content. Note: I added this in the comments but putting here as wel...

posted 3y ago by CodeFarmer‭  ·  edited 3y ago by CodeFarmer‭

Answer
66%
+2 −0
Q&A How can I get my browser to block a specific SVG (Discord server icon)?

One possibility is to use an ad-blocker that can hide HTML elements based on a filter expression. I haven't used AdBlock for many years, so i can't say whether AdBlock can do it. However, uBlock Or...

posted 3y ago by elgonzo‭  ·  edited 3y ago by elgonzo‭

Answer
66%
+2 −0
Q&A How to concurrently, productively change all gray color in all headings and subheadings in this PDF?

TL;DR You can't, at least not easily. Generally speaking, PDFs are read only documents. That is deliberate, as it helps with use of PDFs as a replacement for paper documents. What you see is what ...

posted 3y ago by manassehkatz‭

Answer
66%
+2 −0
Q&A How to dye all elements of an image (besides the transparent background) White?

I have a transparent-backgrounded colorful raster-image (.png). I want everything in the image to just become White (besides the background, which should stay transparent). Is there any single ac...

1 answer  ·  posted 3y ago by deleted user  ·  last activity 3y ago by Quasímodo‭

Question gimp
66%
+2 −0
Q&A What is the correct way to change the color of an element in GIMP?

I marked an image element with magic wand in GIMP and then used bucket fill to dye it in another color. For some elements it worked well, but other elements were damaged (became more "aliased" or ...

1 answer  ·  posted 3y ago by deleted user  ·  edited 3y ago by deleted user

Question gimp
66%
+2 −0
Q&A Automatically restore a dropped Zoom connection?

I once again (thanks Covid!) have a weekly gathering that has moved from in-person to virtual, using Zoom. I am an attendee, not the host. I need to be able to join the meeting up to about 18 hou...

0 answers  ·  posted 3y ago by Monica Cellio‭  ·  edited 3y ago by Monica Cellio‭

66%
+2 −0
Q&A RSS feed client for Windows 10 which allows stacking and popups

I seek a recommendation for a native RSS program which is: Installable on Windows 10 Allows stacking: Putting all notifications in one place (for example, if I get feeds from two websites, I ca...

0 answers  ·  posted 3y ago by deleted user  ·  edited 3y ago by Moshi‭

66%
+2 −0
Q&A Camera USB device in file explorer - why so slow?

This is a function of how the device presents itself over the USB, and also possibly what file format it stores pictures in. Some modern cameras can be switched between being a "camera" or "file s...

posted 3y ago by Olin Lathrop‭

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

You could take the list you have, then sort it and remove redundant lines. Sorting programs come with the OS nowadays. I've had to do such things occasionally, so I created a program to eliminate...

posted 3y ago by Olin Lathrop‭  ·  edited 3y ago by Olin Lathrop‭

Answer
66%
+2 −0
Q&A Why's "Merge Layers" faded greyed out? Then how can I merge or combine these 3 colored areas?

You only have the single "Color Fill 2" layer selected. You have to select all the layers you want to merge at the same time. Hold the Ctrl key and click all three layers to select all three at the...

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

Answer
66%
+2 −0
Q&A Block certain namespace webpages for anonymous users (non registered users) with some Information Security method

Per each general audience webpage (i.e. any main-namespace page such as an article page or Category: page), the MediaWiki content management system creates about 10 or 100 or 1,000 if not more webp...

0 answers  ·  posted 2y ago by deleted user

Question website
66%
+2 −0
Q&A Browser video sometimes stops working; how can I figure out why?

I leave my Mac (Mini, not laptop) running all the time, only rebooting when something forces me to (like a software update). My uptimes are usually measured in weeks, sometimes months. Occasional...

3 answers  ·  posted 2y ago by Monica Cellio‭  ·  last activity 10mo ago by matthewsnyder‭

66%
+2 −0
Q&A Linux distro and documentation for a Windows power user wanting to become a Linux power user without spending a lifetime in the process?

It's better to start in the shallow end Even the "friendliest" Linux distributions usually don't get in your way very much, or try to force you to do things in a specific way to the extent that Wi...

posted 1y ago by Karl Knechtel‭  ·  edited 1y ago by Karl Knechtel‭

Answer
66%
+2 −0
Q&A Why is WAVE throwing an "empty button" error when there's a type attribute specified?

Running the WAVE browser extension on a site, I'm getting an "Empty button" error on a search submit box: A <button> element is present that contains no text content (or alternative text...

1 answer  ·  posted 1y ago by Mithical‭  ·  last activity 1y ago by Moshi‭

66%
+2 −0
Q&A How can I set the font size in LibreOffice Draw to change based on the amount of text entered?

Is there a way to set a dynamic font size for text boxes in LibreOffice Draw? I want it to change the font size based on the amount of text entered. For example: versus (Images taken from th...

0 answers  ·  posted 1y ago by tarhalda‭

66%
+2 −0
Q&A Linux distro and documentation for a Windows power user wanting to become a Linux power user without spending a lifetime in the process?

Distro TL;DR: Mint is good for you. There are many choices and many of them are good. As long as it is somewhat popular and not a specialized distro it should be good enough. Don't worry about it...

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

Answer
66%
+2 −0
Q&A Why do tty's log in even with a wrong password or none at all?

I have a Manjaro machine with mostly default programs in the background. I recently found out that when signing in to the other tty's (the ones you go to by pressing CTRL+ALT+F#), it logs in withou...

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

Question linux manjaro PAM
66%
+2 −0
Q&A Why do tty's log in even with a wrong password or none at all?

OK, I was messing with the configs and removing the fprintd lines auth sufficient pam_unix.so try_first_pass likeauth nullok auth sufficient pam_fprintd.so And the offending file wa...

posted 1y ago by SpookedByRoaches‭

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

Surely there is a more elegant way, but I simply take a screenshot of the map (with a pip showing my location) and send it to the other person.

posted 1y ago by matthewsnyder‭

Answer