frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

LLM Gateway: Budget enforcement, virtual API keys and usage analytics for LLMs

https://mozilla-ai.github.io/any-llm/gateway/overview/
1•selvan•18s ago•0 comments

Real-AI needs rolling aggregations and AI won't build them for you

https://www.hopsworks.ai/post/rolling-aggregations-for-real-time-ai
1•jamesblonde•32s ago•0 comments

Show HN: Estimate Body Fat % from a Photo

https://bodyfatestimator.ai/
1•PhattMelps•57s ago•0 comments

Show HN: My Web Games

https://partisan-games.github.io/
1•mudroljub•2m ago•0 comments

APM – Agent Package Manager (Microsoft)

https://github.com/microsoft/apm
1•EDM115•3m ago•0 comments

Why Europe needs a payment system independent of Mastercard and Visa

https://www.euronews.com/my-europe/2026/03/04/why-europe-needs-a-payment-system-independent-of-ma...
1•202508042147•3m ago•0 comments

Over 2.5M users boycott ChatGPT after OpenAI-Pentagon deal

https://www.tbsnews.net/tech/over-25m-users-boycott-chatgpt-after-openai-pentagon-deal-1376856
1•pknerd•5m ago•0 comments

Show HN: Audicia – Generate least-privilege Kubernetes RBAC from audit log

https://audicia.io/
1•felixnotka•6m ago•0 comments

Show HN: GuardClaw – cryptographically verifiable execution logs for AI agents

https://github.com/viruswami5511/guardclaw
1•viruswami5511•13m ago•0 comments

A Day in the Life of an Enshittificator [video]

https://www.youtube.com/watch?v=T4Upf_B9RLQ
2•punnerud•15m ago•0 comments

What I Like About WCAG 3.0

https://afixt.com/what-i-like-about-wcag-3-0/
1•robin_reala•15m ago•0 comments

Sorry Dan, PMs Should Vibe Code

https://12gramsofcarbon.com/p/sorry-dan-pms-should-absolutely-vibe
1•theahura•16m ago•0 comments

Show HN: Sniffmail – Email verification API, one NPM install, catch fake-signups

https://sniffmail.io
1•dayoola•17m ago•0 comments

Ask HN: What do you think of Anthropic adding $10B of revenue in last 2 months?

1•aurareturn•17m ago•0 comments

What canceled my Go context?

https://rednafi.com/go/context-cancellation-cause/
1•mweibel•17m ago•0 comments

Show HN: CLInkedIn – CLI and web based job scanner for LinkedIn

https://github.com/colby-int/CLInkedin
2•colby-int•19m ago•0 comments

All Nitter instances cannot load list of multiple users at the same time

https://github.com/zedeus/nitter/issues/1373
1•Markoff•19m ago•0 comments

The Intel 486DX2 CPU

https://dfarq.homeip.net/intel-486dx2-cpu/
1•jnord•21m ago•0 comments

Evals Skills for Coding Agents

https://hamel.dev/blog/posts/evals-skills/
1•call-me-al•22m ago•0 comments

What I do, and what I delegate to AI

https://salah.louizy.com/blog/what-i-do-and-what-i-delegate-to-ai/
1•losalah•25m ago•0 comments

Show HN: EU AI Radar – 60-second self-check for EU AI Act exposure

https://euaiactnews.live/
1•reavid•26m ago•0 comments

The Gamer and the Nihilist: An analysis of Product Hunt, 2014 – 2021 (2022)

https://components.news/the-gamer-and-the-nihilist/
1•thinkingemote•27m ago•0 comments

AuroriaLink

https://github.com/Sebastien-VZN/auroria_link
1•SebSeb83•28m ago•0 comments

Show HN: Experimenting with perspective-based discussions (city,country,global)

1•civichalls•29m ago•0 comments

Consume fewer tokens and increase efficiency

https://edwardbx.com/articles/token-efficiency/
1•crassus_ed•30m ago•0 comments

Kickstarter's CEO stands by 4-day week remote team, sometimes backfires

https://fortune.com/2026/03/03/kickstarter-ceo-pros-cons-four-day-work-week-sometimes-backfires/
1•iancmceachern•31m ago•0 comments

Show HN: Move 37 – A strategy game inspired by AlphaGo's Move 37

https://www.movets.site/
1•MUISIK•31m ago•0 comments

Show HN: Retro – active context curator for coding agents

https://github.com/ImanHashemi/retro
2•imanhashemi•35m ago•0 comments

How OpenClaw Is Rebuilding the Claw Machine Industry with Software

https://clawsifyai.com/
1•V_Shukla•40m ago•1 comments

Show HN: Book Collage Creator

https://inktide.app/collage
1•sd9•40m ago•0 comments
Open in hackernews

Show HN: Kodo – Temporary, real-time translation chat app for my upcoming trip

2•jonathanleane•10mo ago
Hey HN,

My wife and I are heading to Thailand soon, and while we're learning some basics, I was thinking about those quick, everyday interactions where a language barrier can be awkward – asking for directions, ordering street food, chatting with a vendor, etc.

I didn't want the friction of firing up a dedicated translation app each time or dealing with account signups for something temporary.

So, I decided to build Kodo Chat as a little side project to scratch my own itch. The idea is a super simple, temporary chat room focused purely on real-time translation between two people.

How it works:

One person ("host") visits the site, selects their language, and gets a QR code and a shareable link. The other person ("guest") scans the code or opens the link on their phone, selects their language, and they're connected in a temporary room.

Messages sent by either person are translated (currently using OpenAI - gpt-4.1 by default, but configurable) and displayed along with the original text on the other person's device.

Rooms and user links expire automatically (via Redis TTLs), so there's no persistent data or accounts needed.

It's built with Expo (React Native Web) for the frontend, Node.js/Express/Socket.IO on the backend, and Redis for session/room management. The UI is pretty basic right now (using React Native Paper), and the translations are only as good as the underlying AI model, but it seems to handle simple conversational stuff reasonably well in testing.

It solved my immediate need, and I thought others might find it useful, so I've open-sourced it.

Live Demo: https://kodo-frontend.onrender.com/ GitHub: https://github.com/jonathanleane/kodo

Would love to hear any feedback, suggestions, or criticisms you might have! Especially curious if anyone else has faced similar communication hurdles while traveling and what solutions they've found.

Comments

gabrielcrist•10mo ago
Muito interessante! A funcionalidade de tradução temporária em tempo real parece especialmente útil para situações em que a comunicação rápida supera a perfeição da tradução.

Fiquei curioso: como o Kodo lida com expressões idiomáticas ou gírias locais? E existe algum tipo de armazenamento ou histórico das conversas traduzidas?

Pode ser uma ótima ferramenta não só para viagens, mas também para equipes multiculturais em ambientes remotos.

jonathanleane•10mo ago
Not sure - lets try: https://kodo-frontend.onrender.com/join?token=3f717b9f1a9052...