blob: 18515c3f15b5932d40866ac772684739319cdaea (
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
|
---
title: Home
---
<!-- written in HTML to disable the ¶ thing on page title -->
<h1>fkfd.me — <a href="/about">about</a></h1>
## 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>
## Favorite blogposts
- 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)
## For 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
- [< lt / gt >](/toys/ltgt) — statistics of my personal life (but you can
only see <, =, or >)
|