Live data from Hacker News

Ask HN: What are you working on? (February 2025)

news.ycombinator.com

871–880 of 922 posts

Re: Ask HN: What are you working on? (February 2025)

#871

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. […

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)

#872
post #871

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. […

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.

Oh this is going to be a beast. It depends on what you're trying to achieve though. If you're doing this primarily to learn the kube landscape then it's a great way to play around with these tools in a homelab.

Re: Ask HN: What are you working on? (February 2025)

#873
I'm working on PayPerFax - https://payperfax.com/ - a simple online faxing service that lets individuals send faxes without committing to subscriptions or creating accounts.

The 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)

#874
I'm working on Build That Idea - https://buildthatidea.com - A platform that allows anyone to create custom GPTs in 60 seconds and monetize them

Here'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)

#875

Working 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.

Yes, that is a big part of the design choice for this language. I felt that circuit elements are usually defined in relation to other circuit elements and instead of explicitly stating connections, it might provide more understanding of the overall circuit if the user builds the connections by "walking" along the circuit graph. A good side effect of this is that you skip having to name every single component in the circuit.

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)

#876

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

[dead]

Re: Ask HN: What are you working on? (February 2025)

#878
post #180

Earlier 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!

+1, I would be interested.

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)

#879

I'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…

zeitgeist observations regarding this:

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)

#880
post #217

I 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'…

Do you plan on releasing this to the public?
Post reply on HN