Live data from Hacker News

Ask HN: What Are You Working On? (December 2025)

news.ycombinator.com

821–830 of 1001 posts

Re: Ask HN: What Are You Working On? (December 2025)

#821

I shared this last month, but I’m still having a lot of fun working on it. I made a daily word puzzle called Tiled Words. https://tiledwords.com Currently about 2,000 people play every day and I’ve released 59 puzzles! One feature I’m excited about is crowdsourcing puzzles. Today’s puzzle is a “community puzzle” made entirely from clues that players submitted! I plan to do this every week or two. I wrote about launch…

Dude this rules!! Your animations are fantastic. Nice job and I'm really happy to hear you've got a consistent player base!

I also made a puzzle game in a similar vein slidecross.io

Re: Ask HN: What Are You Working On? (December 2025)

#824
I'm making a cat themed puzzle game for my wife using NiceGUI, MindAR and some cat shaped sticky notes. Each note has a name and a secret code. I've hidden 20 of these around the house. I set up a single page app in NiceGUI to display a grid of the lost cats. When you click one it'll display their name, a clue to its hiding spot and an optional hint. 5 of the puzzles use MindAR that will display AR image cards over different art pieces and book covers in our house. I have the NiceGUI page and MindAR set up on one of my Proxmox LXCs that I use for various Flask servers.

Re: Ask HN: What Are You Working On? (December 2025)

#825
working on bringing some basic, banal bits of infrastructure management to real-world traffic issues.

I'm literally trying to fix broken junctions around me.

It's at the same time laughably easy, and wildly complicated.

I'm calling the alternative, correct junction a 'traffic bean':

https://josh.works/traffic-bean

It's relevant to software, sorta. I've got rather a lot of GIS/mobility-related data available here. It's just a rails app that renders a bunch of my strava activity data all at once: https://josh.works/mobility-data

The fixes are entirely accomplishable with nothing more high-tech than traffic cones. They can be upgraded to more permanent and pretty physical objects, but the key bit of the traffic bean finds traffic cones fully sufficient. No half-million USD traffic signals, no red/green/yellow light cycles. continuous flow. safety. peace.

Some stuff that's obvious in some domains, like "at high-throughput times, don't allow key bits of infrastructure be completely unusable".

Bringing this to american municipalities is like trying to speak a language with someone that doesn't speak your language, but demands that you treat them as if they do.

it's been a big, long-running project. Most tradition in the USA is really a fig leaf for supremacy, and people can smell that I'm coming for their supremacy a mile away, and they immediately begin deploying emotional defenses.

Or so it seems.

Re: Ask HN: What Are You Working On? (December 2025)

#827
https://meetinghouse.cc

A place to find and be found for twitter users only right now. As a silly project I am trying to make not a social network, but an extension of another social network. So far its going OK. It also functions as a link-tree like site with profiles: https://meetinghouse.cc/x/simonsarris

Eventually I might open it up more widely, or make a different globe per social media network.

Re: Ask HN: What Are You Working On? (December 2025)

#828
I am working on a text-editor that allows you to discuss specified file folders with AI agents for knowledge work. It is similar to vs code with chat but for non-technical users and not for code.

I feel like I am constantly fighting LLM interfaces to make available and organized the context needed for discussion. There just seems to be way to much copy pasta into and out of the infinite scroll interface. I also find the output tough to quickly edit and discuss with the chatbot.

It is simple enough but I couldn't find anything like it and it has quickly become one of my favorite tools. I am build over buy to a a fault, so if there is something out there like this already I would not be surprised.

https://github.com/chillenberger/text-editor-dt

Re: Ask HN: What Are You Working On? (December 2025)

#830
I've continued to work on an open-source containerized agent framework called Capsule Agents. Lots of progress this month and I have my first one live in my homelab! I'm training for a marathon and its able to send a discord message every morning with the workout on my schedule and the "why" behind it.

Here's the elevator pitch for the framework:

Its built around 3 key ideas I've dealt with inside the agent ecosystem 1. Agents become far more capable when they have access to a CLI and can create or reuse scripts, instead of relying solely on MCP.

2. Multi-agent setups are often overvalued as “expert personas” but they’re incredibly effective for managing context, A2A is the future.

3. Agents are useful for more than just writing code. They should be easy for non-engineers to create and capable of providing value in many domains beyond software development.

If that sounds interesting take a look! https://github.com/brycewcole/capsule-agents

Post reply on HN