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 »
Q&A

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)
40%
+0 −1
In the title of a BibTeX entry, is it preferable to write {W}ord{S}tyle or {WordStyle}, or does it make no difference?

Example: Consider that BibTeX entry: @inproceedings{li-etal-2025-instructany2pix, title = "{I}nstruct{A}ny2{P}ix: Image Editing with Multi-Modal Prompts", author = "Li, Shufan and ...

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

bibtex case
33%
+0 −2
Is there any tool to fix cases in references (LaTeX + BibTeX)?

One common formatting issue in reference lists is that characters that should remain capitalized are often not. E.g., Chatgpt -> ChatGPT. Is there a tool that can fix this? I use LaTeX and BibTe...

1 answer  ·  posted 1y ago by Franck Dernoncourt‭  ·  last activity 1y ago by Franck Dernoncourt‭

latex bibtex
40%
+0 −1
How can I avoid frequent re-authentication when using Google Cloud Platform (GCP) (e.g., auto-renew, increase token expiry, another auth method)?

I use Google Cloud Platform (GCP) to access the Vertex AI API. I run: gcloud auth application-default login --no-launch-browser to get an authorization code: However, it expires after 1 or 2...

0 answers  ·  posted 1y ago by Franck Dernoncourt‭

vertex-ai google-cloud-platform
25%
+0 −4
What's the difference between "test content speed" and "test peak speed" in Orb?

I use Orb for Internet speed test. What's the difference between "test content speed" and "test peak speed" in Orb? Crossposts: https://redd.it/1ke34rt https://www.quora.com/unanswered/Whats...

1 answer  ·  posted 1y ago by Franck Dernoncourt‭  ·  last activity 1y ago by Michael‭

internet-connection speed-test orb
40%
+0 −1
How can I configure Photoshop web so that it doesn't ask me to bookmark the page?

It keeps asking me that at random times. I disabled all help in the settings, but to no avail. Crossposts: https://redd.it/1kfko3u https://qr.ae/pAuPLc https://photo.stackexchange.com/...

0 answers  ·  posted 1y ago by Franck Dernoncourt‭  ·  edited 1y ago by Franck Dernoncourt‭

photoshop-web
60%
+1 −0
Starting Genymotion virtual device from the command line

I'm using Genymotion to emulate an android device on macOS. Is there a way to start the virtual device from the command line instead of going through the gui?

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

Genymotion emulator
50%
+0 −0
Permanently toggle off side bar in Genymotion

I'm using Genymotion to emulate an android device on macOS. After the device has started, I can toggle the right hand sidebar with the shortcut cmd+T. However this only persists for the current se...

0 answers  ·  posted 1y ago by samcarter‭

Genymotion emulator
42%
+1 −2
How can I find and restart mouse-related programs that got closed during an interrupted computer shutdown?

I interrupted a computer shutdown and as a result the mouse cursor is moving much more slowly and the cursor has become smaller. I assume some mouse-related programs got closed: how can I find them...

0 answers  ·  posted 1y ago by Franck Dernoncourt‭  ·  edited 1y ago by Franck Dernoncourt‭

windows mouse
28%
+0 −3
Can't run a Python file in PyCharm: why? [closed]

I can't run a Python file in PyCharm: why? The run icon is greyed out: I went to Run → Edit Configurations… to make sure the correct Python interpreter is selected. Debug, coverage, and profile...

1 answer  ·  posted 1y ago by Franck Dernoncourt‭  ·  closed 1y ago by samcarter‭

python PyCham
40%
+0 −1
How can I see the number of elements a field contain in a JSON file opened with Notepad++?

I can see the number of elements a field contain in a JSON file opened with PyCharm 2024.2.3: How can I view the same within Notepad++? Crossposts: https://qr.ae/pAAs1z https://superuser....

0 answers  ·  posted 1y ago by Franck Dernoncourt‭

JSON notepad++
40%
+0 −1
I've logged into the Azure Command-Line Interface (CLI) via az login: how can I see when it'll sign me out?

I've logged into the Azure Command-Line Interface (CLI) via az login: how can I see when it'll sign me out? I.e., how can I see when when my authentication will expire? Crossposts: https://qr...

0 answers  ·  posted 1y ago by Franck Dernoncourt‭  ·  edited 1y ago by Franck Dernoncourt‭

authentication azure login
40%
+0 −1
How can I change the validity duration of a token obtained with az account get-access-token?

I use a token obtained with az account get-access-token to deploy finetuned GPTs on Azure, update them (e.g., changing their max hit rate) or remove them. I read on https://learn.microsoft.com/en...

0 answers  ·  posted 1y ago by Franck Dernoncourt‭

azure-cognitive-services
33%
+0 −2
What does the warning "When you create this deployment, the resource change you've made will persist throughout Azure AI Foundry." indicate?

I am deploying a GPT instance in Azure and see: When you create this deployment, the resource change you've made will persist throughout Azure AI Foundry. What does the warning "When you cr...

0 answers  ·  posted 1y ago by Franck Dernoncourt‭  ·  edited 1y ago by Franck Dernoncourt‭

gpt azure-cognitive-services
25%
+0 −4
Error "unsupported_value: Unsupported value: 'stream' does not support true with this model. " when using GPT o1 in Azure playground: why and fix how?

I use GPT o1 in Azure playground. Typically it works fine: But I got a the following error on a long prompt about code editing: unsupported_value: Unsupported value: 'stream' does not support...

0 answers  ·  posted 1y ago by Franck Dernoncourt‭  ·  edited 1y ago by Franck Dernoncourt‭

gpt azure-cognitive-services
25%
+0 −4
How can I copy the ChatGPT answer as Markdown?

I use the ChatGPT application on my Android phone. How can I copy the answer as Markdown? I have a Samsung Galaxy S23 Ultra running Android 13. Crossposts: https://redd.it/1jyhw5m https://r...

1 answer  ·  posted 1y ago by Franck Dernoncourt‭  ·  last activity 1y ago by John C‭

android chatgpt
33%
+0 −2
When running a query with ChatGPT with search enabled, can I restrict the search to only certain domain(s)?

When running a query with ChatGPT with search enabled, can I restrict the search to only certain domain(s)? For example, only search https://genai.stackexchange.com/ Crossposts: https://qr.a...

1 answer  ·  posted 1y ago by Franck Dernoncourt‭  ·  last activity 1y ago by Andreas‭

chatgpt
25%
+0 −4
Now that GPT, Claude, Gemini, and DeepSeek have search, what's the point of using Perplexity AI?

Perplexity.AI used to be very useful as it was amongst the first solutions to combine search engines and LLMs. Now that GPT, Claude, Gemini, DeepSeek have search, what's the point of using Perplexi...

0 answers  ·  posted 1y ago by Franck Dernoncourt‭

llm perplexity-ai
33%
+0 −2
No regions are available for Gemini Pro 2.5. Why?

When I go to https://console.cloud.google.com/vertex-ai/studio/multimodal?model=gemini-2.5-pro-preview-03-25&invt=[redacted]&project=[project-name], no regions are available for Gemini Pro...

0 answers  ·  posted 1y ago by Franck Dernoncourt‭

gemini
75%
+4 −0
Can I verify myself on Mastodon using a Google Site with a custom domain?

I maintain a personal website, created through Google Sites, which is primarily used to host samples of my writing. The site has a custom domain. Aside from just having a writing archive, though, ...

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

mastodon google-sites
85%
+10 −0
How do I stop Gmail from silently dropping legitimate email?

I have a domain and now use it for my primary email address. In addition to depositing mail in that mailbox, this address also currently forwards to my Gmail account. (Yes I know, and I want to r...

2 answers  ·  posted 1y ago by Monica Cellio‭  ·  last activity 1y ago by mcast‭

email gmail
77%
+5 −0
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‭

automation git
75%
+4 −0
How to delete old files in GIT while keeping history?

I'm far from an expert GIT user. I'm usually the only one working in a repository at a time, and know how to do the basics like committing snapshots. I still have to look up how to create and mer...

2 answers  ·  posted 1y ago by Olin Lathrop‭  ·  last activity 1y ago by mcast‭

git
81%
+7 −0
Determine encoding of text

I have some text files which think they are encoded in UTF-8: file test.txt test.txt: Unicode text, UTF-8 text, with CRLF line terminators However if I look at their content, I think they migh...

3 answers  ·  posted 3y ago by samcarter‭  ·  edited 1y ago by Andreas‭

character-encoding
28%
+0 −3
How do Gemini Gems compare against custom GPTs?

What are the main differences, if any, between Gemini Gems compare against custom GPTs? Or are they basically the same feature? Crossposts: https://redd.it/1jrta7h https://redd.it/1jrtafv h...

0 answers  ·  posted 1y ago by Franck Dernoncourt‭  ·  edited 1y ago by Franck Dernoncourt‭

chatgpt gemini
75%
+4 −0
Why might I be failing to connect to the eduroam network on Ubuntu 22.04?

My university, like many others, offers a connection to the eduroam infrastructure. I'm running Ubuntu 22.04 (LTS); unfortunately, the instructions provided by the institution for connecting to the...

1 answer  ·  posted 1y ago by Mithical‭  ·  last activity 1y ago by 9hax‭

linux networking
33%
+0 −2
How can I see the email of a participant in an MS Teams meeting on iPad during the meeting?

How can I see the email of a participant in an MS Teams meeting on iPad during the meeting? I don't see where to find it: Crossposts: https://apple.stackexchange.com/q/479373/20338 https:...

0 answers  ·  posted 1y ago by Franck Dernoncourt‭  ·  edited 1y ago by Franck Dernoncourt‭

microsoft-teams
50%
+0 −0
How can I color the columns of a CSV file differently in Notepad++?

Example Cross-posted: https://qr.ae/pAR6j7 https://superuser.com/q/1888670/116475

0 answers  ·  posted 1y ago by Franck Dernoncourt‭

notepad++
66%
+2 −0
Issues with excluding specific sub-directories with Borg patterns

I'm using Borg to create backups of my home directory. I'm having trouble with excluding specific sub-directories when using a PATTERNSFILE with --patterns-from. I have the following (simplified) ...

1 answer  ·  posted 1y ago by deleted user  ·  last activity 1y ago by deleted user

backup linux borg borg-backup
50%
+0 −0
Why does copying an image from Chrome and pasting it into MS Paint reduce its quality, and how can I prevent this?

When I copy an image in Chrome: and paste it into MS Paint, the quality is reduced: Why, and how can I prevent that? I use Windows 11 24H2 Pro, Paint 11.2412.311.0 and a MSI GS76 Stealth 11U...

1 answer  ·  posted 1y ago by Franck Dernoncourt‭  ·  last activity 1y ago by Olin Lathrop‭

windows windows-11 Google-Chrome ms-paint copy-paste
60%
+1 −0
LibreOffice Writer UI zooms in on other monitors

I have LibreOffice on KDE/Wayland. I have several monitors with different aspect ratios, pixel density, etc. For some reason, Writer only looks right on the highest-DPI screen (with the smallest ph...

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

wayland LibreOffice-Writer
75%
+4 −0
Is there any way to make switching to specific tabs with the keyboard work in Firefox?

I'm switching over to Firefox from Google Chrome now that Chrome is trying to kill uBlock Origin and similar extensions. So far I've managed to import my bookmarks, passwords, and userscripts over ...

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

firefox keyboard-input
75%
+4 −0
How to dump a MariaDB while mariadb.service is stopped, to move the database to a different server?

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...

1 answer  ·  posted 3y ago by H_H‭  ·  last activity 1y ago by aura-lsprog-86‭

linux mysql
42%
+1 −2
How to automatically select new bulk downloads, and delete downloads deleted months ago?

I bulk download pictures from a website, like Instagram, with WF Downloader to a folder. then I delete some of these pictures. Two months later, this Instagram uploads many new pics. I bulk downlo...

1 answer  ·  posted 1y ago by deleted user  ·  last activity 1y ago by Olin Lathrop‭

windows-11
42%
+1 −2
Why avoid CCleaner, Advanced SystemCare Pro when it always frees up GB for me?

Disk Cleanup is useless! It failed to delete CrashDumps. For detail, see C:\Users\User Name\AppData\Local\CrashDumps. I tried the command C:\dumps\procdump.exe -mp -i C:\dumps, but this didn't...

1 answer  ·  posted 1y ago by deleted user  ·  last activity 1y ago by manassehkatz‭

windows-11
42%
+1 −2
What programs can automatically find files that need not be on C drive?

My technician just found old family home videos that I accidentally moved to C drive, and hogged up 500 GB on C drive. He moved them to my D Drive. What programs can detect files like these that a...

0 answers  ·  posted 1y ago by deleted user  ·  edited 1y ago by deleted user

windows-11
66%
+2 −0
Adding a period after footnote numbers in Microsoft Word on macOS

I'm using Microsoft Word v16.9.3 on macOS Sonoma 14.6.1. I need to use Chicago Manual of Style 17th edition for a paper, and this calls for the footnotes being in 12 point font and the footnote num...

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

microsoft-word footnote formatting
60%
+1 −0
How to make an app immersive (fullscreen) in Android?

Is there a way to make an arbitrary app immersive in Android? That is, fullscreen with the status and navigation bars hidden. A temporary solution would be the best. I'm thinking about a situation...

1 answer  ·  posted 2y ago by Iizuki‭  ·  last activity 1y ago by xxxxme‭

android
57%
+2 −1
How to open PDFs in Acrobat automatically from MS Edge?

In a previous browser, when I clicked on a link that was to a PDF file, the file opened automatically in Acrobat. That was what I wanted, until MS forced using Edge. How do I get this same behavi...

0 answers  ·  posted 1y ago by Olin Lathrop‭  ·  edited 1y ago by Olin Lathrop‭

microsoft-edge
50%
+0 −0
In MS Edge, how to clear autofill data?

In MS Edge, how to clear autofill data?

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

microsoft-edge
66%
+2 −0
Remove "Erase Disk..." option from right-click context menu in macOS 15

Since macOS 15, the right-click context menu for removable volumes has an entry "Erase Disk..." right next to the "Eject" entry: Is there any way to remove the erase option from the context menu...

0 answers  ·  posted 1y ago by samcarter‭

macos15
75%
+4 −0
Avoid colour change for battery indicator in macOS 15 during low power mode

In previous versions of macOS, the battery indicator in the menu bar was coloured in either black or white (depending in the wallpaper): In macOS 15 Sequoia, the battery indicator changes colour...

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

macos15
66%
+2 −0
start an application in PowerShell, and keep it open after closing PowerShell

I have to use Windows for work. I am trying to start the Rancher Desktop application from Powershell, and keep it open after I close Powershell. My Powershell command looks like this: Start-Proces...

0 answers  ·  posted 1y ago by Trevor‭

windows cmd powershell
66%
+2 −0
Change position of subtitles in yt-dlp

I would like to change the vertical position of subtitles in videos downloaded with yt-dlp. If I use yt-dlp -f 160 --write-subs --write-auto-subs --sub-langs en --embed-subs "https://www.youtube....

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

yt-dlp
66%
+2 −0
Turning a Makehuman Surface into a Solid

I've worked for a while with OpenSCAD as a nice tool to quickly build pieces to then export for 3D printing. In a new use case, I'd like the object to include a human-like arm or head. Think in t...

0 answers  ·  posted 2y ago by John C‭

3d-modeling
71%
+3 −0
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 2y ago by Monica Cellio‭  ·  last activity 2y ago by Monica Cellio‭

google-groups
75%
+4 −0
Why don't motherboards support the highest RAM Speeds?

I'm about to build a desktop PC first time in many years and I was confused by the following discrepancy related to memory speeds: Zen5 CPUs "natively" support DDR5-5600 RAM (for example 9600X) ...

3 answers  ·  posted 2y ago by morgwai‭  ·  edited 2y ago by matthewsnyder‭

motherboard RAM overclocking DDR5 AMD-Ryzen
60%
+1 −0
Mac SSH sends some environment variables by default

Why does the default SSH client behavior for MacOS send LANG and LC_* environment variables to the server? If I consult man ssh_config, it says SendEnv […] The default is not to send any enviro...

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

ssh macOS
60%
+1 −0
Fonts That Support the Creative Commons Unicode Symbols

As of Unicode 13.0 (released in March 2020), the character set has included glyphs representing Creative Commons licenses. 1F16D - The Creative Commons logo (🅭) 1F10D - CC0, the public domain d...

3 answers  ·  posted 2y ago by John C‭  ·  last activity 2y ago by samcarter‭

fonts unicode
60%
+1 −0
Gmail - User is a group is not receiving emails

We use Gmail with Google Workspace (G Suite) or whatever it's called. We have a group, say [email protected]. Some of our members and aliases in that group are not receiving emails and I have no ide...

0 answers  ·  posted 2y ago by Vanity Slug ❤️‭  ·  edited 2y ago by techsavvytinkerer‭

gmail google-workspace
71%
+3 −0
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‭

firefox