frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

MXSS: Mutation cross-site scripting explained

https://sonarsource.github.io/mxss-cheatsheet/explained/
1•fanf2•35s ago•0 comments

Reverse Engineering Action's Cheap Fichero Labelprinter

https://blog.dbuglife.com/reverse-engineering-fichero-label-printer/
1•tomwas54•1m ago•0 comments

Show HN: I built an MCP server so Agents can launch RWAs and compliant tokens

https://github.com/bitbond/token-tool-mcp
1•travi3000•1m ago•0 comments

Show HN: FeralDeps, local dependency and vulnerability scanner for Java projects

https://github.com/PardixLabs/feraldeps-core
1•conor_pardix•3m ago•0 comments

AI in Trump's 3-D Chess Match

https://www.wsj.com/opinion/ai-in-trumps-3-d-chess-match-d62c2596
1•RyanShook•4m ago•0 comments

Simplifying Git Worktrees

https://backnotprop.com/blog/simplifying-git-worktrees/
1•ramoz•4m ago•0 comments

80M galaxies: Gigantic astronomical catalog viewable online

https://www.heise.de/en/news/80-million-galaxies-Gigantic-astronomical-catalog-viewable-online-11...
1•ohjeez•4m ago•0 comments

LocalPDF V3 – 100% local, browser-based PDF studio (Free and No Ads)

https://local-pdf-five.vercel.app/
1•piyushpr134•4m ago•1 comments

The Lobster Pot

https://pinata.cloud/blog/the-lobster-pot/
1•iammatthias•5m ago•1 comments

I fixed the same Supabase issues 100 times in my agency for vibe coders

https://www.tryargus.dev/
1•vronchin•6m ago•1 comments

New 'color palette' for peptides based on non-natural amino acids

https://phys.org/news/2026-02-scientists-massive-palette-biomedical-natural.html
1•PaulHoule•7m ago•0 comments

The Olympus Programming Language

https://dl.acm.org/doi/pdf/10.1145/3664211
2•rbanffy•7m ago•0 comments

Anthropic Sues DoD

https://www.wired.com/story/anthropic-sues-department-of-defense-over-supply-chain-risk-designation/
2•vessenes•7m ago•1 comments

Building faster than you can think

https://www.augmentcode.com/blog/building-faster-than-you-can-think
1•knes•8m ago•0 comments

Ask HN: Free hosting/cloud providers for free non-profit open source apps?

1•-thrwwy•9m ago•0 comments

NaviServer, a versatile multiprotocol (HTTP(S), etc.) server written in C/Tcl

https://github.com/naviserver-project/naviserver
1•anonnon•9m ago•1 comments

Show HN: Caloriva – A calorie tracker that actually understands

1•caloriva•9m ago•0 comments

Show HN: Colchis Log – cryptographic audit trail for AI systems (Python)

https://github.com/GhurtSky-GR13/colchis-log
3•GhurtSky•10m ago•0 comments

Oil Is Near a Price That Hurts the Economy

https://www.wsj.com/business/energy-oil/oil-is-already-near-a-price-that-hurts-the-economy-3cebcfdc
5•JumpCrisscross•11m ago•0 comments

Random-Bridges as Stochastic Transports for Generative Models

https://arxiv.org/abs/2512.14190
1•sesenai•11m ago•1 comments

AI companies turn knowledge into a proprietary asset. Share your knowledge

https://insidestack.it/blog/ai-companies-turn-knowledge-into-a-proprietary-asset-share-your-knowl...
1•danijelk•11m ago•0 comments

One More Prompt: The Dopamine Trap of Agentic Coding

https://blog.quent.in/blog/2026/03/09/one-more-prompt-the-dopamine-trap-of-agentic-coding/
2•pranay01•12m ago•0 comments

Cloudflare's Agents.md

https://github.com/cloudflare/cloudflared/blob/master/AGENTS.md
1•fernvenue•12m ago•0 comments

Claude helped select targets for recent wave of Iran strikes

https://www.nonzero.org/p/iran-and-the-immorality-of-openai
3•d0able•13m ago•2 comments

The Tree of Up

https://up.com.au/tree/
1•skogstokig•14m ago•0 comments

Show HN: Ratschn – A local Mac dictation app built with Rust, Tauri and CoreML

https://ratschn.com
3•Edos8877•16m ago•0 comments

Show HN: Deadbranch – Interactive TUI for cleaning stale Git branches (Rust)

https://github.com/armgabrielyan/deadbranch
2•armen99•19m ago•1 comments

IDF Officials Admit Military Struggling to Intercept Hezbollah Drones

https://www.haaretz.com/middle-east-news/2026-03-08/ty-article/.premium/idf-officials-admit-milit...
4•johnshades•19m ago•0 comments

Ask HN: How do you keep your data private?

2•mrdependable•20m ago•1 comments

Show HN: Dull – Instagram Without Reels, YouTube Without Shorts

https://getdull.app
1•kasparnoor•20m ago•1 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...