frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

LibreHardwareMonitor: FOSS monitor of temps, fan speeds, voltages, load & clocks

https://github.com/LibreHardwaRemonitor/LibreHardwareMonitor
1•aragonite•1m ago•0 comments

Show HN: Causari – Content-addressable ledger for AI agent code edits

https://causari.dev/#quickstart
1•CroviaTrust•2m ago•0 comments

Mullvad funding the far-right and the problem with tech company ownership

https://www.kjz.im/mullvad-far-right/
1•speckx•4m ago•0 comments

World Cup 2026 Elimination "Food Chain"

https://rtnf.substack.com/p/world-cup-2026-elimination-food-chain
1•altilunium•5m ago•0 comments

Tom Colicchio's Final Service

https://www.esquire.com/preview/food-drink/restaurants/a71774153/tom-colicchio-craft-closing/
2•NaOH•5m ago•0 comments

Electric anti-aircraft interceptor drone breaks world air speed record at 434mph

https://www.tomshardware.com/tech-industry/drones/electric-drone-breaks-world-air-speed-record-at...
1•LorenDB•5m ago•0 comments

CS2 Fog Of War: Server-sided anti-wallhack occlusion culling for CS2 servers

https://github.com/karola3vax/CS2FOW
2•LorenDB•6m ago•0 comments

Don't Let Them Hook You

https://slavaolenin.medium.com/dont-let-them-hook-you-877cb2dad73c
2•umenokin•8m ago•1 comments

How the AI bubble could pop and take down the global economy, according to BIS

https://www.theregister.com/ai-and-ml/2026/06/29/how-the-ai-bubble-could-pop-and-take-down-the-gl...
1•AndrewDucker•8m ago•0 comments

Flow – A terminal dashboard for real-time network throughput

https://github.com/programmersd21/flow
1•gilad•9m ago•0 comments

I was wrong about game development

https://mijndertstuij.nl/posts/i-was-wrong-about-game-development/
1•nate•11m ago•3 comments

Show HN: Tetris where every pixel is another Tetris (23,040 games in GLSL)

https://thiagolira.blot.im/_projects/fractetris/index.html
1•farcaster•12m ago•0 comments

Plato Kills Socrates

https://www.x-aken.com/blog/plato-kills-socrates
2•pauljurgens•13m ago•0 comments

Why African Borderlands Keep Burning

https://africanarguments.org/2026/04/why-african-borderlands-keep-burning/
2•mooreds•13m ago•0 comments

Show HN: Nectar, a Rust-like React that compiles to WebAssembly

https://buildnectar.com
1•blakeburnette•13m ago•0 comments

PasteShape

https://drive.google.com/file/d/1lmG3XRPDj2jpd54Wh6yd3dzktD0lVNu8/view?usp=sharing
1•MediocreCeasarG•14m ago•0 comments

Threads, Meta’s ‘Twitter Killer,’ Finds Its People

https://www.nytimes.com/2026/07/05/technology/threads-meta-twitter-x.html
1•thm•14m ago•1 comments

How to Read Something

https://chillphysicsenjoyer.substack.com/p/how-to-read-something
2•surprisetalk•15m ago•0 comments

The Revenge of the Philosophy Majors

https://www.nytimes.com/2026/07/05/business/philosophy-majors-ai-jobs.html
2•FarhadG•15m ago•0 comments

LeRobot v0.6.0: Imagine, Evaluate, Improve

https://huggingface.co/blog/lerobot-release-v060
1•Brajeshwar•16m ago•0 comments

Specter PIERCER CE – first dedicated .onion web app pentesting tool

https://pypi.org/project/specter-piercer-ce/
1•redspecter•16m ago•0 comments

Claude ended a chat on its own after repeated abuse

https://theguptalog.blogspot.com/2026/07/this-claude-just-ended-conversation-on.html
1•guptalog•18m ago•0 comments

Show HN: Keyhole – Share secrets with your AI agents

https://keyhole.maferland.com
1•maferland•18m ago•0 comments

Speechify – WE'RE NUMBER ONE (for streaming quality+price)

https://speechify.ai/blog/simba-3-2-top-two-voice-arena-tts-leaderboard
5•lukeocodes•19m ago•3 comments

Tau: A minimalist agent that teaches you to create coding agents

https://github.com/huggingface/tau
2•simonpure•20m ago•0 comments

Instagram running ads promoting child sexual abuse material in India

https://www.bbc.com/news/articles/cvgm4e0316zo
2•dwa3592•20m ago•2 comments

The Computer Lab of Your Dreams

https://www.mediaarchaeologylab.com/
1•mooreds•21m ago•0 comments

Victim Outreach

https://www.victimoutreach.org/
2•mooreds•21m ago•0 comments

You Don't Own Your .io or .ai. You Rent a Country's Politics

https://webhosting.today/2026/07/02/you-dont-own-your-io-or-ai-you-rent-a-countrys-politics/
3•speckx•23m ago•0 comments

Lightning Jazz

https://bengoldhaber.substack.com/p/lightning-jazz
1•lindowe•23m 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...