1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Technology Posts | Skullheadx</title>
<meta name="description" content="Posts from Skullheadx relating to technology">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="../style.css">
<link rel="icon" href="../favicon.ico">
</head>
<body class="pattern">
<div class="content-wrapper">
<header class="main-head">
<a href="../index.html">
<img src="../banner.webp"
class="banner"
srcset="../banner-393.webp 393w, ../banner-820.webp 820w, ../banner.webp 1200w"
sizes="100vw"
width="1200"
height="353"
fetchpriority="high"
alt="Skullheadx"
>
</a>
</header>
<nav class="main-nav">
<div class="nav-pin">
<section>
<h2><a href="../index.html">General</a></h2>
<ul>
<li><a href="../index.html">Index</a></li>
<li><a href="../about.html">About</a></li>
<li><a href="../now.html">Now</a></li>
<li><a href="../links.html">Links</a></li>
<li><a href="../library.html">Library</a></li>
</ul>
</section>
</div>
<div class="nav-unpinned">
<section>
<h2><a href="../blog/index.html">Blog</a></h2>
<ul>
<li><a href="../tech/index.html">/tech/</a></li>
<li><a href="../phil/index.html">/phil/</a></li>
<li><a href="../life/index.html">/life/</a></li>
<li><a href="../music/index.html">/music/</a></li>
</ul>
</section>
<section>
<h2><a href="../projects.html">Projects</a></h2>
<ul>
<li><a href="https://git.skullheadx.com/nixos">NixOS Config</a></li>
</ul>
</section>
<section>
<h2><a href="mailto:skull@skullheadx.com">Contact</a></h2>
<a href="mailto:skull@skullheadx.com">Email</a>
</section>
</div>
</nav>
<main class="content">
<article>
<section>
<h2>Technology Blog Posts</h2>
<p>This page features all blog posts with the <strong>technology</strong>
tag.</p>
</section>
<section>
<article>
<h3 class="no-center"><a href="../blog/homelab.html">A Brief Tour of My Homelab</a></h3>
<footer class="no-center"><time datetime="2026-08-31">August 31, 2026</time></footer>
</article>
<article>
<h3 class="no-center"><a href="../blog/refactoring-nix-flake.html">Refactoring My Nix Flake (uncut)</a>
<small>[video]</small></h3>
<footer class="no-center"><time datetime="2026-08-16">August 16, 2026</time></footer>
</article>
<article>
<h3 class="no-center"><a href="../blog/3-advantages-nixos.html">3 Advantages of Using NixOS</a></h3>
<footer class="no-center"><time datetime="2026-08-04">August 4, 2026</time>
Updated: <time datetime="2026-08-27">August 27th, 2026</time></footer>
</article>
<article>
<h3 class="no-center"><a href="../blog/suckless_nix.html">Suckless NixOS</a></h3>
<footer class="no-center"><time datetime="2026-07-04">July 4, 2026</time></footer>
</article>
<!-- <article> -->
<!-- <h3 class="no-center"><a href="../blog/openbsd_html_css.html">OpenBSD + html,css setup</a></h3> -->
<!-- <footer class="no-center"><time datetime="2026-05-07">May 7, 2026</time></footer> -->
<!-- </article> -->
<article>
<h3 class="no-center"><a href="../blog/sovereign-programmer.html">BE A SOVEREIGN PROGRAMMER</a>
<small>[video]</small></h3>
<footer class="no-center"><time datetime="2026-04-03">April 3rd, 2026</time></footer>
</article>
<article>
<h3 class="no-center"><a href="../blog/free-software-elitism.html">Free Software Elitism</a>
<small>[video]</small></h3>
<footer class="no-center"><time datetime="2026-03-26">March 26th, 2026</time></footer>
</article>
</section>
</article>
</main>
<footer class="main-footer">
<a href="https://skullheadx.com">https://skullheadx.com</a>
</footer>
</div>
</body>
</html>
|