Live data from Hacker News

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

news.ycombinator.com

381–390 of 1001 posts

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

#381
I recently launched Queens Hourly puzzle on App Store.

https://apps.apple.com/us/app/queens-hourly/id6751763916

Every hour, new Queens Puzzle (LinkedIn style) is available to play. No leaderboard, no stats, nothing to buy, just pure play. Every user gets the exact same puzzle to solve for that UTC hour.

I would love to get some feedback from the community!

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

#382
post #246

I recreated a little tool to simultaneously mount all the commits in a git repository as directories at the same time (but re-use the same inodes for the same content). The code is at https://github.com/matthiasgoergens/git-snap-fs The original was in Python and actually had a decent excuse for existing for a very specific problem at work a few years ago. The new version is in Rust and exists just for fun. This was a…

Could you expand on what problem the tool was originally built to solve?

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

#383
I built a website (https://hpyhn.xyz) for hacker news users for reasons:

1. hn comments are valuable, I've spent a lot of time going through hn comments. I think there are valuable comments buried in the threads with fewer points, so it's not enough to just read top3 threads.

2. Sometimes a good post is ignored due to a bad title, sometimes I still have no idea what the post's theme even after I read a few paragraphs.

3. I want to filter out some posts I'm not interested in, but I realized I need read some other posts it's not a simple yes/no problem, so I gave every post a interesting score based on my own preference

so I want a tool to save my time while not missing out too much on hn

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

#385

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” fea…

Nice! Some feedback from my wife, who is into all manner of word games: she found it a little bit brute-forcey: needing to try all different combinations in order to get the right configuration of the word. In contrast to a crossword where there is already a layout, which gives her a hint for how to proceed with the rest.

(She finished today's puzzle, and I gave up.) From a UI perspective it is very slick - very smooth, and I like how it kind of "gets" what you were trying to do when providing corrections/hints.

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

#388
I'm working on a performance review (PR) management platform that doesn't require a steep cost and deep integration into HRMS platforms.

It's a need I have for myself and the teams I run – It offers direct PR's, 360º reviews, recording of wins and lessons (something often overlooked), and aims to be a platform for team and individualised growth, that is accessible to small and large businesses alike.

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

#389
SPLADE-easy: https://github.com/dleemiller/splade-easy

I wanted a simple retrieval index to use splade sparse vectors. This just encodes and serializes documents into flatbuffers and appends them into shards. Retrieval is just parallel flat scan, optionally with reranking.

The idea is just a simple, portable index for smaller data sizes. I’m targeting high quality hybrid retrieval, for local search, RAG or deep research scenarios.

SPLADE is a really nice “in-between” for semantic and lexical search. There’s bigger and better indexes out there like Faiss or Anserini, but I just kinda wanted something basic.

I was testing it on 120k docs in a simple cli the other day and it’s still as good as any web search experience (in terms of latency) — so I think it’ll be useful.

We’re still trying to clean up the API and do a thorough once over, so I’m not sure I’d recommend trying it yet. Hopefully soon.

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

#390

Building https://floxtop.com/ , a Mac app that organizes your files and images. It looks inside each file to see what it’s about, then moves it to the right folder with a single click. Everything happens on your Mac, so nothing leaves your computer. No clouds, no servers. It already works with images, Office (Word, Excel, PowerPoint) PDFs, ePubs, text, Markdown, and many other file types (30+) in English. Next I’m ad…

btw I think your profile lists a different url for the same product
Post reply on HN