frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

We Outsourced the Verb

https://www.yesigiveafig.com/p/we-outsourced-the-verb
1•Ariarule•1m ago•0 comments

Show HN: High-performance, zero-dependency charting engine for Svelte

https://bonguynvan.github.io/tradecanvas/
1•bonguynvan•2m ago•0 comments

Thoughts on HTML's proposed previewsrc attribute

https://shkspr.mobi/blog/2026/09/some-thoughts-on-htmls-proposed-previewsrc-attribute/
1•ajdude•4m ago•0 comments

Numeric just declared war on the journal entry

https://karthikkolapalli.substack.com/p/numeric-just-declared-war-on-the
1•grmatelich•6m ago•0 comments

What's Up with Monomorphism? (2015)

https://mrale.ph/blog/2015/01/11/whats-up-with-monomorphism.html
1•Frotag•7m ago•0 comments

A20 Pro and on-device AI: It's showtime

https://rickytakkar.com/blog_a20_pro_ai.html?source=hn
1•nullnotzero•7m ago•0 comments

Show HN: Updated Ceptile AI Search Improved Answers and Research

https://www.ceptile.com/
1•ShauryaAgarwalr•10m ago•0 comments

Is AGENTS.md useful? What the research found

https://gethrbr.com/blog/is-agents-md-useful
2•shoustak•13m ago•0 comments

Snowmoon

https://vitalik.eth.limo/snowmoon/
1•mellosouls•15m ago•0 comments

What Improves Developer Productivity at Google? Code Quality

https://dl.acm.org/doi/pdf/10.1145/3540250.3558940
1•gavinhoward•15m ago•0 comments

Show HN: PedalTalk, a hands-free group bike intercom that keeps your music on

https://play.google.com/store/apps/details?id=net.mrlatte.pedaltalk&hl=en_US
1•jongha•16m ago•0 comments

Show HN: Digital Audio Workstation built with stock WebAudio nodes

https://seven.systems/xequence2/demo/demo-deploy/www/index.html
1•intrr•18m ago•0 comments

Ju! Ju! Tsu!

https://arialdo.codeberg.page/ju-ju-tsu/
1•signa11•18m ago•0 comments

Luarocks.org Security Incident, September 2026

https://luarocks.org/security-incident-september-2026
2•sondr3•19m ago•0 comments

Good News for American Renters

https://economist.com/graphic-detail/2026/09/24/good-news-for-american-renters
1•andsoitis•19m ago•0 comments

Show HN: The Standup, releases, advisories and outages for developers

https://standup.thecompound.tech
1•kyisaiah47•20m ago•0 comments

Teaching GPU programming in p5.js: now with compute shaders

https://www.davepagurek.com/blog/p5-compute-shaders/
1•signa11•21m ago•0 comments

Text Gag

https://textgag.com/
1•hackerbeat•25m ago•0 comments

Bill Gates says unchecked AI could 'cause billion deaths' in call for regulation

https://www.theguardian.com/us-news/2026/sep/27/bill-gates-artificial-intelligence-kristen-welker
1•bookofjoe•25m ago•0 comments

GPU Glossary

https://modal.com/gpu-glossary
3•sonabinu•26m ago•0 comments

Nvidia Nemotron 3: Open-weight real-time speaker diarization

https://huggingface.co/blog/nvidia/nemotron-diarization
1•CoderLim110•26m ago•0 comments

Infecting the Steam Link with NixOS

https://feyor.sh/blog/infecting-the-steam-link-with-nixos/
1•birdculture•27m ago•0 comments

Proton Mail confirmed and paid a bounty for a spoofing bug, then left it unfixed

https://github.com/alonsovidales/protonmail-sender-spoofing
1•alonsovidales•27m ago•0 comments

Transcriptome-based classification in mice with ASD-risk mutations

https://www.science.org/doi/10.1126/science.adz6688
1•bookofjoe•30m ago•0 comments

Select * the internet: DuckDB queries 100B rows in 30s

https://motherduck.com/blog/querying-the-entire-internet-100-billion-rows-with-motherduck/
1•dmkii•31m ago•1 comments

Categorization and Representation Physics Problems by Experts and Novice(1981) [pdf]

http://matt.colorado.edu/teaching/highcog/spr10/readings/cfg81.pdf
1•nill0•33m ago•0 comments

Statistical tie with Jev on BANKING77 (91.79% vs. 92.40%, p=0.27) ~1/1000th cost

https://www.reddit.com/r/learnmachinelearning/comments/1wrd95w/statistical_tie_with_jev_on_bankin...
1•KasianFranks•36m ago•0 comments

The Agentic Web

https://hkelkar.com/2026/09/27/the-agentic-web/
1•hvd•37m ago•0 comments

Claude Opus 5.5 uses 95% fewer em dashes, but its answers are getting longer

https://www.bleepingcomputer.com/news/artificial-intelligence/claude-opus-55-uses-95-percent-fewe...
1•Brajeshwar•37m ago•0 comments

Alternatives to GPS are around the corner

https://www.economist.com/science-and-technology/2026/09/27/alternatives-to-gps-are-around-the-co...
2•Brajeshwar•37m 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...