Working on Uncloud[1][2] — think Fly.io but self-hosted. A lightweight Docker clustering tool for running web apps on your own servers (from cloud VMs to bare metal) with no control plane to maintain. Perfect for teams who want cloud-like deployments without Kubernetes complexity. Early days but seeing promising results with eventually consistent state sync, zero-config mesh networking, and automatic HTTPS ingress. […
Ask HN: What are you working on? (February 2025)
871–880 of 922 posts
Re: Ask HN: What are you working on? (February 2025)
#872Working on Uncloud[1][2] — think Fly.io but self-hosted. A lightweight Docker clustering tool for running web apps on your own servers (from cloud VMs to bare metal) with no control plane to maintain. Perfect for teams who want cloud-like deployments without Kubernetes complexity. Early days but seeing promising results with eventually consistent state sync, zero-config mesh networking, and automatic HTTPS ingress. […
That is super useful, especially for small stuff in home labs. I was thinking to go ProxMox + Gardener + Kubevirt route, but never have time to work on it.
Re: Ask HN: What are you working on? (February 2025)
#873The idea came from an interesting "tail wagging the dog" situation. I had an old domain (faxbeep.com) lying around unused which I'd been renewing for 20 years. When I finally built something there, I discovered users were more interested in a fax testing feature that I'd added as an afterthought - the abitlity to send a fax to our test numbers and see it appear on the website for 30 days.
That insight led me to dedicate faxbeep.com entirely to fax testing, and to buy payperfax.com for my original idea: straightforward, pay-as-you-go faxing. People still need to send faxes surprisingly often - for tax authorities, immigration paperwork, medical prescriptions, etc. The service charges a fixed fee for a 3-page fax (cover + 2 pages) with a bit more for additional pages, and you only pay if the fax sends successfully.
My current challenge is visibility - Google has essentially black-holed the site. Even exact match searches like [pay per fax] don't bring up the site. If anyone has SEO advice on how to climb out of this hole - I'd appreciate it!
Re: Ask HN: What are you working on? (February 2025)
#874Here's how it works:
- Define your GPT
- Choose a base LLM (OpenAI, Claude, DeepSeek, etc.)
- Upload knowledge base
- Set pricing and start making money
I’d love to hear what the HN community thinks!
Re: Ask HN: What are you working on? (February 2025)
#875Working on Circuitscript, a language based on python to describe electronic schematics/circuits: https://circuitscript.net/ The main motivation for creating Circuitscript is to describe schematics in terms of code rather than graphical UIs. This makes it easier to track changes and version control with a text based schematic. I have used different CAD packages extensively (Allegro, Altium, KiCAD) in the past and want…
You've gone for a Logo paradigm: turtle graphics with an inference engine behind it. It looks like its simplicity is a strength. There are a few others in this space, often using Python as their base.
I was inspired by skidl (https://devbisme.github.io/skidl/)'s python usage and did explore that direction. However, it felt strange and clunky to try and fit the circuit drawing concepts I had in mind into python via a domain specific language (DSL). The user would require a decent understanding of python and the DSL to create circuits. This would complicate my original aim of creating a language/tool that allows electronics engineers to focus on the circuits that they would like to design.
By creating a new language, I was not limited by python's syntax/grammar. I could craft the language closer to what was needed for schematic design and maintain simplicity. Overall, it was a great learning experience on language design and also using ANTLR for the implementation.
Re: Ask HN: What are you working on? (February 2025)
#876Continued working with my team to grow my granddaughter who at 15 months handles a spoon and fork to feed herself at each meal; drinks from a cup without assistance; can clean her face and understand everything she is told or asked (though sometimes with a devious smile makes what an adult might consider a poor choice.... She is testing her boundaries like she is supposed to do). I have learned how to and produced 6…
Re: Ask HN: What are you working on? (February 2025)
#877Re: Ask HN: What are you working on? (February 2025)
#878Earlier quoted context omitted.
Definitely want this kind of thing.
Thanks! If you or other interested people in this thread are in a position to pay for it, let me know and I'll see what I can do for you!
I think you should check out the Light Table kickstarter[0] which originally had a similar premise to yours, and raised several hundred thousand dollars. I personally put in $50 to be in the beta, and that was almost 15 years ago.
I think you would get a lot of takers if you could make a convincing demo.
[0] https://www.kickstarter.com/projects/ibdknox/light-table
Re: Ask HN: What are you working on? (February 2025)
#879I'm creating an infinite canvas that has all your organization's code and documentation on it. If you zoom in, you can see the code, if you zoom out you see the big picture. By giving everything a place on the map, it becomes easier to figure out your way through the landscape and understand the systems. Different modes can you show you different things: code age, authorship (bus-factor, is the person still with the…
haystack editor is a neat canvas based IDE
codesee recently got acquired by GitKraken (wish they'd sell individual licenses for function maps rather than only for enterprise)
Sometimes I wish I could code within an obsidan.MD canvas
I think a lot of developers generally want to code on a useful node graph IDE ---- the Gource time travel idea is interesting!
Would love to see your idea pulled off! I'm rooting for you
Re: Ask HN: What are you working on? (February 2025)
#880I have celiacs, so I'm making a database of every single labeled gluten-free product in grocery stores. (I have 8,858 products across 243 grocery categories). GF products are expensive and hit or miss, I really wanted something where I could keep track of my favorite items. I also want to let people rank them, so maybe I can discover the best gluten free hamburger bun (Rudi's Brioche), or beer (Glutenberg Blonde). I'…