I'm building a financial censorship monitor at https://nofunds.org/ , that tells a story of how money has been turned into a political weapon to silence journalists, activists, and civil society by freezing assets, blocking accounts, sanctioning, and banning payments. It's part of my master's thesis https://www.doria.fi/handle/10024/187407 and also https://news.ycombinator.com/item?id=36430596 , but now I wanted to m…
Ask HN: What Are You Working On? (April 2026)
791–800 of 1001 posts
Re: Ask HN: What Are You Working On? (April 2026)
#792Re: Ask HN: What Are You Working On? (April 2026)
#793Re: Ask HN: What Are You Working On? (April 2026)
#794Re: Ask HN: What Are You Working On? (April 2026)
#795I'm building a financial censorship monitor at https://nofunds.org/ , that tells a story of how money has been turned into a political weapon to silence journalists, activists, and civil society by freezing assets, blocking accounts, sanctioning, and banning payments. It's part of my master's thesis https://www.doria.fi/handle/10024/187407 and also https://news.ycombinator.com/item?id=36430596 , but now I wanted to m…
Re: Ask HN: What Are You Working On? (April 2026)
#796Alongside I am working on a MacOS version based on an open source project (Clicky)
I created a follow along teacher to help you follow youtube tutorials interactively. It goes through the video link, extracts all the action items and creates a tour for you so that you can interact as you are watching the video.
Check out the MacOS version demo video here
https://x.com/milindlabs/status/2041926791745695848?s=20
Still in discovery mode where I'm finding which of the form factors people really like the most (Web or Local) and planning to go all in based on what users like more.
Re: Ask HN: What Are You Working On? (April 2026)
#797The Node.js ecosystem doesn't seem to have a good primitive for app-level, per-event scheduling (things like "expire this abandoned cart in 24h" or "debounce 50 profile updates into one reindex"). Cron is too broad and you still have write the polling/scheduler code yourself. Job queues optimize for throughput and usually bolt `run_at` on as an afterthought. Workflow engines are overkill for a simple "do this thing later, tied to this user" and want you to adopt their runtime.
DelayKit aims to be the in-between. It is backed by Postgres and uses keys like `dk.schedule("expire-cart", { key: cartID, delay: "24h" })`. Handlers get the key, not a payload, and fetch fresh state at fire time. This way DelayKit is only responsible for the "hey remember you have to do this thing for cart X" part.
I'm working through making it production-ready at the moment, the initial passes were more around figuring out the API and general architecture. Thoughts and comments greatly appreciated!
Re: Ask HN: What Are You Working On? (April 2026)
#798Re: Ask HN: What Are You Working On? (April 2026)
#799- https://usewarpgate.com: a MCP for MCPs, basically. Aiming to streamline all the pain points that I experienced with MCP in there. Centralised authentication, auditing, tool control, automatic MCPs through OpenAPI specs, accessing private servers, etc.
- https://focusjar.app: a little app I built because my own focus was super wrecked lately. Basically a distraction blocker that is _really_ hard to bypass and makes you pay actual $$$ if you cancel a session early.
- https://mergehelper.com: another little app that I built for myself that brings together all my pull- and merge requests from Github and Gitlab into a single compact menu bar.
- https://sift.works: still very early days, but building a tool that can connect to any database, helps you query it (with AI if so-desired), allows you to create dashboards, and exposes everything through an MCP
Re: Ask HN: What Are You Working On? (April 2026)
#800I was annoyed that in Finland there is no way to know what the law even says, it's basically a do-it-yourself endeavour and the "official" consolidated law isn't even official. If the manual compilation/consolidation has any errors, then you're out of luck. Courts only decide based on the original statutes. And I have found hundreds of errors when doing the compilation.
This could've been done for >30 years and no one ever did.
Full release soon enough once I've cleaned it up. It's a whole compiler suite with Finland, Estonia, UK, Sweden, Norway to start with.
Part of a larger project to build the "state causal map" and doing AI-assisted analysis of all the mechanisms that comprise a state and therefore what is most harmful and what is optimal for governance. LawVM itself doesn't use AI at all except for development.
For the latter: https://mekanismirealismi.fi/mev/he-38-2025-hva-funding and https://mekanismirealismi.fi/mechanism-authority etc.