frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

WebKit Features for Safari 27.0

https://webkit.org/blog/18325/webkit-features-for-safari-27-0/
1•ksec•19s ago•0 comments

A 1938 television miracle: BBC television signals from across the Atlantic

https://www.kasterborous.co.uk/a-1938-television-miracle-bbc-television-signals-from-across-the-a...
1•austinallegro•3m ago•0 comments

From Academia to Alignment

https://millicosm.substack.com/p/from-academia-to-alignment
1•mhb•4m ago•0 comments

Most predictions I see are still way too conservative

https://twitter.com/thorstenball/status/2101305394190557466/photo/1
1•tosh•5m ago•0 comments

The computer science major is in trouble. At Berkeley, it's complicated

https://alumni.berkeley.edu/california-magazine/2026-summer/major-issue/
2•PopAlongKid•7m ago•0 comments

The Life-and-Death Exhaustion of React

https://im.not.ci/what-a-react/
1•uneven9434•9m ago•0 comments

More Than a Gigabuck: Estimating GNU/Linux's Size (2001)

https://dwheeler.com/sloc/redhat71-v1/redhat71sloc.1.00.html
1•bilegeek•9m ago•0 comments

Show HN

https://superii.site/
1•aegiswizard•9m ago•1 comments

GPT–6 Astra breaking an Enigma message that has resisted solution since 2005

https://cryptocellar.org/bgac/the-mvueh-break.html
1•jcurbo•9m ago•0 comments

The Wrong Race: the US, China, and AI Competition [pdf]

https://quincyinst-2.s3.amazonaws.com/wp-content/uploads/2026/09/17163452/QUINCY-BRIEF-NO.-110-SE...
1•hunglee2•10m ago•0 comments

The Empty Heading

https://www.chrbutler.com/the-empty-heading
1•delaugust•11m ago•0 comments

AWS "unable to restore access" to data centers hit by Iran strikes

https://www.datacenterdynamics.com/en/news/aws-unable-to-restore-access-to-data-centers-hit-by-ir...
1•_tk_•15m ago•0 comments

Rise of the Knowledge Engineer

https://www.mintlify.com/blog/knowledge-engineer
1•saikatsg•22m ago•0 comments

Folklore in Indiana Jones and the Raiders of the Lost Ark

https://folkloreinfilm.com/2026/01/31/folklore-indiana-jones-raiders-of-the-lost-ark/
1•tosh•25m ago•0 comments

Lullkit – Small daily tech habits with estimated CO2 savings (iOS)

https://apps.apple.com/ch/app/lullkit-productivity-hacks/id6811884275
1•makerDigit•26m ago•0 comments

The Pussy Riot member recruited by Russian spies to inform on fellow activists

https://www.theguardian.com/world/2026/sep/19/pussy-riot-russian-spies-fsb-activists-rita-flores
2•embedding-shape•26m ago•0 comments

The Science of Machine Learning vs. the Push for AI Deployment

https://medium.com/@MirArshadTalpur/the-science-of-machine-learning-vs-the-push-for-ai-deployment...
1•Arshad-Talpur•27m ago•1 comments

Pre-Bronze Age war between two tribes in West Papua,1963 [video]

https://www.youtube.com/watch?v=kNHIP2FJzko
1•simonebrunozzi•31m ago•0 comments

Unified Field Theory Developed by German Professor Meyl (2013)

https://markzive.wordpress.com/2013/07/30/unified-field-theory-developed-by-german-professor-meyl/
1•peter_d_sherman•33m ago•1 comments

Reimagining research papers as interactive and reliable AI agents

https://www.nature.com/articles/s41586-026-11044-y
2•CoderLim110•33m ago•1 comments

Should you read the code, is RAG dead, and did Skills kill MCP?

https://github.blog/ai-and-ml/should-you-read-the-code-is-rag-dead-and-did-skills-kill-mcp/
2•torutofu•33m ago•0 comments

Jev's Architecture Unmasked

https://archerhume.com/posts/jevs-architecture-unmasked/
2•tosh•36m ago•0 comments

Is Doing Math Enough?

https://www.clarified.life/p/is-being-able-to-do-math-enough
1•gmays•36m ago•0 comments

Twenty-Five Years After 9/11

https://hassanali110.substack.com/
1•securitystrateg•38m ago•0 comments

When Yemen and Saudi Arabia Come to Pakistan

https://hassanali110.substack.com/p/when-yemen-and-saudi-arabia-come
1•securitystrateg•40m ago•0 comments

There is no model called taste-1

https://cmd.safzan.dev/
2•infomiho•41m ago•0 comments

Show HN: Fentaris, an open-source proxy for managing multiple MCP servers

https://github.com/Fentaris/fentaris
2•Gabry848•41m ago•0 comments

kev: Jev-like model built on Qwen2.5-0.5B

https://github.com/jaredpalmer/kev
2•tosh•43m ago•0 comments

AI coding agents' 0-click RCE flaw could hand attackers keys to the kingdom

https://www.theregister.com/security/2026/09/17/ai-coding-agents-0-click-rce-flaw-could-hand-atta...
1•sbulaev•44m ago•0 comments

Vale, code-like linting for prose

https://vale.sh
2•birdculture•45m 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...