frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Orchestrator's Tax

https://martinfowler.com/articles/orchestrator-tax.html
1•javaeeeee•2m ago•0 comments

The only road in London where you have to drive on the right

https://www.mylondon.news/news/transport/only-road-london-you-drive-30499294
1•theanonymousone•3m ago•0 comments

ProofCouncil: An LLM Agent for Solving Open Mathematical Problems

https://arxiv.org/abs/2607.09474
1•frozenseven•4m ago•1 comments

AI built the app. Now it needs a home

https://velixir.ai/blog/your-ai-built-the-app
1•dbContext•4m ago•0 comments

A World That Answers Back

https://ilands.ai/blog/a-world-that-answers-back
1•dloss•5m ago•0 comments

From Ukraine and Sudan to Gaza: why have hospitals become a target of war?

https://www.theguardian.com/global-development/2026/jul/27/ambulance-midwife-attacked-internation...
1•hebelehubele•6m ago•0 comments

Russia charges Telegram founder Durov with aiding terrorism

https://www.dw.com/en/russias-fsb-issues-arrest-warrant-for-telegram-founder-pavel-durov-over-aid...
1•theanonymousone•6m ago•0 comments

The Most Dangerous AI Looks Like the One You Trust

https://www.forbes.com/sites/jasonsnyder/2026/07/29/the-most-dangerous-ai-looks-exactly-like-the-...
1•01-_-•8m ago•0 comments

How Zalando Built an In-Process Client-Side Load Balancer for One Million Reqs/S

https://www.infoq.com/news/2026/07/client-side-load-balancer/
1•theanonymousone•14m ago•0 comments

Timothy Snyder: Hitler and Stalin Today: Class 7: How was mass killing possible? [video]

https://www.youtube.com/watch?v=5JUaJUqw7rU&list=PLPNSuH4X6has&index=7
1•verdverm•15m ago•0 comments

Proposal wouldn't hide that a wipe occurred and would help adversaries

https://twitter.com/GrapheneOS/status/2082153517234676150
2•Cider9986•15m ago•1 comments

Atmos Clock

https://atmos-atelier.de/en/atmos-uhr/
1•haritha-j•15m ago•0 comments

Write the first damn draft yourself

https://invertedpassion.substack.com/p/write-the-first-damn-draft-youself
1•paraschopra•20m ago•0 comments

Walking up the ATProto stack with Dan Abramov [audio]

https://theosteiner.de/podcasts/uit-inside-192
2•theo-steiner•22m ago•1 comments

Behavioral Interventions for Infant Sleep Problems

https://pubmed.ncbi.nlm.nih.gov/27221288/
1•simonebrunozzi•22m ago•0 comments

OpenAl, Anthropic ask U.S. government to consider slowing down Al

https://www.washingtonpost.com/technology/2026/07/29/openai-anthropic-endorse-call-government-pac...
3•fhub•24m ago•1 comments

Framework 13 Pro review: better battery, worse price

https://arstechnica.com/gadgets/2026/07/framework-laptop-13-pro-review-much-better-battery-much-w...
1•birdculture•24m ago•0 comments

Show HN: Where conscious events get found, booked and hosted

https://conscious-events.com/de
1•wowinter15•25m ago•0 comments

The Force Engine: Modern "Jedi Engine" Replacement Supporting Dark Forces, Mods

https://github.com/TheForceEngine/TheForceEngine
1•klaussilveira•30m ago•0 comments

Enprompta – Prompt Registry, LLM Evals, and Observability for Production AI Apps

https://enprompta.com/
1•John_Igwebuike•30m ago•0 comments

Safety in an Unsafe World

https://joshlf.com/posts/safety-unsafe-world/
1•aw1621107•30m ago•1 comments

Sam Altman says AI won't shorten the workweek because humans enjoy being busy

https://www.techspot.com/news/113264-sam-altman-ai-wont-shorten-workweek-because-humans.html
2•robtherobber•32m ago•2 comments

Russia issues international wanted notice against Telegram founder Pavel Durov

https://www.france24.com/en/europe/20260729-russia-issues-international-wanted-notice-against-tel...
5•28304283409234•33m ago•0 comments

Did you know Mastodon has 2 different logos for their server profiles?

https://www.reddit.com/r/Mastodon/comments/1v9q9pf/did_you_know_mastodon_has_2_different_logos_for/
1•doener•34m ago•0 comments

Show HN: Vimgolf.ai – Learn Vim by playing through a map of levels

https://vimgolf.ai
2•nickandbro•35m ago•0 comments

Im 14 and I want to create AI for students

1•grgnend•40m ago•1 comments

Can a 2.8T Model Run on a Single Node of Nvidia B300 X8?

https://blog.us.fixstars.com/deploying-kimi-k3-on-day-0-can-a-2-8t-model-run-on-a-single-node-of-...
1•ai2027•40m ago•0 comments

Triton Control – an open-source control plane for Nvidia Triton on Kubernetes

https://github.com/ai-lab-tech/triton-control
1•ai-lab-tech•41m ago•0 comments

College lab class ends with 32 people on antibiotics for deadly germ exposure

https://arstechnica.com/health/2026/07/college-lab-class-ends-with-32-people-on-antibiotics-for-d...
1•Tomte•41m ago•0 comments

Ross Douthat joins revamped 60 minutes

https://www.washingtonpost.com/business/2026/07/28/ross-douthat-leaves-new-york-times-bari-weisss...
2•_tk_•42m ago•1 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...