this post was submitted on 13 Dec 2025
129 points (99.2% liked)

Programming

24058 readers
589 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

Share your cool programs!

you are viewing a single comment's thread
view the rest of the comments
[–] Poik@pawb.social 8 points 1 week ago* (last edited 1 week ago)

Coolest thing is hard... I'm a bit of a nerd, but let's go from a few angles.

As a kid I had made and recreated a number of games on my TI-83+ and did some fun optimization challenges to get as much in the pure BASIC code as possible. I was working in an ARG into it. But all that code is lost because I didn't know how to back up that stuff back then. (And I was a bit lazy even when I knew I should.)

I'm proud of how fun my Football mod for Binding of Isaac is. It's just an item that give Isaac randomly bouncing projectiles, like how a football kind of sporadically bounces in real life. I meant to release a challenge where you get ipecac and football to start, and all explosion immunities are removed from the pool. With a short goal since I think that's enough chaos.

But probably from a different angle PySpeedup and DriveLink are libraries I designed to improve code as invisibly to the end user as possible because I got tired of taking PhD coders' code and making it actually work because they don't understand swap space or scheduling. (I've worked with brilliant algorithms at times, but had to correct critical misunderstandings of the computer at times.) I haven't touched the libraries in years, but a lot of time and research went into it, and there was a full test suite and documentation. I don't think the idea is fully without merit yet as the multiprocessing in Python is better but still has oddities, and I don't think there's an RAM aware abstraction in the base language yet? I forget what state I left things in. I know the CI I was using doesn't exist (for free users) anymore though.