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
121
122
123
124
125
126
127
128
129
130
131
132
|
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<title>venomade.com - nsfaq</title>
<meta name="description" content="Venomade's Personal Site">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="res/favicon.ico" type="image/x-icon">
<main>
<article>
<div class=box><div class=inner>
<- <a href="index.html">Return Home</a>
</div></div>
<div class=box><div class=inner>
<p>
<strong>
Why Venomade?
</strong>
<blockquote>
<strong>“Venomade”</strong> comes from <a href="https://www.youtube.com/watch?v=nCNa2JzsVKU">a song I quite like</a>.
I picked it because it rolls of the tongue easily enough, it’s not
entirely unique but it’s still memorable, and most importantly it’s <em>.com</em> domain was available.
</blockquote>
<p>
<strong>
NSFAQ?
</strong>
<blockquote>
<strong>NSFAQ</strong> stands for <em><strong>N</strong>ot <strong>S</strong>o <strong>F</strong>requently <strong>A</strong>sked <strong>Q</strong>uestions</em>
</blockquote>
<p>
<strong>
Which programming languages do you use?
</strong>
<blockquote>
I started programming in <strong>Javascipt</strong> and <strong>Python</strong> at school,
I then discovered <strong>Go</strong> in 2018 and it quickly became my favourite programming language.
Learning Go inspired me to work with <strong>C</strong>, in order to program more efficiently in C,
I studied <strong>Haskell</strong>, which flowed nicely into programming <strong>Rust</strong>.
<br>
Nowadays however, I prefer to stick with <strong>C</strong> because it is where I feel most comfortable,
though I have been enjoying <strong>LISP</strong> as of late.
</blockquote>
<p>
<strong>
What Music do you listen to?
</strong>
<blockquote>
I listen to quite a wide range of genres so instead, here are some artists I particularly like:
<ul>
<li>Tatsuro Yamashita</li>
<li>Night Tapes</li>
<li>Greydon Square</li>
<li>Буерак</li>
<li>Источник</li>
<li>Terno Rei</li>
<li>Macroblank</li>
<li>A.L.I.S.O.N</li>
<li>Dakota</li>
</ul>
I have purchased albums from all the above artists and keep lossless digital copies in my collection. I do not stream music.
</blockquote>
<p>
<strong>
What setup do you use?
</strong>
<blockquote>
<strong>Hardware:</strong>
<ul>
<li>Lenovo T440P <em>(The last good laptop)</em>
<ul>
<li>i7-4712mq</li>
<li>16GB Ram</li>
<li>1080p Screen</li>
<li>T540 Trackpad</li>
<li>3 SSDs, 1 M.2 and 2 SATA</li>
<li>Coreboot</li>
</ul>
</li>
<li>Feker Alice 80 Keyboard</li>
<li>Deft Pro Trackball Mouse</li>
</ul>
<strong>Software:</strong>
<ul>
<li>Debian 12</li>
<li>XFCE</li>
<li>Emacs</li>
<li>Strawberry</li>
</ul>
</blockquote>
<p>
<strong>
Can I copy your configs?
</strong>
<blockquote>
Sure! You can find my current dotfiles here:
<a href="https://git.venomade.com/dotfiles">dotfiles</a><br>
I also have an archive of my old dotfiles here:
<a href="https://git.venomade.com/dotfiles-archive">dotfiles-archive</a>
</blockquote>
<p>
<strong>
Why does your website look so old/ugly?
</strong>
<blockquote>
I wrote it in Emacs.
<p>
It does however have some benefits over modern websites. It uses no JavaScript,
respects your default font choice, loads superfast (even on dial-up)
and can display fully almost anywhere!
<p>
<a href="res/site_eww.png">eww browser</a>
<br>
<a href="res/site_lynx.png">lynx browser</a>
</blockquote>
</div></div>
</article>
</main>
|