frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

How Apple uses faulty silicon to power fab new devices

https://www.cultofmac.com/news/apple-chip-binning
1•wslh•48s ago•0 comments

AOS GLM Language Engine – Beta Test

https://github.com/ThePikey/AOS_GLM_language
1•imageanet•4m ago•0 comments

Ask HN: How do you test Lambda/ECS code before deploying?

1•ioanarebeca•6m ago•2 comments

Work, Wellbeing, and Choice: Empirical Lessons for AI Futures

https://arxiv.org/abs/2609.11019
1•gwintrob•6m ago•0 comments

Local AI News Feed

https://local-ai-signal.vercel.app/
1•agcat•8m ago•2 comments

The Fine-Grained City Needs an Operating System

https://courtyardurbanist.com/p/the-fine-grained-city-needs-an-operating
1•idbnstra•11m ago•0 comments

Small Modular Reactors: a short history of a nuclear pipe dream

https://engelsbergideas.com/essays/smrs-a-short-history-of-a-nuclear-pipe-dream/
1•bazzmt•12m ago•0 comments

LensVLM: Compressing long context as images, expanding only relevant pages

https://huggingface.co/apple/LensVLM-9B
2•victormustar•12m ago•0 comments

Ask HN: Do you offload your coding to AI, or keep your skills sharp?

3•Hex08•13m ago•1 comments

Can internal model transparency tame the AI race?

https://blog.karthiktadepalli.com/p/internal-model-transparency
1•gmays•14m ago•0 comments

The meta-harness for coding agents

https://soloterm.com/
1•ibobev•15m ago•0 comments

Show HN: Jev-mice – mouse colony simulation using Jev and deterministic engine

https://mice.jev.carsonsweet.com/
1•carsonsweet•16m ago•0 comments

Discover Solo: The Ultimate AI-Integrated Control Panel

https://blog.master.dev/introducing-solo/
1•ibobev•18m ago•0 comments

Steam Frame Teardown

https://www.ifixit.com/News/119488/steam-frame-teardown-were-fans-except-of-the-fan
1•Lwrless•19m ago•0 comments

SpaceX Starshield

https://en.wikipedia.org/wiki/SpaceX_Starshield
1•simonebrunozzi•20m ago•0 comments

Mexican Navy's tall ship Cuauhtémoc will be at the Embarcadero all week

https://www.kqed.org/news/12101113/tall-ship-san-francisco-mexican-navy-cuauhtemoc-free-public-tours
1•higgins•20m ago•0 comments

A Worthwhile Trade

https://voices.nejm.org/doi/full/10.1056/VOICESpost2600056?referrer=https://t.co/
2•brandonb•22m ago•0 comments

Loopjacking in A2A Implementations: Hijacking Human-in-the-Loop Approvals

https://adithyanak.com/loopjacking-in-a2a-implementations/
1•akoffsec•25m ago•0 comments

How AI Helps and Hampers Junior Workers

https://www.nominalnews.com/p/how-ai-helps-and-hampers-junior-workers
2•NomNew•26m ago•0 comments

Jackrong/Qwopus3.8-27B-Flash-V2

https://huggingface.co/Jackrong/Qwopus3.8-27B-Flash-V2
1•verdverm•27m ago•0 comments

Nemotron 3 Diarization

https://huggingface.co/blog/nvidia/nemotron-diarization
2•arbayi•28m ago•0 comments

CKKS – Encryption and Decryption

https://www.jeremykun.com/2026/09/23/ckks-encryption-and-decryption/
1•ibobev•28m ago•0 comments

What AI pays the people who train it

https://blastradius.dpdns.org/
2•codebyaditya•29m ago•0 comments

Cloud Agents Are Inevitable AI Prisons

https://normanponte.io/19df691f
2•nponte•32m ago•0 comments

Ask HN: Why so many dead comments lately?

2•mattm•33m ago•2 comments

Illinois, California governors fast-track AI safety measures with EOs

https://www.transparencycoalition.ai/news/illinois-california-governors-fast-track-ai-safety-meas...
2•tolugenius•34m ago•0 comments

Gvnr

https://gvnr.io/
5•juliainstruxi•35m ago•0 comments

HySparse2: Hybrid Sparse Attention with Two-Level KV Sharing

https://arxiv.org/abs/2609.26368
1•ksec•38m ago•0 comments

The Vigilante Who's Taking Down Recruitment Scammers, One Fake Job Ad at a Time

https://www.wsj.com/tech/the-vigilante-whos-taking-down-recruitment-scammers-one-fake-job-ad-at-a...
3•fortran77•38m ago•1 comments

Pretraining data, not verifiability, is why LLMs are good at math (and coding)

https://www.lesswrong.com/posts/xvdngZAqFZfek7KGH/pretraining-data-not-verifiability-is-why-llms-are
1•gmays•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...