Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Laya the open source version of Jev(convaiinnovations.com ↗)
    72comments
  2. What Zig felt like, coming from Rust(besok.github.io ↗)
    26comments
  3. A graphical desktop for the ZX Spectrum(github.com/mindbox77 ↗)
    6comments
  4. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    355comments
  5. Tin: full-text search for Postgres(planetscale.com ↗)
    3comments
  6. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    162comments
  7. “The Secret Life of Circuits” is here(coredump.cx ↗)
    35comments
  8. Asking Authors About Their Own Papers(medium.com/tmlrorg ↗)
    4comments
  9. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    517comments
  10. Black Holes or Black Hole Stars? Astronomers Spar over 'Little Red Dots'(quantamagazine.org ↗)
    5comments
  11. San Francisco Onion Futures Company(onionfutures.com ↗)
    91comments
  12. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    163comments
  13. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    120comments
  14. Learning Another Language May Be One of the Best Ways to Keep Your Brain Healthy(theconversation.com ↗)
    4comments
  15. Cloudflare Quick Tunnels(cloudflare.com ↗)
    299comments
  16. Communication by means of modulated Johnson noise(pnas.org ↗)
    16comments
  17. How to Write with an LLM(sockpuppet.org ↗)
    356comments
  18. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    23comments
  19. AI Safety Is Mostly a Sex Cult(bsky.app ↗)
    2comments
  20. SDCC – Small Device C Compiler(sourceforge.net ↗)
    22comments
  21. Saving another 100TB of RAM(cloudflare.com ↗)
    87comments
  22. Science Is Open Software(jepedersen.dk ↗)
    46comments
  23. From Stonemasons to Carpenters(thelastsoftwareengineer.substack.com ↗)
    4comments
  24. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    44comments
  25. Ctenophores: Wonders of Biology(quantamagazine.org ↗)
    6comments
  26. NASA-IBM Lunar Foundation open-Source Geospatial AI Model(usra.edu ↗)
    5comments
  27. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    119comments
  28. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    114comments
  29. OpenJev(openjev.com ↗)
    275comments
  30. Goroutine Leak Profiles(go.dev ↗)
    6comments

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