frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Next-gen gravitational wave detectors could spot the first black holes

https://phys.org/news/2026-09-gen-gravitational-detectors-black-holes.html
2•MarcoDewey•2m ago•0 comments

US interest rates raised for first time in three years

https://www.bbc.com/news/articles/cw4gmlyvj422o
2•higginsniggins•5m ago•0 comments

My website charged AI agents a penny per page. I watched Claude pay it

https://suganthan.com/blog/x402-pay-per-crawl/
1•gmays•7m ago•0 comments

Show HN: Helping agents break out of their sandboxes in a monitorable way

https://sparrowsystems.co/
1•why_only_15•8m ago•0 comments

Encouraging Deception in Compaction Summaries

https://alignment.openai.com/misalignment-reports/encouraging-deception-in-compaction-summaries/
1•aesthesia•9m ago•0 comments

Jev-like mode for DiffusionGemma model

https://github.com/vllm-project/vllm/pull/57250
1•mmastrac•9m ago•0 comments

DeepSeek's Parent Company

https://www.high-flyer.cn/sociology/
1•E-Reverance•9m ago•0 comments

The Flask Mega-Tutorial, Part I: Hello, World

https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
2•timmytoughtknuc•13m ago•0 comments

Typesafe.ai Jev Open Source Alternative Qwen-2.5-1B-RLCD

https://huggingface.co/spaces/drinkmoonshine/parallel-constrained-decoding
1•nthypes•13m ago•0 comments

AI Debt vs. Treasuries

https://www.ft.com/content/033b21e7-b5d5-4511-ae01-53edaa4e051e
1•toomuchtodo•15m ago•1 comments

"WeWorm": Zero-click worm could have taken over all WeChat accounts

https://www.heise.de/en/news/WeWorm-Zero-click-worm-could-have-taken-over-all-WeChat-accounts-114...
1•Topfi•15m ago•0 comments

Dwarf Star Support for Qwen3.8 Flash Next

https://github.com/antirez/ds4/pull/991
1•macote•15m ago•0 comments

YuE2 – Frontier music generation with editable scores

https://github.com/multimodal-art-projection/YuE
1•modinfo•16m ago•0 comments

Pactora – AI contract review built by a lawyer, not engineers

https://www.pactora.uk/
1•reasonfreefromp•19m ago•0 comments

Automattic says CEO Mullenweg was gone and back inside 33 hours. What happened?

https://thenewstack.io/automattic-mullenweg-boardroom-reversal/
1•_djo_•19m ago•0 comments

OpenSpec – A lightweight and configurable AI spec framework

https://openspec.dev/
12•etoxin•23m ago•1 comments

Calculator for Australian take-home pay, tax and super

https://auspaycalculator.org/
1•seoskillsai•26m ago•0 comments

How much does one hour of bots cost on Cloudflare Workers?

https://gfuse.dev/one-hour-of-bots-on-cloudflare-workers
2•Leading-Enginee•28m ago•0 comments

Plans for Agents (and Humans)

https://hive.technology/lab-notes/plans-for-agents/
1•tylermhall•33m ago•0 comments

Australia says it could follow Canada in forging deeper ties with EU

https://www.independent.co.uk/news/world/australasia/canda-eu-membership-australia-us-trade-b3050...
24•doener•33m ago•2 comments

Fossil tooth analysis confirms Tyrannosaurus rex was warm-blooded

https://www.cnn.com/2026/09/16/science/tyrannosaurus-rex-body-temperature-warm-blooded
3•1659447091•33m ago•0 comments

The mascots, design and visual history of Wikipedia

https://www.itsnicethat.com/features/wikipedia-graphic-design-spotlight-150926
2•sohkamyung•34m ago•0 comments

60%+ of Japan firms with foreign workers would struggle without overseas hiring

https://www.japantimes.co.jp/news/2026/09/16/japan/foreign-labor-survey/
2•mikhael•37m ago•0 comments

Show HN: DroidPutter – Run Cardputer Apps on Android via USB OTG

https://github.com/fcavalcantirj/droidputter
1•fcavalcantirj•39m ago•0 comments

Why building a Rust LSP is hard

https://rust-glancer.github.io/blog/why-lsp-is-hard/
2•agluszak•39m ago•0 comments

Some things Veloren does differently

https://blog.jsbarretto.com/post/veloren
1•agluszak•39m ago•0 comments

New Potential Automatic Parallelizer

https://deshi.ch
1•d3shi•43m ago•1 comments

I Put My Startup Esdenera on Hold

https://web.archive.org/web/20210515020855/https://reykfloeter.com/posts/why-i-put-my-startup-esd...
1•lsofzz•45m ago•0 comments

Am I Cited by AI? See which AI assistants are reading your papers

https://www.amicitedby.ai/
2•jmnicholson•49m ago•0 comments

Quantifying Context Rot

https://www.boolean.ai/blog/context-rot-quantified
3•ssatia•50m 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...