summaryrefslogtreecommitdiff
path: root/docs/index.md
blob: 5a9c4423db7e04391f3ba0ff64742885269fca52 (plain)
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
---
title: Home
---

<h1 id="fkfdme">fkfd.me</h1>

<header class="header-block-container">
    <a href="about/">
        <div class="header-block">
            <span class="header-icon" id="icon-about"></span>
            <span class="header-text">About</span>
        </div>
    </a>
    <a href="/x">
        <div class="header-block">
            <span class="header-icon" id="icon-x"></span>
            <span class="header-text">x</span>
        </div>
    </a>
    <a href="links/">
        <div class="header-block">
            <span class="header-icon" id="icon-links"></span>
            <span class="header-text">Links</span>
        </div>
    </a>
</header>

## Categories

<div class="category-block-container">
    <a href="projects/">
        <div class="category-block">
            <span class="category-icon" id="icon-projects"></span>
            <span class="category-text">Projects</span>
        </div>
    </a>
    <a href="random/">
        <div class="category-block">
            <span class="category-icon" id="icon-random"></span>
            <span class="category-text">Random</span>
        </div>
    </a>
    <a href="music/">
        <div class="category-block">
            <span class="category-icon" id="icon-music"></span>
            <span class="category-text">Music</span>
        </div>
    </a>
    <a href="umich/">
        <div class="category-block">
            <span class="category-icon" id="icon-umich"></span>
            <span class="category-text">UMich</span>
        </div>
    </a>
    <a href="shitpost/">
        <div class="category-block">
            <span class="category-icon" id="icon-shitpost"></span>
            <span class="category-text">Shitpost</span>
        </div>
    </a>
    <a href="comics/">
        <div class="category-block">
            <span class="category-icon" id="icon-comics"></span>
            <span class="category-text">Comics</span>
        </div>
    </a>
    <a href="ta/">
        <div class="category-block">
            <span class="category-icon" id="icon-ta"></span>
            <span class="category-text">TA</span>
        </div>
    </a>
    <a href="ham/">
        <div class="category-block">
            <span class="category-icon" id="icon-ham"></span>
            <span class="category-text">Ham Radio</span>
        </div>
    </a>
</div>

## Blogposts I don't regret

- The nand2tetris series where I build a computer

    - [part 1](projects/nand2tetris_1.md): logic circuits
    - [part 2.1](projects/nand2tetris_2.1.md): virtual stack machine
    - [part 2.2](projects/nand2tetris_2.2.md): tokenizer
    - part 2.3: WIP indefinitely

- Scraping lyrics, counting words and making a game out of twenty øne
  piløts songs: [One tøp song](projects/one_top_song.md)

- A ROM upgrade that went shitfire prompted me to write [The most
  important part of a smartphone is the OS.](random/smartphone_os.md)

- Continuously updating: [My life goals](random/life_goals.md)

## Fun

- [bongo cat](/toys/bongo) — [bongo.cat](https://bongo.cat), de-Googled,
  de-Cloudflared

- [emojo](/toys/emojo) — copy of
  [emojo.site](https://github.com/bclindner/emojo.site) (warning: plays music)

- [one tøp song](/toys/one_top_song) — a game of words that only appear in
  one twenty øne piløts song

## Fediring

<div class="webring-block-container">
    <a href="https://fediring.net/previous?host=fkfd.me">
        <div class="webring-block">
            <span class="webring-icon" id="icon-fediring-prev"></span>
            <span class="webring-text">Prev</span>
        </div>
    </a>
    <a href="https://fediring.net/">
        <div class="webring-block">
            <span class="webring-icon" id="icon-fediring"></span>
            <span class="webring-text">Fediring</span>
        </div>
    </a>
    <a href="https://fediring.net/next?host=fkfd.me">
        <div class="webring-block">
            <span class="webring-icon" id="icon-fediring-next"></span>
            <span class="webring-text">Next</span>
        </div>
    </a>
</div>