frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Castlemap – Guess the Castle Game

https://thecastlemap.com/guess/
1•Flightmussy•2m ago•1 comments

Submillisecond

https://www.submillisecond.com/
1•knaier•2m ago•0 comments

Apple challenges UK government's latest demand for iCloud backdoor: report

https://techcrunch.com/2026/08/03/apple-challenges-uk-governments-latest-demand-for-icloud-backdo...
1•speckx•2m ago•0 comments

KisakCOD – open-source reimplementation of Call of Duty 4 Multiplayer

https://github.com/SwagSoftware/KisakCOD
1•skibz•2m ago•0 comments

Further Developments About Internal AI Models Hacking Things

https://thezvi.substack.com/p/further-developments-about-internal
1•paulpauper•2m ago•0 comments

The One Town That Wants a Data Center

https://www.theatlantic.com/technology/2026/08/jay-maine-wants-data-center/688043/
1•paulpauper•3m ago•0 comments

City-wise comparison of Bribes across India – bribes.fyi

https://bribes.fyi/cities
1•neverenderr•3m ago•0 comments

Kimi K3 Built the Game. I Still Had to Play It

https://www.drjoshcsimmons.com/writing/kimi-k3-built-the-game-i-still-had-to-play-it
1•joshcsimmons•3m ago•0 comments

The hallmarks of protein and amino acid restriction in aging and longevity

https://www.cell.com/cell-press-blue/fulltext/S3051-3839(26)00077-0
1•simonebrunozzi•7m ago•0 comments

Sure mate, buy me a bloody coffee

https://peateasea.de/sure-mate-buy-me-a-bloody-coffee/
1•speckx•9m ago•0 comments

The AI Bailout Could Be Baked into the AI Bubble

https://prospect.org/2026/08/03/ai-bailout-could-be-baked-into-bubble-private-equity-life-insurer...
2•Ambolia•9m ago•0 comments

Rust Project goals 2026: Reflection and Comptime

https://github.com/rust-lang/rust-project-goals/blob/main/src/2026/reflection-and-comptime.md
1•Ygg2•9m ago•1 comments

How Many People Are in Space Right Now

https://www.howmanypeopleareinspacerightnow.com/
1•EndXA•10m ago•0 comments

"Shock from Jensen Huang's Bubble Will Be Severe"

https://news.sbs.co.kr/english/article.do?news_id=N1008688017
2•mapping365•11m ago•0 comments

Why Everything Is Getting Louder

https://www.theatlantic.com/magazine/archive/2019/11/the-end-of-silence/598366/
1•bookofjoe•12m ago•1 comments

SEC Semi-Annual Reporting Proposal Tracker

https://tzachizach.github.io/sec-semi-annual-proposal-tracker/letters.html
1•petethomas•12m ago•0 comments

HedgeHog: The new standard in backgammon analysis

https://hedgehog-bg.com/frontpage
1•twright•13m ago•0 comments

Games of FIFA World Cup 2026

https://siddhesh.substack.com/p/wc26
1•weekendvampire•13m ago•0 comments

Wall Street's bulls are starting to admit the earnings bubble is real

https://fortune.com/2026/08/03/60-40-investing-strategy-broken-earnings-bubble-big-tech-goldman-a...
2•mapping365•13m ago•0 comments

Code, craft, and the making of nested folders

https://www.figma.com/blog/code-craft-and-the-making-of-nested-folders/
1•handfuloflight•17m ago•0 comments

What Trump's latest slump means for the midterms

https://www.natesilver.net/p/what-trumps-latest-slump-means-for
1•7777777phil•20m ago•0 comments

Show HN: Open-source book format for instant translations and Android app

https://tbook.dev/
1•adubovskoy•20m ago•1 comments

Two Have Died in the Cyclospora Outbreak. The Fifty-State Count Is Now 21,913

https://www.marlerblog.com/case-news/two-people-have-died-in-the-cyclospora-outbreak-the-fifty-st...
1•speckx•20m ago•0 comments

Set Theory Symbols

https://www.rapidtables.com/math/symbols/Set_Symbols.html
1•marysminefnuf•24m ago•0 comments

Show HN: On the Dot – a timing game where the stopwatch vanishes after 1.5s

https://hitthedot.app/
1•Aditya_Tickoo•26m ago•0 comments

The Emerging Market for Intelligence- How Firms Buy and Sell AI [PDF]

https://pubs.aeaweb.org/doi/pdfplus/10.1257/jep.20261506
1•malshe•26m ago•0 comments

AI system Locus posttrains a model better than Qwen3

https://twitter.com/intology/status/2084319121332965804
1•yuchiz•26m ago•0 comments

Adding Go's Defer to the TypeScript Compiler

https://healeycodes.com/adding-defer-to-the-typescript-compiler
1•ibobev•28m ago•0 comments

Ryg_rans Is Not a Library

https://fgiesen.wordpress.com/2026/08/03/ryg_rans-is-not-a-library/
2•ibobev•28m ago•0 comments

ZX Spectrum System Tour: Sound

https://bumbershootsoft.wordpress.com/2026/08/01/zx-spectrum-system-tour-sound/
2•ibobev•28m 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...