Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Xiaomi MiMo v2.6(xiaomi.com)
    106comments
  2. The NASA/ESA Mars Sample Return mission has been canceled(science.org)
    139comments
  3. Transformers Explained Visually(poloclub.github.io)
    11comments
  4. CBP suspends all personal prescription importation Oct 22(personalimportation.org)
    3comments
  5. What Sun got wrong(dtrace.org)
    242comments
  6. Attention is all you have(alicegg.tech)
    144comments
  7. Why does mathmain need an encrypted loader?(safedep.io)
    23comments
  8. Divide by Depth for Instant 3D(gabrieloc.com)
    4comments
  9. The Advisory Group on Mathematics and Artificial Intelligence(terrytao.wordpress.com)
    23comments
  10. Apple Copland D11E4 Booting in the Browser(pagetable.com)
    12comments
  11. Frontier AI on Your Own Hardware(timdettmers.com)
    16comments
  12. In Search of a Compositional Theory of Self-Stabilization(muratbuffalo.blogspot.com)
    3comments
  13. Grok 4.7(x.ai)
    352comments
  14. Roboharm: Do frontier robot policies refuse unsafe instructions?(robocurve.org)
    6comments
  15. AI coding has made CI a bottleneck, so we reworked ours to keep up(linear.app)
    58comments
  16. Turn off and restrict access to Apple Intelligence features on Mac(support.apple.com)
    121comments
  17. US halts flights at busy East Coast airports, says fiber line cut(reuters.com)
    92comments
  18. Kev: Tiny Jev-like family of decision models built on top of Qwen3.5(github.com/jaredpalmer)
    164comments
  19. Python Workers are now generally available(cloudflare.com)
    24comments
  20. TXR: An Original, New Programming Language for Convenient Data Munging(nongnu.org)
    discuss
  21. This Digital Radio Gets Messages to the World’s Remotest Locations(ieee.org)
    33comments
  22. Grim Fandango Puzzle Document (1996) [pdf](jmac.org)
    89comments
  23. Avoiding the babbling-idiot failure in a time-triggered communication system(ieee.org)
    6comments
  24. Show HN: Foremerge – Catch intent conflicts between parallel coding agents(github.com/naw103)
    discuss
  25. Fable 5 – Median thinking declined in August(twitter.com/lon)
    202comments
  26. How do Traffic Signals Work (2019)(practical.engineering)
    32comments
  27. A restored PDP-11/83 serving this page on 211BSD Unix(pdp1173.com)
    30comments
  28. Noodle Gallery- Open-source, self-hosted alternative to Google Photos and Immich(digitalescapetools.com)
    34comments
  29. M5 Ultra Mac Studio Review(macstories.net)
    203comments
  30. Show HN: A website that tracks US food prices every day(kadoa.com)
    5comments

Avoiding the babbling-idiot failure in a time-triggered communication system

21 pointsby 3h agoieeexplore.ieee.org
6 comments
3h agoHN ↗

Alan Kay: Shannon Gave Us a Way of Dealing with Noisy Channels

https://www.youtube.com/watch?v=Cjntrqhn8pk

Alan Kay performs an improvisational avant garde layered audio feedback loop about Claude Shannon, live online during Kristen Nygaard's 100-year birthday celebration.

Alan was scheduled to talk about how encountering Simula sparked his early thoughts about objects. During setup, somebody had the live stream playing out loud near an open Zoom mic, so his own voice kept arriving back in his ears about 21 seconds late, over and over.

What he said was not random: "Shannon gave us a way of dealing with noisy channels." And: "I think about that almost every day. I realize what the fuck is going on and it's just so amazing." Shannon's noisy channel coding theorem is the math for exactly the kind of channel that was garbling him as he praised it.

[...]

1h agoHN ↗

We could all do with a bus guardian at times

1h agoHN ↗

Like a time-out timer (TOT) on radios?

When activated, the Time-out Timer starts counting the moment a user begins transmitting. If the transmission continues beyond a pre-set duration, the timer automatically cuts off the transmission. This mechanism compels users to be concise in their communication and relinquish the channel, allowing others the opportunity to transmit.

https://talkpod.com/blogs/two-way-radio-wiki/what-is-time-ou...

Edit: No, it's more like a scheduled lockout. You can only talk when it's your turn. And the assumption is that the clocks on each node are synced:

Every node has a notion of the global time and uses this notion along with the static schedule to establish when it should send messages.