Blob


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