-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeed.xml
220 lines (103 loc) · 5.89 KB
/
feed.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
<feed xmlns="http://www.w3.org/2005/Atom">
<id>http://localhost:4000/</id>
<title>Tech Notes</title>
<subtitle>Technical and Philosophical notes around programming, AI, ethics, software architecture and usability design.</subtitle>
<updated>2022-11-10T17:40:14+01:00</updated>
<author>
<name>Nimish Gåtam</name>
<uri>http://localhost:4000/</uri>
</author>
<link rel="self" type="application/atom+xml" href="http://localhost:4000/feed.xml"/>
<link rel="alternate" type="text/html" hreflang="en"
href="http://localhost:4000/"/>
<generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator>
<rights> © 2022 Nimish Gåtam </rights>
<icon>/assets/img/favicons/favicon.ico</icon>
<logo>/assets/img/favicons/favicon-96x96.png</logo>
<entry>
<title>Founders: Your employees' first challenge is you</title>
<link href="http://localhost:4000/posts/founder-journey/" rel="alternate" type="text/html" title="Founders: Your employees' first challenge is you" />
<published>2022-11-09T00:00:00+01:00</published>
<updated>2022-11-09T00:00:00+01:00</updated>
<id>http://localhost:4000/posts/founder-journey/</id>
<content src="http://localhost:4000/posts/founder-journey/" />
<author>
<name>Nimish Gåtam</name>
</author>
<category term="Start up" />
<summary>
For the better part of the last 15 years, I’ve worked with start-ups and scale-ups in many capacities: co-founder, employee, consultant, advisor, mascot. Ok, maybe not the last one, but you get the idea 🙂
At this point, I’ve started noticing some common pitfalls. Today I wanted to address a big one: founders assumption that their company culture’s future is clear, and how this causes them to s...
</summary>
</entry>
<entry>
<title>Getting KMonad working in OSX with a non-US keyboard</title>
<link href="http://localhost:4000/posts/kmonad-osx/" rel="alternate" type="text/html" title="Getting KMonad working in OSX with a non-US keyboard" />
<published>2022-09-21T00:00:00+02:00</published>
<updated>2022-09-21T00:00:00+02:00</updated>
<id>http://localhost:4000/posts/kmonad-osx/</id>
<content src="http://localhost:4000/posts/kmonad-osx/" />
<author>
<name>Nimish Gåtam</name>
</author>
<category term="Programming" />
<summary>
KMonad vs QMK
As I’ve discussed before, qmk is an amazing piece of software designed to program your mechanical keyboard. The problem, of course, is that you have to have a mechanical keyboard to use it.
But, what if, instead, you could run software on your computer itself that would re-interpret keypresses on your regular keyboard to give it some of the ‘magic’ that QMK has?
Enter KMonad
...
</summary>
</entry>
<entry>
<title>Getting an oldschool tablet PC (Toshiba Portege M200) working in 2022</title>
<link href="http://localhost:4000/posts/portege200/" rel="alternate" type="text/html" title="Getting an oldschool tablet PC (Toshiba Portege M200) working in 2022" />
<published>2022-09-14T00:00:00+02:00</published>
<updated>2022-09-14T00:00:00+02:00</updated>
<id>http://localhost:4000/posts/portege200/</id>
<content src="http://localhost:4000/posts/portege200/" />
<author>
<name>Nimish Gåtam</name>
</author>
<category term="Hardware" />
<summary>
Disclaimer: The useful part of this post is just a rehash of this amazing resource which got my hardware working. I’m writing this mostly in case this page and knowledge vanish from the internet
Meet the Tablet before Tablets
Many years decades(!) ago I bought a laptop for the purpose of taking handwritten notes in meetings. This was the Toshiba Portege/Portégé M200, which first came out in...
</summary>
</entry>
<entry>
<title>QMK Layer Issues and Troubleshooting</title>
<link href="http://localhost:4000/posts/QMK-tricks/" rel="alternate" type="text/html" title="QMK Layer Issues and Troubleshooting" />
<published>2022-09-11T00:00:00+02:00</published>
<updated>2022-09-23T08:21:52+02:00</updated>
<id>http://localhost:4000/posts/QMK-tricks/</id>
<content src="http://localhost:4000/posts/QMK-tricks/" />
<author>
<name>Nimish Gåtam</name>
</author>
<category term="Programming" />
<summary>
Overview
Quantum Mechanical Keyboard (or qmk ) is an amazing software library that lets you program your mechanical keyboard in all sorts of ways.
However, I’ve had some ‘minor’ issues in trying to get my keyboard to do exactly what I want, and it took lots of time combing through the documentation to figure out the solutions to my issues. So I made this ‘Layer Issues and Troubleshooting’ pag...
</summary>
</entry>
<entry>
<title>GitHub-hosted Static Pages - is it worth it?</title>
<link href="http://localhost:4000/posts/Github-hosted/" rel="alternate" type="text/html" title="GitHub-hosted Static Pages - is it worth it?" />
<published>2022-09-11T00:00:00+02:00</published>
<updated>2022-09-23T08:21:52+02:00</updated>
<id>http://localhost:4000/posts/Github-hosted/</id>
<content src="http://localhost:4000/posts/Github-hosted/" />
<author>
<name>Nimish Gåtam</name>
</author>
<category term="Blogging" />
<summary>
Motivation for a github.io page
Github has a fairly strong positive reputation (as of this writing 🙂)
They also have a feature where they will host a static website for you for free based on the contents of a github repository. By convention, most people use this as a personal blog space, and specifically technical blogs (I think this is a self-selecting mechanism I’ll talk about later). So...
</summary>
</entry>
</feed>