By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 index.html

View raw Download
text/html • 6.1 kiB
HTML document, Unicode text, UTF-8 text
        
            
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
<meta charset="UTF-8">
5
<title>Home</title>
6
<link rel="stylesheet" href="/static/style.css">
7
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8
</head>
9
<body>
10
<header>
11
<nav>
12
<ul>
13
<li><a href="/">Home</a></li>
14
<li><a href="/projects">Projects</a></li>
15
<li><a href="/index">Index</a></li>
16
<li><a href="https://roundabout-host.com/roundabout">Roundabout-host</a></li>
17
</ul>
18
<ul>
19
<li><a href="mailto:root@roundabout-host.com" id="mail-link">root@roundabout-host.com</a></li>
20
</ul>
21
</nav>
22
</header>
23
<main>
24
25
<h1>All articles</h1>
26
27
28
<article class="content-area">
29
30
<h2><a href="/articles/gnulinux-not-linux.html" class="article-title">A Reason to Call it GNU/Linux</a></h2>
31
<div class="home-article-date">2024-07-31</div>
32
<p><p>Linux isn't very Unix-like by itself. Of course, it's a Unix-like <em class="emphasis-1">kernel</em>, and it
33
does Unix-compatible file operations, process management, and system calls, but without the GNU
34
suite or some other userland, it is just a kernel which doesn't have to be used as a Unix-like
35
one.
36
</p></p>
37
</article>
38
39
<article class="content-area">
40
41
<h2><a href="/articles/homemade-nas.html" class="article-title">Cheap, homemade NAS with Raspberry Pi</a></h2>
42
<div class="home-article-date">2024-05-21</div>
43
<p><p>This is a very simple, cheap and quick way to get networked storage at home. It should not cost
44
more than €120 for all the components (assuming you've got a network you can plug it into). It also
45
offers more flexibility than a commercial NAS, because you can install any software you want on it.
46
And if you already use the Raspberry Pi for something else, you can just add this to it and not
47
worry about an extra device you need power, networking, space and maintenance for.
48
</p></p>
49
</article>
50
51
<article class="content-area">
52
53
<h2><a href="/articles/semantic-css.html" class="article-title">Let's write more semantic CSS</a></h2>
54
<div class="home-article-date">2024-05-18</div>
55
<p><p>You probably wrote something like this at least once in your life:
56
</p><pre data-language="html">&lt;div class="card card--rounded card--primary"&gt;
57
&lt;div class="card__image-container"&gt;
58
&lt;img src="image.jpg" alt="A nice image" class="card__image"&gt;
59
&lt;span class="card__image-caption"&gt;A nice image&lt;/span&gt;
60
&lt;/div&gt;
61
&lt;div class="card__content"&gt;
62
&lt;div class="card__header"&gt;
63
&lt;div class="card__title"&gt;Hello, world!&lt;/div&gt;
64
&lt;/div&gt;
65
&lt;p class="card__text"&gt;
66
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
67
&lt;/p&gt;
68
&lt;/div&gt;
69
&lt;div class="card__footer"&gt;
70
&lt;button class="btn btn--primary btn--raised btn--accent card__button card__button--primary"&gt;Click me!&lt;/button&gt;
71
&lt;button class="btn btn--secondary btn--raised btn--accent card__button card__button--secondary"&gt;Click me!&lt;/button&gt;
72
&lt;/div&gt;
73
&lt;/div&gt;
74
</pre><p>Or this:
75
</p><pre data-language="html">&lt;div class="max-w-sm rounded overflow-hidden shadow-lg"&gt;
76
&lt;div&gt;
77
&lt;img class="w-full" src="image.jpg" alt="A nice image"&gt;
78
&lt;span class="text-gray-500 text-base"&gt;A nice image&lt;/span&gt;
79
&lt;/div&gt;
80
&lt;div class="px-6 py-4"&gt;
81
&lt;div&gt;
82
&lt;div class="font-bold text-xl mb-2"&gt;Hello, world!&lt;/div&gt;
83
&lt;/div&gt;
84
&lt;p class="text-gray-700 text-base"&gt;
85
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
86
&lt;/p&gt;
87
&lt;/div&gt;
88
&lt;div class="px-6 py-4"&gt;
89
&lt;button class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded"&gt;Click me!&lt;/button&gt;
90
&lt;button class="bg-transparent hover:bg-blue-500 text-blue-700 font-semibold hover:text-white py-2 px-4 border border-blue-500 hover:border-transparent rounded"&gt;Click me!&lt;/button&gt;
91
&lt;/div&gt;
92
&lt;/div&gt;
93
</pre></p>
94
</article>
95
96
<article class="content-area">
97
98
<img src="/static/photos/browsers-bad.png" alt="The Pocket integration in Mozilla Firefox" class="article-image">
99
100
<h2><a href="/articles/browsers-are-doing-too-much.html" class="article-title">Browsers are doing way too much nowadays</a></h2>
101
<div class="home-article-date">2024-05-07</div>
102
<p><p>Ooh, shiny! Chrome is now forcing me to view my bookmarks in a ✨side panel✨! It's not like
103
we have windowing environments for that, right? Doesn't matter, it's modern, new so it's cool
104
and automatically better even though it sucks!
105
</p></p>
106
</article>
107
108
<article class="content-area">
109
110
<h2><a href="/articles/moved-to-a-roundabout.html" class="article-title">Moved to a roundabout</a></h2>
111
<div class="home-article-date">2024-05-07</div>
112
<p><p>Welcome to my new website! I've moved from GitHub to a git software I've developed,
113
<a href="https://roundabout-host.com/roundabout/roundabout">a roundabout</a>. To go along with
114
this move, I also made a new website, which is powered by a custom static site generator
115
called <a href="https://roundabout-host.com/roundabout/ampoule">Ampoule</a>. This will be the
116
generator I will use to write the documentation for all my projects, including the
117
roundabout itself.
118
</p></p>
119
</article>
120
121
122
</main>
123
<footer>
124
<p>Page generated on Tuesday, 15 October 2024 at 17:00:35</p>
125
<p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (🄍). No rights reserved.</p>
126
<a href="#">Back to top</a>
127
</footer>
128
</body>
129
</html>