frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Case for Deep Conversation in a World of Small Talk

https://thewalrus.ca/small-talk/
1•pseudolus•2m ago•0 comments

Data driven essay: Misogyny kills; misandry kills at scale

https://socialsommentary.substack.com/p/misogyny-kills-misandry-hurts-feelings
1•dandare•2m ago•0 comments

ARM64 BBML3 Feature Ready with Linux 7.3, Nvidia Olympus Workarounds

https://www.phoronix.com/news/ARM64-Linux-7.3
1•rbanffy•2m ago•0 comments

Show HN: ImageSage – Find the screenshot you want from 10k messy screenshots

https://apps.microsoft.com/detail/9mt89hd9s6sm?hl=en-US&gl=US
1•ringlochid•8m ago•0 comments

Bootstrappable Builds: How and Why

https://lwn.net/SubscriberLink/1088279/ada6cd53d01cdafa/
1•6581•12m ago•0 comments

Security Through Obscurity

https://en.wikipedia.org/wiki/Security_through_obscurity
1•thuva4•15m ago•0 comments

Meta faces pivotal kids' safety trial

https://www.politico.com/news/2026/08/18/meta-faces-pivotal-kids-safety-trial-01039903
1•0in•16m ago•0 comments

Each degree of warming could add a month of intolerable heat for 1B people

https://phys.org/news/2026-08-degree-month-intolerable-billion-people.html
1•geox•18m ago•0 comments

Operation Blue Skies: Reducing aviation climate impact with AI

https://blog.google/innovation-and-ai/models-and-research/google-research/blue-skies/
1•thm•19m ago•0 comments

Show HN: MCP-Proxy Add MCP support to any REST API – no code changes required

https://github.com/crhuber/mcp-proxy
2•cr_huber•23m ago•0 comments

Show HN: MyPdfly – 30 free PDF tools, no signup required

https://mypdfly.com
1•Tauseef199•24m ago•0 comments

Tell HN: Use AI to music score your books

1•arisAlexis•25m ago•0 comments

The Berlin Government has been Hacked

https://www.heistberlin.com/news/berlin-senate-government-hacked-cyberattack-bela/
5•dudefeliciano•25m ago•1 comments

Show HN: DynaJS – New JavaScript runtime with batteries included

https://github.com/corporatepiyush/dynajs
1•truth_seeker•25m ago•0 comments

Toxicity and Antisocial Behavior over User Lifetimes on Social Media (2024)

https://arxiv.org/abs/2407.09365
1•wslh•26m ago•0 comments

Job Ads Tell You What Employers Want, Not What You Want

https://julienreszka.com/blog/job-ads-tell-you-what-employers-want-not-what-you-want/
2•julienreszka•32m ago•0 comments

How Krackpot works: secp256k1, SHA-256 and RIPEMD-160 in WebGPU

https://krackpot.io/blog/how-it-works
2•svenfaw•33m ago•0 comments

Executable pseudocode for learning CS without syntax barriers

https://thaduscodelabs.com
2•thadusTeam•35m ago•0 comments

Anthropic's Annualized Revenue Tops $65B Before IPO

https://www.bloomberg.com/news/articles/2026-08-17/anthropic-revenue-run-rate-surpasses-65-billio...
5•johnbarron•36m ago•1 comments

So Long Relayd, and Thanks for All the Fish

https://btxx.org/posts/so-long-relayd/
3•bradley_taunt•36m ago•0 comments

Everybody Wants You to Win

https://web.navan.dev/posts/2026-07-15-everybody-wants-you-to-win.html
3•jger15•37m ago•0 comments

AI automation: Lock in payroll savings or reinvest capacity into growth

https://urnicus.com/blog/the-quiet-cost/
2•urnicus•41m ago•0 comments

Show HN: The Hacker News Puzzle

https://pzlgames.com/games/hackernews/
4•pompomsheep•41m ago•0 comments

Maiden voyage for India's first hydrogen train

https://www.chemistryworld.com/news/maiden-voyage-for-indias-first-hydrogen-train-signals-the-cou...
2•valeg•41m ago•0 comments

Show HN: Samuel, a Silly Speech Model

https://samuel.vvolhejn.com/
2•vvolhejn•43m ago•0 comments

Show HN: AnyCreature. making 3D creature by agent. harness by 3D assets pipeline

https://github.com/Ariescar/anyCreature
3•Ariescar•46m ago•0 comments

Google buys crashed airline Spirit's data at auction, because AI

https://www.theregister.com/ai-and-ml/2026/08/18/google-buys-crashed-airline-spirits-data-at-auct...
38•pseudolus•46m ago•7 comments

Native vLLM and ROCm 7.15 for RX 6000 (RDNA2) on Windows 11 – 26 Tflops FP16

https://github.com/sebastianmechno-sys/vllm-rocm-windows-rdna2
2•esseba-dev•48m ago•0 comments

MacBook Is Now an AI Workstation: Run Qwen 3.8 Locally

https://suyash-joshi.medium.com/your-macbook-is-now-an-ai-workstation-run-qwen-3-8-locally-d1e103...
4•suyash•49m ago•1 comments

Show HN: MeetMoves – video/GIF backgrounds for Google Meet, no OBS needed

https://chromewebstore.google.com/detail/meetmoves/pcihfjkbfcfademdaplkhmgngdlkfepg
3•amu4biz•53m 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...