frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

LGBT tolerance slumps in the Netherlands, 25% of boys have LGBT+ positive views

https://www.dutchnews.nl/2026/09/lgbt-tolerance-slumps-in-the-netherlands-as-debate-turns-vicious/
1•alephnerd•16s ago•0 comments

Aura – Open-Source Framework for Detecting Social Engineering in LLMs

https://github.com/kate8382/AURA
1•kate8382•40s ago•0 comments

What would happen if the Yellowstone supervolcano erupted now

https://theconversation.com/end-of-humanity-blow-by-blow-account-of-what-would-happen-if-the-yell...
1•Stratoscope•55s ago•0 comments

How do I talk about using AI without sounding like an AI evangelist?

https://www.askamanager.org/2026/09/how-do-i-talk-about-using-ai-without-sounding-like-an-ai-evan...
1•MattSayar•4m ago•0 comments

Writing Rust code faster than SotA by asking agents to make the code faster

https://minimaxir.com/2026/09/agentic-iteration/
1•minimaxir•4m ago•0 comments

How to address the failures we found along the US border's "virtual wall"

https://www.technologyreview.com/2026/09/21/1144164/border-towers-surveillance-policy-recommendat...
1•joozio•4m ago•0 comments

France to Upgrade Heat Wave Modeling After Record Nuclear Curbs

https://www.bloomberg.com/news/articles/2026-09-21/france-to-upgrade-heat-wave-modeling-after-rec...
1•toomuchtodo•4m ago•1 comments

AI proves Medvedev logic is undecidable

https://arxiv.org/abs/2609.13359
2•carra•5m ago•0 comments

Amazon Blocks Meta's New Muse AI Agent from Shopping on Amazon.com

https://www.forbes.com/sites/jonmarkman/2026/09/21/amazon-blocks-metas-new-muse-ai-agent-from-sho...
3•simianwords•5m ago•0 comments

I don't care about majors, minors, or honors programs. Do you?

https://blog.computationalcomplexity.org/2026/09/i-dont-care-about-majors-minors-or.html
1•mathattack•6m ago•0 comments

Ask HN: How close are we to AI bubble bursting?

1•bg117•7m ago•0 comments

The Questionable Legality of ICE's Palantir Elite System

https://www.techpolicy.press/from-records-to-raids-the-questionable-legality-of-ices-palantir-eli...
2•cdrnsf•7m ago•0 comments

The Influence of AI on Human Decisions in DHS Surveillance

https://www.techpolicy.press/the-influence-of-ai-on-human-decisions-in-dhs-surveillance/
1•cdrnsf•7m ago•0 comments

What Jev Means for the Future of Evals

https://armank.com/thoughts/3
1•armank-dev•10m ago•0 comments

Hands-On with Googlebooks

https://www.tomshardware.com/laptops/hands-on-with-googlebooks-five-models-the-new-googlebook-os-...
1•Shuddown•10m ago•1 comments

North Korea Stopped Nuclear Testing in 2017, Triggered 1k Earthquakes Since

https://www.sciencealert.com/north-korea-stopped-nuclear-testing-in-2017-but-triggered-nearly-140...
1•gmays•10m ago•0 comments

The Sun Doesn't Shine on Me (2006)

https://fullhoffman.com/2006/03/20/the-sun-doesnt-shine-on-me/
1•simonebrunozzi•15m ago•0 comments

BBC removes 11 Mitchell and Webb comedy sketches from iPlayer

https://www.bbc.co.uk/news/articles/c6jdvpr30k8jo
2•benj111•15m ago•0 comments

You're a Meat Proxy

https://twitter.com/i/status/2101779116056088732
2•Michelangelo11•16m ago•0 comments

Antigravity Spaces – Switch Antigravity IDE Projects Easily

https://github.com/ApollosWave/antigravity-spaces
1•apolloswave•17m ago•0 comments

Iron willpower is an illusion – composure is the real engine of self-control

https://drdeborst.substack.com/p/iron-willpower-is-an-illusion-composure
2•dr-j•18m ago•0 comments

Show HN: Jobs at Recently Funded Startups

https://www.vcbacked.co/jobs
1•veritas9•18m ago•0 comments

Chess Design Timeline

https://chess-timeline.vercel.app/
2•msotomorras•20m ago•1 comments

Database Normalization

https://en.wikipedia.org/wiki/Database_normalization
1•gregsadetsky•22m ago•0 comments

We Asked a Urologist Whether Icing Your Testicles Boosts Testosterone

https://geiselmed.dartmouth.edu/news/2026/we-asked-a-urologist-whether-icing-your-testicles-reall...
1•harry_nutsachs•24m ago•0 comments

Guess the Country from Demographic Data

https://www.demoguessr.com/
1•BjarkeErichsen•25m ago•1 comments

Show HN: TickerWhale – nightly 0-100 scores and fair values for 1,300 stocks

https://tickerwhale.com
1•nacer222•27m ago•0 comments

Googlebook – Meet the Lineup and pre-order

https://googlebook.google/shop/
1•bretpiatt•30m ago•1 comments

Grok 4.7 Intelligence, Performance and Price Analysis

https://artificialanalysis.ai/models/grok-4-7
4•theanonymousone•30m ago•0 comments

Show HN: Agent Chaperone – Screen AI agent tool calls and results with Jev

https://github.com/agent-chaperone/agent-chaperone
2•sepehrsafari•31m 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...