The Ramen Dutchman
Programmer by day, burnt out by night.
- 0 Posts
- 1.26K Comments
The Ramen Dutchman@ttrpg.networkto Programmer Humor@programming.dev•How my day is going:English1·25 days agoAnd just started cleaning up their GitHub account…
The Ramen Dutchman@ttrpg.networkto Programmer Humor@programming.dev•How my day is going:English2·25 days agoProbably DeepSeek.
The Ramen Dutchman@ttrpg.networkto Programmer Humor@programming.dev•ultimate storage hackEnglish1·25 days 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·25 days 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·25 days 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·25 days 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·25 days 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·25 days agoStill do.
The Ramen Dutchman@ttrpg.networkto Programmer Humor@programming.dev•Programmers then and nowEnglish1·25 days 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
The Ramen Dutchman@ttrpg.networkto Programmer Humor@programming.dev•Programmers then and nowEnglish1·25 days agoI was about to say
tar -CompressZeVuckingFile
; great mnemonic and I use it every time!
The Ramen Dutchman@ttrpg.networkto Programmer Humor@programming.dev•AI will replace programmersEnglish2·29 days agoIs it?
I’m checking the comments to be sure, as I also get a slight “AI-feel” from this meme.
Our future is that one day our heads will be attached to VR headsets and our brains uploaded and parsed in 1.9 TiB of MS Excel.
It really Excels at being a Calc!
The Ramen Dutchman@ttrpg.networkto Linux@lemmy.ml•I swapped the entire school computers to linux mintEnglish2·1 month agowe dont have the K, just the regular
Ah, my bad (^^;
I ran an i7-4790K in my gaming PC for a long time, as far as games go this 10-year old CPU still hold up well, never had to upgrade it surprisingly enough!Still, a 4 GHz quad-core with hyper-threading, and about 8 GiB of RAM, is more than enough to run Windows 10.
Assuming these are for studying, the heavier workloads would consist of MS Word, Powerpoint and an instructional video in the webbrowser, no?
What required tasks were too heavy for these computers under Windows 8/10?
And do they run off SSDs, or spinning HDDs?
The Ramen Dutchman@ttrpg.networkto Showerthoughts@lemmy.world•When you count, your lips don't touch until 1 million.1·1 month agoAh ja, in Dutch that would be “zeven”.
Maybe some people touch lips when saying the “F”, in that case we would fail at “vijf” (fünf)
The Ramen Dutchman@ttrpg.networkto Linux@lemmy.ml•I swapped the entire school computers to linux mint17·1 month agoLittle side note
those computers in question had either i5-4750 (I think?) or i7-4970 so running windows 10 with all its bloat was not going to be an easy task
The i7-4790K is still quite powerful, so I’m pretty sure this wasn’t the problem, at all. Perhaps they’re running on an HDD, have little RAM, or you got the CPU wrong.
You can see the CPU and RAM by launching System Info from tbf start menu, and see if it’s running on an SSD or HDD by launching Disks from the menu.
The Ramen Dutchman@ttrpg.networkto Programmer Humor@programming.dev•Modern Font Requirements1·1 month agoNope, indentation is still the same.
For example eight spaces are going to be twice as big as four spaces in just about any font, and Verdana still accodomodates well to this with its wide spaces.
The Ramen Dutchman@ttrpg.networkto Showerthoughts@lemmy.world•When you count, your lips don't touch until 1 million.5·1 month agoHuh. Same in Dutch!
It seems those are 4 KiB on Linux, interesting to know.