frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Continuity – project state your AI sessions can't silently contradict

https://github.com/vikcena01/ai-continuity-plugin
1•vikcena01•1m ago•0 comments

Show HN: Free Tournament Bracket Maker and Generator

https://snapbracket.com/
1•littlelight•2m ago•0 comments

macOS 27 is a lifesaver for killing leftover AI Agent processes

https://9to5mac.com/2026/06/09/macos-27-golden-gate-makes-it-clear-when-apps-are-sneakily-running...
1•pierreneter•2m ago•1 comments

The Provenance Tax: How LLM Watermarking Changes AI Agent Behavior

https://www.lasso.security/blog/the-provenance-tax-understanding-the-impact-of-llm-watermarking-o...
1•fourfire•4m ago•0 comments

Waymo in Singapore

https://waymo.com/waymo-in-singapore/
2•ramanan•8m ago•0 comments

The Concerns Surrounding Rapid Rise of AI and What We Should Do About It

https://medium.com/@f9121212/this-article-addresses-the-concerns-surrounding-the-rapid-rise-of-ai...
1•ortrich•9m ago•0 comments

Age of Beyond [video]

https://www.youtube.com/watch?v=vp7xoPeWzEw
1•suopspaces•12m ago•0 comments

Natural General Intelligence

https://naturalgeneralintelligence.ai/
2•jbegley•17m ago•0 comments

Youper is shutting down – What kills mental health AI?

https://www.youper.ai/notice
2•batman2019•34m ago•0 comments

Show HN: Free GitHub Action that scans PR diffs for malicious code, not quality

https://github.com/marketplace/actions/vigil-pr-scanner
2•arsalsajjad•37m ago•0 comments

The Bitterest Lesson

https://typesafe.ai/blog/bitterest-lesson
2•emersonmacro•41m ago•0 comments

Google announces new experimental "CC" AI agent for families

https://arstechnica.com/google/2026/09/google-announces-new-experimental-cc-ai-agent-for-families/
2•geoffbp•42m ago•0 comments

Show HN: Green Screen Remover – free in-browser chroma key, nothing uploaded

https://greenscreenremover.net/
2•wangqing333•48m ago•0 comments

I built the fastest PHP webserver in the world

https://qbixserver.com
2•EGreg•49m ago•0 comments

Data

2•justavalidman•50m ago•0 comments

Running OpenBAO on Kubernetes with a CloudNativePG PostgreSQL Back End

https://www.cncf.io/blog/2026/09/16/running-openbao-on-kubernetes-with-a-cloudnativepg-postgresql...
2•geoffbp•50m ago•0 comments

Show HN: Concat: the open-source CapCut replacement.

https://github.com/jub0t/Concat
2•calanus•52m ago•0 comments

Pre-Greek: The lost language hidden within Ancient Greek

https://linguisticdiscovery.com/posts/pre-greek/
3•axiologist•53m ago•0 comments

Code Scans

https://devin.ai/blog/introducing-code-scans
3•geoffbp•57m ago•0 comments

Warez: The Infrastructure and Aesthetics of Piracy Culture

https://archive.org/details/b904a8eb-9c98-4bb1-bf25-3cb9d075b157
5•succinct_ideas•1h ago•0 comments

Show HN: Jinx – a link shortener you host free on GitHub Pages

https://jinx.fyi
2•SubmersibleZoom•1h ago•0 comments

Amfly: A deterministic simulation of six fruit fly connectomes in a reward loop

https://github.com/aravpanwar/amfly
2•Teever•1h ago•0 comments

Alternatives to milk are losing moomentum

https://www.economist.com/business/2026/09/17/alternatives-to-milk-are-losing-moomentum
2•andsoitis•1h ago•1 comments

Show HN: An open Add/Search evaluation framework for agent memory

https://agentmemoryleaderboard.ai/
2•IreneAI•1h ago•0 comments

A DeepSeek engineer just said the thing I've been feeling about AI for months

https://www.reddit.com/r/artificial/comments/1wi2zm9/a_deepseek_engineer_just_said_the_thing_ive_...
2•0xcrypto•1h ago•0 comments

Be alert: targeted attacks on prominent Rustaceans

https://blog.rust-lang.org/2026/09/17/targeted-attacks/
3•vinhnx•1h ago•0 comments

Hacking OpenAI

https://www.hacktron.ai/blog/hacking-openai
37•Handy-Man•1h ago•8 comments

Great Tea Race of 1866

https://en.wikipedia.org/wiki/Great_Tea_Race_of_1866
4•thunderbong•1h ago•0 comments

Cache-Tax

https://github.com/karanb192/claude-code-mods/tree/main/plugins/cache-tax
2•handfuloflight•1h ago•0 comments

Mova: Movement Analytics Platform

https://omid.al/projects/mova/
2•Quarterlyreport•1h 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...