It’s awesome you recognised that!
The Ramen Dutchman
Programmer by day, burnt out by night.
- 0 Posts
- 991 Comments
Ohohoho it really does!
The Ramen Dutchman@ttrpg.networkto Programmer Humor@programming.dev•Data OrganizationEnglish2·5 days agoPhoto albums? Nah, just scroll though every photo you’ve ever taken to find the right one.
Then screenshot it so that the screenshot of the photo is at the top, then switch to the other app and upload the screenshot of the photo there.
The Ramen Dutchman@ttrpg.networkto Programmer Humor@programming.dev•Data OrganizationEnglish1·5 days agoI assumed they meant it like
2025-08-18
…Though TBF I sometimes rename files using the terminal and go
mv $file "some_name_$(date +%s),ext"
“Everyone is gunning for you when you’re at the top!”
~ someone, after CE
The Ramen Dutchman@ttrpg.networkto Programmer Humor@programming.dev•I wonder if this was made by AI or a shit programmerEnglish3·5 days agoWhen getting data legitimately is beyond them…
The Ramen Dutchman@ttrpg.networkto RetroGaming@lemmy.world•Anyone else guilty of this?English1·5 days agoYeah the nerds usually find themselves in very powerful social circles if they survive school. Circles of emotionally mature experts with strong careers.
You’re assuming they’ll be hired and promoted by emotionally mature people.
The Ramen Dutchman@ttrpg.networkto Programmer Humor@programming.dev•Interviews as seen by HR and the candidateEnglish3·3 months agoI agree with the content of this post, but it seems like pure complaining rather than programmer humour, so I downvoted it for not suiting the community.
Mods, what are you doing letting this on here?
The Ramen Dutchman@ttrpg.networkto Programmer Humor@programming.dev•ultimate storage hackEnglish2·3 months agoIt seems those are 4 KiB on Linux, interesting to know.
The Ramen Dutchman@ttrpg.networkto Programmer Humor@programming.dev•How my day is going:English1·3 months agoAnd just started cleaning up their GitHub account…
The Ramen Dutchman@ttrpg.networkto Programmer Humor@programming.dev•How my day is going:English2·3 months agoProbably DeepSeek.
The Ramen Dutchman@ttrpg.networkto ADHD memes@lemmy.dbzer0.com•Those damn leaves...English1·3 months agoI have both at different times and will switch between background noise on and noise dimmers over my ears depending on the ‘mood’.
The Ramen Dutchman@ttrpg.networkto Programmer Humor@programming.dev•ultimate storage hackEnglish1·3 months agoHere’s a simple command to turn any file into a single b!
echo a > $file_name
The Ramen Dutchman@ttrpg.networkto Programmer Humor@programming.dev•ultimate storage hackEnglish2·3 months agoeach file is minimum 4kb
$ touch empty_file $ ls -l total 8 -rw-rw-r-- 1 user group 0 may 14 20:13 empty_file $ wc -c empty_file 0 empty_file
Huh?
The Ramen Dutchman@ttrpg.networkto Programmer Humor@programming.dev•Programmers then and nowEnglish1·3 months agoMy brother in Christ TailwindCSS just gives classes that let you do inline styling in a shorter syntax! (and theme configuration, but mostly inline styling)
Replace
width: ...px
withw-...
,margin-left: ...
withml-...
andmargin-right: ...
withmr-...
. Setting both horizontal margins ismx-...
and both vertical margins ismy-...
.If you can do inline styling, TW just makes the syntax a bit shorter, but that’s it, really.
The Ramen Dutchman@ttrpg.networkto Programmer Humor@programming.dev•Programmers then and nowEnglish1·3 months agoTo be fair, unlocking the frame rate on console-to-PC ports still fast-forwards many games including Nier: Automata or breaks the physics like in Skyrim.
It doesn’t have to be this way, any more, but it still is because… Lack of expertise? I really can’t think of anything else?
The Ramen Dutchman@ttrpg.networkto Programmer Humor@programming.dev•Programmers then and nowEnglish2·3 months agoTo be fair, they show up as “^X” or whatever, and typing [Shift]+[6] followed by the [X]-key doesn’t do the trick.
The Ramen Dutchman@ttrpg.networkto Programmer Humor@programming.dev•Programmers then and nowEnglish2·3 months agoStill do.
The Ramen Dutchman@ttrpg.networkto Programmer Humor@programming.dev•Programmers then and nowEnglish1·3 months agoIt can be easier if you’re used to the dash before the arguments; it’s optional but you can put them:
tar -cf # Compress File tar -xf # Xtract File
They always look back 🤤