I'm working on a travel planning application. I know a lot of other apps exist, but I'd like to build one myself. https://github.com/kenrick95/ikuyo So far it has some sort of activity calendar + expense tracker There's still so much ideas to implement, like adding map, improve UX of creating activities, to-do list, etc I've used it once or twice of a short trip, but in 6 months time, I'll have a 2-weeks trip, so tha…
Ask HN: What are you working on? (April 2025)
441–450 of 1001 posts
Re: Ask HN: What are you working on? (April 2025)
#442It has these capabilities for now : - Prebid flooring insights ( uses an LLM to generate a summary )
- screenshot at various times
- real time console logs
- Prebid detection
Re: Ask HN: What are you working on? (April 2025)
#443Three Kind Words ( https://threekindwords.com ) It’s a small vending machine on the internet where people anonymously send a friend three postcards, one word at a time. The first two cards are unsigned, and the last one reveals who sent them. It’s meant to be a slow, kind surprise in the mail. I shared this on HN a while back, and it gave us a quiet little push. Since then, we’ve sent 246 out of the 300 postcards we…
There's really nothing in that list that is interesting enough to send to anyone in my life. I'd be wanting to send something very specific like "Remember cycling Iceland?" or "Soy chicken success" or something.
I get your concerns about "writing something inappropriate" but you could probably let people choose 3 words from a list of a few hundred pre-vetted words?
Re: Ask HN: What are you working on? (April 2025)
#444https://medium.com/@DougDonohoe/ce45d56c8773
Writing well is hard and takes time. Was it Mark Twain that said "If I had more time, I would have written a shorter letter."? I can totally relate to that this month. Getting your point across without being long winded is challenging.
Re: Ask HN: What are you working on? (April 2025)
#445A midi sequencer, which does or is supposed to do what you expect. In the process of adding stuff like euclydian sequences, and trying to figure out how to generate melodies. Been considering using something like a simple markov probability from a bunch of jazz standards, but also starting to read more music theory behind it. It's a programming project but it's directly related to me trying to figure out music. So no…
Re: Ask HN: What are you working on? (April 2025)
#446Whispers is a self-organizing, belief-driven mesh where nodes propose, verify, and evolve solutions through dynamic, decentralized consensus.
Basically a shared knowledge graph of proposed partial inferences in CRDTs using verification as a merge function. There're some issues I know I'll run into with e.g. admissibility but I have some solutions in mind.
I'm in the very early stages but I think it's a simple idea so I have high hopes for a cool demo soon.
Re: Ask HN: What are you working on? (April 2025)
#447My main motivation was to implement a service that publishes the addresses of containers and vms that I run on my workstation to my local network, but it gradually has grown into a full-blown implementation of RFC 6762, which has been fun.
Re: Ask HN: What are you working on? (April 2025)
#448Re: Ask HN: What are you working on? (April 2025)
#449I'm working on a fantasy console that work on iOS and iPadOS https://github.com/moechofe/LowResRMX My goal is to create games on the go, during my commutes. It's a fork of https://lowresnx.inutilis.com/ , there is some videos of my progress on https://www.youtube.com/playlist?list=PLtmKVaz_2Cxe6pG7VbQfw... and a Discord channel https://discord.gg/jcT9CXDgHB
Re: Ask HN: What are you working on? (April 2025)
#450You can drag and drop links from YouTube, Twitch, TikTok, or Kick --and they show up in a grid.
You can reload or remove streams without refreshing, save mixes for later, and share them as links. It works best on a really big screen --phones aren't really supported and even notebooks are too small to get much benefit.
There's no backend, no login --everything runs in the browser.