2025-10-09 05:41:19
"Working with AI is kinda painful, like working with a 200 IQ dementia patient"
- Vince P.
#programming #ai #claudecode
"Working with AI is kinda painful, like working with a 200 IQ dementia patient"
- Vince P.
#programming #ai #claudecode
The Pathfinder 2E character sheet continues. The current "components" are all now linked to actual character sheet data. The skill functions all do what they're supposed to including some interesting edge cases. The ability scores can be edited, and the sheet auto-updates which took longer than it should have. I'm still not a fan of JavaScript/Vue though.
#programming
Poll: "I'm a server application programmer with a Fediverse account." This means that I mainly develop server-side applications.
Please consider quoting, or boosting for a more statistically significant result.
#programming #backend
The purpose of an ORM is to use an SQL database without benefiting from SQL database.
#ORM #SQL #Programming
It's not a language or a framework that I ever use, but I think that "don't be too clever" is one of the most important rules that every software developer should abide by.
#SoftwareEngineering #Programming #coding
A hyper-logical Halloween
#programming
🏗️ Compiling a Lisp: Lambda lifting
#software
#AI #programming assist has been helpful for me. But I'm not losing my job anytime soon. Here's a simple example of why.
I have a script with
`cmd1`
I prompt GPT-4.1 to "now invoke cmd2 and cmd3 at the end". Good:
`cmd1`
`cmd2`
`cmd3`
"Add a 15 second pau…
I think my code would work perfectly except that os.utime does not actually work...
#python #code #programming
💻 Programmers:
What generation do you formally belong to?
For a more representative sample, please consider boosting this post. 🚀
#programming #demographics #fediverse
Is this the only cocktail bar named after a programming language? #programming
#TIL
I always struggled with #TestFirst #Programming because it requires much discipline to delay new features and concentrate on test cases first.
But while I was working on my
Measuring #EnergyConsumption in #ProgrammingLanguages for #AI Applications
"I'm an application programmer with a Fediverse account and I mostly program:"
#programming #poll #demographics
The new Python documentary is good. Definitely worth watching if you think you might be interested. It's on YouTube.
#python #programming #history
I’ve been checking out #Erlang these past few days.
As someone with a strongly OOP background, it’s both incredibly fun, and at times incredibly puzzling, to solve functional problems.
#Programming
I really like the ideas. So far this is my set of 🤓 nerdy cards (although Agile Poker is not really a game).
Especially the "Exploding Git Commits" is nice, since I'm an Exploding Kittens fan. 💥🐱
Cash you recommend other games?
#programming #programmers
The product triad is obsolete. The ideal software development team actually has four members:
#tech #agile #softwaredevelopment
Hrmm, I'm having an urge to rewrite the Extron VTG-200 software and make it a bit more recent. The RS232 controls seem to be well documented...
#extron #electronics #programming
I’m starting to get real good at optimizing OpenCL code and I’m not sure how I feel about it
#programming
and then it all breaks down #coding #programming #javascript #python
Fediverse Programmers:
"I am a programmer with a Fediverse account, and I do most of my code-writing for these type(s) of program(s)."
Please consider boosting for a more representative sample.
#programming #poll
"I'm a programmer with a Fediverse account. I spend *most* of my programming hours on this OS:"
Please consider boosting for a more statistically significant result.
#poll #programming
🔪 The bloat of edge-case first libraries
#software
I'm a computer programmer with a Fediverse account, and I am this many years old.
Please consider boosting for a more representative sample.
#programming #poll #demographics
Inquiry: Is there a way on the GitHub PR list to see "this issue has commits since you last looked at it"? Or some other indication of "I should look at this issue again"?
Similarly, filter out Draft PRs? Trying to get a list of just "things I should look at."
(Asking for a colleague.)
#GitHub
Since #FakeRelay is shutting down, does anyone know of a good relay for #Linux #programming #DevOps interested fo…
Programmers:
Most text files I work with have lines separated by:
#programming #text
C# Programmers:
Your IDE(s) of choice.
#programming #dotnet #csharp #ide
Do you know of any blog posts that writes about the small quality of life shortcuts, or cool small "secret" things in the Helix editor? Or do you have some cool snippets or configs you'd like to share? E.g. I didn't know about `x_`. The underscore trims any newlines from the selection, when `x` selects the whole line (including the newline). This makes pasting the selected text on the same line, without the need to backspace the newline. How did I never know about this until now? And how many other small things are there that would make my life easier? Please share your knowledge!
#helix #HelixEditor #programming #ModalEditor #QualityOfLife