• 0 Posts
  • 24 Comments
Joined 3 years ago
cake
Cake day: June 18th, 2023

help-circle







  • Agree. I don’t care about Trump’s second term since I’m not a US citizen but I’m worried about the trend of money buying everything. Recent events have shown that billionaires don’t need to pretend to care about society. They can just join a political party and use their money to do whatever they want.

    Musk supporting AfD is just him proving his power. He could not care less about Germans or even Tesla. As much fun as seeing Trump having to clarify that he’s the president, it’s a really bad trend that in this age of media content and AI, it’s easier than ever to influence any society.

    I’m pretty sure DeepSeek will play in this direction: give free AI with “PRC influence” to everyone, and when repeatedly enough time, people will believe what they’re told.












  • After many failed attempts at TDD, I realized/settled on test driven design, which is as simple as making sure what you’re writing can be tested. I don’t see writing the test first as a must, only good to have, but testable code is definitely a must.

    This approach is so much easier and useful in real situations, which is anything more complicated than foo/bar. Most of the time, just asking an engineer how they plan to test it will make all the difference. I don’t have to enforce my preference on anyone. I’m not restricting the team. I’m not creating a knowledge vacuum where only the seniors know how yo code and the juniors feel like they know nothing.

    Just think how you plan to test it, anyone can do that.