- 0 Posts
- 6 Comments
Joined 27 days ago
Cake day: June 27th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
ZoteTheMighty@lemmy.zipto Linux@programming.dev•3 Million Installs, Only €100/Month: Bottles Needs Your Support!21·11 days agoComplains about pretty much every method of digital transaction because they’re centralized, then dismissed cryptocurrency out of hand. Truly genius.
ZoteTheMighty@lemmy.zipto Technology@lemmy.zip•Minecraft Creator Says That If Buying a Game Is Not a Purchase, Then Pirating It Is Not TheftEnglish22·14 days agoI would not recommend making a habit of quoting Notch. In fact, I would strongly recommend you avoid quoting him at all costs.
My favorite messages are “Don’t touch this file unless you talk to Gary. Don’t import this file unless you talk to Gary. Don’t even think about this file until you talk to Gary!” And Gary has moved on and hasn’t worked there for years.
ZoteTheMighty@lemmy.zipto Programmer Humor@programming.dev•Why shouldn't you use YAML to store eye tracking data? /s0·20 days agoAll yaml is just sparkling JSON.
If you only write tests for things that won’t fail, you’re doing it wrong. Are you anticipating some other feature coming soon? Write a failing test for it. Did you find untested code that might run soon with a little work? Write a test for it. Did a nonessential feature break while adding an essential feature, let the test fail and fix it later.