frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Rotten Tomato audience scores without the push votes

https://popcorngap.com/
1•thinkingemote•7m ago•0 comments

Naming a pattern in AI-generated code: Modular Mirage

1•ErsanG•8m ago•0 comments

Chess Legend Vishy Anand Becomes Interim FIDE President

https://timesofindia.indiatimes.com/sports/chess/chess-legend-viswanathan-anand-steps-in-as-fide-...
1•mellosouls•10m ago•0 comments

Google launches selfie video sign-in

https://blog.mega.io/google-launches-selfie-video-sign-in
1•dotcoma•13m ago•0 comments

The Software Should Work conference worked

https://isaacvando.com/software-should-work-worked
1•crowdhailer•14m ago•0 comments

Cardiovascular Disease Infographic

https://world-heart-federation.org/resources/cardiovascular-disease-infographic/
1•teleforce•14m ago•0 comments

BuiltWith MCP Registry

https://builtwith.com/mcp-registry
1•garazy•17m ago•1 comments

Oracle severed 21,000 employees during an AI spending spree

https://finance.yahoo.com/technology/ai/articles/oracle-severed-21-000-employees-114500493.html
1•taubek•18m ago•0 comments

Calm technologies that excite me

https://abhi.now/blog/calm-technologies/
1•birdculture•19m ago•0 comments

Topologically Consistent Multi-View 3D Head Reconstruction

https://syntec-research.github.io/SHELLS/
1•Palmik•19m ago•0 comments

Beyond Static Summarization: Proactive Memory Extraction for LLM Agents

https://arxiv.org/abs/2601.04463
1•ankitg12•23m ago•0 comments

Ask HN: Convince me to not to shelve my app (I've decided to)

1•asdfbank•25m ago•0 comments

Computer science enrollment fell for the first time in 20 years

https://www.businessinsider.com/computer-science-enrollment-fell-after-chatgpts-rise-economist-sa...
3•EasternEuroDev•28m ago•0 comments

Show HN: 100% Free, private meeting notes that never leave your Mac

https://oatsnote.com/
3•jarvisceo•29m ago•0 comments

HN: FlowShelf –free,native macOS shelf/clipboard/screenshot app,on-device AI

https://flowshelf.app/
1•abukadery•29m ago•0 comments

Frontpages of the EU

https://frontpages.eu
1•brnt•31m ago•3 comments

AI coding agents should optimize for less owned code

https://www.openenergytransition.org/posts/ai-coding-agents-should-optimize-for-less-owned-code
1•lyoncy•32m ago•0 comments

Kimi K3 found 19 0days in latest Redis 8.8.0 in 1.5hrs

https://github.com/berabuddies/redis-poc
1•doanbactam•32m ago•1 comments

Snake fossil sheds light on why lizards lost their limbs and started slithering

https://theconversation.com/80-million-year-old-snake-fossil-sheds-light-on-why-lizards-lost-thei...
2•janandonly•35m ago•0 comments

Show HN: Sealos – deploy a full-stack GitHub repo and troubleshoot the live app

https://sealos.io/
3•dedicate•36m ago•1 comments

AI Overviews could push Reddit to end its $60M-a-year deal with Google

https://www.neowin.net/news/ai-overviews-could-push-reddit-to-end-its-60-million-a-year-deal-with...
2•01-_-•36m ago•0 comments

Amazon and Microsoft pivot cloud gaming strategies to target different players

https://www.cnbc.com/2026/07/23/amazon-microsoft-cloud-gaming.html
2•01-_-•37m ago•0 comments

Jolt: Clojure on Chez Scheme

https://yogthos.net/posts/2026-07-02-jolt.html
1•ephaeton•39m ago•1 comments

Show HN: Jharu – Open-Source AI and Dev Junk Cleaner for Mac and PC

https://github.com/riponcm/Jharu
1•riponcm•40m ago•0 comments

The Ever-Receding Pocket

https://zhenyi.gibber.blog/the-ever-receding-pocket
2•zhenyi•40m ago•0 comments

About the August 2026 Total Solar Eclipse

https://www.timeanddate.com/news/astronomy/10-things-aug-2026-eclipse
1•chmaynard•42m ago•0 comments

Agent Sabotage with Deceitful Commit Message;

https://github.com/MasihMoafi/Elpis
1•masihmoafi•42m ago•0 comments

On AI

https://jcs.org/2026/07/23/ai
2•ingve•43m ago•0 comments

Reaction: Scan Logs for Patterns and Take Action

https://reaction.ppom.me/intro/
1•joahua•44m ago•0 comments

Nathan Barley

https://en.wikipedia.org/wiki/Nathan_Barley
1•ustad•55m 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...