Live data from Hacker News

Ask HN: What Are You Working On? (July 2026)

news.ycombinator.com

671–680 of 1001 posts

Re: Ask HN: What Are You Working On? (July 2026)

#672
A single-user blogging CMS/server that acts as static site generator while having a GUI for publishing/reading and that speaks some indie web protocols. I'm implementing webmentions (vouch, private mentions, salmentions) and maybe indie auth. It's mostly to solve some annoyances I have with Hugo (and SSGs in general) and to try new things. I want it to be something between bearblog and miniflux.

I'm also writing it in java, which is quite uncommon for this type of software, but I hope it'll be way more stable in the long run (in the sense of security flaws and maintenance) than projects made in python and js.

Re: Ask HN: What Are You Working On? (July 2026)

#673
post #656

I've spent the last 8 weeks or so building the spreadsheet tool I want to see in the world. CSVs as first-class citizens with the ergonomics and speed of my text editor. It's been a great opportunity to explore building GUIs in rust, and to really experiment with coding assistants. I'm looking for alpha/beta users https://cassava.dev/ .

I like working in native apps on my Mac for spreadsheets, so I've used Numbers a little bit, but if you have the same iCloud file open on two machines they conflict and don't merge nicely. Does this have a better story there?

Re: Ask HN: What Are You Working On? (July 2026)

#674
Spent nights over the last six months combining AI coding agents with containers, spec-driven development, and formal verification, so that I (eventually) don't have to manually review 10k+ lines of AI code a day, or worry about the latest model wiping out my home directory:

https://www.overplane.dev/ (Apache-2.0)

Re: Ask HN: What Are You Working On? (July 2026)

#675
Here's what I _wish_ someone was working on, I'd build it myself but I'm too busy with other projects. A browser extension that's not a popup blocker but a popup minimizer. So any popup (newsletter, cookie notification, even social signin) gets sucked down into a Windows 95 style taskbar. You can restore them easily but they get out of your main browsing flow. Maybe start as a fork of one of the popup blockers?

Re: Ask HN: What Are You Working On? (July 2026)

#676
I'm working on a self-hosted MCP server to give your AI agents access to email: https://github.com/churichard/fluxmail-mcp

The main reason is because I wanted a privacy-preserving way to access my email without using ChatGPT or Claude or another hosted email connector. Also, this supports connecting multiple accounts, even multiple accounts from different email providers, with a unified API. And you can use it with any AI agent, even one you build yourself.

It supports Gmail API and IMAP/SMTP right now, with Outlook / Microsoft Graph coming soon.

Re: Ask HN: What Are You Working On? (July 2026)

#677
post #656

I've spent the last 8 weeks or so building the spreadsheet tool I want to see in the world. CSVs as first-class citizens with the ergonomics and speed of my text editor. It's been a great opportunity to explore building GUIs in rust, and to really experiment with coding assistants. I'm looking for alpha/beta users https://cassava.dev/ .

Why use Cassava over other options, such as Excel, CSVLint, or Notepad++?

Also, have you considered supporting Windows and Linux?

Re: Ask HN: What Are You Working On? (July 2026)

#679
Working on the feedback I received for diffy after launching it here and on Peerlist.

diffy makes reviewing GitHub PRs easier, especially the large ones where GitHub starts freezing and memory usage spikes. I'm using Pierre's Diffs and Trees for rendering the diff and file-tree. Under 2MB, you get 50+ themes, split/side-by-side view, comments, review flow, syntax highlighting for 100+ languages and much more.

It was my first time launching a tool publicly, so it's been a great experience. The feedback so far has been incredibly helpful, and I'm using it to keep improving the product.

https://diffy-website.vercel.app/

Re: Ask HN: What Are You Working On? (July 2026)

#680

A newspaper for kids - printed and delivered monthly. Full of puzzles, math, nature facts, science experiments, card games, outdoor scavenger hunts, etc... I wanted something for my kids to do for hours every month that is fun, education, and most importantly, screen free. I built a custom newspaper builder along with it to help me design it. I'm not a designer so tools like phoshop don't ocme easy. This allows me to…

These don’t already exist?

https://cricketmedia.com/childrens-magazines

https://rangerrick.org/

Post reply on HN