-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.xml
executable file
·258 lines (258 loc) · 14.6 KB
/
index.xml
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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Scramblings</title>
<link>https://pankajpipada.com/</link>
<description>Recent content on Scramblings</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>Copyright © 2016-2024 Pankaj Pipada. All Rights Reserved.</copyright>
<lastBuildDate>Tue, 17 Dec 2024 17:47:32 +0530</lastBuildDate>
<atom:link href="https://pankajpipada.com/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Great Resources for Learning and Implementing Retrieval-Augmented Generation (RAG)</title>
<link>https://pankajpipada.com/posts/2024-12-17-rag-resources/</link>
<pubDate>Tue, 17 Dec 2024 16:00:00 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2024-12-17-rag-resources/</guid>
<description>Few great and free resources to learn about RAG and its usage in Generative AI.</description>
</item>
<item>
<title>Emotional Design Article by Donald Norman</title>
<link>https://pankajpipada.com/posts/2024-12-17-emotion-and-design/</link>
<pubDate>Tue, 17 Dec 2024 08:30:00 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2024-12-17-emotion-and-design/</guid>
<description>Extracts from the Emotional design article</description>
</item>
<item>
<title>Refining the Flow: A Streamlined Markdown/Git-Based Task Management System for Solo Developers</title>
<link>https://pankajpipada.com/posts/2024-08-13-taskmgmt-2/</link>
<pubDate>Tue, 13 Aug 2024 18:00:00 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2024-08-13-taskmgmt-2/</guid>
<description>This post explores a markdown-based task management system designed for solo developers, balancing simplicity with effective project management.</description>
</item>
<item>
<title>Personal experience with adapting to a Sit Stand Desk</title>
<link>https://pankajpipada.com/posts/2024-06-03-sit-stand-desk/</link>
<pubDate>Mon, 03 Jun 2024 11:30:05 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2024-06-03-sit-stand-desk/</guid>
<description>Sharing my personal journey through the first month of using a sit-stand desk, detailing the challenges and benefits of transitioning to a more dynamic work environment.</description>
</item>
<item>
<title>Hugo - Snippets for Breadcrumbs, Table of contents, Import code file as markdown, Quote</title>
<link>https://pankajpipada.com/posts/2024-05-28-hugo-breadcrumb-toc-codefile-quote/</link>
<pubDate>Tue, 28 May 2024 13:43:33 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2024-05-28-hugo-breadcrumb-toc-codefile-quote/</guid>
<description>Snippets for minor things in hugo like breadcrumbs, table of contents, copy file as markdown, quote</description>
</item>
<item>
<title>Hugo - Introduce a Copy Button for Code Blocks</title>
<link>https://pankajpipada.com/posts/2024-05-28-hugo-copy-button/</link>
<pubDate>Tue, 28 May 2024 13:07:14 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2024-05-28-hugo-copy-button/</guid>
<description>Create a header with language name and copy button on top of highlighted code blocks</description>
</item>
<item>
<title>Hugo - Integrating Datatables</title>
<link>https://pankajpipada.com/posts/2024-05-27-hugo-datatables/</link>
<pubDate>Mon, 27 May 2024 18:02:24 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2024-05-27-hugo-datatables/</guid>
<description>A guide to integrating data tables into a hugo site</description>
</item>
<item>
<title>Hugo - Integrate search using lunr.js</title>
<link>https://pankajpipada.com/posts/2024-05-27-hugo-search/</link>
<pubDate>Mon, 27 May 2024 15:49:39 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2024-05-27-hugo-search/</guid>
<description>Integrating search in a Hugo-based static site using lunr.js</description>
</item>
<item>
<title>Hugo - Copying Files to Output Using Pipes</title>
<link>https://pankajpipada.com/posts/2024-05-27-hugo-copy/</link>
<pubDate>Mon, 27 May 2024 15:14:50 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2024-05-27-hugo-copy/</guid>
<description>Process to copy assets like images/css or non-assets, such as source maps from node_modules, to output using Hugo Pipes.</description>
</item>
<item>
<title>Great Resources for Learning Generative AI and Large Language Models (LLMs)</title>
<link>https://pankajpipada.com/posts/2024-04-15-genai-resources/</link>
<pubDate>Mon, 15 Apr 2024 11:00:00 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2024-04-15-genai-resources/</guid>
<description>Few great and free resources to learn about Generative AI and Large Language Models (LLMs) and their usage for text/code inference.</description>
</item>
<item>
<title>Finding my balance: An evolved and simplified task management system</title>
<link>https://pankajpipada.com/posts/2023-07-30-taskmgmt/</link>
<pubDate>Sun, 30 Jul 2023 18:00:00 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2023-07-30-taskmgmt/</guid>
<description>An evolution in work related task management over the years, that has worked for me, and has personally shaped my professional life.</description>
</item>
<item>
<title>Blunt/Direct/Assertive communicators, online communication challenges and how to overcome them</title>
<link>https://pankajpipada.com/posts/2023-07-10-assertive/</link>
<pubDate>Mon, 10 Jul 2023 18:00:00 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2023-07-10-assertive/</guid>
<description>This blog post explores the challenges faced by blunt or direct communicators, particularly in the context of online communication, and proposes some effective strategies that have proven helpful.</description>
</item>
<item>
<title>Survival mode, life immediately after and Paul Graham's How to do great work</title>
<link>https://pankajpipada.com/posts/2023-07-02-great-work/</link>
<pubDate>Sun, 02 Jul 2023 12:01:00 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2023-07-02-great-work/</guid>
<description>How survival mode or life immediately after it affects one&rsquo;s ability to do great work and what to adjust in the article for it.</description>
</item>
<item>
<title>My Go-to Espresso Recipe - An Everyday Brew</title>
<link>https://pankajpipada.com/posts/2023-06-02-espresso/</link>
<pubDate>Fri, 02 Jun 2023 11:50:00 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2023-06-02-espresso/</guid>
<description>A home espresso recipe for daily brews using the Gaggia Classic Pro and Baratza Virtuoso Plus.</description>
</item>
<item>
<title>Remembering my friend</title>
<link>https://pankajpipada.com/posts/2023-05-25-remembering/</link>
<pubDate>Thu, 25 May 2023 00:15:00 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2023-05-25-remembering/</guid>
<description>Remembering my friend</description>
</item>
<item>
<title>Beginner level learning and pair programming with ChatGPT - A case study of Admonitions in Hugo</title>
<link>https://pankajpipada.com/posts/2023-02-11-pairprogram/</link>
<pubDate>Sat, 11 Feb 2023 16:00:00 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2023-02-11-pairprogram/</guid>
<description>A interaction with ChatGPT as a pair programmer for learning and using a new technology tool.</description>
</item>
<item>
<title>DynamoDB paper</title>
<link>https://pankajpipada.com/posts/2022-10-18-dynamodb/</link>
<pubDate>Tue, 18 Oct 2022 17:00:00 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2022-10-18-dynamodb/</guid>
<description>Learnings from the dynamoDB paper</description>
</item>
<item>
<title>Separation of concerns and architectural thought</title>
<link>https://pankajpipada.com/posts/2022-10-18-archlevels/</link>
<pubDate>Tue, 18 Oct 2022 16:00:00 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2022-10-18-archlevels/</guid>
<description>General thought on architectural boundaries, levels and issues that need to be tackled at each level.</description>
</item>
<item>
<title>Voraciousness</title>
<link>https://pankajpipada.com/posts/2022-07-09-voraciousness/</link>
<pubDate>Sat, 09 Jul 2022 16:00:00 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2022-07-09-voraciousness/</guid>
<description>Personal experience about voraciousness, its decrease, corresponding issues and thoughts.</description>
</item>
<item>
<title>Linux - Ubuntu initial dev setup</title>
<link>https://pankajpipada.com/posts/2020-07-24-ubuntu-setup/</link>
<pubDate>Fri, 24 Jul 2020 11:00:00 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2020-07-24-ubuntu-setup/</guid>
<description>Initial dev setup for Ubuntu Linux.</description>
</item>
<item>
<title>Understanding Paxos</title>
<link>https://pankajpipada.com/posts/2020-05-25-understanding-paxos/</link>
<pubDate>Mon, 25 May 2020 12:00:00 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2020-05-25-understanding-paxos/</guid>
<description>Reading the paxos made simple paper and understanding it.</description>
</item>
<item>
<title>Mustache templates and YAML front-matter with Docsify</title>
<link>https://pankajpipada.com/posts/2020-04-29-docsify-mustache/</link>
<pubDate>Wed, 29 Apr 2020 08:30:00 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2020-04-29-docsify-mustache/</guid>
<description>Docsify, YAML front-matter, mustache templates &amp; tags and some quirks when using them.</description>
</item>
<item>
<title>VSCode basic helpers</title>
<link>https://pankajpipada.com/posts/2020-04-28-vscode/</link>
<pubDate>Tue, 28 Apr 2020 08:30:00 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2020-04-28-vscode/</guid>
<description>Basic shortcuts, useful plugins, and sample settings file for VSCode.</description>
</item>
<item>
<title>Linux - Git commands</title>
<link>https://pankajpipada.com/posts/2020-03-27-git-commands/</link>
<pubDate>Fri, 27 Mar 2020 09:22:00 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2020-03-27-git-commands/</guid>
<description>Few git commands.</description>
</item>
<item>
<title>Memory analysis in Go</title>
<link>https://pankajpipada.com/posts/2020-03-24-go-memory-profiling/</link>
<pubDate>Tue, 24 Mar 2020 11:11:00 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2020-03-24-go-memory-profiling/</guid>
<description>Generic references and points to consider when doing a memory analysis with go programming language.</description>
</item>
<item>
<title>Movies - Organizing a largish movie collection</title>
<link>https://pankajpipada.com/posts/2020-03-17-organizing/</link>
<pubDate>Tue, 17 Mar 2020 16:53:00 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2020-03-17-organizing/</guid>
<description>Organizing a local storage based movie collection.</description>
</item>
<item>
<title>Awesome papers list</title>
<link>https://pankajpipada.com/posts/2020-03-12-awesome-papers/</link>
<pubDate>Thu, 12 Mar 2020 08:30:00 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2020-03-12-awesome-papers/</guid>
<description>Great papers and references</description>
</item>
<item>
<title>Samba setup</title>
<link>https://pankajpipada.com/posts/2020-01-30-samba-setup/</link>
<pubDate>Thu, 30 Jan 2020 21:55:00 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2020-01-30-samba-setup/</guid>
<description>Steps to set up a samba server on ubuntu 18.04.</description>
</item>
<item>
<title>Linux - Ubuntu 18.04 server setup debug</title>
<link>https://pankajpipada.com/posts/2020-01-30-ubuntu-1804-server-debug/</link>
<pubDate>Thu, 30 Jan 2020 20:55:00 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2020-01-30-ubuntu-1804-server-debug/</guid>
<description>Few ubuntu server setup issues and corresponding steps to debug them.</description>
</item>
<item>
<title>Go introductory primer</title>
<link>https://pankajpipada.com/posts/2019-11-17-go-intro-primer/</link>
<pubDate>Sun, 17 Nov 2019 20:55:00 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2019-11-17-go-intro-primer/</guid>
<description>Generic references to get started with go programming language.</description>
</item>
<item>
<title>Docker - Commands</title>
<link>https://pankajpipada.com/posts/2019-11-11-docker-commands/</link>
<pubDate>Mon, 11 Nov 2019 21:55:00 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2019-11-11-docker-commands/</guid>
<description>Basic docker commands.</description>
</item>
<item>
<title>Linux - Ubuntu - Random commands</title>
<link>https://pankajpipada.com/posts/2019-11-10-commands/</link>
<pubDate>Sun, 10 Nov 2019 21:55:00 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2019-11-10-commands/</guid>
<description>Random collection of commands for Ubuntu Linux.</description>
</item>
<item>
<title>GNU Screen helpers</title>
<link>https://pankajpipada.com/posts/2019-11-09-screen/</link>
<pubDate>Sat, 09 Nov 2019 21:55:00 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2019-11-09-screen/</guid>
<description>References, basic commands and sample rc file for GNU screen.</description>
</item>
<item>
<title>Python Helpers - Closures</title>
<link>https://pankajpipada.com/posts/2019-11-09-py-helpers-closures/</link>
<pubDate>Sat, 09 Nov 2019 20:55:00 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2019-11-09-py-helpers-closures/</guid>
<description>A script to chain multiple closures in python with example usage.</description>
</item>
<item>
<title>Python Helpers - Profiling</title>
<link>https://pankajpipada.com/posts/2019-11-09-py-helpers-profiling/</link>
<pubDate>Sat, 09 Nov 2019 19:55:00 +0530</pubDate>
<guid>https://pankajpipada.com/posts/2019-11-09-py-helpers-profiling/</guid>
<description>A script to cprofile a single function in python</description>
</item>
</channel>
</rss>