frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Let It Crash: How to Steer What Comes After

https://twitter.com/vijaypande/status/2071943432709558343
1•rmason•1m ago•0 comments

A 5-minute timer app to stop food cravings

https://cravecut.app/
1•mike_jp•1m ago•0 comments

What Is SMS Pumping Fraud?

https://www.twilio.com/docs/glossary/what-is-sms-pumping-fraud
2•mooreds•4m ago•0 comments

Show HN: Beakdown – a game inspired by Joust/Skirmish

https://beakdown.fun/
1•novlrdotcom•4m ago•0 comments

Selection effects can go both ways (for taxi drivers as well as the rest of us)

https://statmodeling.stat.columbia.edu/2026/07/28/selection-effects-can-go-both-ways/
2•paulpauper•5m ago•0 comments

Internet enters its low effort era

https://www.axios.com/media-trends-membership/2026/07/28/internet-video-social-media-personalization
2•u1hcw9nx•6m ago•0 comments

Srinivasa Raghava: Patterns, Primes, and the Ramanujan Influence

https://ictp.global/news/13119204
1•paulpauper•7m ago•0 comments

Israel Paying Millions to Train AI Chatbots How to Talk About Gaza. It's Working

https://www.dropsitenews.com/p/israel-brad-parscale-ai-chatbots-gaza
4•ceejayoz•8m ago•0 comments

Commodification of Intelligence: Good, Bad, and Ugly Circular AI Deals

https://www.emergingtrajectories.com/lh/commodification-and-circularity/
1•cl42•8m ago•0 comments

I built a WebGPU multiplayer game with Claude Code and limited coding experience

https://sweatypanzer.com/
1•Huggos•9m ago•1 comments

One of my papers got declined today by the journal I submitted it to

https://mathstodon.xyz/@tao/113721192051328193
2•paulpauper•9m ago•0 comments

AI-Powered Retrieval in PostgreSQL with Azure HorizonDB

https://techcommunity.microsoft.com/blog/adforpostgresql/ai-powered-retrieval-in-postgresql-with-...
1•franckpachot•10m ago•0 comments

uv 0.12.0

https://github.com/astral-sh/uv/releases/tag/0.12.0
6•hallvard•11m ago•0 comments

What's Wrong with American Studies?

https://www.radicallypragmatic.org/p/whats-wrong-with-american-studies-40d
2•barry-cotter•12m ago•0 comments

Ask HN: Semi lucrative careers after tech?

1•hnthrow10282910•12m ago•0 comments

Why We're Dropping Basecamp

https://blogs.library.duke.edu/blog/2023/11/30/why-were-dropping-basecamp/
3•Destiner•14m ago•1 comments

It was surprisingly hard to break CloudNativePG replication

https://coroot.com/blog/fencing-a-cnpg-replica/
2•nikolay_sivko•15m ago•0 comments

Front end CI/CD in the age of AI

https://neciudan.dev/ci-cd-in-the-age-of-ai-part-1
1•Liriel•16m ago•0 comments

Parsley and cilantro implicated in outbreak that causes bathroom emergencies

https://www.dailymail.com/health/article-16011243/parsley-cilantro-cyclosporiasis-outbreak-north-...
2•Bender•18m ago•0 comments

Repurpose Video Content in Text

1•cristyg0101•19m ago•1 comments

Getting a New WAN IP Address via DHCP from Spectrum Internet (2022)

https://www.jeffgeerling.com/blog/2022/getting-new-ip-address-dhcp-spectrum-internet/
1•transpute•19m ago•0 comments

Ubiquiti Updates Firmware on 10-Year Old EdgeRouter Lite (MIPS Octeon ERLite-3)

https://www.techeia.com/blog/edgerouter-lite-erlite-3-firmware-v3-0-1-download
1•transpute•20m ago•0 comments

Quick tips for fast iteration in Haskell

https://blog.haskell.org/quick-tips-for-fast-iteration-in-haskell/
1•cosmic_quanta•21m ago•0 comments

Low Water Cancels Jackson Lake Boat Tours in Grand Teton Two Months Early

https://cowboystatedaily.com/2026/07/27/low-water-cancels-boat-tours-on-jackson-lake-in-grand-tet...
5•Bender•21m ago•0 comments

Show HN: Minute – Offline meeting notes on macOS with Whisper and llama.cpp

https://github.com/mraza007/minute
5•mraza007•21m ago•0 comments

New in DataTables 3

https://datatables.net/download/upgrade/core/3.0/new
1•xnx•21m ago•0 comments

Judge blocks first state law that would have banned prediction markets

https://arstechnica.com/tech-policy/2026/07/judge-blocks-first-state-law-that-would-have-banned-p...
3•Bender•23m ago•0 comments

Russian hackers exploit Zimbra zero-click flaw for email theft

https://www.bleepingcomputer.com/news/security/russian-hackers-exploit-zimbra-zero-click-flaw-for...
3•devonnull•23m ago•0 comments

Typical Russian Family Apartment Tour [video]

https://www.youtube.com/watch?v=shldov-zAF4
4•hakkikonu•24m ago•0 comments

Information to Atoms: DeepEvolve Substrate's lithography speed by 6.8X

https://substrate.com/information-to-atoms
1•skmurphy•26m ago•1 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...