It's been quite fun building this as this solves my exact problem, but trying to find an audience for a product is a completely different game
Ask HN: What Are You Working On? (July 2026)
261–270 of 1001 posts
Re: Ask HN: What Are You Working On? (July 2026)
#262https://github.com/yuechen-li-dev/MachinaLayout.JS
Pretty much just SwiftUI-like layout/style in TypeScript with a bunch of utility tools from other languages I like, like Rust's payload enums, table helpers, LINQ-like queries, state management, etc. It's framework neutral so it works with React, React Native, and Vue right now. Everything is just plain TypeScript that compiles to the DOM, so no HTML or CSS needed for most normal web apps, they can all be written in plain .ts or tsx files.
Re: Ask HN: What Are You Working On? (July 2026)
#263Re: Ask HN: What Are You Working On? (July 2026)
#264Triply periodic minimal surfaces are the golden standard in thermal management, acoustics, and even medical applications. But minimality itself doesn't contribute much to practicality. We use them because they are simply studied better than the non-minimal surfaces.
So I'm studying the non-minimals. They are much more governable, what I link to is a demo of a surface builder with two levels of control. Next, they are conjugatable including conjugations with different period of self (that will be the following paper), they generalize nicely to non-periodic or partially periodic surfaces, and they work in other space configurations. E. g. I'm now playing with bi-periodic curves that cover the 2D space with self-replicating hexagons.
If all that I'm experimenting on today in 2D will turn out well in 3D too, we'll have a whole new direction in implicit modeling.
Re: Ask HN: What Are You Working On? (July 2026)
#265Re: Ask HN: What Are You Working On? (July 2026)
#266I got sick of choosing between the efficiency of working in a terminal and the magic powers of using AI (and of copy-pasting between the two). So I created a hybrid: Terminai is a transparent wrapper for any terminal that provides on-demand access to a TUI coding agent of your choice just a hotkey away (with built-in MCP and CLI that gives the AI access to your terminal).
Re: Ask HN: What Are You Working On? (July 2026)
#267Re: Ask HN: What Are You Working On? (July 2026)
#268Built in Swift, SwiftUI for the iOS app and Python for the backend.
Re: Ask HN: What Are You Working On? (July 2026)
#269Two side projects I’m actively working on: https://openaltfinder.com - To help people discover selfhost-able open source projects. Been maintaining this for almost a year, and it’s been fun. Keeps me up to date with new OSS. https://getpinnd.com - A small social network for map makers to created shared lists of places. Was just a spur of the moment, and ended up building it in little than a week.
This is a common issue for all of us in Viet Nam though, not sure if there's anything you can do your side. I'll figure out how to get my submission through later :)
Re: Ask HN: What Are You Working On? (July 2026)
#270Since my last post in February, I’ve gotten to ~25 paying users, which is cool considering it started as a fun project. Sorta a niche within a niche here.
The market is distributed across a bunch of 3rd-party marketplaces, and there's no 'simple' API that provides genuinely high-quality data for the few marketplaces that matter. It’s a surprisingly complex problem, which is probably why nobody else is bothering :).
It's been a super fun project, and I've been able to learn about collecting & managing a high (to me) scale of data, building an API from the ground-up, and creating my first 'commercial' website.
Website is @ https://cs2.sh/
The API is built w/ Go & Clickhouse, which I've also been super impressed with so far in terms of performance and efficiency.
Web design is inspired/somewhat taken from turbopuffer's site, since I really liked it.