-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrss.xml
195 lines (195 loc) · 9.43 KB
/
rss.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
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Luis GG - Tales and Notes</title>
<link>https://luisgg.me</link>
<description>Personal notes and posts on software development, technology and miscellaneous</description>
<managingEditor>luis.gg1990@gmail.com (Luis Gabriel Gomez)</managingEditor>
<pubDate>Wed, 23 Dec 2020 21:19:19 -0300</pubDate>
<image>
<url>https://luisgg.me/favicon-16x16.png</url>
<link>https://luisgg.me/#index</link>
</image>
<item>
<title>About Me</title>
<link>https://luisgg.me/About_Me.html</link>
<description>Section about the author</description>
<author>Luis Gabriel Gomez</author>
<pubDate>Wed, 23 Dec 2020 22:19:19 -0300</pubDate>
</item>
<item>
<title>Memory: A Forgotten Topic</title>
<link>https://luisgg.me/Software_Development/3_-_Articles/Memory,_a_Forgotten_Topic.html</link>
<description>A post about one of the most overlooked topics by modern developers: memory</description>
<author>Luis Gabriel Gomez</author>
<pubDate>Wed, 23 Dec 2020 23:09:11 -0300</pubDate>
</item>
<item>
<title>Advanced Generics in .NET</title>
<link>https://luisgg.me/Software_Development/2_-_langs/1_-_dotNET/Advanced_Generics_in_.NET.html</link>
<description>A tour on advanced generics in .NET (circa 2017)</description>
<author>Luis Gabriel Gomez</author>
<pubDate>Sat, 26 Dec 2020 18:36:45 -0300</pubDate>
</item>
<item>
<title>Advanced exceptions in .NET</title>
<link>https://luisgg.me/Software_Development/2_-_langs/1_-_dotNET/Advanced_exceptions_in_.NET.html</link>
<description>A tour on advanced exceptions in .NET (circa 2016)</description>
<author>Luis Gabriel Gomez</author>
<pubDate>Sat, 26 Dec 2020 18:52:29 -0300</pubDate>
</item>
<item>
<title>Software Development</title>
<link>https://luisgg.me/Software_Development.html</link>
<description>Software development section</description>
<author>Luis Gabriel Gomez</author>
<pubDate>Thu, 31 Dec 2020 20:09:30 -0300</pubDate>
</item>
<item>
<title>1 - dotNET</title>
<link>https://luisgg.me/Software_Development/2_-_langs/1_-_dotNET.html</link>
<description>.NET development section</description>
<author>Luis Gabriel Gomez</author>
<pubDate>Thu, 31 Dec 2020 20:09:46 -0300</pubDate>
</item>
<item>
<title>2 - golang</title>
<link>https://luisgg.me/Software_Development/2_-_langs/2_-_golang.html</link>
<description>golang section</description>
<author>Luis Gabriel Gomez</author>
<pubDate>Thu, 31 Dec 2020 20:10:13 -0300</pubDate>
</item>
<item>
<title>Misc</title>
<link>https://luisgg.me/Misc.html</link>
<description>Miscellaneous section</description>
<author>Luis Gabriel Gomez</author>
<pubDate>Thu, 31 Dec 2020 20:11:03 -0300</pubDate>
</item>
<item>
<title>Test</title>
<link>https://luisgg.me/Misc/Test.html</link>
<description>Test entry for a zim PR demo</description>
<author>Luis Gabriel Gomez</author>
<pubDate>Thu, 31 Dec 2020 20:11:08 -0300</pubDate>
</item>
<item>
<title>Talks and Presentations</title>
<link>https://luisgg.me/Software_Development/1_-_Talks_and_Presentations.html</link>
<description>Talks and presentations I´ve prepared on various topics</description>
<author>Luis Gabriel Gomez</author>
<pubDate>Thu, 31 Dec 2020 20:13:27 -0300</pubDate>
</item>
<item>
<title>1 - Talks and Presentations</title>
<link>https://luisgg.me/Software_Development/2_-_langs/2_-_golang/1_-_Talks_and_Presentations.html</link>
<description>Talks and presentations - golang</description>
<author>Luis Gabriel Gomez</author>
<pubDate>Thu, 31 Dec 2020 20:13:35 -0300</pubDate>
</item>
<item>
<title>2 - When gophers attack</title>
<link>https://luisgg.me/Software_Development/2_-_langs/2_-_golang/2_-_When_gophers_attack.html</link>
<description>This section contains posts and notes about post-mortems and toubleshooting with golang</description>
<author>Luis Gabriel Gomez</author>
<pubDate>Sat, 02 Jan 2021 01:27:53 -0300</pubDate>
</item>
<item>
<title>Forgetting that precious recover</title>
<link>https://luisgg.me/Software_Development/2_-_langs/2_-_golang/2_-_When_gophers_attack/Forgetting_that_precious_recover.html</link>
<description>What happens when you forget a recover on a spawned goroutine?</description>
<author>Luis Gabriel Gomez</author>
<pubDate>Sat, 02 Jan 2021 01:32:06 -0300</pubDate>
</item>
<item>
<title>Olvidando el precioso recover</title>
<link>https://luisgg.me/Software_Development/2_-_langs/2_-_golang/2_-_When_gophers_attack/Forgetting_that_precious_recover/ES/Olvidando_el_precioso_recover.html</link>
<description>Qué ocurre cuando se olvida agregar un recover a una goroutina creada?</description>
<author>Luis Gabriel Gomez</author>
<pubDate>Sat, 02 Jan 2021 02:50:55 -0300</pubDate>
</item>
<item>
<title>ES</title>
<link>https://luisgg.me/Software_Development/2_-_langs/2_-_golang/2_-_When_gophers_attack/Forgetting_that_precious_recover/ES.html</link>
<description>Sección en español/Spanish section</description>
<author>Luis Gabriel Gomez</author>
<pubDate>Sat, 02 Jan 2021 18:42:39 -0300</pubDate>
</item>
<item>
<title>2 - langs</title>
<link>https://luisgg.me/Software_Development/2_-_langs.html</link>
<description>Section covering specific programming languages</description>
<author>Luis Gabriel Gomez</author>
<pubDate>Sat, 02 Jan 2021 18:45:03 -0300</pubDate>
</item>
<item>
<title>3 - Articles</title>
<link>https://luisgg.me/Software_Development/3_-_Articles.html</link>
<description>Software development articles</description>
<author>Luis Gabriel Gomez</author>
<pubDate>Sat, 02 Jan 2021 18:45:42 -0300</pubDate>
</item>
<item>
<title>4 - Notes</title>
<link>https://luisgg.me/Software_Development/4_-_Notes.html</link>
<description>Notes (or anything smaller than an article, for that matter)</description>
<author>Luis Gabriel Gomez</author>
<pubDate>Sat, 02 Jan 2021 18:45:54 -0300</pubDate>
</item>
<item>
<title>Log everything, just not every single thing</title>
<link>https://luisgg.me/Software_Development/2_-_langs/2_-_golang/2_-_When_gophers_attack/Log_everything,_just_not_every_single_thing.html</link>
<description>A reminder that we should log, but maybe not just everything. And a performance rabbit hole</description>
<author>Luis Gabriel Gomez</author>
<pubDate>Sat, 02 Jan 2021 20:27:57 -0300</pubDate>
</item>
<item>
<title>That one with the go runtime bug</title>
<link>https://luisgg.me/Software_Development/2_-_langs/2_-_golang/2_-_When_gophers_attack/That_one_with_the_go_runtime_bug.html</link>
<description>A matryoshka of bugs ends up in golang itself</description>
<author>Luis Gabriel Gomez</author>
<pubDate>Thu, 07 Jan 2021 00:48:29 -0300</pubDate>
</item>
<item>
<title>Fixing and extending jwt-go without forking</title>
<link>https://luisgg.me/Software_Development/2_-_langs/2_-_golang/2_-_When_gophers_attack/Fixing_jwt-go_without_forking.html</link>
<description>How to keep using jwt-go without forking or deprecating it in your project</description>
<author>Luis Gabriel Gomez</author>
<pubDate>Thu, 07 Jan 2021 18:56:44 -0300</pubDate>
</item>
<item>
<title>About RSS feed</title>
<link>https://luisgg.me/#index/About_RSS_feed.html</link>
<description>RSS feed presentation</description>
<author>Luis Gabriel Gomez</author>
<pubDate>Fri, 15 Jan 2021 20:34:28 -0300</pubDate>
</item>
<item>
<title>Scaffolding RSS feeds from zim notebooks</title>
<link>https://luisgg.me/#index/Software_Development/2_-_langs/2_-_golang/Scaffolding_RSS_feeds_from_zim_notebooks.html</link>
<description>How to generate RSS feeds for zim notebooks</description>
<author>Luis Gabriel Gomez</author>
<pubDate>Sat, 23 Jan 2021 15:10:22 -0300</pubDate>
</item>
<item>
<title>The otherworldly landscape of enums in go</title>
<link>https://luisgg.me/#index/Software_Development/2_-_langs/The_otherworldly_landscape_of_enums_in_go.html</link>
<description>The state of enums in go and how to create a self validating type</description>
<author>Luis Gabriel Gomez</author>
<pubDate>Sun, 07 Mar 2021 02:43:15 -0300</pubDate>
</item>
<item>
<title>Making a network canary</title>
<link>https://luisgg.me/#index/Arduno_and_electronics/Arduino/Making_a_network_canary.html</link>
<description>Creating a network canary device with an Arduino Nano</description>
<author>Luis Gabriel Gomez</author>
<pubDate>Thu, 11 Mar 2021 00:27:03 -0300</pubDate>
</item>
<item>
<title>Emulating a magic 8 ball</title>
<link>https://luisgg.me/#index/Arduno_and_electronics/Arduino/Emulating_a_magic_8_ball.html</link>
<description>Emulating an 8 ball toy in Arduino Nano</description>
<author>Luis Gabriel Gomez</author>
<pubDate>Thu, 08 Apr 2021 00:45:06 -0300</pubDate>
</item>
</channel>
</rss>