frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Managing metadata is essential in LLM world

https://www.itbrew.com/stories/managing-metadata-is-essential-in-llm-world
1•mooreds•33s ago•0 comments

Are coding interview still relevant?

1•manidharv•56s ago•0 comments

Visual Studio Code for Education roadmap update

https://vscodeedu.com/whats-new/2645
1•acbart•1m ago•1 comments

Alignment pretraining: AI discourse creates self-fulfilling (mis)alignment

https://arxiv.org/abs/2601.10160
2•anigbrowl•3m ago•0 comments

Keeping the Cultural Uplands Alive

https://jaymollica.com/blog/keeping-the-cultural-uplands-alive/
1•thebigship•3m ago•0 comments

How to Start an AI Business as a Teenager in 2026 [video]

https://www.youtube.com/watch?v=X_lxuGsFu4M
1•botang1•3m ago•0 comments

Secret History of Silicon Valley [video]

https://www.youtube.com/watch?v=ZTC_RxWN_xo
2•gmays•5m ago•0 comments

The Jacobian, the Damping Term, and the Geometry of Reach

https://atomsfrontier.substack.com/p/the-jacobian-the-damping-term-and
2•jpatel3•6m ago•0 comments

The Melancholy of Slaying Monsters

https://thereader.mitpress.mit.edu/the-strange-melancholy-of-slaying-monsters/
1•foliveira•7m ago•0 comments

Show HN: Onionfutures.com: transferable contracts for future delivery of onions

https://onionfutures.com/
2•a11ce•8m ago•0 comments

Show HN: Tracecast – open-source generative data apps built on top of Marimo

https://github.com/tracecast/open_data_apps
1•malachyd•10m ago•0 comments

Running PyTorch Models on Apple Silicon GPUs with the ExecuTorch MLX Delegate

https://pytorch.org/blog/running-pytorch-models-on-apple-silicon-gpus-with-the-executorch-mlx-del...
1•0bytematt•12m ago•0 comments

Petition Against Meta's Model Capability Initiative

https://mcipetition.com/
1•zeroonetwothree•13m ago•0 comments

Who will buy your services if you fire us all?

https://carette.xyz/posts/who_will_buy_your_services/
3•LucidLynx•14m ago•0 comments

US bill proposes new national EV tax, while some push to slash gas tax to zero

https://electrek.co/2026/05/18/us-bill-would-overcharge-evs-to-pay-for-road-damage-they-arent-doing/
2•dogscatstrees•14m ago•0 comments

Return on Intelligence: The Preface to an Eight-Part Series on the AI Bubble

https://rebecca-powell.com/posts/return-on-intelligence-the-preface/
1•simonpure•16m ago•0 comments

The quiet grief of adult friendship

https://timesofindia.indiatimes.com/blogs/civil-irony/the-quiet-grief-of-adult-friendship/
2•jger15•19m ago•0 comments

Three Things about Data

https://www.undermanager.com/three-things-about-data/
1•altacc•22m ago•0 comments

Leaving the Sea of Nodes in the V8 JIT

https://v8.dev/blog/leaving-the-sea-of-nodes
1•obl•25m ago•0 comments

AI separates knowledge from identity, writing separates knowledge from memory

https://www.nvegater.com/blog/ai-separator-hn
1•nvegater•26m ago•0 comments

.at TLD is top on CF Radar

https://radar.cloudflare.com/tlds?dateRange=1d
3•labithiotis•26m ago•0 comments

Peter G. Neumann, Who Warned of Computer Security Risks, Dies at 93

https://www.nytimes.com/2026/05/17/technology/peter-g-neumann-dead.html
2•jgrahamc•30m ago•0 comments

Slop-Mop: Harm Reduction for Addicted Agents

https://scienceisneato.substack.com/p/slop-mop-harm-reduction-for-addicted
2•ji_reilly•34m ago•1 comments

I built an agent to organize 500 GB of family home videos from the 90s

https://www.mux.com/blog/using-mux-robots-to-organize-my-archive-of-90s-era-vhs-home-videos
1•dylanjha•35m ago•0 comments

Show HN: Feature flags on Redis you use – a low cost solution

https://github.com/sgs-97/redis-feature-flags
1•sgs-97•36m ago•3 comments

Holecard – CLI password manager with TOTP support

https://github.com/shabaraba/holecard
1•28304283409234•38m ago•0 comments

Mixxx: FOSS DJ Mixing Software

https://github.com/mixxxdj/mixxx
1•yacin•39m ago•0 comments

Design CLI – Automate design workflows

https://github.com/shuffle-dev/cli
1•dym3k•44m ago•1 comments

NX VS Code extension compromised again

https://github.com/nrwl/nx-console/issues/3139
3•varunsharma07•45m ago•0 comments

Actions-cool/issues-helper GitHub Action Compromised

https://github.com/actions-cool/issues-helper/issues/230
2•varunsharma07•46m 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...