frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Stoic Library

https://thestoiclibrary.com
1•dp-hackernews•13s ago•0 comments

EA Safety

https://contraptions.venkateshrao.com/p/ea-safety
1•Arubis•22s ago•1 comments

Character.ai's CEO Karandeep Anand Is Joining Disney

https://blog.character.ai/the-next-chapter-of-entertainment-and-fandom/
1•Palmik•55s ago•0 comments

The case for a robot tax to redistribute wealth

https://restofworld.org/2026/robot-tax-ai-wealth-redistribution/
1•thm•1m ago•0 comments

Asus Ascent QN10, first mini PC powered by Qualcomm 18-core ARMv9 CPU

https://www.cnx-software.com/2026/09/18/asus-ascent-qn10-mini-pc-is-powered-by-qualcomm-snapdrago...
1•giuliomagnifico•1m ago•0 comments

How China is preparing for the risk of AI escaping human control

https://www.reuters.com/legal/litigation/how-china-is-preparing-risk-ai-escaping-human-control-20...
1•verdverm•1m ago•0 comments

Singapore is paying people to read books – can it fix the reading crisis?

https://www.theguardian.com/books/2026/sep/18/singapore-paid-reading-scheme
1•CrypticShift•1m ago•0 comments

ReallyFree

https://reallyfree.app/
1•imagineblueeyes•2m ago•0 comments

Show HN: Knucklebones

https://apps.apple.com/us/app/knucklebones/id6761620815
1•selimonder•3m ago•0 comments

Internet Phone Book

https://internetphonebook.net/
2•ibobev•5m ago•0 comments

Jev might be Qwen finetune

https://nitter.click/egorgorv/status/2100887757983990218
1•E-Reverance•6m ago•0 comments

Benchmarking Wild vs. Mold

https://davidlattimore.github.io/posts/2026/09/18/benchmarking-wild-vs-mold.html
1•ibobev•6m ago•0 comments

Product Roadmaps: How the Best Product Teams Plan for Uncertainty

https://www.producttalk.org/product-roadmaps/
1•bucket2015•6m ago•0 comments

Humanoid Robot Regulations have begun

https://www.youtube.com/watch?v=qoZ_EjWJtes
1•artur_makly•8m ago•0 comments

Turns out that "HDMI 2.1" ports don't need to support HDMI 2.1 features

https://arstechnica.com/gadgets/2021/12/the-hdmi-forum-follows-the-usb-if-in-using-new-version-nu...
2•haunter•11m ago•0 comments

Disney Hires Its First CTO: Karandeep Anand, Former CEO of AI Chatbot Startup

https://variety.com/2026/biz/news/disney-cto-karandeep-anand-character-ai-1236866528/
3•chauzer•13m ago•0 comments

Show HN: Keydris, Sudo for AI Agents

https://www.youtube.com/watch?v=Ouqwx7-gGYw
2•Osman_728•13m ago•0 comments

Better Than O1 Visa?

https://www.uscis.gov/working-in-the-united-states/international-entrepreneur-rule
1•namanbajpai•14m ago•0 comments

Claude Code Projects

https://claude.com/blog/projects-redesigned
1•smoser•15m ago•0 comments

US Military had close call after using AI for hallucinated intelligence report

https://www.cnn.com/2026/09/18/politics/us-military-ai-false-intelligence-china-ship
7•realsarm•15m ago•2 comments

Scam Spotting with ChatGPT

https://scam-spotting-with-chatgpt.openai.chatgpt.site/
1•armcat•16m ago•0 comments

Consuming extra Vitamin D is less good than it sounds

https://www.economist.com/science-and-technology/2026/09/18/consuming-extra-vitamin-d-is-less-goo...
1•dctoedt•17m ago•0 comments

Show HN: Draw Hola Cloud – A drawing tool for live technical explanations

https://draw.holacloud.app/
1•fulldump-net•17m ago•1 comments

Microsoft Confirms October 7 Windows and Surface Event Featuring RTX Spark

https://www.gadgetreview.com/microsoft-confirms-october-7-windows-and-surface-event-featuring-rtx...
1•peter_d_sherman•17m ago•0 comments

A Model for Winning Survivor

https://victoriaritvo.com/blog/predicting-survivor/
1•evakhoury•17m ago•0 comments

Ask HN: Familiar with California SB-122? (sales and use tax on digital products)

1•NetToolKit•17m ago•1 comments

Build and deploy long-horizon agent like Devin in 10-mins

https://cayu.dev/walkthrough/
2•zamir_akimbekov•19m ago•0 comments

Air-FI: Generating Covert Wi-Fi Signals from Air-Gapped Computers (2020)

https://arxiv.org/abs/2012.06884
2•ilamont•21m ago•0 comments

NanoJev

https://github.com/TianyuCodings/NanoJev
1•shock•22m ago•0 comments

VitePress

https://vitepress.dev/
1•jcbhmr•23m 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...