frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I had to give a wrong answer to get the job (2017)

https://dewitters.com/i-had-to-give-a-wrong-answer-to-get-the-job/
1•downbad_•1m ago•0 comments

Ask HN: Please give us an option to hide our username in the upper right corner

1•swingandamiss•1m ago•0 comments

Designing Firefox for the Future

https://blog.mozilla.org/en/firefox/new-firefox-design/
1•iBelieve•5m ago•1 comments

Most slopcode projects are abandoned and deleted within months of release

https://www.osnews.com/story/145469/most-slopcode-projects-are-abandoned-and-deleted-within-month...
2•backlit4034•7m ago•0 comments

Ask HN: How do you keep documentation up to date with AI generated code?

1•ghosts_•7m ago•0 comments

Show HN: Free Mermaid Diagram Editor

https://moxiedocs.com/mermaid-diagram-editor
2•ghosts_•9m ago•0 comments

How OpenAI Delivers Low-Latency Voice AI for 900M Users

https://blog.bytebytego.com/p/how-openai-delivers-low-latency-voice
1•gmays•12m ago•0 comments

Muse Image and Muse Video, the first media generation models developed by Meta

https://twitter.com/AIatMeta/status/2074577662840832382
1•jeudesprits•15m ago•0 comments

Cognitive and affective effects of L-Theanine: review of 31 randomized trials

https://www.nature.com/articles/s41380-026-03727-9
1•bookofjoe•17m ago•2 comments

Windows is watching: Anti-piracy tool fingers Scattered Spider suspect

https://www.theregister.com/cyber-crime/2026/07/07/windows-is-watching-anti-piracy-tool-fingers-s...
2•Mgtyalx•17m ago•0 comments

Git Hash Chain Malleability

https://arxiv.org/abs/2607.02820
1•xqb64•18m ago•0 comments

Neural Geometry in Vision Models with Block-Sparse Featurizers

https://www.goodfire.ai/research/bsf-vision
1•babelfish•18m ago•0 comments

J-Space: Where Claude silently performs reasoning steps

https://twitter.com/AnthropicAI/status/2074185358678364414
2•jhatax•23m ago•3 comments

Bond Traders Stunned as Losses on SpaceX's New Debt Keep Growing

https://www.bloomberg.com/news/articles/2026-06-26/bond-traders-stunned-as-losses-on-spacex-s-new...
2•1vuio0pswjnm7•25m ago•1 comments

APS-CYBER: A state-transition security platform to detect attacks before impact

https://www.apslogic.org/cyber.html
1•lombardo_e•25m ago•0 comments

FrankenMarkdown

https://franken-markdown.com/
5•handfuloflight•31m ago•1 comments

Bees 'facial expressions' may be a sign of their inner lives

https://phys.org/news/2026-07-bees-facial.html
1•indynz•31m ago•0 comments

Why the rise of open source AI isn't hurting Anthropic yet

https://techcrunch.com/2026/07/07/why-the-rise-of-open-source-ai-isnt-hurting-anthropic-yet/
2•jack1689•32m ago•0 comments

Silent speech with ultrasound

https://alephneuro.com/blog/silent-speech
1•chrwn•33m ago•0 comments

Who's Keeping Fossil Fuels Alive? Taxpayers

https://www.bloomberg.com/opinion/articles/2026-07-05/who-s-really-keeping-fossil-fuels-alive-tax...
3•littlexsparkee•35m ago•1 comments

MIL – Moments in Life

https://mil.now/
1•untitled-now•36m ago•0 comments

Composing TLA+ Specifications with State Machines

https://www.hillelwayne.com/post/composing-tla/
1•Jimmc414•37m ago•0 comments

Constructing a lower-bound estimate of the global number of insect species

https://www.pnas.org/doi/10.1073/pnas.2524283123
1•rdmuser•39m ago•0 comments

The Wisdom of Holden Caulfield

https://www.theatlantic.com/books/2026/07/catcher-in-the-rye-75th-anniversary-holden-caulfield-ma...
2•petethomas•39m ago•0 comments

Create Your Language

https://conlang.app/
1•natbennett•39m ago•0 comments

Your Idea Is Brilliant, Your Idea Is Worthless (KS Lesson #204) (2016)

https://stonemaiergames.com/kickstarter-lesson-204-your-idea-is-brilliant-your-idea-is-worthless/
2•downbad_•42m ago•0 comments

U7in-32tb.224xlarge

https://instances.vantage.sh/aws/ec2/u7in-32tb.224xlarge?currency=USD
2•handfuloflight•47m ago•0 comments

Disney accuses US media regulator of trying 'to sit in the editor's chair'

https://www.ft.com/content/3b9be38f-0968-40f8-bb2c-a5ae2cc81cb4
5•petethomas•47m ago•0 comments

Qualcomm acquires Nexa AI, open-sources GenAI runtime for Hexagon NPUs

https://github.com/qualcomm/GenieX
3•BUFU•55m ago•1 comments

Chorus: A fast WAL for object storage

https://rockwotj.com/blog/chorus/
2•cbrewster•58m 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...