frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: kitty-graphics.el – Images, LaTeX and PDFs in terminal Emacs

https://github.com/cashmeredev/kitty-graphics.el
2•cashmere1337•2h ago•1 comments

Show HN: How I topped the HuggingFace open LLM leaderboard on two gaming GPUs

https://dnhkng.github.io/posts/rys/
387•dnhkng•21h ago•103 comments

Show HN: Joha – a free browser-based drawing playground with preset shape tools

https://joha-app.pages.dev/
10•smlee•3d ago•2 comments

Show HN: DD Photos – open-source photo album site generator (Go and SvelteKit)

https://github.com/dougdonohoe/ddphotos
62•dougdonohoe•21h ago•19 comments

Show HN: Modulus – Cross-repository knowledge orchestration for coding agents

https://modulus.so
10•dasubhajit•15h ago•4 comments

Show HN: Ash, an Agent Sandbox for Mac

https://ashell.dev
9•amsha•19h ago•8 comments

Show HN: I Was Here – Draw on street view, others can find your drawings

https://washere.live
61•mrktsm__•1d ago•44 comments

Show HN: CryptoFlora – Visualize SHA256 to a flower using Rose curves

https://crypto-flora.tonytonyjan.net/
2•tonytonyjan•6h ago•1 comments

Show HN: Claude Code Token Elo

https://www.clauderank.com
7•ymaws•1d ago•5 comments

Show HN: The Mog Programming Language

https://moglang.org
162•belisarius222•1d ago•76 comments

Show HN: 2D RPG base game client recreated in modern HTML5 game engine with AI

https://github.com/ErkoKnoll/helbreath-base-game
5•erkok•14h ago•3 comments

Show HN: Remotely use my guitar tuner

https://realtuner.online/
251•smith-kyle•4d ago•59 comments

Show HN: A modern React onboarding tour library

https://github.com/btahir/react-tourlight
11•bilater•18h ago•2 comments

Show HN: A playable version of the Claude Code Terraform destroy incident

https://www.youbrokeprod.com
22•cdnsteve•19h ago•9 comments

Show HN: DenchClaw – Local CRM on Top of OpenClaw

https://github.com/DenchHQ/DenchClaw
140•kumar_abhirup•1d ago•124 comments

Show HN: Readhn – AI-Native Hacker News MCP Server (Discover, Trust, Understand)

https://github.com/xodn348/readhn
2•xodn348•9h ago•2 comments

Show HN: VS Code Agent Kanban: Task Management for the AI-Assisted Developer

https://www.appsoftware.com/blog/introducing-vs-code-agent-kanban-task-management-for-the-ai-assi...
95•gbro3n•1d ago•50 comments

Show HN: A retention mechanic for learning that isn't Duolingo manipulation?

https://www.dailylabs.co/
6•aidanadd•1d ago•4 comments

Show HN: Satellite imagery object detection using text prompts

https://www.useful-ai-tools.com/tools/satellite-analysis-demo/
7•eyasu6464•2d ago•3 comments

Show HN: Skir – like Protocol Buffer but better

https://skir.build/
111•gepheum•2d ago•65 comments

Show HN: What's my JND? – a colour guessing game

https://www.keithcirkel.co.uk/whats-my-jnd/?r=ARUjKP__-ve-
42•Keithamus•1d ago•41 comments

Show HN: I built a real-time OSINT dashboard pulling 15 live global feeds

https://github.com/BigBodyCobain/Shadowbroker
305•vancecookcobxin•2d ago•122 comments

Show HN: Draxl, agent-native source code with stable AST node IDs

https://github.com/draxl-org/draxl
4•rndhouse•13h ago•0 comments

Show HN: Hopalong Attractor. An old classic with a new perspective in 3D

https://github.com/ratwolfzero/hopalong_python
24•ratwolf•4d ago•2 comments

Show HN: KaraMagic – automatic karaoke video maker

https://karamagic.com/
2•godot•14h ago•0 comments

Show HN: I built a site where strangers leave kind voice notes for each other

https://kindvoicenotes.com
57•thepaulthomson•2d ago•38 comments

Show HN: Don't share code. Share the prompt

https://openprompthub.com/#
2•jacomoRodriguez•15h ago•1 comments

SHOW HN: A usage circuit breaker for Cloudflare Workers

17•ethan_zhao•21h ago•7 comments

Show HN: Eyot, A programming language where the GPU is just another thread

https://cowleyforniastudios.com/2026/03/08/announcing-eyot/
78•steeleduncan•2d ago•18 comments

Show HN: Agentic Data Analysis with Claude Code

https://rubenflamshepherd.com/articles/2026-03-09-agentic-data-analysis-with-claude-code
5•rubenflamshep•17h ago•0 comments
Open in hackernews

Show HN: I built a site where strangers leave kind voice notes for each other

https://kindvoicenotes.com
57•thepaulthomson•2d ago

Comments

thepaulthomson•2d ago
Hey! So the backstory here is pretty simple. I was going through a rough patch earlier this year and I kept thinking about how weird it is that we have all this technology for connecting people but most of it makes you feel worse not better. And I had this moment where a friend left me a voice note, just a short one, and it genuinely shifted my whole day. Something about hearing someone’s actual voice, the tone and the pauses and all that, it just lands differently than text.

So I built this. You record a voice note between 5 and 60 seconds saying something kind, and it goes into a pool. A stranger somewhere presses play and hears you. Thats it. No accounts, no profiles, no sign up. Completely anonymous.

The moderation side was the interesting engineering problem. Every note gets transcribed by Whisper then a second model classifies it into kind/unsure/unkind/not_a_note. Only “kind” notes ever get served to listeners. I made the decision to run moderation inline during upload rather than batching it, so theres never a window where unmoderated audio is just sitting around waiting. The whole lifecycle gets logged in an append-only event table with request IDs so if something weird slips through I can trace exactly what happend.

Its a pretty standard Next.js + Postgres + S3 setup otherwise. Nothing too clever on the infra side, the interesting stuff is all in the moderation pipeline and figuring out what “kind” actually means when you’re trying to get a model to judge it reliably.

One thing I’m really curious to get feedback on: after you record you get a “ripple link” which is basically your only receipt. You can come back and see how many people heard your note and any anonymous reactions they left. I’m not sure yet if this is compelling enough or if I need to build more of a feedback loop there.

The site is live, you can record or listen right now. Zero friction. Would really love this community’s feedback on the product and the technical approach.

dokdev•2d ago
Nice Project! You can also keep track of the recordings that the user already listened and pick the random from the ones user hasn't listened yet.
thepaulthomson•2d ago
Thanks! That’s a great addition. I’ll work on adding that. Appreciate the feedback.
yodon•2d ago
Pretty sure if this gets any traction at all, it will immediately turn into a mix of Chatroulette and crypto scams.

See also Mythic Quest's discussion of TTP.[0] User Generated Content is only your friend if you have the resources to moderate it.

[0]https://www.youtube.com/watch?v=3_xqyIMwbew

thepaulthomson•2d ago
I figured there was quite a big surface here for misuse. But I've done my best to curb that. You're right, that if this scales, the compute to oversee moderation would be inaccessible for a solo hobbyist like me. I don't have a huge audience, so I think for now, at least, the moderation is in scope.

Also MQ is one of my all-time favourite shows (mainly first seasons, it kinda lost steam in the later ones).

whoamii•2d ago
Perfect use case for an LLM
Bender•1d ago
And assorted AI learning and mimicking peoples voices for nefarious purposes.
thepaulthomson•1d ago
Good callout
Yestas•2d ago
Cool project! It would be nice to have a way to listen to more recordings of specific persons. And maybe have personal profile with little bio.
thepaulthomson•1d ago
Yeah, I'm thinking through some kind of profile creation (not the right wording). My concern is if I start to strip away some of the anonymity, then it might detract from the sentiment. But I'm open to ideas!
Yestas•1d ago
I understand you

I think you should go with YOUR vision. This is very important to stay creative and have a authentic product

thepaulthomson•1d ago
Good callout. Will definitely keep that in mind. Thanks!
harvenstar•13h ago
Maybe a middle ground — let people pick a pseudonym and a one-line tagline, but no real identity. You keep the warmth of anonymity while still letting listeners find voices they connected with.
thepaulthomson•13h ago
That's actually quite classy! I guess reddit/HN is similar. Pseudonym on the front end with email auth. That could work here too. Thank you for the nudge, what a great idea.
harvenstar•11h ago
Glad it clicked! Good luck with the project.
efilife•1d ago
This desperately needs more publicity. Commenting in hopes it somehow influences the HN algorithm
thepaulthomson•1d ago
THANK YOU for the support
andrewstuart•1d ago
A bit like…

Https://www.crowdwave.com

thepaulthomson•1d ago
haha this aesthetic is very cool! Love the project, thanks for sharing. Lots of ideas in there that I could see potentially working really well for V2 or V3 of Kind Voice Notes!
Sat_P•1d ago
I love this because when I've been down in various periods of my life, after sharing a problem with someone close, one thing they said made all the difference. This has happened to me many times after getting kind words from family and friends. I agree that this will be ruined if it gains traction, but it should be great if it remains not too well known (ironically).
thepaulthomson•1d ago
Wow, thanks for sharing. Yeah, it's amazing how much of an impact a little pick-me-up can have.

As this continues to gain traction, I'll just keep chipping away at keep it safe and people protected. All I can do for now is take it one step at a time and keep solving problems as they appear.

Again, thanks a ton for checking it out!!

dxdm•1d ago
The first "Show HN" submission I've seen that has made me feel good. I wish more people would see it.
thepaulthomson•1d ago
This made my day! Thanks for the kind support and I'm glad it landed for you. Hope you continue to enjoy it!
richarlidad•1d ago
This is so good! How did you get the first messages onboard?
thepaulthomson•21h ago
Wow, thanks for the support! To get the first few voice notes, I sent it to family and some colleagues. It was a smoke test to see if anyone would actually record without me literally begging them haha.. and they did! After that, I was confident to start sharing the project more widely and here we are today.
bitbybit_ch•21h ago
Very nice project. I hope it will not be misused by bad actors.
thepaulthomson•13h ago
Thanks! So far, the checks and balances I have in place to protect users and prevent abuse are holding. I hope it stays that way!
mandubird•19h ago
This is a surprisingly wholesome idea. I'm curious do people tend to leave longer messages, or mostly short encouragements?
thepaulthomson•13h ago
It's been a mix so far! I just ran the numbers and the average is 29.4 seconds.

Glad you liked the idea. I appreciate the kind words.

qsudip•19h ago
Nice one. I was working on something similar, but then dropped it. The idea was to create a database of diverse voices for AI voice tools to train their models. Of course, it will have user consent. Only those who want to see their voices used in AI models can submit a voice sample.
thepaulthomson•13h ago
Oh cool! I can imagine one day 12 months later I'd be talking to the voice agent of my plumber and hearing ME scheduling in a time to get my shower fixed haha
lmhansen•19h ago
Fantastic. So nice to hear kind words from a stranger.
thepaulthomson•13h ago
Thanks for the kind support. Glad this project found you!
gelfunde•17h ago
It doesn’t play rn on iOS 16 safari („tap to hear their words“ might also just confuse me to the degree of non-usability)
thepaulthomson•13h ago
Thanks for the heads up! I'm not sure I have the scope to support iOS versions that far back, but I'll definitely dig into it for you. Sorry for the hassles!
wr639•17h ago
I wonder how much a thing like this get abused by kids playing around
thepaulthomson•13h ago
Actually not as much as you would think (according to the recordings I'm getting). Though, I admit, this probably hasn't made it to "delinquent teens making farting noises" audience yet haha
larsmosr•7h ago
This is one of those projects where the benefits outweighs the risks