frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Hugpoint.io – Find the fairest meeting spot for a group

https://hugpoint.io/
1•prunax•42s ago•0 comments

Show HN: ExtraSuite – pull / push for Google Drive

https://github.com/think41/extrasuite
1•ksri•1m ago•0 comments

FCC Chair to Europe: If You Restrict US Satellite Providers, We'll Ban You Here

https://www.pcmag.com/news/fcc-chair-to-europe-restrict-us-satellite-providers-well-ban-you-in-us
1•msolujic•1m ago•0 comments

Bumper-Sticker Computer Science

http://quotes.cat-v.org/programming/bumper-sticker-computer-science
1•Spide_r•1m ago•0 comments

Show HN: I built a simple meditation app because I was tired of subscriptions

https://apps.apple.com/us/app/pure-meditate/id6759008961
1•PureMeditate•1m ago•0 comments

Show HN: Make beats, produce music from the command line

3•lmohseni•1m ago•0 comments

The Pentagon-Anthropic feud is quietly obscuring the real fight over military AI

https://www.fastcompany.com/91502340/the-pentagon-anthropic-feud-is-quietly-obscuring-the-real-fi...
1•johnshades•2m ago•0 comments

Show HN: Reduce LLM token use by ~30% with this MCP/CLI tool(Claude benchmarked)

2•jahala•3m ago•0 comments

Elo-Driven Development

https://faizank.substack.com/p/elo-driven-development
1•fazkan•4m ago•0 comments

Kristi Noem Misled Congress About Top Aide's Role in DHS Contracts

https://www.propublica.org/article/kristi-noem-dhs-misled-senate-judiciary-corey-lewandowski-cont...
1•SilverElfin•4m ago•1 comments

Evervault raises $25M to build the clearinghouse for sensitive data

https://evervault.com/blog/series-b
2•ShaneCurran•5m ago•0 comments

Re-exposure to reward re-evaluates related memories

https://www.sciencedirect.com/science/article/pii/S0960982225015969
1•PaulHoule•5m ago•0 comments

HATEOAS Works with an LLM in the Mix

1•charlieflowers•6m ago•0 comments

Show HN: Glad-IA-Tor – Roast vibecoded products trying to get some Reach

https://glad-ia-tor.com/fr
2•GiornoJojo•6m ago•1 comments

"Too Clever by Half" (Thanks HN)

https://owl.billpg.com/too-clever-by-half/
1•billpg•6m ago•0 comments

Agentic Code Reasoning

https://arxiv.org/abs/2603.01896
1•gmays•6m ago•0 comments

LexisNexis confirms data breach, some customer records affected

https://www.theregister.com/2026/03/04/lexisnexis_legal_professional_confirms_data/
2•johnshades•6m ago•0 comments

Show HN: Webmcp-react – React hooks that turn your website into an MCP server

https://github.com/mcpcat/webmcp-react
2•kashishhora•7m ago•0 comments

Show HN: Pre-execution verification for LLM-generated agentic workflows

https://github.com/le0li0n/workflow-verify
2•jaredwaxman•8m ago•1 comments

Defensive Refusal Bias in LLMs Is Hurting Infosec

http://lockboxx.blogspot.com/2026/03/defensive-refusal-bias-in-llms-is.html
2•ahokk•8m ago•0 comments

Show HN: OpenRouter Skill – Reusable integration for AI agents using OpenRouter

https://github.com/bnishit/openrouter-skill
1•bnishit•9m ago•0 comments

Show HN: KeepFiled – forward an email and it automatically files in Google Drive

https://www.keepfiled.com/
2•popupeyecare•9m ago•0 comments

Show HN: Trueline – Hash-verified edits save 44% of Claude's output tokens

https://github.com/rjkaes/trueline-mcp
1•rjkaes•11m ago•0 comments

Apple: Enough Is Enough

https://bastibe.de/2026-03-05-apple-woes.html
2•speckx•12m ago•0 comments

Collective hum of black holes could mend our broken understanding of universe

https://www.livescience.com/physics-mathematics/collective-hum-of-black-holes-could-mend-our-brok...
1•Brajeshwar•12m ago•0 comments

A once-proud tradition is becoming awkward for elite universities

https://www.economist.com/united-states/2026/03/04/a-once-proud-tradition-is-becoming-awkward-for...
1•shadow28•12m ago•1 comments

AI and the Ship of Theseus

https://lucumr.pocoo.org/2026/3/5/theseus/
1•pixelmonkey•13m ago•0 comments

The bombshell results that demand a new theory of the universe

https://www.newscientist.com/article/2515195-the-bombshell-results-that-demand-a-new-theory-of-th...
1•Brajeshwar•13m ago•0 comments

WebPage – Headless Browser from Apple [video]

https://developer.apple.com/videos/play/wwdc2025/231/
2•Brajeshwar•13m ago•0 comments

Why is arstechnica.com still running dev story advertorials for a game that...

1•chrisjj•13m ago•0 comments
Open in hackernews

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

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