-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
554 lines (438 loc) · 18.5 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
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
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
<!doctype html>
<html lang="en" data-bs-theme="light"><head>
<meta name="generator" content="Hugo 0.123.7">
<title>Scramblings</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="Dev scratchpad. Digital garden." />
<script>
const storedTheme = localStorage.getItem('darkMode');
if (storedTheme === 'enabled' || (storedTheme !== 'disabled' && window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches)) {
document.documentElement.style.backgroundColor = "#333333";
document.documentElement.style.color = "#E0E0E0";
}
</script>
<style>
body {
visibility: hidden;
}
</style>
<link rel="preload" href="./images/icon-192x192.png" as="image" />
<link rel="stylesheet" href="./css/custom.min.e66ae8a128f4a7a9caee8fa2778c51f4824a9b29bb958970a3dee478431a64b2.css" integrity="sha256-5mrooSj0p6nK7o+id4xR9IJKmym7lYlwo97keEMaZLI=" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PVSXVYRTKF"></script>
<script>
var doNotTrack = false;
if (!doNotTrack) {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-PVSXVYRTKF', { 'anonymize_ip': false });
}
</script>
</head>
<body><header class="container mt-sm-2 mt-1 mb-1 mx-auto" style="max-width: 650px; margin: auto; position: relative;">
<div style="position: absolute; top: 0.5em; left: 1em; z-index: 10;">
<button id="darkModeToggle" class="btn" style="background: transparent; border: none" aria-label="Toggle dark mode">
<i id="darkModeIcon" class="fas"></i>
</button>
</div>
<div class="row justify-content-center">
<div class="col-sm-5 col-12 text-sm-end text-center pt-1">
<a href="./" class="text-decoration-none" aria-label="home">
<img id="home-image" class="rounded-circle"
src="./images/icon-192x192.png"
alt="home-image"
/>
</a>
</div>
<div class="col-sm-7 col-12 text-sm-start text-center">
<h2 class="m-0 mt-2">
<a href="./" class="text-decoration-none">
Scramblings
</a>
</h2>
<p class="text-muted">
Dev scratchpad. Digital garden
</p>
<ul id="nav-links" class="list-inline" style="list-style: none; padding: 0; height: 1.2em; line-height: 1em; font-size: medium;">
<li class="badge" style="display: inline;">
<a class="" href="./tags/" title="Tags">Tags</a>
</li>
<li class="badge" style="display: inline;">
<a class="" href="./quotes/" title="Quotes">Quotes</a>
</li>
<li class="badge" style="display: inline;">
<a class="" href="./movies/" title="Movies">Movies</a>
</li>
<li class="badge" style="display: inline;">
<a class="" href="./breathing/" title="Breathing">Breathing</a>
</li>
<li class= "badge" style="display: inline;">
<a href="https://flexigpt.site/" target="_blank" title="">
FlexiGPT
<i class="fa fa-external-link-square-alt"></i>
</a>
</li>
</ul>
<div id="breadcrumbs-container" style="height: 1.2em; line-height: 1em; margin: 0; overflow: hidden; font-size: small;">
<ul id="breadcrumbs" style="list-style: none; padding: 0;">
</ul>
</div>
</div>
</div>
</header>
<div id="content" class="mx-auto">
<div class="container">
<form
id="search"
action="https://pankajpipada.com/search/"
method="get"
class="d-flex justify-content-center mt-2 mb-4"
>
<label hidden for="search-input">Search site</label>
<div class="input-group" style="width: 90%">
<span class="input-group-text border-0 bg-transparent">
<i class="fa fa-search"></i>
</span>
<input
type="text"
class="form-control rounded-pill"
id="search-input"
name="query"
placeholder="Type here to search..."
aria-label="Search"
/>
<button class="btn border-0 bg-transparent" type="submit" aria-label="search">
<i class="fa fa-arrow-right"></i>
</button>
</div>
</form>
<div class="pl-sm-4 ml-sm-5 pt-2">
<div class="pb-2">
<h3><span class="badge category">2024</span></h3><ul class="list-unstyled" style="margin-bottom: 1rem">
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2024-08-13-taskmgmt-2/">Refining the Flow: A Streamlined Markdown/Git-Based Task Management System for Solo Developers</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">Aug 13, 2024</div>
</li>
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2024-06-03-sit-stand-desk/">Personal experience with adapting to a Sit Stand Desk</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">Jun 3, 2024</div>
</li>
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2024-05-28-hugo-breadcrumb-toc-codefile-quote/">Hugo - Snippets for Breadcrumbs, Table of contents, Import code file as markdown, Quote</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">May 28, 2024</div>
</li>
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2024-05-28-hugo-copy-button/">Hugo - Introduce a Copy Button for Code Blocks</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">May 28, 2024</div>
</li>
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2024-05-27-hugo-datatables/">Hugo - Integrating Datatables</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">May 27, 2024</div>
</li>
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2024-05-27-hugo-search/">Hugo - Integrate search using lunr.js</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">May 27, 2024</div>
</li>
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2024-05-27-hugo-copy/">Hugo - Copying Files to Output Using Pipes</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">May 27, 2024</div>
</li>
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2024-04-15-genai-resources/">Great Resources for Learning Generative AI and Large Language Models (LLMs)</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">Apr 15, 2024</div>
</li>
</ul>
</div>
<div class="pb-2">
<h3><span class="badge category">2023</span></h3><ul class="list-unstyled" style="margin-bottom: 1rem">
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2023-07-30-taskmgmt/">Finding my balance: An evolved and simplified task management system</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">Jul 30, 2023</div>
</li>
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2023-07-10-assertive/">Blunt/Direct/Assertive communicators, online communication challenges and how to overcome them</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">Jul 10, 2023</div>
</li>
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2023-07-02-great-work/">Survival mode, life immediately after and Paul Graham's How to do great work</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">Jul 2, 2023</div>
</li>
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2023-06-02-espresso/">My Go-to Espresso Recipe - An Everyday Brew</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">Jun 2, 2023</div>
</li>
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2023-05-25-remembering/">Remembering my friend</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">May 25, 2023</div>
</li>
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2023-02-11-pairprogram/">Beginner level learning and pair programming with ChatGPT - A case study of Admonitions in Hugo</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">Feb 11, 2023</div>
</li>
</ul>
</div>
<div class="pb-2">
<h3><span class="badge category">2022</span></h3><ul class="list-unstyled" style="margin-bottom: 1rem">
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2022-10-18-dynamodb/">DynamoDB paper</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">Oct 18, 2022</div>
</li>
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2022-10-18-archlevels/">Separation of concerns and architectural thought</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">Oct 18, 2022</div>
</li>
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2022-07-09-voraciousness/">Voraciousness</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">Jul 9, 2022</div>
</li>
</ul>
</div>
<div class="pb-2">
<h3><span class="badge category">2020</span></h3><ul class="list-unstyled" style="margin-bottom: 1rem">
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2020-07-24-ubuntu-setup/">Linux - Ubuntu initial dev setup</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">Jul 24, 2020</div>
</li>
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2020-05-25-understanding-paxos/">Understanding Paxos</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">May 25, 2020</div>
</li>
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2020-04-29-docsify-mustache/">Mustache templates and YAML front-matter with Docsify</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">Apr 29, 2020</div>
</li>
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2020-04-28-vscode/">VSCode basic helpers</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">Apr 28, 2020</div>
</li>
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2020-03-27-git-commands/">Linux - Git commands</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">Mar 27, 2020</div>
</li>
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2020-03-24-go-memory-profiling/">Memory analysis in Go</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">Mar 24, 2020</div>
</li>
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2020-03-17-organizing/">Movies - Organizing a largish movie collection</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">Mar 17, 2020</div>
</li>
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2020-03-12-awesome-papers/">Awesome papers list</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">Mar 12, 2020</div>
</li>
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2020-01-30-samba-setup/">Samba setup</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">Jan 30, 2020</div>
</li>
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2020-01-30-ubuntu-1804-server-debug/">Linux - Ubuntu 18.04 server setup debug</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">Jan 30, 2020</div>
</li>
</ul>
</div>
<div class="pb-2">
<h3><span class="badge category">2019</span></h3><ul class="list-unstyled" style="margin-bottom: 1rem">
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2019-11-17-go-intro-primer/">Go introductory primer</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">Nov 17, 2019</div>
</li>
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2019-11-11-docker-commands/">Docker - Commands</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">Nov 11, 2019</div>
</li>
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2019-11-10-commands/">Linux - Ubuntu - Random commands</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">Nov 10, 2019</div>
</li>
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2019-11-09-screen/">GNU Screen helpers</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">Nov 9, 2019</div>
</li>
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2019-11-09-py-helpers-closures/">Python Helpers - Closures</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">Nov 9, 2019</div>
</li>
<li>
<div style="text-align: left">
<a href="https://pankajpipada.com/posts/2019-11-09-py-helpers-profiling/">Python Helpers - Profiling</a>
</div>
</li>
<li class="text-muted" style="font-size: 0.8em; margin-bottom: 0.8rem">
<div style="text-align: left">Nov 9, 2019</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<footer class="text-center pb-1">
<ul id="nav-social" class="list-inline mb-1">
<li class="list-inline-item mr-3">
<a href="https://github.com/ppipada" target="_blank" aria-label="github">
<i class="fab fa-github fa-1x text-muted"></i>
</a>
</li>
<li class="list-inline-item mr-3">
<a href="https://www.linkedin.com/in/ppipada" target="_blank" aria-label="linkedin">
<i class="fab fa-linkedin-in fa-1x text-muted"></i>
</a>
</li>
<li class="list-inline-item mr-3">
<a href="mailto:[email protected]" target="_blank" aria-label="mail">
<i class="fas fa-at fa-1x text-muted"></i>
</a>
</li>
<li class="list-inline-item mr-3">
<a href="https://pankajpipada.com/index.xml" target="_blank" aria-label="rss">
<i class="fas fa-rss fa-1x text-muted"></i>
</a>
</li>
</ul>
<span class="text-muted" style="font-size: 0.8em">
Copyright © 2016-2024 Pankaj Pipada. All Rights Reserved.
</span>
</footer>
<script src="https://pankajpipada.com/vendor/bootstrap/dist/js/bootstrap.bundle.min.0833b2e9c3a26c258476c46266e6877fc75218625162e0460be9a3a098a61c6c.js" integrity="sha256-CDOy6cOibCWEdsRiZuaHf8dSGGJRYuBGC+mjoJimHGw="></script>
<script src="https://pankajpipada.com/js/darkmode.min.467c1f2703af90b4caf73908aec83e480947a92577fdfdaf0642d9f4afb47ce5.js" integrity="sha256-RnwfJwOvkLTK9zkIrsg+SAlHqSV3/f2vBkLZ9K+0fOU="></script>
<script
async
src="https://pankajpipada.com/js/copybutton.min.a48e6828da436de32d10a615cb3004fd3348a7da47c661db91071e2b87a4294a.js"
integrity="sha256-pI5oKNpDbeMtEKYVyzAE/TNIp9pHxmHbkQceK4ekKUo="
></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
document.body.style.visibility = 'visible';
});
</script>
</body>
</html>