frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Digital Storage Detection Dogs: A Promising New Niche

https://www.eurosatory.com/en/digital-storage-detection-dogs-a-promising-new-niche/
1•g-b-r•2m ago•1 comments

Church of Cyberology

https://cyberology.church/
1•jodacola•2m ago•0 comments

Proton's crypto is not Transparent and not OPAQUE

https://schaerli.org/weblog/5-proton/
1•backlit4034•3m ago•0 comments

Agent Kits – Compliance Scanner

https://www.agent-kits.com/scan
1•stoicstoic•10m ago•0 comments

Wan Streamer v0.1: End-to-End Real-Time Interactive Foundation Models

https://wan-streamer.com/
1•smusamashah•11m ago•0 comments

Logigate: Session gating and ephemeral isolation framework

https://crates.io/crates/logigate
1•zkpvault•13m ago•0 comments

Carna Botnet

https://en.wikipedia.org/wiki/Carna_botnet
2•lelandfe•14m ago•0 comments

Single Point of Failure Apps

https://chrpaul.de/posts/2026-06-27-single-point-of-failure-apps/
2•aendruk•16m ago•0 comments

Grasshopper – Algorithmic Modeling for Rhino

https://www.grasshopper3d.com/
1•gurjeet•21m ago•0 comments

Codeberg Is Down

https://social.anoxinon.de/@codebergstatus/116824443563698727
4•sscaryterry•24m ago•0 comments

DOE explains antimatter

https://www.energy.gov/science/doe-explainsantimatter
2•hhs•25m ago•0 comments

We almost had a smartphone in the 90s. Why did it fail?

https://www.npr.org/2026/06/26/nx-s1-5872785/general-magic-sony-magiclink-constraints
4•hackernj•26m ago•1 comments

New Work, new technologies, and the skill premium

https://www.nber.org/digest/202606/new-work-new-technologies-and-skill-premium
2•hhs•28m ago•0 comments

Teamwork: An unexpected strategy bacteria use to survive antibiotics

https://www.bcm.edu/news/teamwork-an-unexpected-strategy-bacteria-use-to-survive-antibiotics
3•hhs•32m ago•0 comments

The Weight-Loss Revolution People Didn't Want

https://greyenlightenment.com/2026/06/23/the-weight-loss-revolution-people-didnt-want/
2•paulpauper•38m ago•1 comments

Show HN: KV-psi, using Linux PSI to to trim an LLM KV cache

https://github.com/infiniteregrets/kv-psi
1•infiniteregrets•39m ago•0 comments

The psychology behind AI fueled delusions

https://www.wsj.com/tech/personal-tech/ai-chatbots-psychology-delusion-662a3663
2•Jimmc414•39m ago•1 comments

Show HN: Peek-CLI: let coding agents see your browser

https://github.com/puffinsoft/peek-cli
3•BeverlyHills001•39m ago•0 comments

Show HN: Sasso – pure-Rust SCSS compiler, byte-exact to current dart-sass

https://github.com/momiji-rs/sasso
1•linyiru•39m ago•0 comments

Walter S. Arnold–Sculptor/Stone Carver

https://stonecarver.com/
1•NaOH•41m ago•1 comments

Reserved THP Feature Proposed for Linux to Combine the Best of HugeTLB and THP

https://www.phoronix.com/news/Reserved-THP-Linux
1•Bender•49m ago•0 comments

How to Audit a Legacy Codebase in the First Week

https://piechowski.io/post/how-i-audit-a-legacy-rails-codebase/
1•howToTestFE•50m ago•0 comments

Graphify – Open-Source Knowledge Graph Skill for AI Coding Assistants

https://graphify.net/index.html#features
2•xy008areshsu•1h ago•0 comments

US Army used 35 drones and 100 lb of C4 to clear a breach

https://www.businessinsider.com/us-army-commander-used-drones-c4-packed-robots-clear-breach-2026-6
3•Lihh27•1h ago•1 comments

Set Up Your Own DoH Service

https://nochan.net/b/Internet-Crap/20260602-Set-Up-Your-Own-DoH-Service/
2•Bender•1h ago•0 comments

Show HN: I made a webcam motion detector, local/cloud storage, AI person detect

https://camera10.com/
1•pixeltwenty•1h ago•0 comments

Tesla settles lawsuit over fatal FSD pedestrian crash tied to 3.2M-vehicle probe

https://electrek.co/2026/06/26/tesla-fsd-pedestrian-death-settlement/
4•logickkk1•1h ago•0 comments

Old Computer Challenge

http://occ.sdf.org/
3•wrxd•1h ago•0 comments

Show HN: Vlt – A local vault for the API keys you use in every project

https://bwanaerp.medium.com/how-to-stop-losing-api-keys-forever-i-built-a-tool-for-this-8b2adfca782a
1•instarlaxy•1h ago•0 comments

The cost YAGNI was never about

https://newsletter.kentbeck.com/p/the-cost-yagni-was-never-about
3•mustaphah•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...