Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: Ivx/AI Chat, AI client that doesn't track you (with a better GUI imo)(ivx.run ↗)
    discuss
  2. As Someone Who Has Written This Blog Post,(zachholman.com ↗)
    discuss
  3. Numerical Tours(numerical-tours.com ↗)
    discuss
  4. IPC Panic, a 4-call kernel panic in Apple XNU, up to macOS and iOS 26 included(seriot.ch ↗)
    discuss
  5. Inside the MIT Report on How AI Is Eroding Campus Culture(learningcurve.fm ↗)
    1comments
  6. GitMir just released Vibe, it's like Claude on steroids(gitmir.com ↗)
    discuss
  7. Mercury Books – Accounting Software Built into Your Bank Account(mercury.com ↗)
    discuss
  8. Hacking a Xiaomi Mi Band 4 to Run Super Mario Bros(qwertyforce.dev ↗)
    discuss
  9. Fedora 45 beta drags the Linux console into the 21st century(theregister.com ↗)
    discuss
  10. AI Agents Work. So Why Is Memory Becoming a Problem?(medium.com/majid.fekri ↗)
    discuss
  11. Show HN: LaunchPad-Lite – Open-Source Next.js 15 with Better Auth and Drizzle(github.com/bzdevelopments ↗)
    discuss
  12. Show HN: OpenDocBot – bring your own model to Word, Excel and PowerPoint(opendocbot.com ↗)
    discuss
  13. Agents: The New, New Kingmakers(redmonk.com ↗)
    discuss
  14. An Educational GEMM Ladder for Helios GPUs(amd.com ↗)
    discuss
  15. Lumai Iris – First Optical Computing System(lumai.ai ↗)
    discuss
  16. Jev means structured output is interesting again(seangoedecke.com ↗)
    discuss
  17. What is LLMjacking, and why should IT pros care?(itbrew.com ↗)
    discuss
  18. Column built an issuer processor from scratch(column.com ↗)
    discuss
  19. Set aside human extinction hypotheticals: can we keep AI from persisting itself?(keydiscussions.com ↗)
    discuss
  20. Elon Musk Trains His Political Chaos Machine on the U.K(wsj.com ↗)
    discuss
  21. Vira: Parking control and vehicle registration platform for Norway(mutaz.no ↗)
    discuss
  22. Digit 5 Sets a New Bar for Humanoid Robot Safety(ieee.org ↗)
    discuss
  23. A.I.'S Effect on the Work Force Is Showing Up in Wages(nytimes.com ↗)
    3comments
  24. Combino – AI-Powered Daily Word Game(combino.io ↗)
    discuss
  25. With 1 Extension: $20K in Bounties from Anthropic, Perplexity, Google, Microsoft(forever.security ↗)
    5comments
  26. Nobel Laureate Michael Kremer Picked as World Bank Top Economist(bloomberg.com ↗)
    discuss
  27. What Regulatory Capture Looks Like [pdf](danicaratelli.github.io ↗)
    discuss
  28. The 'But China ' Dilemma Driving the A.I. Race(nytimes.com ↗)
    discuss
  29. Show HN: A Coding Agent from Scratch(softwarewrighter.com ↗)
    discuss
  30. How is Wi-Fi node networking implemented in EasyMesh?
    discuss

Show HN: Tincan – terminal voice chat with no server in the middle

1 pointsby 1h agogithub.com
1 comments
1h agoHN ↗

Discord is banned from Türkiye since 9 october 2024. And talking from your device is a must for gaming, tiny-projects management, chatting with friends. I decided to create a voice chat app that works on terminal, no login required, no server in the middle. The first one to host session becomes coordinator and they talk in between by a mesh between the room. Tincan which comes from tincan phones from our childhoods. There is 2 tincan and there is a rope between them. In our app, devices are tincans and rope is the app. We added this rope to TUI too. There is nobody that listens your talkings. The content is private since we use QUIC TLS 1.3 and there is no key to relay. And there is no account, mail or phone number too. The weak part about privacy is IPs. iroh gives IPs under public key to who access your hosted session. Mesh that we use over 1 host actually limits how many people can talk at 1 session. It is not efficent to connect over 6 people in one single session. We use RNNoise for noise cancellation. And it automaticly adds 10ms delay. The invitation code is 63 characters but we fixed these by derive it to a session name and a password. You can store 200 lines on hosts device and distribute it to other by host. I couldn't test it on real Windows, there is test ofc but I don't know if it will run without bug. Let me know if you find anything about windows part. We are now v0.3.0 and I am planning to keep developing it