frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

"Reckless Bricks" Lego Store [video]

https://www.youtube.com/watch?v=KALYYH1pWCM
1•fortran77•2m ago•0 comments

P(doom)

https://lucumr.pocoo.org/2026/9/12/pdoom/
1•lumpa•3m ago•0 comments

U.S. Links Chinese Satellite Imagery to Iranian Strike That Killed Troops

https://www.wsj.com/world/u-s-links-chinese-satellite-imagery-to-iranian-strike-that-killed-three...
1•cwwc•4m ago•0 comments

L4S

https://en.wikipedia.org/wiki/L4S
1•fauria•8m ago•0 comments

The AI Music Race Is Over

https://www.youtube.com/watch?v=ECLy6JnBdoY
1•Betelbuddy•9m ago•0 comments

Pacing Is a Setting on a Dial

https://extinction-bounties.com/writing/pacing-is-a-setting-on-a-dial/
1•hiAndrewQuinn•10m ago•0 comments

Financial Times' 404 Page not Found

https://www.ft.com/article/404
3•sans_souse•11m ago•0 comments

Show HN: Sill – a macOS system monitor that lives on your wallpaper

https://ptthe13.github.io/sill/
1•MrPFT•13m ago•0 comments

'Coltrane' Review: Sound and Spirit

https://www.wsj.com/arts-culture/books/coltrane-review-sound-and-spirit-b2417282
1•Thevet•15m ago•0 comments

The technology people call science fiction is here

https://github.com/KnowledgeeKZA3224/scqos-reference-implementation/blob/main/docs/THE_TECHNOLOGY...
1•Knowledgee_KZA•19m ago•0 comments

Datasets for Large Language Models: A Comprehensive Survey

https://arxiv.org/abs/2402.18041
1•Anon84•19m ago•0 comments

Revolut gave away customers' data

https://www.internationalcyberdigest.com/revolut-gave-away-customers-data/
1•taubek•21m ago•0 comments

Fx can now use a frontier model, then delegate to cheaper models to implement

https://twitter.com/fazxes/status/2098800924776903047
1•wslh•21m ago•0 comments

Vibe Coding Is the New Bootstrap

https://sampleminer.com/blog/vibe-coding-is-the-new-bootstrap/
1•xdotcommer•23m ago•1 comments

Adios Create – Landing page builder

https://www.adios.dev/create
1•clovis818•24m ago•0 comments

The U.N. Backs a New World Map Showing Africa in Its True Relative Size

https://www.npr.org/2026/09/04/nx-s1-5958611/africa-world-map-un-vote
2•karakoram•26m ago•0 comments

Csvcomp – Zero-dependency Python CSV diff utility

https://github.com/prasad-a-abhishek/csvcomp
1•prasadaabhishek•27m ago•0 comments

Namecheap Hosting Is Down

2•wolfgangbabad•30m ago•0 comments

WebSocket is a legacy API (2016)

https://github.com/whatwg/html/issues/2177
1•htunnicliff•31m ago•1 comments

NextJS but in Rust

https://nextrs.hirschi.dev/docs/getting-started
1•ashirsc•32m ago•0 comments

Claude of Tanks

https://github.com/Kevin-Liu-01/Claude-of-Tanks
1•tiredpanda•35m ago•0 comments

Comment: Feeling Sad about AI

https://simonwillison.net/2026/Sep/11/feeling-sad-about-ai/
1•abdelhousni•36m ago•0 comments

Spanish Island Wants to Ditch Drunk British Tourists for Rich American Ones

https://www.wsj.com/world/europe/this-spanish-island-wants-to-ditch-drunk-british-tourists-for-ri...
2•RestlessMind•37m ago•0 comments

Diablo V

https://diablo5.blizzard.com/en-us
1•meerita•37m ago•0 comments

EU CYBER RESILIENCE ACT forces manufacturers to disclose exploited vulnerabilit

https://digital-strategy.ec.europa.eu/en/policies/cra-reporting
4•drungli•40m ago•0 comments

Nvidia in talks to invest in Anthropic's mega IPO

https://www.reuters.com/legal/transactional/nvidia-talks-invest-anthropics-mega-ipo-sources-say-2...
2•cwwc•41m ago•0 comments

Teaching Novice Computing and Programming in the Agentic AI Era [pdf]

https://cs.brown.edu/people/sk/Publications/Papers/Published/fkl-teach-nov-agentic-ai-era/paper.pdf
2•azhenley•43m ago•0 comments

Free Agent – Amp

https://ampcode.com/news/free-agent
3•literallyroy•44m ago•0 comments

The Future of Blender [video]

https://www.youtube.com/watch?v=pTHmtHXwVKY
1•stephdin•45m ago•0 comments

Jeff Park: Lets slow down but not before we IPO not before we dump on retail

https://twitter.com/dgt10011/status/2098815095497253093
2•donsupreme•45m 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...