frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Fzf: Color Themes

https://junegunn.github.io/fzf/color-themes/
1•junegunn•38s ago•0 comments

Microsoft's new developer-optimized Windows embraces Linux more

https://www.theverge.com/news/941314/microsoft-windows-11-developer-optimized-experience-linux
1•teleforce•3m ago•0 comments

End of Civilization News

https://www.math.columbia.edu/~woit/wordpress/?p=15705
1•mathgenius•4m ago•0 comments

Show HN: Agentcad – Claude Code's favorite CAD tool

https://github.com/jdilla1277/agentcad
1•jdilla127•6m ago•0 comments

Exact UNORM8 to Float

https://fgiesen.wordpress.com/2024/11/06/exact-unorm8-to-float/
1•firephox•6m ago•0 comments

The Internet Needs More Cross-Pollinators

https://brennan.day/the-internet-needs-more-cross-pollinators/
1•ZacnyLos•7m ago•0 comments

MIT 6.001 Structure and Interpretation, 1986 [video]

https://www.youtube.com/watch?v=-J_xL4IGhJA&list=PLE18841CABEA24090
1•jimsojim•8m ago•0 comments

Vivaldi (Chrome) ruining website colors

https://yeechie.nl/vivaldi-chrome-ruining-website-colors
1•ZacnyLos•8m ago•0 comments

PetMood – Your pet pops up while you browse

https://chromewebstore.google.com/detail/petmood-pet-wellness-noti/llalgcfjenkdaecjdapdagjhfedfiamc
1•SangwonKim•8m ago•0 comments

DigitalOcean says it is now an OpenRouter AI model provider

https://runtimewire.com/article/digitalocean-openrouter-ai-model-provider
1•theanonymousone•10m ago•0 comments

P-Code Machine

https://en.wikipedia.org/wiki/P-code_machine
1•tosh•10m ago•0 comments

Data-Centric Artificial Intelligence

https://link.springer.com/article/10.1007/s12599-024-00857-8
1•teleforce•12m ago•0 comments

Drones planned to protect Britain's undersea cables from Russia

https://www.telegraph.co.uk/world-news/2026/05/31/drones-protect-britain-undersea-cables-russia/?...
2•giuliomagnifico•14m ago•0 comments

Creating Games on Android

https://godotengine.org/article/gabe-stable-release/
1•__natty__•19m ago•0 comments

Publishers in UK can opt out of Google AI search results

https://www.bbc.co.uk/news/articles/c775pp26yz5o
3•todd-davies•22m ago•0 comments

Spidra

https://spidra.io
1•spidra•23m ago•1 comments

Microsoft forms partnership with Unsloth AI about local LLM execution

https://xcancel.com/UnslothAI/status/2061925637892297122
1•theanonymousone•25m ago•0 comments

Bending Light: How Optics Research Is Rewriting the Rules of Computing

https://www.allaboutcircuits.com/news/bending-light-how-optics-research-rewriting-rules-of-comput...
1•giuliomagnifico•27m ago•0 comments

Vim Classic 8.3 Released

https://vim-classic.org/news/vim-8.3-released.html
1•LaSombra•28m ago•0 comments

Azure HorizonDB: Enterprise-Ready Postgres, Engineered for the AI Era

https://techcommunity.microsoft.com/blog/adforpostgresql/azure-horizondb-enterprise-ready-postgre...
1•aamederen•30m ago•0 comments

SpaceX plans IPO price at $135 per share, targeting record $75B raise

https://www.reuters.com/business/media-telecom/spacex-plans-raise-75-billion-ipo-135-per-share-so...
3•JumpCrisscross•31m ago•0 comments

Homes.plus – Chrome extension overlaying investor metrics on Zillow

https://homes.plus/
2•ecuras•32m ago•1 comments

Revo, the Programming Language

https://gills.pages.dev/revo/
2•birdculture•34m ago•0 comments

GoPro Faces Bankruptcy

https://www.digitec.ch/captcha
2•teleforce•35m ago•0 comments

The Cloud vs. Edge Debate Is Over

https://marcobambini.substack.com/p/the-cloud-vs-edge-debate-is-over
2•marcobambini•35m ago•0 comments

Life and work is not meant to be spent in isolation

https://46elks.com/blog/2026/05/29/an-amazing-time-for-programmers
2•jlundberg•35m ago•0 comments

Block-Level CRDT: The Missing Piece for Collaborative AI Agent Memory

https://marcobambini.substack.com/p/block-level-lww-the-missing-piece
1•marcobambini•36m ago•0 comments

Casey Muratori's 'Wading Through AI' [video]

https://www.youtube.com/watch?v=bjO-s4rNPlY&list=PLEMXAbCVnmY6U_pA-7GKuP9xiv9utLaP4
3•xyzal•41m ago•0 comments

Microsoft CEO: We're moving from OS and apps to agents instead

https://9to5mac.com/2026/06/02/microsoft-ceo-were-moving-from-os-and-apps-to-agents-instead/
6•aragilar•43m ago•1 comments

Show HN: Who built this website? Check any domain

https://whosbuilt.com
2•hboon•43m 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...