blob: cf4cdf14631d9a1e0c1237e3362e855294fc4444 (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>dacctal</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="images/erm.png">
</head>
<body>
<h1>[ <span class="color_blue">-</span><span class="color_green">></span>█ / dacctal / sources ]</h1>
<p>once you go dacctal, you never go bacctal. c ‿c</p>
<br>
<section class="block">
<h3><a href="./the_aur_disaster">The AUR Disaster</a></h3>
<h4>[ <span
class="color_blue"
>-</span><span
class="color_green"
>></span>█ / the_aur_disaster ]</h4>
<p>> aur gets hacked (again)</p>
</section>
<br>
<section class="block">
<h3><a href="./open_source_games">Open Source Games</a></h3>
<h4>[ <span
class="color_blue"
>-</span><span
class="color_green"
>></span>█ / open_source_games ]</h4>
<p>> the very few games that are truly FLOSS</p>
</section>
<br>
<section class="block">
<h3><a href="./how_i_use_gentoo">How I use Gentoo</a></h3>
<h4>[ <span
class="color_blue"
>-</span><span
class="color_green"
>></span>█ / open_source_games ]</h4>
<p>> most of the software that I use on Gentoo</p>
</section>
<br>
<section class="block">
<h3><a href="./your_os_is_illegal">Your OS is illegal</a></h3>
<h4>[ <span
class="color_blue"
>-</span><span
class="color_green"
>></span>█ / your_os_is_illegal ]</h4>
<p>> discussing the age verification laws proposed in many places</p>
</section>
<br>
</body>
</html>
|