-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
120 lines (106 loc) · 4.69 KB
/
index.html
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
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="apple-touch-icon" href="./favicon.d/favicon.ico"/>
<link rel="icon" type="image/x-icon" href="./favicon.d/favicon.ico"/>
<title>enter the (net)spherical void</title>
<link rel="stylesheet" href="./style.css"/>
</head>
<style>
.younix {
text-align: center;
}
</style>
<body>
<header>
<div style="float: left;">
<img src="./younix.png" />
</div>
<div>
<h1>welcome to the Void, my personal Netsphere.</h1>
<h1>this is the Netsphere, my personal Void, my personal noosphere.</h1>
</div>
</header>
<article>
<section> <!-- maybe <details> instead here? -->
<img src="./media/Produced-By-Human-Not-By-AI-Badge-white.png">
<hr>
<a href="https://paypal.me/voidDelivering?country.x=IT&locale.x=it_IT">pls donate so I can fuel my hexbug nano addiction (jk, most of the donations are going for my pet turtle)</a> <br />
<a href="https://my.fsf.org/donate"><img src="https://static.fsf.org/nosvn/appeal2022/spring/social-banner.png" width="300" height="100" alt="Find your reason to support free software."></a>
</section>
<!--
<marquee behavior="scroll" direction="left">
I am in desperate need of big tiddy feedee mommy dom gf, please everyday is pain help
</marquee>
-->
<section>
<h2> what will you find here?</h2>
not much, this is a personal website.
<h3><a href="./whoami.html">who am I</a></h3>
<hr />
<marquee behavior="scroll" direction="right">
<a href="./media/marquee.gif">get marqueed lol</a>
</marquee>
</section>
<section>
<h2> here are some links.</h2>
<nav>
<a href="./scifi.d/index.html">science fiction</a> <br />
<a href="./ramblings/index.html">ramblings</a> <br />
<a href="./misc/lyrics.html">some italian lyrics that I have fun localizing in english</a> <br />
<h4>project: CAMERAHEADS</h4>
this is a WIP amateur short videos serie, in the style of marble hornets. I'm still working on it, but i'm gonna update more this page more <br />
basically it's gonna be somewhat of an anthology serie of videos, which are my interpretation of the Cameraheads creepypasta. <br />
stay tuned for more i guess
</nav>
here are some things I like, in no particular order:
<nav>
<a href="https://skarnet.org">skarnet.org</a>
<br /> <a href="https://benghancock.github.io/blog/2022/tao-of-acme.html">The tao of acme</a>
<br /> <a href="https://blog.darknedgy.net/technology/2020/05/02/0/">Systemd, 10 years later</a>
<br /> <a href="https://busybox.net/">BusyBox</a>
<br /> <a href="https://github.com/karahobny/acme2k">Acme-2k</a> (and acme in general)
<br /> <a href="https://www.gnu.org/software/emacs/">Emacs</a>
<br /> <a href="https://9front.org/">9front</a> (and plan9 in general, big fan)
<br /> <a href="https://suckless.org">suckless.org</a> [NOTE: I like <b>some</b> of their software and their philosophy.]
<br /> <a href="https://github.com/kmonad/kmonad">Kmonad</a>
<br /> <a href="https://www.joelonsoftware.com/2009/09/23/the-duct-tape-programmer/">The Duct Tape Programmer</a>
<br /> Lisp, particuarly Scheme, Emacs Lisp, Picolisp and Common Lisp
<br /> Smalltalk, the language
<br /> <emph><a href="https://www.youtube.com/watch?v=1W3H-f4M4lM">doctor sex, the ultimate being</a></b> </emph>
</nav>
and some I don't:
<nav>
<a href="https://en.wikipedia.org/wiki/SQL">SQL</a>. solution? <a href="https://en.wikipedia.org/wiki/NoSQL">NoSQL.</a> Better yet, JSON, or plain text hierarchical files.
<br> Windows. Or rather, the closed approach that it has
<br> proper capitalization (/hj, I have a problem with capitalization)
<br> Ruby, the lang. it's basically smalltalk--
</ul>
shameless plugs:
<nav>
<li>
<a href="https://t.me/cloudtalkstoomuch">My telegram channel</a>
<br> <a href="https://t.me/cloudoilhouse">My telegram general discussion/shitpost group</a>
<br> wanna chat with me on delta chat? giger-piped at tracciabi.li
</li>
</nav>
</section>
<section>
<h2> why this site is so barebone?</h2>
<nav>
<li><a href="http://motherfuckingwebsite.com/">This is a motherfucking website.</a></li>
<li><a href="http://bettermotherfuckingwebsite.com/">This is a better motherfucking website.</a></li>
<li><a href="http://bestmotherfucking.website/">This is the best motherfucking website.</a></li>
<li><a href="https://contrastrebellion.com">rebel against low contrast.</a></li>
</nav>
<img src="https://static.fsf.org/nosvn/associate/crm/6062837.png" alt="fsfbadge"> <br>
</section>
<section>
did you know?
<h2>ROBOTS DON'T DIE.</h2>
</section>
</article>
</body>
</html>