frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

George Orwell's 1984 (Hinge Dating App)

https://www.spectator.com.au/2026/07/the-dark-truth-about-dating-apps-and-ai/
1•circumcised•3m ago•0 comments

QRiosity Killed the Cat

https://qriositykilledthecat.com
1•OccamsMirror•5m ago•0 comments

Palantir Shares Jump on 'Otherworldly' Sales, Improved Forecast

https://www.wsj.com/business/earnings/palantir-lifts-guidance-as-revenue-nearly-doubles-f4d79fa7
2•andsoitis•7m ago•1 comments

Full-Stack AI Engineer, Clinical Systems – NYC Based – Healthtech

https://alnuhealth.com/careers/full-stack-ai-engineer-clinical-systems
1•ben-scire•10m ago•1 comments

Telegram Removed from AppStore?

https://www.reddit.com/r/ios/s/RYlp8LKNdD
2•outcoldman•11m ago•1 comments

Nvidia NemotronLabs VoiceChat 11B – real-time full duplex with tool calling

https://huggingface.co/nvidia/NVIDIA-NemotronLabs-VoiceChat-11B
1•karimf•14m ago•0 comments

Birth order and disease risk across the human phenome

https://www.nature.com/articles/s44360-026-00177-z
3•Jimmc414•14m ago•0 comments

Telegram Removed from App Store

https://apps.apple.com/us/app/telegram-messenger/id686449807
5•ExpertAdvisor01•16m ago•2 comments

The Skylar Semigroup Framework for Prime Numbers

https://zenodo.org/records/21781236
1•larklaflamme•17m ago•0 comments

Winamp Announces Strategic Partnership with Deezer

https://winamp.com/press/winamp-announces-strategic-partnership-with-deezer-to-power-the-next-gen...
2•soheilpro•21m ago•0 comments

What I Learned Growing an Engineering Blog from 0 to 463,000 Pageviews

https://sahansera.dev/what-i-learned-growing-engineering-blog-463000-pageviews/
1•sahan•23m ago•0 comments

BYOC Is Not Just 'Deploy into Their Cloud'

https://omnistrate.com/blog/byoc-anywhere-the-spectrum-of-bring-your-own-cloud-deployments
2•kkgupta•26m ago•0 comments

AI Is Breaking the SaaS Deployment Model: 10 Commandments for BYOC

https://byocanywhere.org/
2•kkgupta•27m ago•0 comments

The day my sneaky link made me gag (and not in the fun way)

https://by40.substack.com/p/the-day-my-sneaky-link-made-me-gag
2•ninetailed_aux•27m ago•0 comments

How human hearing is shaping high-end audio

https://physicstoday.aip.org/quick-study/how-human-hearing-is-shaping-high-end-audio
3•7402•32m ago•0 comments

Snakes aren't simple tubes. Their bodies have 5 regions, including a short neck

https://theconversation.com/snakes-arent-simple-tubes-their-bodies-have-five-regions-including-a-...
3•defrost•40m ago•0 comments

The Myth, the Mythos, and the Man

https://om.co/2026/06/07/the-myth-the-mythos-and-the-man/
2•sanj•41m ago•0 comments

Show HN: Every plaintext HTTP request on your Linux box captured via eBPF

https://github.com/yeet-src/httpwatch
1•r3tr0•42m ago•0 comments

Cruising for Shells in Flowise – 6 RCEs That Rode Flowise Low and Slow

https://www.elttam.com/blog/cruising-for-shells-in-flowise
1•pentestercrab•42m ago•0 comments

Show CVBoosta:Resume Optimizer that tailors your resume to every job

1•cvboosta•43m ago•0 comments

Linux manpages maintainer wants to raise memory.h from the dead

https://lore.kernel.org/linux-man/am0RdPxvbIYUKAL-@devuan/T/#m277b916c39713d644d36a42d82debbff1df...
1•potus_kushner•46m ago•1 comments

Why Airplanes Use 400 Hz Power

https://blog.monroeaerospace.com/why-airplanes-use-400-hz-power/
2•thunderbong•46m ago•3 comments

The Next Five Years – Economics of AI – Patrick Collison

https://next-five-years.vercel.app/
3•haritha1313•49m ago•0 comments

Feynman's Lecture Notes

https://www.feynmanlectures.caltech.edu/Notes.html
3•tylerdane•52m ago•1 comments

Court case involving ownership of dota (2017) [pdf]

https://s3.documentcloud.org/documents/3726401/BlizzardvLilith.pdf
2•marysminefnuf•56m ago•0 comments

Show HN: Crack Attack game vibe-ported to run in browser

https://leifkb.github.io/crack-attack-browser/
1•eurleif•56m ago•0 comments

Telegram is suspected to be removed from the App Store

6•lijialjun•57m ago•2 comments

Native Apps Should Be Avoided Whenever Possible

https://nooneshappy.com/article/native-apps-should-be-avoided-whenever-possible/
3•bigyabai•57m ago•0 comments

How are you operating AI infrastructure in production?

2•kkgupta•59m ago•0 comments

We Rewrote Our Agent to Run in a Durable Object with Pi, Agents SDK, Code Mode

https://twitter.com/Vercantez/status/2082138839888589200
1•gmays•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...