Check out my open source game engine! https://strayphotons.net/ https://git.sw0.com/frustra/strayphotons

I have been developing this engine on and off for over 10 years, and still have big plans.

  • 0 Posts
  • 332 Comments
Joined 3 years ago
cake
Cake day: July 9th, 2023

help-circle
  • Honestly, every platform has the same problem, including real life countries. There’s always the possibility that whatever power is enforcing the rules is corrupted and doesn’t listen to anyone else. The mechanisms for fairly determining both what the rules should be and how to enforce them are always evolving as people find new ways to do bad things.

    The fediverse is a nice system because it allows people to leave and make their own communities if the admins become toxic, incentivizing them to actually listen to users. I can only hope we don’t get overrun my AI slop like the rest of the internet.





  • I’m curious what kinds of projects you’ve seen firmware written for. The YouTube projects I’ve seen usually don’t require more than a handfull of if-statements on an Arduino to accomplish what they need.

    In my experience, LLMs are capable of solving the kinds of problems you could have copy-pasted from StackOverflow, but as soon as you try and do something too complicated or unique, it falls apart.

    The trap is that it seems capable at a surface level in areas people aren’t personally an expert in and then assume it can accomplish real tasks on its own like an expert. It can be great as a tool for getting started, or for otherwise throwaway code, but I’ve yet to see any model produce code that’s complex yet maintainable in the long term.