frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Kim Dotcom Extradition Decision Was Lawful, Judicial Review Denied

https://torrentfreak.com/kim-dotcom-extradition-decision-lawful-judicial-review-denied-250916/
1•gslin•1m ago•0 comments

Amiga Walker

https://en.wikipedia.org/wiki/Amiga_Walker
1•doener•1m ago•0 comments

40k-Year-Old Symbols in Caves Worldwide May Be the Earliest Written Language

https://www.openculture.com/2025/09/40000-year-old-symbols-found-in-caves-worldwide-may-be-the-ea...
1•mdp2021•4m ago•0 comments

Best Shippping Aggregrator in India

1•orderzup•4m ago•0 comments

Lovemoney Game Online why this game so popular?

https://lovemoneygames.com
1•Febe1212•5m ago•0 comments

Vivaldi 7.6 allows customizing the Tab Bar and adds a Tab Button

https://vivaldi.com/blog/vivaldi-on-desktop-7-6/
1•newscombinatorY•6m ago•0 comments

Carbon Copy No.8: Classes Part II

https://github.com/carbon-language/carbon-lang/discussions/6090
1•zmodem•8m ago•0 comments

AI has changed the career pathway for junior developers

https://stackoverflow.blog/2025/09/10/ai-vs-gen-z/
1•Tikrong•10m ago•0 comments

Electricity through osmosis: Japan opens landmark osmotic power plant

https://newatlas.com/energy/electricity-through-osmosis-japan-opens-worlds-second-osmotic/
1•Ozarkian•11m ago•0 comments

C++ Committee Prefers Bjarne's Profiles to Baxter's Rustification

1•robinsrowe•12m ago•0 comments

A tool help you find the hairstyle that suits you

https://righthair.ai/
1•MiaTaylor•14m ago•0 comments

"Why Everything Pam Bondi Said About 'Hate Speech' Is Wrong"

https://reason.com/volokh/2025/09/16/why-everything-pam-bondi-said-about-hate-speech-is-wrong/
2•mdp2021•14m ago•0 comments

Show HN: A recursive calendar for 0.1x engineers

1•eltonlin•16m ago•0 comments

Pnpm has a new setting to stave off supply chain attacks

https://pnpm.io/blog/releases/10.16
2•ivanb•18m ago•0 comments

Is there demand for a managed web automation and monitoring service?

1•TheOneEye•21m ago•0 comments

9 Years Solo: Building Complex AI Competition in a Game Management SIM

1•binogure•21m ago•0 comments

Redux in 2025: A reliable choice for complex React projects

https://stefvanwijchen.com/react-and-redux-in-2025/
1•nnx•21m ago•0 comments

Google DeepMind claims 'historic' AI breakthrough in problem solving

https://www.theguardian.com/technology/2025/sep/17/google-deepmind-claims-historic-ai-breakthroug...
1•fergie•24m ago•0 comments

Is viewpoint based flagging suppressing critical replies on this post?

https://news.ycombinator.com/item?id=45282482
1•shadowbanning•27m ago•2 comments

Dyson spheres are a joke [video]

https://www.youtube.com/watch?v=fLzEX1TPBFM
1•ilitirit•29m ago•0 comments

History of the Gem Desktop Environment

https://nemanjatrifunovic.substack.com/p/history-of-the-gem-desktop-environment
1•ibobev•36m ago•0 comments

CERN Animal Shelter for Computer Mice

https://computer-animal-shelter.web.cern.ch/index.shtml
2•EbNar•38m ago•2 comments

Virginia Class Submarines [video]

https://www.youtube.com/watch?v=6xyYzocJi1c
1•CHB0403085482•41m ago•0 comments

Gemini achieves gold-medal level at the Programming Contest World Finals

https://deepmind.google/discover/blog/gemini-achieves-gold-level-performance-at-the-international...
3•doener•44m ago•1 comments

Getting ArXiv Sanity Papers via RSS (2022)

https://den.dev/blog/arxiv-sanity-rss-feeds/
1•alastairr•46m ago•0 comments

Gluco data handler: Receive and visualize glucose data on Android

https://github.com/pachi81/GlucoDataHandler
2•croemer•47m ago•1 comments

Viewport behavior in Safari 26 is utterly broken

https://bsky.app/profile/bram.us/post/3lyvpzesevs2u
1•rasso•50m ago•0 comments

Jobs Massacre in Germany

https://www.wsws.org/en/articles/2025/09/15/2d6e-s15.html
3•Michelangelo11•54m ago•0 comments

Tesla Is Dropping the Dream of Human-Free Self-Driving Cars

https://www.vice.com/en/article/tesla-is-dropping-the-dream-of-human-free-self-driving-cars/
3•agnosticmantis•57m ago•0 comments

How to use AI without becoming stupid

https://commoncog.com/how-to-use-ai-without-becoming-stupid/
4•bobbiechen•1h ago•0 comments
Open in hackernews

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

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