frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Safe-install – Docker-first install-time hardening for pip and NPM

https://github.com/Khaeldur/safe-install
1•khaeldur•3m ago•0 comments

Meta Harmed Children, Allowing Adults to Prey on Them

https://www.wsj.com/tech/landmark-verdict-says-meta-harmed-children-allowing-adults-to-prey-on-th...
2•petethomas•3m ago•1 comments

Tessera – 32 OWASP security tests for GPT-4o, Claude, Gemini, Llama 3

https://github.com/tessera-ops/tessera
1•alysheaib•4m ago•0 comments

Arm releases first in-house chip, with Meta as debut customer

https://www.cnbc.com/2026/03/24/arm-launches-its-own-cpu-with-meta-as-first-customer.html
1•goplayoutside•6m ago•0 comments

Promptzy: Free Mac prompt and skills manager with a built-in Markdown editor

https://www.promptzy.app/
1•navbuildz•6m ago•1 comments

Firefox introduces Split View: Two tabs side by side, right where you need them

https://blog.mozilla.org/en/firefox/split-view/
3•nateb2022•7m ago•1 comments

OpenAI just gave up on Sora and its billion-dollar Disney deal

https://www.theverge.com/ai-artificial-intelligence/899850/openai-sora-ai-chatgpt
1•ukuina•7m ago•0 comments

Bleep – Local AI DLP proxy that catches secrets before they reach ChatGPT

https://www.bleep-it.com
1•llmhub•9m ago•0 comments

The People Making a Killing Gambling on War

https://www.racket.news/p/warriors-casino-the-people-making
1•oopsiremembered•9m ago•0 comments

Ask HN: Do you feel less happy when coding with agent?

1•zane__chen•10m ago•0 comments

Reward, Risk, and Regulation: American Attitudes Toward Artificial Intelligence [pdf]

https://www.gallup.com/file/analytics/695027/SCSP-Gallup-American-Perspectives-AI_Report.pdf
1•djoldman•11m ago•0 comments

Metasystemic

https://metasystemic.xyz
1•gdss•14m ago•0 comments

MiniStack: Free, open-source LocalStack alternative with real DB containers

https://ministack.org
1•nnucera•15m ago•0 comments

Humane's AI pin is now HP's Copilot

https://gizmodo.com/this-is-what-has-become-of-the-humane-ai-pin-an-enterprise-laptop-chatbot-200...
2•lemonish97•17m ago•1 comments

Does nobody care about not being able to copy from Slack anymore?

4•neal_caffrey•19m ago•1 comments

A daily brief of what the top podcasts are saying

https://www.podsnacks.com/
2•siruva07•20m ago•0 comments

NASA unveils Space Reactor-1 Freedom mission to Mars in 2028

https://www.nasaspaceflight.com/2026/03/nasa-sr1-freedom-mars-2028/
2•LorenDB•21m ago•0 comments

Stack Overflow for Agents

https://arstechnica.com/ai/2026/03/mozilla-dev-introduces-cq-a-stack-overflow-for-agents/
3•greedo•21m ago•0 comments

Tell HN: Llamacpp now supports unified system RAM offloading on Linux

4•dabockster•24m ago•0 comments

OpenAI shutters AI video generator Sora after just six months

https://www.theguardian.com/technology/2026/mar/24/openai-ai-video-sora
2•auggierose•25m ago•1 comments

Rgx – terminal regex debugger with JSON output, colored matching, and 3 engines

https://github.com/brevity1swos/rgx
3•brevity1swos•25m ago•0 comments

Ask HN: Does the Gmail iOS app often hang in iOS 26?

3•lysace•27m ago•1 comments

How we made Ramp Sheets self-maintaining

https://twitter.com/i/status/2036165188899012655
2•pongogogo•27m ago•0 comments

Litellm wasn't just attacked – code executed before the app even started

2•Olsberg•28m ago•0 comments

Firefox now has free 50Gb built-in VPN

https://support.mozilla.org/en-US/kb/built-in-vpn
3•Gaishan•28m ago•0 comments

Hypnic Jerk

https://en.wikipedia.org/wiki/Hypnic_jerk
2•thunderbong•28m ago•0 comments

Predicting onset of symptomatic Alzheimerʼs disease with plasma p-tau217 clocks

https://www.nature.com/articles/s41591-026-04206-y
1•bookofjoe•29m ago•0 comments

Hash23 – A constexpr implementation of different hashing algorithms

https://github.com/rwindegger/hash23
1•superreeen•31m ago•0 comments

Static Machine Code Analysis

https://tetzank.github.io/posts/static-machine-code-analysis/
1•ibobev•32m ago•0 comments

4 Types of Quantum Computers Explained [video]

https://www.youtube.com/watch?v=l8L7afabIJ0
1•jonbaer•33m ago•0 comments
Open in hackernews

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

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