Blame


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