Weird question. Rewrite whatever you feel like writing. You have to have an internal drive rather than something derived from outside of yourself.<p>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.
Basic 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.<p>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.
<a href="https://docklight.de" rel="nofollow noreferrer">https://docklight.de</a><p>Serial comms tool with buttons to send pre-defined commands. One of the only tools I miss from windows.
visual basic but using react/react native or similar modern frameworks. Enable developers to drag and drop components but can also right click to edit the code seamlessly
I think that the biggest thing missing is an open/libre mrc.bin implementation that is written from scratch (as a clean room implementation).<p>Coreboot to this date still relies on the Google Chromebook's dump from more than a decade ago.<p>And it's probably the hardest reverse engineering challenge, because Intel isn't offering any details.
I miss FoxPro; I learned it while studying CS and created applications that could empower mom-and-pop stores. It could manage their inventory, handle invoicing, and generate basic sales reports for them.
FoxPro was simple yet remarkably powerful.<p><a href="https://en.wikipedia.org/wiki/FoxPro" rel="nofollow noreferrer">https://en.wikipedia.org/wiki/FoxPro</a>
So many people wishing for VB6. While that wish makes sense, you should give Gambas [1] a try first. It may already have what you seek - or may be a trivial addition.<p>[1] <a href="https://gambas.sourceforge.net/en/main.html" rel="nofollow noreferrer">https://gambas.sourceforge.net/en/main.html</a>