frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How HN: DocoAPI – API docs that auto-sync from your OpenAPI spec

https://docoapi.com/
1•onmyway133•1m ago•0 comments

Clarke and Dawe – The Front Fell Off [video] (1991)

https://www.youtube.com/watch?v=3m5qxZm_JqM
1•walterbell•2m ago•0 comments

Autonomous Rocket Landing with Reinforcement Learning (YouTube)

https://www.youtube.com/watch?v=1oI-Gh8R_HE
1•rafacm•4m ago•1 comments

Iran-linked hackers disrupt operations at US critical infrastructure sites

https://arstechnica.com/security/2026/04/iran-linked-hackers-disrupt-operations-at-us-critical-in...
1•joozio•4m ago•0 comments

Show HN: PostgreSQL running in the browser, persisting to S3

https://www.zerofs.net/postgresql-in-the-browser
1•Eikon•6m ago•0 comments

DSPy: Programming – Not Prompting – Language Models

https://www.akashtandon.in/interactive-explainers/dspy/
1•akashtndn•8m ago•0 comments

Show HN: Omen – A lightweight Kubernetes chaos operator with manual approval

https://github.com/k-krew/omen
1•kreicer•11m ago•0 comments

Show HN: Artificial Intelligence Squared – LLMs Debate Each Other

https://ai-squared.vercel.app
1•emregucerr•12m ago•0 comments

TradingGoose-Market: canonical ticker identity across market data providers

https://www.tradinggoose.ai/blog/building-tradinggoose-market
1•BruzWJ•12m ago•1 comments

Antirez vs Opus vs Codex

https://twitter.com/antirez/status/2041273781256159646
1•napolux•13m ago•0 comments

Show HN: An API that catches what your LLM confidently got wrong

https://enterprise.factagora.com/en/api
5•hanwoo•18m ago•1 comments

How to Add Memory to Your Hermes Agent

https://cortexdb.ai/blog/hermes-memory-tutorial
2•prmalik•19m ago•0 comments

Show HN: Guardians – Verify tool-using agent workflows before execution

https://github.com/metareflection/guardians
2•namin•20m ago•0 comments

The silent coup: How AI captured Westminster

https://www.newstatesman.com/technology/2026/04/the-silent-coup
1•timthorn•22m ago•0 comments

Show HN: Agent Skill Based on "Open Source Security at Astral"

https://github.com/backnotprop/oss-security-audit
2•ramoz•23m ago•0 comments

Show HN: Stricline: A meta-framework to easily build robust CLI apps w/stricli

https://codeberg.org/reesericci/stricline/
2•reesericci•23m ago•0 comments

Summer is getting longer, and it's happening faster than we thought

https://news.ubc.ca/2026/04/summer-is-getting-longer-and-its-happening-faster-than-we-thought/
1•xbmcuser•24m ago•0 comments

New version of Claude-ground with newly added skills for indie devs

https://github.com/akinalpfdn/claude-ground
1•akinalpfdn•24m ago•0 comments

Code Is Cheap Now, and That Changes Everything

https://perevillega.com/posts/2026-03-16-code-is-cheap-now/
3•v-mdev•27m ago•0 comments

Increasing and inequitable US pregnancy-related mortality ratios

https://academic.oup.com/aje/advance-article/doi/10.1093/aje/kwaf287/8414625?login=false
1•PaulHoule•29m ago•0 comments

Hungary is not just an illiberal state. It is a state with a moral mission

https://www.noemamag.com/the-return-of-the-moral-state/
2•Pamar•30m ago•0 comments

Pages of Claude Mythos That Got Zero Headlines

https://twitter.com/samagra_sharma/status/2041882243807707230
3•samagra14•31m ago•1 comments

Show HN: AccessGuard – Scan your site for accessibility lawsuit risks

https://getaccessguard.com/
2•chille87•33m ago•0 comments

Amazon is ending support for older Kindles and Kindle Fires

https://www.theverge.com/tech/908302/amazon-ending-support-kindle-fire-tablet-e-reader-pre-2012-o...
3•ingve•33m ago•0 comments

Uni-1 AI – Advanced AI Platform for Content Generation

https://uni-1.co
1•danielmateo773•38m ago•0 comments

SecureDrop is an open source whistleblower submission system

https://securedrop.org/
1•janandonly•39m ago•0 comments

Mitigating Unexpected Arithmetic Overflow

https://lkml.org/lkml/2024/5/7/1767
1•prakashqwerty•39m ago•0 comments

Building a Rust Runtime for TypeScript

https://encore.dev/blog/rust-runtime
5•dohguy•41m ago•1 comments

Is there a path to Gamification of Verification?

https://olshansky.info/thoughts/2026-04-08-gamification-of-verification
1•Olshansky•42m ago•0 comments

AI Cybersecurity After Mythos: The Jagged Frontier

https://aisle.com/blog/ai-cybersecurity-after-mythos-the-jagged-frontier
2•evelinag•44m ago•1 comments
Open in hackernews

Show HN: Kodo – Temporary, real-time translation chat app for my upcoming trip

2•jonathanleane•11mo 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•11mo 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•11mo ago
Not sure - lets try: https://kodo-frontend.onrender.com/join?token=3f717b9f1a9052...