Live data from Hacker News

Ask HN: What Are You Working On? (July 2026)

news.ycombinator.com

291–300 of 1001 posts

Re: Ask HN: What Are You Working On? (July 2026)

#293
I am building https://EasyAnalytica.com - single place for all your dashboards. It generates dashboards automatically from data without using ai. It supports getting data from google sheets, api's, url's etc. I have recently added support for gsc as data source and i plan to continue adding more in coming weeks.

Re: Ask HN: What Are You Working On? (July 2026)

#294
I'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 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.

https://github.com/yogisalomo/goowee

Re: Ask HN: What Are You Working On? (July 2026)

#295
I'm doing a personal research project into the technical maturity of ccTLDs. So far I've mostly been working with easily accessible public information, which I'm almost ready to publish, but the next phase is going to be trying to identify markers of stack complexity (provisioning etc) which is going to be tricky.

I'd love to hear from anyone else doing work in this area!

Re: Ask HN: What Are You Working On? (July 2026)

#296
I’m working on https://checkpost.dev, a lightweight and easy-to-use osquery manager. It is open source, easy to self-host, and ships as a single binary. It only requires osquery to be installed on the endpoints. Checkpost is readonly and doesn't make any changes on the enrolled hosts.

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

#297

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

The slime art is nice. I watched it for a long time. It's neat how you can open any frame up as an image. The controls in the description didn't work though.

Re: Ask HN: What Are You Working On? (July 2026)

#298

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

Neat! I did a fair bit of toying with Go's WASM target early on and was able to port a couple neat things to the web. The sheer size of the WASM output though was a limiting factor for me, and I kind of stopped toying with it a number of years ago.

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.

Post reply on HN