• 0 Posts
  • 173 Comments
Joined 2 years ago
cake
Cake day: June 26th, 2023

help-circle
  • From my experience, being “good” at vibe coding is more about being unable to detect flaws in AI generated code rather than being able to code well. Add AI to the workflow of someone who actually understands scalability and maintenance and that won’t be able to get past a couple functions before they drop the AI.

    Also, assuming this kid gets weekends off, he would be writing 12k lines of code each day. I don’t think the average programmer could even review that number of lines in a day, so there’s likely no actual supervision for what the kid is feeding into the codebase.

    I’d estimate within four months the project will be impenetrable, and they’ll scrap the whole thing.


  • You make a good point. I’m interested to know how old you are, because the ‘correct’ way to teach math has been debated for 70ish years New math was introduced in the 50’s, and emphasized the understanding of how base-10 works. This is commonly mistaken for common core math,which put even more emphasis on understanding the procedures used for math rather than the right answer. When I grew up, addition was mainly based in new math, whereas multiplication was introduced as successive addition, but was mostly focused on memorizing tables.





  • Sorry for being off-topic, but I don’t think I understand anarchism as a political philosophy. Isn’t anarchism the absence of imposed rules? Communal resources seems to go against that, (it does make sense that the players get to divvy it up, though) and being cursed by the gods feels like a more theocratic thing than anarchist. Im not trying to be rude or anything, I just like to pick people’s brains about this stuff.


  • After reading a lot of comments in this thread, I’m not sure I know what spaghetti code is. I thought spaghetti code was when the order of execution was obfuscated due to excessive jumps and GOTOs. But a lot of people are citing languages without those as examples of spaghetti code. Is this just a classic “I don’t like this programming language, and I don’t know much about it.” Or is there something I’m missing?



  • You always have to package good people with secret shames so suspicious players can gauge how good or evil they are. What people feel they need to hide is a good measure of what they consider acceptable. For example, a lawful good character could be ashamed by ignoring a person asking for help, but a lawful evil character might be ashamed that they indiscriminately murdered adults & children.







  • I typically work backwards from observations of people and extend my conclusions to a logical extreme. Like, people want smart conversational AI that can feel, etc. But they also want AI that can take over the worst jobs and prevent people from suffering through them (like robots displacing child slave cobalt miners). Taking this to it’s logical conclusion, we get a world where people design conscious robots, and force them into slavery in order to displace human slavery.


  • That’s not what I’m saying at all. What I’m trying to say is that I can’t think of any way a program working with numeric types could start outputting string types. I could maybe believe a calculator program that disables exceptions could do that, but even then, who would do that?





  • Honestly, an MCU taking any more time than a couple milliseconds to boot is embarrassing. What exactly is taking so much time to load & set up? The rp2040 can run at 200mhz, and only has ~250 kb of ram. A one second boot up time would be equivalent to filling the entire memory with zeros 66 times. (Using all twelve channels of the DMA) And if you’re talking about setting up the OS, that would be around 800 instructions per byte. It just doesn’t make sense how that much time could be wasted.