Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
e527121e0a | |||
8038db2299 | |||
07d910fc48 | |||
e15180bb91 | |||
4164c633b0 |
@ -18,6 +18,7 @@ links:
|
|||||||
# Build settings
|
# Build settings
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
|
- jekyll-coffeescript
|
||||||
|
|
||||||
sass:
|
sass:
|
||||||
sass_dir: 'assets/stylesheets'
|
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>
|
<p class="post-info">{{ page.date | date: "%a %b %d, %Y" }}</p>
|
||||||
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
||||||
|
<p>If you want to read more posts like this, be sure to subscribe to the <a href="/feed.xml">RSS feed</a>! Else, if you like watching videos then head on over to <a href="{{ site.links.bitgoblin_channel }}">my YouTube channel</a> or follow me over on <a href="{{ site.links.twitch_channel }}">Twitch</a> where I occasionally stream games. Feel free to join the <a href="{{ site.links.discord_invite }}">Bit Goblin community on Discord</a> as it is slowly growing. Finally, if you'd like to support me in my endeavors, head on over to <a href="{{ site.links.patreon_link }}">Patreon</a> and pitch me a few bucks if you can.</p>
|
||||||
|
@ -150,7 +150,7 @@ hr
|
|||||||
#footer
|
#footer
|
||||||
box-sizing: border-box
|
box-sizing: border-box
|
||||||
position: fixed
|
position: fixed
|
||||||
z-index: -1
|
z-index: 1
|
||||||
bottom: 0
|
bottom: 0
|
||||||
width: 100%
|
width: 100%
|
||||||
height: $footer-height
|
height: $footer-height
|
||||||
|
Reference in New Issue
Block a user