Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    23comments
  2. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    103comments
  3. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    69comments
  4. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    58comments
  5. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    416comments
  6. San Francisco Onion Futures Company(onionfutures.com ↗)
    68comments
  7. "The Secret Life of Circuits" is here(coredump.cx ↗)
    12comments
  8. Cloudflare Quick Tunnels(cloudflare.com ↗)
    285comments
  9. Apple M6 Pro Achieves the Highest Single-Core CPU Score in Geekbench 7(geekbench.com ↗)
    42comments
  10. SDCC – Small Device C Compiler(sourceforge.net ↗)
    18comments
  11. Science Is Open Software(jepedersen.dk ↗)
    38comments
  12. How to Write with an LLM(sockpuppet.org ↗)
    330comments
  13. Saving another 100TB of RAM(cloudflare.com ↗)
    78comments
  14. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    15comments
  15. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    88comments
  16. Typesafe-computer-use drives a Mac toward a goal for 1/50th of a cent per step(github.com/awlevin ↗)
    51comments
  17. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    32comments
  18. Communication by means of modulated Johnson noise(pnas.org ↗)
    discuss
  19. Ctenophores: Wonders of Biology(quantamagazine.org ↗)
    6comments
  20. NASA-IBM Lunar Foundation open-Source Geospatial AI Model(usra.edu ↗)
    2comments
  21. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    105comments
  22. OpenJev(openjev.com ↗)
    266comments
  23. Goroutine Leak Profiles(go.dev ↗)
    4comments
  24. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    89comments
  25. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    70comments
  26. Cache-to-Cache: Direct Semantic Communication Between LLMs (2025)(arxiv.org ↗)
    13comments
  27. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    71comments
  28. Suppress vulnerabilities applying Kubernetes context to scans(github.com/alegrey91 ↗)
    2comments
  29. Veronese's Dogs(publicdomainreview.org ↗)
    1comments
  30. Cyclomatic Complexity in C#(ndepend.com ↗)
    23comments

rwall Incident (1987)

21 pointsby 5y agoen.wikipedia.org
13 comments
5y agoHN ↗

Career spanning decades, things like FreeBSD and FreeNAS on the credit sheet, and still people remember that one time back 33 years ago when you spammed the whole 'net by accident.

It's like that joke about "just one goat".

5y agoHN ↗

One of the citations, http://catless.ncl.ac.uk/Risks/4.73.html#subj10.1 has more information about the incident, and some interesting insight from Mr. Hubbard.

  "I have to wonder what other RPC services are open holes. We've managed to do some interesting, unauthorized, things with the YP service here at Berkeley, I wonder what the implications of this are."

Some early reflections on "Wow, these very complex and mostly unprotected directory services are just sitting open to anyone connected to the Internet to access! Gee, I hope someone doesn't abuse YP/AD/SMB/DNS down the line..."

5y agoHN ↗

33 years later and the backbone of the Internet - BGP - is still the no-permissions mess. Exactly as described in the snippet above.

5y agoHN ↗

For context, since YP leads to many different meaning, it's the Yellow Pages service(s) that (Sun) RPCs were enabling.

Indeed these were famously abused in these early having days.

5y agoHN ↗

RISKS has a more complete description and explanation, from Hubbard himself:

Failing to find anything that might suggest that rwall would do anything nasty beyond the bounds of the current domain (or at least up to the IMP), I tried it. I knew that rwall takes awhile to do its stuff, so I left it running and went back to my office. I assumed that anyone who got my message would let me know.. Boy, was I right about that! After the first few mail messages arrived from Purdue and Utexas, I begin to understand what was really going on and killed the rwall. I mean, how often do you expect to run something on your machine and have people from Wisconsin start getting the results of it on their screens?

http://catless.ncl.ac.uk/Risks/4.73.html#subj10.1

5y agoHN ↗

I found that via Wikipedia. The other articles are fascinating. One was about privacy.

It seems many of those risks have never really been solved - air traffic control failure being the exception.

5y agoHN ↗

The RISKS digests are an invaluable resource, though I'd argue moreso for the earlier period, through the mid-to-late 1990s.

5y agoHN ↗

This reminds me of the ‘net send’ spam that ran rife in the late 90s/early 00s.

5y agoHN ↗

'net send' was always great fun during LAN partys when I was a kid.

5y agoHN ↗

Ah net send, the command that nearly got my friends and I suspended in high school. We learned about batch file scripting and net send and of course within minutes the first thing our teenage brains thought of was write and run an infinite loop to send “lol dicks” to every computer on the network, which was every single computer on campus. If I recall correctly you couldn’t do anything on the message receiver end until you acknowledged the message, and they would queue on receipt... so we basically bricked every computer at the school that morning lol

5y agoHN ↗

We eventually discovered the power of fork-bombing yourself with a script that does a bunch of net send to someone before forking...

5y agoHN ↗

Some 20 years ago I was an a student at a university and a resident and network/server admin at one of the dorms.

We had some people from a student organization which I will not name set up some servers with warez and other things in our network. This network was back then completely open to network and all students' machines had real, public, routable IP addresses and no firewall.

We had to tolerate the people even though the rules stated running intensive services was not allowed and I would normally had a script that would automatically ban a user for doing something like that.

I remember one day we (me and my roommate) decided to take a look at the server and we noticed it is some stock install of a Linux Mandrake which was known to be totally insecure. We decided to bet who is going to be faster to the server.

Half an hour later we were both telnetted to the server and chatting using wall, of all possibilities.

For those who don't remember, wall broadcasts messages to all terminals on the server.

Couple minutes later the owner of the server burst into our room scared that some hackers just invaded his precious student service.

You should see our faces.