Ask HN: What software should I rewrite as open source?
1–10 of 41 posts
I'll probably rewrite it in Rust, but I would like some ideas on software to rewrite and make open source.
Re: Ask HN: What software should I rewrite as open source?
#2Unity
Re: Ask HN: What software should I rewrite as open source?
#3Unity
Isn't godot already an replacement?
Re: Ask HN: What software should I rewrite as open source?
#4MATLAB add-ons or toolkits, any of them depending on your interest. As easy option would be to adapt them to Octave .
Re: Ask HN: What software should I rewrite as open source?
#5Visual Basic - language + modern IDE implementation.
Re: Ask HN: What software should I rewrite as open source?
#6Visual Basic - language + modern IDE implementation.
Have you tired Gambas https://gambas.sourceforge.net/en/main.html ? I used a lot of VB6 in the old times (and not so old). I didn't try iGambas, but it looks very similar.
Re: Ask HN: What software should I rewrite as open source?
#7Weird question. Rewrite whatever you feel like writing. You have to have an internal drive rather than something derived from outside of yourself.
You aren't being paid for your work, so there has to be some other incentive. Whether that is just some mental challenge, or the acclamation of your peers.
Re: Ask HN: What software should I rewrite as open source?
#8OFS
Re: Ask HN: What software should I rewrite as open source?
#9Weird question. Rewrite whatever you feel like writing. You have to have an internal drive rather than something derived from outside of yourself. You aren't being paid for your work, so there has to be some other incentive. Whether that is just some mental challenge, or the acclamation of your peers.
It’s more to see if I can, and maybe to learn something from it. Also I am very bad at generating ideas.
Re: Ask HN: What software should I rewrite as open source?
#10Basic autonomous drone software a la Ardupilot or INAV. Look at replicating ardupilot's auto tuning for new vehicles to tune in flight characteristics. And add an API to send flight instructions to the flight controller from something like a Jetson.
You could take the best from the various drone software packages (OSS and proprietary) and make something really special that could power the next generation of autonomous vehicles that rely heavily on local AI.