Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Xiaomi MiMo v2.6(xiaomi.com ↗)
    47comments
  2. The NASA/ESA Mars Sample Return mission has been canceled(science.org ↗)
    100comments
  3. What Sun got wrong(dtrace.org ↗)
    235comments
  4. Attention is all you have(alicegg.tech ↗)
    131comments
  5. AI coding has made CI a bottleneck, so we reworked ours to keep up(linear.app ↗)
    28comments
  6. Why does mathmain need an encrypted loader?(safedep.io ↗)
    18comments
  7. Transformers Explained Visually(poloclub.github.io ↗)
    2comments
  8. The Advisory Group on Mathematics and Artificial Intelligence(terrytao.wordpress.com ↗)
    12comments
  9. Turn off and restrict access to Apple Intelligence features on Mac(support.apple.com ↗)
    105comments
  10. In Search of a Compositional Theory of Self-Stabilization(muratbuffalo.blogspot.com ↗)
    3comments
  11. Divide by Depth for Instant 3D(gabrieloc.com ↗)
    3comments
  12. Grok 4.7(x.ai ↗)
    335comments
  13. Apple Copland D11E4 Booting in the Browser(pagetable.com ↗)
    4comments
  14. US halts flights at busy East Coast airports, says fiber line cut(reuters.com ↗)
    75comments
  15. Kev: Tiny Jev-like family of decision models built on top of Qwen3.5(github.com/jaredpalmer ↗)
    163comments
  16. Frontier AI on Your Own Hardware(timdettmers.com ↗)
    5comments
  17. A restored PDP-11/83 serving this page on 211BSD Unix(pdp1173.com ↗)
    26comments
  18. Python Workers are now generally available(cloudflare.com ↗)
    21comments
  19. This Digital Radio Gets Messages to the World’s Remotest Locations(ieee.org ↗)
    30comments
  20. RoboHarm: Do Frontier Robot Policies Refuse Unsafe Instructions?(robocurve.org ↗)
    2comments
  21. How do Traffic Signals Work (2019)(practical.engineering ↗)
    30comments
  22. Avoiding the babbling-idiot failure in a time-triggered communication system(ieee.org ↗)
    5comments
  23. Fable 5 – Median thinking declined in August(twitter.com/lon ↗)
    188comments
  24. Grim Fandango Puzzle Document (1996) [pdf](jmac.org ↗)
    87comments
  25. Show HN: A website that tracks US food prices every day(kadoa.com ↗)
    2comments
  26. Show HN: Foremerge – Catch intent conflicts between parallel coding agents(github.com/naw103 ↗)
    discuss
  27. M5 Ultra Mac Studio Review(macstories.net ↗)
    191comments
  28. Noodle Gallery- Open-source, self-hosted alternative to Google Photos and Immich(digitalescapetools.com ↗)
    32comments
  29. macOS 27: Workaround to avoid downloading AI models and save storage(reddit.com ↗)
    81comments
  30. Heretic removes restrictions from language models(heretic-project.org ↗)
    88comments

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

18 pointsby 2h agoieeexplore.ieee.org
5 comments
2h 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.

[...]

34m agoHN ↗

We could all do with a bus guardian at times

32m 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.