Made with Godot and Swift, a casual manic arcade thing where you pop animals in increasingly exotic/banal locations.
Ask HN: What Are You Working On? (Nov 2025)
231–240 of 1001 posts
A mobile game!
Re: Ask HN: What Are You Working On? (Nov 2025)
#232Today I'm hacking on automate-terminal, a command line program and Python library that abstracts the various terminal emulator automations (iTerm2, WezTerm, Kitty, tmux) into a single API. Mostly made for use by other tools. https://github.com/irskep/automate-terminal
Re: Ask HN: What Are You Working On? (Nov 2025)
#233Still gilding this lily:
Re: Ask HN: What Are You Working On? (Nov 2025)
#234This week I’m publishing my open-source, email based commenting system for websites.
Re: Ask HN: What Are You Working On? (Nov 2025)
#235Still hacking on some data tools:
DuckDB for stream processing:
https://github.com/turbolytics/sql-flow
Lightweight kafka stream processing using DuckDB as the execution engine. 300MiB runtime can easily handle thousands of messages / second.
Working on a Kafka Connect alternative:
https://github.com/turbolytics/librarian
Right now mongo replication (through changestreams) is supported to kafka. Working on Postgres support right now.
Re: Ask HN: What Are You Working On? (Nov 2025)
#236Correct and performant way to calculate historical value of a portfolio. I want a pure function, but taking a date as input is insufficient because users can edit holdings, and securities can split.
Weighing the tradeoffs of doing this calculation server or client side. That'll be an architecture shift away from my current set of background jobs fetching state and towards something more functional and on-demand.
Re: Ask HN: What Are You Working On? (Nov 2025)
#237Real time guitar effects simulator
Re: Ask HN: What Are You Working On? (Nov 2025)
#238https://kintoun.ai
Document translator that keeps layout intact.
Re: Ask HN: What Are You Working On? (Nov 2025)
#239[deleted]
Re: Ask HN: What Are You Working On? (Nov 2025)
#240Working on a CLI tool to sync packages between NPM registries. I'll be pushing the code here once its done: https://code.hangdaan.com/foster/kagami