
2025-07-14 22:18:07
Programming socks? Not quite, just plain black ones, sadly. 😔
Luckily I found a site where I can order programming socks in gender-fluid colors. 😊
#ProgrammingSocks #ProgrammingHumor
Programming socks? Not quite, just plain black ones, sadly. 😔
Luckily I found a site where I can order programming socks in gender-fluid colors. 😊
#ProgrammingSocks #ProgrammingHumor
😲 Started getting complaints that an email newsletter signup form I forgot about years ago quit working -- at such a rate that I must have accumulated at least a thousand emails in a DynamoDB table
#programming #sysadmin
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
#Copilot "Think Deeper" mode is much more useful than Quick Response. For coding, it has a "Senior Dev" posture (even alludes to it) including saying "ping if you've a question" and talking vague, defensive BS in circles.
That's a ✅ on ego and mumbo-jumbo parts of senior dev.
#AI #LLM #programming
Being rather frustrated with programming Clojure in IntelliJ, (mainly because Cursive and IdeaVim don't like each other) I tried to set up Neovim with the Conjure plugin and it 's an absolute blast to use the REPL with it.
Also I discovered that there is a Lisp on top of Lua called Fennel, which I'm looking forward to play with
#Programming
Inside every developer there are two wolves.
One wolf worries about cache invalidation.
The other wolf ponders deeply about the naming of things.
The third wolf makes off-by-one errors.
#programming #humor
So, making slow progress as I learn `rust` things. Instead of going with my usual `union`/`struct` combination in C, I'm resorting to not overflowing/underflowing primitive types and doing things more safely. This snippet of code took far longer than it should've, but it gets the job done.
#programming
#GrugBrainedDeveloper guide to simple #programming wisdom 🧠 Complexity is the apex predator of developers - say "no" to unnecessary features & abstractions. Focus on #debugging
I have a lot of cool pictures to share from hikes and such, but first I have some stylesheets with cascading speculations to fight, I mean write. 😟
#technology #webdev #programming #life #nerd
Today, I learned (the hard way) that `abs(MIN_INT) == MIN_INT` is true. 🤦
How's your day going? 😅
#TIL #Godot #Programming
I am loving C 17 feature set. It has so many niceties available in std which makes it easy to focus on my product rather than dealing with trivial things.
#cpp17 #cppdev #programming
Alle Welt belustigt sich über Monsterwortkomposita wie den Donaudampfschifffahrtsgesellschaftskapitänsmützenreiniger im Deutschen.
Aber habt ihr mal einen Blick auf typische Methodenbezeichner in Java-, C#-, $Whatever-Code geworfen?
#programming
#Programming's Greatest Mistakes
https://www.youtube.com/watch?v=Y9clBHENy4Q
Is there anyone with Norwegian language setup on a desktop or mobile browser?
I need to know what your browser declares in `accept-language` header?
Is it nb-NO or no-NO? Or maybe both?
Boost for visibility please!
#webdev #programming
How to do it? Open any web…
The lovely thing about Clojure (or any LISP for that matter) is that you start with
step 1: learning its data structures,
then you proceed to
step 2: learning the syntax, which you've already done in step 1
#programming #Clojure
How do you pronounce char?
Do you say car?
Do you say care - since it is the beginning of the word character?
or do you say it like the beginning of the word charcoal?
#programming #programmers
Fell in love with #IntelliJIDEA’s way of dynamically adding parts of the file’s path to the caption of the buffer’s tab if I have opened two files with identical names.
#programming #coding…
A large chunk of client JS code is just this over and over and over again. In case *I* removed a necessary element when *I* wasn't watching. 🤦♂️
```
const x = document.getElementById("X");
if (!x) {
console.error("X element not found.");
return;
}
//later
alert("Check console.");
```
#technology #programming #JavaScript #defensiveProgramming
Got the Roll Dice dialog box themed up about as nice as its going to get. Still might make it a touch smaller though.
#pathfinder2e #python #programming
I found that a good exercise to get a deep understanding/ refreshing of datastructures is to implement them using Lua tables
#Lua #programming #DataStructures
Any code segment is a 1-liner if you have composition. 🙄
#technology #programming #complexity #complicated #sarcasm
Got the initial dice rolling implementation in the #Pathfinder2E character sheet. Not the prettiest, but it works pretty damned well. `[Ctrl] [D]` to open the dialog window, `[Esc]` to close, and `[Enter]` rolls the dice.
#programming
Developers need side projects like fish need bicycles. 🐟 🚲
#programming #life
#Github #copilot now supports an instructions file.
Here's mine:
"Go Away!"
#ai #programming
A coding problem that sounded simple, but to implement it with good performance was quite a challenge::
Given a number n, find the next number m where m > n, with m containing the same digits as n
So given 12 this would be 21
113 -> 131
534987 -> 537489
111 -> no solution, -1, error or whatever
EDIT: changed the solution of example for 534987
#programming
Promises are a JavaScript programmer's way of saying "I promise you this code is complicated." 🤓
#technology #JavaScript #programming #nerd #joke #nerdJoke
AHAHAHA COME AT ME AI
#programming #python #mos6502 #assembly
Telling it like it is (to Copilot just now).
#AI #LLM #Copilot #softwareEngineering #programming #technology #AI_slop
Unfinished Git thoughts.
#ux #git #VS_Code #programming