frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: VectorAtlas – a free 80KB SVG world map with per-country IDs

https://github.com/melenaos/Menelabs.VectorAtlas
2•melenaos•2m ago•0 comments

Show HN: Good web design inspiration for makers focused on results not awards

https://websitevice.com/
1•devluc•3m ago•0 comments

Do That Which Makes Your Life Easy

https://elijahpotter.dev/articles/do-that-which-makes-your-life-easy
1•chilipepperhott•3m ago•0 comments

3D-printing enthusiast creates 'Flock Sock' to blind controversial cameras

https://www.tomshardware.com/3d-printing/3d-printing-enthusiast-creates-flock-sock-camera-blind-s...
1•pavel_lishin•3m ago•0 comments

Why is this 15 year old still in Morocco and not in some big company?

1•kirito1337•5m ago•0 comments

A Preview of DuckDB v2.0

https://duckdb.org/2026/08/17/duckdb-20-highlights
1•ibotty•6m ago•0 comments

We Tracked a Shipment of Rare Books. It Ended at an Amazon AI Training Facility

https://www.404media.co/we-tracked-a-shipment-of-rare-books-it-ended-at-an-amazon-ai-training-fac...
2•amarcheschi•8m ago•1 comments

Tlbic v11.0: Steering Capital from Speculation to the Real Economy

https://drive.google.com/file/d/1gjcpLTIh4VPY3gh7gCe2ql04H6sMUycq/view?usp=drive_link
1•michikawa59•8m ago•1 comments

The Year of Micro Design

https://twitter.com/covacut/status/2087958248154648663
1•tosh•8m ago•0 comments

Engineer used 360-degree cam hidden in bag of snacks to steal DRAM process tech

https://www.tomshardware.com/pc-components/dram/nanya-engineer-used-360-degree-cam-hidden-in-snac...
1•Stratoscope•9m ago•1 comments

Should you use AI for a task? Here's a simple way to decide

https://www.theguardian.com/commentisfree/2026/jul/24/should-you-use-ai
1•mhb•9m ago•0 comments

Hackers exploit macOS Screen Sharing flaw to deploy Monero miner

https://www.bleepingcomputer.com/news/security/hackers-exploit-macos-screen-sharing-flaw-to-deplo...
1•DemiGuru•10m ago•0 comments

Incident with Github.com

https://www.githubstatus.com/incidents/zkxwbgr0cnmx
109•kevcampb•11m ago•38 comments

A Noob Learns FFT

https://entropicthoughts.com/fft
1•surprisetalk•12m ago•0 comments

Show HN: An AI market analyst that must cite evidence for every line it draws

https://github.com/maddogfinance/dsh-trading
1•celineycn•12m ago•0 comments

"Mad dogs and ": Heatwave economics – summer 2026

https://adamtooze.substack.com/p/chartbook-467-mad-dogs-and-heatwave
1•sasvari•13m ago•0 comments

Show HN: Stressing LLMs – Complexity Benchmark

https://alexander-hanel.github.io/StressingLLMs/
1•__alexander•13m ago•0 comments

Leaf 5 released: a PHP framework built for humans and AI agents

https://blog.leafphp.dev/posts/leaf-5
1•mychi•13m ago•0 comments

Two API calls exposed AI's hidden reasoning [video]

https://www.youtube.com/watch?v=P1v1-2CCKD0
1•eamag•13m ago•0 comments

Deep Orange 17, a solar-integrated, energy-positive electric vehicle

https://news.clemson.edu/clemson-university-unveils-deep-orange-17-a-solar-integrated-energy-posi...
1•geox•14m ago•0 comments

Recalls surge for vehicles as parked cars are bursting into flames.

https://www.washingtonpost.com/business/2026/08/17/they-were-told-park-outside-then-their-cars-bu...
1•bookofjoe•14m ago•1 comments

GitHub down again? no PR access

24•yodon•15m ago•9 comments

What breaks if I delete this file? React tooling can't answer that

https://blog.crossui.com/2026/08/what-breaks-if-i-delete-this-file
1•linbnet•15m ago•0 comments

Hard Problems and Heuristic Answers

https://stochastic.blog/hard-problems-and-heuristic-answers/
1•Anon84•15m ago•0 comments

Show HN: 1667, a terminal UI for writing fiction with language models

https://1667.ai/
9•refsab•16m ago•5 comments

Hamilton Morris on His Darkest Research Story [video]

https://www.youtube.com/watch?v=H8M1y3c3iiM
1•binyu•16m ago•0 comments

Securing the Infrastructure of Intelligence

https://twitter.com/JensenHuang/status/2089331487342829862
1•tosh•17m ago•0 comments

Tell HN: GitHub Is Overloaded

40•SpyCoder77•17m ago•10 comments

Rodney Mullen invented over 40 skateboard tricks and patented none of them

https://rodney.onbolts.com
1•mjbonov•19m ago•1 comments

The root cause I was certain of was wrong

https://github.com/mnaza/condition-control/blob/main/docs/dfs-was-not-the-bug.md
1•mnaza•19m 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...