frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

For SF's public defenders, resistance is the new black

https://sfstandard.com/2026/04/27/public-defenders-wear-all-black-protest/
1•iancmceachern•13s ago•0 comments

The lamps you're not allowed to have. Exploring the Dubai lamps (2021) [video]

https://www.youtube.com/watch?v=klaJqofCsu4
1•bb88•49s ago•0 comments

Joby flies first point-to-point air taxi flight tests in New York

https://www.reuters.com/business/aerospace-defense/joby-flies-first-point-to-point-air-taxi-fligh...
1•canucker2016•1m ago•0 comments

An open-source platform to auto-update agent skills and discover fresh sources

https://www.loooop.dev/
1•kl01•5m ago•0 comments

Redmine

https://www.redmine.org/
1•tamnd•6m ago•0 comments

A persistent Unix-like ESP8266 system with more that 70 console commands

https://github.com/hery-torrado/KernelESP
1•herytorrado•11m ago•1 comments

Client side search and recommendation with TurboQuant

https://h3manth.com/ai/cinematch/
1•init0•13m ago•0 comments

There's a Good Reason You Can't Concentrate

https://www.nytimes.com/2026/03/27/opinion/technology-mental-fitness-cognitive.html
1•philip1209•14m ago•0 comments

The Secret Group Chats Fueling MAGA's Messaging Machine

https://slate.com/technology/2026/04/trump-ballroom-ashley-st-clair-maga.html
2•JojoFatsani•14m ago•0 comments

Victory in FOIA Against Twelve South for PlugBug 120W Electrical Info

https://archive.org/details/pb120-us
1•birdculture•17m ago•0 comments

What Are OPEC+'s Fiscal Breakeven Oil Prices Telling Us?

https://economics.bmo.com/en/publications/detail/141134d9-5322-4b04-bf49-2c3e6088115a/
1•JumpCrisscross•19m ago•0 comments

Canada govt plans crypto ATM ban to stop scammers from defrauding Canadians

https://www.cbc.ca/news/canada/toronto/canada-crypto-atm-ban-scammers-9.7180642
2•canucker2016•24m ago•1 comments

The Revealing Summary Reversal in LULAC

https://www.stevevladeck.com/p/223-the-revealing-summary-reversal
2•hn_acker•25m ago•1 comments

Claude-multiprofile: run multiple Claude accounts side by side on macOS

https://github.com/jmdarre-v/claude-multiprofile
3•jmd7•27m ago•0 comments

Asimov, an open source tsla humanoid

https://github.com/asimovinc/asimov-v1
3•ElasticBottle•29m ago•0 comments

SubmitYourWork – Submit your startup to directories from one place

https://github.com/Sketchjar/submityourwork
2•gcsydney•29m ago•0 comments

Couples Wanted to Have Children. Rising Costs Are Stopping Them

https://www.nytimes.com/2026/04/26/business/children-rising-costs.html
2•lando2319•33m ago•0 comments

Ask HN: Can we just call them "Harness Gloves"?..and an App Store model?

2•lowoxidizer•33m ago•0 comments

The 3-character kernel patch that tamed the OOM killer for Postgres

https://www.ubicloud.com/blog/postgresql-and-the-oom-killer-why-we-use-strict-memory-overcommit
3•mustpax•33m ago•0 comments

Super Zsnes: GPU Powered SNES Emulation

https://www.youtube.com/watch?v=r5twUkvYFpA
4•kjeetgill•34m ago•0 comments

Show HN: I built another to do list. But it does a lot

https://apps.apple.com/us/app/rotation-list-shared-to-do/id6758746324
2•toddh•35m ago•0 comments

Which (tech) companies have the best work life balance?

3•philmcp•35m ago•0 comments

Show HN: InterviewDen – Free voice AI mock interviews for SWE, IB, quant, more

https://theinterviewden.com/
2•psonthalia•35m ago•0 comments

I just added every Pulsing Aura card to the PTCGP database I maintain

https://pocketcards.net/database
2•bat0x01•35m ago•0 comments

(accidental post)

https://4dayweek.io
2•philmcp•36m ago•1 comments

How to Do OAuth with OpenAI

https://developer.puter.com/tutorials/openai-oauth/
2•ent101•36m ago•0 comments

(Almost) A Eulogy for Voyager

https://nautil.us/almost-a-eulogy-for-voyager-1280164
2•Bender•39m ago•0 comments

London to Calcutta by Bus

https://www.amusingplanet.com/2022/08/london-to-calcutta-by-bus.html
2•CGMthrowaway•40m ago•0 comments

The Open Social Web Needs Section 230 to Survive

https://www.eff.org/deeplinks/2026/04/open-social-web-needs-section-230-survive
2•hn_acker•42m ago•0 comments

Tech Lobbyists Hard at Work Undermining Proposed Alaska 'Right to Repair' Law

https://www.techdirt.com/2026/04/28/tech-lobbyists-hard-at-work-undermining-proposed-alaska-right...
2•hn_acker•43m ago•0 comments
Open in hackernews

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

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