Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    117comments
  2. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    179comments
  3. Laya the open source version of Jev(convaiinnovations.com ↗)
    5comments
  4. “The Secret Life of Circuits” is here(coredump.cx ↗)
    26comments
  5. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    82comments
  6. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    456comments
  7. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    109comments
  8. San Francisco Onion Futures Company(onionfutures.com ↗)
    77comments
  9. Communication by means of modulated Johnson noise(pnas.org ↗)
    2comments
  10. Cloudflare Quick Tunnels(cloudflare.com ↗)
    286comments
  11. How to Write with an LLM(sockpuppet.org ↗)
    342comments
  12. SDCC – Small Device C Compiler(sourceforge.net ↗)
    20comments
  13. Science Is Open Software(jepedersen.dk ↗)
    40comments
  14. Saving another 100TB of RAM(cloudflare.com ↗)
    83comments
  15. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    19comments
  16. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    32comments
  17. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    94comments
  18. Ctenophores: Wonders of Biology(quantamagazine.org ↗)
    6comments
  19. NASA-IBM Lunar Foundation open-Source Geospatial AI Model(usra.edu ↗)
    4comments
  20. From Stonemasons to Carpenters(thelastsoftwareengineer.substack.com ↗)
    1comments
  21. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    108comments
  22. OpenJev(openjev.com ↗)
    270comments
  23. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    89comments
  24. Goroutine Leak Profiles(go.dev ↗)
    4comments
  25. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    73comments
  26. Apple M6 Pro Achieves the Highest Single-Core CPU Score in Geekbench 7(geekbench.com ↗)
    90comments
  27. Veronese's Dogs(publicdomainreview.org ↗)
    1comments
  28. Cache-to-Cache: Direct Semantic Communication Between LLMs (2025)(arxiv.org ↗)
    14comments
  29. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    84comments
  30. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    102comments

Bill Joy - "EMACS costs hundreds of dollars?" Did I miss something?

34 pointsby 14y agoweb.cecs.pdx.edu
14 comments
14y agoHN ↗

Kind of makes you want to give the internet a great big hug, doesn't it?

14y agoHN ↗

This is from 1984. He's talking about Unipress Emacs.

14y agoHN ↗

There was also a commercial version, Unipress EMACS.

14y agoHN ↗

There are some awesome snippets in there that really helps put in perspective how nice we have it today to build/distribute/use software.

"Page fault, and the computer makes a phone call. Direct broadcast or audio disk - that's the technology to do that. It's half a gigabyte - and you get 100 kilobyte data rate or a megabyte or something. I don't remember. You can then carry around with you all the software you need. You can get random data through some communications link. It is very like Dick Tracy."

14y agoHN ↗

Another bit that leapt out for me is his discussion of displays. He's talking about flatscreen color displays, about 15-20 years before they really become commonplace.

My favorite is the end, where he talks about how belief and momentum influence the investment into different technologies. Makes you wonder what technologies have been "coming soon" for the last decade, but are just waiting for someone to come in and spend the required amount to pull them off.

14y agoHN ↗

"And then the source code got scrunched and I didn't have a complete listing."

"If that scrunch had not happened, vi would have multiple windows, and I might have put in some programmability - but I don't know."

"I actually used [be] to edit itself and scrunched the source code - sort of old home day, because we used to do that all the time."

What does Bill mean by the word "scrunch" here? Is this some jargon lost to the ages?

14y agoHN ↗

From context, I'd guess that "scrunched" means trashed/junked/lost/broken. As in, "And then the source code got trashed and I didn't have a complete listing."

14y agoHN ↗

Pretty sure he speaks of Unipress Emacs. A little history:

Richard M. Stallman wrote the original Editor MACroS for the TECO editor.

James A. Gosling implemented Emacs in C as a stand-alone editor, sometimes called "Gosmacs", and distributed it freely with no copyright notice. Gosmacs had an extention language called Mocklisp, which wasn't really a Lisp (it had no lists) but appeared similar.

RMS used Gosmacs to get started on GNU Emacs, which featured a "real" Lisp (close to Maclisp).

JAG sold the rights to Gosmacs to Unipress, who renamed it Unipress Emacs, sold it commercially, and stopped distribution of gosmacs and derivatives (like GNU Emacs).

Presumably it was around this time the interview with Bill Joy occurred.

RMS rewrote the part of GNU Emacs that was derived Gosmacs, mostly the display code. One could guess that this experience is part of why the GNU project insists on signed copyright assignment or release forms for key utilities.

14y agoHN ↗

The bit about Emacs being updated so often that it's hard to keep up with its features confirms that it wasn't a version that RMS had anything to do with...

14y agoHN ↗

The dates match. The interview is from 1984, which was after the formerly free-beer Gosmacs had gone commercial ("hundreds of dollars... did I miss something?" --- yes, Gosling's deal), but before the first public release of GNU Emacs in 1985, per jwz's timeline here:

http://www.jwz.org/doc/emacs-timeline.html