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 Franck Dernoncourt‭

33 posts
60%
+1 −0
Q&A Why does Windows Task manager shows 100% for the GPU utilization for one process but shows 1% for the overall GPU utilization?

Why does Windows Task manager shows 100% for the GPU utilization for one process but shows 1% for the overall GPU utilization? I use Windows 11 24H2 Pro, Python 3.12 and a MSI GS76 Stealth 11UH la...

0 answers  ·  posted 2mo ago by Franck Dernoncourt‭

Question windows windows-11 gpu task-manager python
60%
+1 −0
Q&A What does the "preparing" step do when I upload a video on some website with my iPhone?

I have an iPhone running iOS 15. When I upload a larger video on some website, iOS spends a while "preparing" the video. What does this step do, and why is it necessary?

1 answer  ·  posted 1y ago by Franck Dernoncourt‭  ·  edited 1mo ago by Andreas demands justice for humanity‭

Question iphone ios
60%
+1 −0
Meta Why was this question PyCharm closed?

Can't run a Python file in PyCharm: why? got closed as "This question is not within the scope of Power Users.". The community description is: Our community for computer enthusiasts (power users...

1 answer  ·  posted 23d ago by Franck Dernoncourt‭  ·  last activity 23d ago by Andreas demands justice for humanity‭

Question support closed-questions
60%
+1 −0
Q&A Is there any tool to fix cases in references (LaTeX + BibTeX)?

I end up using a Python script that relies on the bibtexparser Python package: import re import bibtexparser def wrap_mixed_case_words(title): def replacer(match): word = match.g...

posted 5d ago by Franck Dernoncourt‭  ·  edited 5d ago by Franck Dernoncourt‭

Answer
50%
+0 −0
Q&A Why does this PowerShell command first request writing all bytes before uploading to JFrog Artifactory and how can I make it stream bytes immediately?

I upload a 150 MB file via PowerShell to a JFrog Artifactory server as follows: $FilePath = "dataset.tar.gz" $URL = "https://artifactory.somesite.com/artifactory/project1/dataset.tar.gz" $ARTIFA...

0 answers  ·  posted 2mo ago by Franck Dernoncourt‭

Question powershell
50%
+0 −0
Q&A 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 2mo ago by Franck Dernoncourt‭  ·  last activity 2mo ago by Olin Lathrop‭

Question windows windows-11 Google-Chrome ms-paint copy-paste
50%
+0 −0
Q&A 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 2mo ago by Franck Dernoncourt‭

Question notepad++
50%
+1 −1
Q&A Why does `has:attachment` return some email threads that don't have a paper clip icon on it in Gmail?

I see that has:attachment return some thread that don't have a paper clip icon on it in Gmail, e.g.: Why? Crossposts: https://webapps.stackexchange.com/q/181180/18147 https://redd.it/1k8r...

0 answers  ·  posted 19d ago by Franck Dernoncourt‭  ·  edited 19d ago by Franck Dernoncourt‭

Question gmail search attachments
42%
+1 −2
Q&A 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 23d ago by Franck Dernoncourt‭  ·  edited 23d ago by Franck Dernoncourt‭

Question windows mouse
40%
+0 −1
Q&A 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 10d ago by Franck Dernoncourt‭  ·  edited 10d ago by Franck Dernoncourt‭

Question photoshop-web
40%
+0 −1
Q&A 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 25d ago by Franck Dernoncourt‭

Question JSON notepad++
40%
+0 −1
Q&A Can't run a Python file in PyCharm: why?

I closed the window containing the PyCharm project and reopened the project: it worked. I have no idea why it didn't work before reopening the PyCharm project. Very strange: I don't see what could ...

posted 26d ago by Franck Dernoncourt‭

Answer
40%
+0 −1
Q&A 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 26d ago by Franck Dernoncourt‭  ·  edited 26d ago by Franck Dernoncourt‭

Question authentication azure login
40%
+0 −1
Q&A 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 27d ago by Franck Dernoncourt‭

Question azure-cognitive-services
40%
+0 −1
Q&A 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 5d ago by Franck Dernoncourt‭

Question vertex-ai google-cloud-platform
40%
+0 −1
Q&A 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 4d ago by Franck Dernoncourt‭  ·  last activity 4d ago by samcarter‭

Question bibtex case
40%
+0 −1
Q&A 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 1mo ago by Franck Dernoncourt‭  ·  edited 1mo ago by Franck Dernoncourt‭

Question microsoft-teams
33%
+0 −2
Q&A 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 6d ago by Franck Dernoncourt‭  ·  last activity 5d ago by Franck Dernoncourt‭

Question latex bibtex
33%
+0 −2
Q&A How am I supposed to join that Slack channel? Is upgrading upgrading my Slack account required?

Great answer by Reddit user colabottlesssssss: This is a common point of confusion. You're attempting to join a Slack Connect channel. This is where you join a shared channel where you and the ...

posted 2d ago by Franck Dernoncourt‭

Answer
33%
+1 −4
Q&A How am I supposed to join that Slack channel? Is upgrading upgrading my Slack account required?

I got invited to some Slack channel. Slack asks me to select an account to be able to accept the invitation and join the channel: However, when I select an account, it just tells me: Shared c...

1 answer  ·  posted 7d ago by Franck Dernoncourt‭  ·  last activity 2d ago by Franck Dernoncourt‭

Question slack
33%
+0 −2
Q&A 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 26d ago by Franck Dernoncourt‭  ·  closed 23d ago by samcarter‭

Question python PyCham
33%
+0 −2
Q&A 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 28d ago by Franck Dernoncourt‭  ·  edited 28d ago by Franck Dernoncourt‭

Question gpt azure-cognitive-services
33%
+0 −2
Q&A 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 29d ago by Franck Dernoncourt‭  ·  edited 28d ago by Franck Dernoncourt‭

Question gpt azure-cognitive-services
33%
+0 −2
Q&A 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 1mo ago by Franck Dernoncourt‭

Question gemini
33%
+0 −2
Q&A 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 1mo ago by Franck Dernoncourt‭  ·  edited 1mo ago by Franck Dernoncourt‭

Question chatgpt gemini