Posted by david927 12 hours ago
Ask HN: What Are You Working On? (March 2026)
[1] https://github.com/thomasmueller/bau-lang#types [2] https://github.com/thomasmueller/bau-lang#traits
One thing that I've been very happy with has been "org-people", now on MELPA, which allows contact-management within Emacs via org-mode blocks and properties. It works so well with the native facilities that it's a joy to work on.
I've been learning a lot of new things while I've been expanding it now it has a bigger audience (e.g. "cl-defstruct" was a pleasant surprise).
while word_count < x: write_next_chapter(outline, summary_so_far, previous_chapter_text)
It worked well enough that the novels were better than the median novel aimed at my son's age group, but I'm pretty sure we can do better.
There are web-based tools to help fiction authors to keep their stories straight: they use some data structures to store details about the world, the characters, the plot, the subplots etc., and how they change during each chapter.
I am trying to make an agent skill that has two parts:
- the SKILL.md that defines the goal (what criteria the novel must satisfy to be complete and good) and the general method
- some other md files that describe different roles (planner, author, editor, lore keeper, plot consistency checker etc.)
- a python file which the agent uses as the interface into the data structure (I want it to have a strong structure, and I don't like the idea of the agent just editing a bunch of json files directly)
For the first few iterations, I'm using cheap models (Gemini Flash ones) to generate the stories, and Opus 4.6 to provide feedback. Once I think the skill is described sufficiently well, I'll use a more powerful model for generation and read the resulting novel myself.
some other md files that describe different roles (planner, author, editor, lore keeper, plot consistency checker etc.)
- What are these meant to be exactly? are these sub agents in the workflow or am i completely misunderstanding?
The front bump out leaks when we get driving rain. I installed some flashing but that wasn't enough, it's still leaking. So I'm working on that so I can close up the big hole in the ceiling some day.
The prior owners filled in the old coal chute with literal bags of cement sort of artistically placed in the hole in the brick foundation. So I'm trying to figure out what masonry tools and skills I'll need to close it up proper.
I'd like to build my kids a playhouse of some sort, sketching out some designs for that.
Very exciting on the playhouse. What kind of things will it have?
I'm expecting my first this year so have a ways to go before I get to work on that project
While working on another project, I needed a very simple service I could setup in a few clicks, which would take my docker compose and manage the spin up and tear down of ephemeral VM automatically when triggered by a signup on my landing page.
I couldn't find anything real simple, so I decided to build it. Currently working on it.
Any feedback will be much appreciated.
It just won an award! It was awarded Players' Choice out of 700 daily web games at the Playlin awards: https://playlin.io/news/announcing-the-2025-playlin-awards-w...
Right now around 3,500 people play every day which kind of blows my mind!
It's free, web-based, and responsive. It was inspired by board games and crosswords.
I've been troubleshooting some iOS performance issues, working on user accounts, and getting ready to launch player-submitted puzzles. It's slow going though because I have limited free time and making the puzzles is time consuming!
Here's an article with more info about the award: https://cogconnected.com/2026/03/tiled-words-crowned-the-pla...
Thank you so much for keeping it going!
- I applied to showcase the game at the Portland Retro Gaming Expo with the Portland Indie Game Squad. They accepted me so I was able to showcase it at the expo for a day. This got me some players right off the bat
- I shared it on HN, Reddit, Mastodon, etc.
- The website Thinky Games wrote an article about it
- The YouTube channel Cracking the Cryptic shared it which got a lot of new players. More recently a couple of other YouTubers (Timotab and Stro Solves) have been posting videos regularly
- I link to it from my blog, and this unrelated rant went semi-viral in web dev circles: https://paulmakeswebsites.com/writing/shadcn-radio-button/
- Winning the award gave me more visibility and players
I've also tried using things like Instagram and Discord but haven't had much luck there. I don't really get how those platforms work.
To be honest I'm not great at marketing. I've just been experimenting and seeing what works.
---
I would say the most important thing is the game itself:
- I've worked hard to gather feedback and incorporate it into the gameplay.
- I focus on keeping the puzzles fresh and striking the right difficulty level. (Challenging but something most people can do in 10 minutes.)
- I built a sharing feature that ~300 or so people use a day
I think all my marketing would have been useless if people didn't like the game and want to play again and share it with their friends.
Supports multiple-accounts (track as a family or even as an advisor), multi-currency, a custom sheet/calculator to operate on your accounts (calculate taxes etc) and much more. Most recently, we added support for benchmarking (create custom dashboards tracking nav and value chart of subsets of your portfolio) and US stocks, etfs etc.
We also write about like:
How fund performance explain part of returns, rest is explained by timing. And ways to tease those out: https://finbodhi.com/docs/blog/benchmark-scenarios
Or, understanding double entry account: https://finbodhi.com/docs/understanding-double-entry
Built it because I wanted to read more, but most reading apps either feel too passive or turn everything into social noise. What worked better for me was making reading easy to start: short 5–10 min sessions, pick up where you left off, minimal friction.
So the app is basically centered around habit formation, with stuff like notes, progress tracking, session extension, shelves, and simple organization.
I care a lot about keeping it quiet: no ads, no feed, no unnecessary clutter.
Still early. Mostly trying to understand what actually helps people read more consistently.
Currently only available for iOS, but might release an android version in the future.
https://apps.apple.com/us/app/book-reading-habit/id674291326...
- CO2. Side note: I was surprised to find that most (all?) CO2 sensors used in closed plant production setups are not meant to operate below 400 ppm.
- Air temperature, pressure, relative humidity
- Photosynthetically Active Radiation (PAR)
- Addons like: wind speed, wind direction, soil moisture and Electrical Conductivity (EC)
- The coolest and most challenging: pH, EC, and flow rate
The hardest part has been running everything on battery while maintaining accuracy and using LTE (2–4G) and not common LPWAN options like LoRa. I'm primarily a software guy, so the learning curve has been huge.