frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Scientists may have detected dark matter

https://phys.org/news/2025-11-years-scientists-dark.html
1•erikrozendaal•1m ago•0 comments

Evaluating Uniform Memory Access Mode on AMD's Turin Ft. Verda

https://chipsandcheese.com/p/evaluating-uniform-memory-access
1•rbanffy•2m ago•0 comments

BBC tells staff they cannot quote Trump line removed from Reith Lecture

https://www.theguardian.com/media/2025/nov/27/bbc-donald-trump-corruption-line-removed-from-rutge...
1•INGELRII•3m ago•0 comments

DeepMind "The Thinking Game" now free on YouTube [video]

https://www.youtube.com/watch?v=d95J8yzvjbQ
1•HarHarVeryFunny•3m ago•1 comments

Comparing the Genesis Mission to the Manhattan Project

https://tickerfeed.net/articles/whitehouse-genesis-mission-bailout-openai-nvidia
1•sethops1•4m ago•0 comments

Plex's crackdown on free remote streaming access starts this week

https://arstechnica.com/gadgets/2025/11/plexs-crackdown-on-free-remote-streaming-access-starts-th...
1•throwawayffffas•4m ago•0 comments

Stirling PDF v2.0 Released

https://github.com/Stirling-Tools/Stirling-PDF/releases/tag/v2.0.0
1•chromehearts•5m ago•0 comments

HP to Cut Up to 10% of Workforce as Part of AI Push

https://www.wsj.com/tech/hp-to-cut-up-to-10-of-workforce-as-part-of-ai-push-a2c198da
1•bookofjoe•6m ago•1 comments

How to Get Hired in 2025

https://tonsky.me/blog/hiring-ai/
1•whereistejas•6m ago•0 comments

Bringing Emacs Support to OCaml's LSP Server with OCaml-Eglot

https://tarides.com/blog/2025-11-27-bringing-emacs-support-to-ocaml-s-lsp-server-with-ocaml-eglot/
1•nukifw•7m ago•0 comments

Nvidia rumored to stop bundling memory with GPUs, squeezing smaller partners

https://videocardz.com/newz/nvidia-rumored-to-stop-bundling-memory-with-gpus-squeezing-smaller-bo...
3•davikr•9m ago•0 comments

Time it's not fatigue, but disconnection

https://morrick.me/archives/10176
1•milen•14m ago•0 comments

Game Theory in Cosmology

https://arxiv.org/abs/2511.20739
2•johnsutor•14m ago•0 comments

Place Capability Graphs: A General-Purpose Model of Rust's Ownership & Borrowing [video]

https://www.youtube.com/watch?v=JcQX8raHWQE
1•matt_d•16m ago•0 comments

Show HN: I made a white noise generator for my newborn

https://whitenoise.now/
2•vicke4•16m ago•0 comments

Tell HN: OpenAI Security Incident with PII

2•vintagedave•16m ago•1 comments

China tech giants move AI training offshore to tap Nvidia chips

https://www.semafor.com/article/11/27/2025/china-tech-giants-move-ai-model-training-offshore-to-t...
1•giuliomagnifico•18m ago•0 comments

Renewing GPG Subkeys in 2025

https://entropicthoughts.com/renewing-gpg-subkeys-in-2025
2•ibobev•18m ago•0 comments

Show HN: Alice Architecture: An Attempt at Autonomous AGI Based on ±0 Theory

https://github.com/xian367422611213344-source/Alice-Architecture-based-on-pm0-core
1•Norl-Seria•18m ago•1 comments

TPUs vs. GPUs and why Google is positioned to win AI race in the long term

https://www.uncoveralpha.com/p/the-chip-made-for-the-ai-inference
2•vegasbrianc•19m ago•0 comments

Campbell's fires executive who criticised its food in recording

https://www.ft.com/content/47444ad2-03ef-4064-8d06-cd752d1e383c
2•bookofjoe•20m ago•2 comments

How to use ChatGPT without brainrot

https://davidepstein.substack.com/p/how-to-use-chatgpt-without-brain
2•call-me-al•20m ago•0 comments

DeepSeekMath-V2: Towards Self-Verifiable Mathematical Reasoning

https://github.com/deepseek-ai/DeepSeek-Math-V2
1•chenzhekl•20m ago•0 comments

Rectangular-to-rectangular duct adapter STL generator

https://www.iteration3d.fr/en/templates/template-view.php?templateid=25
1•sylvainFR•20m ago•0 comments

Show HN: Derusted – An open-source programmable HTTPS MitM proxy engine in Rust

https://github.com/kumarimlab/derusted
1•kumaras•21m ago•0 comments

Nano Banana Pro: raw intelligence with tool use

https://quesma.com/blog/nano-banana-pro-intelligence-with-tools/
2•jakozaur•21m ago•0 comments

"Go generate a bridge and jump off it": How video pros are navigating AI

https://arstechnica.com/features/2025/11/go-generate-a-bridge-and-jump-off-it-how-video-pros-are-...
2•miltava•21m ago•0 comments

Tell HN: Happy Thanksgiving

2•LorenDB•23m ago•0 comments

OpenAI says dead teen violated TOS when he used ChatGPT to plan suicide

https://arstechnica.com/tech-policy/2025/11/openai-says-dead-teen-violated-tos-when-he-used-chatg...
2•chha•30m ago•1 comments

Why does Redis run out of memory when you still have free space?

https://velieroglu.substack.com/p/why-memory-defragmantation-occurs
2•velieroglu•32m ago•0 comments
Open in hackernews

Show HN: Kodo – Temporary, real-time translation chat app for my upcoming trip

2•jonathanleane•7mo 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•7mo 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•7mo ago
Not sure - lets try: https://kodo-frontend.onrender.com/join?token=3f717b9f1a9052...