Ask HN: What Are You Working On? (December 2025)
801–810 of 1001 posts
Re: Ask HN: What Are You Working On? (December 2025)
#802A small tool that does one thing: publish Markdown and give you a link—no accounts, no setup, no project scaffolding. Paste or write Markdown, click Publish, and you get a human-readable URL you can share immediately. You can update or delete the page later using the same link.
The idea came from frustration with how oddly hard it still is to put a Markdown document on the web without turning it into a repo, a static site, or a login-gated doc. JotBird is editor-light but publishing-first, and I’m now exploring CLI and editor integrations so it can act as a simple publishing layer for tools people already use.
Re: Ask HN: What Are You Working On? (December 2025)
#803EACL (Enterprise Access ControL) is a situated ReBAC authorization library based on SpiceDB, built in Clojure and backed by Datomic. EACL queries offer sub-millisecond query times and has replaced SpiceDB at work (CloudAfrica).
'Situated' here means that your permissions live _next_ to your data in Datomic, which avoids a network hop and avoids syncing to an external AuthZ system like SpiceDB, so all queries are fully consistent.
EACL is fast for typical workloads and is benchmarked against 800k permissioned entities. Once you need more scale or consistency semantics, you can sync your relationships from Datomic to SpiceDB 1-for-1 in near real-time because there is no impedance mismatch between EACL & SpiceDB.
Read the rationale for EACL here: https://eacl.dev/#why-was-eacl-built-the-problem-with-extern...
IMO, if you need fine-grained permissions, EACL is currently best-in-class for the Clojure ecosystem. EACL is especially suited to Electric Clojure applications and can be used to populate menus in real-time.
EACL would not have been possible to build solo in my spare time without modern AI models to rapidly implement specifications and test against human-written tests.
Here is a ~7-minute screen recording of EACL used from an Electric Clojure application for real-time ReBAC queries: https://x.com/PetrusTheron/status/1996344248925294773
Re: Ask HN: What Are You Working On? (December 2025)
#804I’m learning Japanese myself (recently took JLPT N4), and I noticed that full furigana makes me rely on readings instead of actually reading kanji. Yomu lets you hide furigana for kanji up to your level and keep it for harder ones.
It’s offline-first, supports importing text from anywhere, camera OCR, and a fast dictionary.
Re: Ask HN: What Are You Working On? (December 2025)
#805It's still early prototype / beta, but wanted to share it anyway!
Re: Ask HN: What Are You Working On? (December 2025)
#806Instantly create your Tiktok/Instagram-like app for your community or brand
Re: Ask HN: What Are You Working On? (December 2025)
#807I crunched Strava data (the Strava MCP project is incredible, and I ended up contributing to it!) and built myself this fitness hall of fame page (and also rejuvenated the remainder of the portfolio). Almost all of the stuff here is vibe coded, very happy how much I could achieve.
Re: Ask HN: What Are You Working On? (December 2025)
#808It compares different approaches and makes some assumptions explicit. Mostly a rough tool to sanity-check effort and tradeoffs.
Re: Ask HN: What Are You Working On? (December 2025)
#809I am working on the android version of this app. It is a tiny tool for options trader to see all the premium on one screen. Here is the reddit thread where I initially launched it: https://www.reddit.com/r/Optionswheel/comments/1nlelbp/i_mad...
If you trade stock or options, would love to get your feedback! Thank you.
Re: Ask HN: What Are You Working On? (December 2025)
#810A browser automation Chrome extension and MCP. It consumes less context than playwright MCP and is more capable: it uses the playwright API directly, the Chrome extension is a CDP protocol proxy via WebSockets.
I use it for automating workflows in development but also filing taxes and other boring tasks