Ask HN: Have you created programs for only your personal use?
11–20 of 671 posts
Re: Ask HN: Have you created programs for only your personal use?
#12I plan to release it some day though.
Re: Ask HN: Have you created programs for only your personal use?
#13I wrote my own dns lookup tool in bash because most of the online ones are terrible or can't be customized. I made my own IP finder site because most of the online ones are terrible ( https://justyourip.com/ )
Re: Ask HN: Have you created programs for only your personal use?
#14It took me probably 6 months of hacking on it in my free time.
Re: Ask HN: Have you created programs for only your personal use?
#15I designed it for my system, but it should work on any linux system with a battery, kernel version 5.4+, and systemd.
Re: Ask HN: Have you created programs for only your personal use?
#16ruby -e '5.times {%w(left center right center).each{`say #{_1}`;sleep 30}};`say exercise over`'
Re: Ask HN: Have you created programs for only your personal use?
#17Re: Ask HN: Have you created programs for only your personal use?
#18As it provides a decent competitive advantage I have no plans to publicise it, although it is on Github as a portfolio piece.
Re: Ask HN: Have you created programs for only your personal use?
#19A command line calculator. While it's on github, is really just made for me because I wanted something to do quick math and convert different units.
A note/todo app. Started it's life as just a text file in a git repo, but now has a web front end, a simple TUI front end, and a little backend so it can add repeating tasks or tasks future days when they come along.
I also have a little python script running to control my exterior Hue lights, turning them on at sunset and such. Just added a thing today that turns on the lights in my office to full brightness when I open Zoom. It's nice, but every time I go down the rabbit hole of home automation, my SO rightly gets annoyed at the silliness of it all.
Re: Ask HN: Have you created programs for only your personal use?
#20many of them live in my emacs config...
also, a TUI noaa weather interface, piles of little bespoke automations, etc. None of it's portable, none of it's really meant to be.