frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Find investors for your startup – Investor Match Guarantee

https://leadagentx.ai
1•liranbr•3m ago•0 comments

An Alternative Syntax for Type Inference in Java

https://aghasemi.github.io/blog/?p=P0002
1•theanonymousone•7m ago•0 comments

Endless Execution

https://world.hey.com/dhh/endless-execution-4157e065
1•andsoitis•7m ago•0 comments

Forecasting the AI Boom till 2030

https://hunchfox.substack.com/p/the-cost-of-abundance-ai-2030
1•sahil_chaudhary•9m ago•0 comments

The Pace

https://vertigo.kuber.studio/diary/016-the-pace.html
1•vertigoruntime•11m ago•0 comments

Show HN: Everything a web page can learn about you, in plain English

https://sessioncontext.org
2•oddurs•14m ago•1 comments

Why Beyond Traditional RAG?

https://chandula7.gumroad.com/l/Advanced_RAG_LangGraph_Patterns
7•GeorgeTj•17m ago•4 comments

The Three Eras of Undergraduate Education

https://forklightning.substack.com/p/the-three-eras-of-undergraduate-education
1•herbertl•21m ago•0 comments

A full-duplex AI phone agent that listens while speaking

https://www.famulor.io
1•imankoma•22m ago•0 comments

A Skeptic's Guide to AI Regulation

https://twitter.com/cesifoti/status/2098876203822387327
1•Anon84•26m ago•0 comments

AI permissioned coworker framework and designs

https://eisenzopf.github.io/Thelve-coworkers/demo/
2•zerosegfaults•28m ago•0 comments

Endomorphisms of Affine Spaces and the Jacobian Problem [AI Statement.]

https://arxiv.org/abs/2609.05746
2•procedurecall•28m ago•1 comments

The Poisoned Chalice and the Court of the Opened Eye

https://danverbraganza.com/writings/the-poisoned-chalice-and-the-court-of-the-opened-eye?hn=1
2•nvader•29m ago•0 comments

Japan's book scene is quietly moving from bookstores to libraries

https://untranslatedjp.substack.com/p/japans-book-scene-is-quietly-moving
2•herbertl•29m ago•0 comments

Show HN: Practice English Grammar and Pronunciation (Uses Azure Speech)

https://marksdailyenglish.com/
2•MarkMc•32m ago•0 comments

Why George W Bush is Africa's favourite US president

https://www.ft.com/content/72424694-a86e-11e9-984c-fac8325aaa04
2•ViktorRay•38m ago•0 comments

RSI AI Explained: What It Is and Where It Could Lead

https://piszczek.pl/blog/rsi-ai-recursive-self-improvement
2•pich•42m ago•0 comments

Killing with a car costs $1.6M, California requires drivers to carry $30K

https://maxmautner.com/2026/09/11/liability-coverage.html
5•mslate•42m ago•1 comments

Nova Tools. Tools by AIs for AIs

https://github.com/mas-bandwidth/nova-tools
2•gafferongames•43m ago•0 comments

China on track to launch Mars sample-return mission in 2028: 'A Sputnik moment?'

https://www.space.com/astronomy/mars/china-on-track-to-launch-mars-sample-return-mission-in-2028-...
2•bookofjoe•45m ago•0 comments

Show HN: YazSes – offline hold-to-talk voice dictation for Linux, macOS, Windows

https://github.com/MSKazemi/yazses
3•mskazemi•47m ago•0 comments

Conformal correlation: substituting the correlation we all know?

https://www.sciencedirect.com/science/article/pii/S014036642500355X
2•gigatexal•48m ago•0 comments

Michael Levin:Consciousness, Biology, Universal Mind, Emergence, Cancer Research [video]

https://www.youtube.com/watch?v=c8iFtaltX-s
2•binyu•49m ago•0 comments

Show HN: PDFidelity – Translate PDFs while preserving the original layout

https://www.pdfidelity.com/
2•andygeek•57m ago•1 comments

StarCraft returns in 2030 as an open-world shooter

https://www.theverge.com/games/994371/starcraft-returns-in-2030-as-an-open-world-shooter
11•sbulaev•57m ago•3 comments

Rivals Altman and Musk rally behind Dario Amodei's call for an AI slowdown

https://www.ft.com/content/31220b59-b0c6-401c-a146-2b7b5d138837
2•sbulaev•57m ago•1 comments

OpenAI's rogue AI tried to hack another company in May

https://www.theverge.com/ai-artificial-intelligence/994383/openais-rogue-ai-rubygems-hack
3•aaronbrethorst•57m ago•0 comments

The US is replacing every official latitude, longitude and height it publishes

https://spacedaily.com/s-the-united-states-is-replacing-every-official-latitude-longitude-and-hei...
7•rurp•58m ago•0 comments

"All my fundees have blue eyes." Epstein and the tech dark ideology

https://www.codastory.com/authoritarian-tech/blue-eyes-epstein-artificial-intelligence-eugenics-s...
4•Anon84•59m ago•0 comments

Unread 5.0

https://www.goldenhillsoftware.com/2026/09/unread-50/
3•johnsbrayton•1h ago•1 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...