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
|
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/britons.css?v=8">
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
<meta name="author" content="Jodian Buenaventura" >
<meta name="keywords" content="/hmofa/, furry, hmofa, tech, writing, index">
<meta name="description" content="About the owner of El Arriero.">
<link rel="icon" type="image/x-icon" href="/fig.ico">
<title>El Arriero - Contact</title>
</head>
<header>
<h1>
<a href="/index.html">El Arriero</a>
</h1>
<i class="tagline">Fig, to my heart, you are the eternal hope.</i>
</header>
<nav>
<a href="/about.html" class="selected"><img src="/icons/user-business.png" alt="User Business"> About Me</a>
<a href="/fig/fig.html"><img src="/icons/user-green-female.png" alt="Green Female">About Fig</a>
<a href="/contact.html"><img src="/icons/mail.png" alt="Mail Arrow"> Contact</a>
<a href="/changelog.html"><img src="/icons/new-text.png" alt="NEW!"> Changelog</a>
<a href="https://wiki.elarriero.org/"><img src="/icons/book-open-text-image.png" alt="Encyclopedia"> Wiki</a>
<a href="https://press.elarriero.org"><img src="/icons/newspaper.png" alt="Newspaper"> Writing</a>
</nav>
<body>
<main>
<h2>About Me</h2>
<p>You may know me online as FigAnon or El Arriero. <small>(pronounced Joe-dee-ann)</small>. I'm the guy who made and draws
<a href="fig.html">Fig</a>. I haven't drawn a proper portrait of myself, so just imagine the "Unknown Civil Servant" from
<a href="https://www.ndemiccreations.com/en/51-rebel-inc" title="Developer page of the game.">Rebel Inc: Escalation</a> <img src="icons/globe--arrow.png" alt="Outgoing link">, one of my favorite games.</p>
<p>I do traditional art with some fine and affordable tools. Unfortunately I can't display most of my art because of web provider guidelines.</p>
<ul>
<li>Pentel Graphgear 1000 with Staedtler Mars 0.5mm HB lead</li>
<li>STAEDTLER Mars Technico 780 with their appropriate 2mm 2H lead</li>
<li>Derwent Academy Graphite Pencils ranging from 5H-6B</li>
<li>Unknown Chinese sketchbook</li>
<li>Generic printer paper</li>
</ul>
<p>Apart from drawing, I'm a techie, so my computers are well maintained.</p>
<dl>
<dt>My Desktop, Fig:</dt>
<dd>She runs <a href="https://www.gentoo.org/" title="Gentoo Linux homepage">Gentoo</a> <img src="icons/globe--arrow.png" alt="Outgoing link"> (x86_64) with a custom kernel. I've noticed a ~10% performance gain compared to the standard kernel options. It certainly was worth the headache of figuring everything out. I've had this install running since January 2024.</dd>
<dt>My Laptop, Adelaide:</dt>
<dd>She's made to be a reliable backup. So I have her dualbooting <a href="https://linuxmint.com/" title="Linux Mint homepage">Linux Mint 22</a> <img src="icons/globe--arrow.png" alt="Outgoing link"> and
<a href="http://toastytech.com/evil/" title="Internet Explorer is EVIL!">Windows 11</a> <img src="icons/globe--arrow.png" alt="Outgoing link"> (unfortunately). You just never know when you're gonna need Windows.
I haven't booted into it since last year so it's not like I'm sacrificing much. She's always there for when I bork my computer after her yearly update.</dd>
</dl>
<hr>
<a title="Oh, you're a cute one ain'tcha, Anonie?" href="/media/figsmoke.png"><img src="/media/smoke.webp" alt="Fig" class="fig"></a>
<a href="https://www.youtube.com/watch?v=5iyxJ72G0lM" title="Brexit means Brexit">
<img src="/media/eu_anim.gif" alt="EUistan Flag">
</a>
</main>
</body>
</html>
|