Live data from Hacker News

Ask HN: What are tools you have made for yourself since the advent of AI?

news.ycombinator.com

61–70 of 913 posts

Re: Ask HN: What are tools you have made for yourself since the advent of AI?

#61

I am working on my own Youtube Music/Spotify replacement, just so I can ditch the youtube premium on mobile. Already have $180 ARR prebooked (the money that I used to pay for youtube music), looking forward for more. if anyone has links for open-source self-hosted spotify/yt music replacement, I would gladly appreciate links

I tried to do something like that here: https://musicdocks.com/

Github: https://github.com/jantznick/youtube-spotify

It essentially uses youtube as the music source, I think I heard somewhere that playing through embedded videos skips ads but I'm not really sure, in all my time testing it I never noticed ads, but I'm also on premium so that may have been why.

by all means critique, I don't know that I have a ton of time left for it and I'm sure there's bugs here and there. I was having issues getting it to autoplay on desktop when the window itself wasn't the active tab. I never really tried it on mobile.

I was trying to get some DB of artist/song info but doing that was proving to be complicated.

Re: Ask HN: What are tools you have made for yourself since the advent of AI?

#62
post #49

Some free side-loadable android apps: http://badcheese.com/android * Auto-Birthday - if you have a contact in your android contacts that has both a mobile number and a birthday in their contact info, you can choose to send them an automatic "Happy Birthday" message on their birthday at a specific time. Can do it with hundreds of contacts. Doesn't use hardly any battery or resources. * Wrecker - stupid simple "throw a…

> you can choose to send them an automatic "Happy Birthday" message on their birthday at a specific time.

Nothing says “AI enthusiast” more than automating away social interaction.

Re: Ask HN: What are tools you have made for yourself since the advent of AI?

#63

I wish I had time, but I would definitely make some Android apps to sideload onto my phone. They would be very bespoke and probably only relevant to me, but they would be streamlined to my life.

You mean ..to install.. right?

Re: Ask HN: What are tools you have made for yourself since the advent of AI?

#65
Scrobble tui to track vinyl record listens on last.fm, sourced from collection on Discogs

Calibre web UI 2.0 to replace Calibre's mediocre web interface. Used for browsing ebook catalog, searching and cataloging with a simple list feature.

Project Gutenberg local mirror UI to browse my local copy of Project Gutenberg books

A couple of MCP servers for self-hosted services to give access to OpenClaw. Currently working on a daily digest that Claw will generate that includes feeds from these: what news stories were popular in my feed reader, did my baseball team win, etc.

Re: Ask HN: What are tools you have made for yourself since the advent of AI?

#66
- app logo/favicon generator: https://logo.leftium.com/logo

- classless CSS library: https://leftium.github.io/nimble.css

- HN client: https://hn.leftium.com

- local realtime streaming transcription prototype: https://rift-transcription.vercel.app

---

These projects were started without AI, but heavily augmented with coding agents:

- https://weather-sense.leftium.com

- console.log replacement: https://github.com/Leftium/gg

- Thin layer over Google forms/sheets: https://veneer.leftium.com

Re: Ask HN: What are tools you have made for yourself since the advent of AI?

#68
A github client / dashboard that can pull 20 of so repos for all internal and client projects in one UI so I can stay on top of project delivery and long standing bugs. It has global search, bookmarking and text based / minimalistic ui for maxium space utilisation and information density. It's read only so to comment on issue i click a link to open GH in new tab but helped me a lot to have this birds eye view on my company. Don't get me started on GH Project. I tried Linear many times but multi project / multi repo is just not their core focus and it shows.
Post reply on HN