Live data from Hacker News

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

news.ycombinator.com

151–160 of 900 posts

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

#151
Just soft launched: http://disposableapps.com - Hugging face for micro-tools. Disposable apps propose few apps a week and the ones with max votes stay and rest gets "disposed off" and the ones which stay are available for flat monthly subscription.

Would love feedback, contributions, or ideas for other templates/features!

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

#153
I'm experimenting/prototyping 3D models to passively absorb specific low frequencies, with the idea of reducing fatigue/increasing productivity in the workplace (where making/taking calls is continuous). The 3D models are based off of a research paper by Yong Li and Badreddine M. Assouar, called "Acoustic metasurface-based perfect absorber with deep subwavelength thickness" [0].

Absorbing low (male voice; 80Hz - 300Hz, not including overtones) frequencies normally takes a fair bit of dampening material, unless something like a Helmholtz resonator [1] is used. The paper shows that a ~100x100x12mm 3D printed Helmholtz resonator may entirely absorb 125.8Hz (in an extremely narrow band). I'm uncertain about transmission losses (i.e. volume of the frequency perceived behind the material).

So far, I have created/vibe-coded a script to take the inputs: frequency and tile dimension (it's square). The output is a 3D object (.stl) which can be printed.

Today I tested my 3D model, which roughly resembles the model in the paper (1mm roof & floor as opposed to 0.2mm, because of printing difficulties), by using a DIY'D impedance tube and publicly available software [2]. The print was meant to be tuned at 125Hz, but results showed 131Hz and absorption factor of ~0.42 (lower number as opposed to 1.0 may be due to inexperience with all of this; it may be due to an imperfect test setup).

My impedance tube is made from 96mm (inner) diameter PVC tube, a Visaton KT 100 V 4 Ohms speaker, an amplifier, Motu M2 audio interface, 2 Behringer ECM8000 measurement mics and some 3D printed adapters (to hold the speaker and sample).

Nothing to concretely publicise or share so far, but am thoroughly enjoying the process of digging into a field (acoustics) completely new to me, solely out necessity and/or frustration in the workplace.

Should anyone be interested, I will share my project with HN once it has progressed to where I have something written up or worth sharing.

[0] http://dx.doi.org/10.1063/1.4941338

[1] https://en.m.wikipedia.org/wiki/Helmholtz_resonance

[2] https://mathworks.com/matlabcentral/fileexchange/931

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

#154
post #78

I've been working on a little utility to transfer files between two computers using QR codes: https://github.com/cibyr/qftf It's kinda like Magic Wormhole without typing. It uses iroh for the p2p networking - on both ends, and also in the little web app that you use to scan the QR codes and start the transfer.

Have you seen https://file.pizza/ FilePizza? Similar concept using WebRTC

Similar concept, though an important distinction: QFTF assumes that you have a phone you can scan QR codes with, but that isn't where you want the file to end up. Instead, it displays a QR code on both the sender and the receiver, and you scan both of the QR codes with your phone to start the transfer.

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

#155

Optimizing the Marginalia Search index code. The new code is at least twice as fast in benchmarks, but I can't run it in production because it turns out when you do it's four times as slow as what came before it for the queries that are the simplest and fastest to the point where queries exceed their timeout values by a lot. I'm 97% certain this is because the faster code leads to more page thrashing in the mmap-base…

> I'm gonna have to implement my own buffer pool and manage my reads directly like that vexatious paper[1] said all along.

You make it sound like I was trying to troll everyone when we wrote that paper. We were warning you.

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

#156
I am about to release a mental health app to tackle dissociation and daydreaming.

Unlike its competitors, it uses proven research and techniques to measure the issues, as well as the improvements.

https://groundme.app/what-is-ground-me

Test users and early adapters are very welcome

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

#157
Claude Code has changed the way I write code.

Programming for me has become a lot more fun because of Claude Code. I get to spend more time planning and researching.

I have been working on https://codient.dev to be able to run Claude Code agents in the background without setting up a local IDE!

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

#158

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…

Very interesting idea! I wonder if a political campaign one day will be to start a program that eradicates mosquitos via drone fleets, not just in the context of malaria protection but also in just nuisance reduction. There are similar programs in place in certain metro areas that already do mosquito control (using chemicals of varying toxicity), so it's not as wild of an idea as it probably sounds.

My friend once came up with a joke idea for a solar powered ransomware drone that would fly to a random roof and jam wifi signal until someone paid it to leave.

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

#159
post #32

Still working on https://phrasing.app - an app for polyglots to learn over 120 languages in the most effective manner and a beautiful UI. Just finished a onboarding flow, now updating the search and create experience to fall more in line with actual usage from users, then hopefully prepping for a more public launch :) Had a fun week fixing up the application so it’s 100x faster on 5 different axes, and it’s starting…

> learn over 120 languages in the most effective manner and a beautiful UI

Why would you need a UI if the basic way to learn a language is to speak to someone? (I suppose you meant graphical UI.)

Wouldn't a good STT/TTS interface be more appropriate?

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

#160

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

I don't get it. It just looks like 6 clues I'm supposed to guess words for like a fully disjoint crossword puzzle. What am I missing?
Post reply on HN