Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. I built non-autoregressive decision models with RL a year ago(convaiinnovations.com ↗)
    199comments
  2. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    591comments
  3. Btrfs/ZFS/bcachefs under workloads classic benchmarks skip(bartosz.fenski.pl ↗)
    23comments
  4. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    205comments
  5. A graphical desktop for the ZX Spectrum(github.com/mindbox77 ↗)
    89comments
  6. Tin: full-text search for Postgres(planetscale.com ↗)
    59comments
  7. Suzanne Ciani's Buchla Cookbook(echo.orpheusinstituut.be ↗)
    8comments
  8. Show HN: CUA-S1 – A System One Model for Computer Use(github.com/trycua ↗)
    1comments
  9. The Secret Life of Circuits(coredump.cx ↗)
    61comments
  10. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    610comments
  11. Supabase (YC S20) Is Hiring for OrioleDB(supabase.link ↗)
    discuss
  12. New evidence for hidden chambers beyond Tutankhamun's tomb(nature.com ↗)
    20comments
  13. Black Holes or Black Hole Stars? Astronomers Spar over 'Little Red Dots'(quantamagazine.org ↗)
    31comments
  14. UFO Series Home Page: "UFO" TV Series from 1970(ufoseries.com ↗)
    1comments
  15. Almost Never Use AI to Write Anything Substantive(erichgrunewald.substack.com ↗)
    51comments
  16. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    151comments
  17. San Francisco Onion Futures Company(onionfutures.com ↗)
    140comments
  18. Cloudflare Quick Tunnels(cloudflare.com ↗)
    303comments
  19. How to Write with an LLM(sockpuppet.org ↗)
    367comments
  20. Adventures in Microcontroller Circuit Debugging(bigmessowires.com ↗)
    1comments
  21. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    221comments
  22. What Zig felt like, coming from Rust(besok.github.io ↗)
    166comments
  23. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    30comments
  24. Saving another 100TB of RAM(cloudflare.com ↗)
    98comments
  25. Asking Authors About Their Own Papers(medium.com/tmlrorg ↗)
    56comments
  26. Communication by means of modulated Johnson noise(pnas.org ↗)
    25comments
  27. SDCC – Small Device C Compiler(sourceforge.net ↗)
    28comments
  28. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    127comments
  29. Science Is Open Software(jepedersen.dk ↗)
    64comments
  30. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    133comments

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