Hi, I’m sbird! I like to make all sorts of things!

  • 4 Posts
  • 26 Comments
Joined 2 months ago
cake
Cake day: February 23rd, 2025

help-circle

  • Don’t debate on things we have little to no expertise/personal experience in. [insert really divisive issue here], I am not [this group of people], [other group of people], and don’t have the legal/medical/[insert other relevant thing] background to comment on this issue.

    If you ignore those hot issues, you can focus on the important things that matter in life. Like what’s for breakfast tomorrow morning.






  • spray-painted a mouse, doesn’t look tool great (esp. on the underside) and I borked the sensor :(

    building a strange little contraption where it was a hexagonal box with six separate compartments, and a button in the middle lit up an random LED to randomly choose one of the compartments. In short, my measurements weren’t good and I ended up having to use a lot of hot glue to put it together. Also, I put the LEDs in a really awkward spot on the side rather than the top, which wasn’t a great idea at all.














  • does this issue not apply to other programming languages? dependency hell exists outside of python too yk…

    allso, I’m not using too many modules for this, most of it is “vanilla” python, if you will. I’ve only got a module that makes it easier to create coloured text and another one to generate ascii art. maybe the latter uses a few extra modules, but this project is relatively small and simple and it’s just a funny little game. I actually used to not use the ascii art generator module before and just used to text to ASCII art generators, but it was getting really annoying having to backslash all the backslashes