Ask HN: What Are You Working On? (July 2026)
671–680 of 1001 posts
Re: Ask HN: What Are You Working On? (July 2026)
#672I'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)
#673I'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/ .
Re: Ask HN: What Are You Working On? (July 2026)
#674https://www.overplane.dev/ (Apache-2.0)
Re: Ask HN: What Are You Working On? (July 2026)
#675Re: Ask HN: What Are You Working On? (July 2026)
#676The 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)
#677I'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/ .
Also, have you considered supporting Windows and Linux?
Re: Ask HN: What Are You Working On? (July 2026)
#678devtool to validate readme for human and ai use, ships working tutorial from your readme.
Re: Ask HN: What Are You Working On? (July 2026)
#679diffy 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.
Re: Ask HN: What Are You Working On? (July 2026)
#680A 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…