Top
Best
New

Posted by david927 6 hours ago

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

What are you working on? Any new ideas that you're thinking about?
145 points | 430 comments
abhisek 42 seconds ago|
Building vet. The goal is to automate open source package vetting beyond just CVE but actually identify code capabilities, malicious code and other security sensitive attributes through code analysis.

https://github.com/safedep/vet

paulhebert 3 hours ago||
I recently launched a daily word puzzle!

https://tiledwords.com

It’s inspired by tile placement board games like Patchwork and crosswords. You rotate and move tiles to rebuild a broken crossword.

It’s free, web based, and responsive.

I currently have several hundred daily players and growing. My wife and I create the puzzles and I’m continuing to fix bugs and add new features.

I just launched a ”community puzzle” feature to let players help build new puzzles.

I’d love to know what you think!

scosman 1 minute ago||
Awesome work
litia_shi 45 minutes ago|||
This puzzle is genius.The interface is minimal and user-friendly, everything feels smooth and intuitive.
rPlayer6554 21 minutes ago|||
Wow that is a clean and responsive interface! It feels great on mobile.
emilbratt 41 minutes ago|||
I love it. I struggle more than I want to admit, but super fun nonetheless.
curo 2 hours ago|||
This is really fun — have you played with making the tile position opinionated (not agnostic)?

i wonder if have the clues point to a starting square (e.g., "E5") would be better than the current "reveal" aid. The spatial information would become more helpful toward the end when the player is dealing with the words they need help on.

paulhebert 2 hours ago||
Could you expand on what you mean about opinionated vs agnostic? It sounds interesting but I’m not sure I follow.

I like that clue idea! I want to change how the reveals work. I’ll play with that!

nine_k 2 hours ago|||
The animations in the interface make it feel more "jelly" and not "wooden" like a number of other such interfaces.
paulhebert 1 hour ago||
Thanks! I spent a long time trying to make the core controls feel intuitive and natural to use
nine_k 1 hour ago||
The amount of care you put into it must be massive; a noticed so many nice subtle details that make interacting with the pieces easy and fun. Kudos!
john443295 2 hours ago|||
Awesome game! I've been looking for something like this.
paulhebert 1 hour ago||
Thanks, I’m glad you like it!
8organicbits 3 hours ago|||
That was wonderful, I'll be back tomorrow.
paulhebert 2 hours ago||
Thanks, I’m glad you like it!
g_host56 2 hours ago|||
this is very cool, noticed vue and nuxt nice.
paulhebert 1 hour ago||
Thanks! Yeah I love Vue and Nuxt. They worked great for this project
Barbing 2 hours ago||
That was fun, I’m in!
paulhebert 1 hour ago||
Awesome!
bryanhogan 2 minutes ago||
I'm making an app for self-tracking. Combining elements from habit trackers, health logging and journaling. Built for rich customization and local-first. Want to be free of rigid structures of many existing apps while providing a better UX / usability than using a spreadhsheet.

Landing page + waitlist: https://dailyselftrack.com/

xandrius 5 hours ago||
Currently working on a take on Pokémon GO + Pokémon Snap but for birding. The goal is to explore your neighborhood, find birds, take good photos of them all. Next month, I'll be doing an event to find a rare bird, excited to see how it goes!

It's still a small closed alpha, if anyone is interested: https://testers.birdlego.com

Here is a rough trailer of it: https://www.youtube.com/watch?v=yVpR8aafFjI

thatguymike 4 hours ago||
Oh I was hoping for this but with real birds in my neighborhood. Still neat!
leros 3 hours ago|||
I got super excited thinking this was for real birds. I would love someone to gamify birding.
bix6 2 hours ago||
What’s missing from eBird?
Barbing 2 hours ago|||
Certainly gamified a bit as I learned from:

LISTERS: A Glimpse Into Extreme Birdwatching

https://youtube.com/watch?v=zl-wAqplQAo

1.9m view | 2mo ago | 2hr long (buckle in, documentary by a couple young goofball brothers)

leros 2 hours ago|||
I want something more gamified. I want to go on missions or complete challenges or something. Not just identity and log stuff.
bovermyer 4 hours ago|||
OK, I would pay for this. Definitely following!
geysersam 4 hours ago|||
What a good idea, sounds fun!
thepuppet33r 4 hours ago||
I would pay for this. 100%.
temeya 2 minutes ago||
Slowly but surely:

- A learning tool in Python for Arrays and Algorithms

- A prototype agent-based configuration management system in Perl

- Trying to reinstall Arch Linux on a laptop the second time around (lost my install notes :D)

Mostly doing all of it for learning purposes.

vinhnx 14 minutes ago||
I'm building a coding agent, named VT Code [0]. VT Code is a Rust-based terminal coding agent with semantic code intelligence via Tree-sitter. Supports multiple LLM providers with automatic failover and efficient context management. Support OpenAI, Anthropic, Google Gemini, xAI, DeepSeek, OpenRouter, Z.AI, Moonshot AI, MiniMax, and Ollama (local & Cloud). Agent Client Protocol and Model Context Protocol fully support. VT Code supports a rich set of configuration options, with preferences stored in vtcode.toml. Has both Visual Studio Code and Open VSX extensions so that you can install in VS Code or Cursor, Windsurf, Eclipse.

I've been building it for several months now and enjoy the learning process, I also wrote a blog post and learnt a ton about terminal, ANSI processing. The learning has been immense for me, I now have working knowledge of ANSI escape codes, grapheme clusters, terminal emulators, Unicode normalization, VT protocols, PTY sessions, and filesystem operations, all the low-level details I would have never think about until I were implementing them. [1]

[0] https://github.com/vinhnx/vtcode [0.1] https://deepwiki.com/vinhnx/vtcode [1] https://buymeacoffee.com/vinhnx/vt-code

seanwilson 3 hours ago||
A tool for creating custom Tailwind-style color palettes for web and UI design that pass WCAG contrast requirements:

https://www.inclusivecolors.com/

The interface is optimized to let you quickly explore and tweak multiple tints/shades at once so you can customize all colors exactly how you want e.g. try dragging vertically through the saturation curve in one motion to edit all the tints/shades at once, or shift whole curves horizontally by dragging between the dots on a curve.

It uses the HSLuv color space, where (unlike say HSL) the WCAG contrast stays the same when you change the hue and saturation sliders. This makes it much easier to explore accessible colors choices as you know only changes to the lightness slider will impact the contrast. You can also switch from the WCAG2 contrast checker to using APCA, which is meant to correct for inaccuracies in WCAG2, such as it being too forgiving for dark mode color combos.

Note the mobile version is more of a preview and the desktop version has more features.

I probably need to add something like a tutorial as there's a lot going on, but I've added more hints and tooltips recently. Open to feedback on what's initially confusing and what changes might help!

mgkimsal 59 minutes ago|
I passed this on to some accessibility folks at a couple conferences in the last month - everyone was impressed :)
Kholin 1 hour ago||
I've built a self-hosted reddit-like community platform in Go: https://baklab.app

Users can create their own sub-communities, and within them, set up different categories and boards. Posts can be voted on, and board types can include regular posts, Q&A, or live chat. It's like a hybrid of Reddit and Discord but leans more towards a traditional web community. It also supports server-side rendering, making it SEO-friendly. This project is an extension of my previous Hacker News clone, dizkaz (https://news.ycombinator.com/item?id=43885998).

cperciva 11 minutes ago||
FreeBSD 15.0. Rather depressingly, almost everything I said two months ago is still true: https://news.ycombinator.com/item?id=45419134

But I'm hoping to have it out by the first week of December.

timothevs 9 minutes ago|
Built a local-first Kanban board with Tauri (Rust + Svelte) after getting frustrated with SaaS tools and basic offline options. Stores data in JSON files you control, full keyboard-first UX, parent/child tasks, release management, and it's blazingly fast with localStorage + background sync. No telemetry, purely local. Curious what others prioritize in personal task tools. Seems like there's a gap between "todo.txt" simplicity and Jira complexity.
More comments...