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.
General Q&A about software and hardware usage
Filters (None)
How to add minimize and maximize buttons to top right corner on Gnome windows for Debian 12?
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...
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...
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...
This is a small call center with maybe 20 employees. I do not know how many calls it is taking per day, how many field agents it is remotely dispatching, or how many customers it has, but you can e...
I have a custom spreadsheet viewer in Vim that splits the headers into a top pane and the rest into a bottom pane. I bind horizontal scrolling so that scrolling right keeps the headers above the co...
As far as I know, Apple iCloud does not offer much of a straightforward way to store a massive photo/video library in the cloud, and offload it from devices. iCloud backup features an "optimize st...
My keyboard is getting old and occasionally I notice the key presses don't quite register. This keyboard uses membrane switches so I can see how they would wear out after a while and not be as resp...
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...
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...
I use Cheese to take photos with my webcam. The photos get saved under ~/Pictures/Webcam which I don't like. I want them somewhere else. In typical, presumptuous Gnome fashion, there is no UI in C...
I'm using the note taking app obsidian. In one of my notes I have a mermaid/gantt diagram which looks like this: Source code: ```mermaid gantt tickInterval 1day axisFormat %d %b dateFormat...
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...
I tried to use my Wireguard VPN on Android, and, it sucks! I installed https://f-droid.org/packages/com.wireguard.android/ thinking that would be "the" wireguard app. I configured it with my conne...
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...
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 ...
When I receive a call with Google Voice open in a browser on my desktop, it only rings briefly in the browser (about 2 seconds). After that, my phone starts ringing. When I'm at my computer, I wan...
I have created a Google calendar in Google account A. In the calendar's settings, under Access permissions for events, I have left Make available to public unchecked. When I click Get shareable lin...
When I use my Firefox-family browser to connect to Google Meet: Update your browser to use visual effects You're using an older browser version that doesn't work with Meet's visual effects I...
I like to arrange my browser on one site of my screen and have room for another application on the other half of the screen. This results in a width of my browser window of about 775 px. Many site...
When using Discord in a web browser, on a server where I have admin privileges, I sometimes find that I've accidentally moved a channel, which affects everyone on the server and can affect channel ...
What is the easiest way to set up a mailing list? The goal is to send an email to one address, and it gets automatically re-sent to everyone who is currently subscribed to that list. Ideally, the ...
I have an iPhone 12 mini, which runs iOS 15. When I upload a 5GB video on some website such as https://www.filemail.com/, https://www.datatransfer.com/, https://www.sendbig.com/ or https://wetransf...
On my work laptop, I have realized that I have a rather low disk space on the system drive. I have run a disk usage application (Run as Admin) to try to understand what is taking so much space and ...
A MariaDB server is installed on a Linux server. How can a dump of the complete database be made, how it is at a single point in time, while preventing write access to the database during the dump...
A MariaDB server is installed on a Linux server. The MariaDB service is currently stopped, so no client can connect to it. How to create a SQL-dump of all databases without starting the service? T...
Question How do you clear local variable customizations in buffer? In other words, how do you reset all variables to default? Use case This may be useful in instances where you M-x customize-var...
I (well, my spam trap) received email that I know is a scam, but I'm trying to understand how it works. The message contains a URL of the following form: https:/example.com:2096/?goto_app=Somethi...
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...
I use offlineimap to synchronize my mail, and I have the directory set up as a local folder in KMail. Currently, I open KMail and also run offlineimap to synchronize my mail. Is there a way to mak...
We have a repository hosted on GitHub. I'm trying to track down a bug and have narrowed the date range for when it could have been introduced. I would like to easily review commits in that date r...
How to create a RAM drive in macOS Ventura? The Apple App Store lists only a single app for creating a RAM disk. And apparently that app does not actually work, per review comments.
My shared hosting provider suffices (at least on contract) daily, weekly, and monthly automatic backups; besides that, I also routinely backup my website's filetree and database not automatically i...
I have some text files which think they are encoded in utf8: file test.txt test.txt: Unicode text, UTF-8 text, with CRLF line terminators (https://github.com/samcarter/shared/blob/main/test.tx...
How do I make animated dotted lines ("marching ants") in images on my web page? Some people have showed me diagrams online where the lines are animated dotted lines / animated dashed lines, where ...
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...
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...
In ranger, I am often copying a bunch of files from one folder to another. Currently I do it like this: Select files with Space Cut with F6 Navigate to the destination folder Paste with pp ...
How to set the default time format in Linux? For example to set the format the date command outputs when run with no parameters.
What is a good browser suitable for every-day use that respects user privacy and freedom? This browser should: Respect user privacy. Ideally no telemetry, or at least opt-in telemetry. Does not...
Let's assume one has a Quarto document which does not compile because of an error in the latex code, e.g. here a simply typo in a macro name: --- format: pdf --- test\newlin test Quarto...
Is there a way to install Quarto extensions globally? If I follow the installation instruction from https://quarto.org/docs/extensions/managing.html and e.g. use quarto add quarto-ext/fontawesome...
I will often send tabs to other devices for later viewing and sometimes these tabs get lost between power-ons or swiped away if I don't open them immediately. Is there a place where I can view t...
How do you unlock about:config settings which are locked? How do you set them despite being locked? As an example, Librewolf disables the password manager, which I find silly. However, they also d...
I'm using the firefox extension metrication. I only ever use it via its entry in the context menu, therefore I would like to remove its icon from the url bar to gain more space: I tried the sugg...
With pervious versions of macOS, I used sips to convert pdfs into pngs /usr/bin/sips -s format png document.pdf --out document.png In macOS 13.3.1 Ventura, this now gives an error: /Users/<...
I run a self built router setup, running Kea as a DHCP server, firewalld for managing the firewall, and dns hosted elsewhere. Its currently running in a test configuration behind a known good netwo...
Sorry if the title is weird, please feel free to suggest a rephrase. I have a personal server in my closet. I host various software on this for my family's use. The vast majority of the time I con...
To save time, rather than installing Windows and programs afresh, I fancy cloning my old C SSD, on to my new SSD in my new computer. But I am getting mixed messages on cloning! Who's correct? Wh...
I'm a very-long-time Windows user that has lots of experience with that OS and its predecessor (MS-DOS). I can't call myself exactly a Windows system programmer, although I know some of the APIs a...