Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
8038db2299 | |||
07d910fc48 | |||
e15180bb91 | |||
4164c633b0 |
@ -18,6 +18,7 @@ links:
|
||||
# Build settings
|
||||
plugins:
|
||||
- jekyll-feed
|
||||
- jekyll-coffeescript
|
||||
|
||||
sass:
|
||||
sass_dir: 'assets/stylesheets'
|
||||
|
21
src/_drafts/github-is-sunetting-atom.md
Normal file
21
src/_drafts/github-is-sunetting-atom.md
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
layout: post
|
||||
title: "Farewell, Atom."
|
||||
description: "Atom was an awesome text editor back in its day, and now GitHub is putting it to rest."
|
||||
date: 2021-07-17 09:32:11 -0400
|
||||
tags: text-editors programming foss
|
||||
---
|
||||
|
||||
Recently, back on June 8th of 2022, GitHub announced that it set an end-of-life of December 15th, 2022 for Atom. What was once a super popular text editor in the mid-2010s that has since fallen behind the times a bit,
|
||||
|
||||
### History
|
||||
|
||||
|
||||
|
||||
### Technological Advances
|
||||
|
||||
Atom brought along with it some pretty awesome technological advances, the primary one being Electron. Initially referred to as "Atom Shell", Electron quickly took off as a way to utilize the open source web browser Chromium as a base for desktop apps, and build on top of it using web technologies (HTML, CSS, and JavaScript) and Node.js.
|
||||
|
||||
### Signing Off...
|
||||
|
||||
Overall, I'm going to miss Atom. Sure, Sublime Text was more performant and VS Code has a much larger community these days, but it still has a place in my heart since I used it for several years when I started getting more serious in my IT career and I thought it was kinda awesome how the community around Atom exploded so quickly. It seemed like Atom's community shot well past that of the other well-established text editors of the time, practically overnight. Plus I always thought the "a hackable text editor for the 21st century" was such a cool slogan. Suffice to say it has a special place in my heart, so I'll simply end this post with "Farewell, Atom."
|
@ -6,3 +6,5 @@ layout: default
|
||||
<p class="post-info">{{ page.date | date: "%a %b %d, %Y" }}</p>
|
||||
|
||||
{{ content }}
|
||||
|
||||
If you want to read more posts like this, be sure to subscribe to the [RSS feed](/feed.xml)! Else, if you like watching videos then head on over to [my YouTube channel]({{ site.links.bitgoblin_channel }}) or follow over on [Twitch]({{ site.links.twitch_channel }}) where I occasionally stream games. Feel free to join the Bit Goblin community on [Discord]({{ site.links.discord_invite }}) as it is growing. Finally, if you'd like to support me in my endeavors, head on over to [Patreon]({{ site.links.patreon_link }}) and pitch me a few bucks if you can.
|
||||
|
@ -150,7 +150,7 @@ hr
|
||||
#footer
|
||||
box-sizing: border-box
|
||||
position: fixed
|
||||
z-index: -1
|
||||
z-index: 1
|
||||
bottom: 0
|
||||
width: 100%
|
||||
height: $footer-height
|
||||
|
Reference in New Issue
Block a user