directory.md
Search engines are getting worse every day, and it gets harder and harder to use the internet to find real, actual information that was written by a human. I don't know how to make a search engine, but I do know how to make a big list of links to good stuff. So this is a big list of links to good stuff!
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
Search engines are getting worse every day, and it gets harder and harder to use the internet to
find real, actual information that was written by a human. I don't know how to make a search
engine, but I do know how to make a big list of links to good stuff. So this is a big list of links
to good stuff!
---
<noscript>
<p><strong>Note:</strong> This page uses JavaScript to make the directory searchable.</p>
</noscript>
<div id="hive">
</div>
<script type="module">
import hive from '/static/scripts/hive.js';
document.addEventListener('DOMContentLoaded', () => {
var database = JSON.parse(document.getElementById('database').innerHTML);
hive('#hive', database);
});
</script>
<script id="database" type="application/json">
{
"entries": [
{
"name": "E. A. Roy",
"link": "https://earoy.me/",
"summary": "Alternately E. A. Roy, earoy, or yrroi, is a multi-talented one-woman army of a physicist, mathematician, author, and educator, among other things. She is the first person I go to when I need help with both complex math problems and delicate social situations. She also makes great cookies.",
"tags": ["cool people", "fusion", "math", "physics", "science"]
},
{
"name": "Christian Pencz",
"link": "https://christianpencz753.wixsite.com/cpencz",
"summary": "Christian is a game designer, artist, and animator who I've done some indie gamedev work with. He's an incredibly nice guy and a great pleasure to work with.",
"tags": ["animation", "cool people", "game development", "pixel art"]
},
{
"name": "corru.observer",
"link": "https://corru.observer/",
"summary": "This is a surprisingly deep and multi-modal visual novel about an alien species that came to Earth and tried to befriend humanity. Then some weird stuff happened. I won't spoil any more than that.",
"tags": ["esoterica"]
},
{
"name": "Izzy Muerte",
"link": "https://izzys.casa/",
"summary": "I met Izzy on Cohost when that was a website that existed. She's really cool and has a ton to say about the deep magic of build systems, and also the gross underbelly of the C++ committee.",
"tags": ["build systems", "c++", "cmake", "cool people", "programming"]
},
{
"name": "lyra.horse/antonymph",
"link": "https://lyra.horse/antonymph",
"summary": "This is a music video that uses your browser as the canvas. It may not be your thing if you're not a fan of pony music and don't really care about web development, but if you like even one of those things it's probably going to be a pretty fun time.",
"tags": ["esoterica"]
},
{
"name": "Ruby (from Australia)",
"link": "https://foxgirl.engineering/",
"summary": "Ruby is a lot of things, and they're all impressive. She runs a homelab, knows more than anyone I've met about web technologies and accessibility standards, and even uses emacs.",
"tags": ["cool people", "linux", "nix", "programming", "web development"]
},
{
"name": "Ruby (from the USA)",
"link": "https://ruby.gay/",
"summary": "Ruby is a frontend web developer with a sharp eye for style and layout, as well as a music producer with a wide variety of styles. She has a fantastic sense of humor and is one of the most caring and patient people I've ever met. She gives really good hugs, too.",
"tags": ["cool people", "music", "programming", "web development"]
}
],
"tags": [
"animation",
"build systems",
"c++",
"cmake",
"cool people",
"esoterica",
"fusion",
"game development",
"linux",
"math",
"music",
"nix",
"physics",
"pixel art",
"programming",
"science",
"web development"
]
}
</script>