frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A toy diffusion model for text gen using Karpathy's shakespear data

https://blog.strayforge.com/posts/discrete-diffusion/
1•litlig•39s ago•0 comments

The CDC Has a Cyclospora Lab. DOGE Downsized It Last Year

https://www.wired.com/story/cdc-cyclospora-lab-doge-downsized-it-last-year/
2•cdrnsf•1m ago•0 comments

WordPress – Polls for ActivityPub

https://wordpress.org/plugins/polls-for-activitypub/
1•8organicbits•3m ago•0 comments

The US Grocery Slowdown Is Real

https://www.bain.com/insights/the-us-grocery-slowdown-is-real-snap-chart/
2•toomuchtodo•3m ago•0 comments

AirDows – Instant P2P file and clipboard sharing between devices

https://airdows.com
1•SamOkampo•6m ago•0 comments

HollowByte DDoS flaw bloats OpenSSL server memory with 11-byte payload

https://www.bleepingcomputer.com/news/security/hollowbyte-ddos-flaw-bloats-openssl-server-memory-...
1•sbulaev•7m ago•0 comments

Claude Fable 5 vs. Kimi K3 vs. GPT 5.6 Sol [video]

https://www.youtube.com/watch?v=iGNNgzUumoY
1•amrrs•9m ago•0 comments

Show HN: PrintBlocks – API and MCP server for your thermal printer

https://gian-reto.github.io/print-blocks/
1•gian-reto•10m ago•0 comments

Investigating Flock: America's Mass Surveillance Company [video]

https://www.youtube.com/watch?v=S3MQLlMbS-Y
2•oceansky•12m ago•0 comments

What does the Riemann zeta function have to do with the distribution of primes?

https://hidden-phenomena.com/articles/rh
2•mb1699•12m ago•0 comments

Show HN: A local browser extension that protects critical thinking from LLM's

https://frog1230.itch.io/mind-shield
1•Frog1230•15m ago•0 comments

JobLog

https://myjoblog.app/
1•Fedot•17m ago•2 comments

Two critical SQLi vulnerabilities in WordPress

https://wordpress.org/news/2026/07/wordpress-7-0-2-release/
1•nikcub•21m ago•0 comments

Necklace

https://en.wikipedia.org/wiki/Necklace_(combinatorics)
1•barrister•24m ago•0 comments

TP-Link Kasa cameras leaked home GPS via unauthenticated UDP for 6 years

https://github.com/BadChemical/IoT-Vulnerability-Research-Public/blob/main/TP-Link_Kasa_EC71/Kasa...
3•BadChemical•32m ago•0 comments

US seeks share of Korean chipmakers' 'excess profits'

https://www.koreatimes.co.kr/business/tech-science/20260716/us-seeks-share-of-korean-chipmakers-e...
6•scrlk•32m ago•1 comments

Show HN: Re:Likes – open-source library to be particular about reactions to text

https://relikes.com/#demo
1•kotoverse•33m ago•0 comments

Show HN: Learn hadware digital design online (VHDL, systemverilog)

https://risingedge.pro
2•wozniakpawel•34m ago•1 comments

Hegseth wants a "High-T" military; doctors call it a clinical minefield

https://arstechnica.com/health/2026/07/hegseth-wants-a-high-t-military-doctors-call-it-a-clinical...
6•duxup•38m ago•0 comments

Relay.app will be shutting down

https://www.relay.app/
3•qainsights•38m ago•1 comments

Advanced Security Alerting with DuckDB and Delta Lake – Clickdetect

https://medium.com/@souzo/advanced-security-alerting-with-duckdb-and-delta-lake-clickdetect-8041a...
1•souzo•39m ago•0 comments

Show HN: The Port Index – 3,804 seaports and 9,640 airports, scored

https://www.theportindex.online
1•theportindex•41m ago•0 comments

Show HN: Building a Rust-ish programming language with 100% coding agents: Wado

https://wado-lang.org/playground/
1•gfx•42m ago•0 comments

Ask HN: Do you use LLM-Wikis?

2•DavidHaerer•44m ago•0 comments

Self hosting a PDS isn't hard (so far)

https://www.coryd.dev/posts/2026/self-hosting-a-pds-isnt-hard-so-far
1•cdrnsf•45m ago•1 comments

Eliminating Go bounds checks with unsafe

https://blog.andr2i.com/posts/2026-07-06-eliminating-go-bound-checks-with-unsafe
1•olexsmir•45m ago•0 comments

Charlotte's Jujutsu Tutorial

https://char.lt/blog/2026/07/jj-vcs/
1•olexsmir•46m ago•0 comments

Disney Jr. & AI Animation Outfit Animaj Release 'Ozzy Fox' on YouTube

https://www.cartoonbrew.com/series/disney-jr-animaj-ozzy-youtube-264646.html
1•ortusdux•48m ago•0 comments

Is "jobs" a four-letter word?

https://benn.substack.com/p/is-jobs-a-four-letter-word
1•herbertl•48m ago•0 comments

I built a digital F1 garage to learn how Formula 1 cars work

https://paddockpass.app
7•jdluk87•49m 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...