mirror of
https://git.sr.ht/~magic_rb/website
synced 2024-11-22 00:04:20 +01:00
Delete public_key
This commit is contained in:
parent
1ec72d0e38
commit
1ea6b0a575
|
@ -1,72 +0,0 @@
|
|||
@font-face {
|
||||
font-family: "Ubuntu Medium";
|
||||
src: url(../ttf/ubuntu-medium.ttf) format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Ubuntu Regular";
|
||||
src: url(../ttf/ubuntu-regular.ttf) format("truetype");
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: "Ubuntu Regular";
|
||||
}
|
||||
|
||||
ul {
|
||||
padding: 0 0 0 1rem;
|
||||
}
|
||||
|
||||
code {
|
||||
background-color: #eee;
|
||||
border: 0.01rem solid #999;
|
||||
padding: 0.1rem;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: #eee;
|
||||
border: 1px solid #999;
|
||||
display: block;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
#table-of-contents {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
#content :is(h1, h2, h3, h4, h5, h6) {
|
||||
display: inline;
|
||||
border-bottom: 0.15rem solid #165578;
|
||||
width: 100%;
|
||||
padding-bottom: 0.1rem;
|
||||
line-height: 1.75em;
|
||||
}
|
||||
|
||||
#organizer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#content p {
|
||||
flex-basis: auto;
|
||||
text-align: justify;
|
||||
text-justify: inter-word;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
flex-basis: auto;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
#organizer {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
#content {
|
||||
flex-basis: 80%;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
flex-basis: 10%;
|
||||
}
|
||||
}
|
|
@ -1,75 +0,0 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Emacs, the Journey to an Operating System</title>
|
||||
|
||||
<link rel="stylesheet" href="./css/style.css"/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="layout" class="pure-g">
|
||||
<div class="content pure-u-1 pure-u-md-2-3">
|
||||
|
||||
<div id="content">
|
||||
<h1>Emacs, the Journey to an Operating System</h1>
|
||||
<div class="post-meta">Published on Nov 30, 2020</div>
|
||||
<div id="outline-container-orge0881fc" class="outline-2">
|
||||
<h2 id="orge0881fc">Emacs, the Journey to an Operating System</h2>
|
||||
<div class="outline-text-2" id="text-orge0881fc">
|
||||
</div>
|
||||
<div id="outline-container-org5c3ce53" class="outline-3">
|
||||
<h3 id="org5c3ce53">The Age without Emacs</h3>
|
||||
<div class="outline-text-3" id="text-org5c3ce53">
|
||||
<p>
|
||||
It's the 12th of February, I'm playing Factorio on my laptop, when the bell rings and not long
|
||||
after my Biology teacher enters the classroom, I quickly save and exit out of Factorio. After the
|
||||
usual formalities I sit down and open my editor, so that I can take notes during the lesson. As
|
||||
you might have guessed, I didn't open Emacs, instead I opened VSCode, yes I know, not even
|
||||
VSCodium, but the prorietary spyware-filled version. I then open a new Markdown file and started
|
||||
typing away. This procedure repeated multiple times during the day, until school ended and I got
|
||||
home, I sat down in front of my desktop and opened CLion, because I wanted to do some coding in
|
||||
Rust. I had VSCode opened on my desktop too, as I needed access to my notes, when one of my
|
||||
classmates wanted them. I had two completely different editors opened almost all the time and
|
||||
even vim, when I logged into remote servers and got to editing some <code>Dockerfile</code>. <br />
|
||||
<br />
|
||||
That is roughly how my day went, before I switched full time to Emacs and learned of all the
|
||||
features the Emacs operating system has. I didn't even realize, how much I was missing out on
|
||||
and how painful my existence was. Let's go over the different pain points I now, in retrospect,
|
||||
realize existed.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org4f6ba1a" class="outline-4">
|
||||
<h4 id="org4f6ba1a">The Pain</h4>
|
||||
<div class="outline-text-4" id="text-org4f6ba1a">
|
||||
<p>
|
||||
If you're an Emacs veteran, you surely have already noticed everything I'll point out in the
|
||||
next few paragraphs, but please do read on as I present my unique view on the issues.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orga52b0a3" class="outline-5">
|
||||
<h5 id="orga52b0a3">Multiple Editors</h5>
|
||||
<div class="outline-text-5" id="text-orga52b0a3">
|
||||
<p>
|
||||
Let's start with the most obvious one, during "A day in the Life of Me", I would switch between
|
||||
3 different editors, being, in increasing order of time spent in each, VSCode, CLion and Vim.
|
||||
This brings with it many issues, including but not limited to: keybindings, plugins/addons,
|
||||
look&feel, features and even supported files/projects. The editors could be split into two
|
||||
categories, classic: "CLion, VSCode" and "Vim". If you've spend even a minute on a *nix system,
|
||||
you must know what Vim is and that, let's be honest, it has a weird, alien control scheme. This
|
||||
"Weirdness" is even supported by a multitude of memes, such as:
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue