Ask HN: What non-AI products are you working on?
101–110 of 544 posts
Re: Ask HN: What non-AI products are you working on?
#102https://weexpire.org - An opensource tool for creating emergency notes that can be read by your trusted contacts only after your death or if you are seriously injured.
Re: Ask HN: What non-AI products are you working on?
#103It's a mashup of a safety deposit box, time capsule, and deadman switch.
It's not ready yet, but will be ready in a few weeks. If you're interested, I would really like to talk to you. My email is ethan@ethanmye.rs
FWIW, I did use chatgpt to write a lot of boilerplate JS and fix my bootstrap templates!
edit deadpan->deadman
Re: Ask HN: What non-AI products are you working on?
#104A new terminal emulator [0] from scratch. It's native and cross-platform for Windows, Mac, and Linux. This is a product with a history of overpromising on the release date, but I'm being more realistic with the roadmap and streaming progress on Twitch. If it helps think of it as the indie, non-AI version of Warp [1]. [0] https://terminal.click [1] https://warp.dev
Re: Ask HN: What non-AI products are you working on?
#105Re: Ask HN: What non-AI products are you working on?
#106TL;DR elevator pitch: subscription based reddit-like platform. Your subscription is split evenly between everything you upvote that month. Nonio takes $1 out of your subscription to pay for servers.
One thing I found from the launch was there was a huge volume of mobile users, who didn't have a great experience. I hired a dev to help work on an iOS app for this, which we're building in the open.
Designs: https://www.figma.com/file/im8a7L7axmbj0S0lm27NKa/Nonio-iOS-...
Re: Ask HN: What non-AI products are you working on?
#107Earlier quoted context omitted.
This is a super simple IT problem to solve technically (ping a URL, provide a status HTML page, etc.) but really hard to get right, like your customer comment about a vendor. If done wrong, people will go to their "you had one job" card. How do you handle hosting of your own service and isolation from larger "cloud" or internet issues?
I replicate the service across several AWS regions, and Cloudflare Workers. At the moment, it's really good at answering "am I down everywhere?", since I can just double check in several other regions. I recently taught it to answer "Am I down just in this region?" by monitoring across cloud providers in the same location, though it's more of a niche use case (for the people I chat to, anyway)
Re: Ask HN: What non-AI products are you working on?
#108Real physics and computational communication problems. Crazy tech, fun stuff!!