Ask HN: What are you working on? (May 2025)
351–360 of 1001 posts
Re: Ask HN: What are you working on? (May 2025)
#352Re: Ask HN: What are you working on? (May 2025)
#353Funnily enough, players are much more excited about the achievements I am planning to add than they ever were about us solving this 4000-year-old board game. I guess you've got to pick your audience.
Re: Ask HN: What are you working on? (May 2025)
#354Imagine Docker Compose and Tailscale had a baby. Uncloud is the baby that allows you to deploy and manage containers across a network of Docker hosts. I feel like we forgot how to build simple tools that do the job and not a thousand other unnecessary things.
I've started migrating some of my self-hosted web apps from my k8s cluster and I really enjoy it. Using the tool early on helps me better understand where the biggest pain points are and what I need to prioritise.
Re: Ask HN: What are you working on? (May 2025)
#355Re: Ask HN: What are you working on? (May 2025)
#356https://tritium.legal Tritium is an IDE for corporate lawyers. Draft Word docs, review PDFs, redline all in a single application. It's written in Rust using a modified version of egui. Immediate mode has some interesting tradeoffs that I'd love to discuss on here. Also the web/desktop dichotomy presents a lot of interesting opportunities and challenges where data governance is concerned. I'd love your thoughts or to…
Re: Ask HN: What are you working on? (May 2025)
#357https://periplus.app A website for open-ended learning with LLMs. Something like a personalized, generative Wikipedia. Has generated courses, documents, quizzes and flashcards. Each document links to more documents, which are all stored in a graph you grow over time. Currently using the graph for topic suggestions, though I've also been playing around with steering document generation with it as well.
Feature suggestion: fact checking the contents of a flash card with perplexity
Re: Ask HN: What are you working on? (May 2025)
#358A one time payment (no subscription), local text to speech solution for MacOS or Windows. I've been a heavy user of Speechify but it was a bit expensive to justify. So I eventually built With Audio and after a few iterations now I'm working on the desktop app. Our laptops are very powerful and they are more capable of running some of these Text To Speech models with near to real time performance.
Re: Ask HN: What are you working on? (May 2025)
#359Re: Ask HN: What are you working on? (May 2025)
#360I developed "LessEncrypt" for my dev environment, an ultra lightweight, hassle free alternative to LetsEncrypt for use with self-signed CAs like in a dev or homelab environment. At work we have self signed keys for our dev/stg environment, and manage it with Ansible and some scripts, but spend a surprising amount of time dealing with it. This is an experiment to get us out of that business. https://github.com/linsomn…