Ask HN: What are you building that's not AI related?
31–40 of 265 posts
Re: Ask HN: What are you building that's not AI related?
#32This seems a little bit of a duplicate of [1], but I can repeat my answer here as any views help! My wife and I continue to work on Uruky, a EU-based Kagi alternative [2]. Since last month we finally got our production API Key for EUSP/STAAN (it was certainly the slowest and most complicated search provider to adopt, so far), and that brought us to 5 search providers you can choose from and sort as you prefer. We alr…
What I would worry about is if it reminds whoever holds Tolkien's copyrights of Uruk and Uruk-hai.
Re: Ask HN: What are you building that's not AI related?
#33I’m building ATProto Alternatives ( https://atprotoalternatives.com ). I started looking into AT Protocol recently and find it very interesting, so I started collecting a list of decentralized products built on top of AT that are alternatives to mainstream (popular) products.
One question, I tried sharing your site with a friend and the share URL is coming up as http://localhost/ which is strange and I've never seen before. Is this something that's possible to customise via meta tag, or is this a bug in my browser (Vanadium 147 on GrapheneOS)?
Re: Ask HN: What are you building that's not AI related?
#34still working on https://stringscales.com - fun sideproject to visualize guitar scales on a configurable fretboard, with interactive note highlighting to a backingtrack. The backingtrack is what I'm actively improving right now. It's just a pad running now, but it will turn into a full track with bass/drums/piano/... and will feature a comprehensive chords based editor so you can add and save your own progressions wi…
Re: Ask HN: What are you building that's not AI related?
#35Re: Ask HN: What are you building that's not AI related?
#36LEGO. I build LEGO, because I like it and it puts a smile on my face :)
Question, do you "build LEGO" as in "make what's on the box it came in", or do you use LEGO to build things yourself and not following instructions? (I am old, but as a kid, I remember building what the kit was supposed to build once or _maybe_ twice, but using the parts from the kit and various other kits I had to make things purely out of my head pretty mush all the time. I _think_ that's not how people "play with…
Edit: LEGO Architecture Set (not sure if they still make it) is super nice for building random stuff - it's a set of pure white bricks, super fun.
Re: Ask HN: What are you building that's not AI related?
#37“Ask HN: What are you working on? (April 2026) (Non AI)” https://news.ycombinator.com/item?id=47679021 18 points | 1 day ago | 37 comments
Re: Ask HN: What are you building that's not AI related?
#38The idea came after I finished a permanent piece for a museum using MaxMsp and python. I always had this thought in the back of my mind that "I could express this so much easier in a few lines of code.."
here's the language spec: https://github.com/audion-lang/audion/blob/main/docs/LANGUAG...
I really liked how objects came out, I don't think it needs any more since I can do object composition.
There are some nice functions to generate rhythms and melodies with combinatorics, see src/sequences.rs and melodies.rs
Its a WIP but you can use it now to create music with whatever you want: hardware/daws/supercollider
supercollider is tightly integrated but not required. I havent had time to develop userland libraries yet but I'm working on it