frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Astronomers witness cosmic recycling system in action

https://news.northwestern.edu/stories/2026/08-2/astronomers-witness-cosmic-recycling-system-in-ac...
3•gmays•9m ago•0 comments

Remotely Unlocking Electric Scooters

https://henriemategui.com/post/remotely-unlocking-electric-scooters
2•henriemategui•12m ago•0 comments

SCO Lawsuit agains Linux 20 years later

https://lwn.net/Articles/924577/
2•p0w3n3d•13m ago•0 comments

Ask HN: What newspapers are you subscribed to?

1•humam_alhusaini•14m ago•0 comments

Greenwich moon time? The race to set lunar clocks

https://www.ft.com/content/d09e9c05-60c8-4c8a-8230-a5476a049b88
1•samizdis•17m ago•1 comments

Amazon's 7.65GW AI data center power plant could be largest CO₂ emitter in US

https://www.tomshardware.com/tech-industry/data-centers/amazons-new-7-65gw-texas-ai-data-center-p...
2•gmays•19m ago•1 comments

SiriusAgent

https://github.com/siriusagent/siriusagent/releases/tag/v0.1.1-alpha.028
1•siriusagent•23m ago•1 comments

Outbid.lol Copycat List

https://outbid-directory.lol
1•buildItN0w_•23m ago•0 comments

Meet the man who bought a Ferrari Luce for $40M

https://www.topgear.com/car-news/electric/meet-man-who-bought-a-ferrari-luce-40m
1•tiagom87•25m ago•1 comments

Total eclipse of the Internet: traffic impacts in Iceland, Spain, and Portugal

https://blog.cloudflare.com/total-eclipse-internet-traffic-iceland-spain-portugal/
3•blueshoess•26m ago•0 comments

One Postgres cluster, many apps

https://planetscale.com/blog/one-postgres-cluster-many-apps
1•blueshoess•27m ago•0 comments

U.S. Announces Colorado River Cuts for 3 States Amid Drought

https://www.nytimes.com/2026/08/21/climate/colorado-river-water-cuts-drought.html
3•littlexsparkee•32m ago•0 comments

Influencers and Resellers Are Turning Empty Boxes into Big Cash

https://www.wired.com/story/when-the-packaging-is-the-product-empty-boxes-influencers/
2•tobiasrenger•35m ago•0 comments

Google's Westinghouse Bet

https://asimovaddendum.substack.com/p/googles-westinghouse-bet
2•gmays•38m ago•0 comments

'The young ones are the best ones': Meta's alleged effort to hook kids

https://www.latimes.com/california/story/2026-08-18/california-social-media-addiction-lawsuit-meta
7•1vuio0pswjnm7•41m ago•0 comments

Denavit–Hartenberg Parameters

https://en.wikipedia.org/wiki/Denavit%E2%80%93Hartenberg_parameters
2•gregsadetsky•42m ago•0 comments

Taskuary – Your inbox becomes tasks, your coding CLI works them

https://github.com/ldbumble/taskuary
3•monkeydo09•44m ago•1 comments

'It's a Kind of Magic'

https://sztukacyrku.pl/teksty/its-a-kind-of-magic-or-circus-enchantments-of-reality/
1•jruohonen•46m ago•0 comments

Salesforce Agentforce at total dud for partners

https://www.theregister.com/saas/2026/08/21/salesforce-partners-are-not-seeing-revenue-from-agent...
2•joebuckwilliams•47m ago•0 comments

Do we have free will? Easy Explanation

https://sekor.eu.org/x/world/
1•modinfo•49m ago•0 comments

Game Necromancy: Resurrecting Yahoo Word Racer from Old YouTube Videos

https://jamesshapiro.com/writing/game-necromancy
2•jamesshapiro•51m ago•1 comments

Nvidia just showed that the harness, not the AI model, is now the real hero

https://techcrunch.com/2026/08/21/nvidia-just-showed-that-the-harness-not-the-ai-model-is-now-the...
7•dthread3•51m ago•0 comments

British Groups Are Shaping US Age Verification Laws in 21 US States

https://www.gadgetreview.com/british-groups-are-shaping-us-age-verification-laws-in-21-us-states-...
4•robotnikman•52m ago•1 comments

Burning Mesh: off-grid Meshtastic network for Burning Man

https://www.burningmesh.org
2•gourneau•53m ago•1 comments

Véloura Beauty Uses Firebase Remote Config for A/B Testing

https://gist.github.com/velourabeautyondemand-tech/64fdd133fc36b723823ea01bca41cd9a
1•Huiyu_Cheng•53m ago•0 comments

Contrail-free flying could help the climate

https://www.economist.com/science-and-technology/2026/08/19/contrail-free-flying-could-help-the-c...
3•samizdis•54m ago•2 comments

The Next China Shock Is Here

https://www.nytimes.com/2026/08/21/opinion/ezra-klein-podcast-brad-setser.html
5•rafaelc•59m ago•1 comments

Kindle raises US prices by $40-$50

https://www.reddit.com/r/kindle/comments/1vujton/price_increase_on_kindles/
3•seam_carver•1h ago•0 comments

The Creation of Abulafia

https://blog.veitheller.de/abulafia.html
2•saulpw•1h ago•0 comments

The OpenAI–Hugging Face Incident in Plain English

https://philippdubach.com/posts/openai-hugging-face-incident-plain-english/
1•7777777phil•1h 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...