Live data from Hacker News

Emacs appearances in pop culture

ianyepan.github.io

71–80 of 122 posts

Re: Emacs appearances in pop culture

#71

In Elif Batuman's 2017 novel The Idiot , about a naive Harvard student, her not-really-a-boyfriend Ivan, a math student, enthuses to her about Emacs. The book is set in 1995. I enjoyed the book. It got good reviews and was a Pulitzer Prize finalist.

Yes, good book! If I remember correctly, he is just learning emacs and is confounded and a bit annoyed with it. Which sounds about right.

Re: Emacs appearances in pop culture

#72
post #41
post #32

Earlier quoted context omitted.

> can’t remember ever meeting anyone who chose vi over vim, let alone enough people to make th at the debate. Because vim generally offers everything vi has. vi does have one advantage though. It's a lot lighter. vim is like 5.4MiB in size with 82 shared library dependencies, while vi[1] is like 260KiB with 2 library dependencies (libc and ncurses). [1] https://ex-vi.sourceforge.net/

For resource constrained systems, don't overlook busybox vi. https://k.japko.eu/busybox-vi-tutorial.html

Right. Sometimes all you need is to edit a couple lines in a config file and get out, in which case hjkl, i/a, and Esc (and then :wq) are all the editor really has to implement. (And a few more movement tools like w/b and so on). Plugins? Colorschemes? You don't need 'em to edit a couple lines in a config file. (I'll grant that syntax highlighting that makes the comments a different color from the actual lines can be helpful, but if it comes at the cost of a much larger binary it's not always worth the cost on those resource-constrained systems).

Re: Emacs appearances in pop culture

#77
Nice. I've never seen any of these things except for Tron: Legacy; and I either didn't notice it was Emacs or immediately forgot if I did (you could also sorta take it to be tmux or something if you don't look closely enough to see the *eshell*). But this is the sort of thing I would generally never let my acquaintances hear the end of if I spotted :)

Re: Emacs appearances in pop culture

#78

There's an obscure Polish film from 2002, "Haker" (Hacker), obscure for many reasons and not in a good way; it's absolute drivel, not even accidentally funny in a MST3K, B movie kind of way - it's just really, really bad. In this gem there is a conversation about hacking into some system, and a character asks another a completely nonsensical semi jargon question, which goes like this: "Did you try Emacs via Sendmail?…

A common US equivalent comes from a Dilbert strip where the boss wants him to investigate databases, with the suggestion that “mauve has more RAM”.

Re: Emacs appearances in pop culture

#79

Nice. I've never seen any of these things except for Tron: Legacy; and I either didn't notice it was Emacs or immediately forgot if I did (you could also sorta take it to be tmux or something if you don't look closely enough to see the *eshell*). But this is the sort of thing I would generally never let my acquaintances hear the end of if I spotted :)

Same on the not spotting emacs, I was too focused on the fact that the commands looked right. (A `ps` to find out which process it was, then a `kill -9` of the PID). It was nice to see realistic Unix commands rather than Hollywood Hacking, for once.
Post reply on HN