blob: 2f9570c9bde88efebc9f29a34e5f76d19ad9975b (
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/style.css">
<link rel="alternate" type="application/atom+xml" title="nerdypepper's micro musings" href="/index.xml">
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1">
<meta content="#ffffff" name="theme-color">
<meta name="HandheldFriendly" content="true">
<meta property="og:title" content="nerdypepper">
<meta property="og:type" content="website">
<meta property="og:description" content="nerdypepper's micro musings">
<meta property="og:url" content="https://peppe.rs">
<link rel="icon" type="image/x-icon" href="/favicon.png">
<title>peppe.rs</title>
<h1 class="heading">n</h1>
<h4 class="subheading">nerdypepper's μsings</h4>
<body>
<div class="posts">
<div class="post">
<div class="intro">
Hi.
<div class="hot-links">
<a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a>
<a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a>
</div>
<p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p>
<p>
I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer.
I write <a href="https://git.peppe.rs">open-source stuff</a> to pass time.
I also design fonts:
<a href="https://git.peppe.rs/fonts/scientifica">scientifica</a>,
<a href="https://git.peppe.rs/fonts/curie">curie</a>.
</p>
<p>Send me a mail at [email protected] or a message at [email protected].</p>
</div>
<table>
<tr><td class="recent-heading"><span class="recent-heading">Recent Posts</span></td></tr>
<tr>
<td class=table-post>
<div class="date">
25/03 — 2021
</div>
<a href="/posts/SDL2_devlog" class="post-link">
<span class="post-link">SDL2 Devlog</span>
</a>
</td>
<td class=table-stats>
<span class="stats-number">
6.2
</span>
<span class=stats-unit>min</span>
</td>
</tr>
<tr>
<td class=table-post>
<div class="date">
17/10 — 2020
</div>
<a href="/posts/self-hosting_git" class="post-link">
<span class="post-link">Self-hosting Git</span>
</a>
</td>
<td class=table-stats>
<span class="stats-number">
5.4
</span>
<span class=stats-unit>min</span>
</td>
</tr>
<tr><td><a href="/posts" class="post-end-link">More ⟶ </a></td></tr>
<tr><td class="recent-heading"><span class="recent-heading">Recent Art</span></td></tr>
<tr>
<td class=table-post>
<div class="date">
26/03 — 2021
</div>
<a href="/art/ramen_noodles.png" class="post-link">
<span class="post-link">Ramen Noodles</span>
</a>
</td>
<td class=table-stats>
<a href="/art/ramen_noodles.png">
<img src="/art/ramen_noodles.png" height=50px>
</a>
</td>
</tr>
<tr><td><a href="/art" class="post-end-link">More ⟶ </a></td></tr>
</table>
<div class="separator"></div>
<div class="footer">
<a href="https://github.com/nerdypepper">Github</a> ·
<a rel="me" href="https://freeradical.zone/@NerdyPepper">Mastodon</a> ·
<a href="mailto:[email protected]">Mail</a> ·
<a href="https://linkedin.com/in/nerdypepper">LinkedIn</a> ·
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
<img class="footimgs" src="https://d33wubrfki0l68.cloudfront.net/94387e9d77fbc8b4360db81e72603ecba3df94a7/632bc/static/cc.svg">
</a>
</div>
</div>
</div>
</body>
</html>
|