Skip to content

Commit d69ddf2

Browse files
committed
add desktop environments post
1 parent 1b1a43c commit d69ddf2

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

all.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,6 +1081,15 @@ <h2>Development environment resources</h2>
10811081
<p><a href="https://opensourcehacker.com/2015/05/02/pycharm-vs-sublime-text/">PyCharm vs Sublime Text</a>
10821082
has a comparison of several features between the two editors.</p>
10831083
</li>
1084+
<li>
1085+
<p><a href="https://hackernoon.com/the-joy-of-linux-desktop-environments-365d6cc8de72">The Joy of Linux Desktop Environments</a>
1086+
talks about <em>desktop</em> environments, not specifically development
1087+
environments, but provides an explanation for why the core Linux operating
1088+
system is awesome for being unbundled from the desktop environment itself.
1089+
You can change your desktop environment from just a command line without
1090+
a windowing system to a full windowed system provided by Gnome, KDE or
1091+
Unity for using the system and getting your programming work done.</p>
1092+
</li>
10841093
</ul>
10851094
<h1>Vim</h1>
10861095
<p>Vim, short for Vi IMproved, is a configurable text editor often used as

development-environments.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,15 @@ <h2>Development environment resources</h2>
175175
<p><a href="https://opensourcehacker.com/2015/05/02/pycharm-vs-sublime-text/">PyCharm vs Sublime Text</a>
176176
has a comparison of several features between the two editors.</p>
177177
</li>
178+
<li>
179+
<p><a href="https://hackernoon.com/the-joy-of-linux-desktop-environments-365d6cc8de72">The Joy of Linux Desktop Environments</a>
180+
talks about <em>desktop</em> environments, not specifically development
181+
environments, but provides an explanation for why the core Linux operating
182+
system is awesome for being unbundled from the desktop environment itself.
183+
You can change your desktop environment from just a command line without
184+
a windowing system to a full windowed system provided by Gnome, KDE or
185+
Unity for using the system and getting your programming work done.</p>
186+
</li>
178187
</ul>
179188
<h3>Learn about Vim & Emacs next, or move on to web frameworks?</h3>
180189
<div class="row">

source/content/pages/02-development-environments/01-development-environments.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,11 @@ getting started and then require payment as you scale up your application.
125125
* [PyCharm vs Sublime Text](https://opensourcehacker.com/2015/05/02/pycharm-vs-sublime-text/)
126126
has a comparison of several features between the two editors.
127127

128+
* [The Joy of Linux Desktop Environments](https://hackernoon.com/the-joy-of-linux-desktop-environments-365d6cc8de72)
129+
talks about *desktop* environments, not specifically development
130+
environments, but provides an explanation for why the core Linux operating
131+
system is awesome for being unbundled from the desktop environment itself.
132+
You can change your desktop environment from just a command line without
133+
a windowing system to a full windowed system provided by Gnome, KDE or
134+
Unity for using the system and getting your programming work done.
135+

0 commit comments

Comments
 (0)