The point is to increase the signal to noise ratio, by having a community rating system.
Ask HN: What Are You Working On? (July 2026)
291–300 of 1001 posts
Re: Ask HN: What Are You Working On? (July 2026)
#292Re: Ask HN: What Are You Working On? (July 2026)
#293Re: Ask HN: What Are You Working On? (July 2026)
#294I know Go UI frameworks have a long history of not quite getting there. The bet I am making is that WASM is now fast enough, the tooling is mature enough, and the fine grained signal model avoids the VDOM overhead that held earlier attempts back. Would love an honest critique of whether the framework actually solves the problem and whether it's usable for other's development experience.
Re: Ask HN: What Are You Working On? (July 2026)
#295I'd love to hear from anyone else doing work in this area!
Re: Ask HN: What Are You Working On? (July 2026)
#296It can run adhoc or scheduled queries and send the results to ClickHouse, or store them locally in Parquet files and use DuckDB to browse the results. It can also initiate YARA scans and collect the results. It also supports policy evaluation and alerting.
Re: Ask HN: What Are You Working On? (July 2026)
#297This month has mostly been personal website. Serious warning - style is an HN ripoff atm, forgive me in advance. Will change in the future to something original or minimal. Migrated my beverages app from notion to an actual webapp my wife and I can use: https://stefanludlow.com/beverages/ Built a bunch of slime mold art: https://stefanludlow.com/art/foraging-network Project I've got in progress is a migration of the…
Re: Ask HN: What Are You Working On? (July 2026)
#298I'm building a Go to WASM reactive UI framework called Goowee. Fine grained signals (no VDOM), components run once, SSR and hydration built in. The JS bridge is about 200 lines. Still experimental but I've thought about it thoroughly and have used it for the landing page of the project and some other projects of mine. I know Go UI frameworks have a long history of not quite getting there. The bet I am making is that…
Are you using the built in WASM target? I've been told Tiny Go's WASM build target is worth investigating but haven't tried.