Ask HN: Have you created programs for only your personal use?
91–100 of 671 posts
Re: Ask HN: Have you created programs for only your personal use?
#92Mostly these are written in Object Pascal via Lazarus and compiled natively for the target platforms, or they're web apps written in javascript and/or PHP. Many use SQLite for data storage; some just use an .ini file if the data is simple and not too volatile; a few are written against a MySQL back end.
Re: Ask HN: Have you created programs for only your personal use?
#93This car cheap autoradio has no random nor memory. Everytime the engine start, the music restart from the beginning.
Just coded at a stop a little python script for Nokia to randomize the name of the music files of the usb stick.
Re: Ask HN: Have you created programs for only your personal use?
#94Re: Ask HN: Have you created programs for only your personal use?
#95I also created a very hacky script that uses the python paramiko library to ssh to different hosts and spawn a python interpreter which runs a python function remotely for things like grabbing uptimes.
Re: Ask HN: Have you created programs for only your personal use?
#96I made myself a Chrome extension called Headlamp that puts a red dot by each link, button, text box, etc., and clears them as I click or type while I’m testing a web app. When I hand off a build to a client, if all the red dots are gone, I know I’ve at least TOUCHED everything. If I’m working with another engineer, we can both see the dots in our browser and collaborate to clear them all while we test.
Re: Ask HN: Have you created programs for only your personal use?
#97Re: Ask HN: Have you created programs for only your personal use?
#98Re: Ask HN: Have you created programs for only your personal use?
#99https://uguu.org/src_aoba_pl.html
I did that because `cal(1)` broke for some reason, and I felt like making some ASCII art.
Re: Ask HN: Have you created programs for only your personal use?
#100One of the simpler scripts I wrote that I actually published is a little helper to output WiFi signal strength on Macs into printable glyphs so that you can include it in your prompts on the terminal.