I love the results, though I have a strong hunch that there's probably a different processing approach that would be 10x faster.
Ask HN: Is there any software you only made for your own use but nobody else?
31–40 of 484 posts
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#32unifi-dns-scraper[0]: a simple tool that logs into my Unifi console to get all the hosts and then creates a hosts file that my local DNS servers can use.
unifi-doh-blocker[1]: as part of my efforts to better control my network, I don’t want random devices ignoring my local DNS by using DoH. This gets various lists of public DNS over HTTPS servers and updates a blocklist on my Unifi Dream Machine Pro. With a few other firewall rules this essentially forces all my DNS through local servers which then do encrypted DNS queries to a third party DNS service.
These tools make me happy and were fun to write.
[0] https://github.com/pridkett/unifi-dns-scraper [1] https://github.com/pridkett/unifi-doh-blocker
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#33Re: Ask HN: Is there any software you only made for your own use but nobody else?
#34Re: Ask HN: Is there any software you only made for your own use but nobody else?
#35Except me and the team at my company nobody uses it.
After I made it lot of solutions came in this space, but IMO this is the easiest one to use still.
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#36I used it to buy a secondhand car based on several parameters (price, doors, features, reliability etc) and by assigning weight to the parameters
Python in total a day or so of work (including tweaking and adding features) only used it a couple of times to buy a car
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#37Created with an early version of Phoenix (and re-created with LiveView)
Here's a link to a room so you see it with multiple users: https://pokershirt.dev/r/hn
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#38Re: Ask HN: Is there any software you only made for your own use but nobody else?
#39I built a bot that runs every 2 weeks, scrapes my local movie theater's currently playing titles, runs them against rotten tomatoes to filter out movies rated below 85%, then looks them up on youtube and posts the trailers to my discord server
How did you make it?
Python script that runs in google cloud functions, triggered on a bi-weekly schedule
How much time you spent making it?
An evening
How often do you use it?
Every two weeks
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#40I created my own translation app using llama3-80b, I call it "expat translator": I live outside of my home country and always struggled with using translators like Google Translate because they don't tell you if the way you're writing something feels natural in the other language. It gives me some pretty good results and I also instruct it to give me rewrites for informal and professional use, so I don't sound weird…