frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

UK Government intends to scrap jury trials for majority of court cases

https://www.gbnews.com/politics/uk/david-lammy-scrap-jury-trials
1•cbeach•1m ago•0 comments

The Bughouse Effect

https://tsvibt.blogspot.com/2025/11/the-bughouse-effect.html
1•surprisetalk•2m ago•0 comments

A Matter of Millimeters: The story of Qantas flight 32

https://admiralcloudberg.medium.com/a-matter-of-millimeters-the-story-of-qantas-flight-32-bdaa62d...
1•surprisetalk•2m ago•0 comments

Requiem for Early Blogging

https://www.elizabethspiers.com/requiem-for-early-blogging/
1•AIBytes•3m ago•0 comments

Humans to Mars [NASA]

https://www.nasa.gov/humans-in-space/humans-to-mars/
1•indigodaddy•4m ago•0 comments

ProfitMate AI Premium

https://profitmateai-web.web.app/
1•Brizmo•5m ago•1 comments

How good are social scientists at forecasting?

https://www.nber.org/papers/w34493
1•oatsandsugar•11m ago•1 comments

Unison 1.0 Release

https://www.unison-lang.org/unison-1-0/
11•pchiusano•12m ago•1 comments

Treat AI-Generated code as a draft

https://addyo.substack.com/p/treat-ai-generated-code-as-a-draft
2•janpio•13m ago•0 comments

Venture in Public Markets

https://parthchopra.substack.com/p/venture-in-public-markets
1•probe•15m ago•0 comments

AI Can Help Reduce Wildfire Risks

https://www.bloomberg.com/news/newsletters/2025-11-25/how-ai-can-help-reduce-wildfire-risks
1•toomuchtodo•16m ago•1 comments

Does Memo from Sunday Robotics have a soul?

https://andyfromthefuture.substack.com/p/does-memo-from-sunday-robotics-have
1•charliejordan•21m ago•0 comments

Ask HN: I feel like I've lost my motivation to continue learning programming

2•eng_ask•21m ago•0 comments

IQ differences of identical twins reared apart are influenced by education

https://www.sciencedirect.com/science/article/pii/S0001691825003853
16•wjb3•22m ago•8 comments

Pregnant women and their babies endure inhumane conditions in jails

https://www.nbcnews.com/news/us-news/pregnant-women-babies-endure-inhumane-conditions-jails-rcna2...
6•binning•27m ago•0 comments

'A fire, a dog, and the starry sky': the teens overcoming phone addiction

https://www.theguardian.com/film/2025/nov/25/folktales-film-teens-anxiety-phone-addiction-norway
2•binning•29m ago•0 comments

Bro boost: women say their LinkedIn traffic increases if they pretend to be men

https://www.theguardian.com/technology/2025/nov/22/bro-boost-women-find-linkedin-traffic-drives-i...
2•binning•30m ago•0 comments

From OTel to Rotel: Petabyte-scale tracing with 4x greater throughput

https://clickhouse.com/blog/otel-to-rotel-petabyte-scaling-tracing-4x-greater-throughput
1•mike_heffner•31m ago•0 comments

Americans Are Holding onto Devices Longer

https://www.cnbc.com/2025/11/23/how-device-hoarding-by-americans-is-costing-economy.html
2•m463•33m ago•2 comments

What if a tiny black hole shot through your body? Physicist did the math

https://www.sciencealert.com/what-if-a-tiny-black-hole-shot-through-your-body-a-physicist-did-the...
1•dxs•33m ago•0 comments

Ask HN: Solo founders – is your LLM filling the cofounder gap?

2•kevos•37m ago•4 comments

Russia deploys "age verification" via government-run messenger

https://twitter.com/NatalkaKyiv/status/1988434190766141770
2•pona-a•38m ago•0 comments

LLM Latency Ranking

https://metrik-dashboard.vercel.app/
1•mbouassa•38m ago•0 comments

Landlords' go-to tool to set rent prices to be gutted under RealPage settlement

https://arstechnica.com/tech-policy/2025/11/realpage-agrees-to-change-algorithm-so-landlords-cant...
2•WarOnPrivacy•39m ago•1 comments

ChatGPT vs. StackOverflow vs. Reddit in helping with a tricky web dev problem

https://mmkthecoolest.gitlab.io/blog/2025-11-23-data-point-chatgpt-vs-stackoverflow-vs-reddit-in-...
1•mmkthecoolest•40m ago•0 comments

Actors: The Four Properties That Eliminate Complexity

https://www.rivet.dev/learn/act-1/scene-1-a-radically-simpler-architecture
2•NathanFlurry•40m ago•0 comments

Transparent.html: A self-referential experiment in making web infra visible

https://relevant.space/transparent.html
3•starkparker•41m ago•0 comments

Show HN: Secure private diffchecker with merge support

https://diffchecker.dev
9•subhash_k•45m ago•6 comments

Windows deep internals: SASS latency table and instructions reordering

http://redplait.blogspot.com/2025/11/sass-latency-table-instructions.html
2•transpute•45m ago•0 comments

Lovable acquires cloud provider Molnett

https://lovable.dev/blog/lovable-welcomes-molnett
2•vikeri•46m ago•0 comments
Open in hackernews

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

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