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 ↗)
    175comments
  2. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    560comments
  3. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    200comments
  4. Btrfs/ZFS/bcachefs under workloads classic benchmarks skip(bartosz.fenski.pl ↗)
    3comments
  5. A graphical desktop for the ZX Spectrum(github.com/mindbox77 ↗)
    85comments
  6. Tin: full-text search for Postgres(planetscale.com ↗)
    57comments
  7. “The Secret Life of Circuits” is here(coredump.cx ↗)
    59comments
  8. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    598comments
  9. Show HN: CUA-S1 – A System One Model for Computer Use(github.com/trycua ↗)
    discuss
  10. Supabase (YC S20) Is Hiring for OrioleDB(supabase.link ↗)
    discuss
  11. Black Holes or Black Hole Stars? Astronomers Spar over 'Little Red Dots'(quantamagazine.org ↗)
    23comments
  12. New evidence for hidden chambers beyond Tutankhamun's tomb(nature.com ↗)
    13comments
  13. People who know the most often sound the least certain(vrash.substack.com ↗)
    9comments
  14. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    146comments
  15. San Francisco Onion Futures Company(onionfutures.com ↗)
    133comments
  16. Suzanne Ciani's Buchla Cookbook(echo.orpheusinstituut.be ↗)
    discuss
  17. Almost Never Use AI to Write Anything Substantive(erichgrunewald.substack.com ↗)
    40comments
  18. Cloudflare Quick Tunnels(cloudflare.com ↗)
    302comments
  19. How to Write with an LLM(sockpuppet.org ↗)
    365comments
  20. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    208comments
  21. What Zig felt like, coming from Rust(besok.github.io ↗)
    150comments
  22. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    29comments
  23. Saving another 100TB of RAM(cloudflare.com ↗)
    93comments
  24. Communication by means of modulated Johnson noise(pnas.org ↗)
    23comments
  25. Asking Authors About Their Own Papers(medium.com/tmlrorg ↗)
    51comments
  26. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    123comments
  27. SDCC – Small Device C Compiler(sourceforge.net ↗)
    26comments
  28. Adventures in Microcontroller Circuit Debugging(bigmessowires.com ↗)
    1comments
  29. Science Is Open Software(jepedersen.dk ↗)
    57comments
  30. Ray Ozzie and the Optimism of Being Early(reproof.app ↗)
    20comments

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