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
|
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<link rel="icon" type="image/png" href="/3directions.png" />
<link rel="icon" type="image/svg+xml" href="/3directions.svg" />
<title>nyble.dev</title>
<link rel="stylesheet" href="/styles/common.css" />
<link rel="stylesheet" href="/styles/index.css" />
</head>
<body>
<ul id="nav-access">
<li><a href="#content">Skip to main content</a></li>
</ul>
<main id="content">
<picture id="me">
<source srcset="/index/overflow.webp" type="image/webp" />
<img src="/index/overflow.png"
alt="myself with my head tilted back, arm outstretched holding a hat. There's a large amount of colorful noise covering my body." />
</picture>
<section id="contact">
<h2>Contact~,.</h2>
<ul>
<li>Email! <a href="mailto:gen@nyble.dev">gen@nyble.dev</a></li>
<li>Github? <a href="https://github.com/gennyble">@gennyble</a></li>
<!-- well, i guess that's it. -->
<!-- <li>Twitter.. <a href="https://twitter.com/gennyble">@gennyble</a></li> -->
<li>Cohost: <a href="https://cohost.org/gen">cohost/gen</a></li>
<li>Fedi—<br /><a href="https://amble.quest/mel" style="margin-left: 1rem">@mel@amble.quest</a>
</li>
</ul>
</section>
<section id="greeting" class="writing">
<h1>Hello,</h1>
<p>
welcome to this small place. in the great vastness of the internet you've found your way here, thanks.
</p>
<p>
i'm some kind of software person trying to make things. written things, visual things,
<i>interesting</i> things. i enjoy image processing and small, intentional tools.
</p>
<p>
while i work out structuring here better, these are some pages you might like to visit
</p>
<ol>
<li><a href="sillygifs/">sillygifs.html</a> – some strange GIF files</li>
<li><a href="touching-grass/">touching-grass.html</a> – a short video and a long over-analysis
</li>
</ol>
<p>
You can subscribe to the <a href="atom.xml">Atom feed</a> if you'd like. It gets updated if I
<a href="writing/">write</a> anything and also if I make something here that I want
to show :)
</p>
<section id="scrap">
<p><a href="scrap/">Scrap</a>; dropped things collected</p>
<ul>
<li><span>aug 7, 2023</span> wrench!</li>
</ul>
</section>
<!-- maybe later -->
<!--<ol>
<li><a href="whenwasit/">whenwasit</a> – cli tool for preserving file times</li>
</ol>-->
<!-- hi. are you reading this? -->
<!-- this is what we want. this is what we're working towards. a gentle graph of interconnected -->
<!-- things all reaching out and touching one another. -->
<!--
<p>
this place has a loose organization. pages are scattered around and heavily interlinked forming
a sort of gentle graph.
</p>
<p>
at the bottom of each page are outgoing links, those that reach out
to other pages, and incoming links, pages that reference the current one.
</p>
-->
</section>
</main>
<footer class="sized">
<ul id="dates">
<li id="dates-title"> times</li>
<li><abbr title="creation time">c</abbr> Aug. 16, 2022 03:38</li>
<li><abbr title="modification time">m</abbr> Oct. 19, 2023 04:01</li>
</ul>
</footer>
</body>
</html>
|