-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
296 lines (293 loc) · 9.82 KB
/
blog.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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
<!DOCTYPE html>
<html lang="en">
<head>
<title>Neel Patel</title>
<meta charset="UTF-8" />
<meta property="og:title" content="Neel Patel" />
<meta property="og:site_name" content="Neel Patel" />
<meta
property="og:url"
content="https://notneelpatel.github.io/blog.html"
/>
<meta property="og:description" content="Not Neel Patel's Website" />
<meta property="og:image" content="./assets/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="./assets/favicon.ico" />
<link rel="stylesheet" href="./assets/styles/root.css" />
</head>
<body>
<header>
<div></div>
<h1>
<a href="/index.html">notneelpatel.xyz</a>
</h1>
<a onclick="toggleDarkMode()" id="darkModeToggle" href="#">🌙</a>
</header>
<hr class="main" />
<div class="navbar">
<li><a href="./index.html">home</a></li>
<li><a> | </a></li>
<li><a href="./blog.html">blog</a></li>
<li><a> | </a></li>
<li>
<a href="https://notneelpatel.github.io/portfolio">portfolio</a>
</li>
<li><a> | </a></li>
<li><a href="./links.html">links</a></li>
<li><a> | </a></li>
<li><a href="./search.html">search</a></li>
</div>
<hr class="main" />
<div id="main-container">
<h2>Blog</h2>
<p><a href="./feed.xml">RSS Feed</a></p>
<p>
2024-11-04
<a href="./blog/2024-11-04-personal-websites.html"
>My Personal Website Journey</a
>
</p>
<p>
<em
>Reflecting on my 3-year long journey of building a personal
website...</em
>
</p>
<hr />
<p>
2024-05-15
<a href="./blog/2024-05-15-common-threads-in-artists.html"
>Finding Common Threads in Artists</a
>
</p>
<p>
<em
>Looking at people who inspire me and taking note of what
they do...</em
>
</p>
<hr />
<p>
2024-01-05
<a
href="./blog/2024-01-05-worried-about-future-generations.html"
>I Worry About Future Generations A Lot</a
>
</p>
<p>
<em
>I am worried about my non-existent child becoming an iPad
kid...</em
>
</p>
<hr />
<p>
2023-07-31
<a href="./blog/2023-07-31-travis-scott-utopia-review.html"
>Why UTOPIA Sounds Like A Kanye Album</a
>
</p>
<p>
<em
>A review of Travis Scott's new album and some things I
noticed in the production...</em
>
</p>
<hr />
<p>
2023-06-30
<a href="./blog/2023-06-30-free-gpu.html"
>Free GPU: Too Good to be True</a
>
</p>
<p><em>My attempt in fixing a free GPU...</em></p>
<hr />
<p>
2023-01-19
<a href="./blog/2023-01-19-switching-to-colemak-y1.html"
>Using The Colemak Keyboard Layout - 1 Year</a
>
</p>
<p>
<em>A follow-up to my Colemak challenge from a year ago...</em>
</p>
<hr />
<p>
2022-12-17
<a href="./blog/2022-12-17-ai-perspective-in-2022.html"
>AI is Already Here</a
>
</p>
<p>
<em
>A perspective on AI as it stands in late 2022. Originally
written in 2022, first posted in 2024...</em
>
</p>
<hr />
<p>
2022-11-18
<a href="./blog/2022-11-18-midi-remix.html"
>Making Super Mario 64 Remixes of Songs</a
>
</p>
<p><em>Who knew making remixes could be so easy...</em></p>
<hr />
<p>
2022-08-29
<a href="./blog/2022-08-29-delete-social-media.html"
>I Deleted Social Media</a
>
</p>
<p>
<em
>Talking about the effects of social media, why I stopped,
and the solutions to this problem...</em
>
</p>
<hr />
<p>
2022-05-18
<a href="./blog/2022-05-18-i-love-kendricks-new-album.html"
>I Love Mr. Morale and the Big Steppers</a
>
</p>
<p>
<em>Ramblings of an already critically-acclaimed album...</em>
</p>
<hr />
<p>
2022-05-15
<a href="./blog/2022-05-15-smartphone-rant.html"
>I Hate New Smartphones</a
>
</p>
<p>
<em
>A criticism of the smartphone market after 10 years and
what I would change...</em
>
</p>
<hr />
<p>
2022-05-10
<a href="./blog/2022-05-10-wallpaper-theme-converter.html"
>All About Wallpaper Theme Converter</a
>
</p>
<p>
<em
>An explanation on how it works and cool things I learned
while making it...</em
>
</p>
<hr />
<p>
2022-04-26
<a href="./blog/2022-04-26-change-to-new-layout.html"
>New Site Layout</a
>
</p>
<p>
<em
>After about four months of working on/off on a new website
layout, I've finally gotten to the point where I can share
my website again...</em
>
</p>
<hr />
<p>
2022-02-23
<a href="./blog/2022-02-23-switching-to-colemak-m1.html"
>Using The Colemak Keyboard Layout - 1 Month</a
>
</p>
<p>
<em
>After using Colemak for 1 month, I have some
thoughts...</em
>
</p>
<hr />
<p>
2022-02-02
<a href="./blog/2022-02-02-switching-to-colemak-w2.html"
>Using The Colemak Keyboard Layout - Week 2</a
>
</p>
<p>
<em
>Progress has dramatically slowed down since last
week...</em
>
</p>
<hr />
<p>
2022-01-26
<a href="./blog/2022-01-26-switching-to-colemak-w1.html"
>Using The Colemak Keyboard Layout - Week 1</a
>
</p>
<p><em>The start of a journey using a non-QWERTY layout...</em></p>
<hr />
<p>
2021-12-24
<a href="./blog/2021-12-24-duckduckgo-vs-google.html"
>DuckDuckGo - Just for Privacy?</a
>
</p>
<p><em>Why should someone use DuckDuckGo...</em></p>
<hr />
<p>
2021-12-03
<a href="./blog/2021-12-03-package-managers.html"
>Package Managers Will Change Your Life</a
>
</p>
<p><em>Learn to install programs the hackerman way...</em></p>
<hr />
<p>
2021-10-31
<a href="./blog/2021-10-31-drawing-tablets-best-investment.html"
>Drawing Tablets - The Best Investment for Students</a
>
</p>
<p>
<em
>I try to convince you that touchscreen laptops and iPads
are not worth it...</em
>
</p>
<hr />
<p>
2021-10-24
<a href="./blog/2021-10-24-how-i-switched-to-linux.html"
>How I Switched to Linux</a
>
</p>
<p><em>My Linux journey...</em></p>
<hr />
<p>
2021-10-24
<a href="./blog/2021-10-24-first-post.html">First Post</a>
</p>
<p><em>Welcome to my first blog post...</em></p>
<hr />
</div>
<footer>
<script src="./assets/scripts/darkmode.js" defer></script>
<hr class="main" />
<div class="navbar">
<li><a href="./index.html">home</a></li>
<li><a>|</a></li>
<li><a href="./blog.html">blog</a></li>
<li><a>|</a></li>
<li><a href="./feed.xml">RSS</a></li>
<li><a>|</a></li>
<li><a href="https://github.com/NotNeelPatel">github</a></li>
</div>
<br />
<a href="#top">↑ Top of Page ↑</a>
</footer>
</body>
</html>