Blob


1 [{:title "One year of gmid"
2 :short "We can reach our destination, but we're still a ways away"
3 :slug "one-year-of-gmid"
4 :date "2021/10/12"
5 :tags #{:gmid :gemini}
6 :gemtext? true
7 :music {:title "Driver 8"
8 :by "R.E.M."}}
9 {:title "Extracting files from zips"
10 :short "meet zlib"
11 :slug "extracting-from-zips"
12 :date "2021/08/21"
13 :tags #{:c :literate-programming}
14 :gemtext? true
15 :music {:title "Square one"
16 :by "Coldplay"}}
17 {:title "Inspecting zip files"
18 :short "Look ma, without libraries!"
19 :slug "inspecting-zips"
20 :date "2021/08/19"
21 :tags #{:c :literate-programming}
22 :gemtext? true
23 :music {:title "Twisted Logic"
24 :by "Coldplay"}}
25 {:title "Writing a simple Emacs major-mode"
26 :short "About DSLs and custom major-modes"
27 :slug "writing-a-major-mode"
28 :date "2021/08/06"
29 :tags #{:elisp :emacs}
30 :gemtext? true
31 :music {:title "New Millennium"
32 :by "Dream Theater"}}
33 {:title "Talking ’bout 9P: open and walk"
34 :short "The mindblowing Twalk"
35 :slug "taking-about-9p-open-and-walk"
36 :date "2021/08/01"
37 :tags #{:nine-p}
38 :gemtext? true
39 :music {:title "The Riddler"
40 :by "Nightwish"}}
41 {:title "Talking ’bout 9P: intro"
42 :short "Getting to know 9P"
43 :slug "taking-about-9p-intro"
44 :date "2021/07/31"
45 :tags #{:nine-p}
46 :gemtext? true
47 :music {:title "The Pharaoh Sails to Orion"
48 :by "Nightwish"}}
49 {:title "The current state of theme switching"
50 :short "A cry for help."
51 :slug "state-of-theme-switching"
52 :date "2021/07/26"
53 :tags #{:rant}
54 :gemtext? true
55 :music {:title "Gethsemane"
56 :by "Nightwish"}}
57 {:title "How to suspend a UNIX process"
58 :short "I want to break free!"
59 :slug "suspend-unix-process"
60 :date "2021/07/15"
61 :tags #{:unix}
62 :gemtext? true
63 :music {:title "I want to break free"
64 :by "The Queen"}}
65 {:title "gmid “Space-dye Vest” 1.7 update"
66 :short "Your preferred Gemini server, updated!"
67 :slug "gmid-1.7"
68 :date "2021/07/10"
69 :tags #{:gemini :gmid}
70 :gemtext? true
71 :music {:title "Space-Dye Vest"
72 :by "Dream Theater"}}
73 {:title "Virtual users and OpenSMTPD/Dovecot"
74 :short "AWK for the rescue!"
75 :slug "opensmtd-dovecot-virtual-users"
76 :date "2021/06/05"
77 :tags #{:mail}
78 :gemtext? true
79 :music {:title "Rifare"
80 :by "Tre Allegri Ragazzi Morti"}}
81 {:title "Parsing text/gemini with Clojure revisited"
82 :short "shorter is better"
83 :slug "gemtext-clojure"
84 :date "2021/04/16"
85 :tags #{:gemini :clojure :lisp}
86 :gemtext? true
87 :music {:title "How to Disappear Completely"
88 :by "Radiohead"}}
89 {:title "gmid “Stargazers” v1.6 update"
90 :short "it's finally here!"
91 :slug "gmid-1.6"
92 :date "2021/03/20"
93 :tags #{:gemini :gmid}
94 :gemtext? true
95 :music {:title "Stargazers"
96 :by "Nightwish"}}
97 {:title "Customize tty colors"
98 :short "Thou shalt use a bright-colorscheme even in ttys"
99 :slug "change-tty-colors"
100 :date "2021/02/23"
101 :tags #{:linux}
102 :gemtext? true
103 :music {:title "Tema del soldato eterno e degli aironi"
104 :by "Roberto Vecchioni"}}
105 {:title "Being lazy, the Emacs macro edition"
106 :short "repetitive tasks no more"
107 :slug "emacs-macros"
108 :date "2021/02/10"
109 :tags #{:emacs}
110 :gemtext? true
111 :music {:title "Wait"
112 :by "The Beatles"}}
113 {:title "Fun with seccomp & signals"
114 :short "debugging fiters using signals when signals themselves are the problem"
115 :slug "fun-with-seccomp"
116 :date "2021/02/08"
117 :tags #{:linux}
118 :gemtext? true
119 :music {:title "Lucy in the Sky with Diamonds"
120 :by "The Beatles"}}
121 {:title "Reloading a daemon"
122 :short "reload != stop+start plus misc signals race-conditions"
123 :slug "daemon-reload"
124 :date "2021/02/04"
125 :tags #{:c :unix}
126 :gemtext? true
127 :music {:title "Strawberry Fields Forever"
128 :by "The Beatles"}}
129 {:title "gmid “Interstellar Overdrive” v1.5 update"
130 :short "20 days of work = whole bunch of new features"
131 :slug "gmid-1.5"
132 :date "2021/01/30"
133 :tags #{:gemini :gmid}
134 :gemtext? true
135 :music {:title "Interstellar Overdrive"
136 :by "Pink Floyd"}}
137 {:title "Comparing sandboxing techniques"
138 :short "Different ways beastie, puffy and tux play"
139 :slug "gmid-sandbox"
140 :date "2021/01/22"
141 :tags #{:linux :OpenBSD :FreeBSD :security}
142 :gemtext? true
143 :music {:title "Octavarium"
144 :by "Dream Theater"}}
145 {:title "Parsing PO files in Clojure"
146 :short "Building parsers on top of transducers, what can go wrong?"
147 :slug "parsing-po"
148 :date "2021/01/13"
149 :tags #{:clojure :parsing :literate-programming}
150 :gemtext? true
151 :music {:title "Metropolis Pt. 2 scenes From a Memory"
152 :by "Dream Theater"}}
153 {:title "Parsing UTF-8"
154 :short "The ugly, the uglier and the finite approach"
155 :slug "parsing-utf8"
156 :date "2021/01/11"
157 :tags #{:c :parsing}
158 :gemtext? true
159 :music {:title "Metropolis Pt. 2 scenes From a Memory"
160 :by "Dream Theater"}}
161 {:title "Tangle text/gemini files"
162 :slug "tangle-text-gemini-files"
163 :date "2020/12/30"
164 :tags #{:gemini :literate-programming}
165 :short "Literate programming using text/gemini?"
166 :gemtext? true}
167 {:title "text/gemini to HTML with AWK"
168 :slug "text-gemini-to-html-with-awk"
169 :date "2020/12/29"
170 :tags #{:awk :gemini :git}
171 :short "Fun with AWK and text/gemini"
172 :gemtext? true
173 :music {:title "Venice Queen"
174 :by "Red Hot Chili Peppers"}}
175 {:title "The joy of elisp: an example"
176 :slug "joy-of-elisp-sndio"
177 :date "2020/12/28"
178 :tags #{:literate-programming :lisp :elisp :OpenBSD}
179 :short "let's make sndioctl interactive with the power of a bunch of parens!"
180 :gemtext? true
181 :music {:title "L'infinita Gioia di Henry Bahus"
182 :by "Verdena"}}
183 {:title "IRIs are not hard!"
184 :slug "iris-are-not-hard"
185 :date "2020/12/26"
186 :tags #{:c :gemini}
187 :short "design and implementation of the IRI parser for gmid"
188 :gemtext? true
189 :music {:title "Houseki no Kuni - OST Disc 1"}}
190 {:title "Screen recording from stumpwm"
191 :slug "stumpwm-record-screen"
192 :date "2020/12/09"
193 :tags #{:lisp :stumpwm}
194 :short "recording the screen, but with parens"
195 :gemtext? true
196 :music {:title "Deer Dance"
197 :by "System of a Down"}}
198 {:title "yasnippet and SPC"
199 :slug "yasnippet-expansions"
200 :date "2020/12/01"
201 :tags #{:emacs}
202 :short "expanding yasnippets"
203 :gemtext? true
204 :music {:title "Sign of the Cross"
205 :by "Iron Maiden"}}
206 {:title "love for c(a|d)+r"
207 :slug "love-for-cadr"
208 :date "2020/11/15"
209 :tags #{:lisp :shitposting}
210 :short "caaddaaddaaddaddaa…"
211 :gemtext? true}
212 {:title "gmid update, cgi support and services"
213 :slug "gmid-cgi-and-services"
214 :date "2020/11/10"
215 :tags #{:gemini}
216 :short "status update and cool gemini stuff"
217 :gemtext? true
218 :music {:title "Piccola Città"
219 :by "Francesco Guccini"
220 :url "https://www.youtube.com/watch?v=BjXjgyYU9eU"}}
221 {:title "Emacs side window"
222 :slug "emacs-side-window"
223 :date "2020/11/05"
224 :tags #{:emacs}
225 :short "making buffers go to fu^W side-window themself."
226 :gemtext? true
227 :music {:title "I Will Take Him"
228 :by "Grant Lee Buffalo"
229 :url "https://www.youtube.com/watch?v=q1-qPdkJgNM"}}
230 {:title "gmid"
231 :slug "gmid"
232 :date "2020/10/15"
233 :tags #{:c :gemini}
234 :short "adventures in network programming"
235 :gemtext? true}
236 {:title "Parsing Gemtext with Clojure"
237 :slug "parsing-gemtext-with-clojure"
238 :date "2020/10/03"
239 :tags #{:clojure :gemini :literate-programming}
240 :short "fun with transducers"
241 :gemtext? true}
242 {:title "Hello gemini!"
243 :slug "hello-gemini"
244 :date "2020/10/02"
245 :tags #{:gemini}
246 :gemtext? true}
247 {:title "sndio over the network"
248 :slug "sndio-over-network"
249 :date "2020/09/22"
250 :tags #{:OpenBSD}
251 :short "why searching for a longer cable when you can use the network? /s"
252 :gemtext? true}
253 {:title "Automatic USB Tethering on OpenBSD"
254 :slug "openbsd-tethering"
255 :date "2020/09/21"
256 :tags #{:OpenBSD}
257 :short "hotplug my lazyness"
258 :xkcd 1319
259 :gemtext? true}
260 {:title "EMMS"
261 :slug "emms"
262 :date "2020/09/20"
263 :tags #{:emacs :elisp}
264 :short "How I learned to stop worrying and love the hydra/emacs/whatever"
265 :music {:title "Kaerimichi"
266 :url "https://www.youtube.com/watch?v=2OC6ARG6fZA"}
267 :gemtext? true}
268 {:title "Using IP addresses to assume the language is dumb"
269 :slug "ip-to-assume-language-dumb"
270 :date "2020/08/04"
271 :tags #{:rant}
272 :short "just your daily rant"
273 :music {:title "One Morning"
274 :by "Grant Lee Phillips"
275 :url "https://www.youtube.com/watch?v=ClmbCOW73eo"}}
276 {:title "Localization of dates in web pages"
277 :slug "localization-of-dates-in-web-pages"
278 :date "2020/08/03"
279 :tags #{:l10n}
280 :short ""
281 :music {:title "Dream in Color"
282 :by "Grant Lee Phillips"
283 :url "https://www.youtube.com/watch?v=uqyduBWlmKs"}}
284 {:title "enjoying CDPATH"
285 :slug "enjoying-cdpath"
286 :date "2020/06/27"
287 :tags #{:sh}
288 :short "changing directory like a ninja."
289 :gemtext? true}
290 #_ {:title "sickforth episode 1: parsing"
291 :slug "sickforth-episode-01-parsing"
292 :date "2020/06/23"
293 :tags #{:compilers :sickforth}
294 :short "You've got to start from somewhere"}
295 #_ {:title "sickforth episode 0: introduction"
296 :slug "sickforth-episode-00-intro"
297 :date "2020/06/23"
298 :tags #{:compilers :sickforth}
299 :short "Let's write a compiler for an (arbitrary) subset of Forth!"}
300 #_ {:title "building FreeBSD packages with Synth"
301 :slug "building-freebsd-packages-with-synth"
302 :date "2020/06/13"
303 :tags #{:FreeBSD}
304 :short "Build with ease. Scripts included!"}
305 {:title "Threading macros for elisp"
306 :slug "elisp-threading-macros"
307 :date "2020/06/04"
308 :tags #{:elisp}
309 :short "(-> '->> symbol-name (concat \" is so cool\"))"
310 :toot "https://europecom.net/notice/9vm27kyIDp6oe8h3su"}
311 {:title "Updating the ssh key to ed25519"
312 :slug "upgrading-ssh-key-ed25519"
313 :date "2020/06/03"
314 :tags #{:ssh}
315 :short "no TL;DR this time"}
316 {:title "Logstash + jdbc = role does not exists"
317 :slug "logstash-jdbc-role-does-not-exists"
318 :date "2020/05/10"
319 :tags #{:logstash :postgresql}
320 :short "TL;DR use the connection string properly"}
321 {:title "Finite State Machine in Godot"
322 :slug "finite-automata-godot"
323 :date "2020/04/29"
324 :tags #{:godot}
325 :short "Did I mention how I love finite automata?"}
326 {:title "cgit & gitolite"
327 :slug "cgit-gitolite"
328 :date "2020/04/22"
329 :tags #{:git}
330 :short "Custom git server with web interface & users management"
331 :gemtext? true}
332 {:title "$HOME as a git repo"
333 :slug "home-as-git-repo"
334 :date "2020/04/02"
335 :tags #{:git}
336 :short "How do you track dotfiles?"}
337 {:title "Multiplexing data in sh(1)"
338 :slug "sh-multiplexing-data"
339 :date "2019/10/17"
340 :tags #{:sh}
341 :short "please put something clever here"}
342 {:title "Poor man's unbound dashboard"
343 :slug "poor-mans-unbound-dashboard"
344 :date "2019/10/16"
345 :tags #{:OpenBSD :tmux}
346 :short "A little bit of bash, fifos, tmux & ttyplot"}
347 {:title "Core naming in linux"
348 :slug "core-naming-on-linux"
349 :date "2019/10/15"
350 :tags #{:OpenBSD :linux}
351 :short "Porting BSD behaviours to linux"}
352 {:title "CSS sprites with awk and ImageMagick"
353 :slug "css-sprites-awk-imagemagick"
354 :date "2019/08/08"
355 :tags #{:css :awk}
356 :short "I like to automatize things"}
357 {:title "Using the C preprocessors for CSS generation"
358 :slug "cpp-css"
359 :date "2019/03/30"
360 :tags #{:css}
361 :short "old tools for new websites"}
362 {:title "F* on OpenBSD"
363 :slug "fstar-openbsd"
364 :date "2019/03/25"
365 :tags #{:fstar :OpenBSD}
366 :short "It just works"}
367 {:title "Abbreviations in vi(1)"
368 :slug "abbreviations-vi"
369 :date "2018/09/14"
370 :tags #{:vi}
371 :short "type even less"}
372 {:title "Improving maildir opening time in mutt"
373 :slug "maildir-mutt-time"
374 :date "2018/09/14"
375 :tags #{:mutt}
376 :short "<code>header_cache</code> is just awesome"}
377 {:title "Spell checking in vi(1)"
378 :slug "spell-checking-vi"
379 :date "2018/09/08"
380 :tags #{:vi}
381 :short "Aspell plays nice with vi."}]