frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Three major PC makers now using Chinese memory

https://www.tomshardware.com/tech-industry/three-major-pc-makers-now-using-chinese-memory-to-figh...
2•rbanffy•1m ago•0 comments

Show HN: Share context between friends via MCP

https://crosswalk.to/
1•jase_jase•1m ago•0 comments

It's not a fear of "AI communism"; it's a fear of competitive market capitalism

http://observationalepidemiology.blogspot.com/2026/07/its-not-fear-of-ai-communism-its-fear.html
1•speckx•1m ago•0 comments

We built a software factory to drive Astro's GitHub issue count to zero

https://blog.cloudflare.com/astro-issue-triage/
1•sbulaev•2m ago•0 comments

Foods I use for brain fog instead of supplements

https://www.plantbasededit.com/6-foods-i-use-for-brain-fog-instead-of-supplements/
1•martinagabr•4m ago•0 comments

USGS launches interactive maps of real-time streamflow conditions

https://www.usgs.gov/centers/new-england-water-science-center/news/usgs-launches-interactive-stre...
2•MarcoDewey•5m ago•1 comments

YInMn Blue: The first new blue in two centuries

https://chemistry.oregonstate.edu/chemistry-news-events/yinmn-blue
1•zhinit•5m ago•0 comments

Real cost running LLMs production

https://soamee.com/en/blog/en-real-cost-running-llms-production
1•javiermanzano•5m ago•0 comments

Show HN: Denorm – Declarative derived columns (Postgres)

https://gitlab.com/kendowns/denorm
1•KenPainter•5m ago•0 comments

Beyond Static Benchmarks: A Post-Leaderboard Evaluation Paradigm for Music GenAI

http://www.alexanderlerch.com/posts/paper-musaik/
1•lerch•5m ago•0 comments

Show HN: Stonefold – a deterministic gateway between AI agents and your systems

https://stonefold.ai/
1•gabert•6m ago•0 comments

Utah lawmakers decided to tax large tech companies

https://www.sltrib.com/news/2026/08/04/utahs-new-targeted-advertising-tax/
1•toomuchtodo•8m ago•0 comments

Memoirs of a Long-Time Luddite

https://angadh.com/luddite-1
1•surprisetalk•9m ago•0 comments

Show HN: Real-time bus tracker for every stop in Great Britain, built on BODS

https://stopboard.uk/
1•josephmjustin•9m ago•0 comments

Interactive, 3D disassembly of an ETA watch movement

https://eta6497-disassembly.netlify.app/
1•JamilD•10m ago•0 comments

FFmpeg 9.0 Released

https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/9.0:/Changelog
2•LaSombra•10m ago•0 comments

Lossless Inference

https://runinfra.ai/news/lossless-inference
3•OsamaJaber•11m ago•0 comments

Does Anyone Know a Real, Live, Human Being WHO Works at Facebook?* (2023)

https://robinmckinleysblog.com/does-anyone-know-a-real-live-human-being-who-works-at-facebook/
1•bariumbitmap•12m ago•0 comments

SSH-over-IROH: connect to any machine without IP, behind a NAT/firewall

https://github.com/rustonbsd/iroh-ssh
1•janandonly•12m ago•0 comments

Every way to dereference a pointer in C (personal-blog)

https://blog-rosy-mu-6g08eh3dr6.vercel.app/blog/pointers
1•SyntaxError2505•12m ago•0 comments

Personal Software Journey: Self-Hosting Agent-Built Apps on a Mac Mini

https://metedata.substack.com/p/016-my-personal-software-journey
1•young_mete•13m ago•0 comments

WebGPU Glass Material

https://github.com/ektogamat/webgpu-mesh-transmission-material
1•wildpeaks•13m ago•0 comments

SpaceX's satellite ambitions squeeze out rivals reliant on its rockets

https://www.reuters.com/business/aerospace-defense/spacexs-satellite-ambitions-squeeze-out-rivals...
1•sleepyguy•13m ago•0 comments

Smart wound dressing speeds up healing by triggering body's own repair signals

https://www.eurekalert.org/news-releases/1137465
1•gmays•14m ago•0 comments

Scientific American's Easter

https://leancrew.com/all-this/2026/04/scientific-americans-easter/
1•speckx•15m ago•0 comments

Pi, Minimal and Performant

https://earendil.com/posts/pi-autoresearch-and-databricks/
2•tosh•16m ago•1 comments

Fossil Preserves Ichthyosaur That Ate Pterosaur Before Becoming Food Itself

https://www.discovermagazine.com/100-million-year-old-fossil-preserves-an-ichthyosaur-that-ate-a-...
1•anyonecancode•17m ago•0 comments

Skip-Level One-on-Ones

https://mgrebler.substack.com/p/the-secret-to-skip-level-one-on-ones
1•fagnerbrack•19m ago•0 comments

Gmail will end send-as support from third-party email addresses

https://support.google.com/mail/answer/17101213?hl=en
4•ritzaco•19m ago•1 comments

Show HN: Free SEO checker that finds redirect chains and www issues

https://redirectiq.com/tools/seo-checker
1•joshkurz•19m 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...