• 0 Posts
  • 21 Comments
Joined 2 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.



  • There are already some attempts but I don’t think it will work, harmful even. Best case scenario, the AI can understand the code as well as a senior engineer from another company. All they can know without the context is what was changed, which is useless. We need the reason why the commit was made, not what was changed. The info is not there in the first place for the AI to try to extract.