from Hacker News

Sunsetting Atom

by ewired on 6/8/22, 3:06 PM with 853 comments

  • by nathansobo on 6/8/22, 4:17 PM

    Founder of Atom here. We're building the spiritual successor to Atom over at https://zed.dev.

    We learned a lot with Atom and had a great time, but it always fell short of our vision. With Zed we're going to get it right. Written in Rust, custom native UI framework, engineered to be collaborative. Just starting our private alpha this week, so the timing of this announcement feels quite fitting.

    Here's a talk I gave last month: https://youtu.be/wXT73bBr83s

  • by Doctor_Fegg on 6/8/22, 3:17 PM

    “Sunsetting” an open source project seems… unfitting? Hand it off to the community, look for new maintainers, donate it to the Apache Retirement Home for Veteran Projects, sure.

    But saying that you’ve decided to “sunset” or “archive” it, telling users to plan for their migration, seems counter to the notion that open source software forms part of a commons - something that Github, of all companies, should understand.

  • by jstx1 on 6/8/22, 3:10 PM

    It's what kickstarted Electron which eventually gave us VSCode, Slack, and lots of HN comments about memory usage. It also had the sweetest default theme of any code editor. RIP.
  • by brundolf on 6/8/22, 3:45 PM

    I held out for a year or so after VSCode was released. It felt scummy how MS had swooped in and tried to hijack this new category of editor that GitHub had invented (this was before they'd been acquired, I believe)

    But once I tried VSCode... man, there was no going back. It was infinitely more performant and cohesive. Atom (with IDE-like features installed) felt so sluggish by comparison. I think the main improvement was how opinionated VSCode and its extension APIs were; Atom extensions could have dependencies on each other. I remember you had to install an extension for generic IDE hover-overs and such, before installing the actual language plugin, and then there were competing standards for which generic hover-over framework each language wanted to use. It didn't just complicate the user-experience, I'm convinced this was the reason the editor would get so slow; the APIs were too low-level and all the plugins were fighting with each other instead of going through standard channels.

    But, Atom will always have a special place in my heart. It blazed new trails in editor customizability (even if the degree ended up being its downfall, quite a bit of that legacy can still be found in VSCode). It invented the entire concept of web apps as desktop apps, which despite what some here would tell you, I think is a very good and important thing. And it always had such a fun, community feel to it that's been mostly lost with VSCode.

    It was time, but I will miss it. I'll close off with the very cute and fun Atom 1.0 announcement video: https://youtu.be/Y7aEiVwBAdk

  • by joshstrange on 6/8/22, 3:31 PM

    I know a lot of people love vscode but are there any people who have tried something like IDEA/WebStorm/PHPStorm/etc that then went back to vscode?

    I had to help a developer setup deploys to a dev server from vscode the other day and I wanted to pull my hair out. I'll admit it's at least in part due to not using vscode myself but I was a heavy Sublime Text user which is very similar to vscode when it comes to how you find/configure plugins.

    I understand that vscode is very powerful and infinitely extendable but I feel like I shouldn't have needed to try 4-5 different vscode plugins (all configured via json) before I found one that worked and did what I needed.

    At least 2 of the top downloaded plugins when searching for "SFTP" were read-only/archived on GitHub, the top one had a "reloaded" version which was also discontinued from what I could tell.

    I'm comparing this experience to IDEA which has this built in (including support for deploying to multiple servers at the same time) and all configurable in the GUI.

    Maybe I'm just getting old and cranky but vscode seems to get unwieldy very quickly (plugin conflicts, not being able to tell what's doing what, writing almost all config in json). The plugin ecosystem seems to be much lower quality that I what I see in the Intellij product line. I guess I'm just not interested in "building my own IDE" and forever tweaking it, I'd much rather buy a product that does almost everything I need in a sane way.

  • by franciscop on 6/8/22, 5:06 PM

    Totally understandable, but the justification in the first paragraph of "Why are we doing this now?" seems a bit self-inflicted:

    • Atom has not had significant feature development for the past several years

    • (thus) Atom community involvement has declined significantly

    • (thus) we’ve decided to sunset Atom

    Feels a bit weird in that sequence to blame the community. Just say that YOU have abandoned the project since Microsoft acquired Github and get done with it, no need to sugarcoat it or others in the way.

  • by Atreiden on 6/8/22, 3:26 PM

    Called this ~4 years ago when they were acquired by M$.

    But it's still really sad to see. I use it because it was trivial to CSS style it to match my Desktop. It's comfortable to me in a way that other editors thus far have not been.

    Are there other editors with this level of customizability? I know VSCode and Sublime support theming but from what I can tell it involves installing pre-packaged themes.

  • by oefrha on 6/8/22, 3:51 PM

    Atom will live on in the form of Electron, one of the highest impact and most controversial technologies of the recent decade.

    I still remember the day VSCode was announced, and the binary on macOS (inside ./Contents/MacOS in the app bundle) was literally named Atom.

  • by haolez on 6/8/22, 3:29 PM

    I still prefer Atom's UX design over VSCode and I can't explain why. Amazing job on that front! I hope it gets traction with community support.
  • by fartcannon on 6/8/22, 3:46 PM

    So this would be slightly different than embrace, extend and extinguish (EEE). This is acquire, substitute and then sunset (ASS)
  • by hdivider on 6/8/22, 10:18 PM

    To the founders and contributors of Atom: thank you.

    Your work made more impact than you can possibly know. Atom became my absolute #1 editor. For code, and notes of every possible kind. As an entrepreneur, it carried me through so many adventures. The death of a cofounder, great losses and victories, the madness of 2020, a close friend's betrayal, a subsequent rebirth of sorts, and on and on. And always, this trusty piece of software sat there. Ready whenever calamity struck.

    Thank you, folks. You created a wondrous piece of art and greatly impacted this entrepreneur's way of thinking and organization. Many have gained as a result.

    Will follow Zed closely!

  • by betamaxthetape on 6/8/22, 8:34 PM

    The video produced to introduce Atom 1.0 [1] is my all-time favourite tech announcement video, and I honestly don't see that ever changing.

    [1] https://www.youtube.com/watch?v=Y7aEiVwBAdk

  • by john-titor on 6/8/22, 9:14 PM

    Can someone explain the hype around VSCode to me? I looked into it about a year ago and was immediately turned-off by the overwhelming amount of features that they throw at you right in the 'beginner's tour'.

    What I appreciate about Atom is that it is very simple right out of the box and does not get in your way. You cold always beef it up with packages later, but that progression is much more pleasant to me than the VSCode approach.

    The biggest selling point of Atom to me as a Python dev was the Hydrogen package. That tight integration of notebook features within the editor is something I have never seen before and a total game changer. Especially if you are working with data that you might need to visualize a lot. Correct me if I'm wrong, but from what I understand there is no Hydrogen equivalent in VSCode? Sure, there are plug-ins that let you run your code through a jupyter kernel and display the output in a second terminal pane, but that is not the same as the ability to simply highlight a bit of code, run that and have the results displayed immediately on the next line below. Having pyplot figures displayed in such a way is also not possible from what I saw, or did I miss something?

  • by tlhunter on 6/8/22, 3:42 PM

    Even though Atom was much "lighter" than VS Code in terms of UI, VS Code had so much more development resources thrown at it that it was ultimately much speedier than Atom. IIRC, even Brackets was faster.

    I see people complaining about the death of Atom, but in the past few years there just hasn't been a use case where Atom was the best choice.

  • by Dave3of5 on 6/8/22, 3:24 PM

    I remember this being released and this was a concern at the time that the project would be abandoned. If I remember this it was mostly a concern as Github as a company should focus on their main product which is not an editor and that there are many existing editor that do it better.

    I suspect that what actually killed this is the acquisition of Github by Microsoft and the fact that Microsoft are pushing VSCode very hard. Dev tooling is something Microsoft had a lot of experience (and failures) in and it was always an uphill battle.

  • by KronisLV on 6/8/22, 5:35 PM

    What was Atom good for, when compared with something like Visual Studio Code?

    I recall reading about typing latency and it seemed to come out as one of the slower options: https://pavelfatin.com/typing-with-pleasure/

    I guess it would have occupied a similar place as Brackets, another vaguely similar project? https://brackets.io/

    Then again, with how popular VSC has become and with how insanely many extensions there are for it, using any other editor feels a bit... counterproductive at times?

    Personally, i'm using the following:

      - CLI: nano (vim works too, I just like the simplicity more)
      - Simple text editing: Notepad++ or similar (usually whatever is on the system on *nix)
      - Some scripting, but nothing too serious: Visual Studio Code
      - Development in larger and more complex codebases: JetBrains products (e.g. IntelliJ IDEA, WebStorm and so on)
  • by Gentil on 6/9/22, 1:39 AM

    This article bugs me. I would have liked them to be honest. Just say we prioritized VS Code or that handling two products of the same category is resource hungry and a waste. We all understand. But this article is making it look like it's Atom's fault. They just let it die slowly so people will be pissed but move on. It's a great tactic because "sunsetting" Atom after MS takeover would've pissed the community. This was great for PR for sure.

    > Atom has not had significant feature development for the past several years, though we’ve conducted maintenance and security updates during this period to ensure we’re being good stewards of the project and product.

    Because MS made sure it didn't get any?!

    > As new cloud-based tools have emerged and evolved over the years,

    Big player being VS Code and Codespaces?

    > Atom community involvement has declined significantly.

    Because MS made sure the community was NOT backed with actions?

    > we are archiving Atom to prioritize technologies that enable the future of software development.

    This should be the first sentence. Not last.

  • by gcau on 6/8/22, 3:48 PM

    I still use Atom purely for its simple easy git UI (while coding in VSCode). VSCodes git UI, and all others I've seen, are a disaster in comparison. I want a simple, easy UI - in atom its exactly that. If I need more I'll just type it in the CLI. I wish there was something else I could use that's like this.
  • by eberkund on 6/8/22, 6:48 PM

    I see a lot of people remarking that VS Code's killer feature is its extension system but I am not sure I fully agree.

    Sure VS Code has a lot of extensions, but many of them offer only basic features or are poor quality. The extensions which deliver the most value are actually the ones supported by large corporations (like the Go extension from Google or the Python extension from Microsoft).

    If another editor could port these powerful extensions I would care very little about the lack of icon themes and snippet extensions.

  • by ericd on 6/8/22, 3:41 PM

    Every now and then I’m reminded of why I decided to stop chasing the shiny new and just go back to emacs.
  • by Arubis on 6/8/22, 3:19 PM

    Atom was great, but I'll admit that I'd forgotten about it entirely.
  • by curiousmindz on 6/8/22, 3:17 PM

    I think the writing was on the wall for a long time.

    Since it is only happening in 6 months, I wonder if the community will try to transition/fork it.

    Do you know if there is still enough interest?

  • by Animats on 6/8/22, 5:34 PM

    Do not want a "cloud based text editor". Being reliant on an external service is a huge point of failure. It can go down. It can join the huge list of discontinued Google products. It can have security problems. You can be arbitrarily banned by the service operator. Most cloud-based services only live for a few years.
  • by bellBivDinesh on 6/8/22, 3:50 PM

    Atom was my first go to editor years ago when its git integration felt miles ahead. Then I saw gitglass(?) in VS Code and was moved to switch for shared workspace files at my job. I remember it as lightweight and fun.
  • by meanmrmustard92 on 6/8/22, 9:12 PM

    RIP. Hydrogen [https://atom.io/packages/hydrogen] running on Atom is the cleanest multi-lingual data science IDE in existence and has been my go-to for years. Haven't found a drop-in replacement elsewhere [vscode's language support is scattered: native python integration, different for R, Julia etc].

    Anyone on HN have recs [besides vim slime or send-to-terminal options in other editors, which work but are clunky] ?

  • by Narann on 6/8/22, 3:46 PM

    I use Atom for static Markdown blogging only. The reason is I customized Atom for this specific task and nothing more. Atom is mostly an advanced text editor than an IDE. I have Hunspell in both English and french, it detect word similarity and provide auto completion for this, it has some typewriter extension, etc.

    I'm reluctant to use VSCode because of M$ pushing for its tooling, but it looks like I will have no choice on the long run.

    Is there anyone in the same boat? Which highly configurable text editor can be use for this?

  • by likortera on 6/8/22, 4:07 PM

    Even after they promised they'll keep developing it despite of the acquisition:

    https://www.reddit.com/r/AMA/comments/8pc8mf/im_nat_friedman...

    Not surprising. When this stuff happens is always lies because you plan for people to forget about stuff as times goes by, which usually happens.

  • by jlkuester7 on 6/8/22, 4:33 PM

    Friendly reminder that https://vscodium.com/ offers Free/Libre open source binaries of VS Code without all the M$ telemetry or integrations with proprietary services.
  • by Night_Thastus on 6/8/22, 3:18 PM

    It's a shame. Atom was my first love, taking me away from the pain of using GEdit to write code for my college courses. I loved finding new packages and tuning and tweaking it all just right. I'll miss it.
  • by jimnotgym on 6/8/22, 4:52 PM

    Sounds like a good decision. I used Atom until everyone was talking about VScode... then I hopped over.

    I think Electron is an amazing legacy to leave. Like many I would like it to use less resources, but it is still a grest idea.

  • by jonathaneunice on 6/8/22, 3:23 PM

    I like Atom and use it occasionally. But I use VS Code day-in and day-out. The decision makes sense.

    If VS Code were not exceptionally good, Atom might have had more of an opportunity. But "yet another good option" is not enough to drive investment, sustain a community, and spin an ecosystem.

  • by ehayes on 6/8/22, 3:31 PM

    Over the past year I've tried a few times to switch from Atom to VS Code, but there's always a little thing that brings me back. With effort most of the functionality could be reproduced in VSC, but the stupid MS typography can't be themed away.
  • by keewee7 on 6/8/22, 3:38 PM

    Really begs the question what Visual Studio Code did right and what Atom did wrong.
  • by gtsnexp on 6/8/22, 4:04 PM

    I guess this idea of "Sunsetting" a project highlights one of the main differences between Open source and Free Software. A successful Free Software project rarely gets "Sunset".
  • by mproud on 6/8/22, 3:14 PM

    What recommendations do you all have for alternatives?
  • by maxpert on 6/8/22, 3:19 PM

    Sad day! But VSCode ate it up. Whatever one might say this had a huge hand in making Electron mainstream.
  • by andrew_ on 6/8/22, 3:59 PM

    Nooooooo. I so much prefer Atom over VSCode. I've read the spin, but this smells like Microsoft finally doing what we all predicted - killing off the competing product.
  • by alaricus on 6/8/22, 4:54 PM

    Microsoft kills another great open source project. This is sad. Don't rely on Microsoft.
  • by emehex on 6/8/22, 5:21 PM

    This is terrible. While I like VSCode, I exclusively use Atom for programming in Python because of Hydrogen [0], an extension which makes .py scripts feel and behave as though they were Jupyter Notebooks. I hope the nteract/Hydrogen devs are able to save their work and move it over to Zed/VSCode.

    [0] https://github.com/nteract/hydrogen

  • by chad_strategic on 6/8/22, 5:42 PM

    I will admit that I'm biased, I hate to use Microsoft products. I hate Bill Gates and I hate Microsoft.

    I will not be switching to VsCode just on principal. Yes, I'm still using Github, so I guess I'm a walking contradiction.

    I also understand the economics of this situation why keep Vscode and atom IDE can't co exist, i'm surprised it took so long.

    This is the second software application that Microsoft has ruined, remember the incredibly awesome wunderlist?

  • by sam0x17 on 6/8/22, 7:27 PM

    In other news, the Atom One Dark color theme is alive and well in the VS Code marketplace. I've used it for 5 straight years. https://marketplace.visualstudio.com/items?itemName=zhuangto...
  • by OberstKrueger on 6/9/22, 6:34 AM

    Atom might be retiring, but One Dark lives on in every other editor.
  • by alchermd on 6/8/22, 3:52 PM

    Atom was my first text editor when I was getting serious into learning software development. Sharing this neat video for those who hasn't seen it yet:

    https://www.youtube.com/watch?v=Y7aEiVwBAdk

  • by lionkor on 6/10/22, 10:55 AM

    Projects rewritten from the ground up in $POPULAR_LANGUAGE are notorious for being more bug-free, faster, and more stable than mature, well tested and widely used software written in $OTHER_LANGUAGE (which also already has an entire community and ecosystem).

    It's legacy the minute we don't feel like adding any more features to it.

    I'm being snarky for the sake of clowning on corporations who do this.

    I'm sure the choice of Rust was made on the shoulders of many existing issues in atom. However, it bothers me incredibly when a product advertises itself as being built with a specific language. If that's your main selling point (it's in the headline for zed.dev), maybe you're about to build something utterly irrelevant.

  • by ilovecaching on 6/8/22, 4:31 PM

    Embrace. Extend. Extinguish. I won't touch VSCode with a 10 foot pole. Pick an editor that will last 40 years and isn't run by a mega-corporation that wants to eat FOSS so they can get us to buy into their subscription ecosystem.
  • by stjohnswarts on 6/8/22, 6:55 PM

    I expected this with the Microsoft takeover. Most "extraneous" non-profitable activities and projects will be killed off. Also MS produces VS which is a successor in a sense to Atom.
  • by a1371 on 6/8/22, 3:44 PM

    Good memories with Atom. I had a silly "super mode" extension on it that gave me streaks when typing uninterrupted. It has lots of action graphics and screen shakes, I loved it.
  • by albertzeyer on 6/8/22, 6:18 PM

    So I wonder a bit, VSCode has clearly won over Atom.

    But technically, as far as I know, they are both pretty similar.

    So where is the difference? Are these just small details which VSCode got better? Or are there bigger things?

    Or why else did VSCode actually won?

    I have used both in the past. VSCode seemed a bit snappier, which is an important aspect for an editor. But I'm not sure if this was really the case actually. Or also, why there would be such a difference. Both used Electron, and I assumed both would use similar techniques for the editor.

  • by kylebarron on 6/8/22, 4:12 PM

    I personally found Atom + Hydrogen [0] to be the most productive interactive Python environment I've ever used. I really want to see VSCode adopt some way to run a Jupyter kernel for a Python file (with a notebook UI) and have rich results in line with the code (i.e. not a terminal output off to the right side of the screen).

    [0] https://github.com/nteract/hydrogen

  • by jhoelzel on 6/9/22, 7:23 AM

    DANGER: since everybody and their mom seems to be switching to VS-Code, we are going putting MS into a position where it does Microsoft things and that's dangerous.
  • by dindresto on 6/8/22, 3:38 PM

    Does anyone know the current status of https://zed.dev/, the editor by former Atom devs?
  • by Matthias247 on 6/8/22, 5:53 PM

    Quote:

    > It’s worth reflecting that Atom has served as the foundation for the Electron framework, which paved the way for the creation of thousands of apps, including Microsoft Visual Studio Code, Slack, and our very own GitHub Desktop.

    This is so true! Atom spearheaded a new generation of exciting apps and set them up for success. That is a huge achievement on its own - so thanks Atom team for everything you have done!

  • by bilekas on 6/8/22, 9:08 PM

    I loved Atom when it fisrt came out, was a little heavy on my machine at the time, but it was worth it. Had much easy plugin system than sublime and editplus that I was using. It was a go to for my windows machines where i didn't want to play with my VIM config etc.

    But when VSCode came along it was over for my time with Atom. Wish the best for the new spiritual successor though zed.dev.

  • by vjandrea on 6/8/22, 3:45 PM

    Just a noob here, but I love the way Atom displays and handles merge conflicts; still my editor of choice when I rebase / merge.
  • by lozzo on 6/10/22, 9:17 AM

    Just now I was checking the trending repos in github.com (JavaScript/Today) and I got atom on no.5 and more than 50K stars
  • by whiskey14 on 6/8/22, 4:03 PM

    Oh this is sad. As a teacher I loved introducing Atom as a first text editor as out of the box it did nothing but look nice. Then I could gradually add plugins everytime a student said something was annoying. Great for teaching principles before tools/shortcuts. Something which I think IDEs do far too often imo.
  • by yeq on 6/8/22, 3:21 PM

    I really liked Atom for non-code editing as it is usually much faster than VS Code, so this is quite unfortunate news
  • by ionescu77 on 6/9/22, 12:20 PM

    Hi, thank you for your contributions to Atom @nathansobo. I really enjoy the git/github integration and the window for staging files and writing the commit message. It is clean and easy to read. I still prefer the Atom clean interface to VSCode/JetBrains PyCharm, mostly due to this git readability.
  • by stefanos82 on 6/8/22, 7:20 PM

    Kraken, the company behind https://cryptowat.ch use the following cross-platform GUI library for Rust https://github.com/iced-rs/iced
  • by mshenfield on 6/11/22, 4:34 AM

    I used Atom for a long time after it was cool. I just loved the idea of an editor I could extend using the standard web tools and frameworks. Overall love this project, and still am a little miffed that VSCode ate their lunch. Best of luck on everything Nathan and the team do.
  • by fungiblecog on 6/8/22, 8:00 PM

    If i had a dollar every time a developer said "we're going to get it right this time"...
  • by marcodiego on 6/8/22, 5:34 PM

    I had high hopes for atom. At first I thought about it as a FLOSS competitor to sublime. Its slowness (mostly because of electron) was entirely tolerable for me even on 10-year old hardware. I was afraid at how fast VSCode ate it. It is a good thing we have VSCodium.
  • by sykp241095 on 6/9/22, 1:29 AM

    Atom has been in my choices, but actually, many development metrics of atom/atom is growing down: https://ossinsight.io/analyze/atom/atom
  • by theteapot on 6/11/22, 8:10 PM

    I wonder how much of this is about not wanting to have to deal with and be ultimately responsible for the security implications of a plugin system built on top of npm packages and tooling ... It's a great editor but seriously vulnerable.
  • by mempko on 6/8/22, 3:50 PM

    And here we are with vim and emacs still being updated and improved. Good job Bram and John.
  • by pjmlp on 6/8/22, 3:34 PM

    Well, they managed to drive it much longer than I expected after GitHub's acquisition.
  • by trinsic2 on 6/8/22, 3:46 PM

    Man this is sad... As a markdown/HTMl writer, I used Atom every day... It had great extensions. So It looks like Sublime then.. Any other Editors for a non-coder that has good (Community) extension support like Atom besides Sublime?
  • by eftychis on 6/8/22, 8:36 PM

    Why would I want to learn a new editor, if it is going to be sunset -- there are many great options out there that are unlikely to disappear or be unsupported? Meaning Github's new editor has to offer something unique and great.
  • by mohas on 6/8/22, 7:46 PM

    I think the most essential feature that vscode had over atom was good default features, once I see my coworker struggle for an hour to setup a dev env and I decided it is not going to be the tool of my profession
  • by fungiblecog on 6/8/22, 7:59 PM

    Another editor bites the dust - another reason to stick with Emacs
  • by swlkr on 6/8/22, 4:42 PM

    I loved and used atom for years, despite the performance.

    It was just such a nice editing experience.

    Also never got on the vscode train and opted for neovim instead (been using vim and bindings since 2012)

  • by mattsouth on 6/8/22, 3:39 PM

    This makes me sad as I very much prefer the atom approach to the git and github panels than the vscode approach. vscode is much faster for typescript development though.
  • by 7speter on 6/8/22, 7:50 PM

    I’m old enough to remember when microsoft said that atom developmennt would continue alongside Visual Studio Code after the company bought github…
  • by spicysugar on 6/8/22, 7:38 PM

    Vscodium + LiteXL[0] replaced Atom + Sublime for me.

    [0]https://lite-xl.com/

  • by mytailorisrich on 6/9/22, 9:16 AM

    I've moved to VS Code for good partly because I often need to load big log files and Atom simply couldn't do that....
  • by db39 on 6/8/22, 4:34 PM

    I was a big fan of Atom for years. And one thing I wish VS Code could have is the Git UI. It always just clicked better for me.
  • by wellsjohnston on 6/8/22, 8:33 PM

    I tried "hacking" on Atom recently for a side project and found it was full of bugs and not performant at all. Next.
  • by josephcsible on 6/8/22, 6:47 PM

    I hope that a new editor gets first-class Agda support so that Emacs won't be your only choice for it once Atom is gone.
  • by peter_retief on 6/8/22, 3:40 PM

    I actually used atom for a while, it was a bit bulky but not terrible. I had forgot that it was an option.
  • by robinsonrc on 6/8/22, 7:30 PM

    I hope the main thing you leaned is that people want a text editor to start up in less than a second
  • by HouseOfBagels on 6/10/22, 3:59 AM

    Great, they couldn’t monetize a fucking IDE. I will say without shame, I fucking hate Microsoft.
  • by slumber86 on 6/8/22, 3:31 PM

    Super sad, atom's column editing still rocks. are there alternatives for vsCode?
  • by dokem on 6/8/22, 7:00 PM

    LOL this is why you just use vim/emacs/bash and move on with your life.
  • by HouseOfBagels on 6/10/22, 4:00 AM

    Ban me or whatever but Bill Gates is coming after your sperm, retards.
  • by hexo on 6/8/22, 8:42 PM

    Glad that sunsetting of emacs is not going to happen any time soon :)
  • by samstave on 6/8/22, 10:08 PM

    Nothing make me more happy than programmer nerds bitching on HN
  • by rubyist5eva on 6/8/22, 7:21 PM

    Who didn't see this coming after Microsoft bought GitHub?
  • by uneekname on 6/8/22, 4:09 PM

    RIP Atom. I wrote a lot of code in Atom back in the day.
  • by tough on 6/8/22, 10:42 PM

    I subscribed to WL, free me from my laggy VSCode pls
  • by oxff on 6/8/22, 4:16 PM

    VSCode ate everyone's lunch. It is SO GOOD
  • by zanethomas on 6/8/22, 4:29 PM

    sad to see it go vscode? i've been trying to avoid it
  • by rvz on 6/8/22, 3:11 PM

    Translation: 'Extinguishing Atom Text Editor'.

    Really expected and unsurprising.

  • by productceo on 6/8/22, 5:55 PM

    Wow! End of an era!
  • by DarkContinent on 6/8/22, 7:21 PM

    Is Julia's Juno IDE going to be affected by this?
  • by ramesh31 on 6/8/22, 4:36 PM

    Embrace, extend, extinguish. It's in their DNA.
  • by sakaroz on 6/8/22, 3:34 PM

    who was using it anyway ?
  • by wly_cdgr on 6/8/22, 3:35 PM

    Atom has been dead for years, this is just the state funeral.

    The situation now is:

    * Sublime for the Williamsburg corpo-hipsters

    * emacs and vim for the wizards and furries

    * VSCode for all the normies who just want to get on with doing their job and don't feel a need to express their identity or politics through choice of editor

    * WebStorm for the chads with the monster rigs to run it

  • by adictator on 6/8/22, 4:40 PM

    Call me old, but I cannot look beyond vi/vim for an editor. A few years ago I had to edit a text file that was 9GB in size. It took a while to open it in vim, but once it was open, it was no different than any 2kb file. No other editor was able to even open the 9GB text file.