frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Build reliable multi-agent applications with ADK Go 2.0

https://developers.googleblog.com/announcing-adk-go-20/
1•atkrad•1m ago•0 comments

Functional Programming in hica

https://www.hica.dev/docs/functional-programming/
1•cladamski79•2m ago•1 comments

Facebook Images Downloader – Grab FB Photos in Seconds

https://chromewebstore.google.com/detail/images-downloader/enjebjknnihfklkmkbhdailacipnhcep
1•qwikhost•2m ago•1 comments

Show HN: OtaKit – open-source, self-hostable OTA updates for Capacitor apps

https://github.com/OtaKit/otakit
1•garymiklos•3m ago•0 comments

Google must pay €4.1B fine for using Android to 'block' rivals

https://www.bbc.co.uk/news/articles/cvgj0pp5p62o
1•fredley•3m ago•0 comments

Mid-tier factory knives – value sweet spot?

https://www.paragon-knives.com/
1•bgzlsxaz•5m ago•0 comments

Who Controls the Privacy-Enhancing Technology Layer?

https://medium.com/@vektormemory/who-actually-controls-the-privacy-enhancing-technology-layer-8d5...
1•vektormemory•5m ago•1 comments

Roundtables: Longevity's Next Frontier: "Reprogramming" Your Body

https://www.technologyreview.com/2026/06/30/1139958/roundtables-longevitys-next-frontier-reprogra...
1•joozio•6m ago•0 comments

GPS Interference Off California Offers Warning for Global Shipping

https://gcaptain.com/gps-interference-off-california-offers-warning-for-global-shipping/
1•ablation•7m ago•0 comments

Various projects disappeared from kernel.org hosting overnight

https://gts.q66.moe/@q66/statuses/01KWGXZTGX06HSQBXW21DYH4G0
4•marvinborner•9m ago•0 comments

PostScript on the Societies of Control – Gilles Deleuze (1990) [pdf]

https://deleuze.cla.purdue.edu/wp-content/uploads/2023/09/Deleuze_Gilles-Postscript-on-the-Societ...
1•Avicebron•10m ago•0 comments

India asks WhatsApp to pause username feature rollout

https://www.bbc.com/news/articles/ckg8e0n9l41o
3•0xedb•11m ago•2 comments

How do you think, is Atlassian slowly dying?

https://ampin.app
1•kpbogdan•11m ago•0 comments

NPM staged publishing for supply-chain security

https://nuqs.dev/blog/staged-publishing-for-supply-chain-security
1•franky47•12m ago•0 comments

Japan Study Finds Cats Eat Less If They Become Used to Food Odors

https://japannews.yomiuri.co.jp/science-nature/science/20260606-331268/
1•mushstory•12m ago•0 comments

Why California's carbon manure math doesn't add up

https://www.technologyreview.com/2026/07/02/1139981/why-californias-carbon-manure-math-doesnt-add...
1•joozio•12m ago•0 comments

Bending Spoons: Letter from the Team

https://www.sec.gov/Archives/edgar/data/2004711/000110465926076487/tm2613674-10_f1.htm#tLETT
2•dominikposmyk•13m ago•0 comments

Why did your metric change? Root-cause and significance testing for CSVs

https://github.com/NaiaLorente/data-analyst
1•naialorente•13m ago•0 comments

Trying to Break MD5 Hash

https://remedysec.com/blog/posts/md5-avalanche-effect/
2•mrxlimitless•13m ago•0 comments

Authenticating MCPs: three ways we do it

https://matthew-johnston.com/authenticating-mcps/
2•mattjstn•14m ago•0 comments

Show HN: What is the benefit of integrating AI into wearable Healthcare Apps?

https://geekyants.com/blog/integrating-ai-with-wearable-healthcare-apps-architecture-compliance-roi
1•vanessa1211•14m ago•1 comments

Ask HN: How do you handle Code compliance today?

3•vimaldwivedi86•17m ago•0 comments

Does AI Have Speech Rights?

https://www.cjr.org/ask-anika/does-ai-have-speech-rights-journalists-using-ai-first-amendment-pro...
2•Tomte•17m ago•1 comments

Fremforge: Forgejo-based, EU-hosted Git/CI with its own Sigstore instance

https://www.frem.sh
2•finegrainlabs•17m ago•0 comments

Consuming a real-time feed reliably

https://aran.dev/posts/consuming-a-real-time-feed-reliably/
1•ingve•21m ago•0 comments

Waiting for SQL:202y: Stockholm (BMA) meeting report

http://peter.eisentraut.org/blog/2026/06/30/waiting-for-sql-202y-stockholm-meeting-report
1•ingve•23m ago•0 comments

Minimum Connection Times at Airports Worldwide

https://minimumconnectiontime.com/
1•beatthatflight•26m ago•0 comments

Ask HN: Am I the only who misses Nights and Weekends?

2•dhruv3006•28m ago•3 comments

The latest on the aftermath of the New Glenn catastrophe

https://arstechnica.com/space/2026/06/ars-live-whats-the-latest-in-the-aftermath-of-the-new-glenn...
1•rbanffy•28m ago•0 comments

Show HN: Skillhub Compose AI Agent

1•Chandrudp29•30m ago•0 comments
Open in hackernews

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

2•jonathanleane•1y 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•1y 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•1y ago
Not sure - lets try: https://kodo-frontend.onrender.com/join?token=3f717b9f1a9052...