I made a viewer on my website to build intuition for my preferred perception algorithm which is entropy filtering + correlation. Pretty neat to check out the heatmaps for random tasks, there is a lot of information inherent in the heatmap about the structure of the task: https://synapsomorphy.com/arc/
Ask HN: What Are You Working On? (Nov 2025)
221–230 of 1001 posts
Re: Ask HN: What Are You Working On? (Nov 2025)
#222I 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…
Re: Ask HN: What Are You Working On? (Nov 2025)
#223Side Project: Sentiment analysis (±10) on news articles to be used ( along with other indicators ) for stock buy/sell recommendations.
Re: Ask HN: What Are You Working On? (Nov 2025)
#224 - Calendar sync
- Photo upload
- post/comment/reactions
- Recurring events
- SMS notifications
- Greeting card maker
(and a lot more)
We started working on this all the way back during the Covid lockdown when we wanted to capture that "facebook events" experience without the facebook.It's grown into something much more than our original idea. Most of the features are free and we have a fair pricing model that doesn't nickel-and-dime you like many of the competing apps do. Would love your feedback!
Re: Ask HN: What Are You Working On? (Nov 2025)
#225It’s a single binary, dependency-free monitor in Rust that does it all: metrics, Docker, alerts, and file browsing. While maintaining a minimal footprint for embedded systems and other constrained hardware.
Re: Ask HN: What Are You Working On? (Nov 2025)
#226The tool makes it super easy to create help articles in any language, just by clicking through a process. The first results are super promising!
Re: Ask HN: What Are You Working On? (Nov 2025)
#227In October I finished the PDF parser. It was a big challenge extracting PDF contect with correct paragraph breaks on user's computer locally. I'm gonna write about this soon.
Now I'm working on a web extension that talks to the app that run locally on your system so you can use WithAudio in your browser with very good performance, 100% local and private.
Re: Ask HN: What Are You Working On? (Nov 2025)
#228Currently working on a website that lets you add any form of troll CAPTCHA to your website or allows you to create a redirection with shortened link.
It is a fun project and oh boy I really enjoy solving CAPTCHAs on random websites.
Re: Ask HN: What Are You Working On? (Nov 2025)
#229A few of my recent favorites: - swim lap counter in html/JS that uses the camera to watch you swim and count laps/timing - video recorder that records your window/desktop and uploads a file to S3 - video conferencing app that allows a 2 year to click on a family member face and initiates a video conference using webRTC, STUN, and browser audio/video capture with automatic bandwidth adjustments (works on all platforms with pure HTML/JS). - CUDA based ray tracer with HTML UI that can trace over 2m rays per second on my laptop for scientific study, allowing real-time display of optical parts. - chat front-end for image models like gemini-pro and openai that take other images and text as references and generate a big library of options to chose from in seconds, I've been using photoshop for decades but I tend to use this more now.