Live data from Hacker News

Ask HN: What are you building that's not AI related?

news.ycombinator.com

81–90 of 265 posts

Re: Ask HN: What are you building that's not AI related?

#81
post #16

Working on an audio streaming platform powering an indy internet radio. Looks like Icecast & friends show its age and a similar product can be easily built with the functionality cast down to simply robust streaming & handling "timed playlists". I enjoy every bit of knowing exactly what happens in the code. It's not open source atm, but will be. It's in Go, is a pleasure to write and the deployment takes minimal amou…

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.

Re: Ask HN: What are you building that's not AI related?

#82
Built/building godom, a framework that lets me build local apps in Go, with the browser serving as a dumb view layer. I don't hate JavaScript or React, but my primary motivation was to eliminate NPM as much as possible. https://github.com/anupshinde/godom

I used AI to create the first POC, and once it was proven, it was improved, and AI handled a lot of grunt work where it could. The framework was built primarily to solve my pain points

And building Fractiz, a customizable pre-coded backtests platform.

Re: Ask HN: What are you building that's not AI related?

#83
I wrote a book about software engineering mental models that barely mentions AI on purpose. Only in the Appendix section I explain the rationale for not talking about AI, pasting it here:

---

Thoughts on AI

I consciously decided not to talk about AI throughout this book. Not because I don't believe in the benefits of using AI... I do.

I believe AI will keep bringing a lot of value to society.

I believe AI will keep changing our profession in many profound ways.

But whatever happens, I believe the principles here are still going to be incredibly valuable, even if the software engineer profession ceases to exist with its current name.

We might be working at a totally different level of abstraction, but the values, principles, mental models, patterns of communication and behavior described in this book will still make a huge difference. I believe they are atemporal.

Having said that, here are my recommendations regarding AI:

- Think of AI as another tool you have to create value, just like your IDE, the code you write or the emails you send.

- Keep yourself long enough in the problem space before throwing an AI api to solve a problem that might not exist

- Unless you are working at the frontier of AI development, ignore the noise. AI is now the shiny object everyone wants to be up to date with. JavaScript frameworks were used as a joke between value-driven software engineers because there would be a new one every 6 months and a lot of people would move to it without the real need. AI changes and improves every day or week. Being on top of it is probably a full time job. Instead of following all the news on a daily basis, level up your AI game in batches every 3 or 6 months. It will be more than enough.

- The most interesting use of AI for me has been in finding out my unknowns-unknowns. One question I frequently ask is "What are the building blocks of this problem/system/piece of knowledge?"

Re: Ask HN: What are you building that's not AI related?

#84
I recently started with Paperless-ngx and wanted to also include archive serial numbers (ASNs) for all paper documents using small label stickers, so I built a small tool to create and print ASN label sheets. It's free, no sign up, no ads and just runs in the browser:

https://asnlabels.com

If you're also using Paperless-ngx with ASNs or use them for something else, feedback welcome :)

Re: Ask HN: What are you building that's not AI related?

#85
post #34
post #13

still 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…

Does it let you visualise quarter tone fretting? (Or is it just me who's obsessed with Angine de Poitrine right now?)

that would certainly be a very interesting thing to add, but in the current iteration that is not possible.

The biggest issue here is that there's not really "one" microtonal system out there. The entire fretboard of a conventional guitar is mapped to work in 12tet - and the libraries I'm using to do all the musical operations also only supports 12tet.

to accommodate all the microtonal temperaments out there would be a pretty daunting task. But I'm not saying never!

Re: Ask HN: What are you building that's not AI related?

#87

My friend and I are building Strandfall, a highly physical outdoor larp (live action role playing game) that uses custom spatial computers: https://strandfall.com Players are survivors of a global disaster that has unleashed mysterious, deadly storms. For three hours, they investigate the origin of the storms and make fateful decisions about their future as individuals and as a community. We received Immersive Arts f…

[flagged]

Re: Ask HN: What are you building that's not AI related?

#89
I’ve just released v2 of https://kintoun.app which is something I’ve been working on for quite a while now.

It’s an iOS client for Cloudflare and it covers a lot of resources with this last release.

Next bit of work is to clean the swift sdk a bit and make it open source, it’s been heavily inspired by the python-cloudflare sdk.

Post reply on HN