frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: I got tired of reactivity magic and built a framework without it

https://inglorious.dev/web/
1•iceonfire•29s ago•0 comments

Guide to data tools landscape for developers

https://sinja.io/blog/data-landscape-guide-for-developers
1•OlegWock•1m ago•0 comments

Baba Is Solved by Fable 5 and GPT-5.6 Sol, but at what cost?

https://quesma.com/blog/baba-is-bench/
1•stared•1m ago•1 comments

Claude can now use your 1Password credentials for you

https://www.theverge.com/tech/966442/1password-anthropic-claude-browser-integration
1•pavel_lishin•1m ago•0 comments

Kimi K3

https://platform.kimi.ai/docs/models
1•berlianta•2m ago•0 comments

Self-hosted, fast clip generator for macOS

https://github.com/joonfjp/ripeclips
1•trndgtr•3m ago•0 comments

We're Building Postgres in Rust. Using the LLVM of Databases

https://turso.tech/blog/a-new-modern-version-of-postgres-in-rust
1•polyrand•3m ago•0 comments

Call GPT 5.6-Sol Pro, Fable 5, SuperGrok Subscripions from Codex, Claude

https://github.com/agentify-sh/desktop
1•agentifysh•5m ago•0 comments

Distinguishing Variables from Parameters

https://www.johndcook.com/blog/2026/06/30/variables-and-parameters/
1•ibobev•8m ago•0 comments

Silver Rectangles and the Ways of Kings

https://www.johndcook.com/blog/2026/06/30/silver-kings/
1•ibobev•8m ago•0 comments

Derivative Equals Inverse

https://www.johndcook.com/blog/2026/06/29/derivative-equals-inverse/
2•ibobev•8m ago•0 comments

Should You Recline Your Airplane Seat?

https://www.newyorker.com/culture/open-questions/should-you-recline-your-airplane-seat
1•bookofjoe•9m ago•1 comments

How to unionize your tech workplace

https://www.computerworld.com/article/4192438/how-to-unionize-your-tech-workplace.html
4•speckx•10m ago•0 comments

Sqleibniz – Static Analysis and LSP for SQL in Rust

https://github.com/xnacly/sqleibniz
1•xnacly•11m ago•0 comments

If you see a datacenter in orbit, it means something went wrong on Earth

https://systemsthinkingcollection.substack.com/p/space-datacenters
2•InputName•11m ago•0 comments

Show HN: Trying to fix the web scraping industry's benchmark problem

https://github.com/usestring/web-data-frontier-benchmark
5•rohitshenoy•11m ago•0 comments

I'd prefer to avoid AI comments on Reddit and HN

2•alance•12m ago•0 comments

We are officially writing a new version of Postgres. in Rust

https://twitter.com/glcst/status/2077759127682486561
2•tosh•13m ago•0 comments

Former OpenAI CTO builds open weight model in 9 months

https://techcrunch.com/2026/07/15/thinking-machines-amps-up-its-bet-against-one-size-fits-all-ai-...
1•noashavit•13m ago•0 comments

The discourse about software craftsmanship conveniently ignores distribution

https://kerkour.com/software-craftsmanship-last-mile-delivery
2•cold_pizz4•13m ago•0 comments

Chatto is Robots

https://www.hmans.dev/blog/chatto-is-robots
2•hendrikmans•14m ago•0 comments

Kimi K3 is now live

https://www.kimi.com/en
5•vincent_s•14m ago•0 comments

Reviewing a restaurant as "just ok" considered defamatory in Germany

https://twitter.com/eigen_moomin/status/2077471686295957749
2•kirlfiend_grill•16m ago•0 comments

Hardware Needs Its Vibe Coding Moment

https://opuslabs.substack.com/p/hardware-needs-its-vibe-coding-moment
1•opuslabs•17m ago•0 comments

AI and Microsoft's Hubris: Return of the Browser Wars

https://www.korte.co/2026/07/16/ai-and-microsofts-hubris-return-of-the-browser-wars/
1•speckx•17m ago•0 comments

MongoDB v. FerretDB: When Open Source Compatibility Becomes a Patent Risk

https://shujisado.org/2026/07/15/mongodb-v-ferretdb-when-open-source-compatibility-becomes-a-pate...
2•Brajeshwar•18m ago•0 comments

Smart Ring Aims to Replace the 150-Year-Old Blood Pressure Cuff

https://www.bloomberg.com/news/features/2026-07-16/vital-signals-announces-399-signal-ring-that-g...
1•brandonb•19m ago•1 comments

Title: Show HN: a zero-dependency, self-hosting JavaScript-to-native compiler

https://github.com/qorm/jsbin
1•qorm•19m ago•0 comments

GPT-5.6 unexpected file deletions

https://twitter.com/thsottiaux/status/2077630111499882637
2•lobo_tuerto•20m ago•1 comments

I've been thinking about null pointers

https://sebsite.pw/w/20260715-null.html
1•birdculture•21m 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...