30 comments

  • TeaVMFan8 hours ago
    Not exactly an appearance, but I definitely give emacs a shout-out in the end notes of my new novel: <a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;dp&#x2F;B0GYCZJVGX" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;dp&#x2F;B0GYCZJVGX</a>
    • mck-8 hours ago
      That’s funny, I launched a startup novel three days ago [1] where I also referenced emacs in one of the scenes<p>[1] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=48447484">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=48447484</a>
    • poolnoodle6 hours ago
      That sounds really interesting, would like to read it. Amazon is not an option for me though since they don&#x27;t let you download your ebook files anymore. Any other way I can get a copy and pay you for it?
    • nickla8 hours ago
      Amazon! Are you selling an e-book? I couldn&#x27;t access the site. I wouldn&#x27;t buy from them anyway as I am sure they require DRM. I don&#x27;t buy DRM.
  • jeandrek1 hour ago
    Nice. I&#x27;ve never seen any of these things except for Tron: Legacy; and I either didn&#x27;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&#x27;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 :)
    • rmunn37 minutes ago
      Same on the not spotting emacs, I was too focused on the fact that the commands looked <i>right</i>. (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.
  • saaspirant1 hour ago
    Something similar: Nmap In The Movies <a href="https:&#x2F;&#x2F;nmap.org&#x2F;movies&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nmap.org&#x2F;movies&#x2F;</a>
  • ge9610 hours ago
    How to sell drugs online fast was a great show because they kept stressing how they had to have the test pass in their Vue front end.<p>I always whenever I see code on a show&#x2F;movie I wonder if it&#x27;s real, a lot of times it&#x27;s a mix of random languages. Sometimes just jibberish.<p>Also recently watched Nirvana 1997 really good.
    • xoxxala7 hours ago
      The T-800s HUD scene in the first Terminator used 6502 assembly from Nibble magazine.<p><a href="https:&#x2F;&#x2F;www.theterminatorfans.com&#x2F;the-terminator-vision-hud-source-code-explained&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.theterminatorfans.com&#x2F;the-terminator-vision-hud-...</a>
    • noir_lord7 hours ago
      Replicator code in Star Gate was iirc (it’s been a good while) the html&#x2F;js for the royal bank of Canada (appropriate since it was mostly filmed in Canada).
      • whateveracct3 hours ago
        I always assumed Rodney was an emacs user. And Zelenka vim.
      • ge967 hours ago
        now that&#x27;s cool, the OG star gate movie? I watched SG-1 multiple times and watched the other ones too, too bad about the reboot being cancelled.
        • noir_lord6 hours ago
          TV show, replicators didn’t show up in the movie, they were an Asgard&#x2F;SG1 villain.
    • dhosek9 hours ago
      One of the great onscreen code moments was in <i>Superman III</i>¹ where Richard Pryors’ character has written some “impossible” program and when the listing is shown on screen it’s pretty much five screens of BASIC REM statements.<p>⸻<p>1. A movie which exists primarily to set up a joke in <i>Office Space</i>.
      • teddyh8 hours ago
        <p><pre><code> 5 CLS 10 PRINT &quot;PLOT BILATERAL CO-ORDINATES&quot; 15 PRINT : PRINT 20 GOSUB 5000 25 PRINT &quot;INPUT CO-ORDINATE X : &quot; 31 PRINT &quot;4&quot;; 33 PRINT &quot;2&quot;; 35 PRINT &quot;Y&quot; : PRINT 40 PRINT &quot;INPUT CO-ORDINATE Y : &quot; 41 IF INKEY$ = &quot;&quot; THEN 41 : IF 42 PRINT &quot;Z&quot;; 43 IF INKEY$ = &quot;&quot; THEN 43 : IF 44 PRINT &quot;+&quot;; 45 IF INKEY$ = &quot;&quot; THEN 45 : IF 46 PRINT &quot;X&quot; 47 GOSUB 5000 50 CLS 60 PRINT &quot;0010 N = RND(900)&quot; 70 PRINT &quot;0020 Z = 1 TO N&quot; 80 PRINT &quot;0030 X = 1 TO 31&quot; 90 PRINT &quot;0040 Y = 1 TO 15&quot; 100 PRINT &quot;0050 SET(31-X,16-Y,Z)TO(31+X,Y,&quot; 110 PRINT &quot;0060 SET(31+X,Y,Z)TO(31-X,16-Y,&quot; 120 PRINT &quot;0070 SET(X,16+Y,Z-Y)TO(X,Y,Z)&quot; 130 PRINT &quot;0080 SET(X,16-Y,Z+Y)TO(16+X,Y+)&quot; 140 PRINT &quot;0090 GOTO 500&quot; 150 PRINT &quot;0100 NEXT X:NEXT Y:NEXT Z 160 PRINT &quot;0110 CLS&quot; 170 PRINT &quot;0120 DATA 1.13.2.67.2.&quot; 180 PRINT &quot;0130 DATA 12.45.90.3.23.56.2.56&quot; 190 PRINT &quot;0140 DATA 3.6.1.43.92.56.2.9.08&quot; 200 PRINT &quot;0150 DIM P(9)&quot; 210 PRINT &quot;0160 B$ = CHR$(191)&quot; 220 PRINT &quot;0170 FOR X = Y - Z : PRINT X&quot; 230 PRINT &quot;0180 FOR Y = X - Z : PRINT Y&quot; 240 PRINT &quot;0190 END&quot; 250 PRINT 260 PRINT 270 PRINT 280 PRINT 290 PRINT 300 PRINT 310 PRINT 320 PRINT 330 PRINT 340 PRINT 350 PRINT</code></pre>
      • jgrahamc8 hours ago
        More great on screen code moments (I haven&#x27;t got round to Superman III, yet): <a href="https:&#x2F;&#x2F;behind-the-screens.tv" rel="nofollow">https:&#x2F;&#x2F;behind-the-screens.tv</a> But Superman III is not just REM statements.
        • reaperducer5 hours ago
          Waiting for him to get around to Jumpin&#x27; Jack Flash.
    • bigmattystyles9 hours ago
      Like that time Kelly Rowland sent Nelly a text using excel <a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;popculturechat&#x2F;comments&#x2F;1b8xawt&#x2F;kelly_rowland_reacts_to_texting_nelly_via&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;popculturechat&#x2F;comments&#x2F;1b8xawt&#x2F;kel...</a>
      • jgrahamc8 hours ago
        It was 100% not Excel: <a href="https:&#x2F;&#x2F;blog.jgc.org&#x2F;2023&#x2F;07&#x2F;unfortunately-kelly-rowland-couldnt.html" rel="nofollow">https:&#x2F;&#x2F;blog.jgc.org&#x2F;2023&#x2F;07&#x2F;unfortunately-kelly-rowland-cou...</a><p>Also, we&#x27;re really close to the 24 year anniversary of &quot;Dilemma&quot;: <a href="https:&#x2F;&#x2F;hollawhenyougetthis.com" rel="nofollow">https:&#x2F;&#x2F;hollawhenyougetthis.com</a>
        • kelvinjps102 hours ago
          for regular people spreadsheet program -&gt; excel.
      • ge969 hours ago
        Which is pretty funny like was that a picture or actually running excel
    • cgag9 hours ago
      I paused a bunch of times and I forget the details, but I remember everything always looking good, especially his brainstorming about the site and making notes about pgp and onion services and the like.<p>I also loved them knowing Lenny wrote some code, as he was the only person in the world who uses snake case in javascript, because I’m also a snake case heretic.
    • thesuitonym8 hours ago
      &gt; a lot of times it&#x27;s a mix of random languages. Sometimes just jibberish.<p>And sometimes it&#x27;s just a directory listing.
    • wisemang3 hours ago
      Mr Robot was generally pretty good for this kind of thing
  • tdubey9 hours ago
    Hilariously, the <i>Arctic Blast</i> screenshot seems to be the Audacity audio editor with Emacs overlaid! <a href="https:&#x2F;&#x2F;ianyepan.github.io&#x2F;images&#x2F;arctic-blast-emacs.png" rel="nofollow">https:&#x2F;&#x2F;ianyepan.github.io&#x2F;images&#x2F;arctic-blast-emacs.png</a>
  • kstrauser36 minutes ago
    Jamie Zawinski should be on the list. He hacked on XEmacs for ages.
  • yanhangyhy1 hour ago
    i have been using it from collage. 15 years+ now, i still love it for it&#x27;s design, and i would expect to use for another 15 years.
  • jonjacky3 hours ago
    In Elif Batuman&#x27;s 2017 novel <i>The Idiot</i>, 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.<p>I enjoyed the book. It got good reviews and was a Pulitzer Prize finalist.
    • beepbooptheory2 hours ago
      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.
  • wowczarek3 hours ago
    There&#x27;s an obscure Polish film from 2002, &quot;Haker&quot; (Hacker), obscure for many reasons and not in a good way; it&#x27;s absolute drivel, not even accidentally funny in a MST3K, B movie kind of way - it&#x27;s just really, really bad.<p>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: &quot;Did you try Emacs via Sendmail?&quot;. I shit you not.<p>This expression firmly cemented itself into Polish tech speak as a way to refer to or call out someone having absolutely no idea what they are taking about.
    • kstrauser44 minutes ago
      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”.
    • JSR_FDED2 hours ago
      A nerd shibboleth, love it!
  • zingar8 hours ago
    Enjoyable list but I’m not sure the AlphaGo documentary counts as pop culture :).<p>It’s interesting how people talk about vi vs emacs, can’t remember ever meeting anyone who chose vi over vim, let alone enough people to make th at the debate.
    • bch5 hours ago
      &gt; can’t remember ever meeting anyone who chose vi over vim<p>Pleased to meet you.<p>Most of my console dev time is spent in *BSD, where nvi is where I land. I find the the default creature-features of vim annoying, so I end up having to configure it to be a bit more quiet, and I don&#x27;t know anything so compelling about it (a vi clone (to an extreme, acknowledged)) that nvi isn&#x27;t a good enough place to be. I have vim installed, but it&#x27;s not my go-to.
      • jolmg4 hours ago
        &gt; I don&#x27;t know anything so compelling about it<p>For me, it&#x27;d be primarily having more than one undo. Not being able to undo the second-to-last change is pretty bad. In fact, vim&#x27;s undo being set up as a tree that can be walked with g- and g+ is excellent. It&#x27;s impossible to lose a state of the buffer, even if you undo and make changes. It&#x27;s a lot more practical to navigate than Emacs&#x27; undo, too.<p>EDIT: I just realized that nvi can undo more than one change by having u toggle the direction and . continue in that direction. I don&#x27;t think ex-vi could. busybox vi seems like it can undo multiple with u but it seems to have no redo.
        • bch4 hours ago
          &gt; For me, it&#x27;d be primarily having more than one undo<p>Do you mean infinite undo? nvi has that. I&#x27;m not sure what you mean &quot;set up as a tree&quot; wrt undo, but i&#x27;ll look into it. I think of nvi&#x27;s undo as linear - I can &#x27;u&#x27; to &quot;undo&quot; and implicitly set my &quot;undo direction&quot; &quot;backward in time&quot; (as one would expect). If I want to &quot;undo, even more&quot;, &#x27;.&#x27; (dot, period) to &quot;do that last command again&quot; is what I&#x27;ll do. If I want to &quot;undo an undo&quot;, &#x27;u&#x27;. That has the effect of moving the &quot;undo direction&quot; back towards the state of the buffer we had at the beginning of our discussion here.<p>...and, now I see your edit ;)<p>^[u..........:wq
          • jolmg4 hours ago
            &gt; I&#x27;m not sure what you mean &quot;set up as a tree&quot; wrt undo<p>:h undo-branches<p>There&#x27;s also a plugin to show a visualization of the tree, but the tree is implemented within vim.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;mbbill&#x2F;undotree" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mbbill&#x2F;undotree</a>
            • bch3 hours ago
              Nice. I like it. Advanced history mgmt in between commits <i>is</i> compelling.
    • jolmg6 hours ago
      &gt; can’t remember ever meeting anyone who chose vi over vim, let alone enough people to make th at the debate.<p>Because vim generally offers everything vi has.<p>vi does have one advantage though. It&#x27;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).<p>[1] <a href="https:&#x2F;&#x2F;ex-vi.sourceforge.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ex-vi.sourceforge.net&#x2F;</a>
      • floxy5 hours ago
        For resource constrained systems, don&#x27;t overlook busybox vi.<p><a href="https:&#x2F;&#x2F;k.japko.eu&#x2F;busybox-vi-tutorial.html" rel="nofollow">https:&#x2F;&#x2F;k.japko.eu&#x2F;busybox-vi-tutorial.html</a>
        • rmunn1 hour ago
          Right. Sometimes all you need is to edit a couple lines in a config file and get out, in which case hjkl, i&#x2F;a, and Esc (and then :wq) are all the editor <i>really</i> has to implement. (And a few more movement tools like w&#x2F;b and so on). Plugins? Colorschemes? You don&#x27;t need &#x27;em to edit a couple lines in a config file. (I&#x27;ll grant that syntax highlighting that makes the comments a different color from the actual lines <i>can</i> be helpful, but if it comes at the cost of a much larger binary it&#x27;s not always worth the cost on those resource-constrained systems).
  • wging3 hours ago
    I&#x27;d add rms&#x2F;Richard Stallman to that list of famous emacs users. He&#x27;s famous for way more than just gnu emacs, so it&#x27;s not quite cheating.
  • Topology11 hour ago
    Anyone know of an equivalent list but for Vi&#x2F;Vim?
  • dleslie8 hours ago
    Cryptonomicon has the use of a highly custom version of Emacs called OrdoEmacs.<p><a href="https:&#x2F;&#x2F;dev.to&#x2F;hyenast2&#x2F;neal-stephenson-s-cryptonomicon-and-ordoemacs-4g4c" rel="nofollow">https:&#x2F;&#x2F;dev.to&#x2F;hyenast2&#x2F;neal-stephenson-s-cryptonomicon-and-...</a>
    • wowczarek3 hours ago
      Not only does Enoch run everything as root, he also has an account in my system, and in yours. But I guess he was there first...
    • justinhj4 hours ago
      There&#x27;s a perl script in the book that does some encryption&#x2F;decryption. I remember typing it out and fixing it so it worked.
  • DonHopkins8 hours ago
    I have a cat named Emacs.
  • panza6 hours ago
    I&#x27;ve often felt that Emacs is more popular in Japan than I&#x27;d expect. Could just be blue car syndrome on my part.
    • mghackerlady5 hours ago
      There&#x27;s two reasons for this, I think. The most obvious is that emacs has better CJK support compared to any other editor of the time. The less obvious is that Japan liked lisp machines and lisp in general a lot
      • dasyatidprime3 hours ago
        Notably, Yukihiro Matsumoto took substantial inspiration from Lisp while designing the Ruby language. You can see historical Lisp terminology in the Ruby interpreter sources (at least last I checked, which was a long time ago), like the use of “Q” to refer to a dynamically typed datum that can be stored in a cell.<p>(Hah, I <i>just</i> looked around a bit more, and Wikipedia cites an archived mailing list message that I don&#x27;t remember seeing before: <a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20181027195101&#x2F;http:&#x2F;&#x2F;blade.nagaokaut.ac.jp&#x2F;cgi-bin&#x2F;scat.rb&#x2F;ruby&#x2F;ruby-talk&#x2F;179642" rel="nofollow">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20181027195101&#x2F;http:&#x2F;&#x2F;blade.naga...</a> I remember at some point Emacs Lisp specifically being cited as an inspiration, but I might be confabulating that, I didn&#x27;t find a source for it.)<p>Also, here&#x27;s a fun paragraph from the opening comments of quail.el (lightly reformatted):<p>&gt; [There was an input method for Mule 2.3 called ‘Tamago’ from the Japanese ‘TAkusan MAtasete GOmen-nasai’, or ‘Sorry for having you wait so long’; this couldn&#x27;t be included in Emacs 20. ‘Tamago’ is Japanese for ‘egg’ (implicitly a hen&#x27;s egg). Handa-san made a smaller and simpler system; the smaller quail egg is also eaten in Japan. Maybe others will be egged on to write more sorts of input methods.]
        • rmunn3 hours ago
          Just yesterday I stumbled across an article from 2005 titled &quot;Why Ruby is an acceptable LISP&quot;: <a href="https:&#x2F;&#x2F;www.randomhacks.net&#x2F;2005&#x2F;12&#x2F;03&#x2F;why-ruby-is-an-acceptable-lisp&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.randomhacks.net&#x2F;2005&#x2F;12&#x2F;03&#x2F;why-ruby-is-an-accept...</a>. I don&#x27;t agree with all of his points about macros, e.g. I think his line about &quot;The most common use of LISP macros is to avoid typing lambda quite so much&quot; is simply incorrect. But his point about how Ruby allows building DSLs, and so it gives you quite a lot of what you want from Lisp macros, is broadly correct, I think.<p>And now it&#x27;s more clear to me why that is.
          • dasyatidprime3 hours ago
            Having skimmed the article, I think he&#x27;s correct about the most <i>common</i> use of macros (by far the single most common <i>type</i> of macro I write in CL is a body-to-lambda transformation, though being able to tweak the sugar makes a difference too), but then I think he kinda equivocates in implications between “80% of the usage” and “80% of the impact”. I also think Ruby DSLs cover a big chunk of that last gap (and it sounds like you might agree with me). Part of the classic Lisp Curse is that easy access to advanced metaprogramming indirectly increases social fragmentation, but part of the Blub Curse is that <i>lack</i> of access to advanced features causes people to have to solve the same dumb problems over and over again, so you lose efficiency and create different fragmentation. Having fancier metaprogramming functionality require a bunch of rigamarole but be possible to work through when you need it might plausibly hit a sweet spot in the middle there.
  • spillcoffee5 hours ago
    Do you lose all street cred if you use Emacs keyboard shortcuts whenever you can, but will use vim&#x2F;nvim if there is no other choice?
    • aeonik2 hours ago
      You can just use evil mode inside emacs and get the best of both worlds.<p>Vim and Emacs barely overlap in functionality.
    • tikhonj5 hours ago
      You always have a choice. Sometimes the best move is not to play.
      • eichin4 hours ago
        A <i>long</i> time ago I was doing some on-site programming at a swiss bank, and the only available editors were vi on a Sun, or EDIT on a VMS machine (the project involved both.) I learned rudimentary vi on the fly while waiting for ftp-by-mail-over-uucp to deliver GNU emacs sources :-)
  • valisvalis5 hours ago
    Someone please make a Vim version.
    • kridsdale15 hours ago
      Sadly no film or tv depiction exists because they ran out of film and budget waiting for the actor to figure out how to exit.
  • IlikeMadison2 hours ago
    Yann LeCun is an Emacs user
  • redbluething1 hour ago
    &quot;Jokes on you, Lenny. I use Emacs with Evil-mode – the best of both worlds!&quot; &lt;fistbump&gt;
  • drob5186 hours ago
    &gt; In a scene (Season 3, Episode 6) where protagonist Richard is coding with his new girlfriend Winnie at her apartment (okay, yeah… that’s not how all software engineers date, whatever the outside world may think), the two clash over the use of spaces versus tabs. Richard, a stubborn advocate of the tab character for indentation, argues: “I mean I do not get why anyone would use spaces over tabs. I mean, why not just use Vim over Emacs?” To which Winnie replies, “I do use Vim over Emacs.” Richard then breaks down, yelling, “Oh, God help us!”<p>Gotta admit that I use Emacs and favor spaces over tabs. And K&amp;R braces. And you’re wrong if you make any other choice.
    • patrickmay4 hours ago
      Allman FTW!<p>(With you on spaces, though.)
      • rmunn3 hours ago
        <i>waves</i> Vim and spaces over here as well. Emacs is a great tool, I just can&#x27;t stand its keyboard shortcuts. In theory I should try out evil mode, but I&#x27;ve got NeoVim configured how I like it and I don&#x27;t want to spend the time on switching.<p>As for tabs vs spaces, in theory, tabs are more flexible than spaces and allow everyone to view the file with their preferred indentation levels. In practice, I have only seen one codebase — ONE — in all my years of programming that was using tabs and yet did not end up with spaces getting mixed in with those tabs at some point along the way. (In the indentation, I mean: obviously once the non-indentation part of the line starts, you want spaces there). And that codebase had precisely two people committing regularly to it. Occasional PRs from other contributors, but only two primary maintainers.<p>Every other tab-using codebase I&#x27;ve seen (of non-trivial size and complexity, that is), someone, somewhere, had been lazy, or had a misconfigured editor, or something, and spaces snuck into the tabs. The worst offender I ever saw was a file that had been edited by multiple people over the years, who must have had different tab settings in their editors. There was one section where they had tried to line up a bunch of variable assignments and values. (Yes, I know, bad idea, but stick with me for a minute, I&#x27;m getting to the punchline). None of the pieces of code that were supposed to line up were actually lined up. (This was C# code, so indentation didn&#x27;t truly matter like it would in F#, or Python, or ... well, I won&#x27;t list all of them since I&#x27;m trying to get to the point). Here&#x27;s the really hilarious part. I tried all sorts of tab settings to see if I could get that file to line up. I tried 8. I tried 4. I tried 2. I even tried 3, the setting for the people who can&#x27;t make their minds up between 4 and 2. Then I tried really oddball settings like 16, 5, or even 7. Nothing worked. There was no tab-size setting I could use that would make the code line up. Which entirely negates the whole point of tabs, that you can set your own indentation.<p>That was the day I said &quot;Forget about tabs, just use spaces, you won&#x27;t have that problem with spaces.&quot; Tabs have great promise, but in practice, in my experience at least, you end up having to tell your colleagues &quot;hey, you need to set your tabs to 4&quot; (or 8, or 2, or ... well, you better not be using any other numbers) &quot;before editing this file&quot;. Which basically negates the whole point of tabs. They&#x27;re great in theory, but I&#x27;ve only seen ONE codebase that made them work in practice.
  • laidoffamazon7 hours ago
    I was hoping for Pantheon too (I’m 90% sure Holstrom uses EMacs instead of Vim?)
    • nico6 hours ago
      Amazing show btw, highly recommend it
  • worik7 hours ago
    There is some trainspotting I can identify with!
    • Grosvenor6 hours ago
      Fuuck. Did Spud use vim?<p>We know Sick Boy (Zero Cool) would be an emacs user.
  • DonHopkins8 hours ago
    Deldo - Vibration Control and Teledildonics Mode for Emacs<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=D1sXuHnf_lo" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=D1sXuHnf_lo</a><p>Interview with an Emacs Enthusiast [Colorized]<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=urcL86UpqZc" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=urcL86UpqZc</a><p>Writing an Emacs implementation in C (Gosling Emacs) | James Gosling and Lex Fridman<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=wA7aB-oxjVc" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=wA7aB-oxjVc</a>
  • itrunsdoomguy9 hours ago
    Time for an elisp port of Doom
  • herodoturtle9 hours ago
    That TRON theme linked in the article is cool, thanks for sharing.<p>At risk of being downvoted into oblivion by the emacs gang, I wonder if someone’s got a similar theme for vim?
    • hsbauauvhabzb9 hours ago
      There’s aren’t that hard to make, rip the palette and vibecoding a theme is viable.
  • Barrin925 hours ago
    JT Nimoy, responsible for the Tron scenes, had a nice write-up about their work on it as well:<p><a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20120502000130&#x2F;https:&#x2F;&#x2F;jtnimoy.net&#x2F;workviewer.php?q=178" rel="nofollow">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20120502000130&#x2F;https:&#x2F;&#x2F;jtnimoy.n...</a>
  • guidoschmidt8 hours ago
    Bonus points for silicon valley doubling the Emacs references with vim AND spaces vs tabs
  • messh6 hours ago
    now someone do a &quot;VIM appearances in pop culture&quot; :)
    • pugworthy4 hours ago
      See <a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;neovim&#x2F;comments&#x2F;1u0vg28&#x2F;vim_appearances_in_pop_culture&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;neovim&#x2F;comments&#x2F;1u0vg28&#x2F;vim_appeara...</a><p>This is from the person who wrote the original article on Emacs.
  • sscaryterry5 hours ago
    Pfft. (neo)vim FTW ;)