Live data from Hacker News

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

news.ycombinator.com

651–660 of 831 posts

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

#651
https://flakiness.io: test analytics for GitHub and GitLab.

The idea is to connect test results and artifacts with commit history and testing environment. This way test reports can show whether a failure in a pull request is a real regression or a known flake from a target branch.

The core of the service is a specialized analytics engine that makes it possible to store and query large amounts of test results [1]. Thanks to this engine, we've processed 2.5 billion test results to date.

Flakiness.io is used already by a few large open sources (nuxt/nuxt [2], wordpress/gutenberg [3]). There's a 1GB free plan which is enough for roughly 10M+ test results, and I'd be happy to increase this limit to 100GB for large open source projects upon request.

Let me know what you think about the project!

[1]: https://blog.flakiness.io/posts/2026/engine/

[2]: https://flakiness.io/nuxt/nuxt

[3]: https://flakiness.io/wordpress/gutenberg

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

#653
I'm working on FermentMe, an app for tracking fermentation projects like kombucha and sourdough. It keeps a history of your batches so you can look back at what you changed and compare Co2, acidity evolutions etc when experimenting with recipes or fermentation times.

android: https://play.google.com/store/apps/details?id=com.fermentme.... ios: https://apps.apple.com/de/app/fermentme-recipes-tracker/id67...

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

#654

https://mirekrusin.com/cave Palantir like system – data, ontology, logic, actions, security, operational workflows – packaged as single cli, local first, git friendly text .cave files and sqlite3 instead of k8s-style complexity blowup. Working on the weekends. Next is probably extension of the language to integrate something like https://github.com/mirek/ast for arbitrary ast traversals/modification/generation/better…

[dead]

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

#655
https://github.com/theronic/eacl – EACL: Enterprise Access ControL is a situated ReBAC authorization library inspired by SpiceDB, built in Clojure and backed by Datomic Pro, Datahike, Datalevin or DataScript.

"Situated" here means that permissions are just data that co-exist with your application data. This has several advantages: reduced network latency, strong local consistency and opportunities for real-time view maintenance.

- EACL Performance Demo: https://demo.eacl.dev/ (1M permissioned entities, 3.8M Relationships)

- A toy Google Drive clone (runs in-browser): https://drive.eacl.dev/ (4-minute screen recording here: https://x.com/BraaiEngineer/status/2099284919532896675?s=20)

- Rationale: https://eacl.dev/#rationale

EACL V8 RC was released to Clojars on 12 September 2026: https://clojars.org/dev.eacl/eacl

EACL handles authorization in the Datahike HTTP Server: https://github.com/replikativ/datahike/blob/1ea8972a980e2e3b...

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

#656

https://mirekrusin.com/cave Palantir like system – data, ontology, logic, actions, security, operational workflows – packaged as single cli, local first, git friendly text .cave files and sqlite3 instead of k8s-style complexity blowup. Working on the weekends. Next is probably extension of the language to integrate something like https://github.com/mirek/ast for arbitrary ast traversals/modification/generation/better…

It's a beautiful language

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

#659
Micro - a personal AI agent - https://micro.mu

Still iterating. Started with something else, then turned that into tools, then turns that into agents, then turned that into an assistant. Now trying to make it generally useful, quite painful at times... but want something that is not Muse or ChatGPT or Claude or Gemini... and not Hermes or OpenClaw. Currently just fixing all the broken styling/css, etc, no separate frontend, single Go binary.

Self host if you like - https://github.com/micro/mu

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

#660
https://humansmap.com/?lb_tab=orgs

7M+ people and 3M+ organizations mapped, you can visualize entities associated with an organizations up to 1k nodes, or visualize someones graph visualization(relatives, partners, phd advisors, org connected to entity. Wikidata based. There is also a feed section: https://humansmap.com/?feed=1 Better for mobile use, here you can explore family dynasties, org memberships, interesting relationships. I increased db size lately, so there is still some latency, due to entities not cached in memory and limited ram.

Post reply on HN