frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Easel – Interactive review boards for agent feedback loops

https://github.com/The-Sentience-Company/easel
1•Aazen•1m ago•0 comments

Lisa's Copy (and Cut, and Paste)

https://unsung.aresluna.org/deeper-dive-lisas-copy-and-cut-and-paste/
1•arbesman•1m ago•0 comments

DeepSeek Paper: A Programming Paradigm for Spatiotemporal Composability [pdf]

https://github.com/cordiverse/paper/blob/main/paper.pdf
1•gr_norm•2m ago•0 comments

The Deadlock Empire

https://deadlockempire.github.io/
2•gregsadetsky•4m ago•0 comments

Asus Oxiis turns bicycle into e-bike with USB-C and 500W motor

https://www.notebookcheck.net/Asus-Oxiis-turns-bicycle-into-e-bike-with-USB-C-and-500W-motor.1368...
2•thunderbong•4m ago•0 comments

The Bots Always Find Something

https://faingezicht.com/articles/2026/08/14/the-bots-always-find-something/
2•avyfain•6m ago•0 comments

Systemd-Networkd as a Router

https://www.apalrd.net/posts/2026/asn_networkd/
2•speckx•7m ago•0 comments

MSCI Gave SpaceX an ESG Score Matching Wartime Russia

https://finance.yahoo.com/markets/stocks/articles/msci-gave-spacex-esg-score-122904001.html
3•johnbarron•8m ago•0 comments

Fortunes from AI revive effective altruism after Sam Bankman-Fried turmoil

https://www.ft.com/content/938b4b82-06d2-4b92-a807-38d935d7d5c5
3•aanet•8m ago•1 comments

Throwback attack: Contractor plants Siemens logic bomb to keep income flowing

https://www.controleng.com/throwback-attack-contractor-plants-siemens-logic-bomb-to-keep-income-f...
2•Tomte•9m ago•0 comments

Why Open Source Matters for AI

https://www.oreilly.com/radar/why-open-source-matters-for-ai/
2•BerislavLopac•9m ago•0 comments

Agora – a persistent world for language models that they rewrite by vote

https://agora.perussina.com/
2•dperussina•9m ago•0 comments

Omarchy Quattro

https://twitter.com/dhh/status/2088304854603047019
4•tosh•11m ago•0 comments

Muxel – a multi-agent terminal multiplexer for AI coding agents

https://muxel.sh/
3•ankitg12•12m ago•0 comments

Beyond Zero: Enterprise Security for the AI Era

https://queue.acm.org/detail.cfm
2•joozio•12m ago•0 comments

Just how big is the hidden leverage of AI hyperscalers?

https://www.ft.com/content/a0a07cce-6d19-4b1e-a73b-9855a06ba7b3
4•johnbarron•12m ago•1 comments

Enshittification Is Coming for Everything

https://www.ft.com/content/6fb1602d-a08b-4a8c-bac0-047b7d64aba5
3•praptak•12m ago•1 comments

Open-world perception: safe handling of unknown road objects via a taxonomy

https://github.com/freshNfunky/IE2025-Research-Paper
2•freshNfunky•15m ago•0 comments

The Functional Toolkit for Kotlin · Since 2017

https://www.http4k.org/
2•Bluestein•15m ago•0 comments

X opens its ranking algorithm and exposes shadowbans

https://techcrunch.com/2026/08/13/x-open-sources-its-ranking-algorithm-letting-users-see-if-theyv...
3•BlueBerry2001•17m ago•0 comments

Two years after rules overhaul, have methadone clinics changed?

https://www.statnews.com/2026/08/14/methadone-clinics-opioid-addiction-new-rules-culture-shift/
2•Jimmc414•18m ago•0 comments

A Contract-Grade Verifier for LLM-Generated GPU Kernels

https://arxiv.org/abs/2608.12700
3•Jimmc414•18m ago•0 comments

Conduit – Battery Include Swift on Server

https://github.com/digoreis/conduit
2•rreis•20m ago•0 comments

How Not To Program in C++ (2003) [pdf]

http://www.uml.org.cn/c%2B%2B/pdf/HowNottoPrograinC%2B%2B.pdf
2•softwaredoug•20m ago•0 comments

TheoremDB: A public workspace for machine mathematics

https://theoremdb.org/problems/
2•philipfweiss•20m ago•0 comments

Discrete Fourier Transform by Hand

https://www.byhand.ai/p/28-discrete-fourier-transform
3•Bluestein•22m ago•0 comments

Block Ads in Firefox for iOS

https://support.mozilla.org/en-US/kb/block-ads-firefox-ios
4•Cider9986•23m ago•0 comments

Evaluating Coding Agents

https://www.aiuc-1.com/research/technical-docs-evaluating-coding-agents
2•tfehring•25m ago•0 comments

Meta Patents AI Glasses to Use Facial Recognition to Identify People

https://www.404media.co/meta-patents-ai-glasses-to-use-facial-recognition-to-identify-people-make...
2•Jimmc414•25m ago•0 comments

Controlling Light with a Home-Grown Crystal [video]

https://www.youtube.com/watch?v=RxjqMh3gkx8
2•skibz•27m 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...