Live data from Hacker News

Ask HN: Is there any software you only made for your own use but nobody else?

news.ycombinator.com

391–400 of 484 posts

Re: Ask HN: Is there any software you only made for your own use but nobody else?

#391
Yes, lots.

I made bookmarklets to sort multiple retail stores, including my local grocery store website and Amazon by price and price per unit. Amazon price sort is nearly worthless, I assume intentionally. Drives me crazy to grocery shop without price per unit, my bookmarklet also converts units.

I made a browser extension that filters out youtube videos, reddit posts, youtube comments, twitter posts, twitter sidebars, and probably a couple other things based on an extremely long list of keywords of crap i don't want to see - largely political, violent, war related stuff. I think it filters out more than half of posts on /r/all, partially because there's also a long list of popular subreddit blocks on it too.

I made a custom interface for Habitica, a habit-tracking app, to mimic a game from the 90s I really liked.

I made an arduino water gun robot to spray my cats and break up frequent cat fights when i'm all the way on the other side of the apartment.

More random stuff like this.

Wish i could find a job!

Re: Ask HN: Is there any software you only made for your own use but nobody else?

#392

I got annoyed at all the invoice generators so I recently built my own in a weekend. I put the data in Airtable and a python script generates the pdfs using typst. Much more flexible than any of the solutions I found and it took me less to build it than the time i spent trying out the available solutions.

What wrong and inflexible about off the shelf solutions?

Re: Ask HN: Is there any software you only made for your own use but nobody else?

#393
https://github.com/martindemello/anthill

does fairly basic word search stuff, and there are lots of more sophisticated programs out there, but none of them run in a linux terminal and that's what i wanted. i have it constantly open in a tab, for various word game related things.

Re: Ask HN: Is there any software you only made for your own use but nobody else?

#394

Yes. Several. - My blog, which has lots of weird pages for stats, time jumps, old games/tools/utilities. - Flight tracker app. - Home control app (because HA was a pain to keep updated). - Wood working tool helper for my dad. And more. It's liberating.

What’s the wood working tool do?

Re: Ask HN: Is there any software you only made for your own use but nobody else?

#395

A set of Python PIL scripts for generating background / wallpaper montages. One of the output montages is here : https://jimlawless.net/magsbooks.jpg A Perl script that formats a bbcode-like markup to HTML for some of my web pages. A mostly-Powershell script that stops all Windows features and apps that I don't want running. Some features/apps start up again after Windows updates, so this shuts them back down. Some S…

Run magazine!!!

Re: Ask HN: Is there any software you only made for your own use but nobody else?

#396

Bank and other statement PDF processing tools to feed records into Beancount. Because CSV downloads are not a legal record and are often not correct and contain no balances, and giving permanent access to aggregation services like Plaid and others are not worth the privacy violation.

Is any of the code public?

Or at least the tool(s) you use?

I have the same need but it's surprisingly difficult to get it right, at least with the `camelot` or `fitz` python packages.

Re: Ask HN: Is there any software you only made for your own use but nobody else?

#397
In high school I built a chrome extension to secretly chat with my girlfriend on the Google Search page.

Her parents were super strict and would not allow having a boyfriend, we were caught once so wanted to be few steps ahead of their detection.

Using internet was allowed for her to study. Made the extension such that when you search for something popular click on the largest image in knowledge graph (right side box) 4 times and then do a right click the wikipedia description will become a chat box (to avoid accidental discovery by her sister).

Backend a very simple .txt file and php to insert and maintain only last 5 conversations.

I think I made it over a few days. We used it for a total of 2 times because we couldn’t notify each other when we come online.

Switched to a simple ROT13 encoded sms-ing. With the key changing every day.

Re: Ask HN: Is there any software you only made for your own use but nobody else?

#398
I recently had our first baby. I created a self hosted web app for tracking diapers, food, etc. Through the delirium of the first month, it’s been so helpful with recalling when and what we did last and staying in communication with my partner without always being awake at the same time. I know there’s other apps out there but I wanted to keep my baby’s health data private. And it’s fun to create a bespoke app tailored to my family’s needs.

Re: Ask HN: Is there any software you only made for your own use but nobody else?

#399
A static site generator tailored for my own need.

A python package to code up reusable TeX expressions, which is used in the said site generator.

A python library for trip planning which let my wife make plans using Google MyMaps and Excels and then my library syncing them up and also shows some visualization in Jupyter Notebooks.

Re: Ask HN: Is there any software you only made for your own use but nobody else?

#400
My github is littered with software I built as tools in the moment for myself.

The coolest thing in my opinion was [1] pacman-backup, which is a small (hacky) nodejs script to be able to download packages on one machine and be able to use pacman on another airgapped machine with the downloaded packages.

A couple months after I took down the repository I received a letter from the US where someone was asking me whether the repo is still maintained and whether or not it still works. As it turns out, the people of Cuba use Archlinux, too, and they used my tool to use flash drives to share updates.

I still think this is the coolest little tool I ever built, and I probably have to rewrite it in a more sane language (maybe go?) at some point.

[1] https://github.com/cookiengineer/pacman-backup

Post reply on HN