Blob


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