frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Skibidology: Bruh Skibidi Exams

https://old.reddit.com/r/skibiditoilet/comments/1dqslf0/bruh_skibidi_exams/
1•Marshferm•1m ago•0 comments

Show HN: Dwellable – The app I built after waiving home inspection during Covid

https://apps.apple.com/us/app/dwellable-home-care-repair/id6444394386
1•rkrishnan2012•5m ago•0 comments

Matlab R2025 is unforgivably slow and buggy

https://old.reddit.com/r/matlab/comments/1oa55t7/r2025_is_unforgivably_slow_and_buggy/
1•teleforce•7m ago•0 comments

How This And Burevestnik

http://smoothiex12.blogspot.com/2025/10/how-this-and-burevestnik.html
1•B1FF_PSUVM•12m ago•0 comments

Unmarked, Plate-Less Vehicles Seen in ICE Arrests Across U.S., Report Finds

https://www.latintimes.com/unmarked-plate-less-vehicles-seen-ice-arrests-across-us-report-finds-a...
1•throwaway81523•17m ago•0 comments

One Memory Layer, Multiple Models (Claude, GPT, Llama, etc.)

https://github.com/MemMachine/MemMachine
1•jingerzz•24m ago•0 comments

Supercharge Your OCR Pipelines with Open Models

https://huggingface.co/blog/ocr-open-models
1•fjk•27m ago•0 comments

JPMorgan Alerted U.S. to Epstein Transfers Involving Wall St. Figures

https://www.nytimes.com/2025/10/30/business/jpmorgan-jeffrey-epstein.html
3•jbegley•28m ago•0 comments

No Code

https://github.com/lemonyte/no-code
10•Elliott-Diy•34m ago•3 comments

Crafting Engineering Strategy

https://craftingengstrategy.com
1•Garbage•39m ago•0 comments

Leadership Co-Processing with LLMs

https://www.theengineeringmanager.com/growth/leadership-co-processing-with-llms/
1•Garbage•41m ago•0 comments

China Raced Ahead of the U.S. on Nuclear Power

https://www.nytimes.com/interactive/2025/10/22/climate/china-us-nuclear-energy-race.html
2•NN88•42m ago•0 comments

How do you store and utilize your knowledge?

2•Salahuddin11•45m ago•2 comments

BGP – The Guy Who Knows Every Shortcut on the Internet

https://blog.aarjun.tech/posts/border-gateway-protocol/
2•techyKerala•48m ago•0 comments

Thought Engineering

https://pranavc28.github.io/blog/posts/thought-engineering-self-awareness/
1•pranavc28•50m ago•1 comments

Hacking India's largest automaker: Tata Motors

https://eaton-works.com/2025/10/28/tata-motors-hack/
1•Bogdanp•52m ago•0 comments

Show HN: Approve your AI agent's actions on the go

https://web.pathwave.io/docs
1•felipe-pathwave•1h ago•0 comments

Colliding black holes might have formed from earlier cosmic smashups

https://www.caltech.edu/about/news/colliding-black-holes-might-have-formed-from-earlier-cosmic-sm...
1•gmays•1h ago•0 comments

Push for Deregulated 'Freedom Cities'

https://www.wired.com/story/startup-cities-donald-trump-legislation/
2•felineflock•1h ago•1 comments

Please stop using AI browsers

https://www.xda-developers.com/please-stop-using-ai-browsers/
3•thunderbong•1h ago•0 comments

Tell HN: Netflix app on iPad Pro has broken audio-video sync

2•garyfirestorm•1h ago•0 comments

How China Is Using AI and EEG in Classrooms [video]

https://www.youtube.com/watch?v=JMLsHI8aV0g
1•mgh2•1h ago•1 comments

AMD Could Enter ARM Market with Sound Wave APU Built on TSMC 3nm Process

https://www.guru3d.com/story/amd-enters-arm-market-with-sound-wave-apu-built-on-tsmc-3nm-process/
2•walterbell•1h ago•0 comments

Tests show highest levels of PFAS in those living near New Mexico plume

https://abcnews.go.com/Health/wireStory/blood-tests-show-highest-levels-forever-chemicals-living-...
2•PaulHoule•1h ago•0 comments

Kimi Releases Kimi-CLI, an Open-Source Python Command-Line Tool

https://github.com/MoonshotAI/kimi-cli
2•nekofneko•1h ago•1 comments

Ground delay at Orlando International Airport due to ATC staffing

https://www.clickorlando.com/news/local/2025/10/30/ground-delay-at-orlando-international-airport-...
4•LostMyLogin•1h ago•1 comments

Peter Thiel-Backed Startup Secures $100M to Make Chips in U.S.

https://www.wsj.com/tech/peter-thiel-backed-startup-secures-100-million-to-make-chips-in-u-s-baff...
2•gmays•1h ago•2 comments

Show HN: Hot or Slop – Visual Turing test on how well humans detect AI images

https://hotorslop.com/
2•setrf•1h ago•0 comments

We built an AI Rap Generator – looking for product/UX feedback

https://airapgenerator.io/
1•retouch•1h ago•1 comments

Scientists may have found a panacea for snake bites

https://www.economist.com/science-and-technology/2025/10/29/scientists-may-have-found-a-panacea-f...
1•petethomas•1h ago•1 comments
Open in hackernews

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

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