frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

India's CJP Protests Meet Internet Shutdowns and Pervasive Surveillance

https://www.techpolicy.press/indias-cjp-protests-meet-internet-shutdowns-and-pervasive-surveillance/
1•sid_talks•27s ago•0 comments

Canva uses S3 for logged-in session management

https://www.canva.dev/blog/engineering/session-revocations-at-scale/
1•birdculture•41s ago•0 comments

Quick Followup on the Truth Social Thing

https://www.businesslawprofessors.com/2026/07/quick-followup-on-the-truth-social-thing/
1•petethomas•1m ago•0 comments

Ask HN: What Linux distro do you daily drive?

1•addajones•1m ago•0 comments

FreeBSD ports frozen after someone commits the 150MB Linux Copilot binary

https://www.osnews.com/story/145593/freebsd-ports-frozen-after-someone-commits-the-entire-150mb-l...
1•iamnothere•1m ago•0 comments

Light Flip Phone

https://www.thelightphone.com/lightflip
1•agilek•3m ago•0 comments

Recent Modeling Systematically Underestimates Warming from IMO2020 Shipping Regs

https://egusphere.copernicus.org/preprints/2026/egusphere-2026-2654/
1•littlexsparkee•4m ago•0 comments

A DEX aggregator whose quotes are computed on-chain (free API, no key)

https://blazephoenix.xyz/
1•mitraxyz•4m ago•1 comments

Show HN: SQL service for tables with billions of rows or up to 1M columns

2•synsqlbythesea•6m ago•0 comments

When AI Attacks AI: Why Every System Needs a Guard

https://medium.com/@alanscottencinas/when-ai-attacks-ai-why-every-system-needs-a-guard-8ba46f904378
1•encinas88•7m ago•0 comments

Four takeaways from our investigation into a hidden gene-editing death

https://www.science.org/content/article/four-takeaways-our-investigation-hidden-gene-editing-death
1•sbulaev•9m ago•0 comments

Patreon Lays Off 20% of Employees as Part of 'Painful' Restructuring

https://variety.com/2026/biz/news/patreon-cuts-20-percent-of-employees-painful-restructuring-1236...
5•adamhowell•9m ago•0 comments

Stripe in talks to buy OpenRouter for about $10B

https://twitter.com/andrewcurran_/status/2080397684134007189
8•julien_c•12m ago•0 comments

Future euro banknote design proposals

https://www.ecb.europa.eu/euro/banknotes/future_banknotes/html/design-proposals.en.html
1•amarcheschi•14m ago•0 comments

Negative Resistance

https://lcamtuf.substack.com/p/negative-resistance
1•surprisetalk•16m ago•0 comments

MTTR is the wrong metric for Engineering Teams today

https://www.ito.ai/blog/mttr-wrong-metric-ai-engineering-teams
2•jevanish•16m ago•0 comments

Soccer/Wordle/Chess

https://tactkicks.com/
1•alfredmalmros•16m ago•0 comments

Nvidia Puts a 4B World Model on the Robot [Weekly Physical AI Roundup]

https://topicqueue.substack.com/p/nvidia-puts-a-4b-world-model-on-the
1•DISCURSIVE•18m ago•0 comments

A Minimal IR for RTL

https://miguel9554.github.io/blog/posts/a-minimal-ir-for-rtl/
1•fourier54•19m ago•0 comments

Codeberg gives vibe-coded projects the toss, promotes human FLOSS

https://www.theregister.com/ai-and-ml/2026/07/23/codeberg-gives-vibe-coded-projects-the-toss-prom...
3•jjgreen•23m ago•1 comments

A Taxonomy of Omnicidal Futures Involving Artificial Intelligence

https://arxiv.org/abs/2507.09369
5•amelius•25m ago•0 comments

How to Bungle a Heist

https://cinemasojourns.com/2026/07/23/how-to-bungle-a-heist/
1•jjgreen•26m ago•0 comments

Ground Robots Inherit the Kill Zone

https://spectrum.ieee.org/ukraine-ground-drones
1•sohkamyung•27m ago•0 comments

How to become a 10x ramble-coder

https://moekhalil.substack.com/p/how-to-become-a-10x-ramble-coder
2•mfkhalil•27m ago•0 comments

Toward Self-Improving Agents

https://www.salesforce.com/news/stories/toward-self-improving-agents/?bc=HL
2•crsn•31m ago•0 comments

Using a Landline Phone in 2025

https://n1ugk.com/2025/09/using-a-landline-phone-in-2025/
2•austinallegro•37m ago•0 comments

Ensoniq EPS-16 Plus VST3 Emulator

https://github.com/mardlib/Ensoniq-EPS-16-Plus/tree/vst3-prototype
2•dijksterhuis•37m ago•1 comments

Hedgehog (Weapon)

https://en.wikipedia.org/wiki/Hedgehog_(weapon)
1•petethomas•39m ago•0 comments

98.css

https://jdan.github.io/98.css/#status-bar
7•lopespm•46m ago•1 comments

Building watchable digital twins of 64 World Cup games

https://rogerdickey.com/building-watchable-digital-twins-of-64-world-cup-games/
3•rogerdickey•46m 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...