frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Iran hacked and shut down a British power plant for days

https://www.bbc.com/news/articles/ce9793g34yvo
1•CGMthrowaway•39s ago•0 comments

Claude Pacer: a menu-bar that says if your Claude session will last till reset

https://github.com/dkremsa/claude-pacer
1•dkremsa•1m ago•0 comments

OpenAI leader warns of threat of 'persistent' AI cyber-attacks

https://www.theguardian.com/technology/2026/aug/23/openai-cyber-attacks-threat-chris-lehane
1•geox•2m ago•0 comments

Do LLMs dream of electric sheep?

https://vpablo.dev/articles/llm-thinking.html
1•lz400•2m ago•0 comments

The Hiring System as an RLHF Agent

https://arhngl.substack.com/p/the-hiring-system-as-an-rlhf-agent
1•arhngl•6m ago•0 comments

Refeeding Syndrome

https://en.wikipedia.org/wiki/Refeeding_syndrome
1•lolindrath•8m ago•0 comments

Abliteration Without the Weights

https://weightless.msuiche.com/
1•__alexander•13m ago•0 comments

FrameOS Cloud and ESP32 Support

https://frameos.net/blog/frameos-cloud/
1•mariusandra•14m ago•0 comments

How 'Beast Runner' finds missing hikers in Taiwan's mountains

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

Show HN: Box Blanks – free parametric dieline generator for 479 box styles

https://boxblanks.com/
1•a1anm•17m ago•0 comments

Ask HN: How to plan for a future when the advice is always to focus on the now?

2•Eridanus2•18m ago•0 comments

Are Refurbished Phones Dangerous?

https://www.wsj.com/tech/personal-tech/refurbished-phones-safety-tips-d3ca0249
1•fortran77•19m ago•1 comments

What Zig felt like, coming from Rust

https://besok.github.io/posts/what-zig-felt-like-coming-from-rust/
1•stmw•19m ago•0 comments

Show HN: Human-Machine Interface

https://github.com/YOalphabet/YOalphabet
1•YOalphabet•21m ago•0 comments

Show HN: I built an open knowledge graph to help solve global problems together

https://communityfix.org/
2•mathix•21m ago•3 comments

Doctrine of Lapse

https://en.wikipedia.org/wiki/Doctrine_of_lapse
1•joebig•22m ago•0 comments

Death to px, long live ch

https://shkspr.mobi/blog/2026/08/death-to-px-long-live-ch/
3•Brajeshwar•23m ago•0 comments

U.S. Department of State Travel Advisories Map

https://travelmaps.state.gov/TSGMap/
1•bookofjoe•23m ago•0 comments

Running a 10-tier SQLite agent mesh on Termux without thermal throttling

https://github.com/xhall-beep/ApexYX-Sovereign/blob/main/docs/termux-tutorial.md
1•xhallbeep•24m ago•0 comments

Building a Practical Intuition for C++20 Coroutines

https://medium.com/ydbtech/making-coroutines-routine-building-a-scalable-tpc-c-client-in-c-b14f55...
1•eivanov89•27m ago•1 comments

My favorite nonfiction books about cults, scams, and schemes

https://bookdna.com/best-books/nonfiction-about-cults-scams-and-schemes
3•bwb•28m ago•0 comments

My favorite books on how science won World War 2

https://bookdna.com/best-books/how-science-won-world-war-two
1•bwb•29m ago•0 comments

The Strange Allure of Fake Shopping Sites

https://macleans.ca/society/technology/the-strange-allure-of-fake-shopping-sites/
2•jruohonen•30m ago•0 comments

Meowzip: Cat Logic Puzzle

https://apps.apple.com/my/app/meowzip-cat-logic-puzzle/id6793481043
1•nekodu•34m ago•0 comments

The Death of the Author

https://psychotechnology.substack.com/p/the-death-of-the-author
1•eatitraw•39m ago•0 comments

No Apple Pay, No Sale

https://blog.oxplot.com/no-apple-pay-no-sale/
4•oxplot•45m ago•0 comments

Airbus bows to remote working demands after series of strikes

https://www.theguardian.com/business/2026/aug/21/airbus-bows-remote-working-strikes
2•vrganj•48m ago•1 comments

Show HN: Froging AI – image and video models in one workflow

https://www.froging.ai
1•hashkitly•48m ago•0 comments

Daimon – Local Privacy LLM

https://github.com/ar0per0/Daimon
2•minirope•53m ago•0 comments

Ask HN: Will AI trigger mass IP protectionism in software?

2•zaksa•54m ago•2 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...