-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
205 lines (138 loc) · 5.61 KB
/
index.html
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>jpnt website | Home </title><meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="" />
<meta property="og:image" content=""/>
<link rel="alternate" type="application/rss+xml" href="https://jpnt.github.io/index.xml" title="jpnt website" />
<meta property="og:url" content="https://jpnt.github.io/">
<meta property="og:site_name" content="jpnt website">
<meta property="og:title" content="jpnt website">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="jpnt website">
<script src="https://jpnt.github.io/js/feather.min.js"></script>
<link href="https://jpnt.github.io/css/fonts.2c2227b81b1970a03e760aa2e6121cd01f87c88586803cbb282aa224720a765f.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="https://jpnt.github.io/css/main.5cebd7d4fb2b97856af8d32a6def16164fcf7d844e98e236fcb3559655020373.css" />
<link id="darkModeStyle" rel="stylesheet" type="text/css" href="https://jpnt.github.io/css/dark.d22e2a2879d933a4b781535fc4c4c716e9f9d35ea4986dd0cbabda82effc4bdd.css" />
</head>
<body>
<div class="content">
<header>
<div class="main">
<a href="https://jpnt.github.io/">jpnt website</a>
</div>
<nav>
<a href="/">~/</a>
<a href="/posts">posts</a>
<a href="/about">about</a>
<a href="/tags">tags</a>
</nav>
</header>
<main class="list">
<div class="site-description"><p>Welcome 😃</p></div>
<section class="list-item">
<h1 class="title"><a href="/posts/ssh-config/">Comprehensive SSH Configuration</a></h1>
<time>Dec 29, 2024</time>
<br><div class="description">
A detailed guide on setting up and managing SSH
</div>
<a class="readmore" href="/posts/ssh-config/">Read more ⟶</a>
</section>
<section class="list-item">
<h1 class="title"><a href="/posts/divine-simplicity/">Divine Simplicity</a></h1>
<time>Nov 14, 2024</time>
<br><div class="description">
The Divine Simplicity Doctrine
</div>
<a class="readmore" href="/posts/divine-simplicity/">Read more ⟶</a>
</section>
<section class="list-item">
<h1 class="title"><a href="/posts/cpu-cache/">CPU Cache</a></h1>
<time>Oct 28, 2024</time>
<br><div class="description">
Overview of CPU Cache
</div>
<a class="readmore" href="/posts/cpu-cache/">Read more ⟶</a>
</section>
<section class="list-item">
<h1 class="title"><a href="/posts/dotnet8-clean-architecture-setup/">.NET 8 Clean Architecture Setup</a></h1>
<time>Sep 26, 2024</time>
<br><div class="description">
Clean Architecture overview and .NET 8 project setup
</div>
<a class="readmore" href="/posts/dotnet8-clean-architecture-setup/">Read more ⟶</a>
</section>
<section class="list-item">
<h1 class="title"><a href="/posts/abstraction/">Abstraction</a></h1>
<time>Aug 19, 2024</time>
<br><div class="description">
The purpose of abstraction and the "fullstack" computer model
</div>
<a class="readmore" href="/posts/abstraction/">Read more ⟶</a>
</section>
<section class="list-item">
<h1 class="title"><a href="/posts/linux-audio-guide/">Linux Audio Guide</a></h1>
<time>Aug 18, 2024</time>
<br><div class="description">
Better Linux Audio Experience
</div>
<a class="readmore" href="/posts/linux-audio-guide/">Read more ⟶</a>
</section>
<section class="list-item">
<h1 class="title"><a href="/posts/slices/">Slices</a></h1>
<time>Jun 15, 2024</time>
<br><div class="description">
Introduction and problems they solve
</div>
<a class="readmore" href="/posts/slices/">Read more ⟶</a>
</section>
<section class="list-item">
<h1 class="title"><a href="/posts/inicios/">inici(os)</a></h1>
<time>Jun 2, 2024</time>
<br><div class="description">
Ideas for the next OS
</div>
<a class="readmore" href="/posts/inicios/">Read more ⟶</a>
</section>
<section class="list-item">
<h1 class="title"><a href="/posts/trees/">Trees</a></h1>
<time>Feb 27, 2024</time>
<br><div class="description">
Solid introduction to trees
</div>
<a class="readmore" href="/posts/trees/">Read more ⟶</a>
</section>
<section class="list-item">
<h1 class="title"><a href="/posts/tweaking-tlp/">Tweaking TLP</a></h1>
<time>Feb 25, 2024</time>
<br><div class="description">
Make your battery last longer on Linux
</div>
<a class="readmore" href="/posts/tweaking-tlp/">Read more ⟶</a>
</section>
<ul class="pagination">
<span class="page-item page-prev">
</span>
<span class="page-item page-next">
<a href="/page/2/" class="page-link" aria-label="Next"><span aria-hidden="true">Next →</span></a>
</span>
</ul>
</main>
<footer>
<div style="display:flex"><a class="soc" href="https://github.com/jpnt" rel="me" title="GitHub"><i data-feather="github"></i></a>
<a class="border"></a><a class="soc" href="https://jpnt.github.io/index.xml" rel="me" title="RSS Feed"><i data-feather="rss"></i></a>
<a class="border"></a></div>
<div class="footer-info">
2025 © João Pinto | <a
href="https://github.com/athul/archie">Archie Theme</a> | Built with <a href="https://gohugo.io">Hugo</a>
</div>
</footer>
<script>
feather.replace()
</script>
</div>
</body>
</html>