I hate flashcards so I made my own app for studying Chinese after finishing HelloChinese. Very similar interface, but allows me to bring my own content.
Ask HN: Is there any software you only made for your own use but nobody else?
261–270 of 484 posts
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#262I built a hydroponic garden as a covid hobby. I wrote software to maintain the garden, water it on schedule, apply ph changes to the water, turn lights on / off, humidify, as well as monitor statistics (temperature, humidity, water temperature, water ph, water conductivity). Rough guess would be that I spent 50 hours actually working on the software. There's a handful of raspberry pis involved. I wrote everything in…
How does it automate ph changes to the water?
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#263Many little handy scripts and tools I might even put in front of a web script to share.
None meant to see the light of day or ship.
One way to do it is just list them on a public website for yourself to use
Let seo pick them up and you’ll see if anyone wants it too.
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#264In the end, I did put it on the App Store (after months of cleanup!) but it's easily the most used app on my phone.
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#265Over the past two years I've been working on tooling that allows me to delink programs back into object files. What started out as a bunch of Jython scripts is nowadays a full-blown Ghidra extension that can export working object files from a program selection in two mouse clicks. I'm using it as part of a video game decompilation project, but it also enables a whole bunch of other use cases I've documented on my blo…
I know a linker developer, I'm going to send this to him :) Not sure about heresy according to computer science. Sure, it's not intended, but it's a very clever thing to be able to do.
It's when you get creative and throw ABIs out the window in order to create some cursed chimeras that this really becomes heresy.
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#266Over the past two years I've been working on tooling that allows me to delink programs back into object files. What started out as a bunch of Jython scripts is nowadays a full-blown Ghidra extension that can export working object files from a program selection in two mouse clicks. I'm using it as part of a video game decompilation project, but it also enables a whole bunch of other use cases I've documented on my blo…
I know a linker developer, I'm going to send this to him :) Not sure about heresy according to computer science. Sure, it's not intended, but it's a very clever thing to be able to do.
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#267Re: Ask HN: Is there any software you only made for your own use but nobody else?
#268Re: Ask HN: Is there any software you only made for your own use but nobody else?
#269Earlier quoted context omitted.
this is a really cool project, you should send it to people at youtube, get a job there and implement this in their sidebar...
The projects are dead simple. I think if Youtube wanted to, the would have implemented this long back. It's probably a legal landmine and financial tar pit. But thanks nevertheless.
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#270Reminds me of a classic story that makes a good programming parable: Back in 2011, my girlfriend was working at a catering company that announced shifts via a webpage and workers had to sign up for them. Other workers tended to pick them up very quickly, so it was hard to get too many shifts. I wrote a quick web scraper to automatically accept any shift offered and email her. For a couple weeks it was great, suddenly…