Live data from Hacker News

Ask HN: What are you working on? (September 2026)

news.ycombinator.com

941–950 of 1001 posts

Re: Ask HN: What are you working on? (September 2026)

#941
https://www.fieldsofcolor.org

I started a 501c3 nonprofit last year to showcase / highlight relatively unknown but talented artists in other countries in Atlanta, Georgia and we finally completed a visa application to bring one of them to the US.

As an engineer it's been difficult but really fun learning to help promote visual arts, but AI helped speed up a ton of stuff I wouldn't have really know about (like setting up a kanboard to work alongside artists).

Re: Ask HN: What are you working on? (September 2026)

#942
Extreme vibe coding!!!

* better squares-in-circle packing for n = 31 and n = 34: https://github.com/dllu/packing and https://erich-friedman.github.io/packing/squincir/

* vibe coded CAD application (paused due to lack of quota on my $200/mo plan). Rather doubtful if GPT-6 Astra can one shot a correct B-rep kernel but whatever: https://github.com/dllu/viboceros

* ray traced chess demo: https://github.com/dllu/chess-rtx

Re: Ask HN: What are you working on? (September 2026)

#943
post #717

VO is my dynamic language, its weird but i like it. functional, OO and dynamic, its 'extendable' from within the language. - Unicode so Symbols are legit. - functions are first class objects, assignable to variables. - classes are hash with functions assigned to members giving methods. - as much as possible is defined within the language so its self extending. - pre/infix can be defined by the client programmer so pa…

what sets it apart from scheme/lisp?

on the surface probably:

* the syntax is more similar to block structured languages.

* different brackets are used in different contexts for different meanings.

* the default is infix operators.

internally:

* its not s-expressions

you can see more examples here: https://github.com/seanbutler/vo

i feel it probably has more in common with self/rebol than lisp.

Re: Ask HN: What are you working on? (September 2026)

#944

https://shopspec.io/ ShopSpec is a deterministic parametric furniture generator (bookshelves, cabinets, shop carts, leg-and-rail frames, multi-carcass composites) that encodes real woodworking intelligence and outputs shop-ready artifacts. Most recently, introduced the concept of value engineering by sweeping across dimensions to batch evaluate candidates that ranks based on sheet purchases. Also have in beta an MCP…

Is this related at all to sawdust.diy which was posted last What are you working on? https://news.ycombinator.com/item?id=49234277 . Has a really similar look and feel but different feature set

Not related, but similar. You'll see a reply from me in the thread you linked.

I've added ShopSpec to a couple Ask HN threads in the past too.

Re: Ask HN: What are you working on? (September 2026)

#945
post #925

https://shopspec.io/ ShopSpec is a deterministic parametric furniture generator (bookshelves, cabinets, shop carts, leg-and-rail frames, multi-carcass composites) that encodes real woodworking intelligence and outputs shop-ready artifacts. Most recently, introduced the concept of value engineering by sweeping across dimensions to batch evaluate candidates that ranks based on sheet purchases. Also have in beta an MCP…

This is beautiful and I'm now itching to make a workbench (finally! that initial "how many sheets and what for what size" problem has been the mental blocker) +1.0mm vote to adding metric please!

Glad ShopSpec helped get you over the hump and appreciate the feedback. I am building a tool that I find useful for myself and previously encountered a similar pattern to what you mention.

Re: Ask HN: What are you working on? (September 2026)

#946
Currently working on a redesign for my passion project website directory intrasti.com. There's websites and topics but there's a lot of focus on topics. I'd like to bring the focus away from topics and balance it out between them. The new design is going to introduce a new 'topic card' UI instead of a shelves approach that's currently live.

I've been avoiding using Tailwind or any framework as to try to identify maintainable ways to build with just the web platform in a way that I also enjoy writing code. The last day or so I've been strictly using child combinators (the > in: .container > .thing) and I've found my CSS to easier to read and less likely if not impossible to pollute child components.

Also I recently converted the whole project from a domain-driven source code organizational approach to a more flat horizontally layered approach, that's TBD on its usefulness although first impressions is that I don't feel like something could be amiss when I go to deploy whereas in a heavily domain-driven architecture I get a feeling that there seems to be a stone left unturned somewhere.

Re: Ask HN: What are you working on? (September 2026)

#948
I've been working on https://arbiter.housecarl.cloud/ .

It's a deterministic judgement engine for disagreeing inputs. The input interface is shaped for LLMs now, but there's no particular reason it has to stay limited that way & it has a normal API.

I pulled in a lot of research on conflict logics to build it out.

The next big push technically will be an ingest pipeline and a more sophisticated logic engine.

Re: Ask HN: What are you working on? (September 2026)

#949

https://shopspec.io/ ShopSpec is a deterministic parametric furniture generator (bookshelves, cabinets, shop carts, leg-and-rail frames, multi-carcass composites) that encodes real woodworking intelligence and outputs shop-ready artifacts. Most recently, introduced the concept of value engineering by sweeping across dimensions to batch evaluate candidates that ranks based on sheet purchases. Also have in beta an MCP…

This is amazing, I may use it for a built-in pantry i'm planning to build. In my use case, I end up with one side at an angle, is there a way to support that?

I have not opened up that can of worms yet, but have been thinking more about tapers and other non-rectilinear forms. Longer-term I very much want to support a "fill this space" mode for built-ins.

Re: Ask HN: What are you working on? (September 2026)

#950

I've been vibe coding a way to stream my music files collection. Right now I have a server in my NAS which serves a website that streams my music, like an Internet radio but on my local network. I've been very happy to rediscover my collection, especially when I wake up and let it put something random. Maybe it could be something that I could use beyond my local network? (for personal use, of course), what I have now…

Tailscale would make 'away from home' usage work.
Post reply on HN