Edit: Sorry missed the most important point. So the more users and the bigger this library gets, the less LLM usage we have, until eventually we are able to run almost fully deterministic.
Ask HN: What are you building that's not AI related?
141–150 of 265 posts
Re: Ask HN: What are you building that's not AI related?
#142Re: Ask HN: What are you building that's not AI related?
#143I'm currently working on a small tool that helps me setup new personal computers in a purely descriptive way. A little bit like ansible, but then totally not like ansible. It generates SSH-Keys. It clones repositories, installs uv and rust. It removes Snap from my Ubuntu machines and installs firefox from the mozilla repositories.
Re: Ask HN: What are you building that's not AI related?
#144Re: Ask HN: What are you building that's not AI related?
#145Re: Ask HN: What are you building that's not AI related?
#146Re: Ask HN: What are you building that's not AI related?
#147Earlier quoted context omitted.
Was recently looking for such a streaming thing; just streaming from a set of MP3s in a folder, nothing fancy. The majority looked too complex, with too many moving parts, for my idea. Found one in Go that might interest you too: GoFM. Although I dropped my idea for now, I'd love to see yours come to life, too.
I started with this one: https://medium.com/@icelain/a-guide-to-building-a-realtime-h... And then, modified a lot. At some moment I will open it back. (Author's MIT license allowed closing it; I did it actually because I embedded a number of idiosyncrasies related to the radio service that shouldn't be disclosed; but with some amount of work it can be divided into an open and closed part). The broadcasting skeleton f…
Re: Ask HN: What are you building that's not AI related?
#148Built a SQL interface for DynamoDB. I was tired of constantly trying to find workarounds for querying on a NoSQL database, so I built a direct interface for DynamoDB, which I'm calling DynamoSQL. With it, you can use standard SQL (even JOINs) on DynamoDB. I'm really excited about it, and I'm starting beta trials this week. https://dynamosql.com
Re: Ask HN: What are you building that's not AI related?
#149Built an open source chrome extension to build reports to provide back to our dev team. I promote it as AI related but it's not really. It just lets me grab elements on local files visually, comment on them, and provide them to our devs as a structured brief. There's others on the market but it wasn't worth paying for something so simple so I just made it free for all!
getmarkup.dev https://github.com/noahomrilevin/getmarkup
Re: Ask HN: What are you building that's not AI related?
#150I'm building a macOS image editor -- no AI here, just Metal textures, compositing, blend modes, all that mathematical raster goodness. It's getting closer to a Mac App Store release and has a preview version on https://skullrocksoftware.com
Is it a heavily customized SwiftUI app?