Live data from Hacker News

Ask HN: What are you working on? (July 2025)

news.ycombinator.com

121–130 of 900 posts

Re: Ask HN: What are you working on? (July 2025)

#121
I've been working on GrokVocab (https://www.grokvocab.com), an app to improve vocabulary without flashcards or memorization.

Everyone knows reading is the best way to build vocabulary, but many avoid it and turn to flashcards or spaced repetition because long texts can feel overwhelming, and they often have to refer to a dictionary.

This app gives users short, engaging passages focused on comprehension. While reading, users guess word meanings from context and find out whether they got it right by answering a few questions below. I believe this will be helpful for people who haven’t had much success with popular vocabulary learning methods.

I shared it on HN earlier (https://news.ycombinator.com/item?id=44543063), but it didn’t get much attention. If you're interested in novel learning methods or vocabulary, I’d love your feedback.

P.S. Login is required since the app uses LLMs to generate interesting passages. You can register with any non-existent email if privacy is a concern.

Re: Ask HN: What are you working on? (July 2025)

#122
https://github.com/osintbuddy/osintbuddy - Node graphs, data mining, and plugins. This year I've rewritten the project to learn Rust and we're nearly at feature parity compared to the old Python version (github.com/jerlendds/osintbuddy). I'm currently working out how the Python plugin system will work and I've jotted down some thoughts related to that here: https://studium.dev/osib/architecture#existing-plugin-system...

Re: Ask HN: What are you working on? (July 2025)

#123

My roommate and I are still working on Tornyol, our mosquito killing drone! It uses ultrasonic sonar to detect mosquitoes, and missile control theory to ram into mosquitoes and grind them in its propellers. Our target platform is a 40 grams tinywhoop so it’s safe to fly everywhere and makes almost no noise :). A Roomba for mosquitoes! The main plus compared to traditional systems is that a drone can cover an enormous…

Please make sure it is specific to mosquitos and does not attack other insects.

Insect populations worldwide are experiencing significant declines in both abundance and diversity, with several studies reporting reductions ranging from 40% to 75% over recent decades. Estimates suggest that 5%–10% of all insect species have disappeared in the last 150 years, and some global meta-analyses indicate terrestrial insect populations are declining by close to 9% per decade.

Re: Ask HN: What are you working on? (July 2025)

#124

A web app DSL that looks like: GET /hello |> jq: `{ world: ":)"}` pipeline getPage = |> jq: `{ sqlParams: [.params.id | tostring] }` |> pg: `SELECT * FROM pages WHERE id = $1` |> jq: `{ team: .data.rows[0] }` GET /page/:id |> pipeline: getPage WIP article that explains more: https://williamcotton.com/articles/introducing-web-pipe I would love feedback!

I really like it. I particularly like that you've resisted the temptation to include SQL itself or the jq queries in the DSL. The validation piece makes it feel a bit a bit like the Rails mindset for people who work better in FP. I'd make a could of suggestions for the docs: Maybe a bit more discussion of how we'd test our webpipe code. I see why you've called them 'middlewares' but, maybe the term 'macros' or 'pipel…

Ooh, I like “pipeline functions”!

And thanks for the motivation to for figuring out a good way to talk about testing and generally clean up the (very messy) docs.

It’s comments like yours that give someone the drive to continue.

Re: Ask HN: What are you working on? (July 2025)

#126
I've been building Crossabble (https://crossabble.com/) a free and fun weekly web word game. Feedback welcome!

The game is mostly done, so I'm now focused on tooling to make it easier for me to craft each week's puzzle. I'm solving some interesting graph and optimizations problems

Re: Ask HN: What are you working on? (July 2025)

#127
I am working on easiest way to manage all your MCP configurations and credentials. Additionally, I have added couple of interesting MCP servers, like converting any OpenAPI v3 spec to MCP server (including support of authentication): https://x.com/getaikoapp/status/1945278307496235482

After working on and using many MCP servers, I hit couple of issues multiple times:

* Do I configure 2 MCP servers of same type for 2 different API Keys or do I manually update configurations all the time? (e.g. production and development environments)

* when I have too many tools enabled, I noticed that either I am hitting context limit too quickly or LLM is hallucinating when choosing a right tool

* Some MCP servers expose a lot of tools, I want to disable some of them forever, instead of doing configuration per AI assistant (first for Claude, then Cursor and so on)

* Most MCP servers are hosted by third parties, as a privacy conscious person, I do not want to share my credentials with third parties.

And I am building Aiko - AI tools marketplace: https://getaiko.app

NOTE: Gmail and Calendar apps are currently under CASA Tier 2 security assessment, hence not published to production. But you can see demo usage here: https://www.youtube.com/watch?v=ZgEy6Y1kfn4

Re: Ask HN: What are you working on? (July 2025)

#128

I'm finishing up a "book tour" (mostly podcasts) for my recently released book on how the country of Estonia modernized so quickly post re-independence from the Soviet Union and became a leader in e-government services and a top EU startup hub (Skype, Bolt, Wise, etc.). I'd love if people checked it out and gave feedback as it's my first big published work and the culmination of quite a few years of research and writ…

Congratulations on the book release. Do you plan to make an audiobook version for it?

Re: Ask HN: What are you working on? (July 2025)

#129
Two things I’m thinking on.

Firstly a DevManual - for “any” software team/IT dept - how to think about the philosophy, history and practise of basically everything - release management, backup and recovery or IAM and security and marketing-by-engineering or CSS

It’s kind of “this much I know” and a working docker based OSS “software team in a box”

And the second one is really expanding on the philosophy - how software is changing companies and how democracy works with software

Re: Ask HN: What are you working on? (July 2025)

#130
Productionizing duckdb :) I built a streaming tool around duckdb that allows for high performance stream processing and a rich connector ecosystem:

https://github.com/turbolytics/sql-flow

Building a company around a tool is hard. There's been some interest but streaming is kind of commoditized.

I'm taking everything I learned building it and working on a customer-facing security product, more to come on that :)

Post reply on HN