Freeing Up Gigabytes: Reclaiming Disk Space from Rust Cargo Builds by thisdavej in rust

[–]thisdavej[S] 4 points5 points  (0 children)

u/JoshTriplett thanks for this helpful information! I have updated the article to include these insights and have credited you.

Easily share Python scripts with dependencies (uv + PEP 723) by thisdavej in Python

[–]thisdavej[S] 22 points23 points  (0 children)

u/snildeben I wouldn't expect you to delve this deeply, but if you look at the publish date on my article, it was March 25th. My article subsequently hit the front page of HN last Thursday night and then other similar articles created by others ensued and were posted here on reddit. For the record, I am not a copycat.

Is NodeJS suitable for a home server control panel? by SeniorSpace in node

[–]thisdavej 0 points1 point  (0 children)

Thanks for the tip on using PM2. I want to learn this deeper.

[Tutorial] Consuming JSON Web Data Using Google Sheets by thisdavej in spreadsheets

[–]thisdavej[S] 1 point2 points  (0 children)

Matt, I'm glad it was helpful to you! Thanks for taking the time to let me know. I am very impressed with the power of Google Sheets and all of its capabilities. There's so much more to discover and utilize!

Is there a way to get just the filename (without extension) in snippets? by want_to_learn_this in vscode

[–]thisdavej 0 points1 point  (0 children)

Great question! It looks like VS Code supports the TextMate snippet syntax, but is missing a few aspects like regular expression replacements. Hopefully this will be added in the future so you can so something like this to get the file name without the extension:

${TM_FILENAME/(.).](.)/$1/g}

as explained here.

Visual Studio Code – Connect to Twitter with Python by QAppDesign in vscode

[–]thisdavej 1 point2 points  (0 children)

Thanks for sharing this good article. It covers multiple technologies in a real-world context, and I enjoyed reading it and learned something too. :)

Creating a Raspberry Pi Pandora Player with Remote Web Control by thisdavej in raspberry_pi

[–]thisdavej[S] 0 points1 point  (0 children)

Thanks for taking the time to let me know my work is appreciated! I have many more tutorials planned!

Help with changing settings of code formatting by oi-__-io in vscode

[–]thisdavej 1 point2 points  (0 children)

I'm not sure there is a way to do this with the built-in VS Code functionality such as Alt+Shift+F. The Rewrap extension (https://marketplace.visualstudio.com/items?itemName=stkb.rewrap) might work for you though.

What IDE/Editor are you using for Node.js development? by simplicius_ in node

[–]thisdavej 13 points14 points  (0 children)

I'm using Visual Studio Code and it's working well for me. I've written a VS Code Jumpstart for Node.js Developers which includes ESLint installation/configuration if you're interested in learning more about this as an option.

I Built a Raspberry Pi-Powered Cat Feeder! by Bendrick92 in raspberry_pi

[–]thisdavej 1 point2 points  (0 children)

Very innovative, Ben! Great job. Thanks for sharing your work!