frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

We've flown a radiation-blocking vest to the Moon and back, and it worked

https://arstechnica.com/science/2026/08/weve-flown-a-radiation-blocking-vest-to-the-moon-and-back...
1•rbanffy•1m ago•0 comments

TDD inside the agent loop – theater or actual value?

https://martinfowler.com/articles/exploring-gen-ai/tdd-in-the-agent-loop.html
1•Garbage•4m ago•0 comments

Scientist is helping build a missing map of childhood

https://www.technologyreview.com/2026/08/14/1141354/deanne-taylor-gene-expression-children/
1•joozio•4m ago•0 comments

Alpaca Push – Rebuilding 2004 ICQ Slide-a-Lama in HTML5

https://alpacapush.com/
1•Judzi•5m ago•0 comments

OpenAI annual revenue set to top $40B

https://www.semafor.com/article/08/14/2026/openai-revenue-set-to-top-40-billion
2•Bluestein•5m ago•0 comments

Show HN: A macOS menu bar app showing Claude subscription usage

https://github.com/palamim/usagent
1•leopalamim•6m ago•0 comments

Show HN: Monolith – Real-time global news, markets, and source context

https://monolith.news/
1•parsahej•6m ago•0 comments

Playing to Learn

https://www.observed.life/playing
1•andsoitis•7m ago•0 comments

Migrating from Tauri to Electron: Performance Comparison

https://twitter.com/richiemcilroy/status/2087851482288640185
1•mcilroy•8m ago•0 comments

Show HN: Built an ESP32 remote that groups Sonos speakers and sets group volume

https://github.com/herget/sonos-esp32-remote
1•gaborme•8m ago•0 comments

Napkin Sketches Beat Gantt Charts

https://julienreszka.com/blog/napkin-sketches-beat-gantt-charts/
2•julienreszka•12m ago•0 comments

New things in Python 3.15 [video]

https://www.youtube.com/watch?v=khIUGLwK-9U
1•vismit2000•12m ago•0 comments

Meraki (μεράκι): Infusing Purpose and Passion into Every Moment

https://statecashmere.com/blogs/stories/meraki-infusing-purpose-and-passion-into-every-moment
1•andsoitis•16m ago•0 comments

Scratch a simple data model, find a complex one

https://codeblog.jonskeet.uk/2026/08/14/scratch-a-simple-data-model-find-a-complex-one/
1•ingve•16m ago•0 comments

Show HN: Am-1 Arpeggio Machine – A Love Letter to Berlin School Music

https://crux.garden/zacos/am-1
1•willstepp•17m ago•0 comments

30× faster binary multivector ColBERT late interaction in Vespa

https://oskrim.github.io/engineering/2026/08/13/chunked-hamming-maxsim.html
1•oskrim•20m ago•0 comments

Show HN: Genosyn – Automate running of companies with AI

https://genosyn.com
1•ndhandala•21m ago•0 comments

Why AI-generated vulnerability patches still require expert human review

https://1password.com/blog/why-ai-generated-patches-still-require-human-review
2•wrxd•22m ago•0 comments

Everyone talks about AI agents. This is what one looks from the inside

https://pssah4.github.io/vault-operator/guides/capabilities
2•pssah4•22m ago•0 comments

Demoscene Report on the AI compo of Assembly 2026 [video]

https://www.youtube.com/watch?v=Ob0xuGdbhPA
2•hugodan•25m ago•0 comments

For the love of god stop using CPU limits in Kubernetes

https://github.com/inevolin/k8s-cpu-limits-analyzed
25•iljanevo•25m ago•8 comments

Explaining FoundationDB's Architecture Through Compartmentalization

https://pierrezemb.fr/posts/foundationdb-architecture-through-compartmentalization/
1•g0xA52A2A•26m ago•0 comments

In a first, US will allow some private firms to carry out cyberattacks

https://techcrunch.com/2026/08/13/in-a-first-us-will-allow-some-private-firms-to-carry-out-cybera...
3•jnord•29m ago•0 comments

Ntfy – open-source Push to Mobile

https://ntfy.sh/
3•Fake4d•31m ago•0 comments

Messy

https://www.observed.life/messy
1•brslv•32m ago•0 comments

You can now book two humanoids for our cleaning service in SF

https://twitter.com/alexkoch_ai/status/2087947168799977731
2•doener•33m ago•1 comments

Tinysub: Simple web player for subsonic compatible music servers

https://tangled.org/devins.page/tinysub
1•nerdypepper•35m ago•0 comments

Show HN: DialectGuessr ─ GeoGuessr, but for Accents

https://www.dialectguessr.com
1•lforster•37m ago•0 comments

Paste any recipe link and get just the recipe – no story

https://cutrecipe.com
1•susanvilleula1•37m ago•0 comments

Agent-kit – a size-based mandatory review chain for Claude Code

https://github.com/horilla98/agent-kit
1•danielhorilla•38m 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...