From 82bc9a6a4fc10149d8151c460c8edde7d1defa83 Mon Sep 17 00:00:00 2001 From: wgroeneveld Date: Wed, 6 Jul 2022 17:36:27 +0200 Subject: [PATCH] replace all github.com URLs with git.brainbaking.com --- content/about.md | 2 +- content/no-copyright-no-tracking.md | 2 +- content/notes/2022/05/11h17m44s06.md | 2 +- content/post/2018/10/lean-doctorate.md | 8 ++++---- .../2018/12/unit-testing-picoblaze-assembly.md | 4 ++-- content/post/2019/04/teaching-oo-with-gba.md | 6 +++--- .../post/2020/07/3d-software-rendering-on-gba.md | 14 +++++++------- .../2020/12/developing-on-apple-m1-silicon.md | 2 +- content/post/2021/03/exploring-the-alternet.md | 2 +- content/post/2021/03/the-indieweb-mixed-bag.md | 4 ++-- content/post/2021/04/exploring-go.md | 4 ++-- .../04/using-hugo-to-launch-a-gemini-capsule.md | 2 +- content/post/2021/05/beyond-webmention-io.md | 16 ++++++++-------- .../2021/06/youtube-play-image-links-in-hugo.md | 4 ++-- ...reducing-workflow-load-facilitates-writing.md | 2 +- content/post/2022/02/january-2022.md | 2 +- .../post/2022/02/what-a-nightcam-is-good-for.md | 2 +- .../04/fighting-webmention-and-pingback-spam.md | 4 ++-- content/post/2022/07/give-up-github.md | 4 +++- content/projects/go-jamming.md | 2 +- static/js/brainbaking-post.json | 2 +- .../layouts/partials/icons.html | 3 --- 22 files changed, 46 insertions(+), 47 deletions(-) diff --git a/content/about.md b/content/about.md index fde7fbb3..f732206e 100644 --- a/content/about.md +++ b/content/about.md @@ -18,7 +18,7 @@ I am a PhD researcher at the Faculty of Engineering Technology, KU Leuven. My ac ### ... Programmer -I'm an experienced software engineer and took on various roles from agile coaching to technical lead. I hold a Master of Computer Science. I also dabble in open source through my [Github](https://github.com/wgroeneveld) account. I’m a big Test Driven Development advocate. I teach software engineering techniques in both industry and academia. +I'm an experienced software engineer and took on various roles from agile coaching to technical lead. I hold a Master of Computer Science. I also dabble in open source, have a peek at https://git.brainbaking.com/. I’m a big Test Driven Development advocate. I teach software engineering techniques in both industry and academia. ### ... Writer diff --git a/content/no-copyright-no-tracking.md b/content/no-copyright-no-tracking.md index 304ed26d..84202e8c 100644 --- a/content/no-copyright-no-tracking.md +++ b/content/no-copyright-no-tracking.md @@ -10,7 +10,7 @@ Inspired by Leo Babauta's ["uncopyright and the minimalist mindset"](https://mnm I've always detested the _'this is mine!'_-mindset, especially when it comes to intellectual property. Everyone benefits if everything is open and everyone can build upon each other's work. A possible financial loss is not an excuse. Leo has found copyrights not to be particularly helpful, so he simply got rid of them. He sells thousands of ebooks monthly. You have the right to share them with friends. He would rather have you buy them, but this way his work reaches a broader audience. -The source of this website is available at my Brain Baking [Github repository](https://github.com/wgroeneveld/brainbaking). Feel free to do with it whatever you want: copy excerpts, republish images, use code partials, rip the theme, ... There's a reason the repository is **public**. +The source of this website is available at my Brain Baking [Git repository](https://git.brainbaking.com/wgroeneveld/brainbaking). Feel free to do with it whatever you want: copy excerpts, republish images, use code partials, rip the theme, ... There's a reason the repository is **public**. > Love only grows by sharing. You can only have more for yourself by giving it away to others. Brian Tracy diff --git a/content/notes/2022/05/11h17m44s06.md b/content/notes/2022/05/11h17m44s06.md index 71fcf467..b906c901 100644 --- a/content/notes/2022/05/11h17m44s06.md +++ b/content/notes/2022/05/11h17m44s06.md @@ -3,6 +3,6 @@ date: 2022-05-11T17:44:06+02:00 context: "https://minutestomidnight.co.uk/blog/automation-for-my-blog-publishing-workflow/" --- -I wonder how you set your `date` frontmatter, which isn't mentioned clearly? If I make a new note, I fire up a stupid JS script that creates the file accordingly---something akin to your method---but also formats the date (and pries out the active Firefox tab I want to "respond" to using Webmentions, see https://github.com/wgroeneveld/brainbaking/blob/master/hooks/prenote.js ) +I wonder how you set your `date` frontmatter, which isn't mentioned clearly? If I make a new note, I fire up a stupid JS script that creates the file accordingly---something akin to your method---but also formats the date (and pries out the active Firefox tab I want to "respond" to using Webmentions, see https://git.brainbaking.com/wgroeneveld/brainbaking/src/branch/master/hooks/prenote.js ) For me, I don't want that many prompts and find those annoying, I just want to automatically make the file in the right location with as much metadata filled in as possible. It then opens the file in Sublime. Title, tags, and content is added by hand. \ No newline at end of file diff --git a/content/post/2018/10/lean-doctorate.md b/content/post/2018/10/lean-doctorate.md index 01a89982..2d7b52bc 100644 --- a/content/post/2018/10/lean-doctorate.md +++ b/content/post/2018/10/lean-doctorate.md @@ -38,7 +38,7 @@ To fail means to get feedback. To get feedback means to **publish**. That's righ For example, Katy identified daily stand ups used in agile teams as a useful way to identify what was blocking her progress by doing a stand-up with... yourself! That way she got feedback from herself. A PhD can be a lonely process indeed, but it doesn't have to be that way. You can change that yourself by explicitly asking feedback to your peers, colleagues and friends. -My way to get feedback is to follow in Jake's footsteps and to simply [publish **everything** on Github](https://wgroeneveld.github.io/phd). Add a big "feedback" button that redirects to the Github Issues page to invite people who come across your work to leave valuable insights. Why only publishing a paper, if you can publish everything related to your work, including papers? It contains reports of meetings, brainstorms, concept items I'm working on, definitions, bibliography, ... Literally everything. **Document everything** - a useful tip! +My way to get feedback is to follow in Jake's footsteps and to simply publish **everything** on GitHub. Add a big "feedback" button that redirects to the Github Issues page to invite people who come across your work to leave valuable insights. Why only publishing a paper, if you can publish everything related to your work, including papers? It contains reports of meetings, brainstorms, concept items I'm working on, definitions, bibliography, ... Literally everything. **Document everything** - a useful tip! Another way to get feedback if you're developing is using your trusty Unit Tests and Continuous Integration system. As I'm not coding for my PhD, this might not apply, you might think. But actually, I can still take those concepts and try to apply them to my writing: @@ -99,8 +99,8 @@ Writing requires a... typewriter? Text editor? Sublime Text. Pushing to a github Sublime works well in combination with Git and Markdown; especially with plugins like WordCount, MarkdownEditing, GitGutter, BracketHighlighter and Compare Side-By-Side. My choice for using Markdown instead of LaTeX might sound strange for academics, but Hugo's publishing skills are simply unmatched if you want feedback, fast. Things like Pandoc and AcademicMarkdown can be used to convert `.md` files to academic `.pdf` papers, like [Eric J. Ma](http://www.ericmjl.com/blog/2016/6/22/tooling-up-for-plain-text-academic-writing-in-markdown/) did. More on that later when I'm on the verge of actually publishing something in an academic journal. -### Anything else? +### Anything else? + +I'm sure my methods of bootstrapping my research can be further enhanced by people who've been through the whole process and are also agile advocates. If you think my work might benefit from some other tool or practice not mentioned here, please let me know. Every remark is greatly appreciated! -I'm sure my methods of bootstrapping my research can be further enhanced by people who've been through the whole process and are also agile advocates. If you think my work might benefit from some other tool or practice not mentioned here, please let me know by [adding an issue in the Github repo](https://github.com/wgroeneveld/phd/issues) as feedback. Every remark is greatly appreciated! -In the meantime, take a second to skim through [my work so far](https://wgroeneveld.github.io/phd/). Thank you! diff --git a/content/post/2018/12/unit-testing-picoblaze-assembly.md b/content/post/2018/12/unit-testing-picoblaze-assembly.md index 1d0c2258..8ef281ea 100644 --- a/content/post/2018/12/unit-testing-picoblaze-assembly.md +++ b/content/post/2018/12/unit-testing-picoblaze-assembly.md @@ -12,7 +12,7 @@ tags: [ 'unit testing', 'assembly', 'picoblaze'] To continue our [unit testing tradition](/tags/unit-testing/), each time I land on a new language or piece of technology, I carefully assess whether it's possible to write tests first. Unsurprisingly, even in Assembly it's possible. My recent foray into the digital electronics world has let me to write instructions for the [Xilinx PicoBlaze](https://www.xilinx.com/products/intellectual-property/picoblaze.html) 6 FPGA microcontroller. This Assembly dialect, written in "Psm(4)" files, is destined for a different architecture. That means linking and leaning on Google Test using C++ isn't possible. -As any good software developer does, I decided to reinvent the wheel and create an [Open PicoBlaze Assembler Unit Test package](https://github.com/wgroeneveld/opbtest) myself, written in Python 3. It uses the open `opbasm` and `opbsim` cross-platform assembler and simulator to compile your written Assembly, and then leverages Python's `unittest` package to execute assertions. Take a look at the [github repository](https://github.com/wgroeneveld/opbtest) README file an in-depth technical background. +As any good software developer does, I decided to reinvent the wheel and create an [Open PicoBlaze Assembler Unit Test package](https://git.brainbaking.com/wgroeneveld/opbtest) myself, written in Python 3. It uses the open `opbasm` and `opbsim` cross-platform assembler and simulator to compile your written Assembly, and then leverages Python's `unittest` package to execute assertions. Take a look at the [github repository](https://git.brainbaking.com/wgroeneveld/opbtest) README file an in-depth technical background. Say, I write a procedure that adds two registers and stores it in a third. This procedure lives in a `.psm4` file, together with a bunch of other procedures. What if I want to test only that "method"? @@ -80,4 +80,4 @@ For instance, if you use a generated PRNG using the M4 macro, somewhere a `call Another advantage of using Python is, surprise, readability - at least compared to your Assembly to test! It's also non-intrusive: you don't need to modify your source code or include other files. And it's easily integrated into your CI build using `python -m unittest`. -If you have a feature request, want to contribute, or report a bug, feel free to [open up a new issue](https://github.com/wgroeneveld/opbtest/issues) on Github! As we'll continue to use the package, I'll be sure to make changes here and there. +If you have a feature request, want to contribute, or report a bug, feel free to [open up a new issue](https://git.brainbaking.com/wgroeneveld/opbtest/issues)! As we'll continue to use the package, I'll be sure to make changes here and there. diff --git a/content/post/2019/04/teaching-oo-with-gba.md b/content/post/2019/04/teaching-oo-with-gba.md index 8aee9509..3ea54e1e 100644 --- a/content/post/2019/04/teaching-oo-with-gba.md +++ b/content/post/2019/04/teaching-oo-with-gba.md @@ -35,7 +35,7 @@ I'm actually really proud of what they achieved. Developing something for the GB All those things are extras, the main point of the course is to learn object-oriented development, close to the hardware. Most students had difficulties enough with the `C++` syntax. They did complete another programming course, software design in Java, but that seemed to be long lost and forgotten, as is usually the case with hard working students. -To ease their pain, I created a concept framework in `C++`, called '[ gba-sprite-engine](https://github.com/wgroeneveld/gba-sprite-engine/)' (available on GitHub through that link), which students had to fork, compile, and use for their projects. It comes equipped with a few demo projects, and throughout the different labs, we worked our way through the GBA's conceptual hardware model, using the following outlines as a guideline: +To ease their pain, I created a concept framework in `C++`, called '[gba-sprite-engine](https://git.brainbaking.com/wgroeneveld/gba-sprite-engine/)' (available on GitHub through that link), which students had to fork, compile, and use for their projects. It comes equipped with a few demo projects, and throughout the different labs, we worked our way through the GBA's conceptual hardware model, using the following outlines as a guideline: 1. [Introduction in C](https://kuleuven-diepenbeek.github.io/cpp-course/c/labo-1/) 2. [Pointers in C and C++](https://kuleuven-diepenbeek.github.io/cpp-course/c/labo-2/) @@ -55,11 +55,11 @@ Especially the live Castlevania demo's were quite appealing to students, showcas God I love that game. I'll gladly take every opportunity I have to look and/or play it. -The sprite engine does the heavy lifting in terms of image memory allocation and storage, and provides some abstract concepts for sprites/backgrounds/music/scenes. But not before we've seen these in the labs ourselves (lab 1-4). Take a look at the [ GitHub documentation of the engine](https://github.com/wgroeneveld/gba-sprite-engine/) to get a better picture on the included features. (For the most part) Unit tested and all. It is cross-platform compatible, as the GBA is actually an ARM machine, you'll be needing a cross-compiler from the [DevKitPro toolchain](https://devkitpro.org/wiki/Getting_Started). +The sprite engine does the heavy lifting in terms of image memory allocation and storage, and provides some abstract concepts for sprites/backgrounds/music/scenes. But not before we've seen these in the labs ourselves (lab 1-4). Take a look at the [source documentation of the engine](https://git.brainbaking.com/wgroeneveld/gba-sprite-engine/) to get a better picture on the included features. (For the most part) Unit tested and all. It is cross-platform compatible, as the GBA is actually an ARM machine, you'll be needing a cross-compiler from the [DevKitPro toolchain](https://devkitpro.org/wiki/Getting_Started). The emphasis lies on the _object-oriented_ part of the course title, that is why the design of the game, and game engine, was very important to me. If you are creating a platformer like Mario, and you can jump, grab coins, and squash enemies, then I want to see that reflected in your design. Where is the statement `mario.jump()`, where are the `class Coin` and `class Goomba : public Enemy` definitions? You can extend from the following engine parts: -![gba-sprite-engine design](https://github.com/wgroeneveld/gba-sprite-engine/raw/master/img/design.png?raw=true) +![gba-sprite-engine design](https://git.brainbaking.com/wgroeneveld/gba-sprite-engine/raw/branch/master/img/design.png) After the oral defense of their game, students completed a short survey that helped me assess what to do with the course during the next academic year. Most students were very enthusiastic regarding the inclusion of the GBA, compared to another dull set of assignments. They also responded positively to the question whether the Game Boy could be used in other courses as well, such as hardware architecture design, or (advanced) chip design (using an FPGA). diff --git a/content/post/2020/07/3d-software-rendering-on-gba.md b/content/post/2020/07/3d-software-rendering-on-gba.md index b47f8eba..0aefa84b 100644 --- a/content/post/2020/07/3d-software-rendering-on-gba.md +++ b/content/post/2020/07/3d-software-rendering-on-gba.md @@ -8,7 +8,7 @@ categories: - programming --- -When I started programming the [gba-sprite-engine](https://github.com/wgroeneveld/gba-sprite-engine/) two years ago, I knew I would be getting myself into trouble. The Game Boy Advance only has 16Mhz and it's whole software library is written in low-level C using DMA (Direct Memory Access) and memory-mapped IO. Translation: pointers! `**` - Yay! +When I started programming the [gba-sprite-engine](https://git.brainbaking.com/wgroeneveld/gba-sprite-engine/) two years ago, I knew I would be getting myself into trouble. The Game Boy Advance only has 16Mhz and it's whole software library is written in low-level C using DMA (Direct Memory Access) and memory-mapped IO. Translation: pointers! `**` - Yay! In the end, switching to `C++11` while trying to unit test and stub out BIOS code as much as possible did help soften the pain. I'm glad I got my hands dirty again, and it writing "closer to the metal" was a welcome change from the usual high-level stuff I produce. @@ -21,9 +21,9 @@ But GBA MODE 0-1-2 is not the only possibility to write a GBA game. There's also How do you render things in 3D without hardware acceleration, and without an FPU on the circuit board that handles `float` digits, taken into account the (mostly) 16-BIT bus rate and 16Mhz CPU? Well... It does not exactly produce 30+ FPS: -![](https://github.com/wgroeneveld/gba-bitmap-engine/raw/master/img/monkey.gif?raw=true "Wireframing 507 vertices and 968 faces") +![](https://git.brainbaking.com/wgroeneveld/gba-bitmap-engine/raw/branch/master/img/monkey.gif "Wireframing 507 vertices and 968 faces") -![octahedron](https://github.com/wgroeneveld/gba-bitmap-engine/raw/master/img/raster.gif?raw=true "Trying to rasterize the same thing") +![octahedron](https://git.brainbaking.com/wgroeneveld/gba-bitmap-engine/raw/branch/master/img/raster.gif "Trying to rasterize the same thing") Drawing a lot of lines is not exactly something the GBA loves to do. And I did use [tonclib's optimized routines](https://www.coranac.com/tonc/text/toc.htm) after a failed attempt to implement Bresenham myself. MODE4 has weird byte-write requirements and you can optimize DMA writing of horizontal lines. @@ -33,9 +33,9 @@ I intended to design the engine again as high-level as possible taking advantage Reverting to a simple box sped up the FPS: -![](https://github.com/wgroeneveld/gba-bitmap-engine/raw/master/img/wired2.gif?raw=true "A BabylonJS-exported Box. (including a bug)") +![](https://git.brainbaking.com/wgroeneveld/gba-bitmap-engine/raw/branch/master/img/wired2.gif "A BabylonJS-exported Box. (including a bug)") -![](https://github.com/wgroeneveld/gba-bitmap-engine/raw/master/img/octa.gif?raw=true "A rasterized octahedron, with back-face culling.") +![](https://git.brainbaking.com/wgroeneveld/gba-bitmap-engine/raw/branch/master/img/octa.gif "A rasterized octahedron, with back-face culling.") Even calculating the frames per second is a pain. What's a "second"? Okay, so we need a hardware timer interrupt. When does this thing overflow? How many cycles does the CPU take before that happens? Are you seriously using the divide operator instead of `fxdiv()`? @@ -43,7 +43,7 @@ Also, I could not remember most of the math needed to project 3D vertices into a Future work: texturizing - I'm curious to see at what rate we could get a simple box textured with a mario "?" block. I won't even try to attempt portal rendering like the 007 Nightfire devs. -Check out the source code here: https://github.com/wgroeneveld/gba-bitmap-engine/ +Check out the source code here: https://git.brainbaking.com/wgroeneveld/gba-bitmap-engine/ ### Unit testing GBA BIOS functions @@ -81,5 +81,5 @@ Sometimes, that does not suffice. In `tonc_math.h`, some forward-declared functi #endif ``` -Since I did not want to change the tonc files itself, constructs like the above sometimes appear in the engine header files when referencing tonc files. Interested readers can always plow through the C++ files in the Github repository. +Since I did not want to change the tonc files itself, constructs like the above sometimes appear in the engine header files when referencing tonc files. Interested readers can always plow through the C++ files in the Git repository. diff --git a/content/post/2020/12/developing-on-apple-m1-silicon.md b/content/post/2020/12/developing-on-apple-m1-silicon.md index 0025db74..93b7f4cd 100644 --- a/content/post/2020/12/developing-on-apple-m1-silicon.md +++ b/content/post/2020/12/developing-on-apple-m1-silicon.md @@ -116,7 +116,7 @@ Until then, I'll compile and debug cmdline. **CMake** works flawlessly, using th ### Game Boy Advance -Cross-compiling **GBA stuff** using [pacman](https://github.com/devkitPro/pacman/releases/latest) worked flawlessly, obviously in Rosetta mode. I doubt it will ever be released natively. Cross-compiling the whole [gba-sprite-library](https://github.com/wgroeneveld/gba-sprite-engine), including four demo projects, took `15343`ms. I was surprised that this worked without any problems, and a Rosetta-enabled mGBA happily plays my binaries! On the 2012 laptop, it takes more than twice that long: `32950`ms. +Cross-compiling **GBA stuff** using [pacman](https://github.com/devkitPro/pacman/releases/latest) worked flawlessly, obviously in Rosetta mode. I doubt it will ever be released natively. Cross-compiling the whole [gba-sprite-library](https://git.brainbaking.com/wgroeneveld/gba-sprite-engine), including four demo projects, took `15343`ms. I was surprised that this worked without any problems, and a Rosetta-enabled mGBA happily plays my binaries! On the 2012 laptop, it takes more than twice that long: `32950`ms. ### Arduino diff --git a/content/post/2021/03/exploring-the-alternet.md b/content/post/2021/03/exploring-the-alternet.md index 772e9683..c677e62d 100644 --- a/content/post/2021/03/exploring-the-alternet.md +++ b/content/post/2021/03/exploring-the-alternet.md @@ -11,7 +11,7 @@ categories: Web 2.0 is a monstrosity that never should have been evolved the way it did. It is now officially impossible to develop a new web browser, and Google's [dangerously massively-used](https://gs.statcounter.com/browser-market-share) Chrome browser keeps on kicking people in the nuts by [removing privacy-focused extensions](https://www.bleepingcomputer.com/news/security/google-removes-privacy-focused-clearurls-chrome-extension/) from the Chrome Web Store - because it's "not in line with their business model". Did you know the W3C specification set is [114 million words long](https://drewdevault.com/2020/03/18/Reckless-limitless-scope.html)? That's simply insane. -Lately, I've been implementing the [Webmention](/post/2021/03/the-indieweb-mixed-bag/) and Pingback W3C protocols in [my jamstack-augmented microservice](https://github.com/wgroeneveld/serve-my-jams), and I've come to realize that, although Webmention is the post-modernistic hailed and IndieWeb-backed successor to Pingbacks, they technically both suffer form the same problems. I honestly do _not_ see any real difference between `POST`-ing an encoded form or an XML-formatted message. The specs are full of ambiguities that leave the door wide open to (1) interpretation and (2) a proliferation of wildly diverging implementations. +Lately, I've been implementing the [Webmention](/post/2021/03/the-indieweb-mixed-bag/) and Pingback W3C protocols in [my jamstack-augmented microservice](https://git.brainbaking.com/wgroeneveld/go-jamming), and I've come to realize that, although Webmention is the post-modernistic hailed and IndieWeb-backed successor to Pingbacks, they technically both suffer form the same problems. I honestly do _not_ see any real difference between `POST`-ing an encoded form or an XML-formatted message. The specs are full of ambiguities that leave the door wide open to (1) interpretation and (2) a proliferation of wildly diverging implementations. Don't get me wrong, I love JavaScript. I used to be that guy that constantly yells "check it out, `const()={await...]`!" But the more I tried implementing something inherently _simple_, the more I realized how many different ways the same problem can be tackled in just one language. And then I used `.replaceAll()` in an older version of Node. Many programming languages evolve by borrowing ideas from each other, but really, why would JS need classes? [As Rob Pike argues](https://www.youtube.com/watch?v=rFejpH_tAHM&t=91s), keeping things simple in a language can be quite complex. I hope Go will keep it together. diff --git a/content/post/2021/03/the-indieweb-mixed-bag.md b/content/post/2021/03/the-indieweb-mixed-bag.md index 9247b1b1..97e0cb5d 100644 --- a/content/post/2021/03/the-indieweb-mixed-bag.md +++ b/content/post/2021/03/the-indieweb-mixed-bag.md @@ -50,8 +50,8 @@ All these headaches made people not just leave the IndieWeb standards behind: th Sleeves up, code out: -- microservice endpoint: check, https://github.com/wgroeneveld/serve-my-jams -- javascript tools: check, https://github.com/wgroeneveld/jam-my-stack +- microservice endpoint: check, https://git.brainbaking.com/wgroeneveld/go-jamming +- javascript tools: check, https://git.brainbaking.com/wgroeneveld/jam-my-stack Okay, so now, I can answer the _why_. Not because it will be heavily used, or the IndieWeb stuff feels like the future. The low adoption rate says it all... No, simply because I was bored and wanted to learn about modern JS frameworks. I had an excuse to code again. Yay! diff --git a/content/post/2021/04/exploring-go.md b/content/post/2021/04/exploring-go.md index 0fa4c0da..80e89053 100644 --- a/content/post/2021/04/exploring-go.md +++ b/content/post/2021/04/exploring-go.md @@ -13,7 +13,7 @@ categories: When I wrote [Teaching students about coding trends](/2021/03/teaching-students-how-to-follow-development-trends/), I formed a plan to treat myself by exploring new and perhaps exciting programming languages. As a polyglot, I love learning new things like that. But instead of simply writing a hello world application and calling it a day after compiling it, I wanted to get my hands dirty. Really, _really_ dirty. I had my eye on Go for a few years now, and this was the perfect opportunity to pretend to attend a virtual GopherCon to watch experts talk about the language. They convinced me to buy 2 books and gave me permission to dive deep (see, now it looks like it's their fault, not mine!). -Anyway, the [serve-my-jams](https://github.com/wgroeneveld/serve-my-jams) Node Webmention microservice [I talked about](/post/2021/03/the-indieweb-mixed-bag/) seemed like the perfect candidate for a little port project. Go excels at handling web requests robustly, it's partly conceived at Google because of that. After a week of fiddling, tinkering and testing, I came up with [go-jamming](https://github.com/wgroeneveld/go-jamming), a native compiled alternative to serve-my-jams, written in Go. I knew nothing about the language, and in the process, I learned about unit testing, channels and parallel programming, http serving, struct embedding, slices, and so forth. It was well worth the journey. I'd like to take this opportunity to glance back and clarify why I think Go is both **amazing** and **boring**. +Anyway, the `serve-my-jams` Node Webmention microservice [I talked about](/post/2021/03/the-indieweb-mixed-bag/) seemed like the perfect candidate for a little port project. Go excels at handling web requests robustly, it's partly conceived at Google because of that. After a week of fiddling, tinkering and testing, I came up with [go-jamming](https://git.brainbaking.com/wgroeneveld/go-jamming), a native compiled alternative to serve-my-jams, written in Go. I knew nothing about the language, and in the process, I learned about unit testing, channels and parallel programming, http serving, struct embedding, slices, and so forth. It was well worth the journey. I'd like to take this opportunity to glance back and clarify why I think Go is both **amazing** and **boring**. ## Go fixed Java/C# @@ -110,7 +110,7 @@ func (e *Elephant) toot() error { } ``` -This is **good** and **bad**. It's good, because it forces the programmer to think carefully about what can go wrong, and implementing graceful degradation is very easy in Go. It's also bad, because Go code is usually littered with constructs such as the above one. You can return the error up the chain, or wrap it with `fmt.Errorf("whoops: %w", err)`. Take a look at any Go source code at GitHub and you'll find hundreds of examples. This makes code _longer_, but more _clear_ about what should be done when something goes wrong. Most Go code is structured to lean to the left of the gutter as much as possible: first check what can go wrong, exit early, and then go on to do your business. In Java/C#, most code is filled with intricate nested `{ }` stuff. Extracting stuff in methods helps, but does not solve the core problem. +This is **good** and **bad**. It's good, because it forces the programmer to think carefully about what can go wrong, and implementing graceful degradation is very easy in Go. It's also bad, because Go code is usually littered with constructs such as the above one. You can return the error up the chain, or wrap it with `fmt.Errorf("whoops: %w", err)`. Take a look at any Go source code and you'll find hundreds of examples. This makes code _longer_, but more _clear_ about what should be done when something goes wrong. Most Go code is structured to lean to the left of the gutter as much as possible: first check what can go wrong, exit early, and then go on to do your business. In Java/C#, most code is filled with intricate nested `{ }` stuff. Extracting stuff in methods helps, but does not solve the core problem. I love the simplicity philosophy of Go, although I must admit that some things could be viewed as weird decisions. For example, I've been lying, there's a way to recover from "panics" (crashes such as nil references), but it involves using `defer` and `recover()`, which is decisively NOT simple. Furthermore, the absence of something simple like a set implementation is baffling. I had to roll my own, as recommended in many books, but if it's that common, why not include it in the standard library? Many utility one-liner functions such as `errors.New()` are there, why not a stupid set based on a map? diff --git a/content/post/2021/04/using-hugo-to-launch-a-gemini-capsule.md b/content/post/2021/04/using-hugo-to-launch-a-gemini-capsule.md index 8893ca8d..f06eb5b9 100644 --- a/content/post/2021/04/using-hugo-to-launch-a-gemini-capsule.md +++ b/content/post/2021/04/using-hugo-to-launch-a-gemini-capsule.md @@ -184,4 +184,4 @@ Written by Wouter Groeneveld on {{ .Lastmod.Format (.Site.Params.dateFormat | de => https://brainbaking.com{{ replace (replace .RelPermalink "/gemini" "" 1) "index.gmi" "" }} View this article on the WWW ``` -For more information, feel free to contact me or to [plod around in the GitHub repo](https://github.com/wgroeneveld/brainbaking/tree/26cfbac7d554bc385fe0a24d313fde8dbb8585e9) tree at that point in time. +For more information, feel free to contact me or to [plod around in the GitHub repo](https://git.brainbaking.com/wgroeneveld/brainbaking/src/commit/d0d5513e8f89a78a90448ac748ba1869d2b7c6cf) tree at that point in time. diff --git a/content/post/2021/05/beyond-webmention-io.md b/content/post/2021/05/beyond-webmention-io.md index 9aa7dadc..cc1b7258 100644 --- a/content/post/2021/05/beyond-webmention-io.md +++ b/content/post/2021/05/beyond-webmention-io.md @@ -18,11 +18,11 @@ So, is there a decent alternative? No. But their are alternatives which allow yo ## Enabling Webmentions on Hugo -Another sore point seemed to be the lack of decent guides for people to follow when trying to enable Webmentions - beyond the WM.io "standard" - on their static sites. Since I wrote a Jamstack/webmention microservice called [go-jamming](https://github.com/wgroeneveld/go-jamming) which is used on my blogs, I'd like to take this opportunity to show you how easy it is to do it yourself. +Another sore point seemed to be the lack of decent guides for people to follow when trying to enable Webmentions - beyond the WM.io "standard" - on their static sites. Since I wrote a Jamstack/webmention microservice called [go-jamming](https://git.brainbaking.com/wgroeneveld/go-jamming) which is used on my blogs, I'd like to take this opportunity to show you how easy it is to do it yourself. ### Step 1: Running go-jamming yourself -The service is a single binary that is super easy to run anywhere. An amd64 version binary is available in the [GitHub releases page](https://github.com/wgroeneveld/go-jamming/releases). Follow the [INSTALL.md instructions](https://github.com/wgroeneveld/go-jamming/blob/master/INSTALL.md) if you'd like to install it as a Linux service or set up a reverse proxy through Nginx. If all goes according to plan, you'll end up with a `https://jam.yourdomain.com/webmention` and pingback endpiont others can POST to. There! +The service is a single binary that is super easy to run anywhere. An amd64 version binary is available in the [GitHub releases page](https://git.brainbaking.com/wgroeneveld/go-jamming/releases). Follow the [INSTALL.md instructions](https://git.brainbaking.com/wgroeneveld/go-jamming/src/branch/master/INSTALL.md) if you'd like to install it as a Linux service or set up a reverse proxy through Nginx. If all goes according to plan, you'll end up with a `https://jam.yourdomain.com/webmention` and pingback endpiont others can POST to. There! Go-jamming _should_ be an easy drop-in replacement for Webmention.io. However, since I wrote it with my mainly own needs taken into consideration, and nobody else as far as I know is running it, it could be that you require a missing feature or so. Ping me, fork the code, ... and we'll work it out. @@ -30,7 +30,7 @@ Go-jamming _should_ be an easy drop-in replacement for Webmention.io. However, s There are simple GET endpoints available that allow you to fetch mentions from the go-jamming service. I store these under `data/webmentions.json`, enabling the Hugo template engine to access this data. We'll get to that in a minute. How to retrieve? Issue a simple GET request. -The question is, how to fit this into a typical Hugo/Jamstack build? I have a single JS file in the root of my website that fetches this data using [jam-my-stack](https://github.com/wgroeneveld/jam-my-stack), a few simple wrappers around services such as Lunr and go-jamming: +The question is, how to fit this into a typical Hugo/Jamstack build? I have a single JS file in the root of my website that fetches this data using [jam-my-stack](https://git.brainbaking.com/wgroeneveld/jam-my-stack), a few simple wrappers around services such as Lunr and go-jamming: ```js const mentions = await webmention.getWebmentions("brainbaking.com") @@ -38,9 +38,9 @@ const json = JSON.stringify(mentions, null, 4) await fsp.writeFile(`${__dirname}/data/webmentions.json`, json, 'utf-8') ``` -There is zero magic involved in `getWebmentions()`: see [webmention.get.js source](https://github.com/wgroeneveld/jam-my-stack/blob/main/src/webmention/get.js), if you do not want to depend on jam-my-stack. +There is zero magic involved in `getWebmentions()`: see `webmention.get.js` source, if you do not want to depend on jam-my-stack. -What triggers this JS script? A [GitHub actions workflow](https://github.com/wgroeneveld/brainbaking/blob/master/.github/workflows/main.yml). It also automatically checks in any changes! This is a great way to get notified of new mentions. `git pull` tells me if new entries are added into the JSON file. This saves me from implementing a stupid mail function in the service. +What triggers this JS script? A GitHub actions workflow (Addendum 07/2022: I no longer rely on GitHub's workflows). It also automatically checks in any changes! This is a great way to get notified of new mentions. `git pull` tells me if new entries are added into the JSON file. This saves me from implementing a stupid mail function in the service. ### Step 3: Integrate webmentions in your Hugo template @@ -56,7 +56,7 @@ Now that we have a local JSON file, things are dead simple: {{ end }} ``` -See [my full template file](https://github.com/wgroeneveld/brainbaking/blob/master/themes/brainbaking-minimal/layouts/partials/single-webmentions.html) for a complete example. How do you know which properties to use? Well, a go-jamming mention looks like this: +See [my full template file](https://git.brainbaking.com/wgroeneveld/brainbaking/src/branch/master/themes/brainbaking-minimal/layouts/partials/single-webmentions.html) for a complete example. How do you know which properties to use? Well, a go-jamming mention looks like this: ```js { @@ -75,7 +75,7 @@ See [my full template file](https://github.com/wgroeneveld/brainbaking/blob/mast }, ``` -See the [go-jamming documentation](https://github.com/wgroeneveld/go-jamming) for more information. +See the [go-jamming documentation](https://git.brainbaking.com/wgroeneveld/go-jamming) for more information. ### Step 4: Sending out webmentions @@ -88,7 +88,7 @@ Go-jamming does all the rest, such as: 3. Checking if the links have a webmention or pingback endpoint; 4. Sending out the mentions accordingly. -It remembers the last processed post as not to overwhelm other endpoints, so you can call `send()` as many times as you'd like. If you do not like jam-my-stack as a dependency, just write your own: it's simply [a PUT request](https://github.com/wgroeneveld/jam-my-stack/blob/main/src/webmention/send.js)! +It remembers the last processed post as not to overwhelm other endpoints, so you can call `send()` as many times as you'd like. If you do not like jam-my-stack as a dependency, just write your own: it's simply a PUT request (see `send.js` in jam-my-stack)! ## Does this solve the issue? diff --git a/content/post/2021/06/youtube-play-image-links-in-hugo.md b/content/post/2021/06/youtube-play-image-links-in-hugo.md index 960e063d..96fe8498 100644 --- a/content/post/2021/06/youtube-play-image-links-in-hugo.md +++ b/content/post/2021/06/youtube-play-image-links-in-hugo.md @@ -25,12 +25,12 @@ Domains that should not be there, excluding the subdomains: - youtube-nocookie.com (it's worse by default!) - ytimg.com -Wow. Time for some coding action. I created another JS module in [jam-my-stack on Github](https://github.com/wgroeneveld/jam-my-stack), the Node utilities project I use on my Jamstack sites where [I've written about before](/post/2021/05/beyond-webmention-io/). I basically converted Ruben's ideas into a JS file that automatically gets called and checked in via a Github Action. In sum, this does more or less the following: +Wow. Time for some coding action. I created another JS module in [jam-my-stack](https://git.brainbaking.com/wgroeneveld/jam-my-stack), the Node utilities project I use on my Jamstack sites where [I've written about before](/post/2021/05/beyond-webmention-io/). I basically converted Ruben's ideas into a JS file that automatically gets called via a Git commit hook. In sum, this does more or less the following: 1. Collect YouTube embed IDs: scan a dir for `.md` files, and scan those for Hugo YouTube shortcode embeds. Pry out the single argument. 2. For each id, if it was not done already, download the thumbnail, and merge it with a transparent `.png` that represents the play button using ImageMagick. -Inspect the [thumbify.js source](https://github.com/wgroeneveld/jam-my-stack/blob/main/src/youtube/thumbify.js) for more details. Since the JS script only downloads thumbnails into a designated folder, I let a custom Hugo shortcode overwrite the default behavior of embedding the video to showing the thumbnail instead: +Inspect the [thumbify.js source](https://git.brainbaking.com/wgroeneveld/jam-my-stack/src/branch/main/src/youtube/thumbify.js) for more details. Since the JS script only downloads thumbnails into a designated folder, I let a custom Hugo shortcode overwrite the default behavior of embedding the video to showing the thumbnail instead: ```
diff --git a/content/post/2021/07/reducing-workflow-load-facilitates-writing.md b/content/post/2021/07/reducing-workflow-load-facilitates-writing.md index a4273807..013af30e 100644 --- a/content/post/2021/07/reducing-workflow-load-facilitates-writing.md +++ b/content/post/2021/07/reducing-workflow-load-facilitates-writing.md @@ -51,7 +51,7 @@ Over at the sister blog [Jefklak's Retro Codex](https://jefklakscodex.com), the - How long to beat it - The box art image -This felt like driving around with your foot firmly placed on the break pedal. Genres were inconsistent and visitors could not click through to see other related games. But fetching the box art was the worst: going to DuckDuckGo/Google Images, deciding on a "good one", converting, yaddayadda... I have written before on how I leverage the Npm package [howlongtobeat](https://www.npmjs.com/package/howlongtobeat) to automatically grab the hours and howlong-ID. This metadata gets injected into the Frontmatter of the relevant posts: see [jam-my-stack source](https://github.com/wgroeneveld/jam-my-stack) on GitHub. I simply extended that: it apparently came with an URL pointing to the box art! So, this was easy: +This felt like driving around with your foot firmly placed on the break pedal. Genres were inconsistent and visitors could not click through to see other related games. But fetching the box art was the worst: going to DuckDuckGo/Google Images, deciding on a "good one", converting, yaddayadda... I have written before on how I leverage the Npm package [howlongtobeat](https://www.npmjs.com/package/howlongtobeat) to automatically grab the hours and howlong-ID. This metadata gets injected into the Frontmatter of the relevant posts: see [jam-my-stack source](https://git.brainbaking.com/wgroeneveld/jam-my-stack). I simply extended that: it apparently came with an URL pointing to the box art! So, this was easy: ```javascript async function downloadThumbnail(url, id, dir) { diff --git a/content/post/2022/02/january-2022.md b/content/post/2022/02/january-2022.md index 0fca9245..a3369451 100644 --- a/content/post/2022/02/january-2022.md +++ b/content/post/2022/02/january-2022.md @@ -7,7 +7,7 @@ tags: January 2022 is no more. This has been a very productive work month, but a boring personal one. I managed to score a contract with tech book publisher [Manning](https://manning.com/)! I'm writing a book on creativity for programmers, and the first rough draft is more or less done. We've made the first steps toward setting up an editing process. I hope I can learn a lot about writing (not to be confused with [writing specifically in and for tech](https://blog.pragmaticengineer.com/becoming-a-better-writer-in-tech/)) from these experienced editors. -Other than that, the last few exams of the first semester are finally behind us---until next semester, that is. I'm looking forward to the teaching of a new Android-based course that'll be done in Kotlin---something new for both our students and the teaching staff. It was decided that the C++ course, where I use [GBA programming](github.com/wgroeneveld/gba-sprite-engine), is getting retired. A bit mixed feelings: it has been great fun to use the Game Boy to motivate students the past four years. +Other than that, the last few exams of the first semester are finally behind us---until next semester, that is. I'm looking forward to the teaching of a new Android-based course that'll be done in Kotlin---something new for both our students and the teaching staff. It was decided that the C++ course, where I use [GBA programming](https://git.brainbaking.com/wgroeneveld/gba-sprite-engine), is getting retired. A bit mixed feelings: it has been great fun to use the Game Boy to motivate students the past four years. Previous month in review: [December 2021](/post/2022/01/december-2021) diff --git a/content/post/2022/02/what-a-nightcam-is-good-for.md b/content/post/2022/02/what-a-nightcam-is-good-for.md index ab602b2c..778ffa9b 100644 --- a/content/post/2022/02/what-a-nightcam-is-good-for.md +++ b/content/post/2022/02/what-a-nightcam-is-good-for.md @@ -12,7 +12,7 @@ tags: Eight years ago, when our Golden Retriever, Miel, was still a puppy, we wondered what he was up to when we were out working all day. I felt bad having to leave him home alone, with all that energy and social craving. A part of puppy training included bench training, but was he all right with that? Did he try to break out a lot? Was he barking all the time? We didn't know. -Until I cooked up a tiny Node application that periodically takes snapshots using the embedded webcam of my MacBook, streamed to a URL via a websocket. The project [websocket-webcam](https://github.com/wgroeneveld/websocket-webcam) meant I could check up on Miel while at work. +Until I cooked up a tiny Node application that periodically takes snapshots using the embedded webcam of my MacBook, streamed to a URL via a websocket. The project [websocket-webcam](https://git.brainbaking.com/wgroeneveld/websocket-webcam) meant I could check up on Miel while at work. The result was both a relief and a bit of a disappointment. Miel did nothing but sleep---even our cat joined in and settled for the blankets on top of Miel's bench! It's too bad I lost those captures. diff --git a/content/post/2022/04/fighting-webmention-and-pingback-spam.md b/content/post/2022/04/fighting-webmention-and-pingback-spam.md index c84736f5..e1eb4a71 100644 --- a/content/post/2022/04/fighting-webmention-and-pingback-spam.md +++ b/content/post/2022/04/fighting-webmention-and-pingback-spam.md @@ -11,7 +11,7 @@ categories: My websites use both the modern Webmention and conventional Pingback systems to communicate with other websites. I've written about [implementing your own Webmention server](/post/2021/05/beyond-webmention-io/) and [my first IndieWeb experience](/post/2021/03/the-indieweb-mixed-bag/) before (hey, that was about a year ago!), so I won't cover the basics here. I still stand by my decision to support Pingbacks, which is _much_ more popular (Wordpress owns half of the internet). -And herein lies the pickle. More popular obviously also means more prone to spam. IndieWeb enthusiasts are quick to dismiss a working concept and invent their own (instead of posting an XML, you're posting a form. Great progress guys!), also "because Pingback comes with a lot of spam". Unfortunately, I'm here to report that Webmention endpoints also receive their share of shit. That's why I spent all weekend redesigning my [go-jamming Jamstack server](https://github.com/wgroeneveld/go-jamming) to better combat spam. +And herein lies the pickle. More popular obviously also means more prone to spam. IndieWeb enthusiasts are quick to dismiss a working concept and invent their own (instead of posting an XML, you're posting a form. Great progress guys!), also "because Pingback comes with a lot of spam". Unfortunately, I'm here to report that Webmention endpoints also receive their share of shit. That's why I spent all weekend redesigning my [go-jamming Jamstack server](https://git.brainbaking.com/wgroeneveld/go-jamming) to better combat spam. Go-Jamming converts a Pingback to a Webmention, so internally, they're the same and adhere to the same rules. Once the Pingback XML manages to get decoded, that is---most of the spam I see coming my way comes in the form of malformed XML! Hilarious. Here's the log output of a failing one: @@ -46,4 +46,4 @@ There is one big downside in this system: I'm still confronted by the spam. A me "So are you ready to remove that stupid `die(@md5(hellothinkcmf))hellomor",{"_index":5508,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["article](/post/2020/05/us",{"_index":6832,"title":{},"content":{"How to write academic papers in Markdown":{}},"tags":{}}],["article](https://www.nintendolife.com/news/2021/02/soapbox_retro_nintendo_games_cost_too_much_but_nostalgia_is_expens",{"_index":6784,"title":{},"content":{"The insanity of collecting retro games":{}},"tags":{}}],["articlecalcul",{"_index":1758,"title":{},"content":{"Metaprogramming instead of duplication":{}},"tags":{}}],["articledatabas",{"_index":1760,"title":{},"content":{"Metaprogramming instead of duplication":{}},"tags":{}}],["articlemanag",{"_index":1762,"title":{},"content":{"Metaprogramming instead of duplication":{}},"tags":{}}],["articlemanagertest",{"_index":1757,"title":{},"content":{"Metaprogramming instead of duplication":{}},"tags":{}}],["artifact",{"_index":6053,"title":{},"content":{"A journey through the history of webdesign":{},"Ditch Scrum, Organize As You See Fit":{},"Give Up GitHub!":{}},"tags":{}}],["artifici",{"_index":3527,"title":{},"content":{"Computer Science learning pathways":{},"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["artikel",{"_index":3979,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["artist",{"_index":3073,"title":{},"content":{"2017 in books":{},"Project Warlock: About Perseverance":{},"You Shouldn't Use Spotify":{},"Rules of a Creator's Life":{},"Emotional Magic":{},"Creativity Self-Assessment Is Nonsense":{},"Constraint-based Creativity":{},"How To Enjoy Your Own Digital Music":{},"A Personal Intro To Gentle Hip-Hop":{},"Equality in Game Credits":{}},"tags":{}}],["artist'",{"_index":3070,"title":{},"content":{"2017 in books":{}},"tags":{}}],["artist.jpg",{"_index":8533,"title":{},"content":{"Emotional Magic":{}},"tags":{}}],["artist_](https://scryfall.com/card/jmp/206/blood",{"_index":8532,"title":{},"content":{"Emotional Magic":{}},"tags":{}}],["artista_",{"_index":11456,"title":{},"content":{"Equality in Game Credits":{}},"tags":{}}],["artistri",{"_index":3027,"title":{},"content":{"Inventing - for the worse?":{}},"tags":{}}],["artwork",{"_index":2357,"title":{},"content":{"Teaching yourself to draw":{}},"tags":{}}],["as",{"_index":10433,"title":{},"content":{"A Factor Analysis For Dummies in R":{}},"tags":{}}],["ascii",{"_index":7358,"title":{},"content":{"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["asham",{"_index":10601,"title":{},"content":{"Why I Play Games (And So Should You)":{}},"tags":{}}],["ashor",{"_index":9693,"title":{},"content":{"From Curiosity To Creativity":{}},"tags":{}}],["asia",{"_index":2865,"title":{},"content":{"Nuts about local nuts":{}},"tags":{}}],["asian",{"_index":2605,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["asid",{"_index":8064,"title":{},"content":{"Double-dipping and Market Prices":{},"Ditch Scrum, Organize As You See Fit":{},"On Learning A New (Programming) Language":{},"June 2022 In Review":{}},"tags":{}}],["asimov",{"_index":4289,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["ask",{"_index":367,"title":{},"content":{"No, vegetarians do not eat fish!":{},"Unit Testing Stored Procedures":{},"Unit testing in Legacy Projects: VB6":{},"Are you handing over enough when inspiring someone?":{},"A quick look at 6 fountain pens":{},"Inventing - for the worse?":{},"Domain Driven Design in C":{},"The Startup of a Lean Doctorate":{},"IT Competences and Certificates":{},"Five reasons why agile and academia don't go together":{},"Thoughts on Bullshit Jobs":{},"The Productive Programmer on Mac":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"How to write academic papers in Markdown":{},"The first Dutch Obsidian meetup":{},"Re: Is collecting physical games worth it?":{},"Software Engineering Is Not Engineering":{},"The Pilot Capless: a stellar stealth pen":{},"YouTube Play Image Links in Hugo":{},"Double-dipping and Market Prices":{},"My Kotlin Rose-Tinted Glasses Broke":{},"Are You In The System Yet, Sir?":{},"Parking Machines Design Mistakes":{},"Dear Student":{},"Ditch Scrum, Organize As You See Fit":{},"Power Usage Effectiveness":{},"Questionable Game Publishing Methods":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Technical Knowledge Brews Creativity":{},"A Factor Analysis For Dummies in R":{},"Re: Writing A Book Is Nonesense":{},"Woke in Class":{},"A Personal Intro To Gentle Hip-Hop":{},"None Of My Best Friends Are Content Creators":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"On Commuting By Bike":{},"The Modern QR Code Life":{}},"tags":{}}],["asleep",{"_index":7251,"title":{},"content":{"Stop limiting yourself to JS in browsers":{},"What a Night Cam Is Good For":{}},"tags":{}}],["aspect",{"_index":3558,"title":{},"content":{"Computer Science learning pathways":{},"Five reasons why agile and academia don't go together":{},"On Manuscript Review Procedures":{},"The Pilot Capless: a stellar stealth pen":{},"The Creative Techniques Toolbox":{},"Creativity Equals Messy Code?":{}},"tags":{}}],["aspx",{"_index":2047,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{}},"tags":{}}],["ass",{"_index":3237,"title":{},"content":{"Concentrating on serendipitous creativity":{},"I'm Joining the Coffeeneuring Challenge of 2021":{}},"tags":{}}],["assassin'",{"_index":3049,"title":{},"content":{"2017 in books":{}},"tags":{}}],["assembl",{"_index":4626,"title":{"Unit Testing PicoBlaze Assembly files":{}},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{"Unit Testing PicoBlaze Assembly files":{}}}],["assert",{"_index":1239,"title":{},"content":{"undefined":{},"Unit Testing Extjs UI with Siesta":{},"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["assert.that",{"_index":2266,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{}},"tags":{}}],["assert_that",{"_index":4668,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["assert_that.reg(\"s5\").contains(3",{"_index":4672,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["assess",{"_index":4628,"title":{"Creativity Self-Assessment Is Nonsense":{}},"content":{"Unit Testing PicoBlaze Assembly files":{},"Thoughts on collaboration in education":{},"Why I like Pawn Stars":{},"Creativity Equals Messy Code?":{}},"tags":{}}],["asset",{"_index":10049,"title":{},"content":{"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["assign",{"_index":1068,"title":{},"content":{"undefined":{},"Enhancing the builder pattern with closures":{},"Death to pseudocode?":{},"ITiCSE 2020: A Report":{},"Very Old and Somewhat Old Mood Boards":{},"Academic Lineage":{},"Creativity Equals Messy Code?":{},"Give Up GitHub!":{}},"tags":{}}],["assignments_",{"_index":12173,"title":{},"content":{"June 2022 In Review":{}},"tags":{}}],["assimil",{"_index":2573,"title":{},"content":{"A samurai learning mindset":{}},"tags":{}}],["assist",{"_index":5742,"title":{},"content":{"Thoughts on collaboration in education":{},"Seneca on How to Live":{},"Academic Lineage":{},"Equality in Game Credits":{}},"tags":{}}],["associ",{"_index":2917,"title":{},"content":{"I'm jealous of my dog":{},"Reverse engineering a curriculum":{}},"tags":{}}],["assum",{"_index":2660,"title":{},"content":{"Healing creative scars":{},"How Much Should I Spend On Magic The Gathering":{},"Constraint-based Creativity":{},"On Commuting By Bike":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["assumpt",{"_index":2385,"title":{},"content":{"Are you handing over enough when inspiring someone?":{}},"tags":{}}],["assur",{"_index":9512,"title":{},"content":{"Creative Critical Thinking":{},"My Programming Language Odyssey":{}},"tags":{}}],["assword",{"_index":1438,"title":{},"content":{"undefined":{}},"tags":{}}],["asterix",{"_index":5648,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["astonish",{"_index":4403,"title":{},"content":{"A Decade in the Software Engineering industry":{},"Reviving an old 80486 PC":{},"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["async",{"_index":2045,"title":{"Combining async with generators in Node 11":{}},"content":{"Unit Testing Extjs UI with Siesta":{},"Are you handing over enough when inspiring someone?":{},"Combining async with generators in Node 11":{}},"tags":{}}],["asynchron",{"_index":5437,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["at",{"_index":961,"title":{},"content":{"Learning to become a baker":{}},"tags":{}}],["at](https://www.goodreads.com/user/year_in_books/2017/5451893",{"_index":3034,"title":{},"content":{"2017 in books":{}},"tags":{}}],["athen",{"_index":8414,"title":{},"content":{"What if Seneca wasn't Nero's advisor?":{},"Creative Critical Thinking":{}},"tags":{}}],["athenian",{"_index":9481,"title":{},"content":{"Creative Critical Thinking":{}},"tags":{}}],["athlon",{"_index":6059,"title":{"Building an Athlon Windows 98 Retro PC":{}},"content":{"Building a Core2Duo Windows XP Retro PC":{},"Building an Athlon Windows 98 Retro PC":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"tags":{}}],["ati",{"_index":6679,"title":{},"content":{"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"tags":{}}],["atlantic](https://www.theatlantic.com/education/archive/2015/10/complex",{"_index":7617,"title":{},"content":{"Academese Gems":{}},"tags":{}}],["atmospher",{"_index":8874,"title":{},"content":{"Favorite Game Meme":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Seneca on How to Live":{},"Equality in Game Credits":{},"On Commuting By Bike":{}},"tags":{}}],["attac",{"_index":12071,"title":{},"content":{"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["attach",{"_index":1496,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{},"486 Upgrade 1: Sound Blaster 16":{},"Flea Market Season":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"How To Enjoy Your Own Digital Music":{},"How to setup Pi-Hole on a Synology NAS":{},"Equality in Game Credits":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["attack",{"_index":5156,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{},"Lousy Wordpress Hacking Attempts detected":{},"Nineties collecting nostalgia":{},"A Treatise on Leavened Waffles":{},"The Creative Techniques Toolbox":{},"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["attempt",{"_index":2025,"title":{"Lousy Wordpress Hacking Attempts detected":{}},"content":{".NET Memory management VS JVM Memory management":{},"How to teach kids to program":{},"Take your time.":{},"Using Pandoc to publish a book":{},"3D Software Rendering on the GBA":{},"Thoughts on collaboration in education":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Always have a Diaster Recovery Plan":{},"Discord killed support for WinXP":{},"20 Years of Personal Cellphone History":{},"The HP Sprocket Mini Printer":{},"Very Old and Somewhat Old Mood Boards":{},"Constraint-based Creativity":{},"Exporting Goodreads to Obsidian":{},"Migrating from Mailchimp to Listmonk":{},"December 2021 In Review":{},"Woke in Class":{},"Academic Lineage":{},"Fighting Webmention And Pingback Spam":{},"None Of My Best Friends Are Content Creators":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"The Death Of The Nike+ SportWatch":{},"True Backlink Support in Hugo":{},"Wax Seals And Snail Mail":{},"Creating Top x Games Lists Is Hard":{},"May 2022 In Review":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["attend",{"_index":136,"title":{},"content":{"Ending your day with happy thoughts":{},"The Productive Programmer on Mac":{},"Exploring the Go programming language":{},"Dear Student":{},"The Death Of The Nike+ SportWatch":{},"Don't Expose The Stacktrace Please!":{},"Sparking Conversations at Conferences":{},"June 2022 In Review":{}},"tags":{}}],["attende",{"_index":12074,"title":{},"content":{"Sparking Conversations at Conferences":{}},"tags":{}}],["attent",{"_index":1711,"title":{},"content":{"Integration Testing with SQLite":{},"Development principles in cooking":{},"Nuts about local nuts":{},"I'm jealous of my dog":{},"Reverse engineering a curriculum":{},"Project Warlock: About Perseverance":{},"ITiCSE 2020: A Report":{},"Tracking and privacy concerns on websites":{},"486 Upgrade 1: Sound Blaster 16":{},"The Internet Killed Secrets in Games":{},"The Productive Programmer on Mac":{},"My Retro Desk/Gaming Setup in 2021":{},"The IndieWeb Mixed Bag":{},"Emotional Magic":{},"20 Years of Personal Cellphone History":{},"Favorite Game Meme":{},"Collective Creativity":{},"Dear Student":{},"Questionable Game Publishing Methods":{},"A Treatise on Leavened Waffles":{},"Exporting Goodreads to Obsidian":{},"2021 Donations":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Technical Knowledge Brews Creativity":{},"Woke in Class":{},"2021 Year In Review":{},"Academic Lineage":{},"Creativity Equals Messy Code?":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"My Programming Language Odyssey":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["attic",{"_index":10990,"title":{},"content":{"What a Night Cam Is Good For":{}},"tags":{}}],["attract",{"_index":5539,"title":{},"content":{"ITiCSE 2020: A Report":{},"On Selling a Self-published Book":{},"Collective Creativity":{},"Dear Student":{},"Creative Critical Thinking":{},"Exporting Goodreads to Obsidian":{}},"tags":{}}],["attribut",{"_index":1907,"title":{},"content":{"Custom Webdriver Page Factories":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Creativity Self-Assessment Is Nonsense":{},"Collective Creativity":{},"Creative Critical Thinking":{},"Generating a Blogroll With OPML in Hugo":{},"2021 Year In Review":{},"My Retrocomputing Projects For 2022":{},"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["attribute.getcustomattributes(field",{"_index":1917,"title":{},"content":{"Custom Webdriver Page Factories":{}},"tags":{}}],["atx",{"_index":6158,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["atyp",{"_index":11435,"title":{},"content":{"Equality in Game Credits":{}},"tags":{}}],["aub",{"_index":828,"title":{},"content":{"undefined":{}},"tags":{}}],["audibl",{"_index":11416,"title":{},"content":{"Cool Things People Do With Their Blogs":{}},"tags":{}}],["audienc",{"_index":5553,"title":{},"content":{"ITiCSE 2020: A Report":{},"Academese Gems":{},"Creative Critical Thinking":{},"Woke in Class":{},"The Life Lessons of Bonnie":{}},"tags":{}}],["audigi",{"_index":6305,"title":{"Win98 Upgrade: Sound Blaster Audigy":{}},"content":{"Win98 Upgrade: Sound Blaster Audigy":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Reducing Workflow Load Facilitates Writing":{}},"tags":{}}],["audigy.jpg",{"_index":6353,"title":{},"content":{"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["audio",{"_index":6318,"title":{"Choosing an Audio Codec":{}},"content":{"Win98 Upgrade: Sound Blaster Audigy":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"A 5.25\" Gobliins 2 Surprise":{},"Three Little GameCube Mods":{},"How To Enjoy Your Own Digital Music":{},"Once Upon a Time in Shaolin":{},"Choosing an Audio Codec":{},"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["audio codec",{"_index":11220,"title":{},"content":{},"tags":{"Choosing an Audio Codec":{},"How To Stream Your Own Music: Reprise":{}}}],["audiopci",{"_index":6315,"title":{},"content":{"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["audiopci](https://en.wikipedia.org/wiki/sound_blaster#ensoniq_audiopci",{"_index":6309,"title":{},"content":{"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["audiophil",{"_index":6852,"title":{},"content":{"You Shouldn't Use Spotify":{}},"tags":{}}],["augment",{"_index":6954,"title":{},"content":{"Exploring the AlterNet":{}},"tags":{}}],["august",{"_index":2693,"title":{},"content":{"Healing creative scars":{},"On Manuscript Review Procedures":{},"Book Number Fourteen":{}},"tags":{}}],["aureliu",{"_index":8417,"title":{},"content":{"What if Seneca wasn't Nero's advisor?":{},"The Creative Techniques Toolbox":{},"Expiry Dates On Journals":{}},"tags":{}}],["aurelius](https://www.goodreads.com/book/show/50484473",{"_index":10774,"title":{},"content":{"January 2022 In Review":{}},"tags":{}}],["austin",{"_index":2499,"title":{},"content":{"How to teach kids to program":{}},"tags":{}}],["australia",{"_index":305,"title":{},"content":{"On finding your inner zen in big cities":{}},"tags":{}}],["auteur",{"_index":4888,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["authent",{"_index":6190,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{},"Rules of a Creator's Life":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{}},"tags":{}}],["authentiek",{"_index":4557,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["author",{"_index":3530,"title":{},"content":{"Computer Science learning pathways":{},"A Ph.D. Thesis: Iteration 2":{},"Using Pandoc to publish a book":{},"ITiCSE 2020: A Report":{},"Tracking and privacy concerns on websites":{},"The IndieWeb Mixed Bag":{},"A Note About Footnotes":{},"A Creative State of Mind":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Re: Writing A Book Is Nonesense":{},"Equality in Game Credits":{}},"tags":{}}],["auto",{"_index":1476,"title":{},"content":{"undefined":{},"486 Upgrade 2: The SD Card HDD":{},"Reviving an old 80486 PC":{},"Digitizing journals using DEVONthink":{},"The Productive Programmer on Mac":{},"Reducing Workflow Load Facilitates Writing":{},"How Not To Do A Remaster":{},"Generating a Blogroll With OPML in Hugo":{},"How To Stream Your Own Music: Reprise":{},"Cool Things People Do With Their Blogs":{}},"tags":{}}],["auto'",{"_index":3378,"title":{},"content":{"Over entropie":{}},"tags":{}}],["auto_",{"_index":10605,"title":{},"content":{"Why I Play Games (And So Should You)":{}},"tags":{}}],["auto_ptrn",{"_index":625,"title":{},"content":{"undefined":{}},"tags":{}}],["br/>patienc",{"_index":12244,"title":{},"content":{"Freshly Baked Thoughts":{}},"tags":{}}],["br/>r",{"_index":1443,"title":{},"content":{"undefined":{}},"tags":{}}],["br/>teach",{"_index":2331,"title":{},"content":{"Teaching yourself to draw":{}},"tags":{}}],["brabant",{"_index":8717,"title":{},"content":{"Thirty-Six":{}},"tags":{}}],["bracket",{"_index":3502,"title":{},"content":{"Teaching by philosophy":{},"486 Upgrade 2: The SD Card HDD":{},"My Retrocomputing Projects For 2022":{}},"tags":{}}],["bradley'",{"_index":2306,"title":{},"content":{"Teaching yourself to draw":{}},"tags":{}}],["brag",{"_index":11013,"title":{},"content":{"A Personal Intro To Gentle Hip-Hop":{},"Equality in Game Credits":{},"On Commuting By Bike":{}},"tags":{}}],["brain",{"_index":2464,"title":{},"content":{"How to teach kids to program":{},"I'm jealous of my dog":{},"2017 in books":{},"Take your time.":{},"Hugo Extended: More static site processing power!":{},"Combining async with generators in Node 11":{},"Designing websites with accessibility in mind":{},"The first Dutch Obsidian meetup":{},"Using Hugo to Launch a Gemini Capsule":{},"Thirty-Six":{},"Are Digital Gardens Blogs?":{},"Power Usage Effectiveness":{},"Exporting Goodreads to Obsidian":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Generating a Blogroll With OPML in Hugo":{},"Winnie Lim on Rebuilding Oneself":{},"2021 Year In Review":{},"Cool Things People Do With Their Blogs":{},"March 2022 In Review":{},"True Backlink Support in Hugo":{},"Wax Seals And Snail Mail":{},"My Programming Language Odyssey":{},"Freshly Baked Thoughts":{}},"tags":{}}],["brainbaking.com",{"_index":10748,"title":{},"content":{"How to setup Pi-Hole on a Synology NAS":{}},"tags":{}}],["braindump",{"_index":336,"title":{},"content":{"Journaling in practice":{}},"tags":{"On finding your inner zen in big cities":{},"Learning to become a baker":{}}}],["branch",{"_index":5119,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{},"Programming on the Apple M1 Silicon":{},"Are Digital Gardens Blogs?":{}},"tags":{}}],["brand",{"_index":2875,"title":{},"content":{"Nuts about local nuts":{},"DIY: Hosting stuff on your own VPS":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Nineties collecting nostalgia":{},"Double-dipping and Market Prices":{},"On Tea Prices":{},"Favorite Game Meme":{},"A 5.25\" Gobliins 2 Surprise":{},"Dark Age of Camelot in 2022":{},"My Programming Language Odyssey":{}},"tags":{}}],["braqu",{"_index":9105,"title":{},"content":{"Collective Creativity":{}},"tags":{}}],["braque'",{"_index":9469,"title":{},"content":{"Constraint-based Creativity":{}},"tags":{}}],["brave",{"_index":10568,"title":{},"content":{"The Creative Techniques Toolbox":{}},"tags":{}}],["brawler",{"_index":11422,"title":{},"content":{"Equality in Game Credits":{}},"tags":{}}],["brazil",{"_index":7558,"title":{},"content":{"Re: Is collecting physical games worth it?":{}},"tags":{}}],["brazilian",{"_index":7683,"title":{},"content":{"Belgium - Portugal: 5 - 2":{}},"tags":{}}],["breach",{"_index":6144,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["bread",{"_index":915,"title":{},"content":{"Learning to become a baker":{},"Domain Driven Design in C":{},"Using Pandoc to publish a book":{},"Lousy Wordpress Hacking Attempts detected":{},"The Fridge, Your Inoculation Room":{},"On Selling a Self-published Book":{},"Very Old and Somewhat Old Mood Boards":{},"Creative Critical Thinking":{},"The Emperor of Lists":{},"Where Does It Stop?":{},"March 2022 In Review":{},"Wax Seals And Snail Mail":{},"My Programming Language Odyssey":{},"From Mood Board To Mood Mugs":{},"Sparking Conversations at Conferences":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{"Learning to become a baker":{},"The Fridge, Your Inoculation Room":{}}}],["bread](/post/2021/08/on",{"_index":8792,"title":{},"content":{"A Note About Footnotes":{}},"tags":{}}],["bread](http://www.redzuurdesem.b",{"_index":250,"title":{},"content":{"On finding your inner zen in big cities":{}},"tags":{}}],["break",{"_index":1658,"title":{},"content":{"Integration Testing with SQLite":{},"Unit Testing Extjs UI with Siesta":{},"How to teach kids to program":{},"A samurai learning mindset":{},"I'm jealous of my dog":{},"Take your time.":{},"Concentrating on serendipitous creativity":{},"Social Debt in Development Teams":{},"Flea Market Season":{},"Why I like Pawn Stars":{},"Reducing Workflow Load Facilitates Writing":{},"Rules of a Creator's Life":{},"Cheese cheese cheese cheese cheese":{},"A Triumph For Blogging":{},"A Creative State of Mind":{},"Three Little GameCube Mods":{},"What a Night Cam Is Good For":{},"A Personal Intro To Gentle Hip-Hop":{},"From Mood Board To Mood Mugs":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["breakdown",{"_index":6506,"title":{},"content":{"Thoughts on Bullshit Jobs":{}},"tags":{}}],["breaker",{"_index":10043,"title":{},"content":{"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["breakfast",{"_index":3053,"title":{"Password Hacking Sylvester & Tweety: Breakfast on the Run":{}},"content":{"2017 in books":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"April 2022 In Review":{},"How To Properly Store Your Game Boy Cartridges":{},"The Modern QR Code Life":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["breakpoint",{"_index":1574,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{}},"tags":{}}],["breath",{"_index":5136,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{},"Project Warlock: About Perseverance":{},"The Lost Art of Being Lost":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["brengen",{"_index":3644,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{}},"tags":{}}],["brengt",{"_index":3735,"title":{},"content":{"A Ph.D. Thesis Proposal":{}},"tags":{}}],["bresenham",{"_index":5673,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["brethren",{"_index":11360,"title":{},"content":{"The Analogue Pocket: The Definitive Game Boy Handheld?":{}},"tags":{}}],["breviti",{"_index":10885,"title":{},"content":{"Thoughts On Home NAS Systems":{}},"tags":{}}],["brew",{"_index":6458,"title":{"Technical Knowledge Brews Creativity":{}},"content":{"Programming on the Apple M1 Silicon":{}},"tags":{}}],["brexit",{"_index":9328,"title":{},"content":{"A 5.25\" Gobliins 2 Surprise":{}},"tags":{}}],["brian",{"_index":10869,"title":{},"content":{"My Retrocomputing Projects For 2022":{}},"tags":{}}],["brick",{"_index":2400,"title":{},"content":{"Are you handing over enough when inspiring someone?":{},"The Decline of Battery Life":{},"20 Years of Personal Cellphone History":{}},"tags":{}}],["brick_",{"_index":8738,"title":{},"content":{"20 Years of Personal Cellphone History":{}},"tags":{}}],["bridg",{"_index":4943,"title":{},"content":{"Programming: a Creative Cognitive Process":{},"Water Levels As Public Data":{},"March 2022 In Review":{}},"tags":{}}],["bridge](https://developer.android.com/studio/command",{"_index":7030,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"tags":{}}],["bridger](https://www.strifestreams.com",{"_index":8995,"title":{},"content":{"A Triumph For Blogging":{},"A 5.25\" Gobliins 2 Surprise":{}},"tags":{}}],["brief",{"_index":4397,"title":{},"content":{"A Decade in the Software Engineering industry":{},"Generating a Blogroll With OPML in Hugo":{}},"tags":{}}],["briefli",{"_index":5541,"title":{},"content":{"ITiCSE 2020: A Report":{},"20 Years of Personal Cellphone History":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["bright",{"_index":2653,"title":{},"content":{"Healing creative scars":{},"The Decline of Battery Life":{},"Three Little GameCube Mods":{}},"tags":{}}],["brighten",{"_index":9041,"title":{},"content":{"Are Digital Gardens Blogs?":{},"From Mood Board To Mood Mugs":{},"May 2022 In Review":{}},"tags":{}}],["brillianc",{"_index":4968,"title":{},"content":{"Programming: a Creative Cognitive Process":{}},"tags":{}}],["brilliant",{"_index":6046,"title":{},"content":{"A journey through the history of webdesign":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["brim",{"_index":8360,"title":{},"content":{"Water Levels As Public Data":{},"Leuchtturm Notebook Paper Quality":{}},"tags":{}}],["bring",{"_index":1502,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{},"How to teach kids to program":{},"Inventing - for the worse?":{},"Concentrating on serendipitous creativity":{},"Teaching Object-Oriented design using the GBA":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Belgium - Portugal: 5 - 2":{},"Flea Market Season":{},"Are You In The System Yet, Sir?":{},"Are Digital Gardens Blogs?":{},"November 2021 Meta Post":{},"A Personal Intro To Rough Hip-Hop":{},"The Modern QR Code Life":{},"June 2022 In Review":{}},"tags":{}}],["brioch",{"_index":9854,"title":{},"content":{"Allspice Is Not All Spice":{}},"tags":{}}],["brit",{"_index":7118,"title":{},"content":{"Teaching students about coding trends":{},"From Curiosity To Creativity":{},"Generating a Blogroll With OPML in Hugo":{}},"tags":{}}],["british",{"_index":10681,"title":{},"content":{"2021 Year In Review":{},"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["brittl",{"_index":9364,"title":{},"content":{"A 5.25\" Gobliins 2 Surprise":{},"The Emperor of Lists":{}},"tags":{}}],["brizi",{"_index":5233,"title":{"Page Building with Brizy in Wordpress":{}},"content":{"Page Building with Brizy in Wordpress":{}},"tags":{"Page Building with Brizy in Wordpress":{}}}],["brizy'",{"_index":5263,"title":{},"content":{"Page Building with Brizy in Wordpress":{}},"tags":{}}],["bro",{"_index":11950,"title":{},"content":{"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["broad",{"_index":2744,"title":{},"content":{"A quick look at 6 fountain pens":{},"A Ph.D. Thesis: Iteration 2":{}},"tags":{}}],["broaden",{"_index":2657,"title":{},"content":{"Healing creative scars":{},"2021 Year In Review":{}},"tags":{}}],["broader",{"_index":3862,"title":{},"content":{"Reverse engineering a curriculum":{},"ITiCSE 2020: A Report":{},"Academic Lineage":{}},"tags":{}}],["broadli",{"_index":11881,"title":{},"content":{"On Learning A New (Programming) Language":{}},"tags":{}}],["broadsword",{"_index":10310,"title":{},"content":{"Dark Age of Camelot in 2022":{}},"tags":{}}],["broke",{"_index":112,"title":{"My Kotlin Rose-Tinted Glasses Broke":{}},"content":{"Ending your day with happy thoughts":{},"486 Upgrade 2: The SD Card HDD":{},"Why I like Pawn Stars":{},"My Kotlin Rose-Tinted Glasses Broke":{},"The HP Sprocket Mini Printer":{},"Very Old and Somewhat Old Mood Boards":{},"Winnie Lim on Rebuilding Oneself":{},"How To Enjoy Your Own Digital Music":{}},"tags":{}}],["broken",{"_index":3009,"title":{},"content":{"Inventing - for the worse?":{},"Hugo Extended: More static site processing power!":{},"486 Upgrade 2: The SD Card HDD":{},"Flea Market Season":{},"On Tea Prices":{},"Minimalism and Tidying Up":{},"Why I Play Games (And So Should You)":{},"Leuchtturm Notebook Paper Quality":{},"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["bron",{"_index":1195,"title":{},"content":{"undefined":{}},"tags":{}}],["bron](http://nixcraft.com/shel",{"_index":1446,"title":{},"content":{"undefined":{}},"tags":{}}],["bron_",{"_index":5006,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["bronson",{"_index":8267,"title":{},"content":{"Rules of a Creator's Life":{}},"tags":{}}],["bronzen",{"_index":4016,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["brother",{"_index":6404,"title":{},"content":{"WinXP Upgrade: Sound Blaster X-Fi":{},"The insanity of collecting retro games":{},"Where Does It Stop?":{},"A Personal Intro To Gentle Hip-Hop":{},"Expiry Dates On Journals":{}},"tags":{}}],["brought",{"_index":4716,"title":{},"content":{"IT Competences and Certificates":{},"Thoughts on collaboration in education":{},"Building an Athlon Windows 98 Retro PC":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Belgium - Portugal: 5 - 2":{},"Reducing Workflow Load Facilitates Writing":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Are You In The System Yet, Sir?":{},"2021 Donations":{},"The Creative Techniques Toolbox":{},"Academic Lineage":{},"Equality in Game Credits":{},"My Programming Language Odyssey":{},"From Mood Board To Mood Mugs":{}},"tags":{}}],["brown",{"_index":3323,"title":{},"content":{"Thinking in terms of objects":{},"Allspice Is Not All Spice":{}},"tags":{}}],["brows",{"_index":2163,"title":{},"content":{"Webdriver Exception Handling":{},"2017 in books":{},"Death to pseudocode?":{},"Designing websites with accessibility in mind":{},"Tracking and privacy concerns on websites":{},"A journey through the history of webdesign":{},"You Shouldn't Use Spotify":{},"The Monthly Retro Screenshot Guessing Quiz":{},"My Retrocomputing Projects For 2022":{},"Freshly Baked Thoughts":{}},"tags":{}}],["browser",{"_index":3259,"title":{"Stop limiting yourself to JS in browsers":{}},"content":{"Death to pseudocode?":{},"Productivity Tools on all platforms":{},"Hugo Extended: More static site processing power!":{},"Designing websites with accessibility in mind":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Exploring the AlterNet":{},"Discord killed support for WinXP":{},"Stop limiting yourself to JS in browsers":{},"Generating a Blogroll With OPML in Hugo":{},"On Trying To Sell A Laptop":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["browser.org",{"_index":7189,"title":{},"content":{"Discord killed support for WinXP":{}},"tags":{}}],["browser/cli",{"_index":7356,"title":{},"content":{"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["browser](https://rtfreesoft.blogspot.com/2021/04/weekli",{"_index":7196,"title":{},"content":{"Discord killed support for WinXP":{}},"tags":{}}],["browserifi",{"_index":2188,"title":{},"content":{"Migrating from Extjs to React gradually":{}},"tags":{}}],["bruce",{"_index":11145,"title":{},"content":{"Academic Lineage":{},"On Learning A New (Programming) Language":{}},"tags":{}}],["brush",{"_index":9447,"title":{},"content":{"Constraint-based Creativity":{}},"tags":{}}],["brussel",{"_index":204,"title":{},"content":{"On finding your inner zen in big cities":{},"A 5.25\" Gobliins 2 Surprise":{},"A Treatise on Leavened Waffles":{}},"tags":{}}],["brute",{"_index":7044,"title":{},"content":{"Lousy Wordpress Hacking Attempts detected":{},"Moon Logic":{},"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["bryntum",{"_index":2076,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{}},"tags":{}}],["bsd",{"_index":6242,"title":{},"content":{"Personal Desktop Screenshots of Olde":{},"Generating a Blogroll With OPML in Hugo":{}},"tags":{}}],["bu",{"_index":5658,"title":{},"content":{"3D Software Rendering on the GBA":{},"486 Upgrade 2: The SD Card HDD":{},"Reviving an old 80486 PC":{},"A Creative State of Mind":{}},"tags":{}}],["bubbel",{"_index":4125,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["bubbl",{"_index":944,"title":{},"content":{"Learning to become a baker":{},"November 2021 Meta Post":{},"The Creative Techniques Toolbox":{},"2021 Year In Review":{}},"tags":{}}],["buckley",{"_index":10762,"title":{},"content":{"How to setup Pi-Hole on a Synology NAS":{}},"tags":{}}],["buddhism",{"_index":2946,"title":{},"content":{"I'm jealous of my dog":{}},"tags":{}}],["buddhist",{"_index":2938,"title":{},"content":{"I'm jealous of my dog":{},"Where Does It Stop?":{}},"tags":{}}],["buddi",{"_index":12039,"title":{},"content":{"Shredder's Revenge's Soundtrack Is Amazing":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["budget",{"_index":4863,"title":{},"content":{"De zin en onzin van conferenties":{},"Building a Core2Duo Windows XP Retro PC":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"A Decision Tree For Buying Retro Gaming Handhelds":{}},"tags":{}}],["buffalo",{"_index":2628,"title":{},"content":{"Development principles in cooking":{},"Cheese cheese cheese cheese cheese":{}},"tags":{}}],["buffer",{"_index":1217,"title":{},"content":{"undefined":{}},"tags":{}}],["buffoon",{"_index":7449,"title":{},"content":{"Moon Logic":{}},"tags":{}}],["buffoon_",{"_index":8923,"title":{},"content":{"Favorite Game Meme":{}},"tags":{}}],["bug",{"_index":2061,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{},"3D Software Rendering on the GBA":{},"Re: Is collecting physical games worth it?":{},"Favorite Game Meme":{},"How Not To Do A Remaster":{},"November 2021 Meta Post":{},"Give Up GitHub!":{}},"tags":{}}],["buggi",{"_index":9727,"title":{},"content":{"How Not To Do A Remaster":{}},"tags":{}}],["buikpijn",{"_index":3390,"title":{},"content":{"Over entropie":{}},"tags":{}}],["build",{"_index":1623,"title":{"Page Building with Brizy in Wordpress":{},"Building a Core2Duo Windows XP Retro PC":{},"Building an Athlon Windows 98 Retro PC":{}},"content":{"Enhancing the builder pattern with closures":{},"Bye autotools hello Scons":{},"Faking domain logic":{},"Unit Testing Extjs UI with Siesta":{},"Webdriver Exception Handling":{},"Migrating from Extjs to React gradually":{},"Unit testing in Legacy Projects: VB6":{},"Thinking in terms of objects":{},"Reverse engineering a curriculum":{},"A Decade in the Software Engineering industry":{},"IT Competences and Certificates":{},"Hugo Extended: More static site processing power!":{},"Page Building with Brizy in Wordpress":{},"Designing websites with accessibility in mind":{},"Thoughts on collaboration in education":{},"An am486 Performance Analysis":{},"Building a Core2Duo Windows XP Retro PC":{},"Building an Athlon Windows 98 Retro PC":{},"The Internet Killed Secrets in Games":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Programming on the Apple M1 Silicon":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"How to write academic papers in Markdown":{},"Getting rid of trackers using LineageOS":{},"Stop limiting yourself to JS in browsers":{},"Using Hugo to Launch a Gemini Capsule":{},"Emotional Magic":{},"Pinball Machines in a Jenever Museum":{},"Dear Student":{},"Power Usage Effectiveness":{},"The Lost Art of Being Lost":{},"Exporting Goodreads to Obsidian":{},"How Not To Do A Remaster":{},"A Creative State of Mind":{},"Technical Knowledge Brews Creativity":{},"Why Mastodon Isn't Great For Serendipity":{},"Thoughts On Home NAS Systems":{},"Academic Lineage":{},"The Death Of The Nike+ SportWatch":{}},"tags":{}}],["build ecosystem",{"_index":1867,"title":{},"content":{},"tags":{"Bye autotools hello Scons":{}}}],["build(funcbrain",{"_index":5499,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["class='fa",{"_index":4811,"title":{},"content":{"Teaching Object-Oriented design using the GBA":{}},"tags":{}}],["class='icon",{"_index":12247,"title":{},"content":{"Freshly Baked Thoughts":{}},"tags":{}}],["class='link",{"_index":5490,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["class='meta'>mor",{"_index":5497,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["class='sect1'>bla",{"_index":5492,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["class='topbar",{"_index":5489,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["class='txt",{"_index":5494,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["class=\\\"lazylo",{"_index":6579,"title":{},"content":{"RSS Feeds, Hugo, and Lazy Image Loading":{}},"tags":{}}],["class](https://www.vrt.be/vrtnws/nl/2022/01/05/lector",{"_index":10650,"title":{},"content":{"Woke in Class":{}},"tags":{}}],["classes.html",{"_index":1034,"title":{},"content":{"undefined":{}},"tags":{}}],["classes](http://python",{"_index":1032,"title":{},"content":{"undefined":{}},"tags":{}}],["classes](https://www.darkageofcamelot.com/content/class",{"_index":10287,"title":{},"content":{"Dark Age of Camelot in 2022":{}},"tags":{}}],["classic",{"_index":1608,"title":{},"content":{"Enhancing the builder pattern with closures":{},"Faking domain logic":{},"A Ph.D. Thesis Proposal":{},"The Startup of a Lean Doctorate":{},"Over analoog en digitaal":{},"A Ph.D. Thesis: Iteration 2":{},"486 Upgrade 1: Sound Blaster 16":{},"A journey through the history of webdesign":{},"Building a Core2Duo Windows XP Retro PC":{},"The Internet Killed Secrets in Games":{},"Belgium - Portugal: 5 - 2":{},"Misconceptions about retro gamers":{},"Double-dipping and Market Prices":{},"Kotlin Is Java 2.0, But It's Still Java":{},"Favorite Game Meme":{},"Collective Creativity":{},"A Treatise on Leavened Waffles":{},"The Creative Techniques Toolbox":{},"How To Enjoy Your Own Digital Music":{},"January 2022 In Review":{},"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{},"February 2022 In Review":{},"March 2022 In Review":{},"April 2022 In Review":{},"June 2022 In Review":{}},"tags":{}}],["classic/)[^3",{"_index":4580,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["classic/mini](https://www.nintendo.com/sup",{"_index":7747,"title":{},"content":{"Misconceptions about retro gamers":{}},"tags":{}}],["classic/vanilla",{"_index":9389,"title":{},"content":{"A Treatise on Leavened Waffles":{}},"tags":{}}],["classic](https://www.nintendo.com/sup",{"_index":4527,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["classic](https://www.youtube.com/watch?v=onvrovuoxxi",{"_index":11067,"title":{},"content":{"A Personal Intro To Gentle Hip-Hop":{}},"tags":{}}],["classroom",{"_index":9125,"title":{},"content":{"Dear Student":{},"Give Up GitHub!":{}},"tags":{}}],["classwork",{"_index":3508,"title":{},"content":{"Teaching by philosophy":{}},"tags":{}}],["claud",{"_index":9106,"title":{},"content":{"Collective Creativity":{}},"tags":{}}],["claudiu",{"_index":10154,"title":{},"content":{"Technical Knowledge Brews Creativity":{}},"tags":{}}],["claus",{"_index":2129,"title":{},"content":{"Webdriver Exception Handling":{}},"tags":{}}],["claw'",{"_index":8913,"title":{},"content":{"Favorite Game Meme":{}},"tags":{}}],["claw_",{"_index":8908,"title":{},"content":{"Favorite Game Meme":{}},"tags":{}}],["clay",{"_index":9437,"title":{},"content":{"Constraint-based Creativity":{},"Wax Seals And Snail Mail":{}},"tags":{}}],["clean",{"_index":1827,"title":{},"content":{"Bye autotools hello Scons":{},"Are you handing over enough when inspiring someone?":{},"Death to pseudocode?":{},"Computer Science learning pathways":{},"Reviving an old 80486 PC":{},"Digitizing journals using DEVONthink":{},"Social Debt in Development Teams":{},"The Pilot Capless: a stellar stealth pen":{},"Minimalism and Tidying Up":{},"Creativity Equals Messy Code?":{},"Expiry Dates On Journals":{},"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["cleaner",{"_index":6502,"title":{},"content":{"Thoughts on Bullshit Jobs":{}},"tags":{}}],["cleanup",{"_index":4333,"title":{},"content":{"Domain Driven Design in C":{},"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["clear",{"_index":1741,"title":{},"content":{"Metaprogramming instead of duplication":{},"A samurai learning mindset":{},"Take your time.":{},"Death to pseudocode?":{},"The Startup of a Lean Doctorate":{},"Thoughts on collaboration in education":{},"Building an Athlon Windows 98 Retro PC":{},"Thoughts on Bullshit Jobs":{},"My Retro Desk/Gaming Setup in 2021":{},"Social Debt in Development Teams":{},"Academese Gems":{},"Misconceptions about retro gamers":{},"YouTube Play Image Links in Hugo":{},"How Much Should I Spend On Magic The Gathering":{},"On Tea Prices":{},"A Note About Footnotes":{},"Why Mastodon Isn't Great For Serendipity":{},"On Trying To Sell A Laptop":{},"Once Upon a Time in Shaolin":{},"Water Usage and Prices":{},"Academic Lineage":{},"How To Properly Store Your Game Boy Cartridges":{},"The Life Lessons of Bonnie":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"Give Up GitHub!":{}},"tags":{}}],["clear[^chal",{"_index":9939,"title":{},"content":{"I'm Joining the Coffeeneuring Challenge of 2021":{}},"tags":{}}],["clearli",{"_index":2512,"title":{},"content":{"A samurai learning mindset":{},"Thinking in terms of objects":{},"The Startup of a Lean Doctorate":{},"Building an Athlon Windows 98 Retro PC":{},"Always have a Diaster Recovery Plan":{},"Academese Gems":{},"Emotional Magic":{},"Thirty-Six":{},"Seneca on How to Live":{},"Winnie Lim on Rebuilding Oneself":{},"Visualizing Personal Data Takeouts":{},"Water Usage and Prices":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"The Death Of The Nike+ SportWatch":{},"Don't Expose The Stacktrace Please!":{},"The Life Lessons of Bonnie":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["clearurl",{"_index":6945,"title":{},"content":{"Exploring the AlterNet":{}},"tags":{}}],["clerk",{"_index":8803,"title":{},"content":{"Are You In The System Yet, Sir?":{}},"tags":{}}],["clever",{"_index":2451,"title":{},"content":{"How to teach kids to program":{},"Death to pseudocode?":{},"How Much Should I Spend On Magic The Gathering":{},"Kotlin Is Java 2.0, But It's Still Java":{},"2021 Donations":{},"Choosing an Audio Codec":{}},"tags":{}}],["cleverli",{"_index":5910,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{},"How Not To Do A Remaster":{}},"tags":{}}],["cli",{"_index":5230,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"tags":{}}],["cli/ma",{"_index":7982,"title":{},"content":{"Apple's App Store Design Mistake":{}},"tags":{}}],["cli/mas](https://github.com/ma",{"_index":7981,"title":{},"content":{"Apple's App Store Design Mistake":{}},"tags":{}}],["clic",{"_index":8259,"title":{},"content":{"Reducing Workflow Load Facilitates Writing":{}},"tags":{}}],["clich",{"_index":143,"title":{},"content":{"Ending your day with happy thoughts":{}},"tags":{}}],["click",{"_index":459,"title":{},"content":{"No, vegetarians do not eat fish!":{},"undefined":{},"Custom Webdriver Page Factories":{},"Unit Testing Extjs UI with Siesta":{},"Webdriver Exception Handling":{},"Teaching yourself to draw":{},"Designing websites with accessibility in mind":{},"The Internet Killed Secrets in Games":{},"Exploring the AlterNet":{},"Moon Logic":{},"Nineties collecting nostalgia":{},"Re: Is collecting physical games worth it?":{},"YouTube Play Image Links in Hugo":{},"A Triumph For Blogging":{},"Ever-increasing Work Email Spam":{},"November 2021 Meta Post":{},"Why Mastodon Isn't Great For Serendipity":{},"Generating a Blogroll With OPML in Hugo":{},"Woke in Class":{},"How To Stream Your Own Music: Reprise":{},"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["clicked(",{"_index":2237,"title":{},"content":{"Migrating from Extjs to React gradually":{}},"tags":{}}],["client",{"_index":1306,"title":{},"content":{"Unit Testing Stored Procedures":{},".NET Memory management VS JVM Memory management":{},"Digitizing journals using DEVONthink":{},"Lousy Wordpress Hacking Attempts detected":{},"Power Usage Effectiveness":{},"Where Does It Stop?":{},"How To Stream Your Own Music: Reprise":{},"None Of My Best Friends Are Content Creators":{},"On Commuting By Bike":{}},"tags":{}}],["client/serv",{"_index":2051,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{},"My Programming Language Odyssey":{}},"tags":{}}],["clifftop",{"_index":10077,"title":{},"content":{"November 2021 Meta Post":{}},"tags":{}}],["climat",{"_index":9229,"title":{},"content":{"Power Usage Effectiveness":{}},"tags":{}}],["climb",{"_index":8328,"title":{},"content":{"Water Levels As Public Data":{},"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["cling",{"_index":8311,"title":{},"content":{"The Decline of Battery Life":{},"Collective Creativity":{},"Ditch Scrum, Organize As You See Fit":{},"Expiry Dates On Journals":{}},"tags":{}}],["clion",{"_index":4347,"title":{},"content":{"Productivity Tools on all platforms":{}},"tags":{}}],["clip",{"_index":7313,"title":{},"content":{"The first Dutch Obsidian meetup":{},"Belgium - Portugal: 5 - 2":{}},"tags":{}}],["clipboard",{"_index":6613,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["clive",{"_index":12182,"title":{},"content":{"June 2022 In Review":{}},"tags":{}}],["clo",{"_index":712,"title":{},"content":{"undefined":{}},"tags":{}}],["clock",{"_index":6146,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"The Decline of Battery Life":{}},"tags":{}}],["clock](https://www.redbubble.com/i/clock/password",{"_index":10111,"title":{},"content":{"November 2021 Meta Post":{}},"tags":{}}],["clockspeed.png",{"_index":6145,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["clone",{"_index":4552,"title":{},"content":{"Over analoog en digitaal":{},"Belgium - Portugal: 5 - 2":{},"Why I Play Games (And So Should You)":{},"February 2022 In Review":{}},"tags":{}}],["close",{"_index":1719,"title":{},"content":{"Integration Testing with SQLite":{},"Faking domain logic":{},"A samurai learning mindset":{},"I'm jealous of my dog":{},"Take your time.":{},"Death to pseudocode?":{},"A Decade in the Software Engineering industry":{},"A Ph.D. Thesis: Iteration 2":{},"IT Competences and Certificates":{},"Teaching Object-Oriented design using the GBA":{},"ITiCSE 2020: A Report":{},"486 Upgrade 1: Sound Blaster 16":{},"Digitizing journals using DEVONthink":{},"The Fridge, Your Inoculation Room":{},"Rules of a Creator's Life":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Thirty-Six":{},"Power Usage Effectiveness":{},"Dark Age of Camelot in 2022":{},"Generating a Blogroll With OPML in Hugo":{},"Winnie Lim on Rebuilding Oneself":{},"The Death Of The Nike+ SportWatch":{},"The Modern QR Code Life":{},"Give Up GitHub!":{}},"tags":{}}],["closer",{"_index":1660,"title":{},"content":{"Integration Testing with SQLite":{},"Nuts about local nuts":{},"Computer Science learning pathways":{},"IT Competences and Certificates":{},"3D Software Rendering on the GBA":{},"486 Upgrade 2: The SD Card HDD":{},"My Retro Desk/Gaming Setup in 2021":{},"Stop limiting yourself to JS in browsers":{},"Why I like Pawn Stars":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"On Selling a Self-published Book":{},"Parking Machines Design Mistakes":{},"On Commuting By Bike":{},"The Modern QR Code Life":{}},"tags":{}}],["closest",{"_index":11723,"title":{},"content":{"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["closet",{"_index":6116,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{},"Once Upon a Time in Shaolin":{}},"tags":{}}],["closur",{"_index":726,"title":{"Enhancing the builder pattern with closures":{}},"content":{"undefined":{}},"tags":{"Enhancing the builder pattern with closures":{}}}],["cloth",{"_index":2987,"title":{},"content":{"Inventing - for the worse?":{},"The Emperor of Lists":{},"From Curiosity To Creativity":{},"A Personal Intro To Gentle Hip-Hop":{}},"tags":{}}],["cloud",{"_index":4938,"title":{},"content":{"Programming: a Creative Cognitive Process":{},"Digitizing journals using DEVONthink":{},"Getting rid of trackers using LineageOS":{},"February 2022 In Review":{}},"tags":{}}],["cloud_",{"_index":9254,"title":{},"content":{"Power Usage Effectiveness":{}},"tags":{}}],["cloudflare'",{"_index":5168,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{}},"tags":{}}],["cloudi",{"_index":10320,"title":{},"content":{"December 2021 In Review":{}},"tags":{}}],["clove",{"_index":9891,"title":{},"content":{"Allspice Is Not All Spice":{}},"tags":{}}],["clr",{"_index":2005,"title":{},"content":{".NET Memory management VS JVM Memory management":{},"Exploring the Go programming language":{}},"tags":{".NET Memory management VS JVM Memory management":{}}}],["club",{"_index":232,"title":{},"content":{"On finding your inner zen in big cities":{},"The Productive Programmer on Mac":{},"A Triumph For Blogging":{},"Collective Creativity":{},"Why Mastodon Isn't Great For Serendipity":{}},"tags":{}}],["club_",{"_index":11011,"title":{},"content":{"A Personal Intro To Gentle Hip-Hop":{}},"tags":{}}],["clue",{"_index":2522,"title":{},"content":{"A samurai learning mindset":{},"A Decade in the Software Engineering industry":{},"Very Old and Somewhat Old Mood Boards":{},"Generating a Blogroll With OPML in Hugo":{}},"tags":{}}],["clumsi",{"_index":1851,"title":{},"content":{"Bye autotools hello Scons":{},"Academese Gems":{}},"tags":{}}],["clunk",{"_index":9522,"title":{},"content":{"Creative Critical Thinking":{}},"tags":{}}],["clutch",{"_index":12077,"title":{},"content":{"Sparking Conversations at Conferences":{}},"tags":{}}],["clutter",{"_index":2056,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{},"My Retro Desk/Gaming Setup in 2021":{},"Are Digital Gardens Blogs?":{},"Ever-increasing Work Email Spam":{},"Minimalism and Tidying Up":{}},"tags":{}}],["cm",{"_index":7942,"title":{},"content":{"YouTube Play Image Links in Hugo":{},"Wax Seals And Snail Mail":{}},"tags":{}}],["cmake",{"_index":1863,"title":{},"content":{"Bye autotools hello Scons":{},"Stop limiting yourself to JS in browsers":{}},"tags":{}}],["cmd",{"_index":1368,"title":{},"content":{"undefined":{},"Productivity Tools on all platforms":{},"The Productive Programmer on Mac":{}},"tags":{}}],["cmd+space",{"_index":4364,"title":{},"content":{"Productivity Tools on all platforms":{}},"tags":{}}],["cmdline",{"_index":6454,"title":{},"content":{"Programming on the Apple M1 Silicon":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{}},"tags":{}}],["cmo",{"_index":5969,"title":{},"content":{"Reviving an old 80486 PC":{}},"tags":{}}],["cname",{"_index":5117,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{}},"tags":{}}],["co",{"_index":1724,"title":{},"content":{"Integration Testing with SQLite":{},"Once Upon a Time in Shaolin":{},"Academic Lineage":{}},"tags":{}}],["co2",{"_index":9251,"title":{},"content":{"Power Usage Effectiveness":{},"On Commuting By Bike":{}},"tags":{}}],["co2/km",{"_index":11865,"title":{},"content":{"On Commuting By Bike":{}},"tags":{}}],["coach",{"_index":3730,"title":{},"content":{"A Ph.D. Thesis Proposal":{},"A Decade in the Software Engineering industry":{}},"tags":{}}],["coachen",{"_index":3733,"title":{},"content":{"A Ph.D. Thesis Proposal":{}},"tags":{}}],["coast",{"_index":8131,"title":{},"content":{"How Much Should I Spend On Magic The Gathering":{},"Emotional Magic":{},"From Curiosity To Creativity":{},"A Personal Intro To Gentle Hip-Hop":{}},"tags":{}}],["coastlin",{"_index":9686,"title":{},"content":{"From Curiosity To Creativity":{}},"tags":{}}],["coat",{"_index":11409,"title":{},"content":{"Cool Things People Do With Their Blogs":{},"Wax Seals And Snail Mail":{}},"tags":{}}],["cobbl",{"_index":7939,"title":{},"content":{"YouTube Play Image Links in Hugo":{}},"tags":{}}],["cockburn",{"_index":2563,"title":{},"content":{"A samurai learning mindset":{}},"tags":{}}],["coconut",{"_index":12215,"title":{},"content":{"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["code",{"_index":897,"title":{"Hiding Code Complexity":{},"Teaching students about coding trends":{},"Creativity Equals Messy Code?":{},"The Modern QR Code Life":{}},"content":{"undefined":{},"Visual Studio 2012 for Eclipse users":{},"Enhancing the builder pattern with closures":{},"Metaprogramming instead of duplication":{},"Custom Webdriver Page Factories":{},"Faking domain logic":{},"Unit Testing Extjs UI with Siesta":{},"Webdriver Exception Handling":{},"Unit testing in Legacy Projects: VB6":{},"Teaching yourself to draw":{},"Are you handing over enough when inspiring someone?":{},"Death to pseudocode?":{},"Computer Science learning pathways":{},"Productivity Tools on all platforms":{},"A Decade in the Software Engineering industry":{},"Five reasons why agile and academia don't go together":{},"Hugo Extended: More static site processing power!":{},"Page Building with Brizy in Wordpress":{},"Combining async with generators in Node 11":{},"ITiCSE 2020: A Report":{},"3D Software Rendering on the GBA":{},"486 Upgrade 1: Sound Blaster 16":{},"A journey through the history of webdesign":{},"The Productive Programmer on Mac":{},"The IndieWeb Mixed Bag":{},"Exploring the Go programming language":{},"Stop limiting yourself to JS in browsers":{},"On Manuscript Review Procedures":{},"Host your own webmention receiver":{},"Social Debt in Development Teams":{},"Software Engineering Is Not Engineering":{},"YouTube Play Image Links in Hugo":{},"Kotlin Is Java 2.0, But It's Still Java":{},"My Kotlin Rose-Tinted Glasses Broke":{},"Creativity Self-Assessment Is Nonsense":{},"The HP Sprocket Mini Printer":{},"Dear Student":{},"Very Old and Somewhat Old Mood Boards":{},"Why Mastodon Isn't Great For Serendipity":{},"December 2021 In Review":{},"Winnie Lim on Rebuilding Oneself":{},"An Ad Leaflet QR Design Mistake":{},"Choosing an Audio Codec":{},"Creativity Equals Messy Code?":{},"How To Stream Your Own Music: Reprise":{},"True Backlink Support in Hugo":{},"Don't Expose The Stacktrace Please!":{},"Teaching Software Engineering Is Still Done Wrong":{},"The Modern QR Code Life":{},"Give Up GitHub!":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["code smel",{"_index":1981,"title":{},"content":{},"tags":{"Faking domain logic":{}}}],["code.
a",{"_index":8538,"title":{},"content":{"Emotional Magic":{}},"tags":{}}],["control](https://blog.feld.me/posts/2018/01/git",{"_index":11284,"title":{},"content":{"February 2022 In Review":{}},"tags":{}}],["controleert",{"_index":1148,"title":{},"content":{"undefined":{}},"tags":{}}],["controversi",{"_index":10220,"title":{},"content":{"Three Little GameCube Mods":{},"Once Upon a Time in Shaolin":{},"A Personal Intro To Gentle Hip-Hop":{}},"tags":{}}],["convalesc",{"_index":10164,"title":{},"content":{"Technical Knowledge Brews Creativity":{}},"tags":{}}],["conveni",{"_index":6732,"title":{},"content":{"My Retro Desk/Gaming Setup in 2021":{},"Stop limiting yourself to JS in browsers":{},"Allspice Is Not All Spice":{},"Once Upon a Time in Shaolin":{}},"tags":{}}],["convent",{"_index":1647,"title":{},"content":{"Enhancing the builder pattern with closures":{},"Metaprogramming instead of duplication":{},"Journaling in practice":{},"A Ph.D. Thesis: Iteration 2":{},"Five reasons why agile and academia don't go together":{},"Designing websites with accessibility in mind":{},"486 Upgrade 2: The SD Card HDD":{},"What a Night Cam Is Good For":{},"Fighting Webmention And Pingback Spam":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["converg",{"_index":2731,"title":{},"content":{"A quick look at 6 fountain pens":{},"Five reasons why agile and academia don't go together":{}},"tags":{}}],["convers",{"_index":359,"title":{"Sparking Conversations at Conferences":{}},"content":{"No, vegetarians do not eat fish!":{},"Are you handing over enough when inspiring someone?":{},"Development principles in cooking":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"How to write academic papers in Markdown":{},"Nineties collecting nostalgia":{},"Are You In The System Yet, Sir?":{},"A Triumph For Blogging":{},"From Curiosity To Creativity":{},"Seneca on How to Live":{},"Technical Knowledge Brews Creativity":{},"Visualizing Personal Data Takeouts":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["conversati",{"_index":3882,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["conversation](https://theconversation.com/th",{"_index":10847,"title":{},"content":{"Once Upon a Time in Shaolin":{}},"tags":{}}],["convert",{"_index":622,"title":{},"content":{"undefined":{},"Unit testing in Legacy Projects: VB6":{},"Thinking in terms of objects":{},"Combining async with generators in Node 11":{},"486 Upgrade 2: The SD Card HDD":{},"The Productive Programmer on Mac":{},"How to write academic papers in Markdown":{},"YouTube Play Image Links in Hugo":{},"The Fridge, Your Inoculation Room":{},"Emotional Magic":{},"My Kotlin Rose-Tinted Glasses Broke":{},"A Treatise on Leavened Waffles":{},"Constraint-based Creativity":{},"From Analog Notebook to Digital Vault":{},"Where Does It Stop?":{},"November 2021 Meta Post":{},"Three Little GameCube Mods":{},"Fighting Webmention And Pingback Spam":{},"On Learning A New (Programming) Language":{},"Give Up GitHub!":{}},"tags":{}}],["convinc",{"_index":124,"title":{},"content":{"Ending your day with happy thoughts":{},"How to teach kids to program":{},"2017 in books":{},"Take your time.":{},"Thoughts on Bullshit Jobs":{},"Exploring the Go programming language":{},"How Much Should I Spend On Magic The Gathering":{},"Cheese cheese cheese cheese cheese":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Technical Knowledge Brews Creativity":{},"A Personal Intro To Gentle Hip-Hop":{},"None Of My Best Friends Are Content Creators":{},"The Death Of The Nike+ SportWatch":{},"May 2022 In Review":{}},"tags":{}}],["convolut",{"_index":7622,"title":{},"content":{"Academese Gems":{},"Belgium - Portugal: 5 - 2":{},"Reducing Workflow Load Facilitates Writing":{}},"tags":{}}],["conway](https://www.susannahconway.com",{"_index":11253,"title":{},"content":{"Expiry Dates On Journals":{}},"tags":{}}],["cook",{"_index":139,"title":{"Development principles in cooking":{}},"content":{"Ending your day with happy thoughts":{},"Learning to become a baker":{},"A samurai learning mindset":{},"Development principles in cooking":{},"Using Pandoc to publish a book":{},"Cheese cheese cheese cheese cheese":{},"What a Night Cam Is Good For":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["cookbook",{"_index":387,"title":{},"content":{"No, vegetarians do not eat fish!":{},"Development principles in cooking":{},"The Fridge, Your Inoculation Room":{}},"tags":{}}],["cooki",{"_index":5589,"title":{},"content":{"Tracking and privacy concerns on websites":{},"A journey through the history of webdesign":{},"Exploring the AlterNet":{},"YouTube Play Image Links in Hugo":{},"Allspice Is Not All Spice":{}},"tags":{}}],["cookson",{"_index":5731,"title":{},"content":{"Thoughts on collaboration in education":{}},"tags":{}}],["cool",{"_index":881,"title":{"Cool Things People Do With Their Blogs":{}},"content":{"undefined":{},"Enhancing the builder pattern with closures":{},"Nuts about local nuts":{},"Page Building with Brizy in Wordpress":{},"A journey through the history of webdesign":{},"Personal Desktop Screenshots of Olde":{},"Win98 Upgrade: Sound Blaster Audigy":{},"My Retro Desk/Gaming Setup in 2021":{},"How to write academic papers in Markdown":{},"Always have a Diaster Recovery Plan":{},"The IndieWeb Mixed Bag":{},"Exploring the Go programming language":{},"Flea Market Season":{},"The Fridge, Your Inoculation Room":{},"Dear Student":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Three Little GameCube Mods":{},"Woke in Class":{},"How To Enjoy Your Own Digital Music":{},"Academic Lineage":{},"An Ad Leaflet QR Design Mistake":{},"Creativity Equals Messy Code?":{},"Cool Things People Do With Their Blogs":{},"Equality in Game Credits":{},"Wax Seals And Snail Mail":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"Sparking Conversations at Conferences":{},"The Modern QR Code Life":{},"June 2022 In Review":{}},"tags":{}}],["cooler",{"_index":2594,"title":{},"content":{"Development principles in cooking":{},"A Decade in the Software Engineering industry":{},"My Retrocomputing Projects For 2022":{}},"tags":{}}],["coolio'",{"_index":11077,"title":{},"content":{"A Personal Intro To Rough Hip-Hop":{}},"tags":{}}],["cooper",{"_index":5710,"title":{},"content":{"Thoughts on collaboration in education":{}},"tags":{}}],["cope",{"_index":10104,"title":{},"content":{"November 2021 Meta Post":{},"Why I Play Games (And So Should You)":{},"Winnie Lim on Rebuilding Oneself":{},"2021 Year In Review":{},"Expiry Dates On Journals":{}},"tags":{}}],["copernicus](https://www.demorgen.be/tech",{"_index":11746,"title":{},"content":{"Drought":{}},"tags":{}}],["copi",{"_index":1451,"title":{},"content":{"undefined":{},"Death to pseudocode?":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Lousy Wordpress Hacking Attempts detected":{},"The first Dutch Obsidian meetup":{},"Belgium - Portugal: 5 - 2":{},"YouTube Play Image Links in Hugo":{},"Double-dipping and Market Prices":{},"Kotlin Is Java 2.0, But It's Still Java":{},"On Selling a Self-published Book":{},"Dear Student":{},"Questionable Game Publishing Methods":{},"A 5.25\" Gobliins 2 Surprise":{},"The Emperor of Lists":{},"2021 Donations":{},"Leuchtturm Notebook Paper Quality":{},"My Programming Language Odyssey":{}},"tags":{}}],["copies](/post/2021/05/r",{"_index":7884,"title":{},"content":{"Why I like Pawn Stars":{}},"tags":{}}],["copilot",{"_index":12153,"title":{},"content":{"Give Up GitHub!":{}},"tags":{}}],["copilot](https://github.com/features/copilot",{"_index":12151,"title":{},"content":{"Give Up GitHub!":{}},"tags":{}}],["copy/upload",{"_index":11299,"title":{},"content":{"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["copypast",{"_index":1308,"title":{},"content":{"Unit Testing Stored Procedures":{}},"tags":{}}],["copyright",{"_index":1412,"title":{},"content":{"undefined":{},"I'm jealous of my dog":{},"Computer Science learning pathways":{}},"tags":{}}],["core",{"_index":3823,"title":{},"content":{"Reverse engineering a curriculum":{},"Hugo Extended: More static site processing power!":{},"Building a Core2Duo Windows XP Retro PC":{},"Programming on the Apple M1 Silicon":{},"Re: Writing A Book Is Nonesense":{}},"tags":{}}],["core2duo",{"_index":6057,"title":{"Building a Core2Duo Windows XP Retro PC":{}},"content":{"Building a Core2Duo Windows XP Retro PC":{},"WinXP Upgrade: Sound Blaster X-Fi":{}},"tags":{}}],["coresend",{"_index":9997,"title":{},"content":{"Migrating from Mailchimp to Listmonk":{}},"tags":{}}],["corey",{"_index":7917,"title":{},"content":{"Why I like Pawn Stars":{}},"tags":{}}],["coriand",{"_index":9892,"title":{},"content":{"Allspice Is Not All Spice":{}},"tags":{}}],["cormbez",{"_index":11693,"title":{},"content":{"April 2022 In Review":{}},"tags":{}}],["corneliss",{"_index":11690,"title":{},"content":{"April 2022 In Review":{}},"tags":{}}],["corner",{"_index":6730,"title":{},"content":{"My Retro Desk/Gaming Setup in 2021":{},"Ditch Scrum, Organize As You See Fit":{},"Generating a Blogroll With OPML in Hugo":{},"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["cornmeal",{"_index":9383,"title":{},"content":{"A Treatise on Leavened Waffles":{}},"tags":{}}],["corpor",{"_index":4726,"title":{},"content":{"IT Competences and Certificates":{},"Thoughts on Bullshit Jobs":{},"Exploring the AlterNet":{},"None Of My Best Friends Are Content Creators":{},"From Mood Board To Mood Mugs":{}},"tags":{}}],["corps",{"_index":10560,"title":{},"content":{"The Creative Techniques Toolbox":{}},"tags":{}}],["correct",{"_index":768,"title":{},"content":{"undefined":{},"Integration Testing with SQLite":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"On Manuscript Review Procedures":{},"A Note About Footnotes":{},"How to setup Pi-Hole on a Synology NAS":{},"Fighting Webmention And Pingback Spam":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"True Backlink Support in Hugo":{}},"tags":{}}],["correctli",{"_index":6216,"title":{},"content":{"Personal Desktop Screenshots of Olde":{},"The Monthly Retro Screenshot Guessing Quiz":{},"True Backlink Support in Hugo":{}},"tags":{}}],["correl",{"_index":6500,"title":{},"content":{"Thoughts on Bullshit Jobs":{},"A Factor Analysis For Dummies in R":{},"Natural Gas Prices and The Energy Market":{},"Creativity Equals Messy Code?":{}},"tags":{}}],["correspond",{"_index":8351,"title":{},"content":{"Water Levels As Public Data":{}},"tags":{}}],["corrod",{"_index":5974,"title":{},"content":{"Reviving an old 80486 PC":{}},"tags":{}}],["corrupt",{"_index":1690,"title":{},"content":{"Integration Testing with SQLite":{},"Collective Creativity":{},"My Retrocomputing Projects For 2022":{}},"tags":{}}],["corsica",{"_index":10155,"title":{},"content":{"Technical Knowledge Brews Creativity":{}},"tags":{}}],["corsican",{"_index":10152,"title":{},"content":{"Technical Knowledge Brews Creativity":{}},"tags":{}}],["cosmo",{"_index":3455,"title":{},"content":{"Over entropie":{}},"tags":{}}],["cost",{"_index":2347,"title":{},"content":{"Teaching yourself to draw":{},"Programming: a Creative Cognitive Process":{},"DIY: Hosting stuff on your own VPS":{},"Tracking and privacy concerns on websites":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Digitizing journals using DEVONthink":{},"The insanity of collecting retro games":{},"You Shouldn't Use Spotify":{},"Social Debt in Development Teams":{},"How Much Should I Spend On Magic The Gathering":{},"On Tea Prices":{},"Questionable Game Publishing Methods":{},"Constraint-based Creativity":{},"How To Enjoy Your Own Digital Music":{},"Thoughts On Home NAS Systems":{},"How To Stream Your Own Music: Reprise":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"Drought":{},"How To Properly Store Your Game Boy Cartridges":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["costli",{"_index":8126,"title":{},"content":{"How Much Should I Spend On Magic The Gathering":{},"Allspice Is Not All Spice":{}},"tags":{}}],["cou",{"_index":2439,"title":{},"content":{"Are you handing over enough when inspiring someone?":{}},"tags":{}}],["couch",{"_index":9278,"title":{},"content":{"Questionable Game Publishing Methods":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Why I Play Games (And So Should You)":{},"What a Night Cam Is Good For":{}},"tags":{}}],["cough",{"_index":11802,"title":{},"content":{"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["couk\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\t\\thttps://brainbaking.com/post/2022/03/an",{"_index":11475,"title":{},"content":{"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["coulage_",{"_index":8081,"title":{},"content":{"The Fridge, Your Inoculation Room":{}},"tags":{}}],["couldn't",{"_index":2611,"title":{},"content":{"Development principles in cooking":{},"Healing creative scars":{},"Building a Core2Duo Windows XP Retro PC":{},"Personal Desktop Screenshots of Olde":{},"Programming on the Apple M1 Silicon":{},"Book Number Fourteen":{},"A 5.25\" Gobliins 2 Surprise":{},"Exporting Goodreads to Obsidian":{},"How Not To Do A Remaster":{},"How to setup Pi-Hole on a Synology NAS":{},"Don't Expose The Stacktrace Please!":{},"May 2022 In Review":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["couldn’t",{"_index":5393,"title":{},"content":{"Project Warlock: About Perseverance":{}},"tags":{}}],["count",{"_index":2428,"title":{},"content":{"Are you handing over enough when inspiring someone?":{},"Tracking and privacy concerns on websites":{},"Exploring the AlterNet":{},"Double-dipping and Market Prices":{},"Collective Creativity":{},"The Emperor of Lists":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Minimalism and Tidying Up":{}},"tags":{}}],["counter",{"_index":394,"title":{},"content":{"No, vegetarians do not eat fish!":{},"DIY: Hosting stuff on your own VPS":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"The Emperor of Lists":{},"Water Usage and Prices":{}},"tags":{}}],["counterfeit",{"_index":7728,"title":{},"content":{"Flea Market Season":{}},"tags":{}}],["counterintuit",{"_index":2808,"title":{},"content":{"Journaling in practice":{}},"tags":{}}],["counterpart",{"_index":4344,"title":{},"content":{"Productivity Tools on all platforms":{},"Social Debt in Development Teams":{},"Re: Writing A Book Is Nonesense":{}},"tags":{}}],["counters_",{"_index":6055,"title":{},"content":{"A journey through the history of webdesign":{}},"tags":{}}],["countless",{"_index":5123,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{},"Personal Desktop Screenshots of Olde":{},"Stop limiting yourself to JS in browsers":{},"Pinball Machines in a Jenever Museum":{},"Favorite Game Meme":{},"The Lost Art of Being Lost":{},"Creative Critical Thinking":{},"Re: Writing A Book Is Nonesense":{},"Woke in Class":{}},"tags":{}}],["countri",{"_index":194,"title":{},"content":{"On finding your inner zen in big cities":{},"Belgium - Portugal: 5 - 2":{},"How Much Should I Spend On Magic The Gathering":{},"On Tea Prices":{},"Parking Machines Design Mistakes":{},"On Commuting By Bike":{}},"tags":{}}],["coupl",{"_index":1334,"title":{},"content":{"Unit Testing Stored Procedures":{},"Unit Testing Extjs UI with Siesta":{},"A quick look at 6 fountain pens":{},"Domain Driven Design in C":{},"IT Competences and Certificates":{},"The Internet Killed Secrets in Games":{},"My Retro Desk/Gaming Setup in 2021":{},"How to write academic papers in Markdown":{},"The first Dutch Obsidian meetup":{},"Using Hugo to Launch a Gemini Capsule":{},"Moon Logic":{},"Re: Is collecting physical games worth it?":{},"Social Debt in Development Teams":{},"Flea Market Season":{},"How Much Should I Spend On Magic The Gathering":{},"Emotional Magic":{},"On Selling a Self-published Book":{},"Are You In The System Yet, Sir?":{},"From Analog Notebook to Digital Vault":{},"Generating a Blogroll With OPML in Hugo":{},"How To Enjoy Your Own Digital Music":{},"Once Upon a Time in Shaolin":{},"Thoughts On Home NAS Systems":{},"Leuchtturm Notebook Paper Quality":{},"Wax Seals And Snail Mail":{},"Give Up GitHub!":{}},"tags":{}}],["courag",{"_index":10635,"title":{},"content":{"Winnie Lim on Rebuilding Oneself":{}},"tags":{}}],["courgett",{"_index":11775,"title":{},"content":{"Drought":{}},"tags":{}}],["cours",{"_index":203,"title":{},"content":{"On finding your inner zen in big cities":{},"Learning to become a baker":{},"undefined":{},"Teaching yourself to draw":{},"Development principles in cooking":{},"A quick look at 6 fountain pens":{},"I'm jealous of my dog":{},"Teaching by philosophy":{},"Computer Science learning pathways":{},"Domain Driven Design in C":{},"Productivity Tools on all platforms":{},"A Decade in the Software Engineering industry":{},"A Ph.D. Thesis: Iteration 2":{},"Teaching Object-Oriented design using the GBA":{},"Programming: a Creative Cognitive Process":{},"Page Building with Brizy in Wordpress":{},"ITiCSE 2020: A Report":{},"Tracking and privacy concerns on websites":{},"Thoughts on collaboration in education":{},"486 Upgrade 2: The SD Card HDD":{},"A journey through the history of webdesign":{},"Personal Desktop Screenshots of Olde":{},"Digitizing journals using DEVONthink":{},"The Productive Programmer on Mac":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"My Retro Desk/Gaming Setup in 2021":{},"Always have a Diaster Recovery Plan":{},"Getting rid of trackers using LineageOS":{},"Teaching students about coding trends":{},"The IndieWeb Mixed Bag":{},"Stop limiting yourself to JS in browsers":{},"The first Dutch Obsidian meetup":{},"On Manuscript Review Procedures":{},"Moon Logic":{},"Nineties collecting nostalgia":{},"Misconceptions about retro gamers":{},"Why I like Pawn Stars":{},"YouTube Play Image Links in Hugo":{},"Book Number Fourteen":{},"The Decline of Battery Life":{},"Cheese cheese cheese cheese cheese":{},"Emotional Magic":{},"Kotlin Is Java 2.0, But It's Still Java":{},"Pinball Machines in a Jenever Museum":{},"My Kotlin Rose-Tinted Glasses Broke":{},"Thirty-Six":{},"Are You In The System Yet, Sir?":{},"Creativity Self-Assessment Is Nonsense":{},"The HP Sprocket Mini Printer":{},"Parking Machines Design Mistakes":{},"Are Digital Gardens Blogs?":{},"Dear Student":{},"Ditch Scrum, Organize As You See Fit":{},"Ever-increasing Work Email Spam":{},"Very Old and Somewhat Old Mood Boards":{},"Power Usage Effectiveness":{},"A 5.25\" Gobliins 2 Surprise":{},"From Analog Notebook to Digital Vault":{},"Allspice Is Not All Spice":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Migrating from Mailchimp to Listmonk":{},"Dark Age of Camelot in 2022":{},"A Factor Analysis For Dummies in R":{},"Natural Gas Prices and The Energy Market":{},"Woke in Class":{},"January 2022 In Review":{},"On Trying To Sell A Laptop":{},"Water Usage and Prices":{},"An Ad Leaflet QR Design Mistake":{},"Creativity Equals Messy Code?":{},"Expiry Dates On Journals":{},"Leuchtturm Notebook Paper Quality":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"Equality in Game Credits":{},"None Of My Best Friends Are Content Creators":{},"True Backlink Support in Hugo":{},"Wax Seals And Snail Mail":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"On Learning A New (Programming) Language":{},"Teaching Software Engineering Is Still Done Wrong":{},"The Life Lessons of Bonnie":{},"From Mood Board To Mood Mugs":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"The Modern QR Code Life":{},"June 2022 In Review":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["course](https://kuleuven",{"_index":7275,"title":{},"content":{"Stop limiting yourself to JS in browsers":{}},"tags":{}}],["courses_",{"_index":11915,"title":{},"content":{"Teaching Software Engineering Is Still Done Wrong":{}},"tags":{}}],["courtesi",{"_index":7503,"title":{},"content":{"Nineties collecting nostalgia":{}},"tags":{}}],["cousin",{"_index":8912,"title":{},"content":{"Favorite Game Meme":{}},"tags":{}}],["cout",{"_index":558,"title":{},"content":{"undefined":{},"My Programming Language Odyssey":{}},"tags":{}}],["coutanc",{"_index":9834,"title":{},"content":{"A Creative State of Mind":{}},"tags":{}}],["covent",{"_index":12112,"title":{},"content":{"The Modern QR Code Life":{}},"tags":{}}],["cover",{"_index":1860,"title":{},"content":{"Bye autotools hello Scons":{},"Teaching yourself to draw":{},"Using Pandoc to publish a book":{},"Digitizing journals using DEVONthink":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"The Emperor of Lists":{},"Generating a Blogroll With OPML in Hugo":{},"Minimalism and Tidying Up":{},"2021 Year In Review":{},"Once Upon a Time in Shaolin":{},"Fighting Webmention And Pingback Spam":{},"How To Properly Store Your Game Boy Cartridges":{},"On Learning A New (Programming) Language":{},"June 2022 In Review":{}},"tags":{}}],["covid",{"_index":5533,"title":{},"content":{"ITiCSE 2020: A Report":{},"My Retro Desk/Gaming Setup in 2021":{},"The insanity of collecting retro games":{},"Flea Market Season":{},"Water Levels As Public Data":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Dear Student":{},"December 2021 In Review":{},"An Ad Leaflet QR Design Mistake":{},"March 2022 In Review":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["cow",{"_index":6270,"title":{},"content":{"The Internet Killed Secrets in Games":{},"Cheese cheese cheese cheese cheese":{}},"tags":{}}],["cow'",{"_index":8511,"title":{},"content":{"Cheese cheese cheese cheese cheese":{}},"tags":{}}],["cpp",{"_index":7280,"title":{},"content":{"Stop limiting yourself to JS in browsers":{}},"tags":{}}],["cppflag",{"_index":1815,"title":{},"content":{"Bye autotools hello Scons":{}},"tags":{}}],["cpu",{"_index":4554,"title":{},"content":{"Over analoog en digitaal":{},"3D Software Rendering on the GBA":{},"An am486 Performance Analysis":{},"Reviving an old 80486 PC":{},"Building a Core2Duo Windows XP Retro PC":{},"Building an Athlon Windows 98 Retro PC":{},"Personal Desktop Screenshots of Olde":{},"Programming on the Apple M1 Silicon":{},"The Decline of Battery Life":{},"Thoughts On Home NAS Systems":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{}},"tags":{}}],["cpu.jpg",{"_index":5999,"title":{},"content":{"Reviving an old 80486 PC":{}},"tags":{}}],["cpu/memori",{"_index":6207,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["cqm",{"_index":5899,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["crack",{"_index":4806,"title":{},"content":{"Teaching Object-Oriented design using the GBA":{},"Moon Logic":{},"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["craft",{"_index":32,"title":{},"content":{"Ending your day with happy thoughts":{},"A samurai learning mindset":{},"Inventing - for the worse?":{},"Creative Critical Thinking":{},"Re: Writing A Book Is Nonesense":{},"March 2022 In Review":{}},"tags":{}}],["craftsman",{"_index":3013,"title":{},"content":{"Inventing - for the worse?":{},"Constraint-based Creativity":{}},"tags":{}}],["craftsmanship",{"_index":3024,"title":{},"content":{"Inventing - for the worse?":{}},"tags":{"Inventing - for the worse?":{},"A Decade in the Software Engineering industry":{}}}],["craigslist",{"_index":10798,"title":{},"content":{"On Trying To Sell A Laptop":{}},"tags":{}}],["cram",{"_index":7314,"title":{},"content":{"The first Dutch Obsidian meetup":{}},"tags":{}}],["cramp",{"_index":7377,"title":{},"content":{"On Manuscript Review Procedures":{},"Minimalism and Tidying Up":{}},"tags":{}}],["crank",{"_index":11671,"title":{},"content":{"A Decision Tree For Buying Retro Gaming Handhelds":{}},"tags":{}}],["cranni",{"_index":6262,"title":{},"content":{"The Internet Killed Secrets in Games":{},"Favorite Game Meme":{}},"tags":{}}],["crap",{"_index":12230,"title":{},"content":{"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["crappi",{"_index":8076,"title":{},"content":{"Double-dipping and Market Prices":{},"What if Seneca wasn't Nero's advisor?":{}},"tags":{}}],["crash",{"_index":1018,"title":{},"content":{"undefined":{},"486 Upgrade 2: The SD Card HDD":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Apple's App Store Design Mistake":{},"The Lost Art of Being Lost":{},"My Retrocomputing Projects For 2022":{}},"tags":{}}],["crave",{"_index":8050,"title":{},"content":{"Double-dipping and Market Prices":{},"What a Night Cam Is Good For":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["crawl",{"_index":5512,"title":{},"content":{"Designing websites with accessibility in mind":{},"Where Does It Stop?":{},"What a Night Cam Is Good For":{}},"tags":{}}],["crawler",{"_index":5351,"title":{},"content":{"Project Warlock: About Perseverance":{}},"tags":{}}],["craze",{"_index":7663,"title":{},"content":{"Belgium - Portugal: 5 - 2":{},"June 2022 In Review":{}},"tags":{}}],["crazi",{"_index":2261,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{},"Moon Logic":{},"Re: Is collecting physical games worth it?":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Favorite Game Meme":{},"November 2021 Meta Post":{},"December 2021 In Review":{},"My Retrocomputing Projects For 2022":{},"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"How To Properly Store Your Game Boy Cartridges":{},"On Commuting By Bike":{}},"tags":{}}],["crazy_",{"_index":11536,"title":{},"content":{"Password Hacking Sylvester & Tweety: Breakfast on the Run":{}},"tags":{}}],["creak",{"_index":9677,"title":{},"content":{"From Curiosity To Creativity":{}},"tags":{}}],["cream",{"_index":9408,"title":{},"content":{"A Treatise on Leavened Waffles":{}},"tags":{}}],["creami",{"_index":12241,"title":{},"content":{"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["creat",{"_index":621,"title":{"Creating Top x Games Lists Is Hard":{}},"content":{"undefined":{},"Learning to become a baker":{},"Unit Testing Stored Procedures":{},"Visual Studio 2012 for Eclipse users":{},"Enhancing the builder pattern with closures":{},"Integration Testing with SQLite":{},"Custom Webdriver Page Factories":{},"Unit Testing Extjs UI with Siesta":{},"Webdriver Exception Handling":{},"Unit testing in Legacy Projects: VB6":{},"How to teach kids to program":{},"Development principles in cooking":{},"Inventing - for the worse?":{},"Hiding Code Complexity":{},"Take your time.":{},"Concentrating on serendipitous creativity":{},"Reverse engineering a curriculum":{},"A Decade in the Software Engineering industry":{},"Unit Testing PicoBlaze Assembly files":{},"A Ph.D. Thesis: Iteration 2":{},"IT Competences and Certificates":{},"Teaching Object-Oriented design using the GBA":{},"Programming: a Creative Cognitive Process":{},"DIY: Hosting stuff on your own VPS":{},"Page Building with Brizy in Wordpress":{},"Project Warlock: About Perseverance":{},"ITiCSE 2020: A Report":{},"Tracking and privacy concerns on websites":{},"Thoughts on collaboration in education":{},"486 Upgrade 2: The SD Card HDD":{},"Reviving an old 80486 PC":{},"A journey through the history of webdesign":{},"How to write academic papers in Markdown":{},"Getting rid of trackers using LineageOS":{},"The first Dutch Obsidian meetup":{},"The Pilot Capless: a stellar stealth pen":{},"YouTube Play Image Links in Hugo":{},"Reducing Workflow Load Facilitates Writing":{},"Rules of a Creator's Life":{},"Emotional Magic":{},"My Kotlin Rose-Tinted Glasses Broke":{},"Favorite Game Meme":{},"Are Digital Gardens Blogs?":{},"Very Old and Somewhat Old Mood Boards":{},"Constraint-based Creativity":{},"From Analog Notebook to Digital Vault":{},"Allspice Is Not All Spice":{},"2021 Donations":{},"Dark Age of Camelot in 2022":{},"On Trying To Sell A Laptop":{},"Thoughts On Home NAS Systems":{},"How To Stream Your Own Music: Reprise":{},"Cool Things People Do With Their Blogs":{},"March 2022 In Review":{},"Wax Seals And Snail Mail":{},"My Programming Language Odyssey":{}},"tags":{}}],["createmocksbasedonnamingconvent",{"_index":1767,"title":{},"content":{"Metaprogramming instead of duplication":{}},"tags":{}}],["creation",{"_index":1809,"title":{},"content":{"Bye autotools hello Scons":{},"Domain Driven Design in C":{},"Very Old and Somewhat Old Mood Boards":{},"A Creative State of Mind":{},"Once Upon a Time in Shaolin":{},"My Retrocomputing Projects For 2022":{}},"tags":{}}],["creativ",{"_index":2319,"title":{"Healing creative scars":{},"Concentrating on serendipitous creativity":{},"Programming: a Creative Cognitive Process":{},"What is Creativity in Software Engineering?":{},"Creativity Self-Assessment Is Nonsense":{},"Collective Creativity":{},"Constraint-based Creativity":{},"Creative Critical Thinking":{},"From Curiosity To Creativity":{},"A Creative State of Mind":{},"Technical Knowledge Brews Creativity":{},"The Creative Techniques Toolbox":{},"Creativity Equals Messy Code?":{}},"content":{"Teaching yourself to draw":{},"Healing creative scars":{},"Journaling in practice":{},"Inventing - for the worse?":{},"2017 in books":{},"Reverse engineering a curriculum":{},"A Decade in the Software Engineering industry":{},"Programming: a Creative Cognitive Process":{},"ITiCSE 2020: A Report":{},"486 Upgrade 1: Sound Blaster 16":{},"Win98 Upgrade: Sound Blaster Audigy":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"What is Creativity in Software Engineering?":{},"You Shouldn't Use Spotify":{},"20 Years of Personal Cellphone History":{},"Creativity Self-Assessment Is Nonsense":{},"A Creative State of Mind":{},"Allspice Is Not All Spice":{},"December 2021 In Review":{},"A Factor Analysis For Dummies in R":{},"January 2022 In Review":{},"Creativity Equals Messy Code?":{},"On Learning A New (Programming) Language":{},"June 2022 In Review":{}},"tags":{"Programming: a Creative Cognitive Process":{},"What is Creativity in Software Engineering?":{},"Creativity Self-Assessment Is Nonsense":{},"Collective Creativity":{},"Constraint-based Creativity":{},"Creative Critical Thinking":{},"From Curiosity To Creativity":{},"A Creative State of Mind":{},"Technical Knowledge Brews Creativity":{},"The Creative Techniques Toolbox":{},"Creativity Equals Messy Code?":{}}}],["creative'",{"_index":5898,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["creativesomething.net](https://creativesomething.net",{"_index":8263,"title":{},"content":{"Rules of a Creator's Life":{}},"tags":{}}],["creativit",{"_index":4959,"title":{},"content":{"Programming: a Creative Cognitive Process":{}},"tags":{}}],["creativity[^ama",{"_index":4954,"title":{},"content":{"Programming: a Creative Cognitive Process":{}},"tags":{}}],["creativu",{"_index":2967,"title":{},"content":{"Inventing - for the worse?":{}},"tags":{}}],["creator",{"_index":8559,"title":{"None Of My Best Friends Are Content Creators":{}},"content":{"Kotlin Is Java 2.0, But It's Still Java":{},"2021 Donations":{},"None Of My Best Friends Are Content Creators":{}},"tags":{}}],["creator'",{"_index":8260,"title":{"Rules of a Creator's Life":{}},"content":{},"tags":{}}],["creatur",{"_index":2372,"title":{},"content":{"Teaching yourself to draw":{},"Emotional Magic":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["credit",{"_index":11420,"title":{"Equality in Game Credits":{}},"content":{"Equality in Game Credits":{}},"tags":{"Equality in Game Credits":{},"Shredder's Revenge's Soundtrack Is Amazing":{}}}],["credits.jpg",{"_index":11429,"title":{},"content":{"Equality in Game Credits":{}},"tags":{}}],["creep",{"_index":10607,"title":{},"content":{"Why I Play Games (And So Should You)":{}},"tags":{}}],["crew",{"_index":9689,"title":{},"content":{"From Curiosity To Creativity":{}},"tags":{}}],["creëren",{"_index":4126,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["cri",{"_index":9736,"title":{},"content":{"How Not To Do A Remaster":{},"A Creative State of Mind":{},"Natural Gas Prices and The Energy Market":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["cricket",{"_index":7821,"title":{},"content":{"The Pilot Capless: a stellar stealth pen":{}},"tags":{}}],["crimin",{"_index":11080,"title":{},"content":{"A Personal Intro To Rough Hip-Hop":{}},"tags":{}}],["crisi",{"_index":8700,"title":{},"content":{"Thirty-Six":{},"The Creative Techniques Toolbox":{},"Once Upon a Time in Shaolin":{}},"tags":{}}],["crisp",{"_index":9406,"title":{},"content":{"A Treatise on Leavened Waffles":{}},"tags":{}}],["critchlow'",{"_index":11524,"title":{},"content":{"None Of My Best Friends Are Content Creators":{}},"tags":{}}],["criteria",{"_index":11943,"title":{},"content":{"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["critic",{"_index":5398,"title":{"Creative Critical Thinking":{}},"content":{"Project Warlock: About Perseverance":{},"An am486 Performance Analysis":{},"Programming on the Apple M1 Silicon":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"The insanity of collecting retro games":{},"You Shouldn't Use Spotify":{},"On Manuscript Review Procedures":{},"Creativity Self-Assessment Is Nonsense":{},"Visualizing Personal Data Takeouts":{},"On Learning A New (Programming) Language":{}},"tags":{}}],["critiqu",{"_index":5089,"title":{},"content":{"Five reasons why agile and academia don't go together":{}},"tags":{}}],["crockford",{"_index":888,"title":{},"content":{"undefined":{}},"tags":{}}],["crombez",{"_index":11505,"title":{},"content":{"March 2022 In Review":{},"April 2022 In Review":{}},"tags":{}}],["crontab",{"_index":10904,"title":{},"content":{"Thoughts On Home NAS Systems":{}},"tags":{}}],["cross",{"_index":2749,"title":{},"content":{"A quick look at 6 fountain pens":{},"Productivity Tools on all platforms":{},"Unit Testing PicoBlaze Assembly files":{},"Teaching students about coding trends":{},"Kotlin Is Java 2.0, But It's Still Java":{},"Are You In The System Yet, Sir?":{},"Favorite Game Meme":{},"Parking Machines Design Mistakes":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Academic Lineage":{},"On Learning A New (Programming) Language":{},"The Life Lessons of Bonnie":{},"Creating Top x Games Lists Is Hard":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["crossing_",{"_index":11518,"title":{},"content":{"March 2022 In Review":{}},"tags":{}}],["crossroad",{"_index":12136,"title":{},"content":{"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["crow",{"_index":10150,"title":{},"content":{"Technical Knowledge Brews Creativity":{}},"tags":{}}],["crowd",{"_index":5384,"title":{},"content":{"Project Warlock: About Perseverance":{},"Accidental Discovery By Bike: Fietsknooppunten":{}},"tags":{}}],["crown",{"_index":9801,"title":{},"content":{"A Creative State of Mind":{}},"tags":{}}],["crt",{"_index":4607,"title":{},"content":{"Over analoog en digitaal":{},"My Retro Desk/Gaming Setup in 2021":{},"Misconceptions about retro gamers":{},"Three Little GameCube Mods":{}},"tags":{}}],["crucial",{"_index":3029,"title":{},"content":{"Inventing - for the worse?":{},"On Manuscript Review Procedures":{},"Wax Seals And Snail Mail":{}},"tags":{}}],["crud",{"_index":3128,"title":{},"content":{"Hiding Code Complexity":{}},"tags":{}}],["crumb",{"_index":9403,"title":{},"content":{"A Treatise on Leavened Waffles":{},"Allspice Is Not All Spice":{}},"tags":{}}],["crumbl",{"_index":8186,"title":{},"content":{"On Tea Prices":{},"Water Levels As Public Data":{},"Constraint-based Creativity":{}},"tags":{}}],["crush",{"_index":7740,"title":{},"content":{"Flea Market Season":{}},"tags":{}}],["crust",{"_index":9404,"title":{},"content":{"A Treatise on Leavened Waffles":{}},"tags":{}}],["crusti",{"_index":8118,"title":{},"content":{"The Fridge, Your Inoculation Room":{}},"tags":{}}],["crutcher",{"_index":8541,"title":{},"content":{"Emotional Magic":{}},"tags":{}}],["cry](https://www.youtube.com/watch?v=og4rozg78bo",{"_index":11106,"title":{},"content":{"A Personal Intro To Rough Hip-Hop":{}},"tags":{}}],["crystal",{"_index":3295,"title":{},"content":{"Death to pseudocode?":{},"The Internet Killed Secrets in Games":{},"WinXP Upgrade: Sound Blaster X-Fi":{}},"tags":{}}],["cs",{"_index":3534,"title":{},"content":{"Computer Science learning pathways":{},"Academic Lineage":{}},"tags":{}}],["cs1",{"_index":11230,"title":{},"content":{"Creativity Equals Messy Code?":{}},"tags":{}}],["csharp",{"_index":1649,"title":{},"content":{},"tags":{"Enhancing the builder pattern with closures":{},"Integration Testing with SQLite":{},"Metaprogramming instead of duplication":{},"Custom Webdriver Page Factories":{},"Faking domain logic":{},"Webdriver Exception Handling":{}}}],["csikszentmihalyi",{"_index":8839,"title":{},"content":{"Creativity Self-Assessment Is Nonsense":{}},"tags":{}}],["csikszentmihalyi'",{"_index":8835,"title":{},"content":{"Creativity Self-Assessment Is Nonsense":{}},"tags":{}}],["css",{"_index":5191,"title":{},"content":{"Hugo Extended: More static site processing power!":{},"Designing websites with accessibility in mind":{},"Tracking and privacy concerns on websites":{},"Digitizing journals using DEVONthink":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"How to write academic papers in Markdown":{},"Exploring the AlterNet":{},"Teaching students about coding trends":{},"December 2021 In Review":{}},"tags":{}}],["css/html",{"_index":5247,"title":{},"content":{"Page Building with Brizy in Wordpress":{}},"tags":{}}],["css/styles.css",{"_index":5202,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"tags":{}}],["css2",{"_index":6972,"title":{},"content":{"Exploring the AlterNet":{}},"tags":{}}],["css3",{"_index":6976,"title":{},"content":{"Exploring the AlterNet":{}},"tags":{}}],["css](https://tailwindcss.com",{"_index":6978,"title":{},"content":{"Exploring the AlterNet":{}},"tags":{}}],["csv",{"_index":8374,"title":{},"content":{"Water Levels As Public Data":{},"Exporting Goodreads to Obsidian":{},"The Death Of The Nike+ SportWatch":{}},"tags":{}}],["csv['titl",{"_index":9598,"title":{},"content":{"Exporting Goodreads to Obsidian":{}},"tags":{}}],["csvpars",{"_index":9593,"title":{},"content":{"Exporting Goodreads to Obsidian":{}},"tags":{}}],["csvparse(readfilesync(csvfil",{"_index":9595,"title":{},"content":{"Exporting Goodreads to Obsidian":{}},"tags":{}}],["ct",{"_index":5882,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["ct1747",{"_index":5901,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["ct2290",{"_index":5900,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["ct4830",{"_index":6330,"title":{},"content":{"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["ctr",{"_index":1558,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl)+space",{"_index":4370,"title":{},"content":{"Productivity Tools on all platforms":{}},"tags":{}}],["ctrl+alt",{"_index":1529,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+alt+left/right",{"_index":1526,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+d",{"_index":1515,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+e",{"_index":1539,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+enter",{"_index":1521,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+f11",{"_index":1543,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+l",{"_index":1516,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+m",{"_index":1575,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+o",{"_index":1546,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+r",{"_index":1561,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+shift",{"_index":1528,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+shift+1",{"_index":1531,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+shift+alt+f12",{"_index":1550,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+shift+alt+up/down",{"_index":1536,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+shift+b",{"_index":1571,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+shift+g",{"_index":1549,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+shift+o",{"_index":1538,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+space",{"_index":1520,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{},"Faking domain logic":{},"Productivity Tools on all platforms":{}},"tags":{}}],["ctrl+u",{"_index":1544,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["cuban",{"_index":11680,"title":{},"content":{"April 2022 In Review":{}},"tags":{}}],["cube",{"_index":6279,"title":{},"content":{"The Internet Killed Secrets in Games":{},"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["cube_",{"_index":9473,"title":{},"content":{"Constraint-based Creativity":{}},"tags":{}}],["cubic",{"_index":10939,"title":{},"content":{"Water Usage and Prices":{},"Drought":{}},"tags":{}}],["cubism",{"_index":9097,"title":{},"content":{"Collective Creativity":{},"Constraint-based Creativity":{}},"tags":{}}],["cuddl",{"_index":10685,"title":{},"content":{"2021 Year In Review":{},"The Life Lessons of Bonnie":{}},"tags":{}}],["cuisin",{"_index":9392,"title":{},"content":{"A Treatise on Leavened Waffles":{}},"tags":{}}],["culinari",{"_index":8615,"title":{},"content":{"On Selling a Self-published Book":{}},"tags":{}}],["cull",{"_index":5695,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["cultur",{"_index":3565,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{},"Reverse engineering a curriculum":{},"Thoughts on collaboration in education":{},"Thoughts on Bullshit Jobs":{},"What if Seneca wasn't Nero's advisor?":{},"Creativity Self-Assessment Is Nonsense":{},"The Emperor of Lists":{},"From Curiosity To Creativity":{},"Equality in Game Credits":{}},"tags":{}}],["cultures](https://techbeacon.com/lesson",{"_index":3564,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{}},"tags":{}}],["cultuur",{"_index":3574,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{},"Over de inflatie van intellect":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["cumbersom",{"_index":1616,"title":{},"content":{"Enhancing the builder pattern with closures":{},"Domain Driven Design in C":{}},"tags":{}}],["cup",{"_index":7646,"title":{},"content":{"Belgium - Portugal: 5 - 2":{},"Creative Critical Thinking":{}},"tags":{}}],["cupboard",{"_index":10486,"title":{},"content":{"Minimalism and Tidying Up":{}},"tags":{}}],["cupboard/draw",{"_index":8204,"title":{},"content":{"On Tea Prices":{}},"tags":{}}],["curat",{"_index":9093,"title":{},"content":{"Collective Creativity":{}},"tags":{}}],["curdat",{"_index":11732,"title":{},"content":{"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["curio",{"_index":10117,"title":{},"content":{"November 2021 Meta Post":{}},"tags":{}}],["curios",{"_index":7295,"title":{"From Curiosity To Creativity":{}},"content":{"The first Dutch Obsidian meetup":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"From Curiosity To Creativity":{}},"tags":{}}],["curiosities](https://en.wikipedia.org/wiki/cabinet_of_curios",{"_index":9220,"title":{},"content":{"Very Old and Somewhat Old Mood Boards":{}},"tags":{}}],["curiou",{"_index":302,"title":{},"content":{"On finding your inner zen in big cities":{},"Ditch Scrum, Organize As You See Fit":{},"Creativity Equals Messy Code?":{}},"tags":{}}],["curl",{"_index":8711,"title":{},"content":{"Thirty-Six":{}},"tags":{}}],["currcont",{"_index":11622,"title":{},"content":{"True Backlink Support in Hugo":{}},"tags":{}}],["current",{"_index":304,"title":{},"content":{"On finding your inner zen in big cities":{},"undefined":{},"Unit Testing Extjs UI with Siesta":{},"Journaling in practice":{},"Concentrating on serendipitous creativity":{},"Death to pseudocode?":{},"Productivity Tools on all platforms":{},"A Decade in the Software Engineering industry":{},"Unit Testing PicoBlaze Assembly files":{},"Programming: a Creative Cognitive Process":{},"The Internet Killed Secrets in Games":{},"What is Creativity in Software Engineering?":{},"Book Number Fourteen":{},"How Much Should I Spend On Magic The Gathering":{},"The Decline of Battery Life":{},"Water Levels As Public Data":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Creativity Self-Assessment Is Nonsense":{},"The Emperor of Lists":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Natural Gas Prices and The Energy Market":{},"Expiry Dates On Journals":{},"How To Stream Your Own Music: Reprise":{},"Cool Things People Do With Their Blogs":{},"True Backlink Support in Hugo":{},"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["curri",{"_index":2600,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["curriculum",{"_index":3484,"title":{"Reverse engineering a curriculum":{}},"content":{"Teaching by philosophy":{},"Computer Science learning pathways":{},"Reverse engineering a curriculum":{},"ITiCSE 2020: A Report":{},"Ever-increasing Work Email Spam":{}},"tags":{}}],["curriculum](/post/revers",{"_index":3483,"title":{},"content":{"Teaching by philosophy":{},"Computer Science learning pathways":{}},"tags":{}}],["curriculum](https://dl.acm.org/doi/pdf/10.1145/3341525.3387405",{"_index":5546,"title":{},"content":{"ITiCSE 2020: A Report":{}},"tags":{}}],["currrellink",{"_index":11620,"title":{},"content":{"True Backlink Support in Hugo":{}},"tags":{}}],["curs",{"_index":2937,"title":{},"content":{"I'm jealous of my dog":{},"Teaching Object-Oriented design using the GBA":{},"Discord killed support for WinXP":{},"Thirty-Six":{},"Creative Critical Thinking":{},"December 2021 In Review":{}},"tags":{}}],["cursor",{"_index":1351,"title":{},"content":{"Unit Testing Stored Procedures":{}},"tags":{}}],["cursor_el",{"_index":1361,"title":{},"content":{"Unit Testing Stored Procedures":{}},"tags":{}}],["curtain",{"_index":10084,"title":{},"content":{"November 2021 Meta Post":{}},"tags":{}}],["curv",{"_index":6734,"title":{},"content":{"My Retro Desk/Gaming Setup in 2021":{},"Exploring the Go programming language":{}},"tags":{}}],["custom",{"_index":1662,"title":{"Custom Webdriver Page Factories":{}},"content":{"Integration Testing with SQLite":{},"Custom Webdriver Page Factories":{},"Faking domain logic":{},"Unit Testing Extjs UI with Siesta":{},"Migrating from Extjs to React gradually":{},"A quick look at 6 fountain pens":{},"DIY: Hosting stuff on your own VPS":{},"Page Building with Brizy in Wordpress":{},"486 Upgrade 2: The SD Card HDD":{},"Digitizing journals using DEVONthink":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Belgium - Portugal: 5 - 2":{},"The Pilot Capless: a stellar stealth pen":{},"YouTube Play Image Links in Hugo":{},"On Selling a Self-published Book":{},"20 Years of Personal Cellphone History":{},"The Emperor of Lists":{},"How to setup Pi-Hole on a Synology NAS":{},"Cool Things People Do With Their Blogs":{},"Wax Seals And Snail Mail":{},"A Decision Tree For Buying Retro Gaming Handhelds":{}},"tags":{}}],["customev",{"_index":2248,"title":{},"content":{"Migrating from Extjs to React gradually":{}},"tags":{}}],["customiz",{"_index":4369,"title":{},"content":{"Productivity Tools on all platforms":{}},"tags":{}}],["cut",{"_index":957,"title":{},"content":{"Learning to become a baker":{},"Computer Science learning pathways":{},"A Decade in the Software Engineering industry":{},"DIY: Hosting stuff on your own VPS":{},"Teaching students about coding trends":{},"20 Years of Personal Cellphone History":{},"Favorite Game Meme":{},"Are Digital Gardens Blogs?":{},"How Not To Do A Remaster":{},"On Trying To Sell A Laptop":{},"Academic Lineage":{},"Creativity Equals Messy Code?":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["cut](https://jefklakscodex.com/games/kathi",{"_index":10076,"title":{},"content":{"November 2021 Meta Post":{}},"tags":{}}],["cuub",{"_index":10959,"title":{},"content":{"Water Usage and Prices":{}},"tags":{}}],["cv",{"_index":4407,"title":{},"content":{"A Decade in the Software Engineering industry":{}},"tags":{}}],["cxx",{"_index":1837,"title":{},"content":{"Bye autotools hello Scons":{}},"tags":{}}],["cxxflag",{"_index":1818,"title":{},"content":{"Bye autotools hello Scons":{}},"tags":{}}],["cyberpunk",{"_index":9725,"title":{},"content":{"How Not To Do A Remaster":{}},"tags":{}}],["cycl",{"_index":3170,"title":{},"content":{"Take your time.":{},"IT Competences and Certificates":{},"Flea Market Season":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"The Death Of The Nike+ SportWatch":{}},"tags":{}}],["cyclette](https://www.kaffeecyclette.b",{"_index":9954,"title":{},"content":{"I'm Joining the Coffeeneuring Challenge of 2021":{}},"tags":{}}],["cycling](/post/2021/08/accident",{"_index":9316,"title":{},"content":{"The Lost Art of Being Lost":{}},"tags":{}}],["cyclist",{"_index":8450,"title":{},"content":{"Accidental Discovery By Bike: Fietsknooppunten":{}},"tags":{}}],["cylind",{"_index":5836,"title":{},"content":{"486 Upgrade 2: The SD Card HDD":{}},"tags":{}}],["cynefin",{"_index":7808,"title":{},"content":{"Software Engineering Is Not Engineering":{}},"tags":{}}],["cynic",{"_index":8420,"title":{},"content":{"What if Seneca wasn't Nero's advisor?":{}},"tags":{}}],["cyren",{"_index":9574,"title":{},"content":{"The Emperor of Lists":{}},"tags":{}}],["cézann",{"_index":9104,"title":{},"content":{"Collective Creativity":{},"Constraint-based Creativity":{}},"tags":{}}],["cézanne'",{"_index":9453,"title":{},"content":{"Constraint-based Creativity":{}},"tags":{}}],["c€/kwh",{"_index":10494,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["d",{"_index":3353,"title":{},"content":{"Over entropie":{},"Boeken die mij gevormd hebben tot wie ik ben":{},"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["d'avella",{"_index":10468,"title":{},"content":{"Minimalism and Tidying Up":{}},"tags":{}}],["d2",{"_index":7183,"title":{},"content":{"Discord killed support for WinXP":{}},"tags":{}}],["da",{"_index":11010,"title":{},"content":{"A Personal Intro To Gentle Hip-Hop":{}},"tags":{}}],["daar",{"_index":856,"title":{},"content":{"undefined":{},"Over entropie":{},"Over het introduceren van bedrijfsethiek":{},"Over de inflatie van intellect":{},"Over tijdsbesef":{},"Over analoog en digitaal":{},"De zin en onzin van conferenties":{}},"tags":{}}],["daarna",{"_index":1387,"title":{},"content":{"undefined":{},"A Ph.D. Thesis Proposal":{},"Over tijdsbesef":{}},"tags":{}}],["daarvan",{"_index":4192,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["dabbl",{"_index":2262,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{},"What if Seneca wasn't Nero's advisor?":{},"My Retrocomputing Projects For 2022":{},"Teaching Software Engineering Is Still Done Wrong":{}},"tags":{}}],["dac",{"_index":6339,"title":{},"content":{"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["dad",{"_index":5365,"title":{},"content":{"Project Warlock: About Perseverance":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Favorite Game Meme":{},"Once Upon a Time in Shaolin":{}},"tags":{}}],["dad'",{"_index":11821,"title":{},"content":{"My Programming Language Odyssey":{}},"tags":{}}],["dadaism",{"_index":9098,"title":{},"content":{"Collective Creativity":{}},"tags":{}}],["daddy'",{"_index":11073,"title":{},"content":{"A Personal Intro To Rough Hip-Hop":{}},"tags":{}}],["dadelijk",{"_index":4985,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["daemon",{"_index":1464,"title":{},"content":{"undefined":{}},"tags":{}}],["dag",{"_index":4837,"title":{},"content":{"De zin en onzin van conferenties":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["dagboeken",{"_index":4296,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["dagelijk",{"_index":3360,"title":{},"content":{"Over entropie":{}},"tags":{}}],["dagelijks",{"_index":4833,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["dagen",{"_index":4830,"title":{},"content":{"De zin en onzin van conferenties":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["dahlberg",{"_index":5701,"title":{},"content":{"Thoughts on collaboration in education":{}},"tags":{}}],["daili",{"_index":213,"title":{},"content":{"On finding your inner zen in big cities":{},"How to teach kids to program":{},"A quick look at 6 fountain pens":{},"Journaling in practice":{},"I'm jealous of my dog":{},"The Startup of a Lean Doctorate":{},"Thoughts on collaboration in education":{},"The Pilot Capless: a stellar stealth pen":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Emotional Magic":{},"Ever-increasing Work Email Spam":{},"Constraint-based Creativity":{},"Creative Critical Thinking":{},"2021 Donations":{},"Why Mastodon Isn't Great For Serendipity":{},"Dark Age of Camelot in 2022":{},"The Death Of The Nike+ SportWatch":{},"From Mood Board To Mood Mugs":{}},"tags":{}}],["daisi",{"_index":9565,"title":{},"content":{"The Emperor of Lists":{}},"tags":{}}],["damag",{"_index":4406,"title":{},"content":{"A Decade in the Software Engineering industry":{},"My Kotlin Rose-Tinted Glasses Broke":{},"A Creative State of Mind":{}},"tags":{}}],["damage_",{"_index":11101,"title":{},"content":{"A Personal Intro To Rough Hip-Hop":{}},"tags":{}}],["damian",{"_index":7595,"title":{},"content":{"Social Debt in Development Teams":{}},"tags":{}}],["damn",{"_index":2894,"title":{},"content":{"Nuts about local nuts":{},"Exploring the AlterNet":{},"Apple's App Store Design Mistake":{},"A 5.25\" Gobliins 2 Surprise":{},"Woke in Class":{},"February 2022 In Review":{},"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["dan",{"_index":602,"title":{},"content":{"undefined":{},"Over entropie":{},"Over het introduceren van bedrijfsethiek":{},"A Ph.D. Thesis Proposal":{},"Over de inflatie van intellect":{},"Over tijdsbesef":{},"Boeken die mij gevormd hebben tot wie ik ben":{},"Over analoog en digitaal":{},"De zin en onzin van conferenties":{},"Over Onmiddellijke Voldoening":{},"A Personal Intro To Gentle Hip-Hop":{},"Drought":{}},"tags":{}}],["danc",{"_index":12191,"title":{},"content":{"June 2022 In Review":{}},"tags":{}}],["dandara",{"_index":10034,"title":{},"content":{"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["danger",{"_index":6941,"title":{},"content":{"Exploring the AlterNet":{},"Why I Play Games (And So Should You)":{},"On Trying To Sell A Laptop":{}},"tags":{}}],["daniel](https://ineed.coffe",{"_index":7000,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"tags":{}}],["danni",{"_index":3054,"title":{},"content":{"2017 in books":{},"Academic Lineage":{}},"tags":{}}],["danny'",{"_index":3076,"title":{},"content":{"2017 in books":{}},"tags":{}}],["daoc",{"_index":10267,"title":{},"content":{"Dark Age of Camelot in 2022":{}},"tags":{}}],["daoc'",{"_index":10299,"title":{},"content":{"Dark Age of Camelot in 2022":{}},"tags":{}}],["dare",{"_index":4751,"title":{},"content":{"IT Competences and Certificates":{},"Stop limiting yourself to JS in browsers":{},"Are You In The System Yet, Sir?":{},"Are Digital Gardens Blogs?":{},"How to setup Pi-Hole on a Synology NAS":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["daredevil",{"_index":10136,"title":{},"content":{"Seneca on How to Live":{}},"tags":{}}],["daringli",{"_index":7078,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["darjeel",{"_index":8197,"title":{},"content":{"On Tea Prices":{}},"tags":{}}],["darjeeling](https://www.mariagefreres.com/fr/2",{"_index":8210,"title":{},"content":{"On Tea Prices":{}},"tags":{}}],["dark",{"_index":4718,"title":{"Dark Age of Camelot in 2022":{}},"content":{"IT Competences and Certificates":{},"Software Engineering Is Not Engineering":{},"December 2021 In Review":{},"Winnie Lim on Rebuilding Oneself":{}},"tags":{}}],["darker",{"_index":7235,"title":{},"content":{"Exploring the Go programming language":{}},"tags":{}}],["darl",{"_index":11105,"title":{},"content":{"A Personal Intro To Rough Hip-Hop":{}},"tags":{}}],["darmstadt",{"_index":10917,"title":{},"content":{"Visualizing Personal Data Takeouts":{}},"tags":{}}],["darwin",{"_index":9025,"title":{},"content":{"Are Digital Gardens Blogs?":{},"From Curiosity To Creativity":{}},"tags":{}}],["darwin'",{"_index":9694,"title":{},"content":{"From Curiosity To Creativity":{}},"tags":{}}],["daryl",{"_index":10046,"title":{},"content":{"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["dash",{"_index":4368,"title":{},"content":{"Productivity Tools on all platforms":{},"Generating a Blogroll With OPML in Hugo":{},"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["dat",{"_index":510,"title":{},"content":{"undefined":{},"Over entropie":{},"Over het introduceren van bedrijfsethiek":{},"A Ph.D. Thesis Proposal":{},"Over de inflatie van intellect":{},"Over tijdsbesef":{},"Boeken die mij gevormd hebben tot wie ik ben":{},"Over analoog en digitaal":{},"De zin en onzin van conferenties":{},"Over Onmiddellijke Voldoening":{},"Drought":{}},"tags":{}}],["data",{"_index":1346,"title":{"Water Levels As Public Data":{},"Visualizing Personal Data Takeouts":{}},"content":{"Unit Testing Stored Procedures":{},"Enhancing the builder pattern with closures":{},"Integration Testing with SQLite":{},"Faking domain logic":{},"Unit Testing Extjs UI with Siesta":{},"Webdriver Exception Handling":{},"Migrating from Extjs to React gradually":{},"Teaching by philosophy":{},"Five reasons why agile and academia don't go together":{},"ITiCSE 2020: A Report":{},"Tracking and privacy concerns on websites":{},"An am486 Performance Analysis":{},"Reviving an old 80486 PC":{},"Personal Desktop Screenshots of Olde":{},"Digitizing journals using DEVONthink":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Always have a Diaster Recovery Plan":{},"Getting rid of trackers using LineageOS":{},"Teaching students about coding trends":{},"Host your own webmention receiver":{},"Flea Market Season":{},"YouTube Play Image Links in Hugo":{},"Water Levels As Public Data":{},"My Kotlin Rose-Tinted Glasses Broke":{},"Are You In The System Yet, Sir?":{},"The HP Sprocket Mini Printer":{},"Parking Machines Design Mistakes":{},"Ever-increasing Work Email Spam":{},"Power Usage Effectiveness":{},"Exporting Goodreads to Obsidian":{},"Migrating from Mailchimp to Listmonk":{},"Why Mastodon Isn't Great For Serendipity":{},"December 2021 In Review":{},"Generating a Blogroll With OPML in Hugo":{},"A Factor Analysis For Dummies in R":{},"Natural Gas Prices and The Energy Market":{},"Winnie Lim on Rebuilding Oneself":{},"Visualizing Personal Data Takeouts":{},"Water Usage and Prices":{},"An Ad Leaflet QR Design Mistake":{},"Choosing an Audio Codec":{},"Creativity Equals Messy Code?":{},"February 2022 In Review":{},"Cool Things People Do With Their Blogs":{},"Fighting Webmention And Pingback Spam":{},"The Death Of The Nike+ SportWatch":{},"Don't Expose The Stacktrace Please!":{},"The Modern QR Code Life":{},"Give Up GitHub!":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["data cent",{"_index":9262,"title":{},"content":{},"tags":{"Power Usage Effectiveness":{}}}],["data!_",{"_index":10912,"title":{},"content":{"Visualizing Personal Data Takeouts":{}},"tags":{}}],["data('bfi",{"_index":10415,"title":{},"content":{"A Factor Analysis For Dummies in R":{}},"tags":{}}],["data/webmentions.json",{"_index":7441,"title":{},"content":{"Host your own webmention receiver":{}},"tags":{}}],["data](/post/2021/01/digit",{"_index":6998,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"tags":{}}],["data](/post/2021/07/waterlevel",{"_index":10504,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["data](https://medium.com/th",{"_index":10624,"title":{},"content":{"Winnie Lim on Rebuilding Oneself":{}},"tags":{}}],["data_",{"_index":7154,"title":{},"content":{"The IndieWeb Mixed Bag":{}},"tags":{}}],["databas",{"_index":1609,"title":{},"content":{"Enhancing the builder pattern with closures":{},"Integration Testing with SQLite":{},"Metaprogramming instead of duplication":{},"Hiding Code Complexity":{},"Digitizing journals using DEVONthink":{},"Always have a Diaster Recovery Plan":{},"Water Levels As Public Data":{},"Emotional Magic":{},"Academic Lineage":{},"Expiry Dates On Journals":{},"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["dataset](https://www.rdocumentation.org/packages/psych/versions/2.1.9/topics/bfi",{"_index":10412,"title":{},"content":{"A Factor Analysis For Dummies in R":{}},"tags":{}}],["datatypes.html#tupl",{"_index":1028,"title":{},"content":{"undefined":{}},"tags":{}}],["datatypes](http://www.diveintopython3.net/n",{"_index":1027,"title":{},"content":{"undefined":{}},"tags":{}}],["datavi",{"_index":8318,"title":{},"content":{},"tags":{"The Decline of Battery Life":{},"Water Levels As Public Data":{},"Natural Gas Prices and The Energy Market":{},"Visualizing Personal Data Takeouts":{},"Water Usage and Prices":{}}}],["date",{"_index":482,"title":{"Expiry Dates On Journals":{}},"content":{"undefined":{},"Integration Testing with SQLite":{},"Journaling in practice":{},"Productivity Tools on all platforms":{},"Five reasons why agile and academia don't go together":{},"Programming on the Apple M1 Silicon":{},"Teaching students about coding trends":{},"Re: Is collecting physical games worth it?":{},"Book Number Fourteen":{},"Exporting Goodreads to Obsidian":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"Don't Expose The Stacktrace Please!":{},"Freshly Baked Thoughts":{}},"tags":{}}],["date_format(dates.startdate,'%d/%m",{"_index":11717,"title":{},"content":{"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["dates.event_id",{"_index":11725,"title":{},"content":{"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["dates.startd",{"_index":11731,"title":{},"content":{"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["datetim",{"_index":1717,"title":{},"content":{"Integration Testing with SQLite":{}},"tags":{}}],["datetimeformat",{"_index":1712,"title":{},"content":{"Integration Testing with SQLite":{}},"tags":{}}],["daughter",{"_index":5935,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["daughterboard",{"_index":5906,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["daunt",{"_index":2483,"title":{},"content":{"How to teach kids to program":{},"A Ph.D. Thesis: Iteration 2":{},"Minimalism and Tidying Up":{},"Thoughts On Home NAS Systems":{}},"tags":{}}],["dave",{"_index":11875,"title":{},"content":{"On Learning A New (Programming) Language":{}},"tags":{}}],["david",{"_index":2815,"title":{},"content":{"Journaling in practice":{},"Nuts about local nuts":{},"Boeken die mij gevormd hebben tot wie ik ben":{},"Using Pandoc to publish a book":{},"Thoughts on Bullshit Jobs":{},"Re: Is collecting physical games worth it?":{},"Rules of a Creator's Life":{},"On Selling a Self-published Book":{},"Thirty-Six":{},"On Learning A New (Programming) Language":{}},"tags":{}}],["dawn",{"_index":6771,"title":{},"content":{"The insanity of collecting retro games":{}},"tags":{}}],["day",{"_index":1,"title":{"Ending your day with happy thoughts":{}},"content":{"Ending your day with happy thoughts":{},"On finding your inner zen in big cities":{},"Learning to become a baker":{},"Bye autotools hello Scons":{},"Faking domain logic":{},"Teaching yourself to draw":{},"Are you handing over enough when inspiring someone?":{},"How to teach kids to program":{},"A samurai learning mindset":{},"Healing creative scars":{},"Inventing - for the worse?":{},"Hiding Code Complexity":{},"Take your time.":{},"Concentrating on serendipitous creativity":{},"Death to pseudocode?":{},"Teaching Object-Oriented design using the GBA":{},"Programming: a Creative Cognitive Process":{},"Five reasons why agile and academia don't go together":{},"Tracking and privacy concerns on websites":{},"An am486 Performance Analysis":{},"486 Upgrade 1: Sound Blaster 16":{},"Personal Desktop Screenshots of Olde":{},"Programming on the Apple M1 Silicon":{},"The Productive Programmer on Mac":{},"You Shouldn't Use Spotify":{},"Getting rid of trackers using LineageOS":{},"Discord killed support for WinXP":{},"Exploring the Go programming language":{},"Stop limiting yourself to JS in browsers":{},"The first Dutch Obsidian meetup":{},"Using Hugo to Launch a Gemini Capsule":{},"Moon Logic":{},"Nineties collecting nostalgia":{},"Social Debt in Development Teams":{},"Belgium - Portugal: 5 - 2":{},"Flea Market Season":{},"Software Engineering Is Not Engineering":{},"Book Number Fourteen":{},"The Decline of Battery Life":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Are You In The System Yet, Sir?":{},"Favorite Game Meme":{},"The HP Sprocket Mini Printer":{},"Parking Machines Design Mistakes":{},"Ditch Scrum, Organize As You See Fit":{},"The Lost Art of Being Lost":{},"The Emperor of Lists":{},"Exporting Goodreads to Obsidian":{},"How Not To Do A Remaster":{},"Where Does It Stop?":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Technical Knowledge Brews Creativity":{},"December 2021 In Review":{},"Why I Play Games (And So Should You)":{},"Woke in Class":{},"On Trying To Sell A Laptop":{},"My Retrocomputing Projects For 2022":{},"What a Night Cam Is Good For":{},"Cool Things People Do With Their Blogs":{},"March 2022 In Review":{},"April 2022 In Review":{},"Don't Expose The Stacktrace Please!":{},"Drought":{},"My Programming Language Odyssey":{},"On Commuting By Bike":{},"The Life Lessons of Bonnie":{},"From Mood Board To Mood Mugs":{},"May 2022 In Review":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["day\"_",{"_index":8884,"title":{},"content":{"Favorite Game Meme":{}},"tags":{}}],["day(",{"_index":12177,"title":{},"content":{"June 2022 In Review":{}},"tags":{}}],["day/galleri",{"_index":8650,"title":{},"content":{"Pinball Machines in a Jenever Museum":{}},"tags":{}}],["day_",{"_index":11679,"title":{},"content":{"April 2022 In Review":{}},"tags":{}}],["dayz_",{"_index":10852,"title":{},"content":{"Once Upon a Time in Shaolin":{}},"tags":{}}],["db",{"_index":1653,"title":{},"content":{"Integration Testing with SQLite":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Migrating from Mailchimp to Listmonk":{}},"tags":{}}],["db::select(\"select",{"_index":11713,"title":{},"content":{"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["db](https://docs.google.com/spreadsheets/d/1lvf9noamklecphr_saa48m7suxitwii72ghrcw0wpnu/edit#gid=0",{"_index":5771,"title":{},"content":{"An am486 Performance Analysis":{}},"tags":{}}],["dbconfigurationmock",{"_index":1729,"title":{},"content":{"Metaprogramming instead of duplication":{}},"tags":{}}],["dc00",{"_index":11568,"title":{},"content":{"Password Hacking Sylvester & Tweety: Breakfast on the Run":{}},"tags":{}}],["ddd",{"_index":4305,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["ddl",{"_index":1722,"title":{},"content":{"Integration Testing with SQLite":{}},"tags":{}}],["ddr",{"_index":6086,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{},"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["ddr2",{"_index":6089,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{}},"tags":{}}],["ddr3",{"_index":6122,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{},"The Decline of Battery Life":{}},"tags":{}}],["de",{"_index":606,"title":{"Over de inflatie van intellect":{},"De zin en onzin van conferenties":{}},"content":{"undefined":{},"2017 in books":{},"Over entropie":{},"Over het introduceren van bedrijfsethiek":{},"A Ph.D. Thesis Proposal":{},"Over de inflatie van intellect":{},"Over tijdsbesef":{},"Boeken die mij gevormd hebben tot wie ik ben":{},"Over analoog en digitaal":{},"De zin en onzin van conferenties":{},"Over Onmiddellijke Voldoening":{},"The first Dutch Obsidian meetup":{},"The Fridge, Your Inoculation Room":{},"A Triumph For Blogging":{},"Constraint-based Creativity":{},"Migrating from Mailchimp to Listmonk":{},"Seneca on How to Live":{},"December 2021 In Review":{},"Water Usage and Prices":{},"Academic Lineage":{},"February 2022 In Review":{},"March 2022 In Review":{},"April 2022 In Review":{},"Drought":{}},"tags":{}}],["de'bardi",{"_index":9081,"title":{},"content":{"Collective Creativity":{}},"tags":{}}],["dead",{"_index":3176,"title":{},"content":{"Take your time.":{},"Building an Athlon Windows 98 Retro PC":{},"Reducing Workflow Load Facilitates Writing":{},"On Selling a Self-published Book":{},"A 5.25\" Gobliins 2 Surprise":{},"Migrating from Mailchimp to Listmonk":{},"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["dead[^dead",{"_index":6173,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["deadli",{"_index":2664,"title":{},"content":{"Healing creative scars":{}},"tags":{}}],["deadlin",{"_index":9169,"title":{},"content":{"Ever-increasing Work Email Spam":{}},"tags":{}}],["deal",{"_index":6556,"title":{},"content":{"RSS Feeds, Hugo, and Lazy Image Loading":{},"The Fridge, Your Inoculation Room":{},"Ever-increasing Work Email Spam":{},"Questionable Game Publishing Methods":{},"Wax Seals And Snail Mail":{},"Drought":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["dealer",{"_index":9092,"title":{},"content":{"Collective Creativity":{},"A Decision Tree For Buying Retro Gaming Handhelds":{}},"tags":{}}],["deals](/post/2021/06/whi",{"_index":7720,"title":{},"content":{"Flea Market Season":{}},"tags":{}}],["death",{"_index":3253,"title":{"Death to pseudocode?":{},"The Death Of The Nike+ SportWatch":{}},"content":{"Belgium - Portugal: 5 - 2":{},"What if Seneca wasn't Nero's advisor?":{},"Thirty-Six":{},"The Emperor of Lists":{},"November 2021 Meta Post":{},"Technical Knowledge Brews Creativity":{},"Winnie Lim on Rebuilding Oneself":{},"A Personal Intro To Gentle Hip-Hop":{},"March 2022 In Review":{},"None Of My Best Friends Are Content Creators":{}},"tags":{}}],["death'",{"_index":10035,"title":{},"content":{"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["death](https://jefklakscodex.com/games/flip",{"_index":10079,"title":{},"content":{"November 2021 Meta Post":{}},"tags":{}}],["deb",{"_index":2103,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{}},"tags":{}}],["debacl",{"_index":7088,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["debandjesfabriek.nl](https://www.debandjesfabriek.nl/shop/norelco",{"_index":11808,"title":{},"content":{"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["debat",{"_index":7087,"title":{},"content":{"Teaching students about coding trends":{},"Collective Creativity":{},"Creative Critical Thinking":{},"Technical Knowledge Brews Creativity":{},"Once Upon a Time in Shaolin":{},"Creativity Equals Messy Code?":{}},"tags":{}}],["debates[^rm",{"_index":7255,"title":{},"content":{"Stop limiting yourself to JS in browsers":{}},"tags":{}}],["deborah",{"_index":7619,"title":{},"content":{"Academese Gems":{}},"tags":{}}],["debt",{"_index":7568,"title":{"Social Debt in Development Teams":{}},"content":{"Social Debt in Development Teams":{},"Academese Gems":{}},"tags":{}}],["debt_",{"_index":7571,"title":{},"content":{"Social Debt in Development Teams":{}},"tags":{}}],["debug",{"_index":1215,"title":{},"content":{"undefined":{},"Unit testing in Legacy Projects: VB6":{},"A Decade in the Software Engineering industry":{},"Teaching Object-Oriented design using the GBA":{},"Hugo Extended: More static site processing power!":{},"Getting rid of trackers using LineageOS":{},"Apple's App Store Design Mistake":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["debug.writeline(george.isold",{"_index":4313,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["debugg",{"_index":11579,"title":{},"content":{"Password Hacking Sylvester & Tweety: Breakfast on the Run":{}},"tags":{}}],["debunk",{"_index":5723,"title":{},"content":{"Thoughts on collaboration in education":{}},"tags":{}}],["decad",{"_index":4389,"title":{"A Decade in the Software Engineering industry":{}},"content":{"Misconceptions about retro gamers":{},"Collective Creativity":{},"Thoughts On Home NAS Systems":{},"May 2022 In Review":{},"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["deceit",{"_index":9510,"title":{},"content":{"Creative Critical Thinking":{}},"tags":{}}],["decemb",{"_index":8196,"title":{"December 2021 In Review":{}},"content":{"On Tea Prices":{},"Allspice Is Not All Spice":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"The Monthly Retro Screenshot Guessing Quiz":{},"November 2021 Meta Post":{},"December 2021 In Review":{},"Natural Gas Prices and The Energy Market":{},"January 2022 In Review":{}},"tags":{}}],["decennium",{"_index":3722,"title":{},"content":{"A Ph.D. Thesis Proposal":{}},"tags":{}}],["decent",{"_index":428,"title":{},"content":{"No, vegetarians do not eat fish!":{},"Development principles in cooking":{},"An am486 Performance Analysis":{},"A journey through the history of webdesign":{},"Building an Athlon Windows 98 Retro PC":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"My Retro Desk/Gaming Setup in 2021":{},"Exploring the Go programming language":{},"Host your own webmention receiver":{},"Why I Play Games (And So Should You)":{},"Thoughts On Home NAS Systems":{},"How To Stream Your Own Music: Reprise":{},"Leuchtturm Notebook Paper Quality":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["decentr",{"_index":6519,"title":{},"content":{"Digitizing journals using DEVONthink":{},"Why Mastodon Isn't Great For Serendipity":{},"Give Up GitHub!":{}},"tags":{}}],["decept",{"_index":4961,"title":{},"content":{"Programming: a Creative Cognitive Process":{},"Creativity Equals Messy Code?":{}},"tags":{}}],["decibel",{"_index":3159,"title":{},"content":{"Take your time.":{}},"tags":{}}],["decid",{"_index":1011,"title":{},"content":{"Learning to become a baker":{},"Unit Testing Extjs UI with Siesta":{},"Unit testing in Legacy Projects: VB6":{},"Are you handing over enough when inspiring someone?":{},"Hiding Code Complexity":{},"Computer Science learning pathways":{},"Unit Testing PicoBlaze Assembly files":{},"Teaching Object-Oriented design using the GBA":{},"Page Building with Brizy in Wordpress":{},"Using Pandoc to publish a book":{},"Reviving an old 80486 PC":{},"A journey through the history of webdesign":{},"Building a Core2Duo Windows XP Retro PC":{},"Personal Desktop Screenshots of Olde":{},"The Productive Programmer on Mac":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Teaching students about coding trends":{},"Discord killed support for WinXP":{},"Using Hugo to Launch a Gemini Capsule":{},"A Note About Footnotes":{},"Collective Creativity":{},"Dear Student":{},"Ditch Scrum, Organize As You See Fit":{},"Very Old and Somewhat Old Mood Boards":{},"How Not To Do A Remaster":{},"Migrating from Mailchimp to Listmonk":{},"Dark Age of Camelot in 2022":{},"Natural Gas Prices and The Energy Market":{},"Woke in Class":{},"How to setup Pi-Hole on a Synology NAS":{},"January 2022 In Review":{},"On Trying To Sell A Laptop":{},"Thoughts On Home NAS Systems":{},"Visualizing Personal Data Takeouts":{},"A Personal Intro To Rough Hip-Hop":{},"March 2022 In Review":{},"The Death Of The Nike+ SportWatch":{},"Wax Seals And Snail Mail":{},"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["deciph",{"_index":11167,"title":{},"content":{"An Ad Leaflet QR Design Mistake":{}},"tags":{}}],["decis",{"_index":1941,"title":{"A Decision Tree For Buying Retro Gaming Handhelds":{}},"content":{"Faking domain logic":{},"Are you handing over enough when inspiring someone?":{},"Computer Science learning pathways":{},"Thoughts on collaboration in education":{},"486 Upgrade 2: The SD Card HDD":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Software Engineering Is Not Engineering":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Ditch Scrum, Organize As You See Fit":{},"How Not To Do A Remaster":{},"2021 Donations":{},"Dark Age of Camelot in 2022":{},"The Creative Techniques Toolbox":{},"Fighting Webmention And Pingback Spam":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"May 2022 In Review":{}},"tags":{}}],["deck",{"_index":8539,"title":{},"content":{"Emotional Magic":{}},"tags":{}}],["declar",{"_index":646,"title":{},"content":{"undefined":{},"Unit Testing Stored Procedures":{},"On Manuscript Review Procedures":{},"Software Engineering Is Not Engineering":{},"Creativity Self-Assessment Is Nonsense":{},"The HP Sprocket Mini Printer":{},"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["declareert",{"_index":637,"title":{},"content":{"undefined":{}},"tags":{}}],["declareren",{"_index":1103,"title":{},"content":{"undefined":{}},"tags":{}}],["declin",{"_index":8276,"title":{"The Decline of Battery Life":{}},"content":{"Sparking Conversations at Conferences":{}},"tags":{}}],["declining](https://mmo",{"_index":10295,"title":{},"content":{"Dark Age of Camelot in 2022":{}},"tags":{}}],["decod",{"_index":10194,"title":{},"content":{"Three Little GameCube Mods":{},"How to setup Pi-Hole on a Synology NAS":{},"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["decoder.charsetread",{"_index":11477,"title":{},"content":{"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["decomposit",{"_index":9535,"title":{},"content":{"Creative Critical Thinking":{}},"tags":{}}],["decor",{"_index":436,"title":{},"content":{"No, vegetarians do not eat fish!":{},"undefined":{},"Custom Webdriver Page Factories":{},"Designing websites with accessibility in mind":{},"Very Old and Somewhat Old Mood Boards":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Dark Age of Camelot in 2022":{},"Minimalism and Tidying Up":{},"Leuchtturm Notebook Paper Quality":{},"From Mood Board To Mood Mugs":{}},"tags":{}}],["decoreren",{"_index":780,"title":{},"content":{"undefined":{}},"tags":{}}],["decreas",{"_index":9118,"title":{},"content":{"Dear Student":{},"Constraint-based Creativity":{}},"tags":{}}],["decronstruct",{"_index":3308,"title":{},"content":{"Thinking in terms of objects":{}},"tags":{}}],["decyph",{"_index":9194,"title":{},"content":{"Very Old and Somewhat Old Mood Boards":{}},"tags":{}}],["dedic",{"_index":3273,"title":{},"content":{"Death to pseudocode?":{},"Project Warlock: About Perseverance":{},"The Internet Killed Secrets in Games":{},"Academese Gems":{},"How Much Should I Spend On Magic The Gathering":{},"On Tea Prices":{},"20 Years of Personal Cellphone History":{},"Favorite Game Meme":{},"Ditch Scrum, Organize As You See Fit":{},"Three Little GameCube Mods":{}},"tags":{}}],["deduc",{"_index":11605,"title":{},"content":{"True Backlink Support in Hugo":{}},"tags":{}}],["deduct",{"_index":3311,"title":{},"content":{"Thinking in terms of objects":{}},"tags":{}}],["deed",{"_index":10159,"title":{},"content":{"Technical Knowledge Brews Creativity":{}},"tags":{}}],["deel",{"_index":1143,"title":{},"content":{"undefined":{},"A Ph.D. Thesis Proposal":{},"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["deem",{"_index":9192,"title":{},"content":{"Very Old and Somewhat Old Mood Boards":{}},"tags":{}}],["deep",{"_index":1852,"title":{},"content":{"Bye autotools hello Scons":{},"Development principles in cooking":{},"Hiding Code Complexity":{},"Concentrating on serendipitous creativity":{},"The Internet Killed Secrets in Games":{},"My Retro Desk/Gaming Setup in 2021":{},"Exploring the Go programming language":{},"Academese Gems":{},"Software Engineering Is Not Engineering":{},"Emotional Magic":{},"Pinball Machines in a Jenever Museum":{},"A Triumph For Blogging":{},"The Lost Art of Being Lost":{},"A Personal Intro To Rough Hip-Hop":{},"Teaching Software Engineering Is Still Done Wrong":{}},"tags":{}}],["deep]/awhil",{"_index":11833,"title":{},"content":{"My Programming Language Odyssey":{}},"tags":{}}],["deeper",{"_index":8554,"title":{},"content":{"Kotlin Is Java 2.0, But It's Still Java":{},"Favorite Game Meme":{},"Winnie Lim on Rebuilding Oneself":{},"Choosing an Audio Codec":{},"Expiry Dates On Journals":{}},"tags":{}}],["deepli",{"_index":1935,"title":{},"content":{"Faking domain logic":{},"Re: Writing A Book Is Nonesense":{},"Winnie Lim on Rebuilding Oneself":{},"February 2022 In Review":{},"Drought":{}},"tags":{}}],["def",{"_index":1039,"title":{},"content":{"undefined":{},"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["default",{"_index":569,"title":{},"content":{"undefined":{},"Visual Studio 2012 for Eclipse users":{},"Enhancing the builder pattern with closures":{},"Migrating from Extjs to React gradually":{},"DIY: Hosting stuff on your own VPS":{},"Reviving an old 80486 PC":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"YouTube Play Image Links in Hugo":{},"Reducing Workflow Load Facilitates Writing":{},"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["default.aspxbrain",{"_index":5510,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["footnot",{"_index":8778,"title":{"A Note About Footnotes":{}},"content":{"A Note About Footnotes":{},"Ditch Scrum, Organize As You See Fit":{}},"tags":{}}],["footnote_",{"_index":8783,"title":{},"content":{"A Note About Footnotes":{}},"tags":{}}],["for(int",{"_index":515,"title":{},"content":{"undefined":{},"Death to pseudocode?":{}},"tags":{}}],["for(var",{"_index":863,"title":{},"content":{"undefined":{}},"tags":{}}],["for](https://www.jenevermuseum.b",{"_index":8629,"title":{},"content":{"Pinball Machines in a Jenever Museum":{}},"tags":{}}],["foray",{"_index":4630,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["forbid",{"_index":9506,"title":{},"content":{"Creative Critical Thinking":{}},"tags":{}}],["forbidden",{"_index":3158,"title":{},"content":{"Take your time.":{}},"tags":{}}],["forc",{"_index":3127,"title":{},"content":{"Hiding Code Complexity":{},"An am486 Performance Analysis":{},"Digitizing journals using DEVONthink":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Lousy Wordpress Hacking Attempts detected":{},"Moon Logic":{},"What if Seneca wasn't Nero's advisor?":{},"Technical Knowledge Brews Creativity":{},"The Creative Techniques Toolbox":{},"On Trying To Sell A Laptop":{},"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["forcefulli",{"_index":9762,"title":{},"content":{"Where Does It Stop?":{}},"tags":{}}],["forceren",{"_index":1390,"title":{},"content":{"undefined":{}},"tags":{}}],["ford",{"_index":6581,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["ford'",{"_index":4336,"title":{},"content":{"Productivity Tools on all platforms":{},"The Productive Programmer on Mac":{}},"tags":{}}],["ford gba",{"_index":4813,"title":{},"content":{"Teaching Object-Oriented design using the GBA":{}},"tags":{}}],["github](https://github.com/wgroeneveld/jam",{"_index":7959,"title":{},"content":{"YouTube Play Image Links in Hugo":{}},"tags":{}}],["github](https://githut.info",{"_index":7106,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["githut'",{"_index":7105,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["gitlab",{"_index":3570,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{},"Give Up GitHub!":{}},"tags":{}}],["give",{"_index":70,"title":{"Give Up GitHub!":{}},"content":{"Ending your day with happy thoughts":{},"No, vegetarians do not eat fish!":{},"Unit testing in Legacy Projects: VB6":{},"Are you handing over enough when inspiring someone?":{},"A samurai learning mindset":{},"I'm jealous of my dog":{},"Hiding Code Complexity":{},"Death to pseudocode?":{},"Thinking in terms of objects":{},"Productivity Tools on all platforms":{},"A Decade in the Software Engineering industry":{},"A Ph.D. Thesis: Iteration 2":{},"Hugo Extended: More static site processing power!":{},"Project Warlock: About Perseverance":{},"ITiCSE 2020: A Report":{},"Tracking and privacy concerns on websites":{},"486 Upgrade 2: The SD Card HDD":{},"The Internet Killed Secrets in Games":{},"Teaching students about coding trends":{},"Discord killed support for WinXP":{},"Software Engineering Is Not Engineering":{},"Apple's App Store Design Mistake":{},"The Fridge, Your Inoculation Room":{},"Pinball Machines in a Jenever Museum":{},"Collective Creativity":{},"Dear Student":{},"Power Usage Effectiveness":{},"2021 Donations":{},"Migrating from Mailchimp to Listmonk":{},"The Monthly Retro Screenshot Guessing Quiz":{},"November 2021 Meta Post":{},"Why Mastodon Isn't Great For Serendipity":{},"Generating a Blogroll With OPML in Hugo":{},"Woke in Class":{},"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{},"Academic Lineage":{},"Expiry Dates On Journals":{},"How To Stream Your Own Music: Reprise":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"Fighting Webmention And Pingback Spam":{},"March 2022 In Review":{},"None Of My Best Friends Are Content Creators":{},"The Death Of The Nike+ SportWatch":{},"On Learning A New (Programming) Language":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"June 2022 In Review":{}},"tags":{"Are you handing over enough when inspiring someone?":{}}}],["given",{"_index":1431,"title":{},"content":{"undefined":{},"Enhancing the builder pattern with closures":{},"Are you handing over enough when inspiring someone?":{},"Death to pseudocode?":{},"Programming: a Creative Cognitive Process":{},"ITiCSE 2020: A Report":{},"The Pilot Capless: a stellar stealth pen":{},"What if Seneca wasn't Nero's advisor?":{},"Emotional Magic":{},"2021 Donations":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Why I Play Games (And So Should You)":{},"My Retrocomputing Projects For 2022":{},"Thoughts On Home NAS Systems":{}},"tags":{}}],["giver",{"_index":9492,"title":{},"content":{"Creative Critical Thinking":{}},"tags":{}}],["giveupgithub.org",{"_index":12154,"title":{},"content":{"Give Up GitHub!":{}},"tags":{}}],["giving](/img/sharing.png",{"_index":2412,"title":{},"content":{"Are you handing over enough when inspiring someone?":{}},"tags":{}}],["glad",{"_index":265,"title":{},"content":{"On finding your inner zen in big cities":{},"3D Software Rendering on the GBA":{},"The first Dutch Obsidian meetup":{},"Flea Market Season":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Leuchtturm Notebook Paper Quality":{}},"tags":{}}],["glanc",{"_index":7229,"title":{},"content":{"Exploring the Go programming language":{},"A Note About Footnotes":{},"Re: Writing A Book Is Nonesense":{}},"tags":{}}],["glancaebl",{"_index":9571,"title":{},"content":{"The Emperor of Lists":{}},"tags":{}}],["glasheld",{"_index":5040,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["glass",{"_index":7782,"title":{"My Kotlin Rose-Tinted Glasses Broke":{}},"content":{"Misconceptions about retro gamers":{},"My Kotlin Rose-Tinted Glasses Broke":{},"Very Old and Somewhat Old Mood Boards":{},"From Mood Board To Mood Mugs":{}},"tags":{}}],["glide",{"_index":6694,"title":{},"content":{"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"tags":{}}],["global",{"_index":3023,"title":{},"content":{"Inventing - for the worse?":{},"Hugo Extended: More static site processing power!":{},"The insanity of collecting retro games":{},"Power Usage Effectiveness":{},"The Creative Techniques Toolbox":{},"Creativity Equals Messy Code?":{},"Cool Things People Do With Their Blogs":{},"Give Up GitHub!":{}},"tags":{}}],["global.asaxbla",{"_index":5504,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["headland",{"_index":10041,"title":{},"content":{"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["headlin",{"_index":9743,"title":{},"content":{"How Not To Do A Remaster":{},"Why Mastodon Isn't Great For Serendipity":{}},"tags":{}}],["heal",{"_index":2638,"title":{"Healing creative scars":{}},"content":{"Journaling in practice":{}},"tags":{}}],["health",{"_index":8443,"title":{},"content":{"Accidental Discovery By Bike: Fietsknooppunten":{},"The Creative Techniques Toolbox":{},"Why I Play Games (And So Should You)":{},"An Ad Leaflet QR Design Mistake":{}},"tags":{}}],["healthi",{"_index":8971,"title":{},"content":{"Parking Machines Design Mistakes":{},"A Treatise on Leavened Waffles":{},"Why I Play Games (And So Should You)":{}},"tags":{}}],["heap",{"_index":2009,"title":{},"content":{".NET Memory management VS JVM Memory management":{},"Unit testing in Legacy Projects: VB6":{}},"tags":{}}],["hear",{"_index":350,"title":{},"content":{"No, vegetarians do not eat fish!":{},"Teaching yourself to draw":{},"How to teach kids to program":{},"Favorite Game Meme":{},"Dear Student":{},"Minimalism and Tidying Up":{},"Choosing an Audio Codec":{}},"tags":{}}],["heard",{"_index":1310,"title":{},"content":{"Unit Testing Stored Procedures":{},"Digitizing journals using DEVONthink":{},"You Shouldn't Use Spotify":{},"The Pilot Capless: a stellar stealth pen":{}},"tags":{}}],["heart",{"_index":8192,"title":{},"content":{"On Tea Prices":{},"Rules of a Creator's Life":{},"Favorite Game Meme":{},"Questionable Game Publishing Methods":{}},"tags":{}}],["heat",{"_index":6106,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{},"The Fridge, Your Inoculation Room":{},"Power Usage Effectiveness":{},"Constraint-based Creativity":{},"Natural Gas Prices and The Energy Market":{},"Water Usage and Prices":{}},"tags":{}}],["heaven",{"_index":1513,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["heavi",{"_index":1995,"title":{},"content":{".NET Memory management VS JVM Memory management":{},"Unit Testing Extjs UI with Siesta":{},"Computer Science learning pathways":{},"Programming: a Creative Cognitive Process":{},"The Pilot Capless: a stellar stealth pen":{},"YouTube Play Image Links in Hugo":{},"Water Levels As Public Data":{},"20 Years of Personal Cellphone History":{},"Dear Student":{},"Power Usage Effectiveness":{},"Creative Critical Thinking":{},"Technical Knowledge Brews Creativity":{},"January 2022 In Review":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"From Mood Board To Mood Mugs":{}},"tags":{}}],["heavier",{"_index":7509,"title":{},"content":{"Nineties collecting nostalgia":{}},"tags":{}}],["heavili",{"_index":1364,"title":{},"content":{"undefined":{},"Productivity Tools on all platforms":{},"How Much Should I Spend On Magic The Gathering":{},"The Decline of Battery Life":{},"What if Seneca wasn't Nero's advisor?":{},"A Treatise on Leavened Waffles":{},"How To Enjoy Your Own Digital Music":{},"On Trying To Sell A Laptop":{},"June 2022 In Review":{}},"tags":{}}],["heavyweight",{"_index":2048,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{},"Teaching by philosophy":{},"Programming on the Apple M1 Silicon":{},"Ditch Scrum, Organize As You See Fit":{},"Ever-increasing Work Email Spam":{},"Give Up GitHub!":{},"June 2022 In Review":{}},"tags":{}}],["heb",{"_index":643,"title":{},"content":{"undefined":{},"A Ph.D. Thesis Proposal":{},"Over de inflatie van intellect":{},"Boeken die mij gevormd hebben tot wie ik ben":{},"Over analoog en digitaal":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["hebben",{"_index":3479,"title":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"content":{"Over entropie":{},"A Ph.D. Thesis Proposal":{},"Over de inflatie van intellect":{},"Over tijdsbesef":{},"Boeken die mij gevormd hebben tot wie ik ben":{},"De zin en onzin van conferenties":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["hebt",{"_index":4149,"title":{},"content":{"Over tijdsbesef":{},"Over analoog en digitaal":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["heck",{"_index":6428,"title":{},"content":{"Programming on the Apple M1 Silicon":{},"How to write academic papers in Markdown":{},"A 5.25\" Gobliins 2 Surprise":{}},"tags":{}}],["hector",{"_index":11571,"title":{},"content":{"Password Hacking Sylvester & Tweety: Breakfast on the Run":{}},"tags":{}}],["heden",{"_index":4294,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["hedendaags",{"_index":3964,"title":{},"content":{"Over de inflatie van intellect":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["hedgehog",{"_index":68,"title":{},"content":{"Ending your day with happy thoughts":{}},"tags":{}}],["heeft",{"_index":489,"title":{},"content":{"undefined":{},"Over tijdsbesef":{},"Boeken die mij gevormd hebben tot wie ik ben":{},"Over analoog en digitaal":{}},"tags":{}}],["heel",{"_index":1073,"title":{},"content":{"undefined":{},"Over het introduceren van bedrijfsethiek":{},"Over tijdsbesef":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["heelal",{"_index":3481,"title":{},"content":{"Over entropie":{}},"tags":{}}],["heen",{"_index":1227,"title":{},"content":{"undefined":{},"Over de inflatie van intellect":{}},"tags":{}}],["hefti",{"_index":5569,"title":{},"content":{"ITiCSE 2020: A Report":{},"A 5.25\" Gobliins 2 Surprise":{}},"tags":{}}],["hegel",{"_index":8399,"title":{},"content":{"What if Seneca wasn't Nero's advisor?":{}},"tags":{}}],["hegel'",{"_index":12008,"title":{},"content":{"May 2022 In Review":{}},"tags":{}}],["heiddeg",{"_index":8400,"title":{},"content":{"What if Seneca wasn't Nero's advisor?":{}},"tags":{}}],["height",{"_index":2707,"title":{},"content":{"A quick look at 6 fountain pens":{}},"tags":{}}],["height='16'>fe",{"_index":12249,"title":{},"content":{"Freshly Baked Thoughts":{}},"tags":{}}],["heijn",{"_index":8825,"title":{},"content":{"Are You In The System Yet, Sir?":{}},"tags":{}}],["hel",{"_index":4299,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["helaa",{"_index":3962,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["held",{"_index":6183,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{},"Water Levels As Public Data":{},"What if Seneca wasn't Nero's advisor?":{},"Collective Creativity":{}},"tags":{}}],["hele",{"_index":1151,"title":{},"content":{"undefined":{},"Over tijdsbesef":{}},"tags":{}}],["helema",{"_index":4541,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["helft",{"_index":3873,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["helicopt",{"_index":9730,"title":{},"content":{"How Not To Do A Remaster":{}},"tags":{}}],["hell",{"_index":1957,"title":{},"content":{"Faking domain logic":{},"Digitizing journals using DEVONthink":{},"Teaching students about coding trends":{},"Pinball Machines in a Jenever Museum":{},"A Treatise on Leavened Waffles":{},"On Commuting By Bike":{}},"tags":{}}],["hell_",{"_index":4777,"title":{},"content":{"Teaching Object-Oriented design using the GBA":{}},"tags":{}}],["hellen",{"_index":9434,"title":{},"content":{"Constraint-based Creativity":{}},"tags":{}}],["hello",{"_index":1130,"title":{"Bye autotools hello Scons":{}},"content":{"undefined":{},"How to write academic papers in Markdown":{},"Exploring the Go programming language":{},"Cheese cheese cheese cheese cheese":{},"On Trying To Sell A Laptop":{}},"tags":{}}],["help",{"_index":149,"title":{},"content":{"Ending your day with happy thoughts":{},"Unit Testing Stored Procedures":{},"Bye autotools hello Scons":{},"Unit Testing Extjs UI with Siesta":{},"Teaching yourself to draw":{},"Healing creative scars":{},"Nuts about local nuts":{},"Take your time.":{},"Concentrating on serendipitous creativity":{},"Computer Science learning pathways":{},"A Decade in the Software Engineering industry":{},"Programming: a Creative Cognitive Process":{},"Page Building with Brizy in Wordpress":{},"Using Pandoc to publish a book":{},"Project Warlock: About Perseverance":{},"3D Software Rendering on the GBA":{},"Thoughts on collaboration in education":{},"Personal Desktop Screenshots of Olde":{},"The Internet Killed Secrets in Games":{},"How to write academic papers in Markdown":{},"The IndieWeb Mixed Bag":{},"Academese Gems":{},"Water Levels As Public Data":{},"Cheese cheese cheese cheese cheese":{},"My Kotlin Rose-Tinted Glasses Broke":{},"Parking Machines Design Mistakes":{},"A Triumph For Blogging":{},"Dear Student":{},"2021 Donations":{},"Seneca on How to Live":{},"Natural Gas Prices and The Energy Market":{},"Why I Play Games (And So Should You)":{},"Winnie Lim on Rebuilding Oneself":{},"Woke in Class":{},"2021 Year In Review":{},"How To Enjoy Your Own Digital Music":{},"A Personal Intro To Gentle Hip-Hop":{},"Academic Lineage":{},"Choosing an Audio Codec":{},"Expiry Dates On Journals":{},"Fighting Webmention And Pingback Spam":{},"Drought":{},"My Programming Language Odyssey":{},"On Learning A New (Programming) Language":{},"Teaching Software Engineering Is Still Done Wrong":{},"May 2022 In Review":{}},"tags":{}}],["hem",{"_index":4492,"title":{},"content":{"Over analoog en digitaal":{},"De zin en onzin van conferenties":{}},"tags":{}}],["henc",{"_index":3712,"title":{},"content":{"A Ph.D. Thesis Proposal":{},"Five reasons why agile and academia don't go together":{},"What is Creativity in Software Engineering?":{},"Discord killed support for WinXP":{},"The Fridge, Your Inoculation Room":{},"Creativity Equals Messy Code?":{}},"tags":{}}],["henri",{"_index":9832,"title":{},"content":{"A Creative State of Mind":{}},"tags":{}}],["henriqu",{"_index":11393,"title":{},"content":{"Cool Things People Do With Their Blogs":{}},"tags":{}}],["heraldri",{"_index":11412,"title":{},"content":{"Cool Things People Do With Their Blogs":{}},"tags":{}}],["herb",{"_index":2613,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["herbruikt",{"_index":1059,"title":{},"content":{"undefined":{}},"tags":{}}],["here",{"_index":182,"title":{},"content":{"On finding your inner zen in big cities":{},"No, vegetarians do not eat fish!":{},"undefined":{},"Visual Studio 2012 for Eclipse users":{},"Enhancing the builder pattern with closures":{},".NET Memory management VS JVM Memory management":{},"Development principles in cooking":{},"Nuts about local nuts":{},"Inventing - for the worse?":{},"2017 in books":{},"Take your time.":{},"Teaching by philosophy":{},"Computer Science learning pathways":{},"Hugo Extended: More static site processing power!":{},"Using Pandoc to publish a book":{},"Designing websites with accessibility in mind":{},"ITiCSE 2020: A Report":{},"An am486 Performance Analysis":{},"486 Upgrade 2: The SD Card HDD":{},"A journey through the history of webdesign":{},"The Internet Killed Secrets in Games":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Programming on the Apple M1 Silicon":{},"Digitizing journals using DEVONthink":{},"The Productive Programmer on Mac":{},"My Retro Desk/Gaming Setup in 2021":{},"You Shouldn't Use Spotify":{},"Exploring the AlterNet":{},"Getting rid of trackers using LineageOS":{},"Nineties collecting nostalgia":{},"Re: Is collecting physical games worth it?":{},"Academese Gems":{},"Misconceptions about retro gamers":{},"Apple's App Store Design Mistake":{},"Double-dipping and Market Prices":{},"The Fridge, Your Inoculation Room":{},"The Decline of Battery Life":{},"Water Levels As Public Data":{},"What if Seneca wasn't Nero's advisor?":{},"Are You In The System Yet, Sir?":{},"Creativity Self-Assessment Is Nonsense":{},"Favorite Game Meme":{},"Dear Student":{},"Ditch Scrum, Organize As You See Fit":{},"Ever-increasing Work Email Spam":{},"A Treatise on Leavened Waffles":{},"How Not To Do A Remaster":{},"Where Does It Stop?":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Why Mastodon Isn't Great For Serendipity":{},"Generating a Blogroll With OPML in Hugo":{},"A Factor Analysis For Dummies in R":{},"Natural Gas Prices and The Energy Market":{},"Re: Writing A Book Is Nonesense":{},"The Creative Techniques Toolbox":{},"Why I Play Games (And So Should You)":{},"Winnie Lim on Rebuilding Oneself":{},"Woke in Class":{},"How to setup Pi-Hole on a Synology NAS":{},"Once Upon a Time in Shaolin":{},"My Retrocomputing Projects For 2022":{},"Thoughts On Home NAS Systems":{},"What a Night Cam Is Good For":{},"How To Stream Your Own Music: Reprise":{},"Leuchtturm Notebook Paper Quality":{},"Cool Things People Do With Their Blogs":{},"Equality in Game Credits":{},"Fighting Webmention And Pingback Spam":{},"March 2022 In Review":{},"None Of My Best Friends Are Content Creators":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"The Death Of The Nike+ SportWatch":{},"April 2022 In Review":{},"Don't Expose The Stacktrace Please!":{},"How To Properly Store Your Game Boy Cartridges":{},"On Commuting By Bike":{},"On Learning A New (Programming) Language":{},"Teaching Software Engineering Is Still Done Wrong":{},"The Life Lessons of Bonnie":{},"Creating Top x Games Lists Is Hard":{},"May 2022 In Review":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["here'",{"_index":1938,"title":{},"content":{"Faking domain logic":{},"Productivity Tools on all platforms":{},"Designing websites with accessibility in mind":{},"Tracking and privacy concerns on websites":{},"How to write academic papers in Markdown":{},"Stop limiting yourself to JS in browsers":{},"The first Dutch Obsidian meetup":{},"YouTube Play Image Links in Hugo":{},"Apple's App Store Design Mistake":{},"Favorite Game Meme":{},"Very Old and Somewhat Old Mood Boards":{},"Questionable Game Publishing Methods":{},"A 5.25\" Gobliins 2 Surprise":{},"Allspice Is Not All Spice":{},"Natural Gas Prices and The Energy Market":{},"Water Usage and Prices":{},"Academic Lineage":{},"Fighting Webmention And Pingback Spam":{},"On Learning A New (Programming) Language":{},"Teaching Software Engineering Is Still Done Wrong":{},"Creating Top x Games Lists Is Hard":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"The Strange Heterogenity of Hiking Signs":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["here](/museum/1998",{"_index":6024,"title":{},"content":{"A journey through the history of webdesign":{}},"tags":{}}],["here](/museum/2000",{"_index":6050,"title":{},"content":{"A journey through the history of webdesign":{}},"tags":{}}],["here](/post/2020/09/reviv",{"_index":5766,"title":{},"content":{"An am486 Performance Analysis":{}},"tags":{}}],["here](/post/a",{"_index":2680,"title":{},"content":{"Healing creative scars":{}},"tags":{}}],["here](https://arxiv.org/abs/2101.00837",{"_index":6634,"title":{},"content":{"What is Creativity in Software Engineering?":{}},"tags":{}}],["here](https://blog.joelbuckley.com.au/2019/01/pi",{"_index":10763,"title":{},"content":{"How to setup Pi-Hole on a Synology NAS":{}},"tags":{}}],["here](https://gohugo.io/hugo",{"_index":5198,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"tags":{}}],["here](https://jefklakscodex.com/games/switch/teenag",{"_index":12032,"title":{},"content":{"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["here](https://lirias.kuleuven.be/retrieve/633305",{"_index":11226,"title":{},"content":{"Creativity Equals Messy Code?":{}},"tags":{}}],["here](https://web.archive.org/web/20010705221029/http://www.awhilesoft.f2s.com",{"_index":6052,"title":{},"content":{"A journey through the history of webdesign":{}},"tags":{}}],["here](https://www.gabriel",{"_index":11615,"title":{},"content":{"True Backlink Support in Hugo":{}},"tags":{}}],["herein",{"_index":11462,"title":{},"content":{"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["here’",{"_index":161,"title":{},"content":{"Ending your day with happy thoughts":{}},"tags":{}}],["herhaalbaar",{"_index":3651,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{}},"tags":{}}],["herhal",{"_index":3633,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{},"Over de inflatie van intellect":{}},"tags":{}}],["herinn",{"_index":4287,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["herinneren",{"_index":4202,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["herinneringen",{"_index":5065,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["heritag",{"_index":7832,"title":{},"content":{"The Pilot Capless: a stellar stealth pen":{},"Cheese cheese cheese cheese cheese":{}},"tags":{}}],["herkenbaar",{"_index":3900,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["herkurken",{"_index":4130,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["herleven",{"_index":4539,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["hero",{"_index":10617,"title":{},"content":{"Why I Play Games (And So Should You)":{},"February 2022 In Review":{}},"tags":{}}],["herodotu",{"_index":9662,"title":{},"content":{"From Curiosity To Creativity":{},"January 2022 In Review":{}},"tags":{}}],["heroes_",{"_index":11509,"title":{},"content":{"March 2022 In Review":{}},"tags":{}}],["heropsommen",{"_index":594,"title":{},"content":{"undefined":{}},"tags":{}}],["herself",{"_index":5099,"title":{},"content":{"Five reasons why agile and academia don't go together":{},"Page Building with Brizy in Wordpress":{},"Winnie Lim on Rebuilding Oneself":{}},"tags":{}}],["heruitgav",{"_index":4524,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["hesit",{"_index":2384,"title":{},"content":{"Are you handing over enough when inspiring someone?":{},"Development principles in cooking":{},"From Curiosity To Creativity":{}},"tags":{}}],["het",{"_index":495,"title":{"Over het introduceren van bedrijfsethiek":{}},"content":{"undefined":{},"Over entropie":{},"Over het introduceren van bedrijfsethiek":{},"A Ph.D. Thesis Proposal":{},"Over de inflatie van intellect":{},"Over tijdsbesef":{},"Boeken die mij gevormd hebben tot wie ik ben":{},"Over analoog en digitaal":{},"De zin en onzin van conferenties":{},"Over Onmiddellijke Voldoening":{},"Tracking and privacy concerns on websites":{},"December 2021 In Review":{},"Drought":{}},"tags":{}}],["heterogen",{"_index":10246,"title":{"The Strange Heterogenity of Hiking Signs":{}},"content":{"Why Mastodon Isn't Great For Serendipity":{}},"tags":{}}],["hetzelfd",{"_index":4831,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["hex",{"_index":4663,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["hexen",{"_index":5368,"title":{},"content":{"Project Warlock: About Perseverance":{}},"tags":{}}],["hey",{"_index":438,"title":{},"content":{"No, vegetarians do not eat fish!":{},"Learning to become a baker":{},"Building a Core2Duo Windows XP Retro PC":{},"Programming on the Apple M1 Silicon":{},"Exploring the AlterNet":{},"Flea Market Season":{},"Why I like Pawn Stars":{},"Emotional Magic":{},"20 Years of Personal Cellphone History":{},"The Emperor of Lists":{},"Fighting Webmention And Pingback Spam":{},"My Programming Language Odyssey":{},"On Commuting By Bike":{},"The Modern QR Code Life":{}},"tags":{}}],["hi",{"_index":8671,"title":{},"content":{"Pinball Machines in a Jenever Museum":{},"Very Old and Somewhat Old Mood Boards":{}},"tags":{}}],["hibern",{"_index":1998,"title":{},"content":{".NET Memory management VS JVM Memory management":{},"Exploring the Go programming language":{},"Thoughts On Home NAS Systems":{}},"tags":{}}],["hibernia",{"_index":10274,"title":{},"content":{"Dark Age of Camelot in 2022":{}},"tags":{}}],["hick",{"_index":7385,"title":{},"content":{"On Manuscript Review Procedures":{}},"tags":{}}],["hid",{"_index":9733,"title":{},"content":{"How Not To Do A Remaster":{}},"tags":{}}],["hidden",{"_index":3124,"title":{},"content":{"Hiding Code Complexity":{},"Thinking in terms of objects":{},"Designing websites with accessibility in mind":{},"The Internet Killed Secrets in Games":{},"Software Engineering Is Not Engineering":{},"Thirty-Six":{},"Ditch Scrum, Organize As You See Fit":{},"The Emperor of Lists":{},"Exporting Goodreads to Obsidian":{},"Re: Writing A Book Is Nonesense":{},"Thoughts On Home NAS Systems":{},"An Ad Leaflet QR Design Mistake":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["hide",{"_index":2624,"title":{"Hiding Code Complexity":{}},"content":{"Development principles in cooking":{},"Hiding Code Complexity":{},"Death to pseudocode?":{},"My Retro Desk/Gaming Setup in 2021":{},"Very Old and Somewhat Old Mood Boards":{},"Migrating from Mailchimp to Listmonk":{}},"tags":{}}],["hideou",{"_index":6830,"title":{},"content":{"How to write academic papers in Markdown":{}},"tags":{}}],["hieggelk",{"_index":10089,"title":{},"content":{"November 2021 Meta Post":{}},"tags":{}}],["hier",{"_index":597,"title":{},"content":{"undefined":{},"Over entropie":{},"Over het introduceren van bedrijfsethiek":{},"A Ph.D. Thesis Proposal":{},"Over de inflatie van intellect":{}},"tags":{}}],["hieraan",{"_index":642,"title":{},"content":{"undefined":{}},"tags":{}}],["hierarchi",{"_index":12085,"title":{},"content":{"Sparking Conversations at Conferences":{}},"tags":{}}],["hiero",{"_index":9797,"title":{},"content":{"A Creative State of Mind":{}},"tags":{}}],["hiero'",{"_index":9800,"title":{},"content":{"A Creative State of Mind":{}},"tags":{}}],["hieroglyph",{"_index":11066,"title":{},"content":{"A Personal Intro To Gentle Hip-Hop":{}},"tags":{}}],["hierond",{"_index":669,"title":{},"content":{"undefined":{}},"tags":{}}],["hierop",{"_index":833,"title":{},"content":{"undefined":{}},"tags":{}}],["hierrond",{"_index":741,"title":{},"content":{"undefined":{}},"tags":{}}],["high",{"_index":5363,"title":{},"content":{"Project Warlock: About Perseverance":{},"3D Software Rendering on the GBA":{},"An am486 Performance Analysis":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Water Levels As Public Data":{},"20 Years of Personal Cellphone History":{},"Dear Student":{},"Ever-increasing Work Email Spam":{},"Very Old and Somewhat Old Mood Boards":{},"Questionable Game Publishing Methods":{},"A 5.25\" Gobliins 2 Surprise":{},"Natural Gas Prices and The Energy Market":{},"January 2022 In Review":{},"Thoughts On Home NAS Systems":{},"My Programming Language Odyssey":{},"June 2022 In Review":{}},"tags":{}}],["higher",{"_index":3180,"title":{},"content":{"Take your time.":{},"Reverse engineering a curriculum":{},"Programming: a Creative Cognitive Process":{},"Thoughts on collaboration in education":{},"What is Creativity in Software Engineering?":{},"Discord killed support for WinXP":{},"Thirty-Six":{},"Where Does It Stop?":{},"A Factor Analysis For Dummies in R":{},"Natural Gas Prices and The Energy Market":{},"On Trying To Sell A Laptop":{},"Choosing an Audio Codec":{}},"tags":{}}],["highli",{"_index":2760,"title":{},"content":{"A quick look at 6 fountain pens":{},"Inventing - for the worse?":{},"Over het introduceren van bedrijfsethiek":{},"Programming: a Creative Cognitive Process":{},"Thoughts on Bullshit Jobs":{},"Creativity Self-Assessment Is Nonsense":{},"Favorite Game Meme":{},"Very Old and Somewhat Old Mood Boards":{},"Constraint-based Creativity":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Seneca on How to Live":{},"Technical Knowledge Brews Creativity":{},"Dark Age of Camelot in 2022":{},"2021 Year In Review":{},"How To Enjoy Your Own Digital Music":{},"Creativity Equals Messy Code?":{},"My Programming Language Odyssey":{},"From Mood Board To Mood Mugs":{}},"tags":{}}],["highlight",{"_index":5320,"title":{},"content":{"Using Pandoc to publish a book":{},"Programming on the Apple M1 Silicon":{},"Moon Logic":{},"How Much Should I Spend On Magic The Gathering":{},"2021 Year In Review":{},"A Personal Intro To Gentle Hip-Hop":{},"Cool Things People Do With Their Blogs":{}},"tags":{}}],["hij",{"_index":4177,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{},"De zin en onzin van conferenties":{}},"tags":{}}],["hike",{"_index":298,"title":{"The Strange Heterogenity of Hiking Signs":{}},"content":{"On finding your inner zen in big cities":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{"The Strange Heterogenity of Hiking Signs":{}}}],["hilari",{"_index":11465,"title":{},"content":{"Fighting Webmention And Pingback Spam":{},"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["hill",{"_index":3134,"title":{},"content":{"Take your time.":{},"The Modern QR Code Life":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["hill](https://www.thefarmgirl.co.uk/location/not",{"_index":12101,"title":{},"content":{"The Modern QR Code Life":{}},"tags":{}}],["him/her",{"_index":5152,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{}},"tags":{}}],["him/herself",{"_index":6495,"title":{},"content":{"Thoughts on Bullshit Jobs":{}},"tags":{}}],["himself",{"_index":7609,"title":{},"content":{"Academese Gems":{},"Belgium - Portugal: 5 - 2":{},"A Triumph For Blogging":{},"Seneca on How to Live":{},"The Creative Techniques Toolbox":{}},"tags":{}}],["hindsight",{"_index":7317,"title":{},"content":{"The first Dutch Obsidian meetup":{},"Natural Gas Prices and The Energy Market":{},"Re: Writing A Book Is Nonesense":{}},"tags":{}}],["hint",{"_index":6304,"title":{},"content":{"The Internet Killed Secrets in Games":{},"Moon Logic":{},"A Creative State of Mind":{},"Creativity Equals Messy Code?":{}},"tags":{}}],["hip",{"_index":6855,"title":{"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{}},"content":{"You Shouldn't Use Spotify":{},"The HP Sprocket Mini Printer":{},"Generating a Blogroll With OPML in Hugo":{},"How To Enjoy Your Own Digital Music":{},"What a Night Cam Is Good For":{},"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{},"March 2022 In Review":{}},"tags":{}}],["hip-hop",{"_index":10853,"title":{},"content":{},"tags":{"Once Upon a Time in Shaolin":{},"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{}}}],["hipster",{"_index":12099,"title":{},"content":{"The Modern QR Code Life":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["hire",{"_index":3845,"title":{},"content":{"Reverse engineering a curriculum":{},"Project Warlock: About Perseverance":{},"Questionable Game Publishing Methods":{}},"tags":{}}],["his/her",{"_index":6497,"title":{},"content":{"Thoughts on Bullshit Jobs":{}},"tags":{}}],["histor",{"_index":6680,"title":{},"content":{"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"From Curiosity To Creativity":{},"Natural Gas Prices and The Energy Market":{},"January 2022 In Review":{},"Academic Lineage":{}},"tags":{}}],["histori",{"_index":4398,"title":{"A journey through the history of webdesign":{},"20 Years of Personal Cellphone History":{}},"content":{"A Decade in the Software Engineering industry":{},"A journey through the history of webdesign":{},"Building an Athlon Windows 98 Retro PC":{},"Win98 Upgrade: Sound Blaster Audigy":{},"The Productive Programmer on Mac":{},"The insanity of collecting retro games":{},"Software Engineering Is Not Engineering":{},"Cheese cheese cheese cheese cheese":{},"From Curiosity To Creativity":{},"Natural Gas Prices and The Energy Market":{},"Visualizing Personal Data Takeouts":{},"Academic Lineage":{},"February 2022 In Review":{},"March 2022 In Review":{},"May 2022 In Review":{}},"tags":{"Collective Creativity":{},"Constraint-based Creativity":{},"Creative Critical Thinking":{},"The Emperor of Lists":{},"From Curiosity To Creativity":{},"A Creative State of Mind":{},"Technical Knowledge Brews Creativity":{},"The Creative Techniques Toolbox":{}}}],["historian",{"_index":9064,"title":{},"content":{"Collective Creativity":{},"From Curiosity To Creativity":{},"The Creative Techniques Toolbox":{}},"tags":{}}],["historie_",{"_index":11258,"title":{},"content":{"February 2022 In Review":{}},"tags":{}}],["history'",{"_index":7876,"title":{},"content":{"Why I like Pawn Stars":{}},"tags":{}}],["history.blogspot.be/2010/06/insid",{"_index":1033,"title":{},"content":{"undefined":{}},"tags":{}}],["history](https://www.196flavors.com/belgium",{"_index":9413,"title":{},"content":{"A Treatise on Leavened Waffles":{}},"tags":{}}],["history_",{"_index":6612,"title":{},"content":{"The Productive Programmer on Mac":{},"Visualizing Personal Data Takeouts":{}},"tags":{}}],["hit",{"_index":1974,"title":{},"content":{"Faking domain logic":{},"Are you handing over enough when inspiring someone?":{},"Development principles in cooking":{},"Death to pseudocode?":{},"Project Warlock: About Perseverance":{},"Programming on the Apple M1 Silicon":{},"You Shouldn't Use Spotify":{},"Thirty-Six":{},"Allspice Is Not All Spice":{},"Migrating from Mailchimp to Listmonk":{},"The Creative Techniques Toolbox":{},"On Trying To Sell A Laptop":{},"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["hitch",{"_index":7406,"title":{},"content":{"On Manuscript Review Procedures":{}},"tags":{}}],["hlm9vzwv1gm",{"_index":7943,"title":{},"content":{"YouTube Play Image Links in Hugo":{}},"tags":{}}],["hln",{"_index":5598,"title":{},"content":{"Tracking and privacy concerns on websites":{}},"tags":{}}],["hln.be",{"_index":5594,"title":{},"content":{"Tracking and privacy concerns on websites":{}},"tags":{}}],["hln.jpg",{"_index":5600,"title":{},"content":{"Tracking and privacy concerns on websites":{}},"tags":{}}],["hm",{"_index":2394,"title":{},"content":{"Are you handing over enough when inspiring someone?":{}},"tags":{}}],["hmaqi",{"_index":6919,"title":{},"content":{"Always have a Diaster Recovery Plan":{}},"tags":{}}],["hmm",{"_index":2395,"title":{},"content":{"Are you handing over enough when inspiring someone?":{},"What if Seneca wasn't Nero's advisor?":{}},"tags":{}}],["hmmm",{"_index":2285,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{}},"tags":{}}],["hoard",{"_index":8057,"title":{},"content":{"Double-dipping and Market Prices":{},"Visualizing Personal Data Takeouts":{}},"tags":{}}],["hobb",{"_index":4274,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["hobb'",{"_index":3048,"title":{},"content":{"2017 in books":{},"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["hobbi",{"_index":2645,"title":{},"content":{"Healing creative scars":{},"Re: Is collecting physical games worth it?":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Very Old and Somewhat Old Mood Boards":{},"Why I Play Games (And So Should You)":{},"How To Stream Your Own Music: Reprise":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["hobbyisten",{"_index":4621,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["hoc",{"_index":5107,"title":{},"content":{"Five reasons why agile and academia don't go together":{}},"tags":{}}],["hoe",{"_index":694,"title":{},"content":{"undefined":{},"Over het introduceren van bedrijfsethiek":{},"A Ph.D. Thesis Proposal":{},"De zin en onzin van conferenties":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["hoeft",{"_index":598,"title":{},"content":{"undefined":{}},"tags":{}}],["hoek",{"_index":3797,"title":{},"content":{"A Ph.D. Thesis Proposal":{}},"tags":{}}],["hoeveelheid",{"_index":3417,"title":{},"content":{"Over entropie":{},"De zin en onzin van conferenties":{}},"tags":{}}],["hog",{"_index":1992,"title":{},"content":{".NET Memory management VS JVM Memory management":{},"Journaling in practice":{}},"tags":{}}],["hoge",{"_index":3138,"title":{},"content":{"Take your time.":{}},"tags":{}}],["hogeschool",{"_index":10651,"title":{},"content":{"Woke in Class":{}},"tags":{}}],["hold",{"_index":913,"title":{},"content":{"Learning to become a baker":{},"A quick look at 6 fountain pens":{},"Reverse engineering a curriculum":{},"Domain Driven Design in C":{},"Programming on the Apple M1 Silicon":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Stop limiting yourself to JS in browsers":{},"Re: Is collecting physical games worth it?":{},"Pinball Machines in a Jenever Museum":{},"Ever-increasing Work Email Spam":{},"Very Old and Somewhat Old Mood Boards":{},"A 5.25\" Gobliins 2 Surprise":{},"A Treatise on Leavened Waffles":{},"Dark Age of Camelot in 2022":{},"Natural Gas Prices and The Energy Market":{},"How To Enjoy Your Own Digital Music":{},"A Personal Intro To Rough Hip-Hop":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"The Modern QR Code Life":{}},"tags":{}}],["hole",{"_index":1013,"title":{"How to setup Pi-Hole on a Synology NAS":{}},"content":{"Learning to become a baker":{},"The Creative Techniques Toolbox":{},"How to setup Pi-Hole on a Synology NAS":{},"Thoughts On Home NAS Systems":{},"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["hole](/post/2022/02/how",{"_index":10880,"title":{},"content":{"Thoughts On Home NAS Systems":{}},"tags":{}}],["holi",{"_index":2732,"title":{},"content":{"A quick look at 6 fountain pens":{},"Ditch Scrum, Organize As You See Fit":{},"The Emperor of Lists":{}},"tags":{}}],["holiday",{"_index":10123,"title":{},"content":{"Seneca on How to Live":{},"January 2022 In Review":{}},"tags":{}}],["holl",{"_index":3912,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["holland",{"_index":8626,"title":{},"content":{"Pinball Machines in a Jenever Museum":{}},"tags":{}}],["hollow",{"_index":7768,"title":{},"content":{"Misconceptions about retro gamers":{},"Favorite Game Meme":{},"Creative Critical Thinking":{}},"tags":{}}],["holograph",{"_index":7530,"title":{},"content":{"Nineties collecting nostalgia":{}},"tags":{}}],["homag",{"_index":6265,"title":{},"content":{"The Internet Killed Secrets in Games":{}},"tags":{}}],["home",{"_index":266,"title":{"Thoughts On Home NAS Systems":{}},"content":{"On finding your inner zen in big cities":{},"How to teach kids to program":{},"Take your time.":{},"Productivity Tools on all platforms":{},"Project Warlock: About Perseverance":{},"Building a Core2Duo Windows XP Retro PC":{},"My Retro Desk/Gaming Setup in 2021":{},"Social Debt in Development Teams":{},"Flea Market Season":{},"Software Engineering Is Not Engineering":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Very Old and Somewhat Old Mood Boards":{},"The Lost Art of Being Lost":{},"Creative Critical Thinking":{},"From Curiosity To Creativity":{},"A Creative State of Mind":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Why Mastodon Isn't Great For Serendipity":{},"2021 Year In Review":{},"Thoughts On Home NAS Systems":{},"Water Usage and Prices":{},"What a Night Cam Is Good For":{},"How To Stream Your Own Music: Reprise":{},"On Commuting By Bike":{},"From Mood Board To Mood Mugs":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"Sparking Conversations at Conferences":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["homebrew",{"_index":6455,"title":{},"content":{"Programming on the Apple M1 Silicon":{},"A Decision Tree For Buying Retro Gaming Handhelds":{}},"tags":{}}],["homebrews](https://soffes.blog/homebrew",{"_index":6456,"title":{},"content":{"Programming on the Apple M1 Silicon":{}},"tags":{}}],["homemad",{"_index":963,"title":{},"content":{"Learning to become a baker":{},"How to teach kids to program":{}},"tags":{}}],["homepage](https://aaronparecki.com",{"_index":11378,"title":{},"content":{"Cool Things People Do With Their Blogs":{}},"tags":{}}],["hometown",{"_index":9840,"title":{},"content":{"A Creative State of Mind":{}},"tags":{}}],["hominid",{"_index":11965,"title":{},"content":{"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["homo",{"_index":2966,"title":{},"content":{"Inventing - for the worse?":{}},"tags":{}}],["homophili",{"_index":10258,"title":{},"content":{"Why Mastodon Isn't Great For Serendipity":{}},"tags":{}}],["homosapien",{"_index":11058,"title":{},"content":{"A Personal Intro To Gentle Hip-Hop":{}},"tags":{}}],["honderden",{"_index":4043,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["hondje.jpg",{"_index":10982,"title":{},"content":{"What a Night Cam Is Good For":{}},"tags":{}}],["honest",{"_index":6856,"title":{},"content":{"You Shouldn't Use Spotify":{},"Getting rid of trackers using LineageOS":{},"How Not To Do A Remaster":{},"Thoughts On Home NAS Systems":{},"None Of My Best Friends Are Content Creators":{},"April 2022 In Review":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["honesti",{"_index":9152,"title":{},"content":{"Ditch Scrum, Organize As You See Fit":{}},"tags":{}}],["honestli",{"_index":2780,"title":{},"content":{"A quick look at 6 fountain pens":{},"You Shouldn't Use Spotify":{},"Exploring the AlterNet":{},"Stop limiting yourself to JS in browsers":{},"Double-dipping and Market Prices":{},"Favorite Game Meme":{},"How Not To Do A Remaster":{}},"tags":{}}],["honey",{"_index":2908,"title":{},"content":{"I'm jealous of my dog":{},"Hiding Code Complexity":{},"I'm Joining the Coffeeneuring Challenge of 2021":{}},"tags":{}}],["honeycomb",{"_index":6721,"title":{},"content":{"My Retro Desk/Gaming Setup in 2021":{}},"tags":{}}],["hood",{"_index":3239,"title":{},"content":{"Concentrating on serendipitous creativity":{}},"tags":{}}],["hoofd",{"_index":3450,"title":{},"content":{"Over entropie":{},"A Ph.D. Thesis Proposal":{}},"tags":{}}],["hoogt",{"_index":4187,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["hook",{"_index":1753,"title":{},"content":{"Metaprogramming instead of duplication":{},"Webdriver Exception Handling":{},"Programming: a Creative Cognitive Process":{},"Personal Desktop Screenshots of Olde":{},"Three Little GameCube Mods":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["hooligans](https://ruk.ca/content/midnight",{"_index":10096,"title":{},"content":{"November 2021 Meta Post":{}},"tags":{}}],["hoop",{"_index":1478,"title":{},"content":{"undefined":{}},"tags":{}}],["hooray",{"_index":4782,"title":{},"content":{"Teaching Object-Oriented design using the GBA":{},"Software Engineering Is Not Engineering":{}},"tags":{}}],["hoort",{"_index":3387,"title":{},"content":{"Over entropie":{}},"tags":{}}],["hop",{"_index":2996,"title":{"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{}},"content":{"Inventing - for the worse?":{},"A Decade in the Software Engineering industry":{},"You Shouldn't Use Spotify":{},"Generating a Blogroll With OPML in Hugo":{},"How To Enjoy Your Own Digital Music":{},"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{},"March 2022 In Review":{}},"tags":{}}],["hop_",{"_index":11032,"title":{},"content":{"A Personal Intro To Gentle Hip-Hop":{}},"tags":{}}],["hope",{"_index":5378,"title":{},"content":{"Project Warlock: About Perseverance":{},"An am486 Performance Analysis":{},"486 Upgrade 2: The SD Card HDD":{},"The Productive Programmer on Mac":{},"Exploring the AlterNet":{},"Using Hugo to Launch a Gemini Capsule":{},"The Pilot Capless: a stellar stealth pen":{},"Thirty-Six":{},"A 5.25\" Gobliins 2 Surprise":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Why Mastodon Isn't Great For Serendipity":{},"January 2022 In Review":{},"Once Upon a Time in Shaolin":{},"My Retrocomputing Projects For 2022":{},"Cool Things People Do With Their Blogs":{},"Equality in Game Credits":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"The Modern QR Code Life":{}},"tags":{}}],["hopefulli",{"_index":4947,"title":{},"content":{"Programming: a Creative Cognitive Process":{},"Hugo Extended: More static site processing power!":{},"486 Upgrade 1: Sound Blaster 16":{},"The Productive Programmer on Mac":{},"What is Creativity in Software Engineering?":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"My Retro Desk/Gaming Setup in 2021":{},"The IndieWeb Mixed Bag":{},"Social Debt in Development Teams":{},"Book Number Fourteen":{},"My Retrocomputing Projects For 2022":{},"April 2022 In Review":{}},"tags":{}}],["hopelijk",{"_index":4502,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["hoppi",{"_index":7482,"title":{},"content":{"Nineties collecting nostalgia":{}},"tags":{}}],["hoppies.jpg",{"_index":7501,"title":{},"content":{"Nineties collecting nostalgia":{}},"tags":{}}],["horadr",{"_index":6278,"title":{},"content":{"The Internet Killed Secrets in Games":{}},"tags":{}}],["horen",{"_index":3376,"title":{},"content":{"Over entropie":{},"Over analoog en digitaal":{}},"tags":{}}],["horizon",{"_index":10673,"title":{},"content":{"2021 Year In Review":{}},"tags":{}}],["horizont",{"_index":5675,"title":{},"content":{"3D Software Rendering on the GBA":{},"Building a Core2Duo Windows XP Retro PC":{},"My Retro Desk/Gaming Setup in 2021":{}},"tags":{}}],["horray",{"_index":229,"title":{},"content":{"On finding your inner zen in big cities":{}},"tags":{}}],["horribl",{"_index":3540,"title":{},"content":{"Computer Science learning pathways":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Cheese cheese cheese cheese cheese":{},"Allspice Is Not All Spice":{},"An Ad Leaflet QR Design Mistake":{},"Leuchtturm Notebook Paper Quality":{},"A Decision Tree For Buying Retro Gaming Handhelds":{}},"tags":{}}],["horrifi",{"_index":2438,"title":{},"content":{"Are you handing over enough when inspiring someone?":{},"Domain Driven Design in C":{}},"tags":{}}],["hors",{"_index":9969,"title":{},"content":{"I'm Joining the Coffeeneuring Challenge of 2021":{}},"tags":{}}],["horsemen",{"_index":10279,"title":{},"content":{"Dark Age of Camelot in 2022":{}},"tags":{}}],["hospit",{"_index":6501,"title":{},"content":{"Thoughts on Bullshit Jobs":{},"Misconceptions about retro gamers":{}},"tags":{}}],["hoss",{"_index":7882,"title":{},"content":{"Why I like Pawn Stars":{}},"tags":{}}],["host",{"_index":2012,"title":{"DIY: Hosting stuff on your own VPS":{},"Host your own webmention receiver":{}},"content":{".NET Memory management VS JVM Memory management":{},"DIY: Hosting stuff on your own VPS":{},"Page Building with Brizy in Wordpress":{},"A journey through the history of webdesign":{},"What is Creativity in Software Engineering?":{},"Always have a Diaster Recovery Plan":{},"Lousy Wordpress Hacking Attempts detected":{},"Using Hugo to Launch a Gemini Capsule":{},"Host your own webmention receiver":{},"Power Usage Effectiveness":{},"Migrating from Mailchimp to Listmonk":{},"Minimalism and Tidying Up":{},"How to setup Pi-Hole on a Synology NAS":{},"My Retrocomputing Projects For 2022":{},"How To Stream Your Own Music: Reprise":{},"March 2022 In Review":{},"Give Up GitHub!":{}},"tags":{}}],["hostna",{"_index":11311,"title":{},"content":{"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["hostnam",{"_index":1407,"title":{},"content":{"undefined":{},"Using Hugo to Launch a Gemini Capsule":{},"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["hot",{"_index":140,"title":{},"content":{"Ending your day with happy thoughts":{},"Development principles in cooking":{},"Teaching by philosophy":{},"On Tea Prices":{},"A Treatise on Leavened Waffles":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"How To Enjoy Your Own Digital Music":{},"Drought":{}},"tags":{}}],["hot](https://www.standaard.be/cnt/dmf20220516_94052269",{"_index":11754,"title":{},"content":{"Drought":{}},"tags":{}}],["hotel",{"_index":286,"title":{},"content":{"On finding your inner zen in big cities":{},"No, vegetarians do not eat fish!":{},"Faking domain logic":{},"The Creative Techniques Toolbox":{}},"tags":{}}],["hotkey",{"_index":6622,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["hottest",{"_index":11753,"title":{},"content":{"Drought":{}},"tags":{}}],["hou",{"_index":4057,"title":{},"content":{"Over tijdsbesef":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["hour",{"_index":200,"title":{},"content":{"On finding your inner zen in big cities":{},"Learning to become a baker":{},"Bye autotools hello Scons":{},"Unit Testing Extjs UI with Siesta":{},"Teaching yourself to draw":{},"How to teach kids to program":{},"A quick look at 6 fountain pens":{},"Take your time.":{},"Concentrating on serendipitous creativity":{},"Productivity Tools on all platforms":{},"Project Warlock: About Perseverance":{},"486 Upgrade 2: The SD Card HDD":{},"The Productive Programmer on Mac":{},"The first Dutch Obsidian meetup":{},"Host your own webmention receiver":{},"The Fridge, Your Inoculation Room":{},"How Much Should I Spend On Magic The Gathering":{},"The Decline of Battery Life":{},"Water Levels As Public Data":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Pinball Machines in a Jenever Museum":{},"Ever-increasing Work Email Spam":{},"Where Does It Stop?":{},"November 2021 Meta Post":{},"Dark Age of Camelot in 2022":{},"Why I Play Games (And So Should You)":{},"On Trying To Sell A Laptop":{},"Once Upon a Time in Shaolin":{},"March 2022 In Review":{},"The Death Of The Nike+ SportWatch":{},"April 2022 In Review":{},"On Commuting By Bike":{},"The Life Lessons of Bonnie":{}},"tags":{}}],["hous",{"_index":4412,"title":{},"content":{"A Decade in the Software Engineering industry":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"The Fridge, Your Inoculation Room":{},"Water Levels As Public Data":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Collective Creativity":{},"The Emperor of Lists":{}},"tags":{}}],["hover",{"_index":6227,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["how",{"_index":8555,"title":{},"content":{"Kotlin Is Java 2.0, But It's Still Java":{}},"tags":{}}],["how.cssselector",{"_index":1883,"title":{},"content":{"Custom Webdriver Page Factories":{}},"tags":{}}],["howto",{"_index":5478,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["hp",{"_index":8930,"title":{"The HP Sprocket Mini Printer":{}},"content":{"The HP Sprocket Mini Printer":{}},"tags":{}}],["hq45",{"_index":6156,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["hql",{"_index":2000,"title":{},"content":{".NET Memory management VS JVM Memory management":{}},"tags":{}}],["hr",{"_index":923,"title":{},"content":{"Learning to become a baker":{},"Thoughts on Bullshit Jobs":{}},"tags":{}}],["href",{"_index":5214,"title":{},"content":{"Hugo Extended: More static site processing power!":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["href=\"https://webmention.io/someth",{"_index":7420,"title":{},"content":{"Host your own webmention receiver":{}},"tags":{}}],["href=\"https://www.youtube.com/watch?v",{"_index":7970,"title":{},"content":{"YouTube Play Image Links in Hugo":{}},"tags":{}}],["hristo",{"_index":11592,"title":{},"content":{"The Death Of The Nike+ SportWatch":{}},"tags":{}}],["html",{"_index":1878,"title":{},"content":{"Custom Webdriver Page Factories":{},"DIY: Hosting stuff on your own VPS":{},"Hugo Extended: More static site processing power!":{},"Designing websites with accessibility in mind":{},"A journey through the history of webdesign":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"How to write academic papers in Markdown":{},"The IndieWeb Mixed Bag":{},"Stop limiting yourself to JS in browsers":{},"Host your own webmention receiver":{},"Fighting Webmention And Pingback Spam":{},"My Programming Language Odyssey":{}},"tags":{"My Programming Language Odyssey":{}}}],["html5",{"_index":5481,"title":{},"content":{"Designing websites with accessibility in mind":{},"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["htmlinputbox",{"_index":1891,"title":{},"content":{"Custom Webdriver Page Factories":{}},"tags":{}}],["htmlsubmitbutton",{"_index":1890,"title":{},"content":{"Custom Webdriver Page Factories":{}},"tags":{}}],["htmlurl=\"https://brainbaking.com",{"_index":10385,"title":{},"content":{"Generating a Blogroll With OPML in Hugo":{}},"tags":{}}],["http",{"_index":5165,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{},"Exploring the AlterNet":{},"Teaching students about coding trends":{},"Exploring the Go programming language":{},"Using Hugo to Launch a Gemini Capsule":{},"How To Stream Your Own Music: Reprise":{},"Cool Things People Do With Their Blogs":{},"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["http(",{"_index":7364,"title":{},"content":{"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["http/1.1",{"_index":7060,"title":{},"content":{"Lousy Wordpress Hacking Attempts detected":{}},"tags":{}}],["http://bash.cyberciti.biz",{"_index":1424,"title":{},"content":{"undefined":{}},"tags":{}}],["http://cyberciti.biz/fb",{"_index":1416,"title":{},"content":{"undefined":{}},"tags":{}}],["http://groovy.codehaus.org/p",{"_index":770,"title":{},"content":{"undefined":{}},"tags":{}}],["http://racket",{"_index":1252,"title":{},"content":{"undefined":{}},"tags":{}}],["http://web.mit.edu/~axch/www/test",{"_index":1257,"title":{},"content":{"undefined":{}},"tags":{}}],["http://www.cs.utexas.edu/ftp/garbage/cs345/schintro",{"_index":1196,"title":{},"content":{"undefined":{}},"tags":{}}],["http://www.gnu.org/s/mit",{"_index":1248,"title":{},"content":{"undefined":{}},"tags":{}}],["http://www.retrogamequiz.com",{"_index":10009,"title":{},"content":{"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["https://developer.nike.com/servic",{"_index":11589,"title":{},"content":{"The Death Of The Nike+ SportWatch":{}},"tags":{}}],["https://git.brainbaking.com",{"_index":12155,"title":{},"content":{"Give Up GitHub!":{}},"tags":{}}],["https://github.com/miloyip/gam",{"_index":3522,"title":{},"content":{"Computer Science learning pathways":{}},"tags":{}}],["https://github.com/sponsor",{"_index":9919,"title":{},"content":{"2021 Donations":{}},"tags":{}}],["https://github.com/wgroeneveld/gba",{"_index":5660,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["https://giveupgithub.org",{"_index":12150,"title":{},"content":{"Give Up GitHub!":{}},"tags":{}}],["https://jam.yourdomain.com/webment",{"_index":7435,"title":{},"content":{"Host your own webmention receiver":{}},"tags":{}}],["https://jp.mercari.com",{"_index":10355,"title":{},"content":{"December 2021 In Review":{}},"tags":{}}],["https://opencollective.com",{"_index":9920,"title":{},"content":{"2021 Donations":{}},"tags":{}}],["https://s3.eu",{"_index":6639,"title":{},"content":{"What is Creativity in Software Engineering?":{}},"tags":{}}],["https://takeout.google.com",{"_index":10918,"title":{},"content":{"Visualizing Personal Data Takeouts":{}},"tags":{}}],["https://www.youtube.com/watch?v=sjdmwsbasd8",{"_index":7944,"title":{},"content":{"YouTube Play Image Links in Hugo":{}},"tags":{}}],["hub",{"_index":10879,"title":{},"content":{"My Retrocomputing Projects For 2022":{}},"tags":{}}],["hub.st/10.1109/ms.2016.144",{"_index":7574,"title":{},"content":{"Social Debt in Development Teams":{}},"tags":{}}],["huderl",{"_index":10093,"title":{},"content":{"November 2021 Meta Post":{}},"tags":{}}],["huderle'",{"_index":11534,"title":{},"content":{"Password Hacking Sylvester & Tweety: Breakfast on the Run":{}},"tags":{}}],["huge",{"_index":1613,"title":{},"content":{"Enhancing the builder pattern with closures":{},"Nuts about local nuts":{},"Take your time.":{},"A Decade in the Software Engineering industry":{},"A Ph.D. Thesis: Iteration 2":{},"Re: Is collecting physical games worth it?":{},"The Decline of Battery Life":{},"Water Levels As Public Data":{},"Cheese cheese cheese cheese cheese":{},"Thirty-Six":{},"Power Usage Effectiveness":{},"The Lost Art of Being Lost":{},"From Analog Notebook to Digital Vault":{},"Technical Knowledge Brews Creativity":{},"Dark Age of Camelot in 2022":{},"Why I Play Games (And So Should You)":{},"Choosing an Audio Codec":{},"How To Stream Your Own Music: Reprise":{},"Drought":{},"Teaching Software Engineering Is Still Done Wrong":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["hugo",{"_index":2410,"title":{"Hugo Extended: More static site processing power!":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Using Hugo to Launch a Gemini Capsule":{},"YouTube Play Image Links in Hugo":{},"Generating a Blogroll With OPML in Hugo":{},"True Backlink Support in Hugo":{}},"content":{"Are you handing over enough when inspiring someone?":{},"Hugo Extended: More static site processing power!":{},"Combining async with generators in Node 11":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Lousy Wordpress Hacking Attempts detected":{},"Using Hugo to Launch a Gemini Capsule":{},"Host your own webmention receiver":{},"YouTube Play Image Links in Hugo":{},"Generating a Blogroll With OPML in Hugo":{},"Cool Things People Do With Their Blogs":{},"True Backlink Support in Hugo":{}},"tags":{"Hugo Extended: More static site processing power!":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Using Hugo to Launch a Gemini Capsule":{},"Host your own webmention receiver":{},"YouTube Play Image Links in Hugo":{},"Reducing Workflow Load Facilitates Writing":{},"Generating a Blogroll With OPML in Hugo":{},"True Backlink Support in Hugo":{}}}],["hugo'",{"_index":5238,"title":{},"content":{"Page Building with Brizy in Wordpress":{}},"tags":{}}],["hugo.environ",{"_index":5232,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"tags":{}}],["hugo.io",{"_index":5234,"title":{},"content":{"Page Building with Brizy in Wordpress":{}},"tags":{}}],["hugo](/post/2020/05/hugo",{"_index":6550,"title":{},"content":{"RSS Feeds, Hugo, and Lazy Image Loading":{}},"tags":{}}],["hugo](/tags/hugo",{"_index":7941,"title":{},"content":{"YouTube Play Image Links in Hugo":{},"Reducing Workflow Load Facilitates Writing":{}},"tags":{}}],["hugo](https://gohugo.io",{"_index":2387,"title":{},"content":{"Are you handing over enough when inspiring someone?":{},"DIY: Hosting stuff on your own VPS":{}},"tags":{}}],["huh",{"_index":6903,"title":{},"content":{"Always have a Diaster Recovery Plan":{}},"tags":{}}],["hui",{"_index":4976,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["huiselijk",{"_index":4983,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["human",{"_index":2916,"title":{},"content":{"I'm jealous of my dog":{},"Death to pseudocode?":{},"Computer Science learning pathways":{},"ITiCSE 2020: A Report":{},"Flea Market Season":{},"Cheese cheese cheese cheese cheese":{},"The Emperor of Lists":{},"Exporting Goodreads to Obsidian":{},"Choosing an Audio Codec":{},"May 2022 In Review":{}},"tags":{}}],["humanist",{"_index":9078,"title":{},"content":{"Collective Creativity":{}},"tags":{}}],["humanity'",{"_index":10634,"title":{},"content":{"Winnie Lim on Rebuilding Oneself":{}},"tags":{}}],["humbl",{"_index":9765,"title":{},"content":{"Where Does It Stop?":{},"Seneca on How to Live":{},"Technical Knowledge Brews Creativity":{},"The Creative Techniques Toolbox":{},"2021 Year In Review":{},"Drought":{},"On Commuting By Bike":{}},"tags":{}}],["humid",{"_index":8093,"title":{},"content":{"The Fridge, Your Inoculation Room":{}},"tags":{}}],["humor",{"_index":3906,"title":{},"content":{"Over de inflatie van intellect":{},"Woke in Class":{}},"tags":{}}],["hun",{"_index":831,"title":{},"content":{"undefined":{},"Over het introduceren van bedrijfsethiek":{},"Over de inflatie van intellect":{},"Boeken die mij gevormd hebben tot wie ik ben":{},"De zin en onzin van conferenties":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["hunch",{"_index":7375,"title":{},"content":{"On Manuscript Review Procedures":{}},"tags":{}}],["hundr",{"_index":2789,"title":{},"content":{"Journaling in practice":{},"Why I like Pawn Stars":{},"Double-dipping and Market Prices":{},"From Curiosity To Creativity":{},"Why I Play Games (And So Should You)":{},"On Trying To Sell A Laptop":{},"Water Usage and Prices":{},"Choosing an Audio Codec":{},"Teaching Software Engineering Is Still Done Wrong":{},"May 2022 In Review":{},"June 2022 In Review":{}},"tags":{}}],["hunger",{"_index":9436,"title":{},"content":{"Constraint-based Creativity":{},"Where Does It Stop?":{},"November 2021 Meta Post":{}},"tags":{}}],["hunt",{"_index":5871,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Why I like Pawn Stars":{},"Questionable Game Publishing Methods":{},"December 2021 In Review":{},"The Creative Techniques Toolbox":{},"My Retrocomputing Projects For 2022":{},"Equality in Game Credits":{},"On Learning A New (Programming) Language":{}},"tags":{}}],["hunter",{"_index":6882,"title":{},"content":{"You Shouldn't Use Spotify":{}},"tags":{}}],["hunting_",{"_index":7468,"title":{},"content":{"Moon Logic":{}},"tags":{}}],["hurdl",{"_index":8190,"title":{},"content":{"On Tea Prices":{},"Reducing Workflow Load Facilitates Writing":{}},"tags":{}}],["hurri",{"_index":9311,"title":{},"content":{"The Lost Art of Being Lost":{}},"tags":{}}],["hurt",{"_index":4332,"title":{},"content":{"Domain Driven Design in C":{},"Thoughts on Bullshit Jobs":{},"Pinball Machines in a Jenever Museum":{},"My Kotlin Rose-Tinted Glasses Broke":{},"Thirty-Six":{},"The HP Sprocket Mini Printer":{},"Expiry Dates On Journals":{}},"tags":{}}],["hut](https://sourcehut.org",{"_index":12160,"title":{},"content":{"Give Up GitHub!":{}},"tags":{}}],["hybrid",{"_index":4584,"title":{},"content":{"Over analoog en digitaal":{},"Using Hugo to Launch a Gemini Capsule":{},"The Decline of Battery Life":{},"Sparking Conversations at Conferences":{},"June 2022 In Review":{}},"tags":{}}],["hydrolog",{"_index":11770,"title":{},"content":{"Drought":{}},"tags":{}}],["hygien",{"_index":11183,"title":{},"content":{"An Ad Leaflet QR Design Mistake":{}},"tags":{}}],["hyperkin",{"_index":6800,"title":{},"content":{"The insanity of collecting retro games":{}},"tags":{}}],["hét",{"_index":5007,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["héél",{"_index":4992,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["i$(gtest_dir",{"_index":1838,"title":{},"content":{"Bye autotools hello Scons":{}},"tags":{}}],["i$(gtest_dir)/includ",{"_index":7279,"title":{},"content":{"Stop limiting yourself to JS in browsers":{}},"tags":{}}],["i'd",{"_index":1962,"title":{},"content":{"Faking domain logic":{},"Teaching yourself to draw":{},"Healing creative scars":{},"A quick look at 6 fountain pens":{},"2017 in books":{},"Death to pseudocode?":{},"A Ph.D. Thesis: Iteration 2":{},"ITiCSE 2020: A Report":{},"Thoughts on collaboration in education":{},"Digitizing journals using DEVONthink":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"What is Creativity in Software Engineering?":{},"Exploring the Go programming language":{},"Host your own webmention receiver":{},"Re: Is collecting physical games worth it?":{},"On Tea Prices":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Cheese cheese cheese cheese cheese":{},"On Selling a Self-published Book":{},"Thirty-Six":{},"A Triumph For Blogging":{},"Very Old and Somewhat Old Mood Boards":{},"Where Does It Stop?":{},"November 2021 Meta Post":{},"Three Little GameCube Mods":{},"Dark Age of Camelot in 2022":{},"Generating a Blogroll With OPML in Hugo":{},"How to setup Pi-Hole on a Synology NAS":{},"On Trying To Sell A Laptop":{},"My Retrocomputing Projects For 2022":{},"Thoughts On Home NAS Systems":{},"Academic Lineage":{},"Expiry Dates On Journals":{},"February 2022 In Review":{},"March 2022 In Review":{},"None Of My Best Friends Are Content Creators":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"Drought":{},"On Commuting By Bike":{},"The Life Lessons of Bonnie":{},"Creating Top x Games Lists Is Hard":{},"June 2022 In Review":{}},"tags":{}}],["i'll",{"_index":2034,"title":{},"content":{".NET Memory management VS JVM Memory management":{},"Healing creative scars":{},"Nuts about local nuts":{},"A Ph.D. Thesis: Iteration 2":{},"DIY: Hosting stuff on your own VPS":{},"Digitizing journals using DEVONthink":{},"The insanity of collecting retro games":{},"Getting rid of trackers using LineageOS":{},"Discord killed support for WinXP":{},"On Manuscript Review Procedures":{},"The Pilot Capless: a stellar stealth pen":{},"Book Number Fourteen":{},"Thirty-Six":{},"Are You In The System Yet, Sir?":{},"Favorite Game Meme":{},"Very Old and Somewhat Old Mood Boards":{},"A Treatise on Leavened Waffles":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"A Factor Analysis For Dummies in R":{},"Minimalism and Tidying Up":{},"Woke in Class":{},"Thoughts On Home NAS Systems":{},"Creativity Equals Messy Code?":{},"How To Stream Your Own Music: Reprise":{},"Cool Things People Do With Their Blogs":{},"March 2022 In Review":{},"The Death Of The Nike+ SportWatch":{},"From Mood Board To Mood Mugs":{},"The Modern QR Code Life":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["i'm",{"_index":1969,"title":{"I'm jealous of my dog":{},"I'm Joining the Coffeeneuring Challenge of 2021":{}},"content":{"Faking domain logic":{},"Are you handing over enough when inspiring someone?":{},"How to teach kids to program":{},"A samurai learning mindset":{},"Development principles in cooking":{},"A quick look at 6 fountain pens":{},"Journaling in practice":{},"Nuts about local nuts":{},"I'm jealous of my dog":{},"Inventing - for the worse?":{},"2017 in books":{},"Take your time.":{},"Concentrating on serendipitous creativity":{},"Death to pseudocode?":{},"Teaching by philosophy":{},"Computer Science learning pathways":{},"A Decade in the Software Engineering industry":{},"The Startup of a Lean Doctorate":{},"Teaching Object-Oriented design using the GBA":{},"DIY: Hosting stuff on your own VPS":{},"Hugo Extended: More static site processing power!":{},"Page Building with Brizy in Wordpress":{},"Designing websites with accessibility in mind":{},"3D Software Rendering on the GBA":{},"Thoughts on collaboration in education":{},"An am486 Performance Analysis":{},"Personal Desktop Screenshots of Olde":{},"The Internet Killed Secrets in Games":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Thoughts on Bullshit Jobs":{},"Digitizing journals using DEVONthink":{},"The Productive Programmer on Mac":{},"What is Creativity in Software Engineering?":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"How to write academic papers in Markdown":{},"You Shouldn't Use Spotify":{},"Exploring the AlterNet":{},"The IndieWeb Mixed Bag":{},"Discord killed support for WinXP":{},"The first Dutch Obsidian meetup":{},"Moon Logic":{},"Re: Is collecting physical games worth it?":{},"Academese Gems":{},"Belgium - Portugal: 5 - 2":{},"Flea Market Season":{},"Misconceptions about retro gamers":{},"Software Engineering Is Not Engineering":{},"Why I like Pawn Stars":{},"Apple's App Store Design Mistake":{},"Double-dipping and Market Prices":{},"On Tea Prices":{},"Rules of a Creator's Life":{},"The Decline of Battery Life":{},"What if Seneca wasn't Nero's advisor?":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Kotlin Is Java 2.0, But It's Still Java":{},"On Selling a Self-published Book":{},"My Kotlin Rose-Tinted Glasses Broke":{},"Thirty-Six":{},"A Note About Footnotes":{},"Are You In The System Yet, Sir?":{},"Creativity Self-Assessment Is Nonsense":{},"Parking Machines Design Mistakes":{},"Ever-increasing Work Email Spam":{},"Questionable Game Publishing Methods":{},"The Emperor of Lists":{},"How Not To Do A Remaster":{},"Where Does It Stop?":{},"2021 Donations":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Migrating from Mailchimp to Listmonk":{},"November 2021 Meta Post":{},"Seneca on How to Live":{},"Why Mastodon Isn't Great For Serendipity":{},"December 2021 In Review":{},"Generating a Blogroll With OPML in Hugo":{},"Re: Writing A Book Is Nonesense":{},"Why I Play Games (And So Should You)":{},"Winnie Lim on Rebuilding Oneself":{},"Woke in Class":{},"2021 Year In Review":{},"January 2022 In Review":{},"Once Upon a Time in Shaolin":{},"What a Night Cam Is Good For":{},"Academic Lineage":{},"An Ad Leaflet QR Design Mistake":{},"Expiry Dates On Journals":{},"February 2022 In Review":{},"How To Stream Your Own Music: Reprise":{},"Leuchtturm Notebook Paper Quality":{},"Equality in Game Credits":{},"Fighting Webmention And Pingback Spam":{},"March 2022 In Review":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"The Death Of The Nike+ SportWatch":{},"April 2022 In Review":{},"Don't Expose The Stacktrace Please!":{},"Drought":{},"How To Properly Store Your Game Boy Cartridges":{},"My Programming Language Odyssey":{},"On Commuting By Bike":{},"Creating Top x Games Lists Is Hard":{},"From Mood Board To Mood Mugs":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"The Modern QR Code Life":{},"June 2022 In Review":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["i'v",{"_index":1279,"title":{},"content":{"Unit Testing Stored Procedures":{},"Enhancing the builder pattern with closures":{},"Integration Testing with SQLite":{},"Unit testing in Legacy Projects: VB6":{},"Teaching yourself to draw":{},"Are you handing over enough when inspiring someone?":{},"How to teach kids to program":{},"A quick look at 6 fountain pens":{},"Journaling in practice":{},"2017 in books":{},"Hiding Code Complexity":{},"Productivity Tools on all platforms":{},"A Decade in the Software Engineering industry":{},"The Startup of a Lean Doctorate":{},"Unit Testing PicoBlaze Assembly files":{},"A Ph.D. Thesis: Iteration 2":{},"Hugo Extended: More static site processing power!":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Programming on the Apple M1 Silicon":{},"Thoughts on Bullshit Jobs":{},"Digitizing journals using DEVONthink":{},"What is Creativity in Software Engineering?":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"My Retro Desk/Gaming Setup in 2021":{},"You Shouldn't Use Spotify":{},"Exploring the AlterNet":{},"The IndieWeb Mixed Bag":{},"Using Hugo to Launch a Gemini Capsule":{},"On Manuscript Review Procedures":{},"Social Debt in Development Teams":{},"Flea Market Season":{},"Misconceptions about retro gamers":{},"YouTube Play Image Links in Hugo":{},"Book Number Fourteen":{},"How Much Should I Spend On Magic The Gathering":{},"On Tea Prices":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Cheese cheese cheese cheese cheese":{},"Emotional Magic":{},"On Selling a Self-published Book":{},"20 Years of Personal Cellphone History":{},"Are You In The System Yet, Sir?":{},"Favorite Game Meme":{},"The HP Sprocket Mini Printer":{},"A Triumph For Blogging":{},"Are Digital Gardens Blogs?":{},"Ditch Scrum, Organize As You See Fit":{},"Ever-increasing Work Email Spam":{},"Power Usage Effectiveness":{},"Exporting Goodreads to Obsidian":{},"Where Does It Stop?":{},"A Creative State of Mind":{},"Allspice Is Not All Spice":{},"2021 Donations":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"November 2021 Meta Post":{},"Seneca on How to Live":{},"December 2021 In Review":{},"Generating a Blogroll With OPML in Hugo":{},"Natural Gas Prices and The Energy Market":{},"Winnie Lim on Rebuilding Oneself":{},"Woke in Class":{},"How To Enjoy Your Own Digital Music":{},"How to setup Pi-Hole on a Synology NAS":{},"January 2022 In Review":{},"On Trying To Sell A Laptop":{},"My Retrocomputing Projects For 2022":{},"Thoughts On Home NAS Systems":{},"Visualizing Personal Data Takeouts":{},"Water Usage and Prices":{},"A Personal Intro To Rough Hip-Hop":{},"An Ad Leaflet QR Design Mistake":{},"Creativity Equals Messy Code?":{},"February 2022 In Review":{},"How To Stream Your Own Music: Reprise":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"Fighting Webmention And Pingback Spam":{},"March 2022 In Review":{},"None Of My Best Friends Are Content Creators":{},"True Backlink Support in Hugo":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"April 2022 In Review":{},"How To Properly Store Your Game Boy Cartridges":{},"On Commuting By Bike":{},"Teaching Software Engineering Is Still Done Wrong":{},"Creating Top x Games Lists Is Hard":{},"From Mood Board To Mood Mugs":{},"May 2022 In Review":{},"Sparking Conversations at Conferences":{},"Give Up GitHub!":{},"June 2022 In Review":{}},"tags":{}}],["i5",{"_index":6118,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{}},"tags":{}}],["ibm",{"_index":9346,"title":{},"content":{"A 5.25\" Gobliins 2 Surprise":{}},"tags":{}}],["ic",{"_index":2471,"title":{},"content":{"How to teach kids to program":{},"You Shouldn't Use Spotify":{}},"tags":{}}],["icloud",{"_index":7019,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"tags":{}}],["icon",{"_index":2361,"title":{},"content":{"Teaching yourself to draw":{},"Tracking and privacy concerns on websites":{},"Personal Desktop Screenshots of Olde":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"The Productive Programmer on Mac":{},"Apple's App Store Design Mistake":{},"How Much Should I Spend On Magic The Gathering":{},"Thirty-Six":{},"20 Years of Personal Cellphone History":{},"From Curiosity To Creativity":{},"How Not To Do A Remaster":{},"Don't Expose The Stacktrace Please!":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"Freshly Baked Thoughts":{}},"tags":{}}],["icon`",{"_index":6029,"title":{},"content":{"A journey through the history of webdesign":{}},"tags":{}}],["ign](https://www.ign.com/articles/2019/07/17/nintendo",{"_index":8298,"title":{},"content":{"The Decline of Battery Life":{}},"tags":{}}],["ignit",{"_index":9319,"title":{},"content":{"The Lost Art of Being Lost":{}},"tags":{}}],["ignor",{"_index":2398,"title":{},"content":{"Are you handing over enough when inspiring someone?":{},"Computer Science learning pathways":{},"A Decade in the Software Engineering industry":{},"IT Competences and Certificates":{},"Programming: a Creative Cognitive Process":{},"Building an Athlon Windows 98 Retro PC":{},"How to write academic papers in Markdown":{},"Social Debt in Development Teams":{},"Cheese cheese cheese cheese cheese":{},"The Lost Art of Being Lost":{},"A Treatise on Leavened Waffles":{},"April 2022 In Review":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["ii",{"_index":2148,"title":{},"content":{"Webdriver Exception Handling":{},"3D Software Rendering on the GBA":{},"Building an Athlon Windows 98 Retro PC":{},"The Internet Killed Secrets in Games":{},"Discord killed support for WinXP":{},"Moon Logic":{},"Flea Market Season":{},"Favorite Game Meme":{},"A Creative State of Mind":{},"Three Little GameCube Mods":{},"Dark Age of Camelot in 2022":{}},"tags":{}}],["ii'",{"_index":6267,"title":{},"content":{"The Internet Killed Secrets in Games":{}},"tags":{}}],["ii](https://jefklakscodex.com/articles/reviews/simon",{"_index":7466,"title":{},"content":{"Moon Logic":{}},"tags":{}}],["ii](https://www.eongaming.tech/product",{"_index":10206,"title":{},"content":{"Three Little GameCube Mods":{}},"tags":{}}],["ii_",{"_index":8870,"title":{},"content":{"Favorite Game Meme":{}},"tags":{}}],["iii",{"_index":9297,"title":{},"content":{"Questionable Game Publishing Methods":{},"How Not To Do A Remaster":{}},"tags":{}}],["iii/iv",{"_index":6080,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{}},"tags":{}}],["ik",{"_index":1185,"title":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"content":{"undefined":{},"Over entropie":{},"Over het introduceren van bedrijfsethiek":{},"A Ph.D. Thesis Proposal":{},"Over de inflatie van intellect":{},"Over tijdsbesef":{},"Boeken die mij gevormd hebben tot wie ik ben":{},"Over analoog en digitaal":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["ikea",{"_index":6719,"title":{},"content":{"My Retro Desk/Gaming Setup in 2021":{}},"tags":{}}],["ill",{"_index":11124,"title":{},"content":{"A Personal Intro To Rough Hip-Hop":{}},"tags":{}}],["illeg",{"_index":11827,"title":{},"content":{"My Programming Language Odyssey":{}},"tags":{}}],["illiteraci",{"_index":8423,"title":{},"content":{"What if Seneca wasn't Nero's advisor?":{}},"tags":{}}],["illumin",{"_index":9845,"title":{},"content":{"A Creative State of Mind":{}},"tags":{}}],["illuminate\\support\\facades\\request::sess",{"_index":11711,"title":{},"content":{"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["illus",{"_index":9464,"title":{},"content":{"Constraint-based Creativity":{}},"tags":{}}],["illustr",{"_index":2368,"title":{},"content":{"Teaching yourself to draw":{},"Page Building with Brizy in Wordpress":{},"Teaching Software Engineering Is Still Done Wrong":{}},"tags":{}}],["im",{"_index":7018,"title":{},"content":{"Getting rid of trackers using LineageOS":{},"Generating a Blogroll With OPML in Hugo":{}},"tags":{}}],["imag",{"_index":2124,"title":{"RSS Feeds, Hugo, and Lazy Image Loading":{},"YouTube Play Image Links in Hugo":{}},"content":{"Webdriver Exception Handling":{},"I'm jealous of my dog":{},"2017 in books":{},"IT Competences and Certificates":{},"Tracking and privacy concerns on websites":{},"A journey through the history of webdesign":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"How to write academic papers in Markdown":{},"Getting rid of trackers using LineageOS":{},"Lousy Wordpress Hacking Attempts detected":{},"Misconceptions about retro gamers":{},"YouTube Play Image Links in Hugo":{},"Reducing Workflow Load Facilitates Writing":{},"From Analog Notebook to Digital Vault":{},"A Creative State of Mind":{},"November 2021 Meta Post":{},"Woke in Class":{},"March 2022 In Review":{},"How To Properly Store Your Game Boy Cartridges":{},"My Programming Language Odyssey":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["image.html",{"_index":6566,"title":{},"content":{"RSS Feeds, Hugo, and Lazy Image Loading":{}},"tags":{}}],["image[^pi",{"_index":10735,"title":{},"content":{"How to setup Pi-Hole on a Synology NAS":{}},"tags":{}}],["image](https://www.navidrome.org/docs/installation/dock",{"_index":11305,"title":{},"content":{"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["image_",{"_index":8226,"title":{},"content":{"Reducing Workflow Load Facilitates Writing":{}},"tags":{}}],["imageformat.png",{"_index":2132,"title":{},"content":{"Webdriver Exception Handling":{}},"tags":{}}],["imagemagick",{"_index":6461,"title":{},"content":{"Programming on the Apple M1 Silicon":{},"YouTube Play Image Links in Hugo":{},"From Analog Notebook to Digital Vault":{}},"tags":{}}],["imageri",{"_index":11975,"title":{},"content":{"From Mood Board To Mood Mugs":{}},"tags":{}}],["images![^tip",{"_index":6574,"title":{},"content":{"RSS Feeds, Hugo, and Lazy Image Loading":{}},"tags":{}}],["imagin",{"_index":1932,"title":{},"content":{"Faking domain logic":{},"Unit testing in Legacy Projects: VB6":{},"Reverse engineering a curriculum":{},"Programming: a Creative Cognitive Process":{},"Thoughts on Bullshit Jobs":{},"Thirty-Six":{},"The Lost Art of Being Lost":{},"The Emperor of Lists":{},"Why Mastodon Isn't Great For Serendipity":{},"A Personal Intro To Gentle Hip-Hop":{},"February 2022 In Review":{}},"tags":{}}],["imaginari",{"_index":9172,"title":{},"content":{"Ever-increasing Work Email Spam":{},"Natural Gas Prices and The Energy Market":{},"My Programming Language Odyssey":{}},"tags":{}}],["imajica](https://www.goodreads.com/book/show/567704.imajica",{"_index":12181,"title":{},"content":{"June 2022 In Review":{}},"tags":{}}],["imbu",{"_index":11641,"title":{},"content":{"Wax Seals And Snail Mail":{}},"tags":{}}],["img",{"_index":4155,"title":{},"content":{"Over tijdsbesef":{},"Programming: a Creative Cognitive Process":{},"RSS Feeds, Hugo, and Lazy Image Loading":{}},"tags":{}}],["img/analoguent.jpg",{"_index":4591,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["img/desktopshots/engagebusy_febr2005.jpg",{"_index":6228,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["img/desktopshots/feb2004.jpg",{"_index":6205,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["img/desktopshots/fvwm_aug2004.jpg",{"_index":6210,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["img/desktopshots/fvwm_confnew_20051027_1.jpg",{"_index":6244,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["img/desktopshots/lila_sept2004.jpg",{"_index":6219,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["img/tnmt.jpg",{"_index":5063,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["imhoff'",{"_index":10479,"title":{},"content":{"Minimalism and Tidying Up":{},"Cool Things People Do With Their Blogs":{}},"tags":{}}],["imit",{"_index":2572,"title":{},"content":{"A samurai learning mindset":{},"Why I like Pawn Stars":{}},"tags":{}}],["immedi",{"_index":2470,"title":{},"content":{"How to teach kids to program":{},"Combining async with generators in Node 11":{},"Reducing Workflow Load Facilitates Writing":{},"Emotional Magic":{},"A Note About Footnotes":{},"Favorite Game Meme":{},"Dear Student":{},"The Emperor of Lists":{},"Seneca on How to Live":{},"How To Stream Your Own Music: Reprise":{},"Leuchtturm Notebook Paper Quality":{}},"tags":{}}],["immens",{"_index":10709,"title":{},"content":{"How To Enjoy Your Own Digital Music":{}},"tags":{}}],["immer",{"_index":3366,"title":{},"content":{"Over entropie":{},"Boeken die mij gevormd hebben tot wie ik ben":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["immin",{"_index":3233,"title":{},"content":{"Concentrating on serendipitous creativity":{},"Winnie Lim on Rebuilding Oneself":{}},"tags":{}}],["immort",{"_index":7855,"title":{},"content":{"The Pilot Capless: a stellar stealth pen":{}},"tags":{}}],["immut",{"_index":798,"title":{},"content":{"undefined":{}},"tags":{}}],["imp",{"_index":10053,"title":{},"content":{"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["impact",{"_index":5552,"title":{},"content":{"ITiCSE 2020: A Report":{},"The first Dutch Obsidian meetup":{},"Favorite Game Meme":{},"Collective Creativity":{},"Why I Play Games (And So Should You)":{},"2021 Year In Review":{},"Once Upon a Time in Shaolin":{},"March 2022 In Review":{},"None Of My Best Friends Are Content Creators":{}},"tags":{}}],["impact_",{"_index":9326,"title":{},"content":{"A 5.25\" Gobliins 2 Surprise":{}},"tags":{}}],["impass",{"_index":3225,"title":{},"content":{"Concentrating on serendipitous creativity":{}},"tags":{}}],["impatient.hello\\r\\n\\t\\t\\r\\n\\t\\r\\nr",{"_index":1441,"title":{},"content":{"undefined":{}},"tags":{}}],["passwords](https://www.huderlem.com/blog/posts/carrot",{"_index":11535,"title":{},"content":{"Password Hacking Sylvester & Tweety: Breakfast on the Run":{}},"tags":{}}],["past",{"_index":4,"title":{},"content":{"Ending your day with happy thoughts":{},"Development principles in cooking":{},"I'm jealous of my dog":{},"Inventing - for the worse?":{},"Death to pseudocode?":{},"Building an Athlon Windows 98 Retro PC":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"The insanity of collecting retro games":{},"Discord killed support for WinXP":{},"YouTube Play Image Links in Hugo":{},"Water Levels As Public Data":{},"Kotlin Is Java 2.0, But It's Still Java":{},"The HP Sprocket Mini Printer":{},"Are Digital Gardens Blogs?":{},"Questionable Game Publishing Methods":{},"The Monthly Retro Screenshot Guessing Quiz":{},"November 2021 Meta Post":{},"Natural Gas Prices and The Energy Market":{},"Woke in Class":{},"2021 Year In Review":{},"January 2022 In Review":{},"Once Upon a Time in Shaolin":{},"My Retrocomputing Projects For 2022":{},"Academic Lineage":{},"My Programming Language Odyssey":{},"May 2022 In Review":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"Sparking Conversations at Conferences":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["past_",{"_index":8070,"title":{},"content":{"Double-dipping and Market Prices":{}},"tags":{}}],["pasta",{"_index":448,"title":{},"content":{"No, vegetarians do not eat fish!":{},"Cheese cheese cheese cheese cheese":{},"From Mood Board To Mood Mugs":{}},"tags":{}}],["pasta’",{"_index":440,"title":{},"content":{"No, vegetarians do not eat fish!":{}},"tags":{}}],["pasteur",{"_index":9526,"title":{},"content":{"Creative Critical Thinking":{}},"tags":{}}],["pastri",{"_index":12223,"title":{},"content":{"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["pat",{"_index":11156,"title":{},"content":{"Academic Lineage":{}},"tags":{}}],["patch",{"_index":6202,"title":{},"content":{"Personal Desktop Screenshots of Olde":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"How Not To Do A Remaster":{},"Generating a Blogroll With OPML in Hugo":{},"Why I Play Games (And So Should You)":{},"How to setup Pi-Hole on a Synology NAS":{}},"tags":{}}],["path",{"_index":1409,"title":{},"content":{"undefined":{},"Computer Science learning pathways":{},"A Decade in the Software Engineering industry":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Kotlin Is Java 2.0, But It's Still Java":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Seneca on How to Live":{},"How To Stream Your Own Music: Reprise":{},"The Life Lessons of Bonnie":{},"Creating Top x Games Lists Is Hard":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["pathet",{"_index":3153,"title":{},"content":{"Take your time.":{}},"tags":{}}],["pathway",{"_index":3519,"title":{"Computer Science learning pathways":{}},"content":{"Moon Logic":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["patienc",{"_index":7988,"title":{},"content":{"Apple's App Store Design Mistake":{}},"tags":{}}],["patient",{"_index":9709,"title":{},"content":{"How Not To Do A Remaster":{},"The Death Of The Nike+ SportWatch":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["patreon",{"_index":9907,"title":{},"content":{"2021 Donations":{}},"tags":{}}],["patrick",{"_index":10349,"title":{},"content":{"December 2021 In Review":{},"Drought":{}},"tags":{}}],["patron",{"_index":9069,"title":{},"content":{"Collective Creativity":{}},"tags":{}}],["pattern",{"_index":1599,"title":{"Enhancing the builder pattern with closures":{}},"content":{"Enhancing the builder pattern with closures":{},"Metaprogramming instead of duplication":{},"Are you handing over enough when inspiring someone?":{},"Hiding Code Complexity":{},"Computer Science learning pathways":{},"Programming: a Creative Cognitive Process":{},"Digitizing journals using DEVONthink":{},"Getting rid of trackers using LineageOS":{},"Teaching students about coding trends":{},"Social Debt in Development Teams":{},"Software Engineering Is Not Engineering":{},"Collective Creativity":{},"A Creative State of Mind":{},"A Factor Analysis For Dummies in R":{},"Winnie Lim on Rebuilding Oneself":{},"Visualizing Personal Data Takeouts":{},"Teaching Software Engineering Is Still Done Wrong":{}},"tags":{}}],["patterns](https://sourcemaking.com/design_patterns/singleton",{"_index":7580,"title":{},"content":{"Social Debt in Development Teams":{}},"tags":{}}],["patterson'",{"_index":10863,"title":{},"content":{"My Retrocomputing Projects For 2022":{}},"tags":{}}],["paul",{"_index":8540,"title":{},"content":{"Emotional Magic":{},"Collective Creativity":{},"Constraint-based Creativity":{},"December 2021 In Review":{},"February 2022 In Review":{}},"tags":{}}],["paulien",{"_index":11689,"title":{},"content":{"April 2022 In Review":{}},"tags":{}}],["paus",{"_index":8845,"title":{},"content":{"Creativity Self-Assessment Is Nonsense":{}},"tags":{}}],["pave",{"_index":9466,"title":{},"content":{"Constraint-based Creativity":{}},"tags":{}}],["pawn",{"_index":7721,"title":{"Why I like Pawn Stars":{}},"content":{"Flea Market Season":{},"Why I like Pawn Stars":{}},"tags":{}}],["pay",{"_index":1710,"title":{},"content":{"Integration Testing with SQLite":{},"Nuts about local nuts":{},"I'm jealous of my dog":{},"Domain Driven Design in C":{},"Tracking and privacy concerns on websites":{},"486 Upgrade 1: Sound Blaster 16":{},"Thoughts on Bullshit Jobs":{},"The Productive Programmer on Mac":{},"The insanity of collecting retro games":{},"You Shouldn't Use Spotify":{},"Emotional Magic":{},"Are You In The System Yet, Sir?":{},"Parking Machines Design Mistakes":{},"Are Digital Gardens Blogs?":{},"Questionable Game Publishing Methods":{},"A 5.25\" Gobliins 2 Surprise":{},"The Emperor of Lists":{},"Natural Gas Prices and The Energy Market":{},"Woke in Class":{},"Thoughts On Home NAS Systems":{},"Water Usage and Prices":{},"Creativity Equals Messy Code?":{},"The Strange Heterogenity of Hiking Signs":{},"Give Up GitHub!":{}},"tags":{}}],["payconiq",{"_index":8975,"title":{},"content":{"Parking Machines Design Mistakes":{}},"tags":{}}],["payment",{"_index":8974,"title":{},"content":{"Parking Machines Design Mistakes":{}},"tags":{}}],["payoff",{"_index":4303,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["payout",{"_index":6874,"title":{},"content":{"You Shouldn't Use Spotify":{}},"tags":{}}],["paz'",{"_index":11127,"title":{},"content":{"A Personal Intro To Rough Hip-Hop":{}},"tags":{}}],["pc",{"_index":1319,"title":{"Reviving an old 80486 PC":{},"Building a Core2Duo Windows XP Retro PC":{},"Building an Athlon Windows 98 Retro PC":{}},"content":{"Unit Testing Stored Procedures":{},"Integration Testing with SQLite":{},"Project Warlock: About Perseverance":{},"An am486 Performance Analysis":{},"486 Upgrade 2: The SD Card HDD":{},"486 Upgrade 1: Sound Blaster 16":{},"Reviving an old 80486 PC":{},"Building a Core2Duo Windows XP Retro PC":{},"Building an Athlon Windows 98 Retro PC":{},"Win98 Upgrade: Sound Blaster Audigy":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"The Productive Programmer on Mac":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Discord killed support for WinXP":{},"Moon Logic":{},"Belgium - Portugal: 5 - 2":{},"Flea Market Season":{},"YouTube Play Image Links in Hugo":{},"The HP Sprocket Mini Printer":{},"A 5.25\" Gobliins 2 Surprise":{},"How To Enjoy Your Own Digital Music":{},"My Retrocomputing Projects For 2022":{},"Thoughts On Home NAS Systems":{},"February 2022 In Review":{},"How To Stream Your Own Music: Reprise":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"My Programming Language Odyssey":{}},"tags":{}}],["pc.18845723",{"_index":6165,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["pc](/post/2020/09/reviv",{"_index":5810,"title":{},"content":{"486 Upgrade 2: The SD Card HDD":{},"486 Upgrade 1: Sound Blaster 16":{},"Building an Athlon Windows 98 Retro PC":{},"A 5.25\" Gobliins 2 Surprise":{}},"tags":{}}],["pc](/post/2020/10/build",{"_index":6061,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"tags":{}}],["pc_",{"_index":6161,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["pcb",{"_index":5881,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{},"Three Little GameCube Mods":{}},"tags":{}}],["pci",{"_index":6092,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{},"Win98 Upgrade: Sound Blaster Audigy":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Belgium - Portugal: 5 - 2":{},"Three Little GameCube Mods":{},"My Retrocomputing Projects For 2022":{}},"tags":{}}],["pci128",{"_index":6313,"title":{},"content":{"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["pcpbench",{"_index":5798,"title":{},"content":{"An am486 Performance Analysis":{}},"tags":{}}],["pcs](/post/2020/09/486",{"_index":6359,"title":{},"content":{"WinXP Upgrade: Sound Blaster X-Fi":{}},"tags":{}}],["pcs](/post/2021/02/mi",{"_index":7186,"title":{},"content":{"Discord killed support for WinXP":{}},"tags":{}}],["pdf",{"_index":1580,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{},"Using Pandoc to publish a book":{},"From Analog Notebook to Digital Vault":{}},"tags":{}}],["pdflatex",{"_index":5305,"title":{},"content":{"Using Pandoc to publish a book":{}},"tags":{}}],["peac",{"_index":269,"title":{},"content":{"On finding your inner zen in big cities":{},"No, vegetarians do not eat fish!":{},"My Retro Desk/Gaming Setup in 2021":{},"Technical Knowledge Brews Creativity":{},"Minimalism and Tidying Up":{}},"tags":{}}],["peacefulli",{"_index":10589,"title":{},"content":{"The Creative Techniques Toolbox":{}},"tags":{}}],["peachi",{"_index":9957,"title":{},"content":{"I'm Joining the Coffeeneuring Challenge of 2021":{},"Woke in Class":{}},"tags":{}}],["peak",{"_index":5551,"title":{},"content":{"ITiCSE 2020: A Report":{},"Building a Core2Duo Windows XP Retro PC":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"A Triumph For Blogging":{},"On Commuting By Bike":{}},"tags":{}}],["peanut",{"_index":10999,"title":{},"content":{"What a Night Cam Is Good For":{}},"tags":{}}],["pedal",{"_index":8258,"title":{},"content":{"Reducing Workflow Load Facilitates Writing":{}},"tags":{}}],["pedant",{"_index":11267,"title":{},"content":{"February 2022 In Review":{}},"tags":{}}],["peek",{"_index":6230,"title":{},"content":{"Personal Desktop Screenshots of Olde":{},"Moon Logic":{},"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["peel",{"_index":12239,"title":{},"content":{"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["peer",{"_index":3231,"title":{},"content":{"Concentrating on serendipitous creativity":{},"Five reasons why agile and academia don't go together":{},"Thoughts on collaboration in education":{},"On Manuscript Review Procedures":{},"Academese Gems":{},"How To Enjoy Your Own Digital Music":{}},"tags":{}}],["peers](https://theconversation.com/academ",{"_index":7625,"title":{},"content":{"Academese Gems":{}},"tags":{}}],["peko",{"_index":8183,"title":{},"content":{"On Tea Prices":{}},"tags":{}}],["pen",{"_index":460,"title":{"A quick look at 6 fountain pens":{},"The Pilot Capless: a stellar stealth pen":{}},"content":{"No, vegetarians do not eat fish!":{},"A quick look at 6 fountain pens":{},"Over de inflatie van intellect":{},"The first Dutch Obsidian meetup":{},"Flea Market Season":{},"The Pilot Capless: a stellar stealth pen":{},"Why I like Pawn Stars":{},"Book Number Fourteen":{},"What if Seneca wasn't Nero's advisor?":{},"Are You In The System Yet, Sir?":{},"A Triumph For Blogging":{},"Very Old and Somewhat Old Mood Boards":{},"The Emperor of Lists":{},"Seneca on How to Live":{},"Technical Knowledge Brews Creativity":{},"Why Mastodon Isn't Great For Serendipity":{},"Winnie Lim on Rebuilding Oneself":{},"Leuchtturm Notebook Paper Quality":{},"Wax Seals And Snail Mail":{},"From Mood Board To Mood Mugs":{}},"tags":{}}],["penandpencil.jpg",{"_index":8993,"title":{},"content":{"A Triumph For Blogging":{}},"tags":{}}],["pencil",{"_index":58,"title":{},"content":{"Ending your day with happy thoughts":{},"A Triumph For Blogging":{}},"tags":{}}],["pencil.that",{"_index":164,"title":{},"content":{"Ending your day with happy thoughts":{}},"tags":{}}],["penetr",{"_index":11028,"title":{},"content":{"A Personal Intro To Gentle Hip-Hop":{}},"tags":{}}],["pens.jpg",{"_index":7858,"title":{},"content":{"The Pilot Capless: a stellar stealth pen":{}},"tags":{}}],["pens](/img/6pen",{"_index":2762,"title":{},"content":{"A quick look at 6 fountain pens":{}},"tags":{}}],["pens](/post/2017/07/fountain",{"_index":7820,"title":{},"content":{"The Pilot Capless: a stellar stealth pen":{}},"tags":{}}],["pentium",{"_index":6079,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{},"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["penz",{"_index":2723,"title":{},"content":{"A quick look at 6 fountain pens":{}},"tags":{}}],["peop",{"_index":12162,"title":{},"content":{"Give Up GitHub!":{}},"tags":{}}],["peopl",{"_index":277,"title":{"Cool Things People Do With Their Blogs":{}},"content":{"On finding your inner zen in big cities":{},"No, vegetarians do not eat fish!":{},"Learning to become a baker":{},"Unit Testing Stored Procedures":{},"Faking domain logic":{},"Teaching yourself to draw":{},"How to teach kids to program":{},"Development principles in cooking":{},"Journaling in practice":{},"Nuts about local nuts":{},"Inventing - for the worse?":{},"Hiding Code Complexity":{},"Take your time.":{},"Reverse engineering a curriculum":{},"A Decade in the Software Engineering industry":{},"A Ph.D. Thesis: Iteration 2":{},"Programming: a Creative Cognitive Process":{},"Five reasons why agile and academia don't go together":{},"Project Warlock: About Perseverance":{},"Designing websites with accessibility in mind":{},"Thoughts on Bullshit Jobs":{},"The Productive Programmer on Mac":{},"What is Creativity in Software Engineering?":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Exploring the AlterNet":{},"Discord killed support for WinXP":{},"The first Dutch Obsidian meetup":{},"Using Hugo to Launch a Gemini Capsule":{},"Host your own webmention receiver":{},"Flea Market Season":{},"Misconceptions about retro gamers":{},"Double-dipping and Market Prices":{},"On Tea Prices":{},"Rules of a Creator's Life":{},"Water Levels As Public Data":{},"What if Seneca wasn't Nero's advisor?":{},"On Selling a Self-published Book":{},"Creativity Self-Assessment Is Nonsense":{},"A Triumph For Blogging":{},"Are Digital Gardens Blogs?":{},"Ditch Scrum, Organize As You See Fit":{},"Power Usage Effectiveness":{},"The Lost Art of Being Lost":{},"Creative Critical Thinking":{},"How Not To Do A Remaster":{},"A Creative State of Mind":{},"Migrating from Mailchimp to Listmonk":{},"Why Mastodon Isn't Great For Serendipity":{},"Re: Writing A Book Is Nonesense":{},"The Creative Techniques Toolbox":{},"Why I Play Games (And So Should You)":{},"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{},"Academic Lineage":{},"Expiry Dates On Journals":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"Cool Things People Do With Their Blogs":{},"None Of My Best Friends Are Content Creators":{},"Don't Expose The Stacktrace Please!":{},"How To Properly Store Your Game Boy Cartridges":{},"Sparking Conversations at Conferences":{},"The Modern QR Code Life":{}},"tags":{}}],["people'",{"_index":3105,"title":{},"content":{"Hiding Code Complexity":{},"The Emperor of Lists":{}},"tags":{}}],["peplin",{"_index":4478,"title":{},"content":{"The Startup of a Lean Doctorate":{}},"tags":{}}],["pepper",{"_index":2604,"title":{},"content":{"Development principles in cooking":{},"Allspice Is Not All Spice":{}},"tags":{}}],["per",{"_index":2393,"title":{},"content":{"Are you handing over enough when inspiring someone?":{},"I'm jealous of my dog":{},"Over de inflatie van intellect":{},"Over tijdsbesef":{},"Boeken die mij gevormd hebben tot wie ik ben":{},"De zin en onzin van conferenties":{},"An am486 Performance Analysis":{},"486 Upgrade 2: The SD Card HDD":{},"Building a Core2Duo Windows XP Retro PC":{},"The Internet Killed Secrets in Games":{},"You Shouldn't Use Spotify":{},"How Much Should I Spend On Magic The Gathering":{},"On Tea Prices":{},"Water Levels As Public Data":{},"On Trying To Sell A Laptop":{},"April 2022 In Review":{}},"tags":{}}],["perceiv",{"_index":4929,"title":{},"content":{"Programming: a Creative Cognitive Process":{},"Thoughts on Bullshit Jobs":{}},"tags":{}}],["percent",{"_index":9868,"title":{},"content":{"Allspice Is Not All Spice":{},"The Creative Techniques Toolbox":{},"Woke in Class":{},"Water Usage and Prices":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{}},"tags":{}}],["percentag",{"_index":6493,"title":{},"content":{"Thoughts on Bullshit Jobs":{},"Discord killed support for WinXP":{}},"tags":{}}],["percentages_",{"_index":9396,"title":{},"content":{"A Treatise on Leavened Waffles":{}},"tags":{}}],["perfect",{"_index":1990,"title":{"The Perfect Bowl Of Oatmeal Porridge":{}},"content":{".NET Memory management VS JVM Memory management":{},"IT Competences and Certificates":{},"486 Upgrade 2: The SD Card HDD":{},"Exploring the Go programming language":{},"Rules of a Creator's Life":{},"Constraint-based Creativity":{},"From Curiosity To Creativity":{},"Migrating from Mailchimp to Listmonk":{},"How To Properly Store Your Game Boy Cartridges":{},"May 2022 In Review":{},"Give Up GitHub!":{}},"tags":{}}],["perfectli",{"_index":3084,"title":{},"content":{"2017 in books":{},"Social Debt in Development Teams":{},"Re: Writing A Book Is Nonesense":{},"Expiry Dates On Journals":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"None Of My Best Friends Are Content Creators":{}},"tags":{}}],["perform",{"_index":2079,"title":{"An am486 Performance Analysis":{}},"content":{"Unit Testing Extjs UI with Siesta":{},"ITiCSE 2020: A Report":{},"An am486 Performance Analysis":{},"Reviving an old 80486 PC":{},"Programming on the Apple M1 Silicon":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Social Debt in Development Teams":{},"The Pilot Capless: a stellar stealth pen":{},"Creativity Self-Assessment Is Nonsense":{},"Ditch Scrum, Organize As You See Fit":{},"Leuchtturm Notebook Paper Quality":{}},"tags":{}}],["pergamon",{"_index":9430,"title":{},"content":{"Constraint-based Creativity":{}},"tags":{}}],["perhap",{"_index":5087,"title":{},"content":{"Five reasons why agile and academia don't go together":{},"ITiCSE 2020: A Report":{},"486 Upgrade 1: Sound Blaster 16":{},"The insanity of collecting retro games":{},"Teaching students about coding trends":{},"The IndieWeb Mixed Bag":{},"Exploring the Go programming language":{},"Re: Is collecting physical games worth it?":{},"Social Debt in Development Teams":{},"Academese Gems":{},"Flea Market Season":{},"Misconceptions about retro gamers":{},"The Pilot Capless: a stellar stealth pen":{},"Reducing Workflow Load Facilitates Writing":{},"What if Seneca wasn't Nero's advisor?":{},"On Selling a Self-published Book":{},"My Kotlin Rose-Tinted Glasses Broke":{},"Thirty-Six":{},"Creativity Self-Assessment Is Nonsense":{},"Favorite Game Meme":{},"Parking Machines Design Mistakes":{},"Collective Creativity":{},"Very Old and Somewhat Old Mood Boards":{},"The Lost Art of Being Lost":{},"Where Does It Stop?":{},"Migrating from Mailchimp to Listmonk":{},"Three Little GameCube Mods":{},"A Factor Analysis For Dummies in R":{},"Re: Writing A Book Is Nonesense":{},"Why I Play Games (And So Should You)":{},"Winnie Lim on Rebuilding Oneself":{},"On Trying To Sell A Laptop":{},"My Retrocomputing Projects For 2022":{},"What a Night Cam Is Good For":{},"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{},"Academic Lineage":{},"Creativity Equals Messy Code?":{},"Expiry Dates On Journals":{},"Equality in Game Credits":{},"March 2022 In Review":{},"None Of My Best Friends Are Content Creators":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"The Death Of The Nike+ SportWatch":{},"Don't Expose The Stacktrace Please!":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["period",{"_index":946,"title":{},"content":{"Learning to become a baker":{},"Concentrating on serendipitous creativity":{},"Over tijdsbesef":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Water Levels As Public Data":{},"From Curiosity To Creativity":{},"A Creative State of Mind":{},"What a Night Cam Is Good For":{},"How To Stream Your Own Music: Reprise":{},"Cool Things People Do With Their Blogs":{},"None Of My Best Friends Are Content Creators":{},"Drought":{}},"tags":{}}],["perish_",{"_index":7381,"title":{},"content":{"On Manuscript Review Procedures":{},"Equality in Game Credits":{}},"tags":{}}],["perl",{"_index":714,"title":{},"content":{"undefined":{},"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["permalink",{"_index":8250,"title":{},"content":{"Reducing Workflow Load Facilitates Writing":{},"True Backlink Support in Hugo":{}},"tags":{}}],["perman",{"_index":9580,"title":{},"content":{"Exporting Goodreads to Obsidian":{},"Dark Age of Camelot in 2022":{},"December 2021 In Review":{}},"tags":{}}],["permiss",{"_index":6713,"title":{},"content":{"My Retro Desk/Gaming Setup in 2021":{},"Exploring the Go programming language":{},"Woke in Class":{}},"tags":{}}],["permit",{"_index":11779,"title":{},"content":{"Drought":{}},"tags":{}}],["permitrootlogin",{"_index":5151,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{}},"tags":{}}],["pernici",{"_index":6480,"title":{},"content":{"Thoughts on Bullshit Jobs":{}},"tags":{}}],["persev",{"_index":11941,"title":{},"content":{"The Life Lessons of Bonnie":{}},"tags":{}}],["persever",{"_index":5342,"title":{"Project Warlock: About Perseverance":{}},"content":{"The Internet Killed Secrets in Games":{}},"tags":{}}],["persian",{"_index":9666,"title":{},"content":{"From Curiosity To Creativity":{}},"tags":{}}],["persist",{"_index":3103,"title":{},"content":{"Hiding Code Complexity":{},"DIY: Hosting stuff on your own VPS":{},"Misconceptions about retro gamers":{},"Water Levels As Public Data":{},"Collective Creativity":{},"2021 Year In Review":{},"Drought":{},"The Life Lessons of Bonnie":{}},"tags":{}}],["person",{"_index":368,"title":{"Personal Desktop Screenshots of Olde":{},"20 Years of Personal Cellphone History":{},"Visualizing Personal Data Takeouts":{},"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{}},"content":{"No, vegetarians do not eat fish!":{},"Are you handing over enough when inspiring someone?":{},"Healing creative scars":{},"I'm jealous of my dog":{},"Domain Driven Design in C":{},"A Ph.D. Thesis: Iteration 2":{},"Project Warlock: About Perseverance":{},"ITiCSE 2020: A Report":{},"Reviving an old 80486 PC":{},"A journey through the history of webdesign":{},"Digitizing journals using DEVONthink":{},"What is Creativity in Software Engineering?":{},"Discord killed support for WinXP":{},"Using Hugo to Launch a Gemini Capsule":{},"Moon Logic":{},"Re: Is collecting physical games worth it?":{},"Academese Gems":{},"On Selling a Self-published Book":{},"Are You In The System Yet, Sir?":{},"Creativity Self-Assessment Is Nonsense":{},"Favorite Game Meme":{},"Parking Machines Design Mistakes":{},"Are Digital Gardens Blogs?":{},"Collective Creativity":{},"Dear Student":{},"A 5.25\" Gobliins 2 Surprise":{},"Exporting Goodreads to Obsidian":{},"From Analog Notebook to Digital Vault":{},"Technical Knowledge Brews Creativity":{},"A Factor Analysis For Dummies in R":{},"Re: Writing A Book Is Nonesense":{},"2021 Year In Review":{},"January 2022 In Review":{},"On Trying To Sell A Laptop":{},"Thoughts On Home NAS Systems":{},"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{},"Expiry Dates On Journals":{},"How To Stream Your Own Music: Reprise":{},"Equality in Game Credits":{},"None Of My Best Friends Are Content Creators":{},"April 2022 In Review":{},"My Programming Language Odyssey":{},"On Commuting By Bike":{},"On Learning A New (Programming) Language":{},"Teaching Software Engineering Is Still Done Wrong":{},"The Life Lessons of Bonnie":{},"Creating Top x Games Lists Is Hard":{},"June 2022 In Review":{},"Freshly Baked Thoughts":{}},"tags":{}}],["person(65",{"_index":4312,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["person(int",{"_index":4307,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["person_is_old",{"_index":4331,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["person_is_old(person",{"_index":4330,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["personag",{"_index":3919,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["personalti",{"_index":10405,"title":{},"content":{"A Factor Analysis For Dummies in R":{}},"tags":{}}],["personen",{"_index":3700,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{}},"tags":{}}],["persoon",{"_index":3400,"title":{},"content":{"Over entropie":{},"De zin en onzin van conferenties":{}},"tags":{}}],["persoonlijk",{"_index":3779,"title":{},"content":{"A Ph.D. Thesis Proposal":{}},"tags":{}}],["perspect",{"_index":323,"title":{},"content":{"On finding your inner zen in big cities":{},"Programming on the Apple M1 Silicon":{},"Re: Is collecting physical games worth it?":{},"Constraint-based Creativity":{},"Dark Age of Camelot in 2022":{}},"tags":{}}],["perspectief",{"_index":4258,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["persuad",{"_index":9509,"title":{},"content":{"Creative Critical Thinking":{},"From Curiosity To Creativity":{}},"tags":{}}],["pescatarian",{"_index":354,"title":{},"content":{"No, vegetarians do not eat fish!":{}},"tags":{}}],["peso",{"_index":7160,"title":{},"content":{"The IndieWeb Mixed Bag":{}},"tags":{}}],["pesos](/post/2021/03/th",{"_index":9583,"title":{},"content":{"Exporting Goodreads to Obsidian":{}},"tags":{}}],["pet",{"_index":3193,"title":{},"content":{"Take your time.":{}},"tags":{}}],["peter",{"_index":8054,"title":{},"content":{"Double-dipping and Market Prices":{},"Thirty-Six":{},"A Triumph For Blogging":{},"A 5.25\" Gobliins 2 Surprise":{},"November 2021 Meta Post":{},"December 2021 In Review":{},"Drought":{}},"tags":{}}],["peter'",{"_index":8996,"title":{},"content":{"A Triumph For Blogging":{},"A 5.25\" Gobliins 2 Surprise":{},"A Treatise on Leavened Waffles":{}},"tags":{}}],["petit",{"_index":5934,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["petri",{"_index":3589,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{}},"tags":{}}],["pexels](https://pexels.com",{"_index":4725,"title":{},"content":{"IT Competences and Certificates":{}},"tags":{}}],["ph.d",{"_index":3710,"title":{"A Ph.D. Thesis Proposal":{},"A Ph.D. Thesis: Iteration 2":{}},"content":{"A Ph.D. Thesis Proposal":{}},"tags":{}}],["pharaoh",{"_index":10044,"title":{},"content":{"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["phase",{"_index":1338,"title":{},"content":{"Unit Testing Stored Procedures":{}},"tags":{}}],["phd",{"_index":3561,"title":{},"content":{"The Startup of a Lean Doctorate":{},"Thoughts on collaboration in education":{},"What is Creativity in Software Engineering?":{},"On Manuscript Review Procedures":{},"Ever-increasing Work Email Spam":{},"Academic Lineage":{}},"tags":{"Computer Science learning pathways":{},"A Ph.D. Thesis Proposal":{},"Reverse engineering a curriculum":{},"The Startup of a Lean Doctorate":{},"A Ph.D. Thesis: Iteration 2":{},"IT Competences and Certificates":{},"Programming: a Creative Cognitive Process":{},"What is Creativity in Software Engineering?":{},"Creativity Self-Assessment Is Nonsense":{},"Collective Creativity":{},"Constraint-based Creativity":{},"Creative Critical Thinking":{},"From Curiosity To Creativity":{},"A Creative State of Mind":{},"Technical Knowledge Brews Creativity":{},"A Factor Analysis For Dummies in R":{},"The Creative Techniques Toolbox":{},"Creativity Equals Messy Code?":{}}}],["phenomena",{"_index":9537,"title":{},"content":{"Creative Critical Thinking":{}},"tags":{}}],["phenomenon",{"_index":3843,"title":{},"content":{"Reverse engineering a curriculum":{},"Thoughts on Bullshit Jobs":{}},"tags":{}}],["phil",{"_index":5852,"title":{},"content":{"486 Upgrade 2: The SD Card HDD":{}},"tags":{}}],["phil'",{"_index":5769,"title":{},"content":{"An am486 Performance Analysis":{},"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["philosoph",{"_index":8391,"title":{},"content":{"What if Seneca wasn't Nero's advisor?":{},"Emotional Magic":{},"Collective Creativity":{},"The Lost Art of Being Lost":{},"Seneca on How to Live":{},"Technical Knowledge Brews Creativity":{},"December 2021 In Review":{},"Winnie Lim on Rebuilding Oneself":{},"February 2022 In Review":{},"March 2022 In Review":{},"May 2022 In Review":{}},"tags":{}}],["philosophi",{"_index":2950,"title":{"Teaching by philosophy":{}},"content":{"I'm jealous of my dog":{},"Inventing - for the worse?":{},"2017 in books":{},"Reverse engineering a curriculum":{},"What if Seneca wasn't Nero's advisor?":{},"Creative Critical Thinking":{},"Minimalism and Tidying Up":{},"Winnie Lim on Rebuilding Oneself":{},"April 2022 In Review":{}},"tags":{"Teaching by philosophy":{},"What if Seneca wasn't Nero's advisor?":{},"The Emperor of Lists":{},"Seneca on How to Live":{},"The Life Lessons of Bonnie":{}}}],["philosophy](/post/teach",{"_index":3810,"title":{},"content":{"Reverse engineering a curriculum":{}},"tags":{}}],["phish",{"_index":11176,"title":{},"content":{"An Ad Leaflet QR Design Mistake":{}},"tags":{}}],["phixion",{"_index":11121,"title":{},"content":{"A Personal Intro To Rough Hip-Hop":{}},"tags":{}}],["phixion_",{"_index":10695,"title":{},"content":{"How To Enjoy Your Own Digital Music":{}},"tags":{}}],["phone",{"_index":7021,"title":{},"content":{"Getting rid of trackers using LineageOS":{},"20 Years of Personal Cellphone History":{},"Visualizing Personal Data Takeouts":{},"The Modern QR Code Life":{}},"tags":{}}],["photo",{"_index":5903,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{},"Reviving an old 80486 PC":{},"Building a Core2Duo Windows XP Retro PC":{},"My Retro Desk/Gaming Setup in 2021":{},"The insanity of collecting retro games":{},"Flea Market Season":{},"The Fridge, Your Inoculation Room":{},"Water Levels As Public Data":{},"Pinball Machines in a Jenever Museum":{},"20 Years of Personal Cellphone History":{},"The HP Sprocket Mini Printer":{},"Are Digital Gardens Blogs?":{},"Questionable Game Publishing Methods":{},"Three Little GameCube Mods":{},"How To Enjoy Your Own Digital Music":{},"Visualizing Personal Data Takeouts":{},"March 2022 In Review":{},"Wax Seals And Snail Mail":{},"From Mood Board To Mood Mugs":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["photograph",{"_index":5534,"title":{},"content":{"ITiCSE 2020: A Report":{},"486 Upgrade 1: Sound Blaster 16":{},"Very Old and Somewhat Old Mood Boards":{},"March 2022 In Review":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["photographi",{"_index":8766,"title":{},"content":{"20 Years of Personal Cellphone History":{}},"tags":{}}],["php",{"_index":5268,"title":{},"content":{"Page Building with Brizy in Wordpress":{},"Very Old and Somewhat Old Mood Boards":{},"Don't Expose The Stacktrace Please!":{}},"tags":{"Page Building with Brizy in Wordpress":{},"Don't Expose The Stacktrace Please!":{}}}],["physic",{"_index":1589,"title":{"Re: Is collecting physical games worth it?":{}},"content":{"Visual Studio 2012 for Eclipse users":{},"Teaching yourself to draw":{},"Computer Science learning pathways":{},"Programming: a Creative Cognitive Process":{},"Using Pandoc to publish a book":{},"The insanity of collecting retro games":{},"Nineties collecting nostalgia":{},"Re: Is collecting physical games worth it?":{},"Misconceptions about retro gamers":{},"Why I like Pawn Stars":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"On Selling a Self-published Book":{},"Ever-increasing Work Email Spam":{},"Power Usage Effectiveness":{},"Questionable Game Publishing Methods":{},"Migrating from Mailchimp to Listmonk":{},"Technical Knowledge Brews Creativity":{},"Minimalism and Tidying Up":{},"Once Upon a Time in Shaolin":{},"An Ad Leaflet QR Design Mistake":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"June 2022 In Review":{}},"tags":{}}],["pi",{"_index":4582,"title":{"How to setup Pi-Hole on a Synology NAS":{}},"content":{"Over analoog en digitaal":{},"How to setup Pi-Hole on a Synology NAS":{},"Thoughts On Home NAS Systems":{}},"tags":{}}],["pi-hol",{"_index":10764,"title":{},"content":{},"tags":{"How to setup Pi-Hole on a Synology NAS":{}}}],["picasso",{"_index":9111,"title":{},"content":{"Collective Creativity":{}},"tags":{}}],["picasso'",{"_index":9468,"title":{},"content":{"Constraint-based Creativity":{}},"tags":{}}],["pick",{"_index":3487,"title":{},"content":{"Teaching by philosophy":{},"Building an Athlon Windows 98 Retro PC":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Exploring the Go programming language":{},"Moon Logic":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"A Note About Footnotes":{},"Favorite Game Meme":{},"Questionable Game Publishing Methods":{},"November 2021 Meta Post":{},"Dark Age of Camelot in 2022":{},"A Factor Analysis For Dummies in R":{},"The Creative Techniques Toolbox":{},"Woke in Class":{},"2021 Year In Review":{},"January 2022 In Review":{},"The Death Of The Nike+ SportWatch":{},"April 2022 In Review":{},"My Programming Language Odyssey":{}},"tags":{}}],["picki",{"_index":2622,"title":{},"content":{"Development principles in cooking":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Exploring the Go programming language":{}},"tags":{}}],["pickl",{"_index":9982,"title":{},"content":{"Migrating from Mailchimp to Listmonk":{},"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["picoblaz",{"_index":4625,"title":{"Unit Testing PicoBlaze Assembly files":{}},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{"Unit Testing PicoBlaze Assembly files":{}}}],["picoblaze](https://www.xilinx.com/products/intellectu",{"_index":4633,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["pictur",{"_index":2761,"title":{},"content":{"A quick look at 6 fountain pens":{},"Journaling in practice":{},"Take your time.":{},"Nineties collecting nostalgia":{},"Water Levels As Public Data":{},"On Selling a Self-published Book":{},"20 Years of Personal Cellphone History":{},"The HP Sprocket Mini Printer":{},"Questionable Game Publishing Methods":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"The Monthly Retro Screenshot Guessing Quiz":{},"The Creative Techniques Toolbox":{},"Winnie Lim on Rebuilding Oneself":{},"Wax Seals And Snail Mail":{},"How To Properly Store Your Game Boy Cartridges":{},"Teaching Software Engineering Is Still Done Wrong":{},"The Life Lessons of Bonnie":{}},"tags":{}}],["piec",{"_index":1062,"title":{},"content":{"undefined":{},"Faking domain logic":{},"Teaching by philosophy":{},"Domain Driven Design in C":{},"Unit Testing PicoBlaze Assembly files":{},"Five reasons why agile and academia don't go together":{},"Reviving an old 80486 PC":{},"A journey through the history of webdesign":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Programming on the Apple M1 Silicon":{},"The Productive Programmer on Mac":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"My Retro Desk/Gaming Setup in 2021":{},"Using Hugo to Launch a Gemini Capsule":{},"Flea Market Season":{},"On Tea Prices":{},"The Decline of Battery Life":{},"Emotional Magic":{},"Collective Creativity":{},"Dear Student":{},"Very Old and Somewhat Old Mood Boards":{},"Questionable Game Publishing Methods":{},"A 5.25\" Gobliins 2 Surprise":{},"The Emperor of Lists":{},"2021 Donations":{},"Technical Knowledge Brews Creativity":{},"Why Mastodon Isn't Great For Serendipity":{},"The Creative Techniques Toolbox":{},"Leuchtturm Notebook Paper Quality":{},"True Backlink Support in Hugo":{},"From Mood Board To Mood Mugs":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["piet",{"_index":4829,"title":{},"content":{"De zin en onzin van conferenties":{},"Collective Creativity":{}},"tags":{}}],["pig",{"_index":3184,"title":{},"content":{"Take your time.":{}},"tags":{}}],["piholesetup1.jpg",{"_index":10755,"title":{},"content":{"How to setup Pi-Hole on a Synology NAS":{}},"tags":{}}],["pijn",{"_index":3386,"title":{},"content":{"Over entropie":{}},"tags":{}}],["pike",{"_index":6970,"title":{},"content":{"Exploring the AlterNet":{},"From Curiosity To Creativity":{}},"tags":{}}],["piketti",{"_index":4749,"title":{},"content":{"IT Competences and Certificates":{}},"tags":{}}],["piketty'",{"_index":9767,"title":{},"content":{"Where Does It Stop?":{}},"tags":{}}],["pikmin",{"_index":11961,"title":{},"content":{"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["pile",{"_index":5483,"title":{},"content":{"Designing websites with accessibility in mind":{},"Minimalism and Tidying Up":{}},"tags":{}}],["pillowcas",{"_index":11932,"title":{},"content":{"The Life Lessons of Bonnie":{}},"tags":{}}],["pilot",{"_index":2735,"title":{"The Pilot Capless: a stellar stealth pen":{}},"content":{"A quick look at 6 fountain pens":{},"The Pilot Capless: a stellar stealth pen":{},"Water Levels As Public Data":{}},"tags":{}}],["pin",{"_index":2358,"title":{},"content":{"Teaching yourself to draw":{},"A Ph.D. Thesis: Iteration 2":{},"Reviving an old 80486 PC":{},"Win98 Upgrade: Sound Blaster Audigy":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["pinbal",{"_index":8621,"title":{"Pinball Machines in a Jenever Museum":{}},"content":{"Pinball Machines in a Jenever Museum":{}},"tags":{"Pinball Machines in a Jenever Museum":{}}}],["pine",{"_index":2822,"title":{},"content":{"Nuts about local nuts":{}},"tags":{}}],["ping",{"_index":7439,"title":{},"content":{"Host your own webmention receiver":{}},"tags":{}}],["pingback",{"_index":6952,"title":{"Fighting Webmention And Pingback Spam":{}},"content":{"Exploring the AlterNet":{},"The IndieWeb Mixed Bag":{},"Host your own webmention receiver":{},"Fighting Webmention And Pingback Spam":{},"April 2022 In Review":{}},"tags":{"Fighting Webmention And Pingback Spam":{}}}],["pink",{"_index":10930,"title":{},"content":{"Visualizing Personal Data Takeouts":{}},"tags":{}}],["pinker",{"_index":7607,"title":{},"content":{"Academese Gems":{}},"tags":{}}],["pinki",{"_index":6990,"title":{},"content":{"Exploring the AlterNet":{},"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["pinnacl",{"_index":10196,"title":{},"content":{"Three Little GameCube Mods":{}},"tags":{}}],["pinterest",{"_index":2355,"title":{},"content":{"Teaching yourself to draw":{}},"tags":{}}],["pinto",{"_index":7644,"title":{},"content":{"Belgium - Portugal: 5 - 2":{}},"tags":{}}],["pipe",{"_index":5196,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"tags":{}}],["pipelin",{"_index":5179,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"tags":{}}],["pipes/scss",{"_index":5199,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"tags":{}}],["piqu",{"_index":10630,"title":{},"content":{"Winnie Lim on Rebuilding Oneself":{}},"tags":{}}],["piraci",{"_index":10823,"title":{},"content":{"Once Upon a Time in Shaolin":{}},"tags":{}}],["piranha",{"_index":8010,"title":{},"content":{"Book Number Fourteen":{}},"tags":{}}],["pirat",{"_index":10110,"title":{},"content":{"November 2021 Meta Post":{},"How To Enjoy Your Own Digital Music":{}},"tags":{}}],["piss",{"_index":7127,"title":{},"content":{"The IndieWeb Mixed Bag":{}},"tags":{}}],["pistachio",{"_index":12093,"title":{},"content":{"Sparking Conversations at Conferences":{}},"tags":{}}],["pit",{"_index":7682,"title":{},"content":{"Belgium - Portugal: 5 - 2":{}},"tags":{}}],["pitch",{"_index":6412,"title":{},"content":{"WinXP Upgrade: Sound Blaster X-Fi":{}},"tags":{}}],["pitfal",{"_index":740,"title":{},"content":{"undefined":{}},"tags":{}}],["piti",{"_index":8777,"title":{},"content":{"20 Years of Personal Cellphone History":{}},"tags":{}}],["pixea",{"_index":10115,"title":{},"content":{"November 2021 Meta Post":{}},"tags":{}}],["pixel",{"_index":5614,"title":{},"content":{"Tracking and privacy concerns on websites":{},"3D Software Rendering on the GBA":{},"Moon Logic":{},"Favorite Game Meme":{},"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["pizza",{"_index":962,"title":{},"content":{"Learning to become a baker":{},"Cheese cheese cheese cheese cheese":{}},"tags":{}}],["pizza’",{"_index":439,"title":{},"content":{"No, vegetarians do not eat fish!":{}},"tags":{}}],["pkm",{"_index":9578,"title":{},"content":{"Exporting Goodreads to Obsidian":{}},"tags":{}}],["plaat",{"_index":3397,"title":{},"content":{"Over entropie":{},"Over het introduceren van bedrijfsethiek":{},"A Ph.D. Thesis Proposal":{},"Over tijdsbesef":{},"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["plaats1",{"_index":1459,"title":{},"content":{"undefined":{}},"tags":{}}],["plaats2",{"_index":1460,"title":{},"content":{"undefined":{}},"tags":{}}],["place",{"_index":188,"title":{},"content":{"On finding your inner zen in big cities":{},"No, vegetarians do not eat fish!":{},"Faking domain logic":{},"Journaling in practice":{},"Nuts about local nuts":{},"IT Competences and Certificates":{},"Five reasons why agile and academia don't go together":{},"ITiCSE 2020: A Report":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Teaching students about coding trends":{},"The IndieWeb Mixed Bag":{},"Moon Logic":{},"Nineties collecting nostalgia":{},"Flea Market Season":{},"Software Engineering Is Not Engineering":{},"How Much Should I Spend On Magic The Gathering":{},"Reducing Workflow Load Facilitates Writing":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Pinball Machines in a Jenever Museum":{},"Are You In The System Yet, Sir?":{},"Dear Student":{},"Ever-increasing Work Email Spam":{},"The Lost Art of Being Lost":{},"The Emperor of Lists":{},"From Analog Notebook to Digital Vault":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Dark Age of Camelot in 2022":{},"Re: Writing A Book Is Nonesense":{},"2021 Year In Review":{},"On Trying To Sell A Laptop":{},"Expiry Dates On Journals":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"Drought":{},"How To Properly Store Your Game Boy Cartridges":{},"The Modern QR Code Life":{},"The Strange Heterogenity of Hiking Signs":{},"Give Up GitHub!":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["placehold",{"_index":5517,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["placement",{"_index":6414,"title":{},"content":{"WinXP Upgrade: Sound Blaster X-Fi":{},"Pinball Machines in a Jenever Museum":{},"Thoughts On Home NAS Systems":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["plagu",{"_index":10562,"title":{},"content":{"The Creative Techniques Toolbox":{},"What a Night Cam Is Good For":{}},"tags":{}}],["plain",{"_index":5338,"title":{},"content":{"Using Pandoc to publish a book":{},"My Kotlin Rose-Tinted Glasses Broke":{}},"tags":{}}],["plainli",{"_index":10661,"title":{},"content":{"Woke in Class":{}},"tags":{}}],["plan",{"_index":2807,"title":{"Always have a Diaster Recovery Plan":{}},"content":{"Journaling in practice":{},"IT Competences and Certificates":{},"DIY: Hosting stuff on your own VPS":{},"Using Pandoc to publish a book":{},"Combining async with generators in Node 11":{},"Thoughts on collaboration in education":{},"The Internet Killed Secrets in Games":{},"Always have a Diaster Recovery Plan":{},"Exploring the Go programming language":{},"Host your own webmention receiver":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Pinball Machines in a Jenever Museum":{},"2021 Donations":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Technical Knowledge Brews Creativity":{},"How to setup Pi-Hole on a Synology NAS":{},"January 2022 In Review":{},"The Death Of The Nike+ SportWatch":{},"Creating Top x Games Lists Is Hard":{},"The Modern QR Code Life":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["plan\"_",{"_index":6922,"title":{},"content":{"Always have a Diaster Recovery Plan":{}},"tags":{}}],["plane",{"_index":8451,"title":{},"content":{"Accidental Discovery By Bike: Fietsknooppunten":{},"The Lost Art of Being Lost":{}},"tags":{}}],["planeswalk",{"_index":8148,"title":{},"content":{"How Much Should I Spend On Magic The Gathering":{}},"tags":{}}],["plann",{"_index":8433,"title":{},"content":{"What if Seneca wasn't Nero's advisor?":{}},"tags":{}}],["plannen",{"_index":3581,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{}},"tags":{}}],["plant",{"_index":2422,"title":{},"content":{"Are you handing over enough when inspiring someone?":{},"Book Number Fourteen":{},"Cheese cheese cheese cheese cheese":{},"Are Digital Gardens Blogs?":{},"Constraint-based Creativity":{},"Drought":{}},"tags":{}}],["plant](https://en.wikipedia.org/wiki/allspic",{"_index":9878,"title":{},"content":{"Allspice Is Not All Spice":{}},"tags":{}}],["plantat",{"_index":12131,"title":{},"content":{"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["plaqu",{"_index":8453,"title":{},"content":{"Accidental Discovery By Bike: Fietsknooppunten":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["plasma](https://web.archive.org/web/20050323094702/http://www.musicplasma.com",{"_index":10705,"title":{},"content":{"How To Enjoy Your Own Digital Music":{}},"tags":{}}],["plastic",{"_index":2991,"title":{},"content":{"Inventing - for the worse?":{},"Nineties collecting nostalgia":{},"Questionable Game Publishing Methods":{},"A 5.25\" Gobliins 2 Surprise":{},"Three Little GameCube Mods":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["plastici",{"_index":12194,"title":{},"content":{"June 2022 In Review":{}},"tags":{}}],["plastieken",{"_index":5024,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["plateau",{"_index":2832,"title":{},"content":{"Nuts about local nuts":{}},"tags":{}}],["platform",{"_index":1505,"title":{"Productivity Tools on all platforms":{}},"content":{"Visual Studio 2012 for Eclipse users":{},"Productivity Tools on all platforms":{},"Unit Testing PicoBlaze Assembly files":{},"Project Warlock: About Perseverance":{},"The IndieWeb Mixed Bag":{},"Exploring the Go programming language":{},"Using Hugo to Launch a Gemini Capsule":{},"Double-dipping and Market Prices":{},"Reducing Workflow Load Facilitates Writing":{},"Questionable Game Publishing Methods":{},"Re: Writing A Book Is Nonesense":{},"Woke in Class":{},"Expiry Dates On Journals":{},"None Of My Best Friends Are Content Creators":{},"True Backlink Support in Hugo":{},"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["platformi",{"_index":10780,"title":{},"content":{"January 2022 In Review":{}},"tags":{}}],["platgeklopt",{"_index":3918,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["platinum",{"_index":2737,"title":{},"content":{"A quick look at 6 fountain pens":{}},"tags":{}}],["plato",{"_index":9518,"title":{},"content":{"Creative Critical Thinking":{}},"tags":{}}],["plato'",{"_index":8415,"title":{},"content":{"What if Seneca wasn't Nero's advisor?":{}},"tags":{}}],["play",{"_index":2646,"title":{"YouTube Play Image Links in Hugo":{},"Why I Play Games (And So Should You)":{}},"content":{"Healing creative scars":{},"I'm jealous of my dog":{},"Project Warlock: About Perseverance":{},"An am486 Performance Analysis":{},"486 Upgrade 2: The SD Card HDD":{},"486 Upgrade 1: Sound Blaster 16":{},"A journey through the history of webdesign":{},"Building an Athlon Windows 98 Retro PC":{},"Personal Desktop Screenshots of Olde":{},"The Internet Killed Secrets in Games":{},"You Shouldn't Use Spotify":{},"Discord killed support for WinXP":{},"On Manuscript Review Procedures":{},"Nineties collecting nostalgia":{},"Belgium - Portugal: 5 - 2":{},"Misconceptions about retro gamers":{},"YouTube Play Image Links in Hugo":{},"Double-dipping and Market Prices":{},"How Much Should I Spend On Magic The Gathering":{},"Rules of a Creator's Life":{},"The Decline of Battery Life":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Emotional Magic":{},"Pinball Machines in a Jenever Museum":{},"Thirty-Six":{},"20 Years of Personal Cellphone History":{},"Favorite Game Meme":{},"The HP Sprocket Mini Printer":{},"A 5.25\" Gobliins 2 Surprise":{},"The Emperor of Lists":{},"November 2021 Meta Post":{},"Three Little GameCube Mods":{},"Dark Age of Camelot in 2022":{},"December 2021 In Review":{},"Generating a Blogroll With OPML in Hugo":{},"Why I Play Games (And So Should You)":{},"How to setup Pi-Hole on a Synology NAS":{},"January 2022 In Review":{},"Once Upon a Time in Shaolin":{},"What a Night Cam Is Good For":{},"Choosing an Audio Codec":{},"February 2022 In Review":{},"How To Stream Your Own Music: Reprise":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"March 2022 In Review":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"April 2022 In Review":{},"How To Properly Store Your Game Boy Cartridges":{},"Creating Top x Games Lists Is Hard":{},"May 2022 In Review":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"June 2022 In Review":{}},"tags":{}}],["playabl",{"_index":8074,"title":{},"content":{"Double-dipping and Market Prices":{}},"tags":{}}],["playback",{"_index":11303,"title":{},"content":{"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["player",{"_index":6273,"title":{},"content":{"The Internet Killed Secrets in Games":{},"You Shouldn't Use Spotify":{},"The first Dutch Obsidian meetup":{},"Belgium - Portugal: 5 - 2":{},"How Much Should I Spend On Magic The Gathering":{},"Emotional Magic":{},"20 Years of Personal Cellphone History":{},"How Not To Do A Remaster":{},"Dark Age of Camelot in 2022":{},"How To Enjoy Your Own Digital Music":{},"Choosing an Audio Codec":{}},"tags":{}}],["player'",{"_index":10300,"title":{},"content":{"Dark Age of Camelot in 2022":{}},"tags":{}}],["playfield",{"_index":8659,"title":{},"content":{"Pinball Machines in a Jenever Museum":{}},"tags":{}}],["playground",{"_index":7517,"title":{},"content":{"Nineties collecting nostalgia":{}},"tags":{}}],["playground](https://play.kotlinlang.org",{"_index":8587,"title":{},"content":{"Kotlin Is Java 2.0, But It's Still Java":{}},"tags":{}}],["playlist",{"_index":9719,"title":{},"content":{"How Not To Do A Remaster":{}},"tags":{}}],["playtest",{"_index":8661,"title":{},"content":{"Pinball Machines in a Jenever Museum":{}},"tags":{}}],["playthrough",{"_index":8294,"title":{},"content":{"The Decline of Battery Life":{}},"tags":{}}],["playtim",{"_index":8280,"title":{},"content":{"The Decline of Battery Life":{},"Cool Things People Do With Their Blogs":{}},"tags":{}}],["pleas",{"_index":8001,"title":{"Don't Expose The Stacktrace Please!":{}},"content":{"Apple's App Store Design Mistake":{},"Are You In The System Yet, Sir?":{},"Dear Student":{},"Questionable Game Publishing Methods":{},"Allspice Is Not All Spice":{},"On Trying To Sell A Laptop":{},"An Ad Leaflet QR Design Mistake":{}},"tags":{}}],["pleasant",{"_index":5186,"title":{},"content":{"Hugo Extended: More static site processing power!":{},"What is Creativity in Software Engineering?":{},"Discord killed support for WinXP":{},"Leuchtturm Notebook Paper Quality":{},"April 2022 In Review":{},"Give Up GitHub!":{}},"tags":{}}],["pleasur",{"_index":5891,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{},"Flea Market Season":{},"Reducing Workflow Load Facilitates Writing":{},"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["pleasures](https://nerdlypleasures.blogspot.com/2012/07/sound",{"_index":5875,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["pleasures](https://nerdlypleasures.blogspot.com/2014/10/batteri",{"_index":8295,"title":{},"content":{"The Decline of Battery Life":{}},"tags":{}}],["plenti",{"_index":1314,"title":{},"content":{"Unit Testing Stored Procedures":{},"A Ph.D. Thesis: Iteration 2":{},"My Retrocomputing Projects For 2022":{},"Drought":{},"On Learning A New (Programming) Language":{}},"tags":{}}],["plenty?ac=1&from_search=tru",{"_index":2610,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["plenty](https://www.goodreads.com/book/show/8086216",{"_index":2609,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["plethora",{"_index":4396,"title":{},"content":{"A Decade in the Software Engineering industry":{},"Programming: a Creative Cognitive Process":{},"Technical Knowledge Brews Creativity":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["plichtbewust",{"_index":4220,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["plier",{"_index":11805,"title":{},"content":{"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["pling",{"_index":4519,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["plod",{"_index":8678,"title":{},"content":{"My Kotlin Rose-Tinted Glasses Broke":{}},"tags":{}}],["plot",{"_index":3942,"title":{},"content":{"Over de inflatie van intellect":{},"Technical Knowledge Brews Creativity":{},"Natural Gas Prices and The Energy Market":{},"Visualizing Personal Data Takeouts":{},"Water Usage and Prices":{}},"tags":{}}],["plots",{"_index":4974,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["plow",{"_index":2301,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{},"What is Creativity in Software Engineering?":{}},"tags":{}}],["plu",{"_index":1201,"title":{},"content":{"undefined":{},"Thinking in terms of objects":{},"Reviving an old 80486 PC":{},"How to write academic papers in Markdown":{},"Exploring the AlterNet":{},"Drought":{},"The Strange Heterogenity of Hiking Signs":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["plug",{"_index":1754,"title":{},"content":{"Metaprogramming instead of duplication":{},"486 Upgrade 2: The SD Card HDD":{},"The Productive Programmer on Mac":{},"Getting rid of trackers using LineageOS":{},"The Fridge, Your Inoculation Room":{},"Three Little GameCube Mods":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"The Death Of The Nike+ SportWatch":{}},"tags":{}}],["plugin",{"_index":1499,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{},"Productivity Tools on all platforms":{},"Page Building with Brizy in Wordpress":{},"Tracking and privacy concerns on websites":{},"From Analog Notebook to Digital Vault":{},"Why Mastodon Isn't Great For Serendipity":{}},"tags":{}}],["plumb",{"_index":4302,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["plunder",{"_index":10576,"title":{},"content":{"The Creative Techniques Toolbox":{}},"tags":{}}],["plus(numb",{"_index":3312,"title":{},"content":{"Thinking in terms of objects":{}},"tags":{}}],["plymouth",{"_index":9703,"title":{},"content":{"From Curiosity To Creativity":{}},"tags":{}}],["pm",{"_index":268,"title":{},"content":{"On finding your inner zen in big cities":{},"Ditch Scrum, Organize As You See Fit":{}},"tags":{}}],["pm2.jpg",{"_index":10197,"title":{},"content":{"Three Little GameCube Mods":{}},"tags":{}}],["png",{"_index":2131,"title":{},"content":{"Webdriver Exception Handling":{},"YouTube Play Image Links in Hugo":{}},"tags":{}}],["pnp.html",{"_index":10226,"title":{},"content":{"Three Little GameCube Mods":{}},"tags":{}}],["po",{"_index":8266,"title":{},"content":{"Rules of a Creator's Life":{}},"tags":{}}],["pocket",{"_index":6859,"title":{"The Analogue Pocket: The Definitive Game Boy Handheld?":{}},"content":{"You Shouldn't Use Spotify":{},"Book Number Fourteen":{},"How Much Should I Spend On Magic The Gathering":{},"The Decline of Battery Life":{},"Questionable Game Publishing Methods":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"April 2022 In Review":{},"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["pocket](/post/2022/04/analogu",{"_index":11656,"title":{},"content":{"A Decision Tree For Buying Retro Gaming Handhelds":{},"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["pocket](https://www.analogue.co/pocket",{"_index":7752,"title":{},"content":{"Misconceptions about retro gamers":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{}},"tags":{}}],["pod",{"_index":3178,"title":{},"content":{"Take your time.":{}},"tags":{}}],["podcast",{"_index":9909,"title":{},"content":{"2021 Donations":{},"Minimalism and Tidying Up":{}},"tags":{}}],["podcast'",{"_index":11946,"title":{},"content":{"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["podcast](https://retronauts.com",{"_index":11547,"title":{},"content":{"Password Hacking Sylvester & Tweety: Breakfast on the Run":{}},"tags":{}}],["poet",{"_index":9079,"title":{},"content":{"Collective Creativity":{}},"tags":{}}],["poetri",{"_index":10371,"title":{},"content":{"Generating a Blogroll With OPML in Hugo":{}},"tags":{}}],["pog",{"_index":7488,"title":{},"content":{"Nineties collecting nostalgia":{}},"tags":{}}],["poge",{"_index":659,"title":{},"content":{"undefined":{},"Over entropie":{}},"tags":{}}],["pogingen",{"_index":3357,"title":{},"content":{"Over entropie":{}},"tags":{}}],["pogo",{"_index":8933,"title":{},"content":{"The HP Sprocket Mini Printer":{}},"tags":{}}],["pogs.html#slammingtechniqu",{"_index":7514,"title":{},"content":{"Nineties collecting nostalgia":{}},"tags":{}}],["poi",{"_index":3560,"title":{},"content":{"Computer Science learning pathways":{}},"tags":{}}],["poincar",{"_index":9833,"title":{},"content":{"A Creative State of Mind":{}},"tags":{}}],["poincaré'",{"_index":9836,"title":{},"content":{"A Creative State of Mind":{}},"tags":{}}],["point",{"_index":1965,"title":{},"content":{"Faking domain logic":{},"Are you handing over enough when inspiring someone?":{},"Death to pseudocode?":{},"Domain Driven Design in C":{},"IT Competences and Certificates":{},"Teaching Object-Oriented design using the GBA":{},"Programming: a Creative Cognitive Process":{},"Using Pandoc to publish a book":{},"ITiCSE 2020: A Report":{},"3D Software Rendering on the GBA":{},"A journey through the history of webdesign":{},"Building an Athlon Windows 98 Retro PC":{},"The Internet Killed Secrets in Games":{},"On Manuscript Review Procedures":{},"Host your own webmention receiver":{},"Flea Market Season":{},"Misconceptions about retro gamers":{},"Double-dipping and Market Prices":{},"The Fridge, Your Inoculation Room":{},"Water Levels As Public Data":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Cheese cheese cheese cheese cheese":{},"Kotlin Is Java 2.0, But It's Still Java":{},"Creativity Self-Assessment Is Nonsense":{},"A Triumph For Blogging":{},"Are Digital Gardens Blogs?":{},"Dear Student":{},"Ditch Scrum, Organize As You See Fit":{},"Ever-increasing Work Email Spam":{},"A 5.25\" Gobliins 2 Surprise":{},"Constraint-based Creativity":{},"Creative Critical Thinking":{},"How Not To Do A Remaster":{},"November 2021 Meta Post":{},"Seneca on How to Live":{},"Natural Gas Prices and The Energy Market":{},"Why I Play Games (And So Should You)":{},"Woke in Class":{},"An Ad Leaflet QR Design Mistake":{},"Creativity Equals Messy Code?":{},"True Backlink Support in Hugo":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"April 2022 In Review":{},"My Programming Language Odyssey":{},"On Commuting By Bike":{},"The Life Lessons of Bonnie":{}},"tags":{}}],["pointcut",{"_index":2125,"title":{},"content":{"Webdriver Exception Handling":{}},"tags":{}}],["pointer",{"_index":520,"title":{},"content":{"undefined":{},"Domain Driven Design in C":{},"Teaching Object-Oriented design using the GBA":{},"3D Software Rendering on the GBA":{},"Dear Student":{}},"tags":{}}],["pointil",{"_index":9096,"title":{},"content":{"Collective Creativity":{}},"tags":{}}],["pointless",{"_index":6478,"title":{},"content":{"Thoughts on Bullshit Jobs":{}},"tags":{}}],["points_",{"_index":8458,"title":{},"content":{"Accidental Discovery By Bike: Fietsknooppunten":{}},"tags":{}}],["poison",{"_index":2952,"title":{},"content":{"I'm jealous of my dog":{},"What a Night Cam Is Good For":{},"On Commuting By Bike":{}},"tags":{}}],["poke",{"_index":8529,"title":{},"content":{"Emotional Magic":{},"Are Digital Gardens Blogs?":{},"Natural Gas Prices and The Energy Market":{},"Thoughts On Home NAS Systems":{}},"tags":{}}],["polaroid",{"_index":8932,"title":{},"content":{"The HP Sprocket Mini Printer":{}},"tags":{}}],["pole",{"_index":12140,"title":{},"content":{"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["polici",{"_index":10760,"title":{},"content":{"How to setup Pi-Hole on a Synology NAS":{},"On Trying To Sell A Laptop":{}},"tags":{}}],["polish",{"_index":5344,"title":{},"content":{"Project Warlock: About Perseverance":{},"How To Stream Your Own Music: Reprise":{},"June 2022 In Review":{}},"tags":{}}],["polit",{"_index":8392,"title":{},"content":{"What if Seneca wasn't Nero's advisor?":{},"Favorite Game Meme":{},"Constraint-based Creativity":{},"Seneca on How to Live":{},"How To Enjoy Your Own Digital Music":{},"A Personal Intro To Rough Hip-Hop":{},"May 2022 In Review":{}},"tags":{}}],["politician",{"_index":7703,"title":{},"content":{"Flea Market Season":{},"Collective Creativity":{},"Creative Critical Thinking":{}},"tags":{}}],["pollan",{"_index":8617,"title":{},"content":{"On Selling a Self-published Book":{}},"tags":{}}],["pollan'",{"_index":5296,"title":{},"content":{"Using Pandoc to publish a book":{}},"tags":{}}],["pollin",{"_index":8863,"title":{},"content":{"Favorite Game Meme":{}},"tags":{}}],["pollut",{"_index":10140,"title":{},"content":{"Seneca on How to Live":{},"Once Upon a Time in Shaolin":{}},"tags":{}}],["polybiu",{"_index":9063,"title":{},"content":{"Collective Creativity":{}},"tags":{}}],["polyfil",{"_index":5470,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["polyglot",{"_index":7219,"title":{},"content":{"Exploring the Go programming language":{},"Kotlin Is Java 2.0, But It's Still Java":{},"On Learning A New (Programming) Language":{}},"tags":{}}],["pommes_",{"_index":9462,"title":{},"content":{"Constraint-based Creativity":{}},"tags":{}}],["ponder",{"_index":2921,"title":{},"content":{"I'm jealous of my dog":{},"What if Seneca wasn't Nero's advisor?":{},"A Creative State of Mind":{},"Seneca on How to Live":{}},"tags":{}}],["poof",{"_index":3846,"title":{},"content":{"Reverse engineering a curriculum":{}},"tags":{}}],["pool",{"_index":228,"title":{},"content":{"On finding your inner zen in big cities":{},"Exploring the Go programming language":{},"How Much Should I Spend On Magic The Gathering":{}},"tags":{}}],["poor",{"_index":6925,"title":{},"content":{"Always have a Diaster Recovery Plan":{},"A Factor Analysis For Dummies in R":{},"Wax Seals And Snail Mail":{}},"tags":{}}],["pop",{"_index":2324,"title":{},"content":{"Teaching yourself to draw":{},"Hiding Code Complexity":{},"A journey through the history of webdesign":{},"Using Hugo to Launch a Gemini Capsule":{},"My Kotlin Rose-Tinted Glasses Broke":{},"Are You In The System Yet, Sir?":{},"How Not To Do A Remaster":{},"A Personal Intro To Rough Hip-Hop":{},"February 2022 In Review":{}},"tags":{}}],["popliedj",{"_index":5053,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["popul",{"_index":10565,"title":{},"content":{"The Creative Techniques Toolbox":{}},"tags":{}}],["populair",{"_index":3891,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["popular",{"_index":1312,"title":{},"content":{"Unit Testing Stored Procedures":{},"Are you handing over enough when inspiring someone?":{},"I'm jealous of my dog":{},"486 Upgrade 2: The SD Card HDD":{},"A journey through the history of webdesign":{},"Building a Core2Duo Windows XP Retro PC":{},"Personal Desktop Screenshots of Olde":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"The insanity of collecting retro games":{},"Teaching students about coding trends":{},"Stop limiting yourself to JS in browsers":{},"Social Debt in Development Teams":{},"The HP Sprocket Mini Printer":{},"Seneca on How to Live":{},"Why Mastodon Isn't Great For Serendipity":{},"Re: Writing A Book Is Nonesense":{},"Why I Play Games (And So Should You)":{},"How To Enjoy Your Own Digital Music":{},"February 2022 In Review":{},"Fighting Webmention And Pingback Spam":{},"The Death Of The Nike+ SportWatch":{},"True Backlink Support in Hugo":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"My Programming Language Odyssey":{},"Give Up GitHub!":{}},"tags":{}}],["population.com/r/daoc",{"_index":10296,"title":{},"content":{"Dark Age of Camelot in 2022":{}},"tags":{}}],["popup",{"_index":9008,"title":{},"content":{"Are Digital Gardens Blogs?":{}},"tags":{}}],["porridg",{"_index":12199,"title":{"The Perfect Bowl Of Oatmeal Porridge":{}},"content":{"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["porridge.png",{"_index":12208,"title":{},"content":{"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["porridge_",{"_index":12236,"title":{},"content":{"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["port",{"_index":5149,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{},"3D Software Rendering on the GBA":{},"486 Upgrade 1: Sound Blaster 16":{},"Building a Core2Duo Windows XP Retro PC":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Exploring the Go programming language":{},"Using Hugo to Launch a Gemini Capsule":{},"A Creative State of Mind":{},"Three Little GameCube Mods":{},"December 2021 In Review":{},"How to setup Pi-Hole on a Synology NAS":{},"My Retrocomputing Projects For 2022":{},"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["portabl",{"_index":11200,"title":{},"content":{"Choosing an Audio Codec":{}},"tags":{}}],["portal",{"_index":6275,"title":{},"content":{"The Internet Killed Secrets in Games":{},"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["portion",{"_index":5245,"title":{},"content":{"Page Building with Brizy in Wordpress":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Thoughts on Bullshit Jobs":{},"You Shouldn't Use Spotify":{},"Always have a Diaster Recovery Plan":{},"Questionable Game Publishing Methods":{},"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["portrait",{"_index":9820,"title":{},"content":{"A Creative State of Mind":{}},"tags":{}}],["portray",{"_index":9141,"title":{},"content":{"Ditch Scrum, Organize As You See Fit":{},"A Creative State of Mind":{},"Seneca on How to Live":{},"Why I Play Games (And So Should You)":{}},"tags":{}}],["portug",{"_index":7636,"title":{"Belgium - Portugal: 5 - 2":{}},"content":{},"tags":{}}],["pose",{"_index":2710,"title":{},"content":{"A quick look at 6 fountain pens":{},"Ditch Scrum, Organize As You See Fit":{},"Creative Critical Thinking":{},"Where Does It Stop?":{}},"tags":{}}],["posh",{"_index":434,"title":{},"content":{"No, vegetarians do not eat fish!":{}},"tags":{}}],["posit",{"_index":3267,"title":{},"content":{"Death to pseudocode?":{},"Using Pandoc to publish a book":{},"Project Warlock: About Perseverance":{},"My Retro Desk/Gaming Setup in 2021":{},"Stop limiting yourself to JS in browsers":{},"Thirty-Six":{},"Very Old and Somewhat Old Mood Boards":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Why I Play Games (And So Should You)":{},"Equality in Game Credits":{},"The Life Lessons of Bonnie":{},"From Mood Board To Mood Mugs":{},"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["positive/neg",{"_index":9183,"title":{},"content":{"Ever-increasing Work Email Spam":{}},"tags":{}}],["positives](https://obsolete29.com/posts/2021/10/19/on",{"_index":9928,"title":{},"content":{"I'm Joining the Coffeeneuring Challenge of 2021":{}},"tags":{}}],["positivisten",{"_index":3448,"title":{},"content":{"Over entropie":{}},"tags":{}}],["poss",{"_index":7163,"title":{},"content":{"The IndieWeb Mixed Bag":{},"Exporting Goodreads to Obsidian":{}},"tags":{}}],["posse](https://indieweb.org/poss",{"_index":7157,"title":{},"content":{"The IndieWeb Mixed Bag":{}},"tags":{}}],["possess",{"_index":3012,"title":{},"content":{"Inventing - for the worse?":{},"Water Levels As Public Data":{},"Minimalism and Tidying Up":{},"Give Up GitHub!":{}},"tags":{}}],["possibl",{"_index":455,"title":{},"content":{"No, vegetarians do not eat fish!":{},"Integration Testing with SQLite":{},"Custom Webdriver Page Factories":{},"Faking domain logic":{},"Unit Testing Extjs UI with Siesta":{},"Webdriver Exception Handling":{},"Migrating from Extjs to React gradually":{},"Unit testing in Legacy Projects: VB6":{},"Teaching yourself to draw":{},"Inventing - for the worse?":{},"Hiding Code Complexity":{},"Teaching by philosophy":{},"Reverse engineering a curriculum":{},"Productivity Tools on all platforms":{},"A Decade in the Software Engineering industry":{},"The Startup of a Lean Doctorate":{},"Unit Testing PicoBlaze Assembly files":{},"Five reasons why agile and academia don't go together":{},"Hugo Extended: More static site processing power!":{},"Page Building with Brizy in Wordpress":{},"Tracking and privacy concerns on websites":{},"3D Software Rendering on the GBA":{},"The Internet Killed Secrets in Games":{},"What is Creativity in Software Engineering?":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"My Retro Desk/Gaming Setup in 2021":{},"Stop limiting yourself to JS in browsers":{},"The first Dutch Obsidian meetup":{},"Using Hugo to Launch a Gemini Capsule":{},"Nineties collecting nostalgia":{},"Academese Gems":{},"The Fridge, Your Inoculation Room":{},"On Selling a Self-published Book":{},"Ever-increasing Work Email Spam":{},"The Lost Art of Being Lost":{},"Where Does It Stop?":{},"November 2021 Meta Post":{},"Seneca on How to Live":{},"A Factor Analysis For Dummies in R":{},"Creativity Equals Messy Code?":{},"Expiry Dates On Journals":{},"On Learning A New (Programming) Language":{},"Give Up GitHub!":{}},"tags":{}}],["post",{"_index":168,"title":{"November 2021 Meta Post":{}},"content":{"Ending your day with happy thoughts":{},"On finding your inner zen in big cities":{},"No, vegetarians do not eat fish!":{},"Enhancing the builder pattern with closures":{},"Bye autotools hello Scons":{},"Webdriver Exception Handling":{},"Teaching yourself to draw":{},"Are you handing over enough when inspiring someone?":{},"Take your time.":{},"Over Onmiddellijke Voldoening":{},"Five reasons why agile and academia don't go together":{},"Page Building with Brizy in Wordpress":{},"Combining async with generators in Node 11":{},"Designing websites with accessibility in mind":{},"486 Upgrade 1: Sound Blaster 16":{},"A journey through the history of webdesign":{},"Building an Athlon Windows 98 Retro PC":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"What is Creativity in Software Engineering?":{},"My Retro Desk/Gaming Setup in 2021":{},"The insanity of collecting retro games":{},"You Shouldn't Use Spotify":{},"Always have a Diaster Recovery Plan":{},"Exploring the AlterNet":{},"Lousy Wordpress Hacking Attempts detected":{},"The IndieWeb Mixed Bag":{},"Host your own webmention receiver":{},"Nineties collecting nostalgia":{},"Social Debt in Development Teams":{},"Reducing Workflow Load Facilitates Writing":{},"What if Seneca wasn't Nero's advisor?":{},"Cheese cheese cheese cheese cheese":{},"Thirty-Six":{},"20 Years of Personal Cellphone History":{},"Favorite Game Meme":{},"A Triumph For Blogging":{},"Are Digital Gardens Blogs?":{},"A Treatise on Leavened Waffles":{},"The Emperor of Lists":{},"Exporting Goodreads to Obsidian":{},"From Analog Notebook to Digital Vault":{},"2021 Donations":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"The Monthly Retro Screenshot Guessing Quiz":{},"November 2021 Meta Post":{},"Seneca on How to Live":{},"Why Mastodon Isn't Great For Serendipity":{},"December 2021 In Review":{},"A Factor Analysis For Dummies in R":{},"Natural Gas Prices and The Energy Market":{},"Why I Play Games (And So Should You)":{},"Winnie Lim on Rebuilding Oneself":{},"2021 Year In Review":{},"How To Enjoy Your Own Digital Music":{},"How to setup Pi-Hole on a Synology NAS":{},"My Retrocomputing Projects For 2022":{},"Thoughts On Home NAS Systems":{},"Water Usage and Prices":{},"A Personal Intro To Rough Hip-Hop":{},"Choosing an Audio Codec":{},"Creativity Equals Messy Code?":{},"Expiry Dates On Journals":{},"February 2022 In Review":{},"How To Stream Your Own Music: Reprise":{},"Cool Things People Do With Their Blogs":{},"Fighting Webmention And Pingback Spam":{},"March 2022 In Review":{},"None Of My Best Friends Are Content Creators":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"True Backlink Support in Hugo":{},"Wax Seals And Snail Mail":{},"My Programming Language Odyssey":{}},"tags":{}}],["post/2020/06/combin",{"_index":5426,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["post/2022/04/gbcarts.jpg",{"_index":11810,"title":{},"content":{"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["post](/post/2020/09/reviv",{"_index":5758,"title":{},"content":{"An am486 Performance Analysis":{}},"tags":{}}],["post](https://chasingmailboxes.com/2021/10/05/coffeeneur",{"_index":9937,"title":{},"content":{"I'm Joining the Coffeeneuring Challenge of 2021":{}},"tags":{}}],["post](https://jefklakscodex.com/articles/features/e3",{"_index":7950,"title":{},"content":{"YouTube Play Image Links in Hugo":{}},"tags":{}}],["post](https://rubenerd.com/favourit",{"_index":8857,"title":{},"content":{"Favorite Game Meme":{}},"tags":{}}],["post](https://rubenerd.com/inlin",{"_index":7937,"title":{},"content":{"YouTube Play Image Links in Hugo":{}},"tags":{}}],["post](https://stackoverflow.com/questions/5827612/nod",{"_index":5430,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["postbod",{"_index":3404,"title":{},"content":{"Over entropie":{}},"tags":{}}],["poster",{"_index":9901,"title":{},"content":{"2021 Donations":{},"November 2021 Meta Post":{}},"tags":{}}],["posteriori",{"_index":3305,"title":{},"content":{"Thinking in terms of objects":{}},"tags":{}}],["postfix",{"_index":9999,"title":{},"content":{"Migrating from Mailchimp to Listmonk":{}},"tags":{}}],["postgr",{"_index":5127,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{},"Migrating from Mailchimp to Listmonk":{}},"tags":{}}],["posthum",{"_index":11240,"title":{},"content":{"Expiry Dates On Journals":{}},"tags":{}}],["postmodern",{"_index":2250,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{}},"tags":{}}],["postprocess",{"_index":1900,"title":{},"content":{"Custom Webdriver Page Factories":{}},"tags":{}}],["posts](/post/2020/11/win98",{"_index":8228,"title":{},"content":{"Reducing Workflow Load Facilitates Writing":{}},"tags":{}}],["posts](/post/2021",{"_index":10671,"title":{},"content":{"2021 Year In Review":{}},"tags":{}}],["posts](/post/2022/#mar",{"_index":11487,"title":{},"content":{"March 2022 In Review":{}},"tags":{}}],["postscript",{"_index":11268,"title":{},"content":{"February 2022 In Review":{}},"tags":{}}],["postsharp",{"_index":2127,"title":{},"content":{"Webdriver Exception Handling":{}},"tags":{}}],["postur",{"_index":7898,"title":{},"content":{"Why I like Pawn Stars":{}},"tags":{}}],["pot",{"_index":9959,"title":{},"content":{"I'm Joining the Coffeeneuring Challenge of 2021":{}},"tags":{}}],["potato",{"_index":7486,"title":{},"content":{"Nineties collecting nostalgia":{}},"tags":{}}],["potato](https://www.economist.com/leaders/2022/01/01/video",{"_index":10604,"title":{},"content":{"Why I Play Games (And So Should You)":{}},"tags":{}}],["potenti",{"_index":5735,"title":{},"content":{"Thoughts on collaboration in education":{},"On Manuscript Review Procedures":{},"Creativity Self-Assessment Is Nonsense":{},"The Lost Art of Being Lost":{},"On Trying To Sell A Laptop":{},"Creativity Equals Messy Code?":{}},"tags":{}}],["potj",{"_index":4896,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["potter",{"_index":11675,"title":{},"content":{"April 2022 In Review":{}},"tags":{}}],["pour",{"_index":8352,"title":{},"content":{"Water Levels As Public Data":{},"How Not To Do A Remaster":{},"The Creative Techniques Toolbox":{},"May 2022 In Review":{}},"tags":{}}],["powder",{"_index":9402,"title":{},"content":{"A Treatise on Leavened Waffles":{}},"tags":{}}],["power",{"_index":728,"title":{"Hugo Extended: More static site processing power!":{},"Power Usage Effectiveness":{}},"content":{"undefined":{},"How to teach kids to program":{},"Productivity Tools on all platforms":{},"Page Building with Brizy in Wordpress":{},"Thoughts on collaboration in education":{},"An am486 Performance Analysis":{},"486 Upgrade 2: The SD Card HDD":{},"Reviving an old 80486 PC":{},"Building a Core2Duo Windows XP Retro PC":{},"The Internet Killed Secrets in Games":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"The Productive Programmer on Mac":{},"My Retro Desk/Gaming Setup in 2021":{},"The first Dutch Obsidian meetup":{},"Academese Gems":{},"Misconceptions about retro gamers":{},"YouTube Play Image Links in Hugo":{},"How Much Should I Spend On Magic The Gathering":{},"The HP Sprocket Mini Printer":{},"Collective Creativity":{},"Dear Student":{},"Power Usage Effectiveness":{},"The Lost Art of Being Lost":{},"A Treatise on Leavened Waffles":{},"Constraint-based Creativity":{},"Three Little GameCube Mods":{},"Minimalism and Tidying Up":{},"Re: Writing A Book Is Nonesense":{},"Thoughts On Home NAS Systems":{},"Choosing an Audio Codec":{},"Fighting Webmention And Pingback Spam":{},"True Backlink Support in Hugo":{},"Give Up GitHub!":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["power.jpg",{"_index":5984,"title":{},"content":{"Reviving an old 80486 PC":{}},"tags":{}}],["powerhous",{"_index":2782,"title":{},"content":{"A quick look at 6 fountain pens":{}},"tags":{}}],["pr",{"_index":6247,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["prachtig",{"_index":3350,"title":{},"content":{"Over entropie":{}},"tags":{}}],["practic",{"_index":88,"title":{"Journaling in practice":{}},"content":{"Ending your day with happy thoughts":{},"Unit Testing Stored Procedures":{},"Teaching yourself to draw":{},"Development principles in cooking":{},"Healing creative scars":{},"I'm jealous of my dog":{},"Take your time.":{},"Concentrating on serendipitous creativity":{},"Death to pseudocode?":{},"Computer Science learning pathways":{},"Reverse engineering a curriculum":{},"Teaching Object-Oriented design using the GBA":{},"Five reasons why agile and academia don't go together":{},"An am486 Performance Analysis":{},"Digitizing journals using DEVONthink":{},"What is Creativity in Software Engineering?":{},"You Shouldn't Use Spotify":{},"The first Dutch Obsidian meetup":{},"Software Engineering Is Not Engineering":{},"The Pilot Capless: a stellar stealth pen":{},"Book Number Fourteen":{},"Creativity Self-Assessment Is Nonsense":{},"The HP Sprocket Mini Printer":{},"Dear Student":{},"Ever-increasing Work Email Spam":{},"A Treatise on Leavened Waffles":{},"Where Does It Stop?":{},"Academic Lineage":{},"Drought":{},"On Learning A New (Programming) Language":{},"May 2022 In Review":{},"June 2022 In Review":{}},"tags":{}}],["practice_",{"_index":7812,"title":{},"content":{"Software Engineering Is Not Engineering":{}},"tags":{}}],["practician",{"_index":2520,"title":{},"content":{"A samurai learning mindset":{}},"tags":{}}],["practicum",{"_index":3849,"title":{},"content":{"Reverse engineering a curriculum":{}},"tags":{}}],["practition",{"_index":4681,"title":{},"content":{"A Ph.D. Thesis: Iteration 2":{},"IT Competences and Certificates":{},"Software Engineering Is Not Engineering":{}},"tags":{}}],["practitioner.html",{"_index":7393,"title":{},"content":{"On Manuscript Review Procedures":{}},"tags":{}}],["practitioner](https://www.goodreads.com/book/show/134454",{"_index":7789,"title":{},"content":{"Software Engineering Is Not Engineering":{}},"tags":{}}],["practitioner_",{"_index":7793,"title":{},"content":{"Software Engineering Is Not Engineering":{}},"tags":{}}],["pragmat",{"_index":10141,"title":{},"content":{"Seneca on How to Live":{},"On Learning A New (Programming) Language":{},"Teaching Software Engineering Is Still Done Wrong":{}},"tags":{}}],["praktijk",{"_index":4885,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["praktisch",{"_index":3639,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{},"A Ph.D. Thesis Proposal":{},"De zin en onzin van conferenties":{}},"tags":{}}],["pray",{"_index":7036,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"tags":{}}],["pre",{"_index":786,"title":{},"content":{"undefined":{},"A journey through the history of webdesign":{},"What is Creativity in Software Engineering?":{},"Discord killed support for WinXP":{},"Stop limiting yourself to JS in browsers":{},"On Manuscript Review Procedures":{},"Re: Is collecting physical games worth it?":{},"On Tea Prices":{},"Questionable Game Publishing Methods":{},"February 2022 In Review":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["preambl",{"_index":5301,"title":{},"content":{"Using Pandoc to publish a book":{}},"tags":{}}],["precaut",{"_index":7736,"title":{},"content":{"Flea Market Season":{}},"tags":{}}],["preciou",{"_index":7919,"title":{},"content":{"Why I like Pawn Stars":{},"The Emperor of Lists":{},"How Not To Do A Remaster":{},"A Creative State of Mind":{}},"tags":{}}],["precipit",{"_index":8348,"title":{},"content":{"Water Levels As Public Data":{},"Drought":{}},"tags":{}}],["precis",{"_index":8694,"title":{},"content":{"My Kotlin Rose-Tinted Glasses Broke":{},"Constraint-based Creativity":{},"From Curiosity To Creativity":{},"My Programming Language Odyssey":{},"On Learning A New (Programming) Language":{},"Teaching Software Engineering Is Still Done Wrong":{}},"tags":{}}],["predecessor",{"_index":6332,"title":{},"content":{"Win98 Upgrade: Sound Blaster Audigy":{},"Double-dipping and Market Prices":{},"The Creative Techniques Toolbox":{}},"tags":{}}],["predefin",{"_index":1347,"title":{},"content":{"Unit Testing Stored Procedures":{}},"tags":{}}],["predic",{"_index":1214,"title":{},"content":{"undefined":{}},"tags":{}}],["predict",{"_index":7667,"title":{},"content":{"Belgium - Portugal: 5 - 2":{}},"tags":{}}],["predomin",{"_index":9055,"title":{},"content":{"Collective Creativity":{}},"tags":{}}],["prefer",{"_index":5130,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{},"Building an Athlon Windows 98 Retro PC":{},"Stop limiting yourself to JS in browsers":{},"On Tea Prices":{},"A Note About Footnotes":{},"Questionable Game Publishing Methods":{},"A Factor Analysis For Dummies in R":{},"Thoughts On Home NAS Systems":{},"A Personal Intro To Gentle Hip-Hop":{},"How To Stream Your Own Music: Reprise":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"Teaching Software Engineering Is Still Done Wrong":{},"May 2022 In Review":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["prefix",{"_index":1328,"title":{},"content":{"Unit Testing Stored Procedures":{},"A Decade in the Software Engineering industry":{}},"tags":{}}],["pregnant",{"_index":8512,"title":{},"content":{"Cheese cheese cheese cheese cheese":{}},"tags":{}}],["prejudic",{"_index":11034,"title":{},"content":{"A Personal Intro To Gentle Hip-Hop":{}},"tags":{}}],["preload",{"_index":2098,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{}},"tags":{}}],["preloaders](https://icons8.com/preload",{"_index":7986,"title":{},"content":{"Apple's App Store Design Mistake":{}},"tags":{}}],["prematur",{"_index":1245,"title":{},"content":{"undefined":{},"February 2022 In Review":{}},"tags":{}}],["premis",{"_index":6592,"title":{},"content":{"The Productive Programmer on Mac":{},"Academese Gems":{},"Pinball Machines in a Jenever Museum":{},"Collective Creativity":{},"Academic Lineage":{}},"tags":{}}],["premium",{"_index":5258,"title":{},"content":{"Page Building with Brizy in Wordpress":{}},"tags":{}}],["preoccupi",{"_index":3160,"title":{},"content":{"Take your time.":{},"Creative Critical Thinking":{}},"tags":{}}],["prepar",{"_index":2597,"title":{},"content":{"Development principles in cooking":{},"Computer Science learning pathways":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Getting rid of trackers using LineageOS":{},"Cheese cheese cheese cheese cheese":{},"Kotlin Is Java 2.0, But It's Still Java":{},"June 2022 In Review":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["prepend",{"_index":10387,"title":{},"content":{"Generating a Blogroll With OPML in Hugo":{},"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["presenc",{"_index":3075,"title":{},"content":{"2017 in books":{},"Dear Student":{},"Creative Critical Thinking":{},"2021 Year In Review":{},"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["present",{"_index":2435,"title":{},"content":{"Are you handing over enough when inspiring someone?":{},"A samurai learning mindset":{},"I'm jealous of my dog":{},"2017 in books":{},"Death to pseudocode?":{},"ITiCSE 2020: A Report":{},"Thoughts on collaboration in education":{},"Reviving an old 80486 PC":{},"Thoughts on Bullshit Jobs":{},"What is Creativity in Software Engineering?":{},"Software Engineering Is Not Engineering":{},"Emotional Magic":{},"Pinball Machines in a Jenever Museum":{},"Thirty-Six":{},"Collective Creativity":{},"Power Usage Effectiveness":{},"Creative Critical Thinking":{},"Where Does It Stop?":{},"A Creative State of Mind":{},"2021 Year In Review":{},"Visualizing Personal Data Takeouts":{},"Creativity Equals Messy Code?":{},"How To Stream Your Own Music: Reprise":{},"April 2022 In Review":{},"Don't Expose The Stacktrace Please!":{},"Teaching Software Engineering Is Still Done Wrong":{},"June 2022 In Review":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["presentati",{"_index":4902,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["presentation](https://docs.google.com/document/d/1re3lyaalscz49189xigquvjqlmpe9uofleyz8y7mjue/edit#heading=h.ygj23kjvy5z",{"_index":9624,"title":{},"content":{"From Analog Notebook to Digital Vault":{}},"tags":{}}],["presenteert",{"_index":4889,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["presenteren",{"_index":3670,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{},"Over de inflatie van intellect":{},"De zin en onzin van conferenties":{}},"tags":{}}],["preserv",{"_index":1485,"title":{},"content":{"undefined":{},"Lousy Wordpress Hacking Attempts detected":{},"Academese Gems":{},"What if Seneca wasn't Nero's advisor?":{},"The Emperor of Lists":{},"Thoughts On Home NAS Systems":{}},"tags":{}}],["preset",{"_index":5229,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"tags":{}}],["press",{"_index":2854,"title":{},"content":{"Nuts about local nuts":{},"Tracking and privacy concerns on websites":{},"486 Upgrade 2: The SD Card HDD":{},"Teaching students about coding trends":{},"On Manuscript Review Procedures":{},"The Pilot Capless: a stellar stealth pen":{},"Apple's App Store Design Mistake":{},"What if Seneca wasn't Nero's advisor?":{},"On Selling a Self-published Book":{},"The HP Sprocket Mini Printer":{},"A Triumph For Blogging":{},"Questionable Game Publishing Methods":{},"The Lost Art of Being Lost":{},"The Emperor of Lists":{},"Exporting Goodreads to Obsidian":{},"Expiry Dates On Journals":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"Wax Seals And Snail Mail":{},"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["pressur",{"_index":3232,"title":{},"content":{"Concentrating on serendipitous creativity":{},"Water Levels As Public Data":{},"Why I Play Games (And So Should You)":{},"None Of My Best Friends Are Content Creators":{}},"tags":{}}],["presum",{"_index":10586,"title":{},"content":{"The Creative Techniques Toolbox":{},"Give Up GitHub!":{}},"tags":{}}],["pretend",{"_index":6483,"title":{},"content":{"Thoughts on Bullshit Jobs":{},"Exploring the Go programming language":{},"On Selling a Self-published Book":{},"Creative Critical Thinking":{}},"tags":{}}],["pretti",{"_index":2044,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{},"Inventing - for the worse?":{},"Death to pseudocode?":{},"Domain Driven Design in C":{},"Thoughts on Bullshit Jobs":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Moon Logic":{},"Apple's App Store Design Mistake":{},"Are You In The System Yet, Sir?":{},"Power Usage Effectiveness":{},"The Emperor of Lists":{},"From Curiosity To Creativity":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Dark Age of Camelot in 2022":{},"Why I Play Games (And So Should You)":{},"February 2022 In Review":{},"How To Stream Your Own Music: Reprise":{},"The Life Lessons of Bonnie":{}},"tags":{}}],["preval",{"_index":8560,"title":{},"content":{"Kotlin Is Java 2.0, But It's Still Java":{}},"tags":{}}],["prevent",{"_index":6740,"title":{},"content":{"My Retro Desk/Gaming Setup in 2021":{},"Very Old and Somewhat Old Mood Boards":{},"Why Mastodon Isn't Great For Serendipity":{}},"tags":{}}],["preview",{"_index":5264,"title":{},"content":{"Page Building with Brizy in Wordpress":{},"Reducing Workflow Load Facilitates Writing":{},"November 2021 Meta Post":{}},"tags":{}}],["preview.mp4",{"_index":6648,"title":{},"content":{"What is Creativity in Software Engineering?":{}},"tags":{}}],["previou",{"_index":152,"title":{},"content":{"Ending your day with happy thoughts":{},"Visual Studio 2012 for Eclipse users":{},"Integration Testing with SQLite":{},"Webdriver Exception Handling":{},"Building an Athlon Windows 98 Retro PC":{},"What is Creativity in Software Engineering?":{},"Flea Market Season":{},"The Fridge, Your Inoculation Room":{},"Are You In The System Yet, Sir?":{},"Creativity Self-Assessment Is Nonsense":{},"December 2021 In Review":{},"2021 Year In Review":{},"January 2022 In Review":{},"Academic Lineage":{},"February 2022 In Review":{},"Leuchtturm Notebook Paper Quality":{},"Cool Things People Do With Their Blogs":{},"March 2022 In Review":{},"April 2022 In Review":{},"My Programming Language Odyssey":{},"Creating Top x Games Lists Is Hard":{},"May 2022 In Review":{},"June 2022 In Review":{}},"tags":{}}],["previous",{"_index":9131,"title":{},"content":{"Dear Student":{},"The Lost Art of Being Lost":{}},"tags":{}}],["previous](https://people.cs.kuleuven.be/~wouter.groeneveld/slr",{"_index":4926,"title":{},"content":{"Programming: a Creative Cognitive Process":{}},"tags":{}}],["pri",{"_index":7962,"title":{},"content":{"YouTube Play Image Links in Hugo":{},"The HP Sprocket Mini Printer":{},"Three Little GameCube Mods":{},"Dark Age of Camelot in 2022":{},"Expiry Dates On Journals":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"The Death Of The Nike+ SportWatch":{}},"tags":{}}],["price",{"_index":2757,"title":{"Double-dipping and Market Prices":{},"On Tea Prices":{},"Natural Gas Prices and The Energy Market":{},"Water Usage and Prices":{}},"content":{"A quick look at 6 fountain pens":{},"Domain Driven Design in C":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Digitizing journals using DEVONthink":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"The insanity of collecting retro games":{},"Re: Is collecting physical games worth it?":{},"Flea Market Season":{},"The Pilot Capless: a stellar stealth pen":{},"Double-dipping and Market Prices":{},"How Much Should I Spend On Magic The Gathering":{},"On Tea Prices":{},"Very Old and Somewhat Old Mood Boards":{},"Questionable Game Publishing Methods":{},"2021 Donations":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Natural Gas Prices and The Energy Market":{},"On Trying To Sell A Laptop":{},"Thoughts On Home NAS Systems":{},"Water Usage and Prices":{},"How To Stream Your Own Music: Reprise":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"Drought":{},"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["prices.com",{"_index":7554,"title":{},"content":{"Re: Is collecting physical games worth it?":{}},"tags":{}}],["prices.com](https://eshop",{"_index":7553,"title":{},"content":{"Re: Is collecting physical games worth it?":{}},"tags":{}}],["prices](/post/2022/01/natur",{"_index":11787,"title":{},"content":{"Drought":{}},"tags":{}}],["prices](https://www.reddit.com/r/gamecollecting/comments/8jmiwi/how_metal_jesus_rocks_affects_retro_video_gam",{"_index":6799,"title":{},"content":{"The insanity of collecting retro games":{}},"tags":{}}],["pricetag",{"_index":9289,"title":{},"content":{"Questionable Game Publishing Methods":{}},"tags":{}}],["pricey",{"_index":10227,"title":{},"content":{"Three Little GameCube Mods":{}},"tags":{}}],["prij",{"_index":4076,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["primari",{"_index":6514,"title":{},"content":{"Digitizing journals using DEVONthink":{},"Re: Is collecting physical games worth it?":{}},"tags":{}}],["primarili",{"_index":6857,"title":{},"content":{"You Shouldn't Use Spotify":{},"On Manuscript Review Procedures":{},"Re: Is collecting physical games worth it?":{},"My Kotlin Rose-Tinted Glasses Broke":{},"Creativity Equals Messy Code?":{}},"tags":{}}],["prime",{"_index":8951,"title":{},"content":{"The HP Sprocket Mini Printer":{},"None Of My Best Friends Are Content Creators":{},"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["primit",{"_index":790,"title":{},"content":{"undefined":{}},"tags":{}}],["princ",{"_index":7448,"title":{},"content":{"Moon Logic":{},"Favorite Game Meme":{},"A Triumph For Blogging":{},"Drought":{}},"tags":{}}],["princess",{"_index":11967,"title":{},"content":{"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["princip",{"_index":3666,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{}},"tags":{}}],["principl",{"_index":2459,"title":{"Development principles in cooking":{}},"content":{"How to teach kids to program":{},"Development principles in cooking":{},"Healing creative scars":{},"Reverse engineering a curriculum":{},"The Startup of a Lean Doctorate":{},"A Ph.D. Thesis: Iteration 2":{},"Programming: a Creative Cognitive Process":{},"Five reasons why agile and academia don't go together":{},"Academese Gems":{},"Emotional Magic":{},"Kotlin Is Java 2.0, But It's Still Java":{}},"tags":{}}],["prinf(\"%d",{"_index":4320,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["print",{"_index":561,"title":{},"content":{"undefined":{},"What is Creativity in Software Engineering?":{},"Emotional Magic":{},"The HP Sprocket Mini Printer":{},"Are Digital Gardens Blogs?":{},"Questionable Game Publishing Methods":{},"The Emperor of Lists":{},"Allspice Is Not All Spice":{},"Seneca on How to Live":{},"Generating a Blogroll With OPML in Hugo":{},"An Ad Leaflet QR Design Mistake":{},"How To Properly Store Your Game Boy Cartridges":{},"From Mood Board To Mood Mugs":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["printer",{"_index":2993,"title":{"The HP Sprocket Mini Printer":{}},"content":{"Inventing - for the worse?":{},"The HP Sprocket Mini Printer":{},"Parking Machines Design Mistakes":{}},"tags":{}}],["printf",{"_index":8247,"title":{},"content":{"Reducing Workflow Load Facilitates Writing":{}},"tags":{}}],["println(\"hi\".last",{"_index":8583,"title":{},"content":{"Kotlin Is Java 2.0, But It's Still Java":{}},"tags":{}}],["priori",{"_index":3304,"title":{},"content":{"Thinking in terms of objects":{}},"tags":{}}],["prioriti",{"_index":6737,"title":{},"content":{"My Retro Desk/Gaming Setup in 2021":{},"Always have a Diaster Recovery Plan":{}},"tags":{}}],["privaci",{"_index":5473,"title":{"Tracking and privacy concerns on websites":{}},"content":{"Designing websites with accessibility in mind":{},"Tracking and privacy concerns on websites":{},"Digitizing journals using DEVONthink":{},"Exploring the AlterNet":{},"Getting rid of trackers using LineageOS":{},"Are You In The System Yet, Sir?":{},"A Triumph For Blogging":{},"Migrating from Mailchimp to Listmonk":{},"Why Mastodon Isn't Great For Serendipity":{},"Visualizing Personal Data Takeouts":{},"Give Up GitHub!":{}},"tags":{"Tracking and privacy concerns on websites":{},"Digitizing journals using DEVONthink":{},"Getting rid of trackers using LineageOS":{},"The IndieWeb Mixed Bag":{},"Are You In The System Yet, Sir?":{},"Migrating from Mailchimp to Listmonk":{},"Visualizing Personal Data Takeouts":{}}}],["privacy](/tags/privaci",{"_index":6994,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"tags":{}}],["privat",{"_index":1619,"title":{},"content":{"Enhancing the builder pattern with closures":{},"Integration Testing with SQLite":{},"Metaprogramming instead of duplication":{},"Custom Webdriver Page Factories":{},"Webdriver Exception Handling":{},"Hiding Code Complexity":{},"Domain Driven Design in C":{},"DIY: Hosting stuff on your own VPS":{},"The IndieWeb Mixed Bag":{},"The first Dutch Obsidian meetup":{},"Pinball Machines in a Jenever Museum":{},"Are Digital Gardens Blogs?":{},"Collective Creativity":{},"Woke in Class":{},"On Trying To Sell A Laptop":{},"Expiry Dates On Journals":{},"March 2022 In Review":{}},"tags":{}}],["privileg",{"_index":8401,"title":{},"content":{"What if Seneca wasn't Nero's advisor?":{},"Winnie Lim on Rebuilding Oneself":{}},"tags":{}}],["privéwereld",{"_index":4856,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["pro",{"_index":162,"title":{},"content":{"Ending your day with happy thoughts":{},"486 Upgrade 1: Sound Blaster 16":{},"Personal Desktop Screenshots of Olde":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Programming on the Apple M1 Silicon":{},"Digitizing journals using DEVONthink":{},"You Shouldn't Use Spotify":{},"Stop limiting yourself to JS in browsers":{},"A 5.25\" Gobliins 2 Surprise":{}},"tags":{}}],["probabl",{"_index":1292,"title":{},"content":{"Unit Testing Stored Procedures":{},"Death to pseudocode?":{},"Teaching by philosophy":{},"Using Pandoc to publish a book":{},"3D Software Rendering on the GBA":{},"The Internet Killed Secrets in Games":{},"You Shouldn't Use Spotify":{},"Discord killed support for WinXP":{},"Nineties collecting nostalgia":{},"Re: Is collecting physical games worth it?":{},"Social Debt in Development Teams":{},"Why I like Pawn Stars":{},"Book Number Fourteen":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Cheese cheese cheese cheese cheese":{},"Pinball Machines in a Jenever Museum":{},"Thirty-Six":{},"Creativity Self-Assessment Is Nonsense":{},"Collective Creativity":{},"Ever-increasing Work Email Spam":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Seneca on How to Live":{},"Minimalism and Tidying Up":{},"Winnie Lim on Rebuilding Oneself":{},"2021 Year In Review":{},"How To Enjoy Your Own Digital Music":{},"January 2022 In Review":{},"Thoughts On Home NAS Systems":{},"Cool Things People Do With Their Blogs":{},"Equality in Game Credits":{},"Fighting Webmention And Pingback Spam":{},"How To Properly Store Your Game Boy Cartridges":{},"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["probe",{"_index":8090,"title":{},"content":{"The Fridge, Your Inoculation Room":{}},"tags":{}}],["probeert",{"_index":834,"title":{},"content":{"undefined":{}},"tags":{}}],["probleem",{"_index":3594,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{},"A Ph.D. Thesis Proposal":{},"De zin en onzin van conferenties":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["probleem](../sweng_prob.png",{"_index":3746,"title":{},"content":{"A Ph.D. Thesis Proposal":{}},"tags":{}}],["probleemstel",{"_index":3714,"title":{},"content":{"A Ph.D. Thesis Proposal":{}},"tags":{}}],["problem",{"_index":384,"title":{},"content":{"No, vegetarians do not eat fish!":{},"Visual Studio 2012 for Eclipse users":{},"Enhancing the builder pattern with closures":{},"Integration Testing with SQLite":{},"Metaprogramming instead of duplication":{},"Bye autotools hello Scons":{},"Custom Webdriver Page Factories":{},"Unit Testing Extjs UI with Siesta":{},"Webdriver Exception Handling":{},"Teaching yourself to draw":{},"How to teach kids to program":{},"Healing creative scars":{},"Journaling in practice":{},"Nuts about local nuts":{},"Inventing - for the worse?":{},"Concentrating on serendipitous creativity":{},"Teaching by philosophy":{},"Domain Driven Design in C":{},"Productivity Tools on all platforms":{},"A Decade in the Software Engineering industry":{},"The Startup of a Lean Doctorate":{},"Unit Testing PicoBlaze Assembly files":{},"A Ph.D. Thesis: Iteration 2":{},"Five reasons why agile and academia don't go together":{},"Hugo Extended: More static site processing power!":{},"486 Upgrade 2: The SD Card HDD":{},"Reviving an old 80486 PC":{},"Win98 Upgrade: Sound Blaster Audigy":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"What is Creativity in Software Engineering?":{},"Always have a Diaster Recovery Plan":{},"Exploring the AlterNet":{},"On Manuscript Review Procedures":{},"Host your own webmention receiver":{},"Moon Logic":{},"Re: Is collecting physical games worth it?":{},"Social Debt in Development Teams":{},"Software Engineering Is Not Engineering":{},"The Pilot Capless: a stellar stealth pen":{},"YouTube Play Image Links in Hugo":{},"Apple's App Store Design Mistake":{},"Double-dipping and Market Prices":{},"The Fridge, Your Inoculation Room":{},"Reducing Workflow Load Facilitates Writing":{},"Cheese cheese cheese cheese cheese":{},"Emotional Magic":{},"My Kotlin Rose-Tinted Glasses Broke":{},"A Note About Footnotes":{},"Creativity Self-Assessment Is Nonsense":{},"Power Usage Effectiveness":{},"Questionable Game Publishing Methods":{},"A 5.25\" Gobliins 2 Surprise":{},"Exporting Goodreads to Obsidian":{},"A Creative State of Mind":{},"Migrating from Mailchimp to Listmonk":{},"Three Little GameCube Mods":{},"Natural Gas Prices and The Energy Market":{},"The Creative Techniques Toolbox":{},"Why I Play Games (And So Should You)":{},"Winnie Lim on Rebuilding Oneself":{},"Woke in Class":{},"How to setup Pi-Hole on a Synology NAS":{},"Once Upon a Time in Shaolin":{},"Visualizing Personal Data Takeouts":{},"What a Night Cam Is Good For":{},"Academic Lineage":{},"Choosing an Audio Codec":{},"Creativity Equals Messy Code?":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"Equality in Game Credits":{},"None Of My Best Friends Are Content Creators":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"The Death Of The Nike+ SportWatch":{},"Wax Seals And Snail Mail":{},"Drought":{},"On Learning A New (Programming) Language":{},"Teaching Software Engineering Is Still Done Wrong":{},"Creating Top x Games Lists Is Hard":{},"Sparking Conversations at Conferences":{},"The Modern QR Code Life":{},"Give Up GitHub!":{}},"tags":{}}],["problem](https://trudymorgancole.wordpress.com/2014/03/02/dog",{"_index":2933,"title":{},"content":{"I'm jealous of my dog":{}},"tags":{}}],["problemat",{"_index":4708,"title":{},"content":{"A Ph.D. Thesis: Iteration 2":{},"An am486 Performance Analysis":{}},"tags":{}}],["problemen",{"_index":772,"title":{},"content":{"undefined":{},"De zin en onzin van conferenties":{}},"tags":{}}],["proc",{"_index":1126,"title":{},"content":{"undefined":{},"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["proc.cal",{"_index":1154,"title":{},"content":{"undefined":{}},"tags":{}}],["proc.new",{"_index":1133,"title":{},"content":{"undefined":{}},"tags":{}}],["proc_test",{"_index":1153,"title":{},"content":{"undefined":{}},"tags":{}}],["proc`",{"_index":1139,"title":{},"content":{"undefined":{}},"tags":{}}],["proce",{"_index":11772,"title":{},"content":{"Drought":{}},"tags":{}}],["procedur",{"_index":1277,"title":{"Unit Testing Stored Procedures":{},"On Manuscript Review Procedures":{}},"content":{"Unit Testing Stored Procedures":{},"Integration Testing with SQLite":{},"Unit testing in Legacy Projects: VB6":{},"Unit Testing PicoBlaze Assembly files":{},"A 5.25\" Gobliins 2 Surprise":{}},"tags":{}}],["proceed",{"_index":6628,"title":{},"content":{"What is Creativity in Software Engineering?":{},"The first Dutch Obsidian meetup":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["proceeding_",{"_index":4884,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["process",{"_index":1008,"title":{"Programming: a Creative Cognitive Process":{},"Hugo Extended: More static site processing power!":{}},"content":{"Learning to become a baker":{},".NET Memory management VS JVM Memory management":{},"The Startup of a Lean Doctorate":{},"Programming: a Creative Cognitive Process":{},"Five reasons why agile and academia don't go together":{},"Hugo Extended: More static site processing power!":{},"ITiCSE 2020: A Report":{},"A journey through the history of webdesign":{},"What is Creativity in Software Engineering?":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"How to write academic papers in Markdown":{},"Exploring the Go programming language":{},"The first Dutch Obsidian meetup":{},"On Manuscript Review Procedures":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"A Triumph For Blogging":{},"Dear Student":{},"Ditch Scrum, Organize As You See Fit":{},"Questionable Game Publishing Methods":{},"Creative Critical Thinking":{},"From Analog Notebook to Digital Vault":{},"Where Does It Stop?":{},"Allspice Is Not All Spice":{},"Migrating from Mailchimp to Listmonk":{},"Generating a Blogroll With OPML in Hugo":{},"Re: Writing A Book Is Nonesense":{},"January 2022 In Review":{},"February 2022 In Review":{},"Leuchtturm Notebook Paper Quality":{},"Fighting Webmention And Pingback Spam":{},"Wax Seals And Snail Mail":{},"Give Up GitHub!":{}},"tags":{}}],["process](/post/2019/10/cr",{"_index":6661,"title":{},"content":{"What is Creativity in Software Engineering?":{}},"tags":{}}],["process](/post/2020/05/us",{"_index":8596,"title":{},"content":{"On Selling a Self-published Book":{}},"tags":{}}],["process](http://csis.pace.edu/~ctappert/srd2015/2015pdf/d4.pdf",{"_index":4455,"title":{},"content":{"The Startup of a Lean Doctorate":{}},"tags":{}}],["processor",{"_index":5280,"title":{},"content":{"Using Pandoc to publish a book":{},"Building an Athlon Windows 98 Retro PC":{},"WinXP Upgrade: Sound Blaster X-Fi":{}},"tags":{}}],["proclaim",{"_index":8843,"title":{},"content":{"Creativity Self-Assessment Is Nonsense":{},"Exporting Goodreads to Obsidian":{},"Technical Knowledge Brews Creativity":{}},"tags":{}}],["produc",{"_index":1903,"title":{},"content":{"Custom Webdriver Page Factories":{},"A quick look at 6 fountain pens":{},"Hugo Extended: More static site processing power!":{},"3D Software Rendering on the GBA":{},"Reviving an old 80486 PC":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Discord killed support for WinXP":{},"Cheese cheese cheese cheese cheese":{},"My Kotlin Rose-Tinted Glasses Broke":{},"Are You In The System Yet, Sir?":{},"Creativity Self-Assessment Is Nonsense":{},"Are Digital Gardens Blogs?":{},"Creative Critical Thinking":{},"Exporting Goodreads to Obsidian":{},"A Creative State of Mind":{},"Once Upon a Time in Shaolin":{},"Equality in Game Credits":{},"My Programming Language Odyssey":{},"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["produce_",{"_index":8732,"title":{},"content":{"Thirty-Six":{}},"tags":{}}],["produceert",{"_index":3348,"title":{},"content":{"Over entropie":{}},"tags":{}}],["produceren",{"_index":4080,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["product",{"_index":1501,"title":{"Productivity Tools on all platforms":{},"The Productive Programmer on Mac":{}},"content":{"Visual Studio 2012 for Eclipse users":{},"Unit Testing Extjs UI with Siesta":{},"Unit testing in Legacy Projects: VB6":{},"Nuts about local nuts":{},"Inventing - for the worse?":{},"Take your time.":{},"Over de inflatie van intellect":{},"Productivity Tools on all platforms":{},"A Decade in the Software Engineering industry":{},"De zin en onzin van conferenties":{},"Programming: a Creative Cognitive Process":{},"Five reasons why agile and academia don't go together":{},"Hugo Extended: More static site processing power!":{},"Project Warlock: About Perseverance":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Programming on the Apple M1 Silicon":{},"Digitizing journals using DEVONthink":{},"The Productive Programmer on Mac":{},"What is Creativity in Software Engineering?":{},"Social Debt in Development Teams":{},"Apple's App Store Design Mistake":{},"Cheese cheese cheese cheese cheese":{},"The HP Sprocket Mini Printer":{},"Ditch Scrum, Organize As You See Fit":{},"A Treatise on Leavened Waffles":{},"Constraint-based Creativity":{},"Exporting Goodreads to Obsidian":{},"How Not To Do A Remaster":{},"Where Does It Stop?":{},"Allspice Is Not All Spice":{},"2021 Donations":{},"Technical Knowledge Brews Creativity":{},"2021 Year In Review":{},"January 2022 In Review":{},"On Trying To Sell A Laptop":{},"A Personal Intro To Rough Hip-Hop":{},"Leuchtturm Notebook Paper Quality":{},"On Commuting By Bike":{},"Teaching Software Engineering Is Still Done Wrong":{},"Give Up GitHub!":{}},"tags":{"Productivity Tools on all platforms":{},"The Productive Programmer on Mac":{}}}],["proeverijen",{"_index":4063,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["prof",{"_index":6068,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{}},"tags":{}}],["profess",{"_index":2516,"title":{},"content":{"A samurai learning mindset":{},"Inventing - for the worse?":{},"IT Competences and Certificates":{},"Thoughts on collaboration in education":{},"Academese Gems":{},"Software Engineering Is Not Engineering":{}},"tags":{}}],["profess_",{"_index":7798,"title":{},"content":{"Software Engineering Is Not Engineering":{}},"tags":{}}],["profession",{"_index":402,"title":{},"content":{"No, vegetarians do not eat fish!":{},"IT Competences and Certificates":{},"Software Engineering Is Not Engineering":{},"The Fridge, Your Inoculation Room":{},"2021 Year In Review":{},"How To Properly Store Your Game Boy Cartridges":{},"On Commuting By Bike":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"Freshly Baked Thoughts":{}},"tags":{}}],["professional_",{"_index":7792,"title":{},"content":{"Software Engineering Is Not Engineering":{}},"tags":{}}],["professionalism](http://ictprofessionalism.eu/th",{"_index":4730,"title":{},"content":{"IT Competences and Certificates":{}},"tags":{}}],["professionel",{"_index":3951,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["professor",{"_index":3489,"title":{},"content":{"Teaching by philosophy":{},"A Ph.D. Thesis Proposal":{},"Thoughts on collaboration in education":{},"Thoughts on Bullshit Jobs":{},"Academese Gems":{},"Why Mastodon Isn't Great For Serendipity":{},"Drought":{}},"tags":{}}],["professors](https://bloggingheads.tv/videos/1615",{"_index":10235,"title":{},"content":{"Why Mastodon Isn't Great For Serendipity":{}},"tags":{}}],["professorship",{"_index":5722,"title":{},"content":{"Thoughts on collaboration in education":{}},"tags":{}}],["profil",{"_index":2360,"title":{},"content":{"Teaching yourself to draw":{},"IT Competences and Certificates":{},"My Retrocomputing Projects For 2022":{}},"tags":{}}],["profit",{"_index":7714,"title":{},"content":{"Flea Market Season":{},"Where Does It Stop?":{},"Allspice Is Not All Spice":{},"Give Up GitHub!":{}},"tags":{}}],["profound",{"_index":5892,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{},"Expiry Dates On Journals":{}},"tags":{}}],["program",{"_index":487,"title":{"How to teach kids to program":{},"Programming: a Creative Cognitive Process":{},"Programming on the Apple M1 Silicon":{},"Exploring the Go programming language":{},"My Programming Language Odyssey":{},"On Learning A New (Programming) Language":{}},"content":{"undefined":{},"Are you handing over enough when inspiring someone?":{},"How to teach kids to program":{},"A samurai learning mindset":{},"2017 in books":{},"Thinking in terms of objects":{},"Computer Science learning pathways":{},"Reverse engineering a curriculum":{},"Domain Driven Design in C":{},"Teaching Object-Oriented design using the GBA":{},"Programming: a Creative Cognitive Process":{},"Five reasons why agile and academia don't go together":{},"ITiCSE 2020: A Report":{},"3D Software Rendering on the GBA":{},"Programming on the Apple M1 Silicon":{},"What is Creativity in Software Engineering?":{},"Exploring the AlterNet":{},"Teaching students about coding trends":{},"Exploring the Go programming language":{},"On Manuscript Review Procedures":{},"Host your own webmention receiver":{},"Apple's App Store Design Mistake":{},"The Decline of Battery Life":{},"Kotlin Is Java 2.0, But It's Still Java":{},"My Kotlin Rose-Tinted Glasses Broke":{},"A Triumph For Blogging":{},"Dear Student":{},"Migrating from Mailchimp to Listmonk":{},"Three Little GameCube Mods":{},"Generating a Blogroll With OPML in Hugo":{},"Winnie Lim on Rebuilding Oneself":{},"Woke in Class":{},"2021 Year In Review":{},"My Retrocomputing Projects For 2022":{},"Creativity Equals Messy Code?":{},"None Of My Best Friends Are Content Creators":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"My Programming Language Odyssey":{},"On Commuting By Bike":{},"On Learning A New (Programming) Language":{},"Teaching Software Engineering Is Still Done Wrong":{},"From Mood Board To Mood Mugs":{},"Sparking Conversations at Conferences":{},"June 2022 In Review":{}},"tags":{"Teaching students about coding trends":{}}}],["programm",{"_index":3520,"title":{"The Productive Programmer on Mac":{}},"content":{"Computer Science learning pathways":{},"Domain Driven Design in C":{},"The Productive Programmer on Mac":{},"Constraint-based Creativity":{},"Exporting Goodreads to Obsidian":{},"2021 Donations":{},"December 2021 In Review":{},"January 2022 In Review":{},"Equality in Game Credits":{},"On Learning A New (Programming) Language":{},"Teaching Software Engineering Is Still Done Wrong":{}},"tags":{}}],["programmeerwerk",{"_index":3802,"title":{},"content":{"A Ph.D. Thesis Proposal":{}},"tags":{}}],["programmer?from_search=tru",{"_index":4338,"title":{},"content":{"Productivity Tools on all platforms":{}},"tags":{}}],["programmer?from_search=true&from_srp=true&qid=jyuzonuvol&rank=1",{"_index":6585,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["programmer](https://github.com/miloyip/gam",{"_index":3523,"title":{},"content":{"Computer Science learning pathways":{}},"tags":{}}],["programmer](https://www.goodreads.com/book/show/3411606",{"_index":4337,"title":{},"content":{"Productivity Tools on all platforms":{}},"tags":{}}],["programmer_",{"_index":6591,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["programming!_",{"_index":10389,"title":{},"content":{"A Factor Analysis For Dummies in R":{}},"tags":{}}],["programming\"_",{"_index":6583,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["programming](github.com/wgroeneveld/gba",{"_index":10769,"title":{},"content":{"January 2022 In Review":{}},"tags":{}}],["programming](https://ensembleprogramming.xyz",{"_index":7588,"title":{},"content":{"Social Debt in Development Teams":{}},"tags":{}}],["programming](https://th",{"_index":3829,"title":{},"content":{"Reverse engineering a curriculum":{}},"tags":{}}],["progress",{"_index":3859,"title":{},"content":{"Reverse engineering a curriculum":{},"My Retro Desk/Gaming Setup in 2021":{},"Apple's App Store Design Mistake":{},"A Creative State of Mind":{},"December 2021 In Review":{},"Fighting Webmention And Pingback Spam":{},"On Learning A New (Programming) Language":{}},"tags":{}}],["project",{"_index":1415,"title":{"Unit testing in Legacy Projects: VB6":{},"Project Warlock: About Perseverance":{},"My Retrocomputing Projects For 2022":{}},"content":{"undefined":{},"Integration Testing with SQLite":{},"Bye autotools hello Scons":{},"Unit Testing Extjs UI with Siesta":{},"Unit testing in Legacy Projects: VB6":{},"Concentrating on serendipitous creativity":{},"Reverse engineering a curriculum":{},"Productivity Tools on all platforms":{},"The Startup of a Lean Doctorate":{},"A Ph.D. Thesis: Iteration 2":{},"Teaching Object-Oriented design using the GBA":{},"Five reasons why agile and academia don't go together":{},"Hugo Extended: More static site processing power!":{},"Page Building with Brizy in Wordpress":{},"Project Warlock: About Perseverance":{},"A journey through the history of webdesign":{},"The IndieWeb Mixed Bag":{},"Exploring the Go programming language":{},"Stop limiting yourself to JS in browsers":{},"Misconceptions about retro gamers":{},"YouTube Play Image Links in Hugo":{},"Apple's App Store Design Mistake":{},"Water Levels As Public Data":{},"On Selling a Self-published Book":{},"Ditch Scrum, Organize As You See Fit":{},"Ever-increasing Work Email Spam":{},"The Emperor of Lists":{},"Where Does It Stop?":{},"2021 Donations":{},"December 2021 In Review":{},"Re: Writing A Book Is Nonesense":{},"My Retrocomputing Projects For 2022":{},"What a Night Cam Is Good For":{},"Creativity Equals Messy Code?":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"The Death Of The Nike+ SportWatch":{},"My Programming Language Odyssey":{},"Teaching Software Engineering Is Still Done Wrong":{},"June 2022 In Review":{}},"tags":{}}],["project=program.vbp",{"_index":2294,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{}},"tags":{}}],["projects?](https://obsolete29.com/posts/2021/12/15/mi",{"_index":10351,"title":{},"content":{"December 2021 In Review":{}},"tags":{}}],["prolif",{"_index":10799,"title":{},"content":{"On Trying To Sell A Laptop":{}},"tags":{}}],["prolifer",{"_index":6962,"title":{},"content":{"Exploring the AlterNet":{},"An Ad Leaflet QR Design Mistake":{}},"tags":{}}],["prolog",{"_index":11835,"title":{},"content":{"My Programming Language Odyssey":{}},"tags":{}}],["prolong",{"_index":3018,"title":{},"content":{"Inventing - for the worse?":{},"From Curiosity To Creativity":{}},"tags":{}}],["promin",{"_index":3535,"title":{},"content":{"Computer Science learning pathways":{},"A Treatise on Leavened Waffles":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{}},"tags":{}}],["promis",{"_index":8,"title":{},"content":{"Ending your day with happy thoughts":{},"Combining async with generators in Node 11":{},"Designing websites with accessibility in mind":{},"Dear Student":{},"February 2022 In Review":{},"March 2022 In Review":{}},"tags":{}}],["promise.all(subdirs.map(async",{"_index":5448,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["promise.resolv",{"_index":5460,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["promise.resolve(\"yo",{"_index":5464,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["promisifi",{"_index":5439,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["promisify(fs.readdir",{"_index":5443,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["promisify(fs.stat",{"_index":5445,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["promot",{"_index":3204,"title":{},"content":{"Concentrating on serendipitous creativity":{},"How Much Should I Spend On Magic The Gathering":{},"On Selling a Self-published Book":{},"Why Mastodon Isn't Great For Serendipity":{},"Re: Writing A Book Is Nonesense":{},"An Ad Leaflet QR Design Mistake":{},"None Of My Best Friends Are Content Creators":{}},"tags":{}}],["prompt",{"_index":1437,"title":{},"content":{"undefined":{},"The Productive Programmer on Mac":{},"Give Up GitHub!":{}},"tags":{}}],["promptli",{"_index":6704,"title":{},"content":{"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Dear Student":{},"Ever-increasing Work Email Spam":{},"The Lost Art of Being Lost":{},"Constraint-based Creativity":{}},"tags":{}}],["prone",{"_index":11315,"title":{},"content":{"Leuchtturm Notebook Paper Quality":{},"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["proof",{"_index":3494,"title":{},"content":{"Teaching by philosophy":{},"The Productive Programmer on Mac":{},"The Fridge, Your Inoculation Room":{},"A Creative State of Mind":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["proper",{"_index":6528,"title":{},"content":{"Digitizing journals using DEVONthink":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"The IndieWeb Mixed Bag":{},"Exploring the Go programming language":{},"Book Number Fourteen":{},"The Monthly Retro Screenshot Guessing Quiz":{},"My Retrocomputing Projects For 2022":{},"Water Usage and Prices":{}},"tags":{}}],["properli",{"_index":2659,"title":{"How To Properly Store Your Game Boy Cartridges":{}},"content":{"Healing creative scars":{},"The IndieWeb Mixed Bag":{},"On Selling a Self-published Book":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["properti",{"_index":799,"title":{},"content":{"undefined":{},"Faking domain logic":{},"Migrating from Extjs to React gradually":{},"Hiding Code Complexity":{},"Thinking in terms of objects":{},"Designing websites with accessibility in mind":{},"Exploring the Go programming language":{},"Nineties collecting nostalgia":{},"On Selling a Self-published Book":{},"My Kotlin Rose-Tinted Glasses Broke":{},"Generating a Blogroll With OPML in Hugo":{}},"tags":{}}],["property/picoblaze.html",{"_index":4634,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["property=\"og:imag",{"_index":8252,"title":{},"content":{"Reducing Workflow Load Facilitates Writing":{}},"tags":{}}],["proport",{"_index":3271,"title":{},"content":{"Death to pseudocode?":{}},"tags":{}}],["propos",{"_index":2386,"title":{"A Ph.D. Thesis Proposal":{}},"content":{"Are you handing over enough when inspiring someone?":{},"A quick look at 6 fountain pens":{},"A Ph.D. Thesis Proposal":{},"The Startup of a Lean Doctorate":{},"A Ph.D. Thesis: Iteration 2":{},"The Productive Programmer on Mac":{},"Ever-increasing Work Email Spam":{}},"tags":{}}],["proposal](/post/phd",{"_index":4675,"title":{},"content":{"A Ph.D. Thesis: Iteration 2":{}},"tags":{}}],["proposal](/propos",{"_index":3822,"title":{},"content":{"Reverse engineering a curriculum":{}},"tags":{}}],["proprietari",{"_index":8763,"title":{},"content":{"20 Years of Personal Cellphone History":{}},"tags":{}}],["prose",{"_index":6635,"title":{},"content":{"What is Creativity in Software Engineering?":{},"On Manuscript Review Procedures":{},"Academese Gems":{},"Software Engineering Is Not Engineering":{}},"tags":{}}],["prospect",{"_index":8601,"title":{},"content":{"On Selling a Self-published Book":{},"Where Does It Stop?":{},"Wax Seals And Snail Mail":{}},"tags":{}}],["protagonist",{"_index":8868,"title":{},"content":{"Favorite Game Meme":{},"Equality in Game Credits":{}},"tags":{}}],["protect",{"_index":1188,"title":{},"content":{"undefined":{},"Death to pseudocode?":{},"Tracking and privacy concerns on websites":{},"Exploring the AlterNet":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Constraint-based Creativity":{},"Migrating from Mailchimp to Listmonk":{}},"tags":{}}],["protein",{"_index":8470,"title":{},"content":{"Cheese cheese cheese cheese cheese":{}},"tags":{}}],["protocol",{"_index":677,"title":{},"content":{"undefined":{},"Exploring the AlterNet":{},"Discord killed support for WinXP":{},"Using Hugo to Launch a Gemini Capsule":{},"The HP Sprocket Mini Printer":{},"Parking Machines Design Mistakes":{},"A Triumph For Blogging":{},"2021 Year In Review":{}},"tags":{}}],["proton",{"_index":7006,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"tags":{}}],["protonmail",{"_index":7005,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"tags":{}}],["protonmail](https://protonmail.com",{"_index":7004,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"tags":{}}],["prototyp",{"_index":673,"title":{},"content":{"undefined":{},"Are you handing over enough when inspiring someone?":{},"Programming: a Creative Cognitive Process":{}},"tags":{}}],["protrud",{"_index":11637,"title":{},"content":{"Wax Seals And Snail Mail":{}},"tags":{}}],["proud",{"_index":4799,"title":{},"content":{"Teaching Object-Oriented design using the GBA":{},"Building an Athlon Windows 98 Retro PC":{},"From Analog Notebook to Digital Vault":{},"Seneca on How to Live":{},"Technical Knowledge Brews Creativity":{},"Generating a Blogroll With OPML in Hugo":{},"2021 Year In Review":{},"Expiry Dates On Journals":{}},"tags":{}}],["proudli",{"_index":5756,"title":{},"content":{"An am486 Performance Analysis":{},"The Pilot Capless: a stellar stealth pen":{},"Very Old and Somewhat Old Mood Boards":{}},"tags":{}}],["prove",{"_index":3183,"title":{},"content":{"Take your time.":{},"Programming: a Creative Cognitive Process":{},"Thoughts on collaboration in education":{},"Getting rid of trackers using LineageOS":{},"Moon Logic":{},"Creative Critical Thinking":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Why I Play Games (And So Should You)":{},"Creativity Equals Messy Code?":{},"February 2022 In Review":{},"Equality in Game Credits":{},"Give Up GitHub!":{}},"tags":{}}],["proven",{"_index":2939,"title":{},"content":{"I'm jealous of my dog":{},"Accidental Discovery By Bike: Fietsknooppunten":{}},"tags":{}}],["provenc",{"_index":2863,"title":{},"content":{"Nuts about local nuts":{},"On Tea Prices":{},"Constraint-based Creativity":{}},"tags":{}}],["provence](https://www.mariagefreres.com/fr/2",{"_index":8213,"title":{},"content":{"On Tea Prices":{}},"tags":{}}],["provid",{"_index":1633,"title":{},"content":{"Enhancing the builder pattern with closures":{},"Metaprogramming instead of duplication":{},"Thinking in terms of objects":{},"The Startup of a Lean Doctorate":{},"Five reasons why agile and academia don't go together":{},"A journey through the history of webdesign":{},"Programming on the Apple M1 Silicon":{},"Thoughts on Bullshit Jobs":{},"You Shouldn't Use Spotify":{},"Getting rid of trackers using LineageOS":{},"Stop limiting yourself to JS in browsers":{},"Using Hugo to Launch a Gemini Capsule":{},"Academese Gems":{},"The Fridge, Your Inoculation Room":{},"Pinball Machines in a Jenever Museum":{},"A Note About Footnotes":{},"Power Usage Effectiveness":{},"Why Mastodon Isn't Great For Serendipity":{},"Natural Gas Prices and The Energy Market":{},"How To Enjoy Your Own Digital Music":{},"Thoughts On Home NAS Systems":{},"Water Usage and Prices":{},"How To Stream Your Own Music: Reprise":{},"Wax Seals And Snail Mail":{},"How To Properly Store Your Game Boy Cartridges":{},"The Modern QR Code Life":{},"Give Up GitHub!":{}},"tags":{}}],["provinc",{"_index":8448,"title":{},"content":{"Accidental Discovery By Bike: Fietsknooppunten":{},"Parking Machines Design Mistakes":{},"Don't Expose The Stacktrace Please!":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["provinces.id",{"_index":11728,"title":{},"content":{"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["provinci",{"_index":12134,"title":{},"content":{"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["provinciano'",{"_index":10870,"title":{},"content":{"My Retrocomputing Projects For 2022":{}},"tags":{}}],["proxi",{"_index":1661,"title":{},"content":{"Integration Testing with SQLite":{},"Custom Webdriver Page Factories":{},"Host your own webmention receiver":{},"The HP Sprocket Mini Printer":{},"How to setup Pi-Hole on a Synology NAS":{},"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["proximus](https://proximus.b",{"_index":10740,"title":{},"content":{"How to setup Pi-Hole on a Synology NAS":{}},"tags":{}}],["proza",{"_index":9561,"title":{},"content":{"The Emperor of Lists":{}},"tags":{}}],["ps",{"_index":11664,"title":{},"content":{"A Decision Tree For Buying Retro Gaming Handhelds":{}},"tags":{}}],["ps1",{"_index":11667,"title":{},"content":{"A Decision Tree For Buying Retro Gaming Handhelds":{}},"tags":{}}],["pseudo",{"_index":11841,"title":{},"content":{"On Commuting By Bike":{}},"tags":{}}],["pseudocod",{"_index":3254,"title":{"Death to pseudocode?":{}},"content":{"Death to pseudocode?":{}},"tags":{}}],["psm(4",{"_index":4637,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["psm4",{"_index":4647,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["psp",{"_index":11663,"title":{},"content":{"A Decision Tree For Buying Retro Gaming Handhelds":{}},"tags":{}}],["psu",{"_index":5818,"title":{},"content":{"486 Upgrade 2: The SD Card HDD":{},"Thoughts On Home NAS Systems":{}},"tags":{}}],["psych",{"_index":10411,"title":{},"content":{"A Factor Analysis For Dummies in R":{}},"tags":{}}],["psycholog",{"_index":4950,"title":{},"content":{"Programming: a Creative Cognitive Process":{},"Re: Is collecting physical games worth it?":{},"Software Engineering Is Not Engineering":{},"Creativity Self-Assessment Is Nonsense":{},"A Factor Analysis For Dummies in R":{},"Why I Play Games (And So Should You)":{},"January 2022 In Review":{},"Creativity Equals Messy Code?":{}},"tags":{}}],["pthread",{"_index":1822,"title":{},"content":{"Bye autotools hello Scons":{}},"tags":{}}],["ptolemi",{"_index":9427,"title":{},"content":{"Constraint-based Creativity":{},"The Emperor of Lists":{},"A Creative State of Mind":{}},"tags":{}}],["ptolemy'",{"_index":9441,"title":{},"content":{"Constraint-based Creativity":{}},"tags":{}}],["public",{"_index":580,"title":{"Water Levels As Public Data":{}},"content":{"undefined":{},"Enhancing the builder pattern with closures":{},"Integration Testing with SQLite":{},"Metaprogramming instead of duplication":{},"Custom Webdriver Page Factories":{},"Faking domain logic":{},"Webdriver Exception Handling":{},"Unit testing in Legacy Projects: VB6":{},"Domain Driven Design in C":{},"Productivity Tools on all platforms":{},"What is Creativity in Software Engineering?":{},"Academese Gems":{},"Water Levels As Public Data":{},"The HP Sprocket Mini Printer":{},"Ditch Scrum, Organize As You See Fit":{},"A Creative State of Mind":{},"Seneca on How to Live":{},"Natural Gas Prices and The Energy Market":{},"Winnie Lim on Rebuilding Oneself":{},"A Personal Intro To Rough Hip-Hop":{},"Expiry Dates On Journals":{},"Equality in Game Credits":{}},"tags":{}}],["publicati",{"_index":4871,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["publiceren",{"_index":4873,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["publicli",{"_index":11379,"title":{},"content":{"Cool Things People Do With Their Blogs":{}},"tags":{}}],["publiek",{"_index":3949,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["publish",{"_index":3521,"title":{"Using Pandoc to publish a book":{},"On Selling a Self-published Book":{},"Questionable Game Publishing Methods":{}},"content":{"Computer Science learning pathways":{},"The Startup of a Lean Doctorate":{},"Using Pandoc to publish a book":{},"Thoughts on Bullshit Jobs":{},"The Productive Programmer on Mac":{},"How to write academic papers in Markdown":{},"Getting rid of trackers using LineageOS":{},"The IndieWeb Mixed Bag":{},"The first Dutch Obsidian meetup":{},"Using Hugo to Launch a Gemini Capsule":{},"On Manuscript Review Procedures":{},"Academese Gems":{},"Software Engineering Is Not Engineering":{},"Rules of a Creator's Life":{},"On Selling a Self-published Book":{},"A Note About Footnotes":{},"Are Digital Gardens Blogs?":{},"Very Old and Somewhat Old Mood Boards":{},"Questionable Game Publishing Methods":{},"Exporting Goodreads to Obsidian":{},"How Not To Do A Remaster":{},"Technical Knowledge Brews Creativity":{},"December 2021 In Review":{},"Re: Writing A Book Is Nonesense":{},"January 2022 In Review":{},"On Trying To Sell A Laptop":{},"Creativity Equals Messy Code?":{},"Expiry Dates On Journals":{},"Cool Things People Do With Their Blogs":{}},"tags":{"On Selling a Self-published Book":{},"Questionable Game Publishing Methods":{},"Re: Writing A Book Is Nonesense":{}}}],["publisher'",{"_index":5407,"title":{},"content":{"Project Warlock: About Perseverance":{}},"tags":{}}],["publiu",{"_index":9065,"title":{},"content":{"Collective Creativity":{}},"tags":{}}],["pue",{"_index":9225,"title":{},"content":{"Power Usage Effectiveness":{}},"tags":{}}],["puff",{"_index":11072,"title":{},"content":{"A Personal Intro To Rough Hip-Hop":{}},"tags":{}}],["puffi",{"_index":3177,"title":{},"content":{"Take your time.":{}},"tags":{}}],["puke",{"_index":227,"title":{},"content":{"On finding your inner zen in big cities":{}},"tags":{}}],["pulcher",{"_index":8896,"title":{},"content":{"Favorite Game Meme":{}},"tags":{}}],["pull",{"_index":2959,"title":{},"content":{"I'm jealous of my dog":{},"Getting rid of trackers using LineageOS":{},"Discord killed support for WinXP":{},"The Pilot Capless: a stellar stealth pen":{},"Why I like Pawn Stars":{},"How Not To Do A Remaster":{},"The Death Of The Nike+ SportWatch":{},"Wax Seals And Snail Mail":{},"How To Properly Store Your Game Boy Cartridges":{},"The Modern QR Code Life":{}},"tags":{}}],["pummel",{"_index":9190,"title":{},"content":{"Very Old and Somewhat Old Mood Boards":{}},"tags":{}}],["pump",{"_index":6706,"title":{},"content":{"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"On Manuscript Review Procedures":{}},"tags":{}}],["pumpkin",{"_index":10095,"title":{},"content":{"November 2021 Meta Post":{}},"tags":{}}],["pun",{"_index":3001,"title":{},"content":{"Inventing - for the worse?":{}},"tags":{}}],["punctuat",{"_index":9570,"title":{},"content":{"The Emperor of Lists":{}},"tags":{}}],["pupil",{"_index":9517,"title":{},"content":{"Creative Critical Thinking":{}},"tags":{}}],["puppi",{"_index":10971,"title":{},"content":{"What a Night Cam Is Good For":{}},"tags":{}}],["purcell](https://www.goodreads.com/book/show/7849839",{"_index":3072,"title":{},"content":{"2017 in books":{}},"tags":{}}],["purchas",{"_index":9269,"title":{},"content":{"Questionable Game Publishing Methods":{},"2021 Donations":{},"Once Upon a Time in Shaolin":{},"What a Night Cam Is Good For":{}},"tags":{}}],["pure",{"_index":7795,"title":{},"content":{"Software Engineering Is Not Engineering":{},"Wax Seals And Snail Mail":{}},"tags":{}}],["purpos",{"_index":1216,"title":{},"content":{"undefined":{},"Integration Testing with SQLite":{},"Using Pandoc to publish a book":{},"Designing websites with accessibility in mind":{},"Digitizing journals using DEVONthink":{},"Belgium - Portugal: 5 - 2":{},"Thirty-Six":{},"Are Digital Gardens Blogs?":{},"Dear Student":{},"Very Old and Somewhat Old Mood Boards":{},"The Lost Art of Being Lost":{},"2021 Donations":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Generating a Blogroll With OPML in Hugo":{},"Minimalism and Tidying Up":{},"Thoughts On Home NAS Systems":{},"Expiry Dates On Journals":{},"On Commuting By Bike":{},"May 2022 In Review":{}},"tags":{}}],["pursuit",{"_index":5697,"title":{},"content":{"Thoughts on collaboration in education":{},"The Perfect Bowl Of Oatmeal Porridge":{},"Freshly Baked Thoughts":{}},"tags":{}}],["push",{"_index":987,"title":{},"content":{"Learning to become a baker":{},"Are you handing over enough when inspiring someone?":{},"Concentrating on serendipitous creativity":{},"ITiCSE 2020: A Report":{},"Building a Core2Duo Windows XP Retro PC":{},"Thoughts on Bullshit Jobs":{},"Using Hugo to Launch a Gemini Capsule":{},"The Fridge, Your Inoculation Room":{},"Water Levels As Public Data":{},"Dear Student":{},"Ditch Scrum, Organize As You See Fit":{},"Power Usage Effectiveness":{},"Creative Critical Thinking":{},"Three Little GameCube Mods":{},"On Trying To Sell A Laptop":{},"True Backlink Support in Hugo":{},"How To Properly Store Your Game Boy Cartridges":{},"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["pusher",{"_index":2980,"title":{},"content":{"Inventing - for the worse?":{}},"tags":{}}],["pushingupros",{"_index":7471,"title":{},"content":{"Moon Logic":{}},"tags":{}}],["put",{"_index":59,"title":{},"content":{"Ending your day with happy thoughts":{},"undefined":{},"Faking domain logic":{},"How to teach kids to program":{},"A quick look at 6 fountain pens":{},"Journaling in practice":{},"I'm jealous of my dog":{},"Death to pseudocode?":{},"Thinking in terms of objects":{},"Reverse engineering a curriculum":{},"The Startup of a Lean Doctorate":{},"IT Competences and Certificates":{},"Building a Core2Duo Windows XP Retro PC":{},"How to write academic papers in Markdown":{},"Always have a Diaster Recovery Plan":{},"Getting rid of trackers using LineageOS":{},"Academese Gems":{},"Belgium - Portugal: 5 - 2":{},"Flea Market Season":{},"The Pilot Capless: a stellar stealth pen":{},"Apple's App Store Design Mistake":{},"The Fridge, Your Inoculation Room":{},"How Much Should I Spend On Magic The Gathering":{},"Rules of a Creator's Life":{},"What if Seneca wasn't Nero's advisor?":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Cheese cheese cheese cheese cheese":{},"Kotlin Is Java 2.0, But It's Still Java":{},"On Selling a Self-published Book":{},"A Note About Footnotes":{},"Are You In The System Yet, Sir?":{},"Creativity Self-Assessment Is Nonsense":{},"Are Digital Gardens Blogs?":{},"Very Old and Somewhat Old Mood Boards":{},"A 5.25\" Gobliins 2 Surprise":{},"Allspice Is Not All Spice":{},"2021 Donations":{},"Migrating from Mailchimp to Listmonk":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Why Mastodon Isn't Great For Serendipity":{},"Re: Writing A Book Is Nonesense":{},"Woke in Class":{},"How to setup Pi-Hole on a Synology NAS":{},"February 2022 In Review":{},"March 2022 In Review":{},"None Of My Best Friends Are Content Creators":{},"Wax Seals And Snail Mail":{},"April 2022 In Review":{},"The Life Lessons of Bonnie":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["putin",{"_index":11493,"title":{},"content":{"March 2022 In Review":{}},"tags":{}}],["puzz",{"_index":10791,"title":{},"content":{"January 2022 In Review":{}},"tags":{}}],["puzzl",{"_index":7442,"title":{},"content":{"Moon Logic":{},"February 2022 In Review":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["puzzle/adventur",{"_index":11550,"title":{},"content":{"Password Hacking Sylvester & Tweety: Breakfast on the Run":{}},"tags":{}}],["puzzler",{"_index":8421,"title":{},"content":{"What if Seneca wasn't Nero's advisor?":{}},"tags":{}}],["pve",{"_index":10301,"title":{},"content":{"Dark Age of Camelot in 2022":{}},"tags":{}}],["pvp",{"_index":10288,"title":{},"content":{"Dark Age of Camelot in 2022":{}},"tags":{}}],["px",{"_index":12227,"title":{},"content":{"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["pxl",{"_index":10652,"title":{},"content":{"Woke in Class":{}},"tags":{}}],["pycap",{"_index":11597,"title":{},"content":{"The Death Of The Nike+ SportWatch":{}},"tags":{}}],["pycharm",{"_index":4348,"title":{},"content":{"Productivity Tools on all platforms":{}},"tags":{}}],["pypl",{"_index":7100,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["pyramid",{"_index":2330,"title":{},"content":{"Teaching yourself to draw":{},"Healing creative scars":{},"On Tea Prices":{},"From Mood Board To Mood Mugs":{}},"tags":{}}],["pythagora",{"_index":3461,"title":{},"content":{"Over entropie":{}},"tags":{}}],["pythagorean",{"_index":10166,"title":{},"content":{"Technical Knowledge Brews Creativity":{}},"tags":{}}],["python",{"_index":704,"title":{},"content":{"undefined":{},"Unit Testing PicoBlaze Assembly files":{},"Very Old and Somewhat Old Mood Boards":{},"Natural Gas Prices and The Energy Market":{},"Water Usage and Prices":{}},"tags":{"Bye autotools hello Scons":{}}}],["python'",{"_index":4643,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["python3",{"_index":1036,"title":{},"content":{"undefined":{}},"tags":{}}],["python3.9",{"_index":6460,"title":{},"content":{"Programming on the Apple M1 Silicon":{}},"tags":{}}],["python](http://effbot.org/zone/default",{"_index":1080,"title":{},"content":{"undefined":{}},"tags":{}}],["python](http://www.artima.com/weblogs/viewpost.jsp?thread=101605",{"_index":1047,"title":{},"content":{"undefined":{}},"tags":{}}],["python’",{"_index":1084,"title":{},"content":{"undefined":{}},"tags":{}}],["pyusb",{"_index":11598,"title":{},"content":{"The Death Of The Nike+ SportWatch":{}},"tags":{}}],["q",{"_index":10533,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q1",{"_index":10499,"title":{},"content":{"Natural Gas Prices and The Energy Market":{},"My Retrocomputing Projects For 2022":{}},"tags":{}}],["q1/15",{"_index":10507,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q1/16",{"_index":10511,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q1/17",{"_index":10515,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q1/18",{"_index":10519,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q1/19",{"_index":10523,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q1/20",{"_index":10527,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q1/21",{"_index":10531,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q2/15",{"_index":10508,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q2/16",{"_index":10512,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q2/17",{"_index":10516,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q2/18",{"_index":10520,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q2/19",{"_index":10524,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q2/20",{"_index":10528,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q2/21",{"_index":10532,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q3/15",{"_index":10509,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q3/16",{"_index":10513,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q3/17",{"_index":10517,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q3/18",{"_index":10521,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q3/19",{"_index":10525,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q3/20",{"_index":10529,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q4",{"_index":10498,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q4/15",{"_index":10510,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q4/16",{"_index":10514,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q4/17",{"_index":10518,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q4/18",{"_index":10522,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q4/19",{"_index":10526,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q4/20",{"_index":10530,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["qa",{"_index":11439,"title":{},"content":{"Equality in Game Credits":{}},"tags":{}}],["qfpay",{"_index":8976,"title":{},"content":{"Parking Machines Design Mistakes":{}},"tags":{}}],["qgp1rhg4axk379wlua",{"_index":11902,"title":{},"content":{"Teaching Software Engineering Is Still Done Wrong":{}},"tags":{}}],["qmake",{"_index":1861,"title":{},"content":{"Bye autotools hello Scons":{}},"tags":{}}],["qr",{"_index":11158,"title":{"An Ad Leaflet QR Design Mistake":{},"The Modern QR Code Life":{}},"content":{"An Ad Leaflet QR Design Mistake":{},"Fighting Webmention And Pingback Spam":{},"The Modern QR Code Life":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["qr code",{"_index":11190,"title":{},"content":{},"tags":{"An Ad Leaflet QR Design Mistake":{},"The Modern QR Code Life":{}}}],["qr.jpg",{"_index":11160,"title":{},"content":{"An Ad Leaflet QR Design Mistake":{}},"tags":{}}],["qt",{"_index":3543,"title":{},"content":{"Computer Science learning pathways":{},"My Programming Language Odyssey":{}},"tags":{}}],["quadrupl",{"_index":10500,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["quak",{"_index":6062,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{},"Building an Athlon Windows 98 Retro PC":{},"Favorite Game Meme":{},"Teaching Software Engineering Is Still Done Wrong":{}},"tags":{}}],["quake'",{"_index":11919,"title":{},"content":{"Teaching Software Engineering Is Still Done Wrong":{}},"tags":{}}],["qualif",{"_index":3020,"title":{},"content":{"Inventing - for the worse?":{}},"tags":{}}],["qualifi",{"_index":7679,"title":{},"content":{"Belgium - Portugal: 5 - 2":{},"Winnie Lim on Rebuilding Oneself":{}},"tags":{}}],["qualit",{"_index":6664,"title":{},"content":{"What is Creativity in Software Engineering?":{},"On Tea Prices":{},"A Factor Analysis For Dummies in R":{},"Winnie Lim on Rebuilding Oneself":{},"Creativity Equals Messy Code?":{}},"tags":{}}],["qualiti",{"_index":3025,"title":{"Leuchtturm Notebook Paper Quality":{}},"content":{"Inventing - for the worse?":{},"Five reasons why agile and academia don't go together":{},"Win98 Upgrade: Sound Blaster Audigy":{},"On Tea Prices":{},"The HP Sprocket Mini Printer":{},"Choosing an Audio Codec":{},"Creativity Equals Messy Code?":{},"Leuchtturm Notebook Paper Quality":{}},"tags":{}}],["quality?_",{"_index":11229,"title":{},"content":{"Creativity Equals Messy Code?":{}},"tags":{}}],["quantifi",{"_index":2335,"title":{},"content":{"Teaching yourself to draw":{},"Winnie Lim on Rebuilding Oneself":{}},"tags":{}}],["quantit",{"_index":10397,"title":{},"content":{"A Factor Analysis For Dummies in R":{}},"tags":{}}],["quantiti",{"_index":9186,"title":{},"content":{"Ever-increasing Work Email Spam":{}},"tags":{}}],["quart",{"_index":9388,"title":{},"content":{"A Treatise on Leavened Waffles":{}},"tags":{}}],["quart_",{"_index":9390,"title":{},"content":{"A Treatise on Leavened Waffles":{}},"tags":{}}],["quarter",{"_index":7645,"title":{},"content":{"Belgium - Portugal: 5 - 2":{},"Natural Gas Prices and The Energy Market":{},"Water Usage and Prices":{}},"tags":{}}],["quarterli",{"_index":9763,"title":{},"content":{"Where Does It Stop?":{},"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["quartey'",{"_index":11402,"title":{},"content":{"Cool Things People Do With Their Blogs":{}},"tags":{}}],["quarts_",{"_index":8727,"title":{},"content":{"Thirty-Six":{}},"tags":{}}],["quatr",{"_index":9387,"title":{},"content":{"A Treatise on Leavened Waffles":{}},"tags":{}}],["queri",{"_index":1341,"title":{},"content":{"Unit Testing Stored Procedures":{},"Exploring the Go programming language":{},"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["quest",{"_index":6153,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{},"Misconceptions about retro gamers":{},"Software Engineering Is Not Engineering":{},"The Lost Art of Being Lost":{},"December 2021 In Review":{},"February 2022 In Review":{},"March 2022 In Review":{},"Teaching Software Engineering Is Still Done Wrong":{}},"tags":{}}],["question",{"_index":1335,"title":{"Questionable Game Publishing Methods":{}},"content":{"Unit Testing Stored Procedures":{},"Metaprogramming instead of duplication":{},"A quick look at 6 fountain pens":{},"Journaling in practice":{},"Hiding Code Complexity":{},"Reverse engineering a curriculum":{},"The Startup of a Lean Doctorate":{},"IT Competences and Certificates":{},"Programming: a Creative Cognitive Process":{},"ITiCSE 2020: A Report":{},"Tracking and privacy concerns on websites":{},"Thoughts on collaboration in education":{},"Win98 Upgrade: Sound Blaster Audigy":{},"What is Creativity in Software Engineering?":{},"My Retro Desk/Gaming Setup in 2021":{},"Using Hugo to Launch a Gemini Capsule":{},"Host your own webmention receiver":{},"Academese Gems":{},"Software Engineering Is Not Engineering":{},"Apple's App Store Design Mistake":{},"Are You In The System Yet, Sir?":{},"Creativity Self-Assessment Is Nonsense":{},"Dear Student":{},"Ditch Scrum, Organize As You See Fit":{},"Creative Critical Thinking":{},"From Curiosity To Creativity":{},"Where Does It Stop?":{},"2021 Donations":{},"A Factor Analysis For Dummies in R":{},"Winnie Lim on Rebuilding Oneself":{},"Expiry Dates On Journals":{},"How To Stream Your Own Music: Reprise":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"Cool Things People Do With Their Blogs":{},"On Learning A New (Programming) Language":{},"May 2022 In Review":{}},"tags":{}}],["queue",{"_index":6937,"title":{},"content":{"Always have a Diaster Recovery Plan":{},"The Modern QR Code Life":{}},"tags":{}}],["quick",{"_index":1533,"title":{"A quick look at 6 fountain pens":{}},"content":{"Visual Studio 2012 for Eclipse users":{},"Unit testing in Legacy Projects: VB6":{},"A quick look at 6 fountain pens":{},"Death to pseudocode?":{},"The Startup of a Lean Doctorate":{},"Tracking and privacy concerns on websites":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Teaching students about coding trends":{},"Discord killed support for WinXP":{},"The Pilot Capless: a stellar stealth pen":{},"YouTube Play Image Links in Hugo":{},"How Much Should I Spend On Magic The Gathering":{},"A Treatise on Leavened Waffles":{},"From Analog Notebook to Digital Vault":{},"November 2021 Meta Post":{},"Re: Writing A Book Is Nonesense":{},"Why I Play Games (And So Should You)":{},"On Trying To Sell A Laptop":{},"Once Upon a Time in Shaolin":{},"Fighting Webmention And Pingback Spam":{},"None Of My Best Friends Are Content Creators":{},"June 2022 In Review":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["quicker",{"_index":6603,"title":{},"content":{"The Productive Programmer on Mac":{},"On Tea Prices":{}},"tags":{}}],["quicki",{"_index":12180,"title":{},"content":{"June 2022 In Review":{}},"tags":{}}],["quicklaunch",{"_index":4363,"title":{},"content":{"Productivity Tools on all platforms":{}},"tags":{}}],["quickli",{"_index":318,"title":{},"content":{"On finding your inner zen in big cities":{},"No, vegetarians do not eat fish!":{},"Visual Studio 2012 for Eclipse users":{},"Enhancing the builder pattern with closures":{},"Unit Testing Extjs UI with Siesta":{},"Are you handing over enough when inspiring someone?":{},"Journaling in practice":{},"The Productive Programmer on Mac":{},"The first Dutch Obsidian meetup":{},"Using Hugo to Launch a Gemini Capsule":{},"The Pilot Capless: a stellar stealth pen":{},"Why I like Pawn Stars":{},"Parking Machines Design Mistakes":{},"Are Digital Gardens Blogs?":{},"Very Old and Somewhat Old Mood Boards":{},"Constraint-based Creativity":{},"Exporting Goodreads to Obsidian":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Dark Age of Camelot in 2022":{},"December 2021 In Review":{},"Woke in Class":{},"Academic Lineage":{},"March 2022 In Review":{},"The Death Of The Nike+ SportWatch":{},"Wax Seals And Snail Mail":{},"On Learning A New (Programming) Language":{},"The Life Lessons of Bonnie":{}},"tags":{}}],["quiet",{"_index":327,"title":{},"content":{"On finding your inner zen in big cities":{},"Always have a Diaster Recovery Plan":{},"Pinball Machines in a Jenever Museum":{}},"tags":{}}],["quintet",{"_index":11041,"title":{},"content":{"A Personal Intro To Gentle Hip-Hop":{}},"tags":{}}],["quirk",{"_index":7126,"title":{},"content":{"The IndieWeb Mixed Bag":{},"A Triumph For Blogging":{},"November 2021 Meta Post":{},"Expiry Dates On Journals":{}},"tags":{}}],["quirk'",{"_index":10733,"title":{},"content":{"How to setup Pi-Hole on a Synology NAS":{}},"tags":{}}],["quirki",{"_index":7304,"title":{},"content":{"The first Dutch Obsidian meetup":{},"Moon Logic":{},"A 5.25\" Gobliins 2 Surprise":{}},"tags":{}}],["quit",{"_index":317,"title":{},"content":{"On finding your inner zen in big cities":{},"No, vegetarians do not eat fish!":{},"Visual Studio 2012 for Eclipse users":{},"Unit testing in Legacy Projects: VB6":{},"Teaching yourself to draw":{},"Development principles in cooking":{},"A quick look at 6 fountain pens":{},"A Decade in the Software Engineering industry":{},"A Ph.D. Thesis: Iteration 2":{},"Programming: a Creative Cognitive Process":{},"Page Building with Brizy in Wordpress":{},"486 Upgrade 1: Sound Blaster 16":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Digitizing journals using DEVONthink":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Exploring the AlterNet":{},"Getting rid of trackers using LineageOS":{},"Using Hugo to Launch a Gemini Capsule":{},"On Manuscript Review Procedures":{},"Host your own webmention receiver":{},"Moon Logic":{},"Nineties collecting nostalgia":{},"Academese Gems":{},"The Pilot Capless: a stellar stealth pen":{},"Apple's App Store Design Mistake":{},"The Fridge, Your Inoculation Room":{},"Rules of a Creator's Life":{},"The Decline of Battery Life":{},"What if Seneca wasn't Nero's advisor?":{},"Where Does It Stop?":{},"2021 Donations":{},"Migrating from Mailchimp to Listmonk":{},"Three Little GameCube Mods":{},"Winnie Lim on Rebuilding Oneself":{},"2021 Year In Review":{},"Once Upon a Time in Shaolin":{},"Water Usage and Prices":{},"Expiry Dates On Journals":{},"Leuchtturm Notebook Paper Quality":{},"Equality in Game Credits":{},"March 2022 In Review":{},"The Death Of The Nike+ SportWatch":{},"On Commuting By Bike":{},"The Life Lessons of Bonnie":{},"From Mood Board To Mood Mugs":{},"May 2022 In Review":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"June 2022 In Review":{}},"tags":{}}],["quite](/post/2021/02/th",{"_index":7753,"title":{},"content":{"Misconceptions about retro gamers":{}},"tags":{}}],["quiz",{"_index":10003,"title":{"The Monthly Retro Screenshot Guessing Quiz":{}},"content":{"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["quiz.1272",{"_index":10007,"title":{},"content":{"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["quizz",{"_index":10010,"title":{},"content":{"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["quot",{"_index":3309,"title":{},"content":{"Thinking in terms of objects":{},"The Productive Programmer on Mac":{},"How to write academic papers in Markdown":{},"Emotional Magic":{},"The Emperor of Lists":{},"November 2021 Meta Post":{},"December 2021 In Review":{},"Winnie Lim on Rebuilding Oneself":{},"On Commuting By Bike":{},"Teaching Software Engineering Is Still Done Wrong":{}},"tags":{}}],["quotat",{"_index":6817,"title":{},"content":{"How to write academic papers in Markdown":{}},"tags":{}}],["r",{"_index":1564,"title":{"A Factor Analysis For Dummies in R":{}},"content":{"Visual Studio 2012 for Eclipse users":{},"2017 in books":{},"Death to pseudocode?":{},"A Factor Analysis For Dummies in R":{},"A Personal Intro To Rough Hip-Hop":{}},"tags":{"A Factor Analysis For Dummies in R":{}}}],["r&b",{"_index":11071,"title":{},"content":{"A Personal Intro To Rough Hip-Hop":{}},"tags":{}}],["rabbit",{"_index":11699,"title":{},"content":{"April 2022 In Review":{}},"tags":{}}],["race",{"_index":5652,"title":{},"content":{"3D Software Rendering on the GBA":{},"Thirty-Six":{},"Dark Age of Camelot in 2022":{},"April 2022 In Review":{}},"tags":{}}],["raceway",{"_index":6742,"title":{},"content":{"My Retro Desk/Gaming Setup in 2021":{}},"tags":{}}],["racist",{"_index":10649,"title":{},"content":{"Woke in Class":{}},"tags":{}}],["racistisch",{"_index":10653,"title":{},"content":{"Woke in Class":{}},"tags":{}}],["rack",{"_index":9232,"title":{},"content":{"Power Usage Effectiveness":{}},"tags":{}}],["racket",{"_index":1251,"title":{},"content":{"undefined":{}},"tags":{}}],["rad",{"_index":4265,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["radar](https://www.thoughtworks.com/radar",{"_index":7096,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["radeon",{"_index":6113,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"tags":{}}],["radermach",{"_index":4688,"title":{},"content":{"A Ph.D. Thesis: Iteration 2":{}},"tags":{}}],["radian",{"_index":5678,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["radianc",{"_index":11956,"title":{},"content":{"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["radiat",{"_index":11936,"title":{},"content":{"The Life Lessons of Bonnie":{}},"tags":{}}],["radic",{"_index":9708,"title":{},"content":{"How Not To Do A Remaster":{}},"tags":{}}],["radio",{"_index":8619,"title":{},"content":{"On Selling a Self-published Book":{},"How Not To Do A Remaster":{}},"tags":{}}],["radish",{"_index":8483,"title":{},"content":{"Cheese cheese cheese cheese cheese":{}},"tags":{}}],["radiu",{"_index":8969,"title":{},"content":{"Parking Machines Design Mistakes":{}},"tags":{}}],["ragdol",{"_index":10680,"title":{},"content":{"2021 Year In Review":{},"The Life Lessons of Bonnie":{}},"tags":{}}],["rage",{"_index":2264,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{},"Nineties collecting nostalgia":{},"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["rage_",{"_index":12031,"title":{},"content":{"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["raid",{"_index":8728,"title":{},"content":{"Thirty-Six":{}},"tags":{}}],["rail",{"_index":3296,"title":{},"content":{"Death to pseudocode?":{},"My Programming Language Odyssey":{}},"tags":{}}],["rain",{"_index":7713,"title":{},"content":{"Flea Market Season":{},"Water Levels As Public Data":{},"How Not To Do A Remaster":{},"November 2021 Meta Post":{},"December 2021 In Review":{},"Drought":{},"May 2022 In Review":{}},"tags":{}}],["rain_",{"_index":10082,"title":{},"content":{"November 2021 Meta Post":{}},"tags":{}}],["raindrop",{"_index":2955,"title":{},"content":{"I'm jealous of my dog":{}},"tags":{}}],["rainfal",{"_index":8344,"title":{},"content":{"Water Levels As Public Data":{}},"tags":{}}],["rainwat",{"_index":11784,"title":{},"content":{"Drought":{}},"tags":{}}],["rais",{"_index":8429,"title":{},"content":{"What if Seneca wasn't Nero's advisor?":{},"Power Usage Effectiveness":{},"The Creative Techniques Toolbox":{},"Why I Play Games (And So Should You)":{}},"tags":{}}],["ram",{"_index":5133,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{},"3D Software Rendering on the GBA":{},"An am486 Performance Analysis":{},"Reviving an old 80486 PC":{},"Building a Core2Duo Windows XP Retro PC":{},"Personal Desktop Screenshots of Olde":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"The Decline of Battery Life":{},"A 5.25\" Gobliins 2 Surprise":{},"My Retrocomputing Projects For 2022":{},"Thoughts On Home NAS Systems":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["rambl",{"_index":12003,"title":{},"content":{"May 2022 In Review":{}},"tags":{}}],["ramen",{"_index":12108,"title":{},"content":{"The Modern QR Code Life":{}},"tags":{}}],["ramif",{"_index":7162,"title":{},"content":{"The IndieWeb Mixed Bag":{},"Stop limiting yourself to JS in browsers":{}},"tags":{}}],["rammen",{"_index":3993,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["ran",{"_index":5792,"title":{},"content":{"An am486 Performance Analysis":{},"486 Upgrade 2: The SD Card HDD":{},"Flea Market Season":{},"Ditch Scrum, Organize As You See Fit":{}},"tags":{}}],["random",{"_index":1949,"title":{},"content":{"Faking domain logic":{},"Nuts about local nuts":{},"Teaching by philosophy":{},"Domain Driven Design in C":{},"A Note About Footnotes":{},"How Not To Do A Remaster":{},"Allspice Is Not All Spice":{},"November 2021 Meta Post":{},"Why Mastodon Isn't Great For Serendipity":{},"December 2021 In Review":{},"2021 Year In Review":{},"From Mood Board To Mood Mugs":{}},"tags":{}}],["randomli",{"_index":7460,"title":{},"content":{"Moon Logic":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Cool Things People Do With Their Blogs":{}},"tags":{}}],["rang",{"_index":2087,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{},"DIY: Hosting stuff on your own VPS":{},"Win98 Upgrade: Sound Blaster Audigy":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"The Pilot Capless: a stellar stealth pen":{},"Why I like Pawn Stars":{},"Reducing Workflow Load Facilitates Writing":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Pinball Machines in a Jenever Museum":{},"Generating a Blogroll With OPML in Hugo":{},"True Backlink Support in Hugo":{}},"tags":{}}],["range(10",{"_index":1086,"title":{},"content":{"undefined":{}},"tags":{}}],["ranger",{"_index":10281,"title":{},"content":{"Dark Age of Camelot in 2022":{}},"tags":{}}],["rank",{"_index":7113,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["ransack",{"_index":10567,"title":{},"content":{"The Creative Techniques Toolbox":{}},"tags":{}}],["rant",{"_index":5090,"title":{},"content":{"Five reasons why agile and academia don't go together":{},"On Manuscript Review Procedures":{},"Very Old and Somewhat Old Mood Boards":{},"Give Up GitHub!":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["rap",{"_index":10691,"title":{},"content":{"How To Enjoy Your Own Digital Music":{},"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{},"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["rapen",{"_index":4545,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["rapid",{"_index":2380,"title":{},"content":{"Are you handing over enough when inspiring someone?":{},"Favorite Game Meme":{},"Expiry Dates On Journals":{}},"tags":{}}],["rapidli",{"_index":3499,"title":{},"content":{"Teaching by philosophy":{},"Reviving an old 80486 PC":{},"Building a Core2Duo Windows XP Retro PC":{},"Exploring the AlterNet":{},"The Fridge, Your Inoculation Room":{},"Pinball Machines in a Jenever Museum":{},"20 Years of Personal Cellphone History":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["rare",{"_index":3220,"title":{},"content":{"Concentrating on serendipitous creativity":{},"Teaching Object-Oriented design using the GBA":{},"How Much Should I Spend On Magic The Gathering":{},"Rules of a Creator's Life":{}},"tags":{}}],["rascal",{"_index":10983,"title":{},"content":{"What a Night Cam Is Good For":{}},"tags":{}}],["raspberri",{"_index":4581,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["raster",{"_index":5670,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["rata",{"_index":6873,"title":{},"content":{"You Shouldn't Use Spotify":{}},"tags":{}}],["rate",{"_index":5659,"title":{},"content":{"3D Software Rendering on the GBA":{},"An am486 Performance Analysis":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Thoughts on Bullshit Jobs":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"You Shouldn't Use Spotify":{},"The Decline of Battery Life":{},"Ditch Scrum, Organize As You See Fit":{},"Questionable Game Publishing Methods":{},"The Emperor of Lists":{},"Exporting Goodreads to Obsidian":{},"What a Night Cam Is Good For":{},"Choosing an Audio Codec":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"On Commuting By Bike":{},"The Modern QR Code Life":{}},"tags":{}}],["ratio",{"_index":9894,"title":{},"content":{"Allspice Is Not All Spice":{}},"tags":{}}],["ration",{"_index":12006,"title":{},"content":{"May 2022 In Review":{}},"tags":{}}],["rational",{"_index":8503,"title":{},"content":{"Cheese cheese cheese cheese cheese":{}},"tags":{}}],["rationalist",{"_index":8398,"title":{},"content":{"What if Seneca wasn't Nero's advisor?":{}},"tags":{}}],["rattl",{"_index":8642,"title":{},"content":{"Pinball Machines in a Jenever Museum":{}},"tags":{}}],["ravag",{"_index":8320,"title":{},"content":{"Water Levels As Public Data":{},"The Creative Techniques Toolbox":{}},"tags":{}}],["ravioli",{"_index":11979,"title":{},"content":{"From Mood Board To Mood Mugs":{}},"tags":{}}],["raw",{"_index":5789,"title":{},"content":{"An am486 Performance Analysis":{},"How to write academic papers in Markdown":{},"Water Levels As Public Data":{},"The HP Sprocket Mini Printer":{},"Natural Gas Prices and The Energy Market":{},"Water Usage and Prices":{},"The Death Of The Nike+ SportWatch":{}},"tags":{}}],["raw_alpha",{"_index":10428,"title":{},"content":{"A Factor Analysis For Dummies in R":{}},"tags":{}}],["rawcont",{"_index":8243,"title":{},"content":{"Reducing Workflow Load Facilitates Writing":{}},"tags":{}}],["ray",{"_index":5643,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["rayman",{"_index":9266,"title":{},"content":{"Questionable Game Publishing Methods":{},"January 2022 In Review":{},"My Retrocomputing Projects For 2022":{}},"tags":{}}],["rayman'",{"_index":9268,"title":{},"content":{"Questionable Game Publishing Methods":{}},"tags":{}}],["raymanlegends.jpg",{"_index":9270,"title":{},"content":{"Questionable Game Publishing Methods":{}},"tags":{}}],["re",{"_index":1066,"title":{"Re: Is collecting physical games worth it?":{},"Re: Writing A Book Is Nonesense":{}},"content":{"undefined":{},"Journaling in practice":{},"Teaching Object-Oriented design using the GBA":{},"Combining async with generators in Node 11":{},"Thoughts on collaboration in education":{},"An am486 Performance Analysis":{},"On Manuscript Review Procedures":{},"Re: Is collecting physical games worth it?":{},"Belgium - Portugal: 5 - 2":{},"Double-dipping and Market Prices":{},"Very Old and Somewhat Old Mood Boards":{},"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{},"Expiry Dates On Journals":{},"February 2022 In Review":{},"How To Stream Your Own Music: Reprise":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"March 2022 In Review":{},"From Mood Board To Mood Mugs":{}},"tags":{}}],["reach",{"_index":2377,"title":{},"content":{"Are you handing over enough when inspiring someone?":{},"A quick look at 6 fountain pens":{},"Nuts about local nuts":{},"Concentrating on serendipitous creativity":{},"Computer Science learning pathways":{},"The Startup of a Lean Doctorate":{},"Using Pandoc to publish a book":{},"Re: Is collecting physical games worth it?":{},"How Much Should I Spend On Magic The Gathering":{},"Creativity Self-Assessment Is Nonsense":{},"Where Does It Stop?":{},"A Creative State of Mind":{},"2021 Donations":{},"Re: Writing A Book Is Nonesense":{},"The Creative Techniques Toolbox":{},"The Life Lessons of Bonnie":{}},"tags":{}}],["react",{"_index":2175,"title":{"Migrating from Extjs to React gradually":{}},"content":{"Migrating from Extjs to React gradually":{},"The Life Lessons of Bonnie":{}},"tags":{"Migrating from Extjs to React gradually":{}}}],["react.compon",{"_index":2236,"title":{},"content":{"Migrating from Extjs to React gradually":{}},"tags":{}}],["react/mod/someurl",{"_index":2219,"title":{},"content":{"Migrating from Extjs to React gradually":{}},"tags":{}}],["react/some/detail/url",{"_index":2243,"title":{},"content":{"Migrating from Extjs to React gradually":{}},"tags":{}}],["reacti",{"_index":10809,"title":{},"content":{"On Trying To Sell A Laptop":{}},"tags":{}}],["reaction",{"_index":3043,"title":{},"content":{"2017 in books":{},"20 Years of Personal Cellphone History":{},"Woke in Class":{},"Once Upon a Time in Shaolin":{}},"tags":{}}],["reactjsaccord",{"_index":5250,"title":{},"content":{"Page Building with Brizy in Wordpress":{}},"tags":{}}],["span>cookson",{"_index":5732,"title":{},"content":{"Thoughts on collaboration in education":{}},"tags":{}}],["span>goethelaura",{"_index":5621,"title":{},"content":{"Tracking and privacy concerns on websites":{}},"tags":{}}],["span>neal",{"_index":6606,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["span>smyth",{"_index":5711,"title":{},"content":{"Thoughts on collaboration in education":{}},"tags":{}}],["spanish",{"_index":2886,"title":{},"content":{"Nuts about local nuts":{},"Technical Knowledge Brews Creativity":{}},"tags":{}}],["spar",{"_index":5108,"title":{},"content":{"Five reasons why agile and academia don't go together":{}},"tags":{}}],["spare",{"_index":6117,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{},"Re: Is collecting physical games worth it?":{},"The Fridge, Your Inoculation Room":{},"The Decline of Battery Life":{},"A Decision Tree For Buying Retro Gaming Handhelds":{}},"tags":{}}],["sparerib",{"_index":380,"title":{},"content":{"No, vegetarians do not eat fish!":{}},"tags":{}}],["sparingli",{"_index":10793,"title":{},"content":{"On Trying To Sell A Laptop":{}},"tags":{}}],["spark",{"_index":3161,"title":{"Sparking Conversations at Conferences":{}},"content":{"Take your time.":{},"The insanity of collecting retro games":{},"A Triumph For Blogging":{},"The Lost Art of Being Lost":{}},"tags":{}}],["sparkl",{"_index":6675,"title":{},"content":{"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"tags":{}}],["spat",{"_index":11709,"title":{},"content":{"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["spati",{"_index":1117,"title":{},"content":{"undefined":{}},"tags":{}}],["spawn",{"_index":1432,"title":{},"content":{"undefined":{}},"tags":{}}],["speak",{"_index":2484,"title":{},"content":{"How to teach kids to program":{},"Journaling in practice":{},"Thinking in terms of objects":{},"Computer Science learning pathways":{},"A Ph.D. Thesis: Iteration 2":{},"Five reasons why agile and academia don't go together":{},"A journey through the history of webdesign":{},"Building a Core2Duo Windows XP Retro PC":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Software Engineering Is Not Engineering":{},"On Tea Prices":{},"Kotlin Is Java 2.0, But It's Still Java":{},"From Curiosity To Creativity":{},"December 2021 In Review":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"April 2022 In Review":{},"On Learning A New (Programming) Language":{},"June 2022 In Review":{}},"tags":{}}],["speaker",{"_index":5886,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{},"Once Upon a Time in Shaolin":{},"My Retrocomputing Projects For 2022":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["spec",{"_index":5765,"title":{},"content":{"An am486 Performance Analysis":{},"Building a Core2Duo Windows XP Retro PC":{},"Building an Athlon Windows 98 Retro PC":{},"Exploring the AlterNet":{}},"tags":{}}],["speciaal",{"_index":633,"title":{},"content":{"undefined":{},"Over analoog en digitaal":{}},"tags":{}}],["special",{"_index":264,"title":{},"content":{"On finding your inner zen in big cities":{},"Learning to become a baker":{},"undefined":{},"A quick look at 6 fountain pens":{},"Inventing - for the worse?":{},"Computer Science learning pathways":{},"Reverse engineering a curriculum":{},"Hugo Extended: More static site processing power!":{},"Using Pandoc to publish a book":{},"Combining async with generators in Node 11":{},"ITiCSE 2020: A Report":{},"Tracking and privacy concerns on websites":{},"486 Upgrade 2: The SD Card HDD":{},"486 Upgrade 1: Sound Blaster 16":{},"Building a Core2Duo Windows XP Retro PC":{},"My Retro Desk/Gaming Setup in 2021":{},"Thirty-Six":{},"Parking Machines Design Mistakes":{},"Creative Critical Thinking":{},"Where Does It Stop?":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Generating a Blogroll With OPML in Hugo":{},"Academic Lineage":{},"Creativity Equals Messy Code?":{}},"tags":{}}],["specialist",{"_index":4765,"title":{},"content":{"IT Competences and Certificates":{},"Software Engineering Is Not Engineering":{}},"tags":{}}],["specialti",{"_index":2740,"title":{},"content":{"A quick look at 6 fountain pens":{},"Academese Gems":{},"Pinball Machines in a Jenever Museum":{}},"tags":{}}],["specif",{"_index":1879,"title":{},"content":{"Custom Webdriver Page Factories":{},".NET Memory management VS JVM Memory management":{},"Programming: a Creative Cognitive Process":{},"Page Building with Brizy in Wordpress":{},"What is Creativity in Software Engineering?":{},"How to write academic papers in Markdown":{},"Exploring the AlterNet":{},"Getting rid of trackers using LineageOS":{},"Moon Logic":{},"Nineties collecting nostalgia":{},"Academese Gems":{},"Are You In The System Yet, Sir?":{},"Ever-increasing Work Email Spam":{},"From Analog Notebook to Digital Vault":{},"January 2022 In Review":{},"Expiry Dates On Journals":{},"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["specifi",{"_index":1330,"title":{},"content":{"Unit Testing Stored Procedures":{},"Bye autotools hello Scons":{}},"tags":{}}],["specifiek",{"_index":3591,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{}},"tags":{}}],["spectacular",{"_index":5358,"title":{},"content":{"Project Warlock: About Perseverance":{}},"tags":{}}],["spectrum",{"_index":9002,"title":{},"content":{"A Triumph For Blogging":{}},"tags":{}}],["specul",{"_index":9697,"title":{},"content":{"From Curiosity To Creativity":{}},"tags":{}}],["speculaasmengel",{"_index":9889,"title":{},"content":{"Allspice Is Not All Spice":{}},"tags":{}}],["sped",{"_index":5689,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["speech",{"_index":7214,"title":{},"content":{"Discord killed support for WinXP":{},"Ever-increasing Work Email Spam":{},"Creative Critical Thinking":{}},"tags":{}}],["speed",{"_index":1504,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{},"Programming: a Creative Cognitive Process":{},"An am486 Performance Analysis":{},"486 Upgrade 2: The SD Card HDD":{},"Building an Athlon Windows 98 Retro PC":{},"Digitizing journals using DEVONthink":{},"Stop limiting yourself to JS in browsers":{},"On Manuscript Review Procedures":{},"Nineties collecting nostalgia":{},"Apple's App Store Design Mistake":{},"Where Does It Stop?":{},"Give Up GitHub!":{}},"tags":{}}],["speedi",{"_index":6410,"title":{},"content":{"WinXP Upgrade: Sound Blaster X-Fi":{},"On Manuscript Review Procedures":{},"The Pilot Capless: a stellar stealth pen":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"June 2022 In Review":{}},"tags":{}}],["speedili",{"_index":10180,"title":{},"content":{"Technical Knowledge Brews Creativity":{}},"tags":{}}],["speelt",{"_index":4078,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["speeltj",{"_index":5066,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["spel",{"_index":4509,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["spelcasett",{"_index":4578,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["spelconsol",{"_index":4585,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["spelen",{"_index":4616,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["spelervar",{"_index":4558,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["spellbook](https://commanderspellbook.com/)'",{"_index":8530,"title":{},"content":{"Emotional Magic":{}},"tags":{}}],["spellcast",{"_index":5367,"title":{},"content":{"Project Warlock: About Perseverance":{}},"tags":{}}],["spellen",{"_index":4538,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["spells](https://jefklakscodex.com/articles/bg2",{"_index":8893,"title":{},"content":{"Favorite Game Meme":{}},"tags":{}}],["spend",{"_index":2316,"title":{"How Much Should I Spend On Magic The Gathering":{}},"content":{"Teaching yourself to draw":{},"Are you handing over enough when inspiring someone?":{},"The Productive Programmer on Mac":{},"The insanity of collecting retro games":{},"You Shouldn't Use Spotify":{},"Exploring the Go programming language":{},"Emotional Magic":{}},"tags":{}}],["spenderen",{"_index":4894,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["spent",{"_index":2345,"title":{},"content":{"Teaching yourself to draw":{},"Five reasons why agile and academia don't go together":{},"On Manuscript Review Procedures":{},"Double-dipping and Market Prices":{},"The Fridge, Your Inoculation Room":{},"Parking Machines Design Mistakes":{},"A Triumph For Blogging":{},"Technical Knowledge Brews Creativity":{},"Winnie Lim on Rebuilding Oneself":{},"Fighting Webmention And Pingback Spam":{},"On Commuting By Bike":{}},"tags":{}}],["spew",{"_index":5823,"title":{},"content":{"486 Upgrade 2: The SD Card HDD":{},"Stop limiting yourself to JS in browsers":{},"Software Engineering Is Not Engineering":{}},"tags":{}}],["spi",{"_index":9241,"title":{},"content":{"Power Usage Effectiveness":{},"Technical Knowledge Brews Creativity":{}},"tags":{}}],["spice",{"_index":2621,"title":{"Allspice Is Not All Spice":{}},"content":{"Development principles in cooking":{},"Creative Critical Thinking":{},"Allspice Is Not All Spice":{}},"tags":{"Allspice Is Not All Spice":{}}}],["spijt",{"_index":5035,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["spike",{"_index":8485,"title":{},"content":{"Cheese cheese cheese cheese cheese":{},"The Lost Art of Being Lost":{},"December 2021 In Review":{},"The Death Of The Nike+ SportWatch":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["spill",{"_index":6997,"title":{},"content":{"Getting rid of trackers using LineageOS":{},"Flea Market Season":{}},"tags":{}}],["spin",{"_index":5997,"title":{},"content":{"Reviving an old 80486 PC":{},"Thirty-Six":{}},"tags":{}}],["spine",{"_index":12050,"title":{},"content":{"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["spirit",{"_index":8630,"title":{},"content":{"Pinball Machines in a Jenever Museum":{},"Dark Age of Camelot in 2022":{},"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["spit",{"_index":7745,"title":{},"content":{"Misconceptions about retro gamers":{},"On Trying To Sell A Laptop":{}},"tags":{}}],["splash",{"_index":5858,"title":{},"content":{"486 Upgrade 2: The SD Card HDD":{}},"tags":{}}],["splendidli",{"_index":12205,"title":{},"content":{"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["split",{"_index":7408,"title":{},"content":{"On Manuscript Review Procedures":{},"From Analog Notebook to Digital Vault":{},"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["splitsen",{"_index":1202,"title":{},"content":{"undefined":{}},"tags":{}}],["spoil",{"_index":7744,"title":{},"content":{"Misconceptions about retro gamers":{},"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["spoiler",{"_index":8039,"title":{},"content":{"Double-dipping and Market Prices":{}},"tags":{}}],["spoken",{"_index":11886,"title":{},"content":{"On Learning A New (Programming) Language":{}},"tags":{}}],["sponsor",{"_index":9902,"title":{},"content":{"2021 Donations":{}},"tags":{}}],["spontan",{"_index":11942,"title":{},"content":{"The Life Lessons of Bonnie":{}},"tags":{}}],["spoon",{"_index":9412,"title":{},"content":{"A Treatise on Leavened Waffles":{}},"tags":{}}],["sporad",{"_index":2256,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{}},"tags":{}}],["sport",{"_index":7695,"title":{},"content":{"Belgium - Portugal: 5 - 2":{},"How Not To Do A Remaster":{}},"tags":{}}],["sportswatch",{"_index":11602,"title":{},"content":{"The Death Of The Nike+ SportWatch":{}},"tags":{}}],["sportwatch",{"_index":11581,"title":{"The Death Of The Nike+ SportWatch":{}},"content":{"The Death Of The Nike+ SportWatch":{}},"tags":{}}],["sportwatch.png",{"_index":11586,"title":{},"content":{"The Death Of The Nike+ SportWatch":{}},"tags":{}}],["spot",{"_index":3188,"title":{},"content":{"Take your time.":{},"You Shouldn't Use Spotify":{},"Lousy Wordpress Hacking Attempts detected":{},"Why I like Pawn Stars":{},"The Fridge, Your Inoculation Room":{},"On Tea Prices":{},"Water Levels As Public Data":{},"The Monthly Retro Screenshot Guessing Quiz":{},"November 2021 Meta Post":{},"Woke in Class":{}},"tags":{}}],["spotifi",{"_index":4349,"title":{"You Shouldn't Use Spotify":{}},"content":{"Productivity Tools on all platforms":{},"The insanity of collecting retro games":{},"You Shouldn't Use Spotify":{},"2021 Donations":{},"How To Enjoy Your Own Digital Music":{},"Once Upon a Time in Shaolin":{},"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["spotify](/2021/02/y",{"_index":6763,"title":{},"content":{"The insanity of collecting retro games":{}},"tags":{}}],["spotify](/post/2021/02/y",{"_index":10689,"title":{},"content":{"How To Enjoy Your Own Digital Music":{}},"tags":{}}],["spotify](https://rubenerd.com/go",{"_index":6849,"title":{},"content":{"You Shouldn't Use Spotify":{}},"tags":{}}],["spotlight",{"_index":8104,"title":{},"content":{"The Fridge, Your Inoculation Room":{},"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["spous",{"_index":7591,"title":{},"content":{"Social Debt in Development Teams":{},"Re: Writing A Book Is Nonesense":{}},"tags":{}}],["sprain",{"_index":12126,"title":{},"content":{"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["spray",{"_index":9208,"title":{},"content":{"Very Old and Somewhat Old Mood Boards":{},"Wax Seals And Snail Mail":{}},"tags":{}}],["spread",{"_index":973,"title":{},"content":{"Learning to become a baker":{},"Migrating from Extjs to React gradually":{},"Reverse engineering a curriculum":{},"IT Competences and Certificates":{},"Combining async with generators in Node 11":{},"A Triumph For Blogging":{},"Re: Writing A Book Is Nonesense":{},"Give Up GitHub!":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["spreadabl",{"_index":2627,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["spreken",{"_index":900,"title":{},"content":{"undefined":{}},"tags":{}}],["spreker",{"_index":4851,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["spring",{"_index":2901,"title":{},"content":{"Nuts about local nuts":{},"Take your time.":{},"Over Onmiddellijke Voldoening":{},"My Kotlin Rose-Tinted Glasses Broke":{},"The Creative Techniques Toolbox":{},"Drought":{}},"tags":{}}],["springi",{"_index":2775,"title":{},"content":{"A quick look at 6 fountain pens":{},"A Treatise on Leavened Waffles":{}},"tags":{}}],["sprinkl",{"_index":6762,"title":{},"content":{"The insanity of collecting retro games":{}},"tags":{}}],["sprint",{"_index":4449,"title":{},"content":{"The Startup of a Lean Doctorate":{}},"tags":{}}],["sprite",{"_index":4808,"title":{},"content":{"Teaching Object-Oriented design using the GBA":{},"3D Software Rendering on the GBA":{},"A 5.25\" Gobliins 2 Surprise":{},"January 2022 In Review":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{}},"tags":{}}],["spritz",{"_index":9207,"title":{},"content":{"Very Old and Somewhat Old Mood Boards":{}},"tags":{}}],["sprocket",{"_index":8931,"title":{"The HP Sprocket Mini Printer":{}},"content":{"The HP Sprocket Mini Printer":{},"Parking Machines Design Mistakes":{}},"tags":{}}],["sprocket](https://sprocketprinters.com",{"_index":8937,"title":{},"content":{"The HP Sprocket Mini Printer":{}},"tags":{}}],["sprout",{"_index":9672,"title":{},"content":{"From Curiosity To Creativity":{}},"tags":{}}],["sprung",{"_index":7569,"title":{},"content":{"Social Debt in Development Teams":{}},"tags":{}}],["sql",{"_index":1313,"title":{},"content":{"Unit Testing Stored Procedures":{},"Kotlin Is Java 2.0, But It's Still Java":{},"Don't Expose The Stacktrace Please!":{}},"tags":{"Unit Testing Stored Procedures":{},"Integration Testing with SQLite":{}}}],["sqlite",{"_index":1652,"title":{"Integration Testing with SQLite":{}},"content":{"Integration Testing with SQLite":{},"Programming on the Apple M1 Silicon":{}},"tags":{"Integration Testing with SQLite":{}}}],["sqlite](http://www.sqlite.org",{"_index":1679,"title":{},"content":{"Integration Testing with SQLite":{}},"tags":{}}],["sqlitecommand",{"_index":1703,"title":{},"content":{"Integration Testing with SQLite":{}},"tags":{}}],["sqlitecommand.executenonqueri",{"_index":1708,"title":{},"content":{"Integration Testing with SQLite":{}},"tags":{}}],["sqliteconnect",{"_index":1692,"title":{},"content":{"Integration Testing with SQLite":{}},"tags":{}}],["sqliteconnectionflags.logal",{"_index":1697,"title":{},"content":{"Integration Testing with SQLite":{}},"tags":{}}],["sqlitedbconnect",{"_index":1693,"title":{},"content":{"Integration Testing with SQLite":{}},"tags":{}}],["squabbl",{"_index":10471,"title":{},"content":{"Minimalism and Tidying Up":{}},"tags":{}}],["squad",{"_index":7173,"title":{},"content":{"Discord killed support for WinXP":{}},"tags":{}}],["squander",{"_index":8059,"title":{},"content":{"Double-dipping and Market Prices":{}},"tags":{}}],["squar",{"_index":2655,"title":{},"content":{"Healing creative scars":{},"Five reasons why agile and academia don't go together":{},"3D Software Rendering on the GBA":{},"Water Levels As Public Data":{}},"tags":{}}],["squash_",{"_index":11777,"title":{},"content":{"Drought":{}},"tags":{}}],["squeak",{"_index":10588,"title":{},"content":{"The Creative Techniques Toolbox":{}},"tags":{}}],["squeez",{"_index":3230,"title":{},"content":{"Concentrating on serendipitous creativity":{}},"tags":{}}],["src",{"_index":1473,"title":{},"content":{"undefined":{},"Bye autotools hello Scons":{},"Migrating from Extjs to React gradually":{},"Hugo Extended: More static site processing power!":{},"RSS Feeds, Hugo, and Lazy Image Loading":{}},"tags":{}}],["src=\"/img/wine.jpg",{"_index":4156,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["src](https://www.slideshare.net/medikawy_2005/how",{"_index":4955,"title":{},"content":{"Programming: a Creative Cognitive Process":{}},"tags":{}}],["ss",{"_index":866,"title":{},"content":{"undefined":{}},"tags":{}}],["ssd",{"_index":5140,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{}},"tags":{}}],["ssh",{"_index":1386,"title":{},"content":{"undefined":{},"DIY: Hosting stuff on your own VPS":{},"Thoughts On Home NAS Systems":{}},"tags":{}}],["sshd_config",{"_index":5148,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{}},"tags":{}}],["sshlogin.exp",{"_index":1410,"title":{},"content":{"undefined":{}},"tags":{}}],["ssl",{"_index":5597,"title":{},"content":{"Tracking and privacy concerns on websites":{}},"tags":{}}],["st",{"_index":335,"title":{},"content":{"On finding your inner zen in big cities":{},"Allspice Is Not All Spice":{}},"tags":{}}],["staan",{"_index":3641,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{},"Over de inflatie van intellect":{},"De zin en onzin van conferenties":{}},"tags":{}}],["staat",{"_index":743,"title":{},"content":{"undefined":{},"Over het introduceren van bedrijfsethiek":{},"Over tijdsbesef":{}},"tags":{}}],["stab",{"_index":10373,"title":{},"content":{"Generating a Blogroll With OPML in Hugo":{}},"tags":{}}],["stabil",{"_index":2107,"title":{},"content":{"Webdriver Exception Handling":{}},"tags":{}}],["stabl",{"_index":3512,"title":{},"content":{"Teaching by philosophy":{},"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["stack",{"_index":1198,"title":{},"content":{"undefined":{},"Death to pseudocode?":{},"Thoughts on collaboration in education":{},"Teaching students about coding trends":{},"Nineties collecting nostalgia":{},"Academese Gems":{},"Misconceptions about retro gamers":{},"YouTube Play Image Links in Hugo":{},"Dear Student":{},"Technical Knowledge Brews Creativity":{},"The Creative Techniques Toolbox":{}},"tags":{}}],["stack/blob/main/src/youtube/thumbify.j",{"_index":7968,"title":{},"content":{"YouTube Play Image Links in Hugo":{}},"tags":{}}],["stackoverflow",{"_index":3260,"title":{},"content":{"Death to pseudocode?":{},"Combining async with generators in Node 11":{}},"tags":{}}],["stacktrac",{"_index":2120,"title":{"Don't Expose The Stacktrace Please!":{}},"content":{"Webdriver Exception Handling":{},"Don't Expose The Stacktrace Please!":{}},"tags":{"Don't Expose The Stacktrace Please!":{}}}],["stad",{"_index":4075,"title":{},"content":{"Over tijdsbesef":{},"February 2022 In Review":{}},"tags":{}}],["stad](https://www.goodreads.com/book/show/36402290",{"_index":11262,"title":{},"content":{"February 2022 In Review":{}},"tags":{}}],["staff",{"_index":9180,"title":{},"content":{"Ever-increasing Work Email Spam":{},"January 2022 In Review":{},"Teaching Software Engineering Is Still Done Wrong":{},"The Modern QR Code Life":{}},"tags":{}}],["stage",{"_index":2530,"title":{},"content":{"A samurai learning mindset":{},"Healing creative scars":{},"A Decade in the Software Engineering industry":{},"My Retrocomputing Projects For 2022":{}},"tags":{}}],["stagger",{"_index":2612,"title":{},"content":{"Development principles in cooking":{},"Ditch Scrum, Organize As You See Fit":{}},"tags":{}}],["stagnat",{"_index":4414,"title":{},"content":{"A Decade in the Software Engineering industry":{},"I'm Joining the Coffeeneuring Challenge of 2021":{}},"tags":{}}],["stain",{"_index":7903,"title":{},"content":{"Why I like Pawn Stars":{}},"tags":{}}],["stair",{"_index":8464,"title":{},"content":{"Accidental Discovery By Bike: Fietsknooppunten":{}},"tags":{}}],["stake",{"_index":10631,"title":{},"content":{"Winnie Lim on Rebuilding Oneself":{}},"tags":{}}],["staleelementexcept",{"_index":2112,"title":{},"content":{"Webdriver Exception Handling":{}},"tags":{}}],["stalk",{"_index":11178,"title":{},"content":{"An Ad Leaflet QR Design Mistake":{}},"tags":{}}],["stallman",{"_index":7254,"title":{},"content":{"Stop limiting yourself to JS in browsers":{}},"tags":{}}],["stallman](https://rm",{"_index":7263,"title":{},"content":{"Stop limiting yourself to JS in browsers":{}},"tags":{}}],["stamp",{"_index":2800,"title":{},"content":{"Journaling in practice":{}},"tags":{}}],["stanc",{"_index":5585,"title":{},"content":{"Tracking and privacy concerns on websites":{},"Re: Writing A Book Is Nonesense":{}},"tags":{}}],["stand",{"_index":3132,"title":{},"content":{"Take your time.":{},"Concentrating on serendipitous creativity":{},"A Ph.D. Thesis Proposal":{},"The Startup of a Lean Doctorate":{},"Combining async with generators in Node 11":{},"Ditch Scrum, Organize As You See Fit":{},"Very Old and Somewhat Old Mood Boards":{},"December 2021 In Review":{},"Fighting Webmention And Pingback Spam":{},"April 2022 In Review":{}},"tags":{}}],["standaard",{"_index":577,"title":{},"content":{"undefined":{}},"tags":{}}],["standalone=\\\"yes\\\"?>\\r\\n\\r\\n\\tpingback.ping\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\t\\thttps://aylesbur",{"_index":11474,"title":{},"content":{"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["standard",{"_index":5105,"title":{},"content":{"Five reasons why agile and academia don't go together":{},"An am486 Performance Analysis":{},"The IndieWeb Mixed Bag":{},"Host your own webmention receiver":{},"Belgium - Portugal: 5 - 2":{},"How Much Should I Spend On Magic The Gathering":{},"The HP Sprocket Mini Printer":{},"A Triumph For Blogging":{},"Three Little GameCube Mods":{},"A Factor Analysis For Dummies in R":{},"Choosing an Audio Codec":{},"Creativity Equals Messy Code?":{}},"tags":{}}],["stapelt",{"_index":4197,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["stapl",{"_index":9147,"title":{},"content":{"Ditch Scrum, Organize As You See Fit":{}},"tags":{}}],["star",{"_index":2893,"title":{"Why I like Pawn Stars":{}},"content":{"Nuts about local nuts":{},"Reverse engineering a curriculum":{},"An am486 Performance Analysis":{},"Flea Market Season":{},"Why I like Pawn Stars":{},"Pinball Machines in a Jenever Museum":{},"Exporting Goodreads to Obsidian":{}},"tags":{}}],["stare",{"_index":2365,"title":{},"content":{"Teaching yourself to draw":{},"Take your time.":{},"Where Does It Stop?":{},"November 2021 Meta Post":{},"2021 Year In Review":{}},"tags":{}}],["stark",{"_index":10570,"title":{},"content":{"The Creative Techniques Toolbox":{}},"tags":{}}],["starri",{"_index":7474,"title":{},"content":{"Moon Logic":{}},"tags":{}}],["start",{"_index":74,"title":{},"content":{"Ending your day with happy thoughts":{},"On finding your inner zen in big cities":{},"No, vegetarians do not eat fish!":{},"Learning to become a baker":{},"Unit Testing Stored Procedures":{},"Enhancing the builder pattern with closures":{},"Bye autotools hello Scons":{},".NET Memory management VS JVM Memory management":{},"Unit Testing Extjs UI with Siesta":{},"Migrating from Extjs to React gradually":{},"Unit testing in Legacy Projects: VB6":{},"Teaching yourself to draw":{},"Are you handing over enough when inspiring someone?":{},"A samurai learning mindset":{},"Development principles in cooking":{},"Healing creative scars":{},"Journaling in practice":{},"Nuts about local nuts":{},"I'm jealous of my dog":{},"Inventing - for the worse?":{},"2017 in books":{},"Take your time.":{},"Teaching by philosophy":{},"Computer Science learning pathways":{},"Reverse engineering a curriculum":{},"Productivity Tools on all platforms":{},"A Decade in the Software Engineering industry":{},"The Startup of a Lean Doctorate":{},"Teaching Object-Oriented design using the GBA":{},"Page Building with Brizy in Wordpress":{},"Using Pandoc to publish a book":{},"Project Warlock: About Perseverance":{},"Designing websites with accessibility in mind":{},"3D Software Rendering on the GBA":{},"486 Upgrade 2: The SD Card HDD":{},"Reviving an old 80486 PC":{},"A journey through the history of webdesign":{},"Building an Athlon Windows 98 Retro PC":{},"Personal Desktop Screenshots of Olde":{},"Programming on the Apple M1 Silicon":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"The insanity of collecting retro games":{},"You Shouldn't Use Spotify":{},"Exploring the AlterNet":{},"Getting rid of trackers using LineageOS":{},"Teaching students about coding trends":{},"The IndieWeb Mixed Bag":{},"Discord killed support for WinXP":{},"Exploring the Go programming language":{},"The first Dutch Obsidian meetup":{},"On Manuscript Review Procedures":{},"Academese Gems":{},"Software Engineering Is Not Engineering":{},"The Pilot Capless: a stellar stealth pen":{},"Apple's App Store Design Mistake":{},"Book Number Fourteen":{},"Water Levels As Public Data":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Emotional Magic":{},"On Selling a Self-published Book":{},"My Kotlin Rose-Tinted Glasses Broke":{},"Thirty-Six":{},"20 Years of Personal Cellphone History":{},"A Note About Footnotes":{},"A Triumph For Blogging":{},"Are Digital Gardens Blogs?":{},"Questionable Game Publishing Methods":{},"The Emperor of Lists":{},"Exporting Goodreads to Obsidian":{},"From Curiosity To Creativity":{},"How Not To Do A Remaster":{},"Where Does It Stop?":{},"Migrating from Mailchimp to Listmonk":{},"Technical Knowledge Brews Creativity":{},"Why Mastodon Isn't Great For Serendipity":{},"Why I Play Games (And So Should You)":{},"2021 Year In Review":{},"How To Enjoy Your Own Digital Music":{},"On Trying To Sell A Laptop":{},"Once Upon a Time in Shaolin":{},"What a Night Cam Is Good For":{},"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{},"Creativity Equals Messy Code?":{},"Leuchtturm Notebook Paper Quality":{},"Cool Things People Do With Their Blogs":{},"Equality in Game Credits":{},"March 2022 In Review":{},"None Of My Best Friends Are Content Creators":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"Wax Seals And Snail Mail":{},"April 2022 In Review":{},"Don't Expose The Stacktrace Please!":{},"My Programming Language Odyssey":{},"On Learning A New (Programming) Language":{},"Teaching Software Engineering Is Still Done Wrong":{},"Creating Top x Games Lists Is Hard":{},"From Mood Board To Mood Mugs":{},"May 2022 In Review":{},"The Strange Heterogenity of Hiking Signs":{},"Give Up GitHub!":{},"June 2022 In Review":{}},"tags":{}}],["startbutton",{"_index":1887,"title":{},"content":{"Custom Webdriver Page Factories":{}},"tags":{}}],["startdateeu",{"_index":11718,"title":{},"content":{"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["starten",{"_index":4587,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["starter",{"_index":2018,"title":{},"content":{".NET Memory management VS JVM Memory management":{},"Three Little GameCube Mods":{}},"tags":{}}],["startl",{"_index":9418,"title":{},"content":{"Constraint-based Creativity":{}},"tags":{}}],["startup",{"_index":1994,"title":{"The Startup of a Lean Doctorate":{}},"content":{".NET Memory management VS JVM Memory management":{},"Unit testing in Legacy Projects: VB6":{},"486 Upgrade 2: The SD Card HDD":{},"2021 Donations":{}},"tags":{}}],["startupproject=unittests\\unittests.vbp",{"_index":2295,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{}},"tags":{}}],["stash",{"_index":8223,"title":{},"content":{"Reducing Workflow Load Facilitates Writing":{},"March 2022 In Review":{}},"tags":{}}],["stat",{"_index":5444,"title":{},"content":{"Combining async with generators in Node 11":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Cool Things People Do With Their Blogs":{},"The Death Of The Nike+ SportWatch":{}},"tags":{}}],["stat(res)).isdirectori",{"_index":5450,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["state",{"_index":2078,"title":{"A Creative State of Mind":{}},"content":{"Unit Testing Extjs UI with Siesta":{},"Teaching yourself to draw":{},"A samurai learning mindset":{},"I'm jealous of my dog":{},"Take your time.":{},"Over analoog en digitaal":{},"Unit Testing PicoBlaze Assembly files":{},"My Retro Desk/Gaming Setup in 2021":{},"Teaching students about coding trends":{},"Discord killed support for WinXP":{},"Stop limiting yourself to JS in browsers":{},"Flea Market Season":{},"Apple's App Store Design Mistake":{},"Emotional Magic":{},"Parking Machines Design Mistakes":{},"How Not To Do A Remaster":{},"A Creative State of Mind":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Re: Writing A Book Is Nonesense":{},"The Creative Techniques Toolbox":{},"Expiry Dates On Journals":{},"On Commuting By Bike":{},"Teaching Software Engineering Is Still Done Wrong":{},"The Life Lessons of Bonnie":{}},"tags":{}}],["statement",{"_index":1060,"title":{},"content":{"undefined":{},"Integration Testing with SQLite":{},"Productivity Tools on all platforms":{},"20 Years of Personal Cellphone History":{},"A Note About Footnotes":{},"The Creative Techniques Toolbox":{},"Woke in Class":{},"Water Usage and Prices":{},"Expiry Dates On Journals":{}},"tags":{}}],["static",{"_index":1612,"title":{"Hugo Extended: More static site processing power!":{}},"content":{"Enhancing the builder pattern with closures":{},"Custom Webdriver Page Factories":{},"Faking domain logic":{},"Webdriver Exception Handling":{},"DIY: Hosting stuff on your own VPS":{},"Hugo Extended: More static site processing power!":{},"Page Building with Brizy in Wordpress":{},"Tracking and privacy concerns on websites":{},"A journey through the history of webdesign":{},"Always have a Diaster Recovery Plan":{},"Lousy Wordpress Hacking Attempts detected":{},"Stop limiting yourself to JS in browsers":{},"Using Hugo to Launch a Gemini Capsule":{},"Host your own webmention receiver":{},"Social Debt in Development Teams":{},"Apple's App Store Design Mistake":{},"My Kotlin Rose-Tinted Glasses Broke":{},"Give Up GitHub!":{}},"tags":{}}],["static_method",{"_index":1167,"title":{},"content":{"undefined":{}},"tags":{}}],["station",{"_index":222,"title":{},"content":{"On finding your inner zen in big cities":{},"Bye autotools hello Scons":{},"Concentrating on serendipitous creativity":{},"How Not To Do A Remaster":{}},"tags":{}}],["statist",{"_index":3036,"title":{},"content":{"2017 in books":{},"ITiCSE 2020: A Report":{},"Thoughts on collaboration in education":{},"Belgium - Portugal: 5 - 2":{},"Ever-increasing Work Email Spam":{},"A Factor Analysis For Dummies in R":{},"Winnie Lim on Rebuilding Oneself":{},"Cool Things People Do With Their Blogs":{},"Give Up GitHub!":{}},"tags":{}}],["statista",{"_index":8167,"title":{},"content":{"On Tea Prices":{}},"tags":{}}],["statista.com",{"_index":10249,"title":{},"content":{"Why Mastodon Isn't Great For Serendipity":{}},"tags":{}}],["stats](https://roytang.net/page/stats/awstat",{"_index":11384,"title":{},"content":{"Cool Things People Do With Their Blogs":{}},"tags":{}}],["statu",{"_index":3100,"title":{},"content":{"Hiding Code Complexity":{},"Thoughts on collaboration in education":{},"Personal Desktop Screenshots of Olde":{},"Collective Creativity":{},"Ditch Scrum, Organize As You See Fit":{},"A Creative State of Mind":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["status",{"_index":3106,"title":{},"content":{"Hiding Code Complexity":{}},"tags":{}}],["stay",{"_index":3162,"title":{},"content":{"Take your time.":{},"A Decade in the Software Engineering industry":{},"Designing websites with accessibility in mind":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"The first Dutch Obsidian meetup":{},"Reducing Workflow Load Facilitates Writing":{},"The Monthly Retro Screenshot Guessing Quiz":{},"The Creative Techniques Toolbox":{},"Winnie Lim on Rebuilding Oneself":{},"June 2022 In Review":{},"Freshly Baked Thoughts":{}},"tags":{}}],["std",{"_index":551,"title":{},"content":{"undefined":{}},"tags":{}}],["std.alpha",{"_index":10429,"title":{},"content":{"A Factor Analysis For Dummies in R":{}},"tags":{}}],["std::cout",{"_index":608,"title":{},"content":{"undefined":{}},"tags":{}}],["std::shared_ptrat",{"_index":5505,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["time_",{"_index":6543,"title":{},"content":{"Digitizing journals using DEVONthink":{},"Are You In The System Yet, Sir?":{},"Creating Top x Games Lists Is Hard":{},"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["timelin",{"_index":6137,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["timeout",{"_index":1429,"title":{},"content":{"undefined":{},"Always have a Diaster Recovery Plan":{},"The Death Of The Nike+ SportWatch":{}},"tags":{}}],["times](/post/2021/05/r",{"_index":7754,"title":{},"content":{"Misconceptions about retro gamers":{}},"tags":{}}],["timestamp",{"_index":1479,"title":{},"content":{"undefined":{},"The first Dutch Obsidian meetup":{},"Visualizing Personal Data Takeouts":{}},"tags":{}}],["tini",{"_index":56,"title":{},"content":{"Ending your day with happy thoughts":{},"Reducing Workflow Load Facilitates Writing":{},"The HP Sprocket Mini Printer":{},"Questionable Game Publishing Methods":{},"The Emperor of Lists":{},"2021 Year In Review":{},"What a Night Cam Is Good For":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["tinker",{"_index":7226,"title":{},"content":{"Exploring the Go programming language":{},"A 5.25\" Gobliins 2 Surprise":{},"Thoughts On Home NAS Systems":{},"Cool Things People Do With Their Blogs":{}},"tags":{}}],["tint",{"_index":8672,"title":{"My Kotlin Rose-Tinted Glasses Broke":{}},"content":{"My Kotlin Rose-Tinted Glasses Broke":{}},"tags":{}}],["tiob",{"_index":7110,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["tip",{"_index":163,"title":{},"content":{"Ending your day with happy thoughts":{},"undefined":{},"How to teach kids to program":{},"The Internet Killed Secrets in Games":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"The Productive Programmer on Mac":{},"Belgium - Portugal: 5 - 2":{},"Very Old and Somewhat Old Mood Boards":{},"Drought":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["tire",{"_index":4410,"title":{},"content":{"A Decade in the Software Engineering industry":{},"Personal Desktop Screenshots of Olde":{},"Are You In The System Yet, Sir?":{},"Collective Creativity":{},"March 2022 In Review":{},"Wax Seals And Snail Mail":{}},"tags":{}}],["tiresom",{"_index":6814,"title":{},"content":{"How to write academic papers in Markdown":{}},"tags":{}}],["titan",{"_index":8714,"title":{},"content":{"Thirty-Six":{}},"tags":{}}],["titanium",{"_index":2766,"title":{},"content":{"A quick look at 6 fountain pens":{}},"tags":{}}],["titel",{"_index":3784,"title":{},"content":{"A Ph.D. Thesis Proposal":{}},"tags":{}}],["titl",{"_index":471,"title":{},"content":{"undefined":{},"Unit Testing Extjs UI with Siesta":{},"Migrating from Extjs to React gradually":{},"A Decade in the Software Engineering industry":{},"Five reasons why agile and academia don't go together":{},"Using Pandoc to publish a book":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Social Debt in Development Teams":{},"Apple's App Store Design Mistake":{},"Ditch Scrum, Organize As You See Fit":{},"Constraint-based Creativity":{},"Exporting Goodreads to Obsidian":{},"Generating a Blogroll With OPML in Hugo":{},"My Retrocomputing Projects For 2022":{},"Equality in Game Credits":{},"None Of My Best Friends Are Content Creators":{},"My Programming Language Odyssey":{}},"tags":{}}],["title/author/publish",{"_index":9572,"title":{},"content":{"The Emperor of Lists":{}},"tags":{}}],["title=\"brain",{"_index":10382,"title":{},"content":{"Generating a Blogroll With OPML in Hugo":{}},"tags":{}}],["title>supblog",{"_index":12251,"title":{},"content":{"Freshly Baked Thoughts":{}},"tags":{}}],["xm",{"_index":1988,"title":{},"content":{".NET Memory management VS JVM Memory management":{}},"tags":{}}],["xmb/sec",{"_index":7995,"title":{},"content":{"Apple's App Store Design Mistake":{}},"tags":{}}],["xml",{"_index":6960,"title":{},"content":{"Exploring the AlterNet":{},"The IndieWeb Mixed Bag":{},"Generating a Blogroll With OPML in Hugo":{},"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["xmlrpc",{"_index":11471,"title":{},"content":{"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["xmlurl=\"http://brainbaking.com/index.xml",{"_index":10386,"title":{},"content":{"Generating a Blogroll With OPML in Hugo":{}},"tags":{}}],["xmx",{"_index":1987,"title":{},"content":{".NET Memory management VS JVM Memory management":{}},"tags":{}}],["xnxqv0",{"_index":12058,"title":{},"content":{"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["xp",{"_index":1288,"title":{"Building a Core2Duo Windows XP Retro PC":{}},"content":{"Unit Testing Stored Procedures":{},"Building a Core2Duo Windows XP Retro PC":{},"Building an Athlon Windows 98 Retro PC":{},"Discord killed support for WinXP":{},"My Retrocomputing Projects For 2022":{}},"tags":{}}],["xperia",{"_index":7028,"title":{},"content":{"Getting rid of trackers using LineageOS":{},"The Decline of Battery Life":{}},"tags":{}}],["xs1",{"_index":10214,"title":{},"content":{"Three Little GameCube Mods":{}},"tags":{}}],["xtreme",{"_index":6392,"title":{},"content":{"WinXP Upgrade: Sound Blaster X-Fi":{}},"tags":{}}],["xul",{"_index":7191,"title":{},"content":{"Discord killed support for WinXP":{}},"tags":{}}],["xxl",{"_index":5650,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["xz1",{"_index":7023,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"tags":{}}],["x’",{"_index":12054,"title":{},"content":{"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["y",{"_index":128,"title":{},"content":{"Ending your day with happy thoughts":{},"undefined":{},"Healing creative scars":{},"IT Competences and Certificates":{},"The insanity of collecting retro games":{},"Creativity Self-Assessment Is Nonsense":{},"Dark Age of Camelot in 2022":{},"Natural Gas Prices and The Energy Market":{},"Equality in Game Credits":{},"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["y.get",{"_index":563,"title":{},"content":{"undefined":{}},"tags":{}}],["y_",{"_index":8830,"title":{},"content":{"Creativity Self-Assessment Is Nonsense":{}},"tags":{}}],["ya",{"_index":12111,"title":{},"content":{"The Modern QR Code Life":{}},"tags":{}}],["ya!\"_",{"_index":7927,"title":{},"content":{"Why I like Pawn Stars":{}},"tags":{}}],["ya.com/cov",{"_index":12114,"title":{},"content":{"The Modern QR Code Life":{}},"tags":{}}],["yadda",{"_index":7201,"title":{},"content":{"Discord killed support for WinXP":{}},"tags":{}}],["yagi",{"_index":2540,"title":{},"content":{"A samurai learning mindset":{}},"tags":{}}],["yagni](/img/yagni1.p",{"_index":2637,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["yagyu",{"_index":2509,"title":{},"content":{"A samurai learning mindset":{}},"tags":{}}],["yagyū'",{"_index":2525,"title":{},"content":{"A samurai learning mindset":{}},"tags":{}}],["yahoo",{"_index":10244,"title":{},"content":{"Why Mastodon Isn't Great For Serendipity":{}},"tags":{}}],["yama",{"_index":8217,"title":{},"content":{"On Tea Prices":{}},"tags":{}}],["yamaha",{"_index":5888,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["yank",{"_index":10710,"title":{},"content":{"How To Enjoy Your Own Digital Music":{}},"tags":{}}],["yarn",{"_index":7080,"title":{},"content":{"Teaching students about coding trends":{},"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["yay",{"_index":1345,"title":{},"content":{"Unit Testing Stored Procedures":{},"3D Software Rendering on the GBA":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Ever-increasing Work Email Spam":{},"Migrating from Mailchimp to Listmonk":{},"My Programming Language Odyssey":{},"Give Up GitHub!":{}},"tags":{}}],["ye",{"_index":142,"title":{},"content":{"Ending your day with happy thoughts":{},"Enhancing the builder pattern with closures":{},"Journaling in practice":{},"I'm jealous of my dog":{},"2017 in books":{},"Death to pseudocode?":{},"Domain Driven Design in C":{},"A Decade in the Software Engineering industry":{},"Five reasons why agile and academia don't go together":{},"DIY: Hosting stuff on your own VPS":{},"Combining async with generators in Node 11":{},"Building an Athlon Windows 98 Retro PC":{},"Why I like Pawn Stars":{},"Double-dipping and Market Prices":{},"How Much Should I Spend On Magic The Gathering":{},"Dear Student":{},"A Treatise on Leavened Waffles":{},"Minimalism and Tidying Up":{},"How to setup Pi-Hole on a Synology NAS":{},"Creativity Equals Messy Code?":{},"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["yeah",{"_index":6823,"title":{},"content":{"How to write academic papers in Markdown":{},"You Shouldn't Use Spotify":{},"Always have a Diaster Recovery Plan":{},"Moon Logic":{},"A Note About Footnotes":{},"The HP Sprocket Mini Printer":{},"Parking Machines Design Mistakes":{},"Questionable Game Publishing Methods":{},"Allspice Is Not All Spice":{},"2021 Donations":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["year",{"_index":6,"title":{"Archive by year: 2013":{},"Archive by year: 2014":{},"Archive by year: 2015":{},"Archive by year: 2016":{},"Archive by year: 2017":{},"Archive by year: 2018":{},"Archive by year: 2019":{},"Archive by year: 2020":{},"20 Years of Personal Cellphone History":{},"Archive by year: 2021":{},"2021 Year In Review":{},"Archive by year: 2022":{}},"content":{"Ending your day with happy thoughts":{},"Learning to become a baker":{},"Enhancing the builder pattern with closures":{},"Integration Testing with SQLite":{},"Teaching yourself to draw":{},"How to teach kids to program":{},"A samurai learning mindset":{},"Development principles in cooking":{},"Healing creative scars":{},"Inventing - for the worse?":{},"2017 in books":{},"Teaching by philosophy":{},"Computer Science learning pathways":{},"Productivity Tools on all platforms":{},"A Decade in the Software Engineering industry":{},"The Startup of a Lean Doctorate":{},"A Ph.D. Thesis: Iteration 2":{},"IT Competences and Certificates":{},"Teaching Object-Oriented design using the GBA":{},"Five reasons why agile and academia don't go together":{},"Page Building with Brizy in Wordpress":{},"Project Warlock: About Perseverance":{},"ITiCSE 2020: A Report":{},"3D Software Rendering on the GBA":{},"Thoughts on collaboration in education":{},"Reviving an old 80486 PC":{},"A journey through the history of webdesign":{},"Building an Athlon Windows 98 Retro PC":{},"Personal Desktop Screenshots of Olde":{},"Digitizing journals using DEVONthink":{},"The Productive Programmer on Mac":{},"What is Creativity in Software Engineering?":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"The insanity of collecting retro games":{},"You Shouldn't Use Spotify":{},"Getting rid of trackers using LineageOS":{},"Lousy Wordpress Hacking Attempts detected":{},"The IndieWeb Mixed Bag":{},"Exploring the Go programming language":{},"Using Hugo to Launch a Gemini Capsule":{},"On Manuscript Review Procedures":{},"Moon Logic":{},"Nineties collecting nostalgia":{},"Academese Gems":{},"Belgium - Portugal: 5 - 2":{},"Flea Market Season":{},"Misconceptions about retro gamers":{},"Software Engineering Is Not Engineering":{},"The Pilot Capless: a stellar stealth pen":{},"Double-dipping and Market Prices":{},"How Much Should I Spend On Magic The Gathering":{},"On Tea Prices":{},"Reducing Workflow Load Facilitates Writing":{},"The Decline of Battery Life":{},"Water Levels As Public Data":{},"What if Seneca wasn't Nero's advisor?":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Emotional Magic":{},"On Selling a Self-published Book":{},"Thirty-Six":{},"Are You In The System Yet, Sir?":{},"Parking Machines Design Mistakes":{},"A Triumph For Blogging":{},"Very Old and Somewhat Old Mood Boards":{},"Power Usage Effectiveness":{},"A 5.25\" Gobliins 2 Surprise":{},"The Emperor of Lists":{},"Exporting Goodreads to Obsidian":{},"From Curiosity To Creativity":{},"How Not To Do A Remaster":{},"Where Does It Stop?":{},"Allspice Is Not All Spice":{},"2021 Donations":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"The Monthly Retro Screenshot Guessing Quiz":{},"November 2021 Meta Post":{},"Seneca on How to Live":{},"Technical Knowledge Brews Creativity":{},"Three Little GameCube Mods":{},"Dark Age of Camelot in 2022":{},"Generating a Blogroll With OPML in Hugo":{},"Minimalism and Tidying Up":{},"Natural Gas Prices and The Energy Market":{},"The Creative Techniques Toolbox":{},"Winnie Lim on Rebuilding Oneself":{},"Woke in Class":{},"2021 Year In Review":{},"How To Enjoy Your Own Digital Music":{},"January 2022 In Review":{},"On Trying To Sell A Laptop":{},"Once Upon a Time in Shaolin":{},"Thoughts On Home NAS Systems":{},"Water Usage and Prices":{},"What a Night Cam Is Good For":{},"Choosing an Audio Codec":{},"Creativity Equals Messy Code?":{},"Expiry Dates On Journals":{},"February 2022 In Review":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"Cool Things People Do With Their Blogs":{},"Equality in Game Credits":{},"Fighting Webmention And Pingback Spam":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"The Death Of The Nike+ SportWatch":{},"Wax Seals And Snail Mail":{},"Drought":{},"My Programming Language Odyssey":{},"On Commuting By Bike":{},"On Learning A New (Programming) Language":{},"Teaching Software Engineering Is Still Done Wrong":{},"Creating Top x Games Lists Is Hard":{},"From Mood Board To Mood Mugs":{},"May 2022 In Review":{},"Sparking Conversations at Conferences":{},"The Modern QR Code Life":{},"The Strange Heterogenity of Hiking Signs":{},"Give Up GitHub!":{},"June 2022 In Review":{}},"tags":{}}],["year/th",{"_index":10625,"title":{},"content":{"Winnie Lim on Rebuilding Oneself":{}},"tags":{}}],["year](/post/2020/04/vp",{"_index":6924,"title":{},"content":{"Always have a Diaster Recovery Plan":{}},"tags":{}}],["yearli",{"_index":6544,"title":{},"content":{"Digitizing journals using DEVONthink":{},"My Retro Desk/Gaming Setup in 2021":{},"Teaching students about coding trends":{},"How Much Should I Spend On Magic The Gathering":{},"Favorite Game Meme":{},"Water Usage and Prices":{},"Give Up GitHub!":{}},"tags":{}}],["yearlong",{"_index":10623,"title":{},"content":{"Winnie Lim on Rebuilding Oneself":{}},"tags":{}}],["yearnot",{"_index":10686,"title":{},"content":{},"tags":{"2021 Year In Review":{}}}],["years](/post/2017/07/journ",{"_index":8934,"title":{},"content":{"The HP Sprocket Mini Printer":{}},"tags":{}}],["years](/post/2022/01/natur",{"_index":10937,"title":{},"content":{"Water Usage and Prices":{}},"tags":{}}],["yeast",{"_index":941,"title":{},"content":{"Learning to become a baker":{},"The Fridge, Your Inoculation Room":{},"On Selling a Self-published Book":{},"A Note About Footnotes":{},"Are Digital Gardens Blogs?":{},"A Treatise on Leavened Waffles":{},"Creative Critical Thinking":{}},"tags":{}}],["yeast](https://www.goodreads.com/book/show/34757361",{"_index":8791,"title":{},"content":{"A Note About Footnotes":{}},"tags":{}}],["yell",{"_index":3131,"title":{},"content":{"Take your time.":{},"Exploring the AlterNet":{},"Rules of a Creator's Life":{},"Are You In The System Yet, Sir?":{},"Creative Critical Thinking":{},"From Curiosity To Creativity":{},"Woke in Class":{}},"tags":{}}],["yellow",{"_index":6179,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{},"How Much Should I Spend On Magic The Gathering":{},"A 5.25\" Gobliins 2 Surprise":{},"Wax Seals And Snail Mail":{}},"tags":{}}],["yesterday",{"_index":6620,"title":{},"content":{"The Productive Programmer on Mac":{},"The first Dutch Obsidian meetup":{},"Apple's App Store Design Mistake":{},"Are You In The System Yet, Sir?":{},"A 5.25\" Gobliins 2 Surprise":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Why I Play Games (And So Should You)":{},"Woke in Class":{},"March 2022 In Review":{},"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["yesterday'",{"_index":7409,"title":{},"content":{"Host your own webmention receiver":{},"A Personal Intro To Gentle Hip-Hop":{}},"tags":{}}],["yesteryear",{"_index":5986,"title":{},"content":{"Reviving an old 80486 PC":{},"A journey through the history of webdesign":{},"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["yield",{"_index":11143,"title":{},"content":{"Academic Lineage":{}},"tags":{}}],["yip",{"_index":3533,"title":{},"content":{"Computer Science learning pathways":{}},"tags":{}}],["ymf262",{"_index":5902,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["yo",{"_index":5463,"title":{},"content":{"Combining async with generators in Node 11":{},"Once Upon a Time in Shaolin":{}},"tags":{}}],["yoghurt",{"_index":12218,"title":{},"content":{"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["yogi",{"_index":11354,"title":{},"content":{"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"May 2022 In Review":{}},"tags":{}}],["yokoi",{"_index":8286,"title":{},"content":{"The Decline of Battery Life":{}},"tags":{}}],["yoku",{"_index":10033,"title":{},"content":{"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["yolk",{"_index":9394,"title":{},"content":{"A Treatise on Leavened Waffles":{}},"tags":{}}],["yore",{"_index":10264,"title":{},"content":{"Dark Age of Camelot in 2022":{}},"tags":{}}],["yottam",{"_index":2607,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["you'd",{"_index":1332,"title":{},"content":{"Unit Testing Stored Procedures":{},"Custom Webdriver Page Factories":{},"Healing creative scars":{},"Thinking in terms of objects":{},"Teaching by philosophy":{},"Reverse engineering a curriculum":{},"Using Pandoc to publish a book":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Host your own webmention receiver":{},"Moon Logic":{},"Kotlin Is Java 2.0, But It's Still Java":{},"Pinball Machines in a Jenever Museum":{},"My Kotlin Rose-Tinted Glasses Broke":{},"A Note About Footnotes":{},"The HP Sprocket Mini Printer":{},"Ever-increasing Work Email Spam":{},"From Analog Notebook to Digital Vault":{},"How Not To Do A Remaster":{},"Allspice Is Not All Spice":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Natural Gas Prices and The Energy Market":{},"Visualizing Personal Data Takeouts":{},"Water Usage and Prices":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["you'gr",{"_index":6021,"title":{},"content":{"A journey through the history of webdesign":{}},"tags":{}}],["you'll",{"_index":1512,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{},"Integration Testing with SQLite":{},"Are you handing over enough when inspiring someone?":{},"Healing creative scars":{},"Journaling in practice":{},"I'm jealous of my dog":{},"Concentrating on serendipitous creativity":{},"A Decade in the Software Engineering industry":{},"The IndieWeb Mixed Bag":{},"Host your own webmention receiver":{},"Flea Market Season":{},"How Much Should I Spend On Magic The Gathering":{},"On Selling a Self-published Book":{},"Parking Machines Design Mistakes":{},"Questionable Game Publishing Methods":{},"A Treatise on Leavened Waffles":{},"How Not To Do A Remaster":{},"On Trying To Sell A Laptop":{},"A Personal Intro To Rough Hip-Hop":{},"How To Properly Store Your Game Boy Cartridges":{},"On Commuting By Bike":{},"On Learning A New (Programming) Language":{},"The Modern QR Code Life":{}},"tags":{}}],["you'r",{"_index":1291,"title":{},"content":{"Unit Testing Stored Procedures":{},"Visual Studio 2012 for Eclipse users":{},"Bye autotools hello Scons":{},"Custom Webdriver Page Factories":{},"Faking domain logic":{},".NET Memory management VS JVM Memory management":{},"Unit Testing Extjs UI with Siesta":{},"Unit testing in Legacy Projects: VB6":{},"Teaching yourself to draw":{},"A samurai learning mindset":{},"Development principles in cooking":{},"Healing creative scars":{},"A quick look at 6 fountain pens":{},"Journaling in practice":{},"Inventing - for the worse?":{},"Concentrating on serendipitous creativity":{},"Death to pseudocode?":{},"Productivity Tools on all platforms":{},"A Decade in the Software Engineering industry":{},"Over Onmiddellijke Voldoening":{},"DIY: Hosting stuff on your own VPS":{},"An am486 Performance Analysis":{},"486 Upgrade 2: The SD Card HDD":{},"The Internet Killed Secrets in Games":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Thoughts on Bullshit Jobs":{},"Digitizing journals using DEVONthink":{},"The Productive Programmer on Mac":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Discord killed support for WinXP":{},"Host your own webmention receiver":{},"Moon Logic":{},"Re: Is collecting physical games worth it?":{},"Flea Market Season":{},"The Pilot Capless: a stellar stealth pen":{},"Double-dipping and Market Prices":{},"The Fridge, Your Inoculation Room":{},"On Tea Prices":{},"Rules of a Creator's Life":{},"20 Years of Personal Cellphone History":{},"A Note About Footnotes":{},"Are You In The System Yet, Sir?":{},"The HP Sprocket Mini Printer":{},"Dear Student":{},"Questionable Game Publishing Methods":{},"The Lost Art of Being Lost":{},"A Treatise on Leavened Waffles":{},"Allspice Is Not All Spice":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Why Mastodon Isn't Great For Serendipity":{},"Why I Play Games (And So Should You)":{},"Winnie Lim on Rebuilding Oneself":{},"Woke in Class":{},"On Trying To Sell A Laptop":{},"My Retrocomputing Projects For 2022":{},"What a Night Cam Is Good For":{},"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{},"Fighting Webmention And Pingback Spam":{},"The Death Of The Nike+ SportWatch":{},"On Learning A New (Programming) Language":{},"Creating Top x Games Lists Is Hard":{},"From Mood Board To Mood Mugs":{},"Sparking Conversations at Conferences":{},"The Strange Heterogenity of Hiking Signs":{},"The Perfect Bowl Of Oatmeal Porridge":{},"Freshly Baked Thoughts":{}},"tags":{}}],["you'v",{"_index":2481,"title":{},"content":{"How to teach kids to program":{},"Journaling in practice":{},"A Decade in the Software Engineering industry":{},"Five reasons why agile and academia don't go together":{},"The Internet Killed Secrets in Games":{},"Digitizing journals using DEVONthink":{},"The IndieWeb Mixed Bag":{},"Moon Logic":{},"On Selling a Self-published Book":{},"A Note About Footnotes":{},"Dear Student":{},"The Lost Art of Being Lost":{},"Allspice Is Not All Spice":{},"2021 Donations":{},"Thoughts On Home NAS Systems":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["you?](https://www.kellogg.northwestern.edu/faculty/uzzi/ftp/page176.html",{"_index":8828,"title":{},"content":{"Creativity Self-Assessment Is Nonsense":{}},"tags":{}}],["you_",{"_index":8809,"title":{},"content":{"Are You In The System Yet, Sir?":{}},"tags":{}}],["young",{"_index":936,"title":{},"content":{"Learning to become a baker":{},"Take your time.":{},"Thirty-Six":{},"Collective Creativity":{},"From Curiosity To Creativity":{},"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["younger",{"_index":5548,"title":{},"content":{"ITiCSE 2020: A Report":{},"Misconceptions about retro gamers":{},"Thirty-Six":{},"Technical Knowledge Brews Creativity":{},"Dark Age of Camelot in 2022":{}},"tags":{}}],["youngest",{"_index":11923,"title":{},"content":{"The Life Lessons of Bonnie":{}},"tags":{}}],["your",{"_index":3094,"title":{},"content":{"2017 in books":{},"Rules of a Creator's Life":{}},"tags":{}}],["yourself",{"_index":242,"title":{"Teaching yourself to draw":{},"Stop limiting yourself to JS in browsers":{}},"content":{"On finding your inner zen in big cities":{},"Learning to become a baker":{},"Unit Testing Stored Procedures":{},"Integration Testing with SQLite":{},"Bye autotools hello Scons":{},".NET Memory management VS JVM Memory management":{},"Teaching yourself to draw":{},"Journaling in practice":{},"Concentrating on serendipitous creativity":{},"Teaching Object-Oriented design using the GBA":{},"Page Building with Brizy in Wordpress":{},"3D Software Rendering on the GBA":{},"Reviving an old 80486 PC":{},"Personal Desktop Screenshots of Olde":{},"The Internet Killed Secrets in Games":{},"Programming on the Apple M1 Silicon":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"The Productive Programmer on Mac":{},"Stop limiting yourself to JS in browsers":{},"Host your own webmention receiver":{},"Nineties collecting nostalgia":{},"Re: Is collecting physical games worth it?":{},"What if Seneca wasn't Nero's advisor?":{},"Kotlin Is Java 2.0, But It's Still Java":{},"On Selling a Self-published Book":{},"Favorite Game Meme":{},"Dear Student":{},"Very Old and Somewhat Old Mood Boards":{},"The Lost Art of Being Lost":{},"Allspice Is Not All Spice":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Winnie Lim on Rebuilding Oneself":{},"Academic Lineage":{},"Expiry Dates On Journals":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"From Mood Board To Mood Mugs":{},"The Modern QR Code Life":{}},"tags":{}}],["yourself!”die(@md5(hellothinkcmf))hellomor",{"_index":5505,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["article](/post/2020/05/us",{"_index":6827,"title":{},"content":{"How to write academic papers in Markdown":{}},"tags":{}}],["article](https://www.nintendolife.com/news/2021/02/soapbox_retro_nintendo_games_cost_too_much_but_nostalgia_is_expens",{"_index":6779,"title":{},"content":{"The insanity of collecting retro games":{}},"tags":{}}],["articlecalcul",{"_index":1758,"title":{},"content":{"Metaprogramming instead of duplication":{}},"tags":{}}],["articledatabas",{"_index":1760,"title":{},"content":{"Metaprogramming instead of duplication":{}},"tags":{}}],["articlemanag",{"_index":1762,"title":{},"content":{"Metaprogramming instead of duplication":{}},"tags":{}}],["articlemanagertest",{"_index":1757,"title":{},"content":{"Metaprogramming instead of duplication":{}},"tags":{}}],["artifact",{"_index":6048,"title":{},"content":{"A journey through the history of webdesign":{},"Ditch Scrum, Organize As You See Fit":{},"Give Up GitHub!":{}},"tags":{}}],["artifici",{"_index":3527,"title":{},"content":{"Computer Science learning pathways":{},"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["artikel",{"_index":3979,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["artist",{"_index":3073,"title":{},"content":{"2017 in books":{},"Project Warlock: About Perseverance":{},"You Shouldn't Use Spotify":{},"Rules of a Creator's Life":{},"Emotional Magic":{},"Creativity Self-Assessment Is Nonsense":{},"Constraint-based Creativity":{},"How To Enjoy Your Own Digital Music":{},"A Personal Intro To Gentle Hip-Hop":{},"Equality in Game Credits":{}},"tags":{}}],["artist'",{"_index":3070,"title":{},"content":{"2017 in books":{}},"tags":{}}],["artist.jpg",{"_index":8528,"title":{},"content":{"Emotional Magic":{}},"tags":{}}],["artist_](https://scryfall.com/card/jmp/206/blood",{"_index":8527,"title":{},"content":{"Emotional Magic":{}},"tags":{}}],["artista_",{"_index":11450,"title":{},"content":{"Equality in Game Credits":{}},"tags":{}}],["artistri",{"_index":3027,"title":{},"content":{"Inventing - for the worse?":{}},"tags":{}}],["artwork",{"_index":2357,"title":{},"content":{"Teaching yourself to draw":{}},"tags":{}}],["as",{"_index":10429,"title":{},"content":{"A Factor Analysis For Dummies in R":{}},"tags":{}}],["ascii",{"_index":7352,"title":{},"content":{"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["asham",{"_index":10597,"title":{},"content":{"Why I Play Games (And So Should You)":{}},"tags":{}}],["ashor",{"_index":9688,"title":{},"content":{"From Curiosity To Creativity":{}},"tags":{}}],["asia",{"_index":2865,"title":{},"content":{"Nuts about local nuts":{}},"tags":{}}],["asian",{"_index":2605,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["asid",{"_index":8059,"title":{},"content":{"Double-dipping and Market Prices":{},"Ditch Scrum, Organize As You See Fit":{},"On Learning A New (Programming) Language":{},"June 2022 In Review":{}},"tags":{}}],["asimov",{"_index":4289,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["ask",{"_index":367,"title":{},"content":{"No, vegetarians do not eat fish!":{},"Unit Testing Stored Procedures":{},"Unit testing in Legacy Projects: VB6":{},"Are you handing over enough when inspiring someone?":{},"A quick look at 6 fountain pens":{},"Inventing - for the worse?":{},"Domain Driven Design in C":{},"The Startup of a Lean Doctorate":{},"IT Competences and Certificates":{},"Five reasons why agile and academia don't go together":{},"Thoughts on Bullshit Jobs":{},"The Productive Programmer on Mac":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"How to write academic papers in Markdown":{},"The first Dutch Obsidian meetup":{},"Re: Is collecting physical games worth it?":{},"Software Engineering Is Not Engineering":{},"The Pilot Capless: a stellar stealth pen":{},"YouTube Play Image Links in Hugo":{},"Double-dipping and Market Prices":{},"My Kotlin Rose-Tinted Glasses Broke":{},"Are You In The System Yet, Sir?":{},"Parking Machines Design Mistakes":{},"Dear Student":{},"Ditch Scrum, Organize As You See Fit":{},"Power Usage Effectiveness":{},"Questionable Game Publishing Methods":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Technical Knowledge Brews Creativity":{},"A Factor Analysis For Dummies in R":{},"Re: Writing A Book Is Nonesense":{},"Woke in Class":{},"A Personal Intro To Gentle Hip-Hop":{},"None Of My Best Friends Are Content Creators":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"On Commuting By Bike":{},"The Modern QR Code Life":{}},"tags":{}}],["asleep",{"_index":7245,"title":{},"content":{"Stop limiting yourself to JS in browsers":{},"What a Night Cam Is Good For":{}},"tags":{}}],["aspect",{"_index":3558,"title":{},"content":{"Computer Science learning pathways":{},"Five reasons why agile and academia don't go together":{},"On Manuscript Review Procedures":{},"The Pilot Capless: a stellar stealth pen":{},"The Creative Techniques Toolbox":{},"Creativity Equals Messy Code?":{}},"tags":{}}],["aspx",{"_index":2047,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{}},"tags":{}}],["ass",{"_index":3237,"title":{},"content":{"Concentrating on serendipitous creativity":{},"I'm Joining the Coffeeneuring Challenge of 2021":{}},"tags":{}}],["assassin'",{"_index":3049,"title":{},"content":{"2017 in books":{}},"tags":{}}],["assembl",{"_index":4626,"title":{"Unit Testing PicoBlaze Assembly files":{}},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{"Unit Testing PicoBlaze Assembly files":{}}}],["assert",{"_index":1239,"title":{},"content":{"undefined":{},"Unit Testing Extjs UI with Siesta":{},"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["assert.that",{"_index":2266,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{}},"tags":{}}],["assert_that",{"_index":4668,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["assert_that.reg(\"s5\").contains(3",{"_index":4672,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["assess",{"_index":4628,"title":{"Creativity Self-Assessment Is Nonsense":{}},"content":{"Unit Testing PicoBlaze Assembly files":{},"Thoughts on collaboration in education":{},"Why I like Pawn Stars":{},"Creativity Equals Messy Code?":{}},"tags":{}}],["asset",{"_index":10044,"title":{},"content":{"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["assign",{"_index":1068,"title":{},"content":{"undefined":{},"Enhancing the builder pattern with closures":{},"Death to pseudocode?":{},"ITiCSE 2020: A Report":{},"Very Old and Somewhat Old Mood Boards":{},"Academic Lineage":{},"Creativity Equals Messy Code?":{},"Give Up GitHub!":{}},"tags":{}}],["assignments_",{"_index":12167,"title":{},"content":{"June 2022 In Review":{}},"tags":{}}],["assimil",{"_index":2573,"title":{},"content":{"A samurai learning mindset":{}},"tags":{}}],["assist",{"_index":5737,"title":{},"content":{"Thoughts on collaboration in education":{},"Seneca on How to Live":{},"Academic Lineage":{},"Equality in Game Credits":{}},"tags":{}}],["associ",{"_index":2917,"title":{},"content":{"I'm jealous of my dog":{},"Reverse engineering a curriculum":{}},"tags":{}}],["assum",{"_index":2660,"title":{},"content":{"Healing creative scars":{},"How Much Should I Spend On Magic The Gathering":{},"Constraint-based Creativity":{},"On Commuting By Bike":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["assumpt",{"_index":2385,"title":{},"content":{"Are you handing over enough when inspiring someone?":{}},"tags":{}}],["assur",{"_index":9507,"title":{},"content":{"Creative Critical Thinking":{},"My Programming Language Odyssey":{}},"tags":{}}],["assword",{"_index":1438,"title":{},"content":{"undefined":{}},"tags":{}}],["asterix",{"_index":5645,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["astonish",{"_index":4403,"title":{},"content":{"A Decade in the Software Engineering industry":{},"Reviving an old 80486 PC":{},"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["async",{"_index":2045,"title":{"Combining async with generators in Node 11":{}},"content":{"Unit Testing Extjs UI with Siesta":{},"Are you handing over enough when inspiring someone?":{},"Combining async with generators in Node 11":{}},"tags":{}}],["asynchron",{"_index":5434,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["at",{"_index":961,"title":{},"content":{"Learning to become a baker":{}},"tags":{}}],["at](https://www.goodreads.com/user/year_in_books/2017/5451893",{"_index":3034,"title":{},"content":{"2017 in books":{}},"tags":{}}],["athen",{"_index":8409,"title":{},"content":{"What if Seneca wasn't Nero's advisor?":{},"Creative Critical Thinking":{}},"tags":{}}],["athenian",{"_index":9476,"title":{},"content":{"Creative Critical Thinking":{}},"tags":{}}],["athlon",{"_index":6054,"title":{"Building an Athlon Windows 98 Retro PC":{}},"content":{"Building a Core2Duo Windows XP Retro PC":{},"Building an Athlon Windows 98 Retro PC":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"tags":{}}],["ati",{"_index":6674,"title":{},"content":{"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"tags":{}}],["atlantic](https://www.theatlantic.com/education/archive/2015/10/complex",{"_index":7612,"title":{},"content":{"Academese Gems":{}},"tags":{}}],["atmospher",{"_index":8869,"title":{},"content":{"Favorite Game Meme":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Seneca on How to Live":{},"Equality in Game Credits":{},"On Commuting By Bike":{}},"tags":{}}],["attac",{"_index":12065,"title":{},"content":{"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["attach",{"_index":1496,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{},"486 Upgrade 1: Sound Blaster 16":{},"Flea Market Season":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"How To Enjoy Your Own Digital Music":{},"How to setup Pi-Hole on a Synology NAS":{},"Equality in Game Credits":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["attack",{"_index":5153,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{},"Lousy Wordpress Hacking Attempts detected":{},"Nineties collecting nostalgia":{},"A Treatise on Leavened Waffles":{},"The Creative Techniques Toolbox":{},"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["attempt",{"_index":2025,"title":{"Lousy Wordpress Hacking Attempts detected":{}},"content":{".NET Memory management VS JVM Memory management":{},"How to teach kids to program":{},"Take your time.":{},"Using Pandoc to publish a book":{},"3D Software Rendering on the GBA":{},"Thoughts on collaboration in education":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Always have a Diaster Recovery Plan":{},"Discord killed support for WinXP":{},"20 Years of Personal Cellphone History":{},"The HP Sprocket Mini Printer":{},"Very Old and Somewhat Old Mood Boards":{},"Constraint-based Creativity":{},"Exporting Goodreads to Obsidian":{},"Migrating from Mailchimp to Listmonk":{},"December 2021 In Review":{},"Woke in Class":{},"Academic Lineage":{},"Fighting Webmention And Pingback Spam":{},"None Of My Best Friends Are Content Creators":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"The Death Of The Nike+ SportWatch":{},"True Backlink Support in Hugo":{},"Wax Seals And Snail Mail":{},"Creating Top x Games Lists Is Hard":{},"May 2022 In Review":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["attend",{"_index":136,"title":{},"content":{"Ending your day with happy thoughts":{},"The Productive Programmer on Mac":{},"Exploring the Go programming language":{},"Dear Student":{},"The Death Of The Nike+ SportWatch":{},"Don't Expose The Stacktrace Please!":{},"Sparking Conversations at Conferences":{},"June 2022 In Review":{}},"tags":{}}],["attende",{"_index":12068,"title":{},"content":{"Sparking Conversations at Conferences":{}},"tags":{}}],["attent",{"_index":1711,"title":{},"content":{"Integration Testing with SQLite":{},"Development principles in cooking":{},"Nuts about local nuts":{},"I'm jealous of my dog":{},"Reverse engineering a curriculum":{},"Project Warlock: About Perseverance":{},"ITiCSE 2020: A Report":{},"Tracking and privacy concerns on websites":{},"486 Upgrade 1: Sound Blaster 16":{},"The Internet Killed Secrets in Games":{},"The Productive Programmer on Mac":{},"My Retro Desk/Gaming Setup in 2021":{},"The IndieWeb Mixed Bag":{},"Emotional Magic":{},"20 Years of Personal Cellphone History":{},"Favorite Game Meme":{},"Collective Creativity":{},"Dear Student":{},"Questionable Game Publishing Methods":{},"A Treatise on Leavened Waffles":{},"Exporting Goodreads to Obsidian":{},"2021 Donations":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Technical Knowledge Brews Creativity":{},"Woke in Class":{},"2021 Year In Review":{},"Academic Lineage":{},"Creativity Equals Messy Code?":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"My Programming Language Odyssey":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["attic",{"_index":10985,"title":{},"content":{"What a Night Cam Is Good For":{}},"tags":{}}],["attract",{"_index":5536,"title":{},"content":{"ITiCSE 2020: A Report":{},"On Selling a Self-published Book":{},"Collective Creativity":{},"Dear Student":{},"Creative Critical Thinking":{},"Exporting Goodreads to Obsidian":{}},"tags":{}}],["attribut",{"_index":1907,"title":{},"content":{"Custom Webdriver Page Factories":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Creativity Self-Assessment Is Nonsense":{},"Collective Creativity":{},"Creative Critical Thinking":{},"Generating a Blogroll With OPML in Hugo":{},"2021 Year In Review":{},"My Retrocomputing Projects For 2022":{},"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["attribute.getcustomattributes(field",{"_index":1917,"title":{},"content":{"Custom Webdriver Page Factories":{}},"tags":{}}],["atx",{"_index":6153,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["atyp",{"_index":11429,"title":{},"content":{"Equality in Game Credits":{}},"tags":{}}],["aub",{"_index":828,"title":{},"content":{"undefined":{}},"tags":{}}],["audibl",{"_index":11410,"title":{},"content":{"Cool Things People Do With Their Blogs":{}},"tags":{}}],["audienc",{"_index":5550,"title":{},"content":{"ITiCSE 2020: A Report":{},"Academese Gems":{},"Creative Critical Thinking":{},"Woke in Class":{},"The Life Lessons of Bonnie":{}},"tags":{}}],["audigi",{"_index":6300,"title":{"Win98 Upgrade: Sound Blaster Audigy":{}},"content":{"Win98 Upgrade: Sound Blaster Audigy":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Reducing Workflow Load Facilitates Writing":{}},"tags":{}}],["audigy.jpg",{"_index":6348,"title":{},"content":{"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["audio",{"_index":6313,"title":{"Choosing an Audio Codec":{}},"content":{"Win98 Upgrade: Sound Blaster Audigy":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"A 5.25\" Gobliins 2 Surprise":{},"Three Little GameCube Mods":{},"How To Enjoy Your Own Digital Music":{},"Once Upon a Time in Shaolin":{},"Choosing an Audio Codec":{},"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["audio codec",{"_index":11214,"title":{},"content":{},"tags":{"Choosing an Audio Codec":{},"How To Stream Your Own Music: Reprise":{}}}],["audiopci",{"_index":6310,"title":{},"content":{"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["audiopci](https://en.wikipedia.org/wiki/sound_blaster#ensoniq_audiopci",{"_index":6304,"title":{},"content":{"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["audiophil",{"_index":6847,"title":{},"content":{"You Shouldn't Use Spotify":{}},"tags":{}}],["augment",{"_index":6949,"title":{},"content":{"Exploring the AlterNet":{}},"tags":{}}],["august",{"_index":2693,"title":{},"content":{"Healing creative scars":{},"On Manuscript Review Procedures":{},"Book Number Fourteen":{}},"tags":{}}],["aureliu",{"_index":8412,"title":{},"content":{"What if Seneca wasn't Nero's advisor?":{},"The Creative Techniques Toolbox":{},"Expiry Dates On Journals":{}},"tags":{}}],["aurelius](https://www.goodreads.com/book/show/50484473",{"_index":10770,"title":{},"content":{"January 2022 In Review":{}},"tags":{}}],["austin",{"_index":2499,"title":{},"content":{"How to teach kids to program":{}},"tags":{}}],["australia",{"_index":305,"title":{},"content":{"On finding your inner zen in big cities":{}},"tags":{}}],["auteur",{"_index":4885,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["authent",{"_index":6185,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{},"Rules of a Creator's Life":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{}},"tags":{}}],["authentiek",{"_index":4557,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["author",{"_index":3530,"title":{},"content":{"Computer Science learning pathways":{},"A Ph.D. Thesis: Iteration 2":{},"Using Pandoc to publish a book":{},"ITiCSE 2020: A Report":{},"Tracking and privacy concerns on websites":{},"The IndieWeb Mixed Bag":{},"A Note About Footnotes":{},"A Creative State of Mind":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Re: Writing A Book Is Nonesense":{},"Equality in Game Credits":{}},"tags":{}}],["auto",{"_index":1476,"title":{},"content":{"undefined":{},"486 Upgrade 2: The SD Card HDD":{},"Reviving an old 80486 PC":{},"Digitizing journals using DEVONthink":{},"The Productive Programmer on Mac":{},"Reducing Workflow Load Facilitates Writing":{},"How Not To Do A Remaster":{},"Generating a Blogroll With OPML in Hugo":{},"How To Stream Your Own Music: Reprise":{},"Cool Things People Do With Their Blogs":{}},"tags":{}}],["auto'",{"_index":3378,"title":{},"content":{"Over entropie":{}},"tags":{}}],["auto_",{"_index":10601,"title":{},"content":{"Why I Play Games (And So Should You)":{}},"tags":{}}],["auto_ptrn",{"_index":625,"title":{},"content":{"undefined":{}},"tags":{}}],["br/>patienc",{"_index":12238,"title":{},"content":{"Freshly Baked Thoughts":{}},"tags":{}}],["br/>r",{"_index":1443,"title":{},"content":{"undefined":{}},"tags":{}}],["br/>teach",{"_index":2331,"title":{},"content":{"Teaching yourself to draw":{}},"tags":{}}],["brabant",{"_index":8712,"title":{},"content":{"Thirty-Six":{}},"tags":{}}],["bracket",{"_index":3502,"title":{},"content":{"Teaching by philosophy":{},"486 Upgrade 2: The SD Card HDD":{},"My Retrocomputing Projects For 2022":{}},"tags":{}}],["bradley'",{"_index":2306,"title":{},"content":{"Teaching yourself to draw":{}},"tags":{}}],["brag",{"_index":11007,"title":{},"content":{"A Personal Intro To Gentle Hip-Hop":{},"Equality in Game Credits":{},"On Commuting By Bike":{}},"tags":{}}],["brain",{"_index":2464,"title":{},"content":{"How to teach kids to program":{},"I'm jealous of my dog":{},"2017 in books":{},"Take your time.":{},"Hugo Extended: More static site processing power!":{},"Combining async with generators in Node 11":{},"Designing websites with accessibility in mind":{},"The first Dutch Obsidian meetup":{},"Using Hugo to Launch a Gemini Capsule":{},"Thirty-Six":{},"Are Digital Gardens Blogs?":{},"Power Usage Effectiveness":{},"Exporting Goodreads to Obsidian":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Generating a Blogroll With OPML in Hugo":{},"Winnie Lim on Rebuilding Oneself":{},"2021 Year In Review":{},"Cool Things People Do With Their Blogs":{},"March 2022 In Review":{},"True Backlink Support in Hugo":{},"Wax Seals And Snail Mail":{},"My Programming Language Odyssey":{},"Freshly Baked Thoughts":{}},"tags":{}}],["brainbaking.com",{"_index":10744,"title":{},"content":{"How to setup Pi-Hole on a Synology NAS":{}},"tags":{}}],["braindump",{"_index":336,"title":{},"content":{"Journaling in practice":{}},"tags":{"On finding your inner zen in big cities":{},"Learning to become a baker":{}}}],["branch",{"_index":5116,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{},"Programming on the Apple M1 Silicon":{},"Are Digital Gardens Blogs?":{}},"tags":{}}],["brand",{"_index":2875,"title":{},"content":{"Nuts about local nuts":{},"DIY: Hosting stuff on your own VPS":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Nineties collecting nostalgia":{},"Double-dipping and Market Prices":{},"On Tea Prices":{},"Favorite Game Meme":{},"A 5.25\" Gobliins 2 Surprise":{},"Dark Age of Camelot in 2022":{},"My Programming Language Odyssey":{}},"tags":{}}],["braqu",{"_index":9100,"title":{},"content":{"Collective Creativity":{}},"tags":{}}],["braque'",{"_index":9464,"title":{},"content":{"Constraint-based Creativity":{}},"tags":{}}],["brave",{"_index":10564,"title":{},"content":{"The Creative Techniques Toolbox":{}},"tags":{}}],["brawler",{"_index":11416,"title":{},"content":{"Equality in Game Credits":{}},"tags":{}}],["brazil",{"_index":7553,"title":{},"content":{"Re: Is collecting physical games worth it?":{}},"tags":{}}],["brazilian",{"_index":7678,"title":{},"content":{"Belgium - Portugal: 5 - 2":{}},"tags":{}}],["breach",{"_index":6139,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["bread",{"_index":915,"title":{},"content":{"Learning to become a baker":{},"Domain Driven Design in C":{},"Using Pandoc to publish a book":{},"Lousy Wordpress Hacking Attempts detected":{},"The Fridge, Your Inoculation Room":{},"On Selling a Self-published Book":{},"Very Old and Somewhat Old Mood Boards":{},"Creative Critical Thinking":{},"The Emperor of Lists":{},"Where Does It Stop?":{},"March 2022 In Review":{},"Wax Seals And Snail Mail":{},"My Programming Language Odyssey":{},"From Mood Board To Mood Mugs":{},"Sparking Conversations at Conferences":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{"Learning to become a baker":{},"The Fridge, Your Inoculation Room":{}}}],["bread](/post/2021/08/on",{"_index":8787,"title":{},"content":{"A Note About Footnotes":{}},"tags":{}}],["bread](http://www.redzuurdesem.b",{"_index":250,"title":{},"content":{"On finding your inner zen in big cities":{}},"tags":{}}],["break",{"_index":1658,"title":{},"content":{"Integration Testing with SQLite":{},"Unit Testing Extjs UI with Siesta":{},"How to teach kids to program":{},"A samurai learning mindset":{},"I'm jealous of my dog":{},"Take your time.":{},"Concentrating on serendipitous creativity":{},"Social Debt in Development Teams":{},"Flea Market Season":{},"Why I like Pawn Stars":{},"Reducing Workflow Load Facilitates Writing":{},"Rules of a Creator's Life":{},"Cheese cheese cheese cheese cheese":{},"A Triumph For Blogging":{},"A Creative State of Mind":{},"Three Little GameCube Mods":{},"What a Night Cam Is Good For":{},"A Personal Intro To Gentle Hip-Hop":{},"From Mood Board To Mood Mugs":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["breakdown",{"_index":6501,"title":{},"content":{"Thoughts on Bullshit Jobs":{}},"tags":{}}],["breaker",{"_index":10038,"title":{},"content":{"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["breakfast",{"_index":3053,"title":{"Password Hacking Sylvester & Tweety: Breakfast on the Run":{}},"content":{"2017 in books":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"April 2022 In Review":{},"How To Properly Store Your Game Boy Cartridges":{},"The Modern QR Code Life":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["breakpoint",{"_index":1574,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{}},"tags":{}}],["breath",{"_index":5133,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{},"Project Warlock: About Perseverance":{},"The Lost Art of Being Lost":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["brengen",{"_index":3644,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{}},"tags":{}}],["brengt",{"_index":3735,"title":{},"content":{"A Ph.D. Thesis Proposal":{}},"tags":{}}],["bresenham",{"_index":5670,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["brethren",{"_index":11354,"title":{},"content":{"The Analogue Pocket: The Definitive Game Boy Handheld?":{}},"tags":{}}],["breviti",{"_index":10880,"title":{},"content":{"Thoughts On Home NAS Systems":{}},"tags":{}}],["brew",{"_index":6453,"title":{"Technical Knowledge Brews Creativity":{}},"content":{"Programming on the Apple M1 Silicon":{}},"tags":{}}],["brexit",{"_index":9323,"title":{},"content":{"A 5.25\" Gobliins 2 Surprise":{}},"tags":{}}],["brian",{"_index":10864,"title":{},"content":{"My Retrocomputing Projects For 2022":{}},"tags":{}}],["brick",{"_index":2400,"title":{},"content":{"Are you handing over enough when inspiring someone?":{},"The Decline of Battery Life":{},"20 Years of Personal Cellphone History":{}},"tags":{}}],["brick_",{"_index":8733,"title":{},"content":{"20 Years of Personal Cellphone History":{}},"tags":{}}],["bridg",{"_index":4940,"title":{},"content":{"Programming: a Creative Cognitive Process":{},"Water Levels As Public Data":{},"March 2022 In Review":{}},"tags":{}}],["bridge](https://developer.android.com/studio/command",{"_index":7025,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"tags":{}}],["bridger](https://www.strifestreams.com",{"_index":8990,"title":{},"content":{"A Triumph For Blogging":{},"A 5.25\" Gobliins 2 Surprise":{}},"tags":{}}],["brief",{"_index":4397,"title":{},"content":{"A Decade in the Software Engineering industry":{},"Generating a Blogroll With OPML in Hugo":{}},"tags":{}}],["briefli",{"_index":5538,"title":{},"content":{"ITiCSE 2020: A Report":{},"20 Years of Personal Cellphone History":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["bright",{"_index":2653,"title":{},"content":{"Healing creative scars":{},"The Decline of Battery Life":{},"Three Little GameCube Mods":{}},"tags":{}}],["brighten",{"_index":9036,"title":{},"content":{"Are Digital Gardens Blogs?":{},"From Mood Board To Mood Mugs":{},"May 2022 In Review":{}},"tags":{}}],["brillianc",{"_index":4965,"title":{},"content":{"Programming: a Creative Cognitive Process":{}},"tags":{}}],["brilliant",{"_index":6041,"title":{},"content":{"A journey through the history of webdesign":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["brim",{"_index":8355,"title":{},"content":{"Water Levels As Public Data":{},"Leuchtturm Notebook Paper Quality":{}},"tags":{}}],["bring",{"_index":1502,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{},"How to teach kids to program":{},"Inventing - for the worse?":{},"Concentrating on serendipitous creativity":{},"Teaching Object-Oriented design using the GBA":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Belgium - Portugal: 5 - 2":{},"Flea Market Season":{},"Are You In The System Yet, Sir?":{},"Are Digital Gardens Blogs?":{},"November 2021 Meta Post":{},"A Personal Intro To Rough Hip-Hop":{},"The Modern QR Code Life":{},"June 2022 In Review":{}},"tags":{}}],["brioch",{"_index":9849,"title":{},"content":{"Allspice Is Not All Spice":{}},"tags":{}}],["brit",{"_index":7113,"title":{},"content":{"Teaching students about coding trends":{},"From Curiosity To Creativity":{},"Generating a Blogroll With OPML in Hugo":{}},"tags":{}}],["british",{"_index":10677,"title":{},"content":{"2021 Year In Review":{},"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["brittl",{"_index":9359,"title":{},"content":{"A 5.25\" Gobliins 2 Surprise":{},"The Emperor of Lists":{}},"tags":{}}],["brizi",{"_index":5230,"title":{"Page Building with Brizy in Wordpress":{}},"content":{"Page Building with Brizy in Wordpress":{}},"tags":{"Page Building with Brizy in Wordpress":{}}}],["brizy'",{"_index":5260,"title":{},"content":{"Page Building with Brizy in Wordpress":{}},"tags":{}}],["bro",{"_index":11944,"title":{},"content":{"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["broad",{"_index":2744,"title":{},"content":{"A quick look at 6 fountain pens":{},"A Ph.D. Thesis: Iteration 2":{}},"tags":{}}],["broaden",{"_index":2657,"title":{},"content":{"Healing creative scars":{},"2021 Year In Review":{}},"tags":{}}],["broader",{"_index":3862,"title":{},"content":{"Reverse engineering a curriculum":{},"ITiCSE 2020: A Report":{},"Academic Lineage":{}},"tags":{}}],["broadli",{"_index":11875,"title":{},"content":{"On Learning A New (Programming) Language":{}},"tags":{}}],["broadsword",{"_index":10305,"title":{},"content":{"Dark Age of Camelot in 2022":{}},"tags":{}}],["broke",{"_index":112,"title":{"My Kotlin Rose-Tinted Glasses Broke":{}},"content":{"Ending your day with happy thoughts":{},"486 Upgrade 2: The SD Card HDD":{},"Why I like Pawn Stars":{},"My Kotlin Rose-Tinted Glasses Broke":{},"The HP Sprocket Mini Printer":{},"Very Old and Somewhat Old Mood Boards":{},"Winnie Lim on Rebuilding Oneself":{},"How To Enjoy Your Own Digital Music":{}},"tags":{}}],["broken",{"_index":3009,"title":{},"content":{"Inventing - for the worse?":{},"Hugo Extended: More static site processing power!":{},"486 Upgrade 2: The SD Card HDD":{},"Flea Market Season":{},"On Tea Prices":{},"Minimalism and Tidying Up":{},"Why I Play Games (And So Should You)":{},"Leuchtturm Notebook Paper Quality":{},"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["bron",{"_index":1195,"title":{},"content":{"undefined":{}},"tags":{}}],["bron](http://nixcraft.com/shel",{"_index":1446,"title":{},"content":{"undefined":{}},"tags":{}}],["bron_",{"_index":5003,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["bronson",{"_index":8262,"title":{},"content":{"Rules of a Creator's Life":{}},"tags":{}}],["bronzen",{"_index":4016,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["brother",{"_index":6399,"title":{},"content":{"WinXP Upgrade: Sound Blaster X-Fi":{},"The insanity of collecting retro games":{},"Where Does It Stop?":{},"A Personal Intro To Gentle Hip-Hop":{},"Expiry Dates On Journals":{}},"tags":{}}],["brought",{"_index":4716,"title":{},"content":{"IT Competences and Certificates":{},"Thoughts on collaboration in education":{},"Building an Athlon Windows 98 Retro PC":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Belgium - Portugal: 5 - 2":{},"Reducing Workflow Load Facilitates Writing":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Are You In The System Yet, Sir?":{},"2021 Donations":{},"The Creative Techniques Toolbox":{},"Academic Lineage":{},"Equality in Game Credits":{},"My Programming Language Odyssey":{},"From Mood Board To Mood Mugs":{}},"tags":{}}],["brown",{"_index":3323,"title":{},"content":{"Thinking in terms of objects":{},"Allspice Is Not All Spice":{}},"tags":{}}],["brows",{"_index":2163,"title":{},"content":{"Webdriver Exception Handling":{},"2017 in books":{},"Death to pseudocode?":{},"Designing websites with accessibility in mind":{},"Tracking and privacy concerns on websites":{},"A journey through the history of webdesign":{},"You Shouldn't Use Spotify":{},"The Monthly Retro Screenshot Guessing Quiz":{},"My Retrocomputing Projects For 2022":{},"Freshly Baked Thoughts":{}},"tags":{}}],["browser",{"_index":3259,"title":{"Stop limiting yourself to JS in browsers":{}},"content":{"Death to pseudocode?":{},"Productivity Tools on all platforms":{},"Hugo Extended: More static site processing power!":{},"Designing websites with accessibility in mind":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Exploring the AlterNet":{},"Discord killed support for WinXP":{},"Stop limiting yourself to JS in browsers":{},"Generating a Blogroll With OPML in Hugo":{},"On Trying To Sell A Laptop":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["browser.org",{"_index":7184,"title":{},"content":{"Discord killed support for WinXP":{}},"tags":{}}],["browser/cli",{"_index":7350,"title":{},"content":{"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["browser](https://rtfreesoft.blogspot.com/2021/04/weekli",{"_index":7191,"title":{},"content":{"Discord killed support for WinXP":{}},"tags":{}}],["browserifi",{"_index":2188,"title":{},"content":{"Migrating from Extjs to React gradually":{}},"tags":{}}],["bruce",{"_index":11139,"title":{},"content":{"Academic Lineage":{},"On Learning A New (Programming) Language":{}},"tags":{}}],["brush",{"_index":9442,"title":{},"content":{"Constraint-based Creativity":{}},"tags":{}}],["brussel",{"_index":204,"title":{},"content":{"On finding your inner zen in big cities":{},"A 5.25\" Gobliins 2 Surprise":{},"A Treatise on Leavened Waffles":{}},"tags":{}}],["brute",{"_index":7039,"title":{},"content":{"Lousy Wordpress Hacking Attempts detected":{},"Moon Logic":{},"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["bryntum",{"_index":2076,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{}},"tags":{}}],["bsd",{"_index":6237,"title":{},"content":{"Personal Desktop Screenshots of Olde":{},"Generating a Blogroll With OPML in Hugo":{}},"tags":{}}],["bu",{"_index":5655,"title":{},"content":{"3D Software Rendering on the GBA":{},"486 Upgrade 2: The SD Card HDD":{},"Reviving an old 80486 PC":{},"A Creative State of Mind":{}},"tags":{}}],["bubbel",{"_index":4125,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["bubbl",{"_index":944,"title":{},"content":{"Learning to become a baker":{},"November 2021 Meta Post":{},"The Creative Techniques Toolbox":{},"2021 Year In Review":{}},"tags":{}}],["buckley",{"_index":10758,"title":{},"content":{"How to setup Pi-Hole on a Synology NAS":{}},"tags":{}}],["buddhism",{"_index":2946,"title":{},"content":{"I'm jealous of my dog":{}},"tags":{}}],["buddhist",{"_index":2938,"title":{},"content":{"I'm jealous of my dog":{},"Where Does It Stop?":{}},"tags":{}}],["buddi",{"_index":12033,"title":{},"content":{"Shredder's Revenge's Soundtrack Is Amazing":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["budget",{"_index":4860,"title":{},"content":{"De zin en onzin van conferenties":{},"Building a Core2Duo Windows XP Retro PC":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"A Decision Tree For Buying Retro Gaming Handhelds":{}},"tags":{}}],["buffalo",{"_index":2628,"title":{},"content":{"Development principles in cooking":{},"Cheese cheese cheese cheese cheese":{}},"tags":{}}],["buffer",{"_index":1217,"title":{},"content":{"undefined":{}},"tags":{}}],["buffoon",{"_index":7444,"title":{},"content":{"Moon Logic":{}},"tags":{}}],["buffoon_",{"_index":8918,"title":{},"content":{"Favorite Game Meme":{}},"tags":{}}],["bug",{"_index":2061,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{},"3D Software Rendering on the GBA":{},"Re: Is collecting physical games worth it?":{},"Favorite Game Meme":{},"How Not To Do A Remaster":{},"November 2021 Meta Post":{},"Give Up GitHub!":{}},"tags":{}}],["buggi",{"_index":9722,"title":{},"content":{"How Not To Do A Remaster":{}},"tags":{}}],["buikpijn",{"_index":3390,"title":{},"content":{"Over entropie":{}},"tags":{}}],["build",{"_index":1623,"title":{"Page Building with Brizy in Wordpress":{},"Building a Core2Duo Windows XP Retro PC":{},"Building an Athlon Windows 98 Retro PC":{}},"content":{"Enhancing the builder pattern with closures":{},"Bye autotools hello Scons":{},"Faking domain logic":{},"Unit Testing Extjs UI with Siesta":{},"Webdriver Exception Handling":{},"Migrating from Extjs to React gradually":{},"Unit testing in Legacy Projects: VB6":{},"Thinking in terms of objects":{},"Reverse engineering a curriculum":{},"A Decade in the Software Engineering industry":{},"IT Competences and Certificates":{},"Hugo Extended: More static site processing power!":{},"Page Building with Brizy in Wordpress":{},"Designing websites with accessibility in mind":{},"Thoughts on collaboration in education":{},"An am486 Performance Analysis":{},"Building a Core2Duo Windows XP Retro PC":{},"Building an Athlon Windows 98 Retro PC":{},"The Internet Killed Secrets in Games":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Programming on the Apple M1 Silicon":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"How to write academic papers in Markdown":{},"Getting rid of trackers using LineageOS":{},"Stop limiting yourself to JS in browsers":{},"Using Hugo to Launch a Gemini Capsule":{},"Emotional Magic":{},"Pinball Machines in a Jenever Museum":{},"Dear Student":{},"Power Usage Effectiveness":{},"The Lost Art of Being Lost":{},"Exporting Goodreads to Obsidian":{},"How Not To Do A Remaster":{},"A Creative State of Mind":{},"Technical Knowledge Brews Creativity":{},"Why Mastodon Isn't Great For Serendipity":{},"Thoughts On Home NAS Systems":{},"Academic Lineage":{},"The Death Of The Nike+ SportWatch":{}},"tags":{}}],["build ecosystem",{"_index":1867,"title":{},"content":{},"tags":{"Bye autotools hello Scons":{}}}],["build(funcbrain",{"_index":5496,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["class='icon",{"_index":12241,"title":{},"content":{"Freshly Baked Thoughts":{}},"tags":{}}],["class='link",{"_index":5487,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["class='meta'>mor",{"_index":5494,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["class='sect1'>bla",{"_index":5489,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["class='topbar",{"_index":5486,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["class='txt",{"_index":5491,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["class=\\\"lazylo",{"_index":6574,"title":{},"content":{"RSS Feeds, Hugo, and Lazy Image Loading":{}},"tags":{}}],["class](https://www.vrt.be/vrtnws/nl/2022/01/05/lector",{"_index":10646,"title":{},"content":{"Woke in Class":{}},"tags":{}}],["classes.html",{"_index":1034,"title":{},"content":{"undefined":{}},"tags":{}}],["classes](http://python",{"_index":1032,"title":{},"content":{"undefined":{}},"tags":{}}],["classes](https://www.darkageofcamelot.com/content/class",{"_index":10282,"title":{},"content":{"Dark Age of Camelot in 2022":{}},"tags":{}}],["classic",{"_index":1608,"title":{},"content":{"Enhancing the builder pattern with closures":{},"Faking domain logic":{},"A Ph.D. Thesis Proposal":{},"The Startup of a Lean Doctorate":{},"Over analoog en digitaal":{},"A Ph.D. Thesis: Iteration 2":{},"486 Upgrade 1: Sound Blaster 16":{},"A journey through the history of webdesign":{},"Building a Core2Duo Windows XP Retro PC":{},"The Internet Killed Secrets in Games":{},"Belgium - Portugal: 5 - 2":{},"Misconceptions about retro gamers":{},"Double-dipping and Market Prices":{},"Kotlin Is Java 2.0, But It's Still Java":{},"Favorite Game Meme":{},"Collective Creativity":{},"A Treatise on Leavened Waffles":{},"The Creative Techniques Toolbox":{},"How To Enjoy Your Own Digital Music":{},"January 2022 In Review":{},"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{},"February 2022 In Review":{},"March 2022 In Review":{},"April 2022 In Review":{},"June 2022 In Review":{}},"tags":{}}],["classic/)[^3",{"_index":4580,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["classic/mini](https://www.nintendo.com/sup",{"_index":7742,"title":{},"content":{"Misconceptions about retro gamers":{}},"tags":{}}],["classic/vanilla",{"_index":9384,"title":{},"content":{"A Treatise on Leavened Waffles":{}},"tags":{}}],["classic](https://www.nintendo.com/sup",{"_index":4527,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["classic](https://www.youtube.com/watch?v=onvrovuoxxi",{"_index":11061,"title":{},"content":{"A Personal Intro To Gentle Hip-Hop":{}},"tags":{}}],["classroom",{"_index":9120,"title":{},"content":{"Dear Student":{},"Give Up GitHub!":{}},"tags":{}}],["classwork",{"_index":3508,"title":{},"content":{"Teaching by philosophy":{}},"tags":{}}],["claud",{"_index":9101,"title":{},"content":{"Collective Creativity":{}},"tags":{}}],["claudiu",{"_index":10149,"title":{},"content":{"Technical Knowledge Brews Creativity":{}},"tags":{}}],["claus",{"_index":2129,"title":{},"content":{"Webdriver Exception Handling":{}},"tags":{}}],["claw'",{"_index":8908,"title":{},"content":{"Favorite Game Meme":{}},"tags":{}}],["claw_",{"_index":8903,"title":{},"content":{"Favorite Game Meme":{}},"tags":{}}],["clay",{"_index":9432,"title":{},"content":{"Constraint-based Creativity":{},"Wax Seals And Snail Mail":{}},"tags":{}}],["clean",{"_index":1827,"title":{},"content":{"Bye autotools hello Scons":{},"Are you handing over enough when inspiring someone?":{},"Death to pseudocode?":{},"Computer Science learning pathways":{},"Reviving an old 80486 PC":{},"Digitizing journals using DEVONthink":{},"Social Debt in Development Teams":{},"The Pilot Capless: a stellar stealth pen":{},"Minimalism and Tidying Up":{},"Creativity Equals Messy Code?":{},"Expiry Dates On Journals":{},"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["cleaner",{"_index":6497,"title":{},"content":{"Thoughts on Bullshit Jobs":{}},"tags":{}}],["cleanup",{"_index":4333,"title":{},"content":{"Domain Driven Design in C":{},"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["clear",{"_index":1741,"title":{},"content":{"Metaprogramming instead of duplication":{},"A samurai learning mindset":{},"Take your time.":{},"Death to pseudocode?":{},"The Startup of a Lean Doctorate":{},"Thoughts on collaboration in education":{},"Building an Athlon Windows 98 Retro PC":{},"Thoughts on Bullshit Jobs":{},"My Retro Desk/Gaming Setup in 2021":{},"Social Debt in Development Teams":{},"Academese Gems":{},"Misconceptions about retro gamers":{},"YouTube Play Image Links in Hugo":{},"How Much Should I Spend On Magic The Gathering":{},"On Tea Prices":{},"A Note About Footnotes":{},"Why Mastodon Isn't Great For Serendipity":{},"On Trying To Sell A Laptop":{},"Once Upon a Time in Shaolin":{},"Water Usage and Prices":{},"Academic Lineage":{},"How To Properly Store Your Game Boy Cartridges":{},"The Life Lessons of Bonnie":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"Give Up GitHub!":{}},"tags":{}}],["clear[^chal",{"_index":9934,"title":{},"content":{"I'm Joining the Coffeeneuring Challenge of 2021":{}},"tags":{}}],["clearli",{"_index":2512,"title":{},"content":{"A samurai learning mindset":{},"Thinking in terms of objects":{},"The Startup of a Lean Doctorate":{},"Building an Athlon Windows 98 Retro PC":{},"Always have a Diaster Recovery Plan":{},"Academese Gems":{},"Emotional Magic":{},"Thirty-Six":{},"Seneca on How to Live":{},"Winnie Lim on Rebuilding Oneself":{},"Visualizing Personal Data Takeouts":{},"Water Usage and Prices":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"The Death Of The Nike+ SportWatch":{},"Don't Expose The Stacktrace Please!":{},"The Life Lessons of Bonnie":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["clearurl",{"_index":6940,"title":{},"content":{"Exploring the AlterNet":{}},"tags":{}}],["clerk",{"_index":8798,"title":{},"content":{"Are You In The System Yet, Sir?":{}},"tags":{}}],["clever",{"_index":2451,"title":{},"content":{"How to teach kids to program":{},"Death to pseudocode?":{},"How Much Should I Spend On Magic The Gathering":{},"Kotlin Is Java 2.0, But It's Still Java":{},"2021 Donations":{},"Choosing an Audio Codec":{}},"tags":{}}],["cleverli",{"_index":5905,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{},"How Not To Do A Remaster":{}},"tags":{}}],["cli",{"_index":5227,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"tags":{}}],["cli/ma",{"_index":7977,"title":{},"content":{"Apple's App Store Design Mistake":{}},"tags":{}}],["cli/mas](https://github.com/ma",{"_index":7976,"title":{},"content":{"Apple's App Store Design Mistake":{}},"tags":{}}],["clic",{"_index":8254,"title":{},"content":{"Reducing Workflow Load Facilitates Writing":{}},"tags":{}}],["clich",{"_index":143,"title":{},"content":{"Ending your day with happy thoughts":{}},"tags":{}}],["click",{"_index":459,"title":{},"content":{"No, vegetarians do not eat fish!":{},"undefined":{},"Custom Webdriver Page Factories":{},"Unit Testing Extjs UI with Siesta":{},"Webdriver Exception Handling":{},"Teaching yourself to draw":{},"Designing websites with accessibility in mind":{},"The Internet Killed Secrets in Games":{},"Exploring the AlterNet":{},"Moon Logic":{},"Nineties collecting nostalgia":{},"Re: Is collecting physical games worth it?":{},"YouTube Play Image Links in Hugo":{},"A Triumph For Blogging":{},"Ever-increasing Work Email Spam":{},"November 2021 Meta Post":{},"Why Mastodon Isn't Great For Serendipity":{},"Generating a Blogroll With OPML in Hugo":{},"Woke in Class":{},"How To Stream Your Own Music: Reprise":{},"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["clicked(",{"_index":2237,"title":{},"content":{"Migrating from Extjs to React gradually":{}},"tags":{}}],["client",{"_index":1306,"title":{},"content":{"Unit Testing Stored Procedures":{},".NET Memory management VS JVM Memory management":{},"Digitizing journals using DEVONthink":{},"Lousy Wordpress Hacking Attempts detected":{},"Power Usage Effectiveness":{},"Where Does It Stop?":{},"How To Stream Your Own Music: Reprise":{},"None Of My Best Friends Are Content Creators":{},"On Commuting By Bike":{}},"tags":{}}],["client/serv",{"_index":2051,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{},"My Programming Language Odyssey":{}},"tags":{}}],["clifftop",{"_index":10072,"title":{},"content":{"November 2021 Meta Post":{}},"tags":{}}],["climat",{"_index":9224,"title":{},"content":{"Power Usage Effectiveness":{}},"tags":{}}],["climb",{"_index":8323,"title":{},"content":{"Water Levels As Public Data":{},"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["cling",{"_index":8306,"title":{},"content":{"The Decline of Battery Life":{},"Collective Creativity":{},"Ditch Scrum, Organize As You See Fit":{},"Expiry Dates On Journals":{}},"tags":{}}],["clion",{"_index":4347,"title":{},"content":{"Productivity Tools on all platforms":{}},"tags":{}}],["clip",{"_index":7307,"title":{},"content":{"The first Dutch Obsidian meetup":{},"Belgium - Portugal: 5 - 2":{}},"tags":{}}],["clipboard",{"_index":6608,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["clive",{"_index":12176,"title":{},"content":{"June 2022 In Review":{}},"tags":{}}],["clo",{"_index":712,"title":{},"content":{"undefined":{}},"tags":{}}],["clock",{"_index":6141,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"The Decline of Battery Life":{}},"tags":{}}],["clock](https://www.redbubble.com/i/clock/password",{"_index":10106,"title":{},"content":{"November 2021 Meta Post":{}},"tags":{}}],["clockspeed.png",{"_index":6140,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["clone",{"_index":4552,"title":{},"content":{"Over analoog en digitaal":{},"Belgium - Portugal: 5 - 2":{},"Why I Play Games (And So Should You)":{},"February 2022 In Review":{}},"tags":{}}],["close",{"_index":1719,"title":{},"content":{"Integration Testing with SQLite":{},"Faking domain logic":{},"A samurai learning mindset":{},"I'm jealous of my dog":{},"Take your time.":{},"Death to pseudocode?":{},"A Decade in the Software Engineering industry":{},"A Ph.D. Thesis: Iteration 2":{},"IT Competences and Certificates":{},"Teaching Object-Oriented design using the GBA":{},"ITiCSE 2020: A Report":{},"486 Upgrade 1: Sound Blaster 16":{},"Digitizing journals using DEVONthink":{},"The Fridge, Your Inoculation Room":{},"Rules of a Creator's Life":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Thirty-Six":{},"Power Usage Effectiveness":{},"Dark Age of Camelot in 2022":{},"Generating a Blogroll With OPML in Hugo":{},"Winnie Lim on Rebuilding Oneself":{},"The Death Of The Nike+ SportWatch":{},"The Modern QR Code Life":{},"Give Up GitHub!":{}},"tags":{}}],["closer",{"_index":1660,"title":{},"content":{"Integration Testing with SQLite":{},"Nuts about local nuts":{},"Computer Science learning pathways":{},"IT Competences and Certificates":{},"3D Software Rendering on the GBA":{},"486 Upgrade 2: The SD Card HDD":{},"My Retro Desk/Gaming Setup in 2021":{},"Stop limiting yourself to JS in browsers":{},"Why I like Pawn Stars":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"On Selling a Self-published Book":{},"Parking Machines Design Mistakes":{},"On Commuting By Bike":{},"The Modern QR Code Life":{}},"tags":{}}],["closest",{"_index":11717,"title":{},"content":{"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["closet",{"_index":6111,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{},"Once Upon a Time in Shaolin":{}},"tags":{}}],["closur",{"_index":726,"title":{"Enhancing the builder pattern with closures":{}},"content":{"undefined":{}},"tags":{"Enhancing the builder pattern with closures":{}}}],["cloth",{"_index":2987,"title":{},"content":{"Inventing - for the worse?":{},"The Emperor of Lists":{},"From Curiosity To Creativity":{},"A Personal Intro To Gentle Hip-Hop":{}},"tags":{}}],["cloud",{"_index":4935,"title":{},"content":{"Programming: a Creative Cognitive Process":{},"Digitizing journals using DEVONthink":{},"Getting rid of trackers using LineageOS":{},"February 2022 In Review":{}},"tags":{}}],["cloud_",{"_index":9249,"title":{},"content":{"Power Usage Effectiveness":{}},"tags":{}}],["cloudflare'",{"_index":5165,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{}},"tags":{}}],["cloudi",{"_index":10315,"title":{},"content":{"December 2021 In Review":{}},"tags":{}}],["clove",{"_index":9886,"title":{},"content":{"Allspice Is Not All Spice":{}},"tags":{}}],["clr",{"_index":2005,"title":{},"content":{".NET Memory management VS JVM Memory management":{},"Exploring the Go programming language":{}},"tags":{".NET Memory management VS JVM Memory management":{}}}],["club",{"_index":232,"title":{},"content":{"On finding your inner zen in big cities":{},"The Productive Programmer on Mac":{},"A Triumph For Blogging":{},"Collective Creativity":{},"Why Mastodon Isn't Great For Serendipity":{}},"tags":{}}],["club_",{"_index":11005,"title":{},"content":{"A Personal Intro To Gentle Hip-Hop":{}},"tags":{}}],["clue",{"_index":2522,"title":{},"content":{"A samurai learning mindset":{},"A Decade in the Software Engineering industry":{},"Very Old and Somewhat Old Mood Boards":{},"Generating a Blogroll With OPML in Hugo":{}},"tags":{}}],["clumsi",{"_index":1851,"title":{},"content":{"Bye autotools hello Scons":{},"Academese Gems":{}},"tags":{}}],["clunk",{"_index":9517,"title":{},"content":{"Creative Critical Thinking":{}},"tags":{}}],["clutch",{"_index":12071,"title":{},"content":{"Sparking Conversations at Conferences":{}},"tags":{}}],["clutter",{"_index":2056,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{},"My Retro Desk/Gaming Setup in 2021":{},"Are Digital Gardens Blogs?":{},"Ever-increasing Work Email Spam":{},"Minimalism and Tidying Up":{}},"tags":{}}],["cm",{"_index":7937,"title":{},"content":{"YouTube Play Image Links in Hugo":{},"Wax Seals And Snail Mail":{}},"tags":{}}],["cmake",{"_index":1863,"title":{},"content":{"Bye autotools hello Scons":{},"Stop limiting yourself to JS in browsers":{}},"tags":{}}],["cmd",{"_index":1368,"title":{},"content":{"undefined":{},"Productivity Tools on all platforms":{},"The Productive Programmer on Mac":{}},"tags":{}}],["cmd+space",{"_index":4364,"title":{},"content":{"Productivity Tools on all platforms":{}},"tags":{}}],["cmdline",{"_index":6449,"title":{},"content":{"Programming on the Apple M1 Silicon":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{}},"tags":{}}],["cmo",{"_index":5964,"title":{},"content":{"Reviving an old 80486 PC":{}},"tags":{}}],["cname",{"_index":5114,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{}},"tags":{}}],["co",{"_index":1724,"title":{},"content":{"Integration Testing with SQLite":{},"Once Upon a Time in Shaolin":{},"Academic Lineage":{}},"tags":{}}],["co2",{"_index":9246,"title":{},"content":{"Power Usage Effectiveness":{},"On Commuting By Bike":{}},"tags":{}}],["co2/km",{"_index":11859,"title":{},"content":{"On Commuting By Bike":{}},"tags":{}}],["coach",{"_index":3730,"title":{},"content":{"A Ph.D. Thesis Proposal":{},"A Decade in the Software Engineering industry":{}},"tags":{}}],["coachen",{"_index":3733,"title":{},"content":{"A Ph.D. Thesis Proposal":{}},"tags":{}}],["coast",{"_index":8126,"title":{},"content":{"How Much Should I Spend On Magic The Gathering":{},"Emotional Magic":{},"From Curiosity To Creativity":{},"A Personal Intro To Gentle Hip-Hop":{}},"tags":{}}],["coastlin",{"_index":9681,"title":{},"content":{"From Curiosity To Creativity":{}},"tags":{}}],["coat",{"_index":11403,"title":{},"content":{"Cool Things People Do With Their Blogs":{},"Wax Seals And Snail Mail":{}},"tags":{}}],["cobbl",{"_index":7934,"title":{},"content":{"YouTube Play Image Links in Hugo":{}},"tags":{}}],["cockburn",{"_index":2563,"title":{},"content":{"A samurai learning mindset":{}},"tags":{}}],["coconut",{"_index":12209,"title":{},"content":{"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["code",{"_index":897,"title":{"Hiding Code Complexity":{},"Teaching students about coding trends":{},"Creativity Equals Messy Code?":{},"The Modern QR Code Life":{}},"content":{"undefined":{},"Visual Studio 2012 for Eclipse users":{},"Enhancing the builder pattern with closures":{},"Metaprogramming instead of duplication":{},"Custom Webdriver Page Factories":{},"Faking domain logic":{},"Unit Testing Extjs UI with Siesta":{},"Webdriver Exception Handling":{},"Unit testing in Legacy Projects: VB6":{},"Teaching yourself to draw":{},"Are you handing over enough when inspiring someone?":{},"Death to pseudocode?":{},"Computer Science learning pathways":{},"Productivity Tools on all platforms":{},"A Decade in the Software Engineering industry":{},"Five reasons why agile and academia don't go together":{},"Hugo Extended: More static site processing power!":{},"Page Building with Brizy in Wordpress":{},"Combining async with generators in Node 11":{},"ITiCSE 2020: A Report":{},"3D Software Rendering on the GBA":{},"486 Upgrade 1: Sound Blaster 16":{},"A journey through the history of webdesign":{},"The Productive Programmer on Mac":{},"The IndieWeb Mixed Bag":{},"Exploring the Go programming language":{},"Stop limiting yourself to JS in browsers":{},"On Manuscript Review Procedures":{},"Host your own webmention receiver":{},"Social Debt in Development Teams":{},"Software Engineering Is Not Engineering":{},"YouTube Play Image Links in Hugo":{},"Kotlin Is Java 2.0, But It's Still Java":{},"My Kotlin Rose-Tinted Glasses Broke":{},"Creativity Self-Assessment Is Nonsense":{},"The HP Sprocket Mini Printer":{},"Dear Student":{},"Very Old and Somewhat Old Mood Boards":{},"Why Mastodon Isn't Great For Serendipity":{},"December 2021 In Review":{},"Winnie Lim on Rebuilding Oneself":{},"An Ad Leaflet QR Design Mistake":{},"Choosing an Audio Codec":{},"Creativity Equals Messy Code?":{},"How To Stream Your Own Music: Reprise":{},"True Backlink Support in Hugo":{},"Don't Expose The Stacktrace Please!":{},"Teaching Software Engineering Is Still Done Wrong":{},"The Modern QR Code Life":{},"Give Up GitHub!":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["code smel",{"_index":1981,"title":{},"content":{},"tags":{"Faking domain logic":{}}}],["code.
a",{"_index":8533,"title":{},"content":{"Emotional Magic":{}},"tags":{}}],["control](https://blog.feld.me/posts/2018/01/git",{"_index":11278,"title":{},"content":{"February 2022 In Review":{}},"tags":{}}],["controleert",{"_index":1148,"title":{},"content":{"undefined":{}},"tags":{}}],["controversi",{"_index":10215,"title":{},"content":{"Three Little GameCube Mods":{},"Once Upon a Time in Shaolin":{},"A Personal Intro To Gentle Hip-Hop":{}},"tags":{}}],["convalesc",{"_index":10159,"title":{},"content":{"Technical Knowledge Brews Creativity":{}},"tags":{}}],["conveni",{"_index":6727,"title":{},"content":{"My Retro Desk/Gaming Setup in 2021":{},"Stop limiting yourself to JS in browsers":{},"Allspice Is Not All Spice":{},"Once Upon a Time in Shaolin":{}},"tags":{}}],["convent",{"_index":1647,"title":{},"content":{"Enhancing the builder pattern with closures":{},"Metaprogramming instead of duplication":{},"Journaling in practice":{},"A Ph.D. Thesis: Iteration 2":{},"Five reasons why agile and academia don't go together":{},"Designing websites with accessibility in mind":{},"486 Upgrade 2: The SD Card HDD":{},"What a Night Cam Is Good For":{},"Fighting Webmention And Pingback Spam":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["converg",{"_index":2731,"title":{},"content":{"A quick look at 6 fountain pens":{},"Five reasons why agile and academia don't go together":{}},"tags":{}}],["convers",{"_index":359,"title":{"Sparking Conversations at Conferences":{}},"content":{"No, vegetarians do not eat fish!":{},"Are you handing over enough when inspiring someone?":{},"Development principles in cooking":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"How to write academic papers in Markdown":{},"Nineties collecting nostalgia":{},"Are You In The System Yet, Sir?":{},"A Triumph For Blogging":{},"From Curiosity To Creativity":{},"Seneca on How to Live":{},"Technical Knowledge Brews Creativity":{},"Visualizing Personal Data Takeouts":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["conversati",{"_index":3882,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["conversation](https://theconversation.com/th",{"_index":10842,"title":{},"content":{"Once Upon a Time in Shaolin":{}},"tags":{}}],["convert",{"_index":622,"title":{},"content":{"undefined":{},"Unit testing in Legacy Projects: VB6":{},"Thinking in terms of objects":{},"Combining async with generators in Node 11":{},"486 Upgrade 2: The SD Card HDD":{},"The Productive Programmer on Mac":{},"How to write academic papers in Markdown":{},"YouTube Play Image Links in Hugo":{},"The Fridge, Your Inoculation Room":{},"Emotional Magic":{},"My Kotlin Rose-Tinted Glasses Broke":{},"A Treatise on Leavened Waffles":{},"Constraint-based Creativity":{},"From Analog Notebook to Digital Vault":{},"Where Does It Stop?":{},"November 2021 Meta Post":{},"Three Little GameCube Mods":{},"Fighting Webmention And Pingback Spam":{},"On Learning A New (Programming) Language":{},"Give Up GitHub!":{}},"tags":{}}],["convinc",{"_index":124,"title":{},"content":{"Ending your day with happy thoughts":{},"How to teach kids to program":{},"2017 in books":{},"Take your time.":{},"Thoughts on Bullshit Jobs":{},"Exploring the Go programming language":{},"How Much Should I Spend On Magic The Gathering":{},"Cheese cheese cheese cheese cheese":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Technical Knowledge Brews Creativity":{},"A Personal Intro To Gentle Hip-Hop":{},"None Of My Best Friends Are Content Creators":{},"The Death Of The Nike+ SportWatch":{},"May 2022 In Review":{}},"tags":{}}],["convolut",{"_index":7617,"title":{},"content":{"Academese Gems":{},"Belgium - Portugal: 5 - 2":{},"Reducing Workflow Load Facilitates Writing":{}},"tags":{}}],["conway](https://www.susannahconway.com",{"_index":11247,"title":{},"content":{"Expiry Dates On Journals":{}},"tags":{}}],["cook",{"_index":139,"title":{"Development principles in cooking":{}},"content":{"Ending your day with happy thoughts":{},"Learning to become a baker":{},"A samurai learning mindset":{},"Development principles in cooking":{},"Using Pandoc to publish a book":{},"Cheese cheese cheese cheese cheese":{},"What a Night Cam Is Good For":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["cookbook",{"_index":387,"title":{},"content":{"No, vegetarians do not eat fish!":{},"Development principles in cooking":{},"The Fridge, Your Inoculation Room":{}},"tags":{}}],["cooki",{"_index":5586,"title":{},"content":{"Tracking and privacy concerns on websites":{},"A journey through the history of webdesign":{},"Exploring the AlterNet":{},"YouTube Play Image Links in Hugo":{},"Allspice Is Not All Spice":{}},"tags":{}}],["cookson",{"_index":5726,"title":{},"content":{"Thoughts on collaboration in education":{}},"tags":{}}],["cool",{"_index":881,"title":{"Cool Things People Do With Their Blogs":{}},"content":{"undefined":{},"Enhancing the builder pattern with closures":{},"Nuts about local nuts":{},"Page Building with Brizy in Wordpress":{},"A journey through the history of webdesign":{},"Personal Desktop Screenshots of Olde":{},"Win98 Upgrade: Sound Blaster Audigy":{},"My Retro Desk/Gaming Setup in 2021":{},"How to write academic papers in Markdown":{},"Always have a Diaster Recovery Plan":{},"The IndieWeb Mixed Bag":{},"Exploring the Go programming language":{},"Flea Market Season":{},"The Fridge, Your Inoculation Room":{},"Dear Student":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Three Little GameCube Mods":{},"Woke in Class":{},"How To Enjoy Your Own Digital Music":{},"Academic Lineage":{},"An Ad Leaflet QR Design Mistake":{},"Creativity Equals Messy Code?":{},"Cool Things People Do With Their Blogs":{},"Equality in Game Credits":{},"Wax Seals And Snail Mail":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"Sparking Conversations at Conferences":{},"The Modern QR Code Life":{},"June 2022 In Review":{}},"tags":{}}],["cooler",{"_index":2594,"title":{},"content":{"Development principles in cooking":{},"A Decade in the Software Engineering industry":{},"My Retrocomputing Projects For 2022":{}},"tags":{}}],["coolio'",{"_index":11071,"title":{},"content":{"A Personal Intro To Rough Hip-Hop":{}},"tags":{}}],["cooper",{"_index":5705,"title":{},"content":{"Thoughts on collaboration in education":{}},"tags":{}}],["cope",{"_index":10099,"title":{},"content":{"November 2021 Meta Post":{},"Why I Play Games (And So Should You)":{},"Winnie Lim on Rebuilding Oneself":{},"2021 Year In Review":{},"Expiry Dates On Journals":{}},"tags":{}}],["copernicus](https://www.demorgen.be/tech",{"_index":11740,"title":{},"content":{"Drought":{}},"tags":{}}],["copi",{"_index":1451,"title":{},"content":{"undefined":{},"Death to pseudocode?":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Lousy Wordpress Hacking Attempts detected":{},"The first Dutch Obsidian meetup":{},"Belgium - Portugal: 5 - 2":{},"YouTube Play Image Links in Hugo":{},"Double-dipping and Market Prices":{},"Kotlin Is Java 2.0, But It's Still Java":{},"On Selling a Self-published Book":{},"Dear Student":{},"Questionable Game Publishing Methods":{},"A 5.25\" Gobliins 2 Surprise":{},"The Emperor of Lists":{},"2021 Donations":{},"Leuchtturm Notebook Paper Quality":{},"My Programming Language Odyssey":{}},"tags":{}}],["copies](/post/2021/05/r",{"_index":7879,"title":{},"content":{"Why I like Pawn Stars":{}},"tags":{}}],["copilot",{"_index":12147,"title":{},"content":{"Give Up GitHub!":{}},"tags":{}}],["copilot](https://github.com/features/copilot",{"_index":12145,"title":{},"content":{"Give Up GitHub!":{}},"tags":{}}],["copy/upload",{"_index":11293,"title":{},"content":{"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["copypast",{"_index":1308,"title":{},"content":{"Unit Testing Stored Procedures":{}},"tags":{}}],["copyright",{"_index":1412,"title":{},"content":{"undefined":{},"I'm jealous of my dog":{},"Computer Science learning pathways":{}},"tags":{}}],["core",{"_index":3823,"title":{},"content":{"Reverse engineering a curriculum":{},"Hugo Extended: More static site processing power!":{},"Building a Core2Duo Windows XP Retro PC":{},"Programming on the Apple M1 Silicon":{},"Re: Writing A Book Is Nonesense":{}},"tags":{}}],["core2duo",{"_index":6052,"title":{"Building a Core2Duo Windows XP Retro PC":{}},"content":{"Building a Core2Duo Windows XP Retro PC":{},"WinXP Upgrade: Sound Blaster X-Fi":{}},"tags":{}}],["coresend",{"_index":9992,"title":{},"content":{"Migrating from Mailchimp to Listmonk":{}},"tags":{}}],["corey",{"_index":7912,"title":{},"content":{"Why I like Pawn Stars":{}},"tags":{}}],["coriand",{"_index":9887,"title":{},"content":{"Allspice Is Not All Spice":{}},"tags":{}}],["cormbez",{"_index":11687,"title":{},"content":{"April 2022 In Review":{}},"tags":{}}],["corneliss",{"_index":11684,"title":{},"content":{"April 2022 In Review":{}},"tags":{}}],["corner",{"_index":6725,"title":{},"content":{"My Retro Desk/Gaming Setup in 2021":{},"Ditch Scrum, Organize As You See Fit":{},"Generating a Blogroll With OPML in Hugo":{},"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["cornmeal",{"_index":9378,"title":{},"content":{"A Treatise on Leavened Waffles":{}},"tags":{}}],["corpor",{"_index":4726,"title":{},"content":{"IT Competences and Certificates":{},"Thoughts on Bullshit Jobs":{},"Exploring the AlterNet":{},"None Of My Best Friends Are Content Creators":{},"From Mood Board To Mood Mugs":{}},"tags":{}}],["corps",{"_index":10556,"title":{},"content":{"The Creative Techniques Toolbox":{}},"tags":{}}],["correct",{"_index":768,"title":{},"content":{"undefined":{},"Integration Testing with SQLite":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"On Manuscript Review Procedures":{},"A Note About Footnotes":{},"How to setup Pi-Hole on a Synology NAS":{},"Fighting Webmention And Pingback Spam":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"True Backlink Support in Hugo":{}},"tags":{}}],["correctli",{"_index":6211,"title":{},"content":{"Personal Desktop Screenshots of Olde":{},"The Monthly Retro Screenshot Guessing Quiz":{},"True Backlink Support in Hugo":{}},"tags":{}}],["correl",{"_index":6495,"title":{},"content":{"Thoughts on Bullshit Jobs":{},"A Factor Analysis For Dummies in R":{},"Natural Gas Prices and The Energy Market":{},"Creativity Equals Messy Code?":{}},"tags":{}}],["correspond",{"_index":8346,"title":{},"content":{"Water Levels As Public Data":{}},"tags":{}}],["corrod",{"_index":5969,"title":{},"content":{"Reviving an old 80486 PC":{}},"tags":{}}],["corrupt",{"_index":1690,"title":{},"content":{"Integration Testing with SQLite":{},"Collective Creativity":{},"My Retrocomputing Projects For 2022":{}},"tags":{}}],["corsica",{"_index":10150,"title":{},"content":{"Technical Knowledge Brews Creativity":{}},"tags":{}}],["corsican",{"_index":10147,"title":{},"content":{"Technical Knowledge Brews Creativity":{}},"tags":{}}],["cosmo",{"_index":3455,"title":{},"content":{"Over entropie":{}},"tags":{}}],["cost",{"_index":2347,"title":{},"content":{"Teaching yourself to draw":{},"Programming: a Creative Cognitive Process":{},"DIY: Hosting stuff on your own VPS":{},"Tracking and privacy concerns on websites":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Digitizing journals using DEVONthink":{},"The insanity of collecting retro games":{},"You Shouldn't Use Spotify":{},"Social Debt in Development Teams":{},"How Much Should I Spend On Magic The Gathering":{},"On Tea Prices":{},"Questionable Game Publishing Methods":{},"Constraint-based Creativity":{},"How To Enjoy Your Own Digital Music":{},"Thoughts On Home NAS Systems":{},"How To Stream Your Own Music: Reprise":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"Drought":{},"How To Properly Store Your Game Boy Cartridges":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["costli",{"_index":8121,"title":{},"content":{"How Much Should I Spend On Magic The Gathering":{},"Allspice Is Not All Spice":{}},"tags":{}}],["cou",{"_index":2439,"title":{},"content":{"Are you handing over enough when inspiring someone?":{}},"tags":{}}],["couch",{"_index":9273,"title":{},"content":{"Questionable Game Publishing Methods":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Why I Play Games (And So Should You)":{},"What a Night Cam Is Good For":{}},"tags":{}}],["cough",{"_index":11796,"title":{},"content":{"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["couk
\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\t\\thttps://brainbaking.com/post/2022/03/an",{"_index":11469,"title":{},"content":{"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["coulage_",{"_index":8076,"title":{},"content":{"The Fridge, Your Inoculation Room":{}},"tags":{}}],["couldn't",{"_index":2611,"title":{},"content":{"Development principles in cooking":{},"Healing creative scars":{},"Building a Core2Duo Windows XP Retro PC":{},"Personal Desktop Screenshots of Olde":{},"Programming on the Apple M1 Silicon":{},"Book Number Fourteen":{},"A 5.25\" Gobliins 2 Surprise":{},"Exporting Goodreads to Obsidian":{},"How Not To Do A Remaster":{},"How to setup Pi-Hole on a Synology NAS":{},"Don't Expose The Stacktrace Please!":{},"May 2022 In Review":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["couldn’t",{"_index":5390,"title":{},"content":{"Project Warlock: About Perseverance":{}},"tags":{}}],["count",{"_index":2428,"title":{},"content":{"Are you handing over enough when inspiring someone?":{},"Tracking and privacy concerns on websites":{},"Exploring the AlterNet":{},"Double-dipping and Market Prices":{},"Collective Creativity":{},"The Emperor of Lists":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Minimalism and Tidying Up":{}},"tags":{}}],["counter",{"_index":394,"title":{},"content":{"No, vegetarians do not eat fish!":{},"DIY: Hosting stuff on your own VPS":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"The Emperor of Lists":{},"Water Usage and Prices":{}},"tags":{}}],["counterfeit",{"_index":7723,"title":{},"content":{"Flea Market Season":{}},"tags":{}}],["counterintuit",{"_index":2808,"title":{},"content":{"Journaling in practice":{}},"tags":{}}],["counterpart",{"_index":4344,"title":{},"content":{"Productivity Tools on all platforms":{},"Social Debt in Development Teams":{},"Re: Writing A Book Is Nonesense":{}},"tags":{}}],["counters_",{"_index":6050,"title":{},"content":{"A journey through the history of webdesign":{}},"tags":{}}],["countless",{"_index":5120,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{},"Personal Desktop Screenshots of Olde":{},"Stop limiting yourself to JS in browsers":{},"Pinball Machines in a Jenever Museum":{},"Favorite Game Meme":{},"The Lost Art of Being Lost":{},"Creative Critical Thinking":{},"Re: Writing A Book Is Nonesense":{},"Woke in Class":{}},"tags":{}}],["countri",{"_index":194,"title":{},"content":{"On finding your inner zen in big cities":{},"Belgium - Portugal: 5 - 2":{},"How Much Should I Spend On Magic The Gathering":{},"On Tea Prices":{},"Parking Machines Design Mistakes":{},"On Commuting By Bike":{}},"tags":{}}],["coupl",{"_index":1334,"title":{},"content":{"Unit Testing Stored Procedures":{},"Unit Testing Extjs UI with Siesta":{},"A quick look at 6 fountain pens":{},"Domain Driven Design in C":{},"IT Competences and Certificates":{},"The Internet Killed Secrets in Games":{},"My Retro Desk/Gaming Setup in 2021":{},"How to write academic papers in Markdown":{},"The first Dutch Obsidian meetup":{},"Using Hugo to Launch a Gemini Capsule":{},"Moon Logic":{},"Re: Is collecting physical games worth it?":{},"Social Debt in Development Teams":{},"Flea Market Season":{},"How Much Should I Spend On Magic The Gathering":{},"Emotional Magic":{},"On Selling a Self-published Book":{},"Are You In The System Yet, Sir?":{},"From Analog Notebook to Digital Vault":{},"Generating a Blogroll With OPML in Hugo":{},"How To Enjoy Your Own Digital Music":{},"Once Upon a Time in Shaolin":{},"Thoughts On Home NAS Systems":{},"Leuchtturm Notebook Paper Quality":{},"Wax Seals And Snail Mail":{},"Give Up GitHub!":{}},"tags":{}}],["courag",{"_index":10631,"title":{},"content":{"Winnie Lim on Rebuilding Oneself":{}},"tags":{}}],["courgett",{"_index":11769,"title":{},"content":{"Drought":{}},"tags":{}}],["cours",{"_index":203,"title":{},"content":{"On finding your inner zen in big cities":{},"Learning to become a baker":{},"undefined":{},"Teaching yourself to draw":{},"Development principles in cooking":{},"A quick look at 6 fountain pens":{},"I'm jealous of my dog":{},"Teaching by philosophy":{},"Computer Science learning pathways":{},"Domain Driven Design in C":{},"Productivity Tools on all platforms":{},"A Decade in the Software Engineering industry":{},"A Ph.D. Thesis: Iteration 2":{},"Teaching Object-Oriented design using the GBA":{},"Programming: a Creative Cognitive Process":{},"Page Building with Brizy in Wordpress":{},"ITiCSE 2020: A Report":{},"Tracking and privacy concerns on websites":{},"Thoughts on collaboration in education":{},"486 Upgrade 2: The SD Card HDD":{},"A journey through the history of webdesign":{},"Personal Desktop Screenshots of Olde":{},"Digitizing journals using DEVONthink":{},"The Productive Programmer on Mac":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"My Retro Desk/Gaming Setup in 2021":{},"Always have a Diaster Recovery Plan":{},"Getting rid of trackers using LineageOS":{},"Teaching students about coding trends":{},"The IndieWeb Mixed Bag":{},"Stop limiting yourself to JS in browsers":{},"The first Dutch Obsidian meetup":{},"On Manuscript Review Procedures":{},"Moon Logic":{},"Nineties collecting nostalgia":{},"Misconceptions about retro gamers":{},"Why I like Pawn Stars":{},"YouTube Play Image Links in Hugo":{},"Book Number Fourteen":{},"The Decline of Battery Life":{},"Cheese cheese cheese cheese cheese":{},"Emotional Magic":{},"Kotlin Is Java 2.0, But It's Still Java":{},"Pinball Machines in a Jenever Museum":{},"My Kotlin Rose-Tinted Glasses Broke":{},"Thirty-Six":{},"Are You In The System Yet, Sir?":{},"Creativity Self-Assessment Is Nonsense":{},"The HP Sprocket Mini Printer":{},"Parking Machines Design Mistakes":{},"Are Digital Gardens Blogs?":{},"Dear Student":{},"Ditch Scrum, Organize As You See Fit":{},"Ever-increasing Work Email Spam":{},"Very Old and Somewhat Old Mood Boards":{},"Power Usage Effectiveness":{},"A 5.25\" Gobliins 2 Surprise":{},"From Analog Notebook to Digital Vault":{},"Allspice Is Not All Spice":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Migrating from Mailchimp to Listmonk":{},"Dark Age of Camelot in 2022":{},"A Factor Analysis For Dummies in R":{},"Natural Gas Prices and The Energy Market":{},"Woke in Class":{},"January 2022 In Review":{},"On Trying To Sell A Laptop":{},"Water Usage and Prices":{},"An Ad Leaflet QR Design Mistake":{},"Creativity Equals Messy Code?":{},"Expiry Dates On Journals":{},"Leuchtturm Notebook Paper Quality":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"Equality in Game Credits":{},"None Of My Best Friends Are Content Creators":{},"True Backlink Support in Hugo":{},"Wax Seals And Snail Mail":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"On Learning A New (Programming) Language":{},"Teaching Software Engineering Is Still Done Wrong":{},"The Life Lessons of Bonnie":{},"From Mood Board To Mood Mugs":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"The Modern QR Code Life":{},"June 2022 In Review":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["course](https://kuleuven",{"_index":7269,"title":{},"content":{"Stop limiting yourself to JS in browsers":{}},"tags":{}}],["courses_",{"_index":11909,"title":{},"content":{"Teaching Software Engineering Is Still Done Wrong":{}},"tags":{}}],["courtesi",{"_index":7498,"title":{},"content":{"Nineties collecting nostalgia":{}},"tags":{}}],["cousin",{"_index":8907,"title":{},"content":{"Favorite Game Meme":{}},"tags":{}}],["cout",{"_index":558,"title":{},"content":{"undefined":{},"My Programming Language Odyssey":{}},"tags":{}}],["coutanc",{"_index":9829,"title":{},"content":{"A Creative State of Mind":{}},"tags":{}}],["covent",{"_index":12106,"title":{},"content":{"The Modern QR Code Life":{}},"tags":{}}],["cover",{"_index":1860,"title":{},"content":{"Bye autotools hello Scons":{},"Teaching yourself to draw":{},"Using Pandoc to publish a book":{},"Digitizing journals using DEVONthink":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"The Emperor of Lists":{},"Generating a Blogroll With OPML in Hugo":{},"Minimalism and Tidying Up":{},"2021 Year In Review":{},"Once Upon a Time in Shaolin":{},"Fighting Webmention And Pingback Spam":{},"How To Properly Store Your Game Boy Cartridges":{},"On Learning A New (Programming) Language":{},"June 2022 In Review":{}},"tags":{}}],["covid",{"_index":5530,"title":{},"content":{"ITiCSE 2020: A Report":{},"My Retro Desk/Gaming Setup in 2021":{},"The insanity of collecting retro games":{},"Flea Market Season":{},"Water Levels As Public Data":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Dear Student":{},"December 2021 In Review":{},"An Ad Leaflet QR Design Mistake":{},"March 2022 In Review":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["cow",{"_index":6265,"title":{},"content":{"The Internet Killed Secrets in Games":{},"Cheese cheese cheese cheese cheese":{}},"tags":{}}],["cow'",{"_index":8506,"title":{},"content":{"Cheese cheese cheese cheese cheese":{}},"tags":{}}],["cpp",{"_index":7274,"title":{},"content":{"Stop limiting yourself to JS in browsers":{}},"tags":{}}],["cppflag",{"_index":1815,"title":{},"content":{"Bye autotools hello Scons":{}},"tags":{}}],["cpu",{"_index":4554,"title":{},"content":{"Over analoog en digitaal":{},"3D Software Rendering on the GBA":{},"An am486 Performance Analysis":{},"Reviving an old 80486 PC":{},"Building a Core2Duo Windows XP Retro PC":{},"Building an Athlon Windows 98 Retro PC":{},"Personal Desktop Screenshots of Olde":{},"Programming on the Apple M1 Silicon":{},"The Decline of Battery Life":{},"Thoughts On Home NAS Systems":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{}},"tags":{}}],["cpu.jpg",{"_index":5994,"title":{},"content":{"Reviving an old 80486 PC":{}},"tags":{}}],["cpu/memori",{"_index":6202,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["cqm",{"_index":5894,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["crack",{"_index":4806,"title":{},"content":{"Teaching Object-Oriented design using the GBA":{},"Moon Logic":{},"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["craft",{"_index":32,"title":{},"content":{"Ending your day with happy thoughts":{},"A samurai learning mindset":{},"Inventing - for the worse?":{},"Creative Critical Thinking":{},"Re: Writing A Book Is Nonesense":{},"March 2022 In Review":{}},"tags":{}}],["craftsman",{"_index":3013,"title":{},"content":{"Inventing - for the worse?":{},"Constraint-based Creativity":{}},"tags":{}}],["craftsmanship",{"_index":3024,"title":{},"content":{"Inventing - for the worse?":{}},"tags":{"Inventing - for the worse?":{},"A Decade in the Software Engineering industry":{}}}],["craigslist",{"_index":10793,"title":{},"content":{"On Trying To Sell A Laptop":{}},"tags":{}}],["cram",{"_index":7308,"title":{},"content":{"The first Dutch Obsidian meetup":{}},"tags":{}}],["cramp",{"_index":7371,"title":{},"content":{"On Manuscript Review Procedures":{},"Minimalism and Tidying Up":{}},"tags":{}}],["crank",{"_index":11665,"title":{},"content":{"A Decision Tree For Buying Retro Gaming Handhelds":{}},"tags":{}}],["cranni",{"_index":6257,"title":{},"content":{"The Internet Killed Secrets in Games":{},"Favorite Game Meme":{}},"tags":{}}],["crap",{"_index":12224,"title":{},"content":{"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["crappi",{"_index":8071,"title":{},"content":{"Double-dipping and Market Prices":{},"What if Seneca wasn't Nero's advisor?":{}},"tags":{}}],["crash",{"_index":1018,"title":{},"content":{"undefined":{},"486 Upgrade 2: The SD Card HDD":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Apple's App Store Design Mistake":{},"The Lost Art of Being Lost":{},"My Retrocomputing Projects For 2022":{}},"tags":{}}],["crave",{"_index":8045,"title":{},"content":{"Double-dipping and Market Prices":{},"What a Night Cam Is Good For":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["crawl",{"_index":5509,"title":{},"content":{"Designing websites with accessibility in mind":{},"Where Does It Stop?":{},"What a Night Cam Is Good For":{}},"tags":{}}],["crawler",{"_index":5348,"title":{},"content":{"Project Warlock: About Perseverance":{}},"tags":{}}],["craze",{"_index":7658,"title":{},"content":{"Belgium - Portugal: 5 - 2":{},"June 2022 In Review":{}},"tags":{}}],["crazi",{"_index":2261,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{},"Moon Logic":{},"Re: Is collecting physical games worth it?":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Favorite Game Meme":{},"November 2021 Meta Post":{},"December 2021 In Review":{},"My Retrocomputing Projects For 2022":{},"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"How To Properly Store Your Game Boy Cartridges":{},"On Commuting By Bike":{}},"tags":{}}],["crazy_",{"_index":11530,"title":{},"content":{"Password Hacking Sylvester & Tweety: Breakfast on the Run":{}},"tags":{}}],["creak",{"_index":9672,"title":{},"content":{"From Curiosity To Creativity":{}},"tags":{}}],["cream",{"_index":9403,"title":{},"content":{"A Treatise on Leavened Waffles":{}},"tags":{}}],["creami",{"_index":12235,"title":{},"content":{"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["creat",{"_index":621,"title":{"Creating Top x Games Lists Is Hard":{}},"content":{"undefined":{},"Learning to become a baker":{},"Unit Testing Stored Procedures":{},"Visual Studio 2012 for Eclipse users":{},"Enhancing the builder pattern with closures":{},"Integration Testing with SQLite":{},"Custom Webdriver Page Factories":{},"Unit Testing Extjs UI with Siesta":{},"Webdriver Exception Handling":{},"Unit testing in Legacy Projects: VB6":{},"How to teach kids to program":{},"Development principles in cooking":{},"Inventing - for the worse?":{},"Hiding Code Complexity":{},"Take your time.":{},"Concentrating on serendipitous creativity":{},"Reverse engineering a curriculum":{},"A Decade in the Software Engineering industry":{},"Unit Testing PicoBlaze Assembly files":{},"A Ph.D. Thesis: Iteration 2":{},"IT Competences and Certificates":{},"Teaching Object-Oriented design using the GBA":{},"Programming: a Creative Cognitive Process":{},"DIY: Hosting stuff on your own VPS":{},"Page Building with Brizy in Wordpress":{},"Project Warlock: About Perseverance":{},"ITiCSE 2020: A Report":{},"Tracking and privacy concerns on websites":{},"Thoughts on collaboration in education":{},"486 Upgrade 2: The SD Card HDD":{},"Reviving an old 80486 PC":{},"A journey through the history of webdesign":{},"How to write academic papers in Markdown":{},"Getting rid of trackers using LineageOS":{},"The first Dutch Obsidian meetup":{},"The Pilot Capless: a stellar stealth pen":{},"YouTube Play Image Links in Hugo":{},"Reducing Workflow Load Facilitates Writing":{},"Rules of a Creator's Life":{},"Emotional Magic":{},"My Kotlin Rose-Tinted Glasses Broke":{},"Favorite Game Meme":{},"Are Digital Gardens Blogs?":{},"Very Old and Somewhat Old Mood Boards":{},"Constraint-based Creativity":{},"From Analog Notebook to Digital Vault":{},"Allspice Is Not All Spice":{},"2021 Donations":{},"Dark Age of Camelot in 2022":{},"On Trying To Sell A Laptop":{},"Thoughts On Home NAS Systems":{},"How To Stream Your Own Music: Reprise":{},"Cool Things People Do With Their Blogs":{},"March 2022 In Review":{},"Wax Seals And Snail Mail":{},"My Programming Language Odyssey":{}},"tags":{}}],["createmocksbasedonnamingconvent",{"_index":1767,"title":{},"content":{"Metaprogramming instead of duplication":{}},"tags":{}}],["creation",{"_index":1809,"title":{},"content":{"Bye autotools hello Scons":{},"Domain Driven Design in C":{},"Very Old and Somewhat Old Mood Boards":{},"A Creative State of Mind":{},"Once Upon a Time in Shaolin":{},"My Retrocomputing Projects For 2022":{}},"tags":{}}],["creativ",{"_index":2319,"title":{"Healing creative scars":{},"Concentrating on serendipitous creativity":{},"Programming: a Creative Cognitive Process":{},"What is Creativity in Software Engineering?":{},"Creativity Self-Assessment Is Nonsense":{},"Collective Creativity":{},"Constraint-based Creativity":{},"Creative Critical Thinking":{},"From Curiosity To Creativity":{},"A Creative State of Mind":{},"Technical Knowledge Brews Creativity":{},"The Creative Techniques Toolbox":{},"Creativity Equals Messy Code?":{}},"content":{"Teaching yourself to draw":{},"Healing creative scars":{},"Journaling in practice":{},"Inventing - for the worse?":{},"2017 in books":{},"Reverse engineering a curriculum":{},"A Decade in the Software Engineering industry":{},"Programming: a Creative Cognitive Process":{},"ITiCSE 2020: A Report":{},"486 Upgrade 1: Sound Blaster 16":{},"Win98 Upgrade: Sound Blaster Audigy":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"What is Creativity in Software Engineering?":{},"You Shouldn't Use Spotify":{},"20 Years of Personal Cellphone History":{},"Creativity Self-Assessment Is Nonsense":{},"A Creative State of Mind":{},"Allspice Is Not All Spice":{},"December 2021 In Review":{},"A Factor Analysis For Dummies in R":{},"January 2022 In Review":{},"Creativity Equals Messy Code?":{},"On Learning A New (Programming) Language":{},"June 2022 In Review":{}},"tags":{"Programming: a Creative Cognitive Process":{},"What is Creativity in Software Engineering?":{},"Creativity Self-Assessment Is Nonsense":{},"Collective Creativity":{},"Constraint-based Creativity":{},"Creative Critical Thinking":{},"From Curiosity To Creativity":{},"A Creative State of Mind":{},"Technical Knowledge Brews Creativity":{},"The Creative Techniques Toolbox":{},"Creativity Equals Messy Code?":{}}}],["creative'",{"_index":5893,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["creativesomething.net](https://creativesomething.net",{"_index":8258,"title":{},"content":{"Rules of a Creator's Life":{}},"tags":{}}],["creativit",{"_index":4956,"title":{},"content":{"Programming: a Creative Cognitive Process":{}},"tags":{}}],["creativity[^ama",{"_index":4951,"title":{},"content":{"Programming: a Creative Cognitive Process":{}},"tags":{}}],["creativu",{"_index":2967,"title":{},"content":{"Inventing - for the worse?":{}},"tags":{}}],["creator",{"_index":8554,"title":{"None Of My Best Friends Are Content Creators":{}},"content":{"Kotlin Is Java 2.0, But It's Still Java":{},"2021 Donations":{},"None Of My Best Friends Are Content Creators":{}},"tags":{}}],["creator'",{"_index":8255,"title":{"Rules of a Creator's Life":{}},"content":{},"tags":{}}],["creatur",{"_index":2372,"title":{},"content":{"Teaching yourself to draw":{},"Emotional Magic":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["credit",{"_index":11414,"title":{"Equality in Game Credits":{}},"content":{"Equality in Game Credits":{}},"tags":{"Equality in Game Credits":{},"Shredder's Revenge's Soundtrack Is Amazing":{}}}],["credits.jpg",{"_index":11423,"title":{},"content":{"Equality in Game Credits":{}},"tags":{}}],["creep",{"_index":10603,"title":{},"content":{"Why I Play Games (And So Should You)":{}},"tags":{}}],["crew",{"_index":9684,"title":{},"content":{"From Curiosity To Creativity":{}},"tags":{}}],["creëren",{"_index":4126,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["cri",{"_index":9731,"title":{},"content":{"How Not To Do A Remaster":{},"A Creative State of Mind":{},"Natural Gas Prices and The Energy Market":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["cricket",{"_index":7816,"title":{},"content":{"The Pilot Capless: a stellar stealth pen":{}},"tags":{}}],["crimin",{"_index":11074,"title":{},"content":{"A Personal Intro To Rough Hip-Hop":{}},"tags":{}}],["crisi",{"_index":8695,"title":{},"content":{"Thirty-Six":{},"The Creative Techniques Toolbox":{},"Once Upon a Time in Shaolin":{}},"tags":{}}],["crisp",{"_index":9401,"title":{},"content":{"A Treatise on Leavened Waffles":{}},"tags":{}}],["critchlow'",{"_index":11518,"title":{},"content":{"None Of My Best Friends Are Content Creators":{}},"tags":{}}],["criteria",{"_index":11937,"title":{},"content":{"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["critic",{"_index":5395,"title":{"Creative Critical Thinking":{}},"content":{"Project Warlock: About Perseverance":{},"An am486 Performance Analysis":{},"Programming on the Apple M1 Silicon":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"The insanity of collecting retro games":{},"You Shouldn't Use Spotify":{},"On Manuscript Review Procedures":{},"Creativity Self-Assessment Is Nonsense":{},"Visualizing Personal Data Takeouts":{},"On Learning A New (Programming) Language":{}},"tags":{}}],["critiqu",{"_index":5086,"title":{},"content":{"Five reasons why agile and academia don't go together":{}},"tags":{}}],["crockford",{"_index":888,"title":{},"content":{"undefined":{}},"tags":{}}],["crombez",{"_index":11499,"title":{},"content":{"March 2022 In Review":{},"April 2022 In Review":{}},"tags":{}}],["crontab",{"_index":10899,"title":{},"content":{"Thoughts On Home NAS Systems":{}},"tags":{}}],["cross",{"_index":2749,"title":{},"content":{"A quick look at 6 fountain pens":{},"Productivity Tools on all platforms":{},"Unit Testing PicoBlaze Assembly files":{},"Teaching students about coding trends":{},"Kotlin Is Java 2.0, But It's Still Java":{},"Are You In The System Yet, Sir?":{},"Favorite Game Meme":{},"Parking Machines Design Mistakes":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Academic Lineage":{},"On Learning A New (Programming) Language":{},"The Life Lessons of Bonnie":{},"Creating Top x Games Lists Is Hard":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["crossing_",{"_index":11512,"title":{},"content":{"March 2022 In Review":{}},"tags":{}}],["crossroad",{"_index":12130,"title":{},"content":{"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["crow",{"_index":10145,"title":{},"content":{"Technical Knowledge Brews Creativity":{}},"tags":{}}],["crowd",{"_index":5381,"title":{},"content":{"Project Warlock: About Perseverance":{},"Accidental Discovery By Bike: Fietsknooppunten":{}},"tags":{}}],["crown",{"_index":9796,"title":{},"content":{"A Creative State of Mind":{}},"tags":{}}],["crt",{"_index":4607,"title":{},"content":{"Over analoog en digitaal":{},"My Retro Desk/Gaming Setup in 2021":{},"Misconceptions about retro gamers":{},"Three Little GameCube Mods":{}},"tags":{}}],["crucial",{"_index":3029,"title":{},"content":{"Inventing - for the worse?":{},"On Manuscript Review Procedures":{},"Wax Seals And Snail Mail":{}},"tags":{}}],["crud",{"_index":3128,"title":{},"content":{"Hiding Code Complexity":{}},"tags":{}}],["crumb",{"_index":9398,"title":{},"content":{"A Treatise on Leavened Waffles":{},"Allspice Is Not All Spice":{}},"tags":{}}],["crumbl",{"_index":8181,"title":{},"content":{"On Tea Prices":{},"Water Levels As Public Data":{},"Constraint-based Creativity":{}},"tags":{}}],["crush",{"_index":7735,"title":{},"content":{"Flea Market Season":{}},"tags":{}}],["crust",{"_index":9399,"title":{},"content":{"A Treatise on Leavened Waffles":{}},"tags":{}}],["crusti",{"_index":8113,"title":{},"content":{"The Fridge, Your Inoculation Room":{}},"tags":{}}],["crutcher",{"_index":8536,"title":{},"content":{"Emotional Magic":{}},"tags":{}}],["cry](https://www.youtube.com/watch?v=og4rozg78bo",{"_index":11100,"title":{},"content":{"A Personal Intro To Rough Hip-Hop":{}},"tags":{}}],["crystal",{"_index":3295,"title":{},"content":{"Death to pseudocode?":{},"The Internet Killed Secrets in Games":{},"WinXP Upgrade: Sound Blaster X-Fi":{}},"tags":{}}],["cs",{"_index":3534,"title":{},"content":{"Computer Science learning pathways":{},"Academic Lineage":{}},"tags":{}}],["cs1",{"_index":11224,"title":{},"content":{"Creativity Equals Messy Code?":{}},"tags":{}}],["csharp",{"_index":1649,"title":{},"content":{},"tags":{"Enhancing the builder pattern with closures":{},"Integration Testing with SQLite":{},"Metaprogramming instead of duplication":{},"Custom Webdriver Page Factories":{},"Faking domain logic":{},"Webdriver Exception Handling":{}}}],["csikszentmihalyi",{"_index":8834,"title":{},"content":{"Creativity Self-Assessment Is Nonsense":{}},"tags":{}}],["csikszentmihalyi'",{"_index":8830,"title":{},"content":{"Creativity Self-Assessment Is Nonsense":{}},"tags":{}}],["css",{"_index":5188,"title":{},"content":{"Hugo Extended: More static site processing power!":{},"Designing websites with accessibility in mind":{},"Tracking and privacy concerns on websites":{},"Digitizing journals using DEVONthink":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"How to write academic papers in Markdown":{},"Exploring the AlterNet":{},"Teaching students about coding trends":{},"December 2021 In Review":{}},"tags":{}}],["css/html",{"_index":5244,"title":{},"content":{"Page Building with Brizy in Wordpress":{}},"tags":{}}],["css/styles.css",{"_index":5199,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"tags":{}}],["css2",{"_index":6967,"title":{},"content":{"Exploring the AlterNet":{}},"tags":{}}],["css3",{"_index":6971,"title":{},"content":{"Exploring the AlterNet":{}},"tags":{}}],["css](https://tailwindcss.com",{"_index":6973,"title":{},"content":{"Exploring the AlterNet":{}},"tags":{}}],["csv",{"_index":8369,"title":{},"content":{"Water Levels As Public Data":{},"Exporting Goodreads to Obsidian":{},"The Death Of The Nike+ SportWatch":{}},"tags":{}}],["csv['titl",{"_index":9593,"title":{},"content":{"Exporting Goodreads to Obsidian":{}},"tags":{}}],["csvpars",{"_index":9588,"title":{},"content":{"Exporting Goodreads to Obsidian":{}},"tags":{}}],["csvparse(readfilesync(csvfil",{"_index":9590,"title":{},"content":{"Exporting Goodreads to Obsidian":{}},"tags":{}}],["ct",{"_index":5877,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["ct1747",{"_index":5896,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["ct2290",{"_index":5895,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["ct4830",{"_index":6325,"title":{},"content":{"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["ctr",{"_index":1558,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl)+space",{"_index":4370,"title":{},"content":{"Productivity Tools on all platforms":{}},"tags":{}}],["ctrl+alt",{"_index":1529,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+alt+left/right",{"_index":1526,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+d",{"_index":1515,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+e",{"_index":1539,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+enter",{"_index":1521,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+f11",{"_index":1543,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+l",{"_index":1516,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+m",{"_index":1575,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+o",{"_index":1546,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+r",{"_index":1561,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+shift",{"_index":1528,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+shift+1",{"_index":1531,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+shift+alt+f12",{"_index":1550,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+shift+alt+up/down",{"_index":1536,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+shift+b",{"_index":1571,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+shift+g",{"_index":1549,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+shift+o",{"_index":1538,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["ctrl+space",{"_index":1520,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{},"Faking domain logic":{},"Productivity Tools on all platforms":{}},"tags":{}}],["ctrl+u",{"_index":1544,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["cuban",{"_index":11674,"title":{},"content":{"April 2022 In Review":{}},"tags":{}}],["cube",{"_index":6274,"title":{},"content":{"The Internet Killed Secrets in Games":{},"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["cube_",{"_index":9468,"title":{},"content":{"Constraint-based Creativity":{}},"tags":{}}],["cubic",{"_index":10934,"title":{},"content":{"Water Usage and Prices":{},"Drought":{}},"tags":{}}],["cubism",{"_index":9092,"title":{},"content":{"Collective Creativity":{},"Constraint-based Creativity":{}},"tags":{}}],["cuddl",{"_index":10681,"title":{},"content":{"2021 Year In Review":{},"The Life Lessons of Bonnie":{}},"tags":{}}],["cuisin",{"_index":9387,"title":{},"content":{"A Treatise on Leavened Waffles":{}},"tags":{}}],["culinari",{"_index":8610,"title":{},"content":{"On Selling a Self-published Book":{}},"tags":{}}],["cultur",{"_index":3565,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{},"Reverse engineering a curriculum":{},"Thoughts on collaboration in education":{},"Thoughts on Bullshit Jobs":{},"What if Seneca wasn't Nero's advisor?":{},"Creativity Self-Assessment Is Nonsense":{},"The Emperor of Lists":{},"From Curiosity To Creativity":{},"Equality in Game Credits":{}},"tags":{}}],["cultures](https://techbeacon.com/lesson",{"_index":3564,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{}},"tags":{}}],["cultuur",{"_index":3574,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{},"Over de inflatie van intellect":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["cumbersom",{"_index":1616,"title":{},"content":{"Enhancing the builder pattern with closures":{},"Domain Driven Design in C":{}},"tags":{}}],["cup",{"_index":7641,"title":{},"content":{"Belgium - Portugal: 5 - 2":{},"Creative Critical Thinking":{}},"tags":{}}],["cupboard",{"_index":10482,"title":{},"content":{"Minimalism and Tidying Up":{}},"tags":{}}],["cupboard/draw",{"_index":8199,"title":{},"content":{"On Tea Prices":{}},"tags":{}}],["curat",{"_index":9088,"title":{},"content":{"Collective Creativity":{}},"tags":{}}],["curdat",{"_index":11726,"title":{},"content":{"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["curio",{"_index":10112,"title":{},"content":{"November 2021 Meta Post":{}},"tags":{}}],["curios",{"_index":7289,"title":{"From Curiosity To Creativity":{}},"content":{"The first Dutch Obsidian meetup":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"From Curiosity To Creativity":{}},"tags":{}}],["curiosities](https://en.wikipedia.org/wiki/cabinet_of_curios",{"_index":9215,"title":{},"content":{"Very Old and Somewhat Old Mood Boards":{}},"tags":{}}],["curiou",{"_index":302,"title":{},"content":{"On finding your inner zen in big cities":{},"Ditch Scrum, Organize As You See Fit":{},"Creativity Equals Messy Code?":{}},"tags":{}}],["curl",{"_index":8706,"title":{},"content":{"Thirty-Six":{}},"tags":{}}],["currcont",{"_index":11616,"title":{},"content":{"True Backlink Support in Hugo":{}},"tags":{}}],["current",{"_index":304,"title":{},"content":{"On finding your inner zen in big cities":{},"undefined":{},"Unit Testing Extjs UI with Siesta":{},"Journaling in practice":{},"Concentrating on serendipitous creativity":{},"Death to pseudocode?":{},"Productivity Tools on all platforms":{},"A Decade in the Software Engineering industry":{},"Unit Testing PicoBlaze Assembly files":{},"Programming: a Creative Cognitive Process":{},"The Internet Killed Secrets in Games":{},"What is Creativity in Software Engineering?":{},"Book Number Fourteen":{},"How Much Should I Spend On Magic The Gathering":{},"The Decline of Battery Life":{},"Water Levels As Public Data":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Creativity Self-Assessment Is Nonsense":{},"The Emperor of Lists":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Natural Gas Prices and The Energy Market":{},"Expiry Dates On Journals":{},"How To Stream Your Own Music: Reprise":{},"Cool Things People Do With Their Blogs":{},"True Backlink Support in Hugo":{},"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["curri",{"_index":2600,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["curriculum",{"_index":3484,"title":{"Reverse engineering a curriculum":{}},"content":{"Teaching by philosophy":{},"Computer Science learning pathways":{},"Reverse engineering a curriculum":{},"ITiCSE 2020: A Report":{},"Ever-increasing Work Email Spam":{}},"tags":{}}],["curriculum](/post/revers",{"_index":3483,"title":{},"content":{"Teaching by philosophy":{},"Computer Science learning pathways":{}},"tags":{}}],["curriculum](https://dl.acm.org/doi/pdf/10.1145/3341525.3387405",{"_index":5543,"title":{},"content":{"ITiCSE 2020: A Report":{}},"tags":{}}],["currrellink",{"_index":11614,"title":{},"content":{"True Backlink Support in Hugo":{}},"tags":{}}],["curs",{"_index":2937,"title":{},"content":{"I'm jealous of my dog":{},"Teaching Object-Oriented design using the GBA":{},"Discord killed support for WinXP":{},"Thirty-Six":{},"Creative Critical Thinking":{},"December 2021 In Review":{}},"tags":{}}],["cursor",{"_index":1351,"title":{},"content":{"Unit Testing Stored Procedures":{}},"tags":{}}],["cursor_el",{"_index":1361,"title":{},"content":{"Unit Testing Stored Procedures":{}},"tags":{}}],["curtain",{"_index":10079,"title":{},"content":{"November 2021 Meta Post":{}},"tags":{}}],["curv",{"_index":6729,"title":{},"content":{"My Retro Desk/Gaming Setup in 2021":{},"Exploring the Go programming language":{}},"tags":{}}],["custom",{"_index":1662,"title":{"Custom Webdriver Page Factories":{}},"content":{"Integration Testing with SQLite":{},"Custom Webdriver Page Factories":{},"Faking domain logic":{},"Unit Testing Extjs UI with Siesta":{},"Migrating from Extjs to React gradually":{},"A quick look at 6 fountain pens":{},"DIY: Hosting stuff on your own VPS":{},"Page Building with Brizy in Wordpress":{},"486 Upgrade 2: The SD Card HDD":{},"Digitizing journals using DEVONthink":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Belgium - Portugal: 5 - 2":{},"The Pilot Capless: a stellar stealth pen":{},"YouTube Play Image Links in Hugo":{},"On Selling a Self-published Book":{},"20 Years of Personal Cellphone History":{},"The Emperor of Lists":{},"How to setup Pi-Hole on a Synology NAS":{},"Cool Things People Do With Their Blogs":{},"Wax Seals And Snail Mail":{},"A Decision Tree For Buying Retro Gaming Handhelds":{}},"tags":{}}],["customev",{"_index":2248,"title":{},"content":{"Migrating from Extjs to React gradually":{}},"tags":{}}],["customiz",{"_index":4369,"title":{},"content":{"Productivity Tools on all platforms":{}},"tags":{}}],["cut",{"_index":957,"title":{},"content":{"Learning to become a baker":{},"Computer Science learning pathways":{},"A Decade in the Software Engineering industry":{},"DIY: Hosting stuff on your own VPS":{},"Teaching students about coding trends":{},"20 Years of Personal Cellphone History":{},"Favorite Game Meme":{},"Are Digital Gardens Blogs?":{},"How Not To Do A Remaster":{},"On Trying To Sell A Laptop":{},"Academic Lineage":{},"Creativity Equals Messy Code?":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["cut](https://jefklakscodex.com/games/kathi",{"_index":10071,"title":{},"content":{"November 2021 Meta Post":{}},"tags":{}}],["cuub",{"_index":10954,"title":{},"content":{"Water Usage and Prices":{}},"tags":{}}],["cv",{"_index":4407,"title":{},"content":{"A Decade in the Software Engineering industry":{}},"tags":{}}],["cxx",{"_index":1837,"title":{},"content":{"Bye autotools hello Scons":{}},"tags":{}}],["cxxflag",{"_index":1818,"title":{},"content":{"Bye autotools hello Scons":{}},"tags":{}}],["cyberpunk",{"_index":9720,"title":{},"content":{"How Not To Do A Remaster":{}},"tags":{}}],["cycl",{"_index":3170,"title":{},"content":{"Take your time.":{},"IT Competences and Certificates":{},"Flea Market Season":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"The Death Of The Nike+ SportWatch":{}},"tags":{}}],["cyclette](https://www.kaffeecyclette.b",{"_index":9949,"title":{},"content":{"I'm Joining the Coffeeneuring Challenge of 2021":{}},"tags":{}}],["cycling](/post/2021/08/accident",{"_index":9311,"title":{},"content":{"The Lost Art of Being Lost":{}},"tags":{}}],["cyclist",{"_index":8445,"title":{},"content":{"Accidental Discovery By Bike: Fietsknooppunten":{}},"tags":{}}],["cylind",{"_index":5831,"title":{},"content":{"486 Upgrade 2: The SD Card HDD":{}},"tags":{}}],["cynefin",{"_index":7803,"title":{},"content":{"Software Engineering Is Not Engineering":{}},"tags":{}}],["cynic",{"_index":8415,"title":{},"content":{"What if Seneca wasn't Nero's advisor?":{}},"tags":{}}],["cyren",{"_index":9569,"title":{},"content":{"The Emperor of Lists":{}},"tags":{}}],["cézann",{"_index":9099,"title":{},"content":{"Collective Creativity":{},"Constraint-based Creativity":{}},"tags":{}}],["cézanne'",{"_index":9448,"title":{},"content":{"Constraint-based Creativity":{}},"tags":{}}],["c€/kwh",{"_index":10490,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["d",{"_index":3353,"title":{},"content":{"Over entropie":{},"Boeken die mij gevormd hebben tot wie ik ben":{},"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["d'avella",{"_index":10464,"title":{},"content":{"Minimalism and Tidying Up":{}},"tags":{}}],["d2",{"_index":7178,"title":{},"content":{"Discord killed support for WinXP":{}},"tags":{}}],["da",{"_index":11004,"title":{},"content":{"A Personal Intro To Gentle Hip-Hop":{}},"tags":{}}],["daar",{"_index":856,"title":{},"content":{"undefined":{},"Over entropie":{},"Over het introduceren van bedrijfsethiek":{},"Over de inflatie van intellect":{},"Over tijdsbesef":{},"Over analoog en digitaal":{},"De zin en onzin van conferenties":{}},"tags":{}}],["daarna",{"_index":1387,"title":{},"content":{"undefined":{},"A Ph.D. Thesis Proposal":{},"Over tijdsbesef":{}},"tags":{}}],["daarvan",{"_index":4192,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["dabbl",{"_index":2262,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{},"What if Seneca wasn't Nero's advisor?":{},"My Retrocomputing Projects For 2022":{},"Teaching Software Engineering Is Still Done Wrong":{}},"tags":{}}],["dac",{"_index":6334,"title":{},"content":{"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["dad",{"_index":5362,"title":{},"content":{"Project Warlock: About Perseverance":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Favorite Game Meme":{},"Once Upon a Time in Shaolin":{}},"tags":{}}],["dad'",{"_index":11815,"title":{},"content":{"My Programming Language Odyssey":{}},"tags":{}}],["dadaism",{"_index":9093,"title":{},"content":{"Collective Creativity":{}},"tags":{}}],["daddy'",{"_index":11067,"title":{},"content":{"A Personal Intro To Rough Hip-Hop":{}},"tags":{}}],["dadelijk",{"_index":4982,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["daemon",{"_index":1464,"title":{},"content":{"undefined":{}},"tags":{}}],["dag",{"_index":4834,"title":{},"content":{"De zin en onzin van conferenties":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["dagboeken",{"_index":4296,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["dagelijk",{"_index":3360,"title":{},"content":{"Over entropie":{}},"tags":{}}],["dagelijks",{"_index":4830,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["dagen",{"_index":4827,"title":{},"content":{"De zin en onzin van conferenties":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["dahlberg",{"_index":5696,"title":{},"content":{"Thoughts on collaboration in education":{}},"tags":{}}],["daili",{"_index":213,"title":{},"content":{"On finding your inner zen in big cities":{},"How to teach kids to program":{},"A quick look at 6 fountain pens":{},"Journaling in practice":{},"I'm jealous of my dog":{},"The Startup of a Lean Doctorate":{},"Thoughts on collaboration in education":{},"The Pilot Capless: a stellar stealth pen":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Emotional Magic":{},"Ever-increasing Work Email Spam":{},"Constraint-based Creativity":{},"Creative Critical Thinking":{},"2021 Donations":{},"Why Mastodon Isn't Great For Serendipity":{},"Dark Age of Camelot in 2022":{},"The Death Of The Nike+ SportWatch":{},"From Mood Board To Mood Mugs":{}},"tags":{}}],["daisi",{"_index":9560,"title":{},"content":{"The Emperor of Lists":{}},"tags":{}}],["damag",{"_index":4406,"title":{},"content":{"A Decade in the Software Engineering industry":{},"My Kotlin Rose-Tinted Glasses Broke":{},"A Creative State of Mind":{}},"tags":{}}],["damage_",{"_index":11095,"title":{},"content":{"A Personal Intro To Rough Hip-Hop":{}},"tags":{}}],["damian",{"_index":7590,"title":{},"content":{"Social Debt in Development Teams":{}},"tags":{}}],["damn",{"_index":2894,"title":{},"content":{"Nuts about local nuts":{},"Exploring the AlterNet":{},"Apple's App Store Design Mistake":{},"A 5.25\" Gobliins 2 Surprise":{},"Woke in Class":{},"February 2022 In Review":{},"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["dan",{"_index":602,"title":{},"content":{"undefined":{},"Over entropie":{},"Over het introduceren van bedrijfsethiek":{},"A Ph.D. Thesis Proposal":{},"Over de inflatie van intellect":{},"Over tijdsbesef":{},"Boeken die mij gevormd hebben tot wie ik ben":{},"Over analoog en digitaal":{},"De zin en onzin van conferenties":{},"Over Onmiddellijke Voldoening":{},"A Personal Intro To Gentle Hip-Hop":{},"Drought":{}},"tags":{}}],["danc",{"_index":12185,"title":{},"content":{"June 2022 In Review":{}},"tags":{}}],["dandara",{"_index":10029,"title":{},"content":{"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["danger",{"_index":6936,"title":{},"content":{"Exploring the AlterNet":{},"Why I Play Games (And So Should You)":{},"On Trying To Sell A Laptop":{}},"tags":{}}],["daniel](https://ineed.coffe",{"_index":6995,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"tags":{}}],["danni",{"_index":3054,"title":{},"content":{"2017 in books":{},"Academic Lineage":{}},"tags":{}}],["danny'",{"_index":3076,"title":{},"content":{"2017 in books":{}},"tags":{}}],["daoc",{"_index":10262,"title":{},"content":{"Dark Age of Camelot in 2022":{}},"tags":{}}],["daoc'",{"_index":10294,"title":{},"content":{"Dark Age of Camelot in 2022":{}},"tags":{}}],["dare",{"_index":4751,"title":{},"content":{"IT Competences and Certificates":{},"Stop limiting yourself to JS in browsers":{},"Are You In The System Yet, Sir?":{},"Are Digital Gardens Blogs?":{},"How to setup Pi-Hole on a Synology NAS":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["daredevil",{"_index":10131,"title":{},"content":{"Seneca on How to Live":{}},"tags":{}}],["daringli",{"_index":7073,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["darjeel",{"_index":8192,"title":{},"content":{"On Tea Prices":{}},"tags":{}}],["darjeeling](https://www.mariagefreres.com/fr/2",{"_index":8205,"title":{},"content":{"On Tea Prices":{}},"tags":{}}],["dark",{"_index":4718,"title":{"Dark Age of Camelot in 2022":{}},"content":{"IT Competences and Certificates":{},"Software Engineering Is Not Engineering":{},"December 2021 In Review":{},"Winnie Lim on Rebuilding Oneself":{}},"tags":{}}],["darker",{"_index":7229,"title":{},"content":{"Exploring the Go programming language":{}},"tags":{}}],["darl",{"_index":11099,"title":{},"content":{"A Personal Intro To Rough Hip-Hop":{}},"tags":{}}],["darmstadt",{"_index":10912,"title":{},"content":{"Visualizing Personal Data Takeouts":{}},"tags":{}}],["darwin",{"_index":9020,"title":{},"content":{"Are Digital Gardens Blogs?":{},"From Curiosity To Creativity":{}},"tags":{}}],["darwin'",{"_index":9689,"title":{},"content":{"From Curiosity To Creativity":{}},"tags":{}}],["daryl",{"_index":10041,"title":{},"content":{"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["dash",{"_index":4368,"title":{},"content":{"Productivity Tools on all platforms":{},"Generating a Blogroll With OPML in Hugo":{},"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["dat",{"_index":510,"title":{},"content":{"undefined":{},"Over entropie":{},"Over het introduceren van bedrijfsethiek":{},"A Ph.D. Thesis Proposal":{},"Over de inflatie van intellect":{},"Over tijdsbesef":{},"Boeken die mij gevormd hebben tot wie ik ben":{},"Over analoog en digitaal":{},"De zin en onzin van conferenties":{},"Over Onmiddellijke Voldoening":{},"Drought":{}},"tags":{}}],["data",{"_index":1346,"title":{"Water Levels As Public Data":{},"Visualizing Personal Data Takeouts":{}},"content":{"Unit Testing Stored Procedures":{},"Enhancing the builder pattern with closures":{},"Integration Testing with SQLite":{},"Faking domain logic":{},"Unit Testing Extjs UI with Siesta":{},"Webdriver Exception Handling":{},"Migrating from Extjs to React gradually":{},"Teaching by philosophy":{},"Five reasons why agile and academia don't go together":{},"ITiCSE 2020: A Report":{},"Tracking and privacy concerns on websites":{},"An am486 Performance Analysis":{},"Reviving an old 80486 PC":{},"Personal Desktop Screenshots of Olde":{},"Digitizing journals using DEVONthink":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Always have a Diaster Recovery Plan":{},"Getting rid of trackers using LineageOS":{},"Teaching students about coding trends":{},"Host your own webmention receiver":{},"Flea Market Season":{},"YouTube Play Image Links in Hugo":{},"Water Levels As Public Data":{},"My Kotlin Rose-Tinted Glasses Broke":{},"Are You In The System Yet, Sir?":{},"The HP Sprocket Mini Printer":{},"Parking Machines Design Mistakes":{},"Ever-increasing Work Email Spam":{},"Power Usage Effectiveness":{},"Exporting Goodreads to Obsidian":{},"Migrating from Mailchimp to Listmonk":{},"Why Mastodon Isn't Great For Serendipity":{},"December 2021 In Review":{},"Generating a Blogroll With OPML in Hugo":{},"A Factor Analysis For Dummies in R":{},"Natural Gas Prices and The Energy Market":{},"Winnie Lim on Rebuilding Oneself":{},"Visualizing Personal Data Takeouts":{},"Water Usage and Prices":{},"An Ad Leaflet QR Design Mistake":{},"Choosing an Audio Codec":{},"Creativity Equals Messy Code?":{},"February 2022 In Review":{},"Cool Things People Do With Their Blogs":{},"Fighting Webmention And Pingback Spam":{},"The Death Of The Nike+ SportWatch":{},"Don't Expose The Stacktrace Please!":{},"The Modern QR Code Life":{},"Give Up GitHub!":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["data cent",{"_index":9257,"title":{},"content":{},"tags":{"Power Usage Effectiveness":{}}}],["data!_",{"_index":10907,"title":{},"content":{"Visualizing Personal Data Takeouts":{}},"tags":{}}],["data('bfi",{"_index":10410,"title":{},"content":{"A Factor Analysis For Dummies in R":{}},"tags":{}}],["data/webmentions.json",{"_index":7435,"title":{},"content":{"Host your own webmention receiver":{}},"tags":{}}],["data](/post/2021/01/digit",{"_index":6993,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"tags":{}}],["data](/post/2021/07/waterlevel",{"_index":10500,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["data](https://medium.com/th",{"_index":10620,"title":{},"content":{"Winnie Lim on Rebuilding Oneself":{}},"tags":{}}],["data_",{"_index":7149,"title":{},"content":{"The IndieWeb Mixed Bag":{}},"tags":{}}],["databas",{"_index":1609,"title":{},"content":{"Enhancing the builder pattern with closures":{},"Integration Testing with SQLite":{},"Metaprogramming instead of duplication":{},"Hiding Code Complexity":{},"Digitizing journals using DEVONthink":{},"Always have a Diaster Recovery Plan":{},"Water Levels As Public Data":{},"Emotional Magic":{},"Academic Lineage":{},"Expiry Dates On Journals":{},"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["dataset](https://www.rdocumentation.org/packages/psych/versions/2.1.9/topics/bfi",{"_index":10407,"title":{},"content":{"A Factor Analysis For Dummies in R":{}},"tags":{}}],["datatypes.html#tupl",{"_index":1028,"title":{},"content":{"undefined":{}},"tags":{}}],["datatypes](http://www.diveintopython3.net/n",{"_index":1027,"title":{},"content":{"undefined":{}},"tags":{}}],["datavi",{"_index":8313,"title":{},"content":{},"tags":{"The Decline of Battery Life":{},"Water Levels As Public Data":{},"Natural Gas Prices and The Energy Market":{},"Visualizing Personal Data Takeouts":{},"Water Usage and Prices":{}}}],["date",{"_index":482,"title":{"Expiry Dates On Journals":{}},"content":{"undefined":{},"Integration Testing with SQLite":{},"Journaling in practice":{},"Productivity Tools on all platforms":{},"Five reasons why agile and academia don't go together":{},"Programming on the Apple M1 Silicon":{},"Teaching students about coding trends":{},"Re: Is collecting physical games worth it?":{},"Book Number Fourteen":{},"Exporting Goodreads to Obsidian":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"Don't Expose The Stacktrace Please!":{},"Freshly Baked Thoughts":{}},"tags":{}}],["date_format(dates.startdate,'%d/%m",{"_index":11711,"title":{},"content":{"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["dates.event_id",{"_index":11719,"title":{},"content":{"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["dates.startd",{"_index":11725,"title":{},"content":{"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["datetim",{"_index":1717,"title":{},"content":{"Integration Testing with SQLite":{}},"tags":{}}],["datetimeformat",{"_index":1712,"title":{},"content":{"Integration Testing with SQLite":{}},"tags":{}}],["daughter",{"_index":5930,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["daughterboard",{"_index":5901,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["daunt",{"_index":2483,"title":{},"content":{"How to teach kids to program":{},"A Ph.D. Thesis: Iteration 2":{},"Minimalism and Tidying Up":{},"Thoughts On Home NAS Systems":{}},"tags":{}}],["dave",{"_index":11869,"title":{},"content":{"On Learning A New (Programming) Language":{}},"tags":{}}],["david",{"_index":2815,"title":{},"content":{"Journaling in practice":{},"Nuts about local nuts":{},"Boeken die mij gevormd hebben tot wie ik ben":{},"Using Pandoc to publish a book":{},"Thoughts on Bullshit Jobs":{},"Re: Is collecting physical games worth it?":{},"Rules of a Creator's Life":{},"On Selling a Self-published Book":{},"Thirty-Six":{},"On Learning A New (Programming) Language":{}},"tags":{}}],["dawn",{"_index":6766,"title":{},"content":{"The insanity of collecting retro games":{}},"tags":{}}],["day",{"_index":1,"title":{"Ending your day with happy thoughts":{}},"content":{"Ending your day with happy thoughts":{},"On finding your inner zen in big cities":{},"Learning to become a baker":{},"Bye autotools hello Scons":{},"Faking domain logic":{},"Teaching yourself to draw":{},"Are you handing over enough when inspiring someone?":{},"How to teach kids to program":{},"A samurai learning mindset":{},"Healing creative scars":{},"Inventing - for the worse?":{},"Hiding Code Complexity":{},"Take your time.":{},"Concentrating on serendipitous creativity":{},"Death to pseudocode?":{},"Teaching Object-Oriented design using the GBA":{},"Programming: a Creative Cognitive Process":{},"Five reasons why agile and academia don't go together":{},"Tracking and privacy concerns on websites":{},"An am486 Performance Analysis":{},"486 Upgrade 1: Sound Blaster 16":{},"Personal Desktop Screenshots of Olde":{},"Programming on the Apple M1 Silicon":{},"The Productive Programmer on Mac":{},"You Shouldn't Use Spotify":{},"Getting rid of trackers using LineageOS":{},"Discord killed support for WinXP":{},"Exploring the Go programming language":{},"Stop limiting yourself to JS in browsers":{},"The first Dutch Obsidian meetup":{},"Using Hugo to Launch a Gemini Capsule":{},"Moon Logic":{},"Nineties collecting nostalgia":{},"Social Debt in Development Teams":{},"Belgium - Portugal: 5 - 2":{},"Flea Market Season":{},"Software Engineering Is Not Engineering":{},"Book Number Fourteen":{},"The Decline of Battery Life":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Are You In The System Yet, Sir?":{},"Favorite Game Meme":{},"The HP Sprocket Mini Printer":{},"Parking Machines Design Mistakes":{},"Ditch Scrum, Organize As You See Fit":{},"The Lost Art of Being Lost":{},"The Emperor of Lists":{},"Exporting Goodreads to Obsidian":{},"How Not To Do A Remaster":{},"Where Does It Stop?":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Technical Knowledge Brews Creativity":{},"December 2021 In Review":{},"Why I Play Games (And So Should You)":{},"Woke in Class":{},"On Trying To Sell A Laptop":{},"My Retrocomputing Projects For 2022":{},"What a Night Cam Is Good For":{},"Cool Things People Do With Their Blogs":{},"March 2022 In Review":{},"April 2022 In Review":{},"Don't Expose The Stacktrace Please!":{},"Drought":{},"My Programming Language Odyssey":{},"On Commuting By Bike":{},"The Life Lessons of Bonnie":{},"From Mood Board To Mood Mugs":{},"May 2022 In Review":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["day\"_",{"_index":8879,"title":{},"content":{"Favorite Game Meme":{}},"tags":{}}],["day(",{"_index":12171,"title":{},"content":{"June 2022 In Review":{}},"tags":{}}],["day/galleri",{"_index":8645,"title":{},"content":{"Pinball Machines in a Jenever Museum":{}},"tags":{}}],["day_",{"_index":11673,"title":{},"content":{"April 2022 In Review":{}},"tags":{}}],["dayz_",{"_index":10847,"title":{},"content":{"Once Upon a Time in Shaolin":{}},"tags":{}}],["db",{"_index":1653,"title":{},"content":{"Integration Testing with SQLite":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Migrating from Mailchimp to Listmonk":{}},"tags":{}}],["db::select(\"select",{"_index":11707,"title":{},"content":{"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["db](https://docs.google.com/spreadsheets/d/1lvf9noamklecphr_saa48m7suxitwii72ghrcw0wpnu/edit#gid=0",{"_index":5766,"title":{},"content":{"An am486 Performance Analysis":{}},"tags":{}}],["dbconfigurationmock",{"_index":1729,"title":{},"content":{"Metaprogramming instead of duplication":{}},"tags":{}}],["dc00",{"_index":11562,"title":{},"content":{"Password Hacking Sylvester & Tweety: Breakfast on the Run":{}},"tags":{}}],["ddd",{"_index":4305,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["ddl",{"_index":1722,"title":{},"content":{"Integration Testing with SQLite":{}},"tags":{}}],["ddr",{"_index":6081,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{},"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["ddr2",{"_index":6084,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{}},"tags":{}}],["ddr3",{"_index":6117,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{},"The Decline of Battery Life":{}},"tags":{}}],["de",{"_index":606,"title":{"Over de inflatie van intellect":{},"De zin en onzin van conferenties":{}},"content":{"undefined":{},"2017 in books":{},"Over entropie":{},"Over het introduceren van bedrijfsethiek":{},"A Ph.D. Thesis Proposal":{},"Over de inflatie van intellect":{},"Over tijdsbesef":{},"Boeken die mij gevormd hebben tot wie ik ben":{},"Over analoog en digitaal":{},"De zin en onzin van conferenties":{},"Over Onmiddellijke Voldoening":{},"The first Dutch Obsidian meetup":{},"The Fridge, Your Inoculation Room":{},"A Triumph For Blogging":{},"Constraint-based Creativity":{},"Migrating from Mailchimp to Listmonk":{},"Seneca on How to Live":{},"December 2021 In Review":{},"Water Usage and Prices":{},"Academic Lineage":{},"February 2022 In Review":{},"March 2022 In Review":{},"April 2022 In Review":{},"Drought":{}},"tags":{}}],["de'bardi",{"_index":9076,"title":{},"content":{"Collective Creativity":{}},"tags":{}}],["dead",{"_index":3176,"title":{},"content":{"Take your time.":{},"Building an Athlon Windows 98 Retro PC":{},"Reducing Workflow Load Facilitates Writing":{},"On Selling a Self-published Book":{},"A 5.25\" Gobliins 2 Surprise":{},"Migrating from Mailchimp to Listmonk":{},"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["dead[^dead",{"_index":6168,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["deadli",{"_index":2664,"title":{},"content":{"Healing creative scars":{}},"tags":{}}],["deadlin",{"_index":9164,"title":{},"content":{"Ever-increasing Work Email Spam":{}},"tags":{}}],["deal",{"_index":6551,"title":{},"content":{"RSS Feeds, Hugo, and Lazy Image Loading":{},"The Fridge, Your Inoculation Room":{},"Ever-increasing Work Email Spam":{},"Questionable Game Publishing Methods":{},"Wax Seals And Snail Mail":{},"Drought":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["dealer",{"_index":9087,"title":{},"content":{"Collective Creativity":{},"A Decision Tree For Buying Retro Gaming Handhelds":{}},"tags":{}}],["deals](/post/2021/06/whi",{"_index":7715,"title":{},"content":{"Flea Market Season":{}},"tags":{}}],["death",{"_index":3253,"title":{"Death to pseudocode?":{},"The Death Of The Nike+ SportWatch":{}},"content":{"Belgium - Portugal: 5 - 2":{},"What if Seneca wasn't Nero's advisor?":{},"Thirty-Six":{},"The Emperor of Lists":{},"November 2021 Meta Post":{},"Technical Knowledge Brews Creativity":{},"Winnie Lim on Rebuilding Oneself":{},"A Personal Intro To Gentle Hip-Hop":{},"March 2022 In Review":{},"None Of My Best Friends Are Content Creators":{}},"tags":{}}],["death'",{"_index":10030,"title":{},"content":{"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["death](https://jefklakscodex.com/games/flip",{"_index":10074,"title":{},"content":{"November 2021 Meta Post":{}},"tags":{}}],["deb",{"_index":2103,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{}},"tags":{}}],["debacl",{"_index":7083,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["debandjesfabriek.nl](https://www.debandjesfabriek.nl/shop/norelco",{"_index":11802,"title":{},"content":{"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["debat",{"_index":7082,"title":{},"content":{"Teaching students about coding trends":{},"Collective Creativity":{},"Creative Critical Thinking":{},"Technical Knowledge Brews Creativity":{},"Once Upon a Time in Shaolin":{},"Creativity Equals Messy Code?":{}},"tags":{}}],["debates[^rm",{"_index":7249,"title":{},"content":{"Stop limiting yourself to JS in browsers":{}},"tags":{}}],["deborah",{"_index":7614,"title":{},"content":{"Academese Gems":{}},"tags":{}}],["debt",{"_index":7563,"title":{"Social Debt in Development Teams":{}},"content":{"Social Debt in Development Teams":{},"Academese Gems":{}},"tags":{}}],["debt_",{"_index":7566,"title":{},"content":{"Social Debt in Development Teams":{}},"tags":{}}],["debug",{"_index":1215,"title":{},"content":{"undefined":{},"Unit testing in Legacy Projects: VB6":{},"A Decade in the Software Engineering industry":{},"Teaching Object-Oriented design using the GBA":{},"Hugo Extended: More static site processing power!":{},"Getting rid of trackers using LineageOS":{},"Apple's App Store Design Mistake":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["debug.writeline(george.isold",{"_index":4313,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["debugg",{"_index":11573,"title":{},"content":{"Password Hacking Sylvester & Tweety: Breakfast on the Run":{}},"tags":{}}],["debunk",{"_index":5718,"title":{},"content":{"Thoughts on collaboration in education":{}},"tags":{}}],["decad",{"_index":4389,"title":{"A Decade in the Software Engineering industry":{}},"content":{"Misconceptions about retro gamers":{},"Collective Creativity":{},"Thoughts On Home NAS Systems":{},"May 2022 In Review":{},"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["deceit",{"_index":9505,"title":{},"content":{"Creative Critical Thinking":{}},"tags":{}}],["decemb",{"_index":8191,"title":{"December 2021 In Review":{}},"content":{"On Tea Prices":{},"Allspice Is Not All Spice":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"The Monthly Retro Screenshot Guessing Quiz":{},"November 2021 Meta Post":{},"December 2021 In Review":{},"Natural Gas Prices and The Energy Market":{},"January 2022 In Review":{}},"tags":{}}],["decennium",{"_index":3722,"title":{},"content":{"A Ph.D. Thesis Proposal":{}},"tags":{}}],["decent",{"_index":428,"title":{},"content":{"No, vegetarians do not eat fish!":{},"Development principles in cooking":{},"An am486 Performance Analysis":{},"A journey through the history of webdesign":{},"Building an Athlon Windows 98 Retro PC":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"My Retro Desk/Gaming Setup in 2021":{},"Exploring the Go programming language":{},"Host your own webmention receiver":{},"Why I Play Games (And So Should You)":{},"Thoughts On Home NAS Systems":{},"How To Stream Your Own Music: Reprise":{},"Leuchtturm Notebook Paper Quality":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["decentr",{"_index":6514,"title":{},"content":{"Digitizing journals using DEVONthink":{},"Why Mastodon Isn't Great For Serendipity":{},"Give Up GitHub!":{}},"tags":{}}],["decept",{"_index":4958,"title":{},"content":{"Programming: a Creative Cognitive Process":{},"Creativity Equals Messy Code?":{}},"tags":{}}],["decibel",{"_index":3159,"title":{},"content":{"Take your time.":{}},"tags":{}}],["decid",{"_index":1011,"title":{},"content":{"Learning to become a baker":{},"Unit Testing Extjs UI with Siesta":{},"Unit testing in Legacy Projects: VB6":{},"Are you handing over enough when inspiring someone?":{},"Hiding Code Complexity":{},"Computer Science learning pathways":{},"Unit Testing PicoBlaze Assembly files":{},"Teaching Object-Oriented design using the GBA":{},"Page Building with Brizy in Wordpress":{},"Using Pandoc to publish a book":{},"Reviving an old 80486 PC":{},"A journey through the history of webdesign":{},"Building a Core2Duo Windows XP Retro PC":{},"Personal Desktop Screenshots of Olde":{},"The Productive Programmer on Mac":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Teaching students about coding trends":{},"Discord killed support for WinXP":{},"Using Hugo to Launch a Gemini Capsule":{},"A Note About Footnotes":{},"Collective Creativity":{},"Dear Student":{},"Ditch Scrum, Organize As You See Fit":{},"Very Old and Somewhat Old Mood Boards":{},"How Not To Do A Remaster":{},"Migrating from Mailchimp to Listmonk":{},"Dark Age of Camelot in 2022":{},"Natural Gas Prices and The Energy Market":{},"Woke in Class":{},"How to setup Pi-Hole on a Synology NAS":{},"January 2022 In Review":{},"On Trying To Sell A Laptop":{},"Thoughts On Home NAS Systems":{},"Visualizing Personal Data Takeouts":{},"A Personal Intro To Rough Hip-Hop":{},"March 2022 In Review":{},"The Death Of The Nike+ SportWatch":{},"Wax Seals And Snail Mail":{},"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["deciph",{"_index":11161,"title":{},"content":{"An Ad Leaflet QR Design Mistake":{}},"tags":{}}],["decis",{"_index":1941,"title":{"A Decision Tree For Buying Retro Gaming Handhelds":{}},"content":{"Faking domain logic":{},"Are you handing over enough when inspiring someone?":{},"Computer Science learning pathways":{},"Thoughts on collaboration in education":{},"486 Upgrade 2: The SD Card HDD":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Software Engineering Is Not Engineering":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Ditch Scrum, Organize As You See Fit":{},"How Not To Do A Remaster":{},"2021 Donations":{},"Dark Age of Camelot in 2022":{},"The Creative Techniques Toolbox":{},"Fighting Webmention And Pingback Spam":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"May 2022 In Review":{}},"tags":{}}],["deck",{"_index":8534,"title":{},"content":{"Emotional Magic":{}},"tags":{}}],["declar",{"_index":646,"title":{},"content":{"undefined":{},"Unit Testing Stored Procedures":{},"On Manuscript Review Procedures":{},"Software Engineering Is Not Engineering":{},"Creativity Self-Assessment Is Nonsense":{},"The HP Sprocket Mini Printer":{},"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["declareert",{"_index":637,"title":{},"content":{"undefined":{}},"tags":{}}],["declareren",{"_index":1103,"title":{},"content":{"undefined":{}},"tags":{}}],["declin",{"_index":8271,"title":{"The Decline of Battery Life":{}},"content":{"Sparking Conversations at Conferences":{}},"tags":{}}],["declining](https://mmo",{"_index":10290,"title":{},"content":{"Dark Age of Camelot in 2022":{}},"tags":{}}],["decod",{"_index":10189,"title":{},"content":{"Three Little GameCube Mods":{},"How to setup Pi-Hole on a Synology NAS":{},"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["decoder.charsetread",{"_index":11471,"title":{},"content":{"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["decomposit",{"_index":9530,"title":{},"content":{"Creative Critical Thinking":{}},"tags":{}}],["decor",{"_index":436,"title":{},"content":{"No, vegetarians do not eat fish!":{},"undefined":{},"Custom Webdriver Page Factories":{},"Designing websites with accessibility in mind":{},"Very Old and Somewhat Old Mood Boards":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Dark Age of Camelot in 2022":{},"Minimalism and Tidying Up":{},"Leuchtturm Notebook Paper Quality":{},"From Mood Board To Mood Mugs":{}},"tags":{}}],["decoreren",{"_index":780,"title":{},"content":{"undefined":{}},"tags":{}}],["decreas",{"_index":9113,"title":{},"content":{"Dear Student":{},"Constraint-based Creativity":{}},"tags":{}}],["decronstruct",{"_index":3308,"title":{},"content":{"Thinking in terms of objects":{}},"tags":{}}],["decyph",{"_index":9189,"title":{},"content":{"Very Old and Somewhat Old Mood Boards":{}},"tags":{}}],["dedic",{"_index":3273,"title":{},"content":{"Death to pseudocode?":{},"Project Warlock: About Perseverance":{},"The Internet Killed Secrets in Games":{},"Academese Gems":{},"How Much Should I Spend On Magic The Gathering":{},"On Tea Prices":{},"20 Years of Personal Cellphone History":{},"Favorite Game Meme":{},"Ditch Scrum, Organize As You See Fit":{},"Three Little GameCube Mods":{}},"tags":{}}],["deduc",{"_index":11599,"title":{},"content":{"True Backlink Support in Hugo":{}},"tags":{}}],["deduct",{"_index":3311,"title":{},"content":{"Thinking in terms of objects":{}},"tags":{}}],["deed",{"_index":10154,"title":{},"content":{"Technical Knowledge Brews Creativity":{}},"tags":{}}],["deel",{"_index":1143,"title":{},"content":{"undefined":{},"A Ph.D. Thesis Proposal":{},"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["deem",{"_index":9187,"title":{},"content":{"Very Old and Somewhat Old Mood Boards":{}},"tags":{}}],["deep",{"_index":1852,"title":{},"content":{"Bye autotools hello Scons":{},"Development principles in cooking":{},"Hiding Code Complexity":{},"Concentrating on serendipitous creativity":{},"The Internet Killed Secrets in Games":{},"My Retro Desk/Gaming Setup in 2021":{},"Exploring the Go programming language":{},"Academese Gems":{},"Software Engineering Is Not Engineering":{},"Emotional Magic":{},"Pinball Machines in a Jenever Museum":{},"A Triumph For Blogging":{},"The Lost Art of Being Lost":{},"A Personal Intro To Rough Hip-Hop":{},"Teaching Software Engineering Is Still Done Wrong":{}},"tags":{}}],["deep]/awhil",{"_index":11827,"title":{},"content":{"My Programming Language Odyssey":{}},"tags":{}}],["deeper",{"_index":8549,"title":{},"content":{"Kotlin Is Java 2.0, But It's Still Java":{},"Favorite Game Meme":{},"Winnie Lim on Rebuilding Oneself":{},"Choosing an Audio Codec":{},"Expiry Dates On Journals":{}},"tags":{}}],["deepli",{"_index":1935,"title":{},"content":{"Faking domain logic":{},"Re: Writing A Book Is Nonesense":{},"Winnie Lim on Rebuilding Oneself":{},"February 2022 In Review":{},"Drought":{}},"tags":{}}],["def",{"_index":1039,"title":{},"content":{"undefined":{},"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["default",{"_index":569,"title":{},"content":{"undefined":{},"Visual Studio 2012 for Eclipse users":{},"Enhancing the builder pattern with closures":{},"Migrating from Extjs to React gradually":{},"DIY: Hosting stuff on your own VPS":{},"Reviving an old 80486 PC":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"YouTube Play Image Links in Hugo":{},"Reducing Workflow Load Facilitates Writing":{},"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["default.aspxbrain",{"_index":5507,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["footnot",{"_index":8773,"title":{"A Note About Footnotes":{}},"content":{"A Note About Footnotes":{},"Ditch Scrum, Organize As You See Fit":{}},"tags":{}}],["footnote_",{"_index":8778,"title":{},"content":{"A Note About Footnotes":{}},"tags":{}}],["for(int",{"_index":515,"title":{},"content":{"undefined":{},"Death to pseudocode?":{}},"tags":{}}],["for(var",{"_index":863,"title":{},"content":{"undefined":{}},"tags":{}}],["for](https://www.jenevermuseum.b",{"_index":8624,"title":{},"content":{"Pinball Machines in a Jenever Museum":{}},"tags":{}}],["foray",{"_index":4630,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["forbid",{"_index":9501,"title":{},"content":{"Creative Critical Thinking":{}},"tags":{}}],["forbidden",{"_index":3158,"title":{},"content":{"Take your time.":{}},"tags":{}}],["forc",{"_index":3127,"title":{},"content":{"Hiding Code Complexity":{},"An am486 Performance Analysis":{},"Digitizing journals using DEVONthink":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Lousy Wordpress Hacking Attempts detected":{},"Moon Logic":{},"What if Seneca wasn't Nero's advisor?":{},"Technical Knowledge Brews Creativity":{},"The Creative Techniques Toolbox":{},"On Trying To Sell A Laptop":{},"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["forcefulli",{"_index":9757,"title":{},"content":{"Where Does It Stop?":{}},"tags":{}}],["forceren",{"_index":1390,"title":{},"content":{"undefined":{}},"tags":{}}],["ford",{"_index":6576,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["ford'",{"_index":4336,"title":{},"content":{"Productivity Tools on all platforms":{},"The Productive Programmer on Mac":{}},"tags":{}}],["fordbla",{"_index":5501,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["headland",{"_index":10036,"title":{},"content":{"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["headlin",{"_index":9738,"title":{},"content":{"How Not To Do A Remaster":{},"Why Mastodon Isn't Great For Serendipity":{}},"tags":{}}],["heal",{"_index":2638,"title":{"Healing creative scars":{}},"content":{"Journaling in practice":{}},"tags":{}}],["health",{"_index":8438,"title":{},"content":{"Accidental Discovery By Bike: Fietsknooppunten":{},"The Creative Techniques Toolbox":{},"Why I Play Games (And So Should You)":{},"An Ad Leaflet QR Design Mistake":{}},"tags":{}}],["healthi",{"_index":8966,"title":{},"content":{"Parking Machines Design Mistakes":{},"A Treatise on Leavened Waffles":{},"Why I Play Games (And So Should You)":{}},"tags":{}}],["heap",{"_index":2009,"title":{},"content":{".NET Memory management VS JVM Memory management":{},"Unit testing in Legacy Projects: VB6":{}},"tags":{}}],["hear",{"_index":350,"title":{},"content":{"No, vegetarians do not eat fish!":{},"Teaching yourself to draw":{},"How to teach kids to program":{},"Favorite Game Meme":{},"Dear Student":{},"Minimalism and Tidying Up":{},"Choosing an Audio Codec":{}},"tags":{}}],["heard",{"_index":1310,"title":{},"content":{"Unit Testing Stored Procedures":{},"Digitizing journals using DEVONthink":{},"You Shouldn't Use Spotify":{},"The Pilot Capless: a stellar stealth pen":{}},"tags":{}}],["heart",{"_index":8187,"title":{},"content":{"On Tea Prices":{},"Rules of a Creator's Life":{},"Favorite Game Meme":{},"Questionable Game Publishing Methods":{}},"tags":{}}],["heat",{"_index":6101,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{},"The Fridge, Your Inoculation Room":{},"Power Usage Effectiveness":{},"Constraint-based Creativity":{},"Natural Gas Prices and The Energy Market":{},"Water Usage and Prices":{}},"tags":{}}],["heaven",{"_index":1513,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["heavi",{"_index":1995,"title":{},"content":{".NET Memory management VS JVM Memory management":{},"Unit Testing Extjs UI with Siesta":{},"Computer Science learning pathways":{},"Programming: a Creative Cognitive Process":{},"The Pilot Capless: a stellar stealth pen":{},"YouTube Play Image Links in Hugo":{},"Water Levels As Public Data":{},"20 Years of Personal Cellphone History":{},"Dear Student":{},"Power Usage Effectiveness":{},"Creative Critical Thinking":{},"Technical Knowledge Brews Creativity":{},"January 2022 In Review":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"From Mood Board To Mood Mugs":{}},"tags":{}}],["heavier",{"_index":7504,"title":{},"content":{"Nineties collecting nostalgia":{}},"tags":{}}],["heavili",{"_index":1364,"title":{},"content":{"undefined":{},"Productivity Tools on all platforms":{},"How Much Should I Spend On Magic The Gathering":{},"The Decline of Battery Life":{},"What if Seneca wasn't Nero's advisor?":{},"A Treatise on Leavened Waffles":{},"How To Enjoy Your Own Digital Music":{},"On Trying To Sell A Laptop":{},"June 2022 In Review":{}},"tags":{}}],["heavyweight",{"_index":2048,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{},"Teaching by philosophy":{},"Programming on the Apple M1 Silicon":{},"Ditch Scrum, Organize As You See Fit":{},"Ever-increasing Work Email Spam":{},"Give Up GitHub!":{},"June 2022 In Review":{}},"tags":{}}],["heb",{"_index":643,"title":{},"content":{"undefined":{},"A Ph.D. Thesis Proposal":{},"Over de inflatie van intellect":{},"Boeken die mij gevormd hebben tot wie ik ben":{},"Over analoog en digitaal":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["hebben",{"_index":3479,"title":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"content":{"Over entropie":{},"A Ph.D. Thesis Proposal":{},"Over de inflatie van intellect":{},"Over tijdsbesef":{},"Boeken die mij gevormd hebben tot wie ik ben":{},"De zin en onzin van conferenties":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["hebt",{"_index":4149,"title":{},"content":{"Over tijdsbesef":{},"Over analoog en digitaal":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["heck",{"_index":6423,"title":{},"content":{"Programming on the Apple M1 Silicon":{},"How to write academic papers in Markdown":{},"A 5.25\" Gobliins 2 Surprise":{}},"tags":{}}],["hector",{"_index":11565,"title":{},"content":{"Password Hacking Sylvester & Tweety: Breakfast on the Run":{}},"tags":{}}],["heden",{"_index":4294,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["hedendaags",{"_index":3964,"title":{},"content":{"Over de inflatie van intellect":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["hedgehog",{"_index":68,"title":{},"content":{"Ending your day with happy thoughts":{}},"tags":{}}],["heeft",{"_index":489,"title":{},"content":{"undefined":{},"Over tijdsbesef":{},"Boeken die mij gevormd hebben tot wie ik ben":{},"Over analoog en digitaal":{}},"tags":{}}],["heel",{"_index":1073,"title":{},"content":{"undefined":{},"Over het introduceren van bedrijfsethiek":{},"Over tijdsbesef":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["heelal",{"_index":3481,"title":{},"content":{"Over entropie":{}},"tags":{}}],["heen",{"_index":1227,"title":{},"content":{"undefined":{},"Over de inflatie van intellect":{}},"tags":{}}],["hefti",{"_index":5566,"title":{},"content":{"ITiCSE 2020: A Report":{},"A 5.25\" Gobliins 2 Surprise":{}},"tags":{}}],["hegel",{"_index":8394,"title":{},"content":{"What if Seneca wasn't Nero's advisor?":{}},"tags":{}}],["hegel'",{"_index":12002,"title":{},"content":{"May 2022 In Review":{}},"tags":{}}],["heiddeg",{"_index":8395,"title":{},"content":{"What if Seneca wasn't Nero's advisor?":{}},"tags":{}}],["height",{"_index":2707,"title":{},"content":{"A quick look at 6 fountain pens":{}},"tags":{}}],["height='16'>fe",{"_index":12243,"title":{},"content":{"Freshly Baked Thoughts":{}},"tags":{}}],["heijn",{"_index":8820,"title":{},"content":{"Are You In The System Yet, Sir?":{}},"tags":{}}],["hel",{"_index":4299,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["helaa",{"_index":3962,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["held",{"_index":6178,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{},"Water Levels As Public Data":{},"What if Seneca wasn't Nero's advisor?":{},"Collective Creativity":{}},"tags":{}}],["hele",{"_index":1151,"title":{},"content":{"undefined":{},"Over tijdsbesef":{}},"tags":{}}],["helema",{"_index":4541,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["helft",{"_index":3873,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["helicopt",{"_index":9725,"title":{},"content":{"How Not To Do A Remaster":{}},"tags":{}}],["hell",{"_index":1957,"title":{},"content":{"Faking domain logic":{},"Digitizing journals using DEVONthink":{},"Teaching students about coding trends":{},"Pinball Machines in a Jenever Museum":{},"A Treatise on Leavened Waffles":{},"On Commuting By Bike":{}},"tags":{}}],["hell_",{"_index":4777,"title":{},"content":{"Teaching Object-Oriented design using the GBA":{}},"tags":{}}],["hellen",{"_index":9429,"title":{},"content":{"Constraint-based Creativity":{}},"tags":{}}],["hello",{"_index":1130,"title":{"Bye autotools hello Scons":{}},"content":{"undefined":{},"How to write academic papers in Markdown":{},"Exploring the Go programming language":{},"Cheese cheese cheese cheese cheese":{},"On Trying To Sell A Laptop":{}},"tags":{}}],["help",{"_index":149,"title":{},"content":{"Ending your day with happy thoughts":{},"Unit Testing Stored Procedures":{},"Bye autotools hello Scons":{},"Unit Testing Extjs UI with Siesta":{},"Teaching yourself to draw":{},"Healing creative scars":{},"Nuts about local nuts":{},"Take your time.":{},"Concentrating on serendipitous creativity":{},"Computer Science learning pathways":{},"A Decade in the Software Engineering industry":{},"Programming: a Creative Cognitive Process":{},"Page Building with Brizy in Wordpress":{},"Using Pandoc to publish a book":{},"Project Warlock: About Perseverance":{},"3D Software Rendering on the GBA":{},"Thoughts on collaboration in education":{},"Personal Desktop Screenshots of Olde":{},"The Internet Killed Secrets in Games":{},"How to write academic papers in Markdown":{},"The IndieWeb Mixed Bag":{},"Academese Gems":{},"Water Levels As Public Data":{},"Cheese cheese cheese cheese cheese":{},"My Kotlin Rose-Tinted Glasses Broke":{},"Parking Machines Design Mistakes":{},"A Triumph For Blogging":{},"Dear Student":{},"2021 Donations":{},"Seneca on How to Live":{},"Natural Gas Prices and The Energy Market":{},"Why I Play Games (And So Should You)":{},"Winnie Lim on Rebuilding Oneself":{},"Woke in Class":{},"2021 Year In Review":{},"How To Enjoy Your Own Digital Music":{},"A Personal Intro To Gentle Hip-Hop":{},"Academic Lineage":{},"Choosing an Audio Codec":{},"Expiry Dates On Journals":{},"Fighting Webmention And Pingback Spam":{},"Drought":{},"My Programming Language Odyssey":{},"On Learning A New (Programming) Language":{},"Teaching Software Engineering Is Still Done Wrong":{},"May 2022 In Review":{}},"tags":{}}],["hem",{"_index":4492,"title":{},"content":{"Over analoog en digitaal":{},"De zin en onzin van conferenties":{}},"tags":{}}],["henc",{"_index":3712,"title":{},"content":{"A Ph.D. Thesis Proposal":{},"Five reasons why agile and academia don't go together":{},"What is Creativity in Software Engineering?":{},"Discord killed support for WinXP":{},"The Fridge, Your Inoculation Room":{},"Creativity Equals Messy Code?":{}},"tags":{}}],["henri",{"_index":9827,"title":{},"content":{"A Creative State of Mind":{}},"tags":{}}],["henriqu",{"_index":11387,"title":{},"content":{"Cool Things People Do With Their Blogs":{}},"tags":{}}],["heraldri",{"_index":11406,"title":{},"content":{"Cool Things People Do With Their Blogs":{}},"tags":{}}],["herb",{"_index":2613,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["herbruikt",{"_index":1059,"title":{},"content":{"undefined":{}},"tags":{}}],["here",{"_index":182,"title":{},"content":{"On finding your inner zen in big cities":{},"No, vegetarians do not eat fish!":{},"undefined":{},"Visual Studio 2012 for Eclipse users":{},"Enhancing the builder pattern with closures":{},".NET Memory management VS JVM Memory management":{},"Development principles in cooking":{},"Nuts about local nuts":{},"Inventing - for the worse?":{},"2017 in books":{},"Take your time.":{},"Teaching by philosophy":{},"Computer Science learning pathways":{},"Hugo Extended: More static site processing power!":{},"Using Pandoc to publish a book":{},"Designing websites with accessibility in mind":{},"ITiCSE 2020: A Report":{},"An am486 Performance Analysis":{},"486 Upgrade 2: The SD Card HDD":{},"A journey through the history of webdesign":{},"The Internet Killed Secrets in Games":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Programming on the Apple M1 Silicon":{},"Digitizing journals using DEVONthink":{},"The Productive Programmer on Mac":{},"My Retro Desk/Gaming Setup in 2021":{},"You Shouldn't Use Spotify":{},"Exploring the AlterNet":{},"Getting rid of trackers using LineageOS":{},"Nineties collecting nostalgia":{},"Re: Is collecting physical games worth it?":{},"Academese Gems":{},"Misconceptions about retro gamers":{},"Apple's App Store Design Mistake":{},"Double-dipping and Market Prices":{},"The Fridge, Your Inoculation Room":{},"The Decline of Battery Life":{},"Water Levels As Public Data":{},"What if Seneca wasn't Nero's advisor?":{},"Are You In The System Yet, Sir?":{},"Creativity Self-Assessment Is Nonsense":{},"Favorite Game Meme":{},"Dear Student":{},"Ditch Scrum, Organize As You See Fit":{},"Ever-increasing Work Email Spam":{},"A Treatise on Leavened Waffles":{},"How Not To Do A Remaster":{},"Where Does It Stop?":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Why Mastodon Isn't Great For Serendipity":{},"Generating a Blogroll With OPML in Hugo":{},"A Factor Analysis For Dummies in R":{},"Natural Gas Prices and The Energy Market":{},"Re: Writing A Book Is Nonesense":{},"The Creative Techniques Toolbox":{},"Why I Play Games (And So Should You)":{},"Winnie Lim on Rebuilding Oneself":{},"Woke in Class":{},"How to setup Pi-Hole on a Synology NAS":{},"Once Upon a Time in Shaolin":{},"My Retrocomputing Projects For 2022":{},"Thoughts On Home NAS Systems":{},"What a Night Cam Is Good For":{},"How To Stream Your Own Music: Reprise":{},"Leuchtturm Notebook Paper Quality":{},"Cool Things People Do With Their Blogs":{},"Equality in Game Credits":{},"Fighting Webmention And Pingback Spam":{},"March 2022 In Review":{},"None Of My Best Friends Are Content Creators":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"The Death Of The Nike+ SportWatch":{},"April 2022 In Review":{},"Don't Expose The Stacktrace Please!":{},"How To Properly Store Your Game Boy Cartridges":{},"On Commuting By Bike":{},"On Learning A New (Programming) Language":{},"Teaching Software Engineering Is Still Done Wrong":{},"The Life Lessons of Bonnie":{},"Creating Top x Games Lists Is Hard":{},"May 2022 In Review":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["here'",{"_index":1938,"title":{},"content":{"Faking domain logic":{},"Productivity Tools on all platforms":{},"Designing websites with accessibility in mind":{},"Tracking and privacy concerns on websites":{},"How to write academic papers in Markdown":{},"Stop limiting yourself to JS in browsers":{},"The first Dutch Obsidian meetup":{},"YouTube Play Image Links in Hugo":{},"Apple's App Store Design Mistake":{},"Favorite Game Meme":{},"Very Old and Somewhat Old Mood Boards":{},"Questionable Game Publishing Methods":{},"A 5.25\" Gobliins 2 Surprise":{},"Allspice Is Not All Spice":{},"Natural Gas Prices and The Energy Market":{},"Water Usage and Prices":{},"Academic Lineage":{},"Fighting Webmention And Pingback Spam":{},"On Learning A New (Programming) Language":{},"Teaching Software Engineering Is Still Done Wrong":{},"Creating Top x Games Lists Is Hard":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"The Strange Heterogenity of Hiking Signs":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["here](/museum/1998",{"_index":6019,"title":{},"content":{"A journey through the history of webdesign":{}},"tags":{}}],["here](/museum/2000",{"_index":6045,"title":{},"content":{"A journey through the history of webdesign":{}},"tags":{}}],["here](/post/2020/09/reviv",{"_index":5761,"title":{},"content":{"An am486 Performance Analysis":{}},"tags":{}}],["here](/post/a",{"_index":2680,"title":{},"content":{"Healing creative scars":{}},"tags":{}}],["here](https://arxiv.org/abs/2101.00837",{"_index":6629,"title":{},"content":{"What is Creativity in Software Engineering?":{}},"tags":{}}],["here](https://blog.joelbuckley.com.au/2019/01/pi",{"_index":10759,"title":{},"content":{"How to setup Pi-Hole on a Synology NAS":{}},"tags":{}}],["here](https://gohugo.io/hugo",{"_index":5195,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"tags":{}}],["here](https://jefklakscodex.com/games/switch/teenag",{"_index":12026,"title":{},"content":{"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["here](https://lirias.kuleuven.be/retrieve/633305",{"_index":11220,"title":{},"content":{"Creativity Equals Messy Code?":{}},"tags":{}}],["here](https://web.archive.org/web/20010705221029/http://www.awhilesoft.f2s.com",{"_index":6047,"title":{},"content":{"A journey through the history of webdesign":{}},"tags":{}}],["here](https://www.gabriel",{"_index":11609,"title":{},"content":{"True Backlink Support in Hugo":{}},"tags":{}}],["herein",{"_index":11456,"title":{},"content":{"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["here’",{"_index":161,"title":{},"content":{"Ending your day with happy thoughts":{}},"tags":{}}],["herhaalbaar",{"_index":3651,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{}},"tags":{}}],["herhal",{"_index":3633,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{},"Over de inflatie van intellect":{}},"tags":{}}],["herinn",{"_index":4287,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["herinneren",{"_index":4202,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["herinneringen",{"_index":5062,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["heritag",{"_index":7827,"title":{},"content":{"The Pilot Capless: a stellar stealth pen":{},"Cheese cheese cheese cheese cheese":{}},"tags":{}}],["herkenbaar",{"_index":3900,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["herkurken",{"_index":4130,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["herleven",{"_index":4539,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["hero",{"_index":10613,"title":{},"content":{"Why I Play Games (And So Should You)":{},"February 2022 In Review":{}},"tags":{}}],["herodotu",{"_index":9657,"title":{},"content":{"From Curiosity To Creativity":{},"January 2022 In Review":{}},"tags":{}}],["heroes_",{"_index":11503,"title":{},"content":{"March 2022 In Review":{}},"tags":{}}],["heropsommen",{"_index":594,"title":{},"content":{"undefined":{}},"tags":{}}],["herself",{"_index":5096,"title":{},"content":{"Five reasons why agile and academia don't go together":{},"Page Building with Brizy in Wordpress":{},"Winnie Lim on Rebuilding Oneself":{}},"tags":{}}],["heruitgav",{"_index":4524,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["hesit",{"_index":2384,"title":{},"content":{"Are you handing over enough when inspiring someone?":{},"Development principles in cooking":{},"From Curiosity To Creativity":{}},"tags":{}}],["het",{"_index":495,"title":{"Over het introduceren van bedrijfsethiek":{}},"content":{"undefined":{},"Over entropie":{},"Over het introduceren van bedrijfsethiek":{},"A Ph.D. Thesis Proposal":{},"Over de inflatie van intellect":{},"Over tijdsbesef":{},"Boeken die mij gevormd hebben tot wie ik ben":{},"Over analoog en digitaal":{},"De zin en onzin van conferenties":{},"Over Onmiddellijke Voldoening":{},"Tracking and privacy concerns on websites":{},"December 2021 In Review":{},"Drought":{}},"tags":{}}],["heterogen",{"_index":10241,"title":{"The Strange Heterogenity of Hiking Signs":{}},"content":{"Why Mastodon Isn't Great For Serendipity":{}},"tags":{}}],["hetzelfd",{"_index":4828,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["hex",{"_index":4663,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["hexen",{"_index":5365,"title":{},"content":{"Project Warlock: About Perseverance":{}},"tags":{}}],["hey",{"_index":438,"title":{},"content":{"No, vegetarians do not eat fish!":{},"Learning to become a baker":{},"Building a Core2Duo Windows XP Retro PC":{},"Programming on the Apple M1 Silicon":{},"Exploring the AlterNet":{},"Flea Market Season":{},"Why I like Pawn Stars":{},"Emotional Magic":{},"20 Years of Personal Cellphone History":{},"The Emperor of Lists":{},"Fighting Webmention And Pingback Spam":{},"My Programming Language Odyssey":{},"On Commuting By Bike":{},"The Modern QR Code Life":{}},"tags":{}}],["hi",{"_index":8666,"title":{},"content":{"Pinball Machines in a Jenever Museum":{},"Very Old and Somewhat Old Mood Boards":{}},"tags":{}}],["hibern",{"_index":1998,"title":{},"content":{".NET Memory management VS JVM Memory management":{},"Exploring the Go programming language":{},"Thoughts On Home NAS Systems":{}},"tags":{}}],["hibernia",{"_index":10269,"title":{},"content":{"Dark Age of Camelot in 2022":{}},"tags":{}}],["hick",{"_index":7379,"title":{},"content":{"On Manuscript Review Procedures":{}},"tags":{}}],["hid",{"_index":9728,"title":{},"content":{"How Not To Do A Remaster":{}},"tags":{}}],["hidden",{"_index":3124,"title":{},"content":{"Hiding Code Complexity":{},"Thinking in terms of objects":{},"Designing websites with accessibility in mind":{},"The Internet Killed Secrets in Games":{},"Software Engineering Is Not Engineering":{},"Thirty-Six":{},"Ditch Scrum, Organize As You See Fit":{},"The Emperor of Lists":{},"Exporting Goodreads to Obsidian":{},"Re: Writing A Book Is Nonesense":{},"Thoughts On Home NAS Systems":{},"An Ad Leaflet QR Design Mistake":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["hide",{"_index":2624,"title":{"Hiding Code Complexity":{}},"content":{"Development principles in cooking":{},"Hiding Code Complexity":{},"Death to pseudocode?":{},"My Retro Desk/Gaming Setup in 2021":{},"Very Old and Somewhat Old Mood Boards":{},"Migrating from Mailchimp to Listmonk":{}},"tags":{}}],["hideou",{"_index":6825,"title":{},"content":{"How to write academic papers in Markdown":{}},"tags":{}}],["hieggelk",{"_index":10084,"title":{},"content":{"November 2021 Meta Post":{}},"tags":{}}],["hier",{"_index":597,"title":{},"content":{"undefined":{},"Over entropie":{},"Over het introduceren van bedrijfsethiek":{},"A Ph.D. Thesis Proposal":{},"Over de inflatie van intellect":{}},"tags":{}}],["hieraan",{"_index":642,"title":{},"content":{"undefined":{}},"tags":{}}],["hierarchi",{"_index":12079,"title":{},"content":{"Sparking Conversations at Conferences":{}},"tags":{}}],["hiero",{"_index":9792,"title":{},"content":{"A Creative State of Mind":{}},"tags":{}}],["hiero'",{"_index":9795,"title":{},"content":{"A Creative State of Mind":{}},"tags":{}}],["hieroglyph",{"_index":11060,"title":{},"content":{"A Personal Intro To Gentle Hip-Hop":{}},"tags":{}}],["hierond",{"_index":669,"title":{},"content":{"undefined":{}},"tags":{}}],["hierop",{"_index":833,"title":{},"content":{"undefined":{}},"tags":{}}],["hierrond",{"_index":741,"title":{},"content":{"undefined":{}},"tags":{}}],["high",{"_index":5360,"title":{},"content":{"Project Warlock: About Perseverance":{},"3D Software Rendering on the GBA":{},"An am486 Performance Analysis":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Water Levels As Public Data":{},"20 Years of Personal Cellphone History":{},"Dear Student":{},"Ever-increasing Work Email Spam":{},"Very Old and Somewhat Old Mood Boards":{},"Questionable Game Publishing Methods":{},"A 5.25\" Gobliins 2 Surprise":{},"Natural Gas Prices and The Energy Market":{},"January 2022 In Review":{},"Thoughts On Home NAS Systems":{},"My Programming Language Odyssey":{},"June 2022 In Review":{}},"tags":{}}],["higher",{"_index":3180,"title":{},"content":{"Take your time.":{},"Reverse engineering a curriculum":{},"Programming: a Creative Cognitive Process":{},"Thoughts on collaboration in education":{},"What is Creativity in Software Engineering?":{},"Discord killed support for WinXP":{},"Thirty-Six":{},"Where Does It Stop?":{},"A Factor Analysis For Dummies in R":{},"Natural Gas Prices and The Energy Market":{},"On Trying To Sell A Laptop":{},"Choosing an Audio Codec":{}},"tags":{}}],["highli",{"_index":2760,"title":{},"content":{"A quick look at 6 fountain pens":{},"Inventing - for the worse?":{},"Over het introduceren van bedrijfsethiek":{},"Programming: a Creative Cognitive Process":{},"Thoughts on Bullshit Jobs":{},"Creativity Self-Assessment Is Nonsense":{},"Favorite Game Meme":{},"Very Old and Somewhat Old Mood Boards":{},"Constraint-based Creativity":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Seneca on How to Live":{},"Technical Knowledge Brews Creativity":{},"Dark Age of Camelot in 2022":{},"2021 Year In Review":{},"How To Enjoy Your Own Digital Music":{},"Creativity Equals Messy Code?":{},"My Programming Language Odyssey":{},"From Mood Board To Mood Mugs":{}},"tags":{}}],["highlight",{"_index":5317,"title":{},"content":{"Using Pandoc to publish a book":{},"Programming on the Apple M1 Silicon":{},"Moon Logic":{},"How Much Should I Spend On Magic The Gathering":{},"2021 Year In Review":{},"A Personal Intro To Gentle Hip-Hop":{},"Cool Things People Do With Their Blogs":{}},"tags":{}}],["hij",{"_index":4177,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{},"De zin en onzin van conferenties":{}},"tags":{}}],["hike",{"_index":298,"title":{"The Strange Heterogenity of Hiking Signs":{}},"content":{"On finding your inner zen in big cities":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{"The Strange Heterogenity of Hiking Signs":{}}}],["hilari",{"_index":11459,"title":{},"content":{"Fighting Webmention And Pingback Spam":{},"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["hill",{"_index":3134,"title":{},"content":{"Take your time.":{},"The Modern QR Code Life":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["hill](https://www.thefarmgirl.co.uk/location/not",{"_index":12095,"title":{},"content":{"The Modern QR Code Life":{}},"tags":{}}],["him/her",{"_index":5149,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{}},"tags":{}}],["him/herself",{"_index":6490,"title":{},"content":{"Thoughts on Bullshit Jobs":{}},"tags":{}}],["himself",{"_index":7604,"title":{},"content":{"Academese Gems":{},"Belgium - Portugal: 5 - 2":{},"A Triumph For Blogging":{},"Seneca on How to Live":{},"The Creative Techniques Toolbox":{}},"tags":{}}],["hindsight",{"_index":7311,"title":{},"content":{"The first Dutch Obsidian meetup":{},"Natural Gas Prices and The Energy Market":{},"Re: Writing A Book Is Nonesense":{}},"tags":{}}],["hint",{"_index":6299,"title":{},"content":{"The Internet Killed Secrets in Games":{},"Moon Logic":{},"A Creative State of Mind":{},"Creativity Equals Messy Code?":{}},"tags":{}}],["hip",{"_index":6850,"title":{"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{}},"content":{"You Shouldn't Use Spotify":{},"The HP Sprocket Mini Printer":{},"Generating a Blogroll With OPML in Hugo":{},"How To Enjoy Your Own Digital Music":{},"What a Night Cam Is Good For":{},"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{},"March 2022 In Review":{}},"tags":{}}],["hip-hop",{"_index":10848,"title":{},"content":{},"tags":{"Once Upon a Time in Shaolin":{},"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{}}}],["hipster",{"_index":12093,"title":{},"content":{"The Modern QR Code Life":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["hire",{"_index":3845,"title":{},"content":{"Reverse engineering a curriculum":{},"Project Warlock: About Perseverance":{},"Questionable Game Publishing Methods":{}},"tags":{}}],["his/her",{"_index":6492,"title":{},"content":{"Thoughts on Bullshit Jobs":{}},"tags":{}}],["histor",{"_index":6675,"title":{},"content":{"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"From Curiosity To Creativity":{},"Natural Gas Prices and The Energy Market":{},"January 2022 In Review":{},"Academic Lineage":{}},"tags":{}}],["histori",{"_index":4398,"title":{"A journey through the history of webdesign":{},"20 Years of Personal Cellphone History":{}},"content":{"A Decade in the Software Engineering industry":{},"A journey through the history of webdesign":{},"Building an Athlon Windows 98 Retro PC":{},"Win98 Upgrade: Sound Blaster Audigy":{},"The Productive Programmer on Mac":{},"The insanity of collecting retro games":{},"Software Engineering Is Not Engineering":{},"Cheese cheese cheese cheese cheese":{},"From Curiosity To Creativity":{},"Natural Gas Prices and The Energy Market":{},"Visualizing Personal Data Takeouts":{},"Academic Lineage":{},"February 2022 In Review":{},"March 2022 In Review":{},"May 2022 In Review":{}},"tags":{"Collective Creativity":{},"Constraint-based Creativity":{},"Creative Critical Thinking":{},"The Emperor of Lists":{},"From Curiosity To Creativity":{},"A Creative State of Mind":{},"Technical Knowledge Brews Creativity":{},"The Creative Techniques Toolbox":{}}}],["historian",{"_index":9059,"title":{},"content":{"Collective Creativity":{},"From Curiosity To Creativity":{},"The Creative Techniques Toolbox":{}},"tags":{}}],["historie_",{"_index":11252,"title":{},"content":{"February 2022 In Review":{}},"tags":{}}],["history'",{"_index":7871,"title":{},"content":{"Why I like Pawn Stars":{}},"tags":{}}],["history.blogspot.be/2010/06/insid",{"_index":1033,"title":{},"content":{"undefined":{}},"tags":{}}],["history](https://www.196flavors.com/belgium",{"_index":9408,"title":{},"content":{"A Treatise on Leavened Waffles":{}},"tags":{}}],["history_",{"_index":6607,"title":{},"content":{"The Productive Programmer on Mac":{},"Visualizing Personal Data Takeouts":{}},"tags":{}}],["hit",{"_index":1974,"title":{},"content":{"Faking domain logic":{},"Are you handing over enough when inspiring someone?":{},"Development principles in cooking":{},"Death to pseudocode?":{},"Project Warlock: About Perseverance":{},"Programming on the Apple M1 Silicon":{},"You Shouldn't Use Spotify":{},"Thirty-Six":{},"Allspice Is Not All Spice":{},"Migrating from Mailchimp to Listmonk":{},"The Creative Techniques Toolbox":{},"On Trying To Sell A Laptop":{},"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["hitch",{"_index":7400,"title":{},"content":{"On Manuscript Review Procedures":{}},"tags":{}}],["hlm9vzwv1gm",{"_index":7938,"title":{},"content":{"YouTube Play Image Links in Hugo":{}},"tags":{}}],["hln",{"_index":5595,"title":{},"content":{"Tracking and privacy concerns on websites":{}},"tags":{}}],["hln.be",{"_index":5591,"title":{},"content":{"Tracking and privacy concerns on websites":{}},"tags":{}}],["hln.jpg",{"_index":5597,"title":{},"content":{"Tracking and privacy concerns on websites":{}},"tags":{}}],["hm",{"_index":2394,"title":{},"content":{"Are you handing over enough when inspiring someone?":{}},"tags":{}}],["hmaqi",{"_index":6914,"title":{},"content":{"Always have a Diaster Recovery Plan":{}},"tags":{}}],["hmm",{"_index":2395,"title":{},"content":{"Are you handing over enough when inspiring someone?":{},"What if Seneca wasn't Nero's advisor?":{}},"tags":{}}],["hmmm",{"_index":2285,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{}},"tags":{}}],["hoard",{"_index":8052,"title":{},"content":{"Double-dipping and Market Prices":{},"Visualizing Personal Data Takeouts":{}},"tags":{}}],["hobb",{"_index":4274,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["hobb'",{"_index":3048,"title":{},"content":{"2017 in books":{},"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["hobbi",{"_index":2645,"title":{},"content":{"Healing creative scars":{},"Re: Is collecting physical games worth it?":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Very Old and Somewhat Old Mood Boards":{},"Why I Play Games (And So Should You)":{},"How To Stream Your Own Music: Reprise":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["hobbyisten",{"_index":4621,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["hoc",{"_index":5104,"title":{},"content":{"Five reasons why agile and academia don't go together":{}},"tags":{}}],["hoe",{"_index":694,"title":{},"content":{"undefined":{},"Over het introduceren van bedrijfsethiek":{},"A Ph.D. Thesis Proposal":{},"De zin en onzin van conferenties":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["hoeft",{"_index":598,"title":{},"content":{"undefined":{}},"tags":{}}],["hoek",{"_index":3797,"title":{},"content":{"A Ph.D. Thesis Proposal":{}},"tags":{}}],["hoeveelheid",{"_index":3417,"title":{},"content":{"Over entropie":{},"De zin en onzin van conferenties":{}},"tags":{}}],["hog",{"_index":1992,"title":{},"content":{".NET Memory management VS JVM Memory management":{},"Journaling in practice":{}},"tags":{}}],["hoge",{"_index":3138,"title":{},"content":{"Take your time.":{}},"tags":{}}],["hogeschool",{"_index":10647,"title":{},"content":{"Woke in Class":{}},"tags":{}}],["hold",{"_index":913,"title":{},"content":{"Learning to become a baker":{},"A quick look at 6 fountain pens":{},"Reverse engineering a curriculum":{},"Domain Driven Design in C":{},"Programming on the Apple M1 Silicon":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Stop limiting yourself to JS in browsers":{},"Re: Is collecting physical games worth it?":{},"Pinball Machines in a Jenever Museum":{},"Ever-increasing Work Email Spam":{},"Very Old and Somewhat Old Mood Boards":{},"A 5.25\" Gobliins 2 Surprise":{},"A Treatise on Leavened Waffles":{},"Dark Age of Camelot in 2022":{},"Natural Gas Prices and The Energy Market":{},"How To Enjoy Your Own Digital Music":{},"A Personal Intro To Rough Hip-Hop":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"The Modern QR Code Life":{}},"tags":{}}],["hole",{"_index":1013,"title":{"How to setup Pi-Hole on a Synology NAS":{}},"content":{"Learning to become a baker":{},"The Creative Techniques Toolbox":{},"How to setup Pi-Hole on a Synology NAS":{},"Thoughts On Home NAS Systems":{},"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["hole](/post/2022/02/how",{"_index":10875,"title":{},"content":{"Thoughts On Home NAS Systems":{}},"tags":{}}],["holi",{"_index":2732,"title":{},"content":{"A quick look at 6 fountain pens":{},"Ditch Scrum, Organize As You See Fit":{},"The Emperor of Lists":{}},"tags":{}}],["holiday",{"_index":10118,"title":{},"content":{"Seneca on How to Live":{},"January 2022 In Review":{}},"tags":{}}],["holl",{"_index":3912,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["holland",{"_index":8621,"title":{},"content":{"Pinball Machines in a Jenever Museum":{}},"tags":{}}],["hollow",{"_index":7763,"title":{},"content":{"Misconceptions about retro gamers":{},"Favorite Game Meme":{},"Creative Critical Thinking":{}},"tags":{}}],["holograph",{"_index":7525,"title":{},"content":{"Nineties collecting nostalgia":{}},"tags":{}}],["homag",{"_index":6260,"title":{},"content":{"The Internet Killed Secrets in Games":{}},"tags":{}}],["home",{"_index":266,"title":{"Thoughts On Home NAS Systems":{}},"content":{"On finding your inner zen in big cities":{},"How to teach kids to program":{},"Take your time.":{},"Productivity Tools on all platforms":{},"Project Warlock: About Perseverance":{},"Building a Core2Duo Windows XP Retro PC":{},"My Retro Desk/Gaming Setup in 2021":{},"Social Debt in Development Teams":{},"Flea Market Season":{},"Software Engineering Is Not Engineering":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Very Old and Somewhat Old Mood Boards":{},"The Lost Art of Being Lost":{},"Creative Critical Thinking":{},"From Curiosity To Creativity":{},"A Creative State of Mind":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Why Mastodon Isn't Great For Serendipity":{},"2021 Year In Review":{},"Thoughts On Home NAS Systems":{},"Water Usage and Prices":{},"What a Night Cam Is Good For":{},"How To Stream Your Own Music: Reprise":{},"On Commuting By Bike":{},"From Mood Board To Mood Mugs":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"Sparking Conversations at Conferences":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["homebrew",{"_index":6450,"title":{},"content":{"Programming on the Apple M1 Silicon":{},"A Decision Tree For Buying Retro Gaming Handhelds":{}},"tags":{}}],["homebrews](https://soffes.blog/homebrew",{"_index":6451,"title":{},"content":{"Programming on the Apple M1 Silicon":{}},"tags":{}}],["homemad",{"_index":963,"title":{},"content":{"Learning to become a baker":{},"How to teach kids to program":{}},"tags":{}}],["homepage](https://aaronparecki.com",{"_index":11372,"title":{},"content":{"Cool Things People Do With Their Blogs":{}},"tags":{}}],["hometown",{"_index":9835,"title":{},"content":{"A Creative State of Mind":{}},"tags":{}}],["hominid",{"_index":11959,"title":{},"content":{"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["homo",{"_index":2966,"title":{},"content":{"Inventing - for the worse?":{}},"tags":{}}],["homophili",{"_index":10253,"title":{},"content":{"Why Mastodon Isn't Great For Serendipity":{}},"tags":{}}],["homosapien",{"_index":11052,"title":{},"content":{"A Personal Intro To Gentle Hip-Hop":{}},"tags":{}}],["honderden",{"_index":4043,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["hondje.jpg",{"_index":10977,"title":{},"content":{"What a Night Cam Is Good For":{}},"tags":{}}],["honest",{"_index":6851,"title":{},"content":{"You Shouldn't Use Spotify":{},"Getting rid of trackers using LineageOS":{},"How Not To Do A Remaster":{},"Thoughts On Home NAS Systems":{},"None Of My Best Friends Are Content Creators":{},"April 2022 In Review":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["honesti",{"_index":9147,"title":{},"content":{"Ditch Scrum, Organize As You See Fit":{}},"tags":{}}],["honestli",{"_index":2780,"title":{},"content":{"A quick look at 6 fountain pens":{},"You Shouldn't Use Spotify":{},"Exploring the AlterNet":{},"Stop limiting yourself to JS in browsers":{},"Double-dipping and Market Prices":{},"Favorite Game Meme":{},"How Not To Do A Remaster":{}},"tags":{}}],["honey",{"_index":2908,"title":{},"content":{"I'm jealous of my dog":{},"Hiding Code Complexity":{},"I'm Joining the Coffeeneuring Challenge of 2021":{}},"tags":{}}],["honeycomb",{"_index":6716,"title":{},"content":{"My Retro Desk/Gaming Setup in 2021":{}},"tags":{}}],["hood",{"_index":3239,"title":{},"content":{"Concentrating on serendipitous creativity":{}},"tags":{}}],["hoofd",{"_index":3450,"title":{},"content":{"Over entropie":{},"A Ph.D. Thesis Proposal":{}},"tags":{}}],["hoogt",{"_index":4187,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["hook",{"_index":1753,"title":{},"content":{"Metaprogramming instead of duplication":{},"Webdriver Exception Handling":{},"Programming: a Creative Cognitive Process":{},"Personal Desktop Screenshots of Olde":{},"YouTube Play Image Links in Hugo":{},"Three Little GameCube Mods":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["hooligans](https://ruk.ca/content/midnight",{"_index":10091,"title":{},"content":{"November 2021 Meta Post":{}},"tags":{}}],["hoop",{"_index":1478,"title":{},"content":{"undefined":{}},"tags":{}}],["hooray",{"_index":4782,"title":{},"content":{"Teaching Object-Oriented design using the GBA":{},"Software Engineering Is Not Engineering":{}},"tags":{}}],["hoort",{"_index":3387,"title":{},"content":{"Over entropie":{}},"tags":{}}],["hop",{"_index":2996,"title":{"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{}},"content":{"Inventing - for the worse?":{},"A Decade in the Software Engineering industry":{},"You Shouldn't Use Spotify":{},"Generating a Blogroll With OPML in Hugo":{},"How To Enjoy Your Own Digital Music":{},"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{},"March 2022 In Review":{}},"tags":{}}],["hop_",{"_index":11026,"title":{},"content":{"A Personal Intro To Gentle Hip-Hop":{}},"tags":{}}],["hope",{"_index":5375,"title":{},"content":{"Project Warlock: About Perseverance":{},"An am486 Performance Analysis":{},"486 Upgrade 2: The SD Card HDD":{},"The Productive Programmer on Mac":{},"Exploring the AlterNet":{},"Using Hugo to Launch a Gemini Capsule":{},"The Pilot Capless: a stellar stealth pen":{},"Thirty-Six":{},"A 5.25\" Gobliins 2 Surprise":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Why Mastodon Isn't Great For Serendipity":{},"January 2022 In Review":{},"Once Upon a Time in Shaolin":{},"My Retrocomputing Projects For 2022":{},"Cool Things People Do With Their Blogs":{},"Equality in Game Credits":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"The Modern QR Code Life":{}},"tags":{}}],["hopefulli",{"_index":4944,"title":{},"content":{"Programming: a Creative Cognitive Process":{},"Hugo Extended: More static site processing power!":{},"486 Upgrade 1: Sound Blaster 16":{},"The Productive Programmer on Mac":{},"What is Creativity in Software Engineering?":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"My Retro Desk/Gaming Setup in 2021":{},"The IndieWeb Mixed Bag":{},"Social Debt in Development Teams":{},"Book Number Fourteen":{},"My Retrocomputing Projects For 2022":{},"April 2022 In Review":{}},"tags":{}}],["hopelijk",{"_index":4502,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["hoppi",{"_index":7477,"title":{},"content":{"Nineties collecting nostalgia":{}},"tags":{}}],["hoppies.jpg",{"_index":7496,"title":{},"content":{"Nineties collecting nostalgia":{}},"tags":{}}],["horadr",{"_index":6273,"title":{},"content":{"The Internet Killed Secrets in Games":{}},"tags":{}}],["horen",{"_index":3376,"title":{},"content":{"Over entropie":{},"Over analoog en digitaal":{}},"tags":{}}],["horizon",{"_index":10669,"title":{},"content":{"2021 Year In Review":{}},"tags":{}}],["horizont",{"_index":5672,"title":{},"content":{"3D Software Rendering on the GBA":{},"Building a Core2Duo Windows XP Retro PC":{},"My Retro Desk/Gaming Setup in 2021":{}},"tags":{}}],["horray",{"_index":229,"title":{},"content":{"On finding your inner zen in big cities":{}},"tags":{}}],["horribl",{"_index":3540,"title":{},"content":{"Computer Science learning pathways":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Cheese cheese cheese cheese cheese":{},"Allspice Is Not All Spice":{},"An Ad Leaflet QR Design Mistake":{},"Leuchtturm Notebook Paper Quality":{},"A Decision Tree For Buying Retro Gaming Handhelds":{}},"tags":{}}],["horrifi",{"_index":2438,"title":{},"content":{"Are you handing over enough when inspiring someone?":{},"Domain Driven Design in C":{}},"tags":{}}],["hors",{"_index":9964,"title":{},"content":{"I'm Joining the Coffeeneuring Challenge of 2021":{}},"tags":{}}],["horsemen",{"_index":10274,"title":{},"content":{"Dark Age of Camelot in 2022":{}},"tags":{}}],["hospit",{"_index":6496,"title":{},"content":{"Thoughts on Bullshit Jobs":{},"Misconceptions about retro gamers":{}},"tags":{}}],["hoss",{"_index":7877,"title":{},"content":{"Why I like Pawn Stars":{}},"tags":{}}],["host",{"_index":2012,"title":{"DIY: Hosting stuff on your own VPS":{},"Host your own webmention receiver":{}},"content":{".NET Memory management VS JVM Memory management":{},"DIY: Hosting stuff on your own VPS":{},"Page Building with Brizy in Wordpress":{},"A journey through the history of webdesign":{},"What is Creativity in Software Engineering?":{},"Always have a Diaster Recovery Plan":{},"Lousy Wordpress Hacking Attempts detected":{},"Using Hugo to Launch a Gemini Capsule":{},"Host your own webmention receiver":{},"Power Usage Effectiveness":{},"Migrating from Mailchimp to Listmonk":{},"Minimalism and Tidying Up":{},"How to setup Pi-Hole on a Synology NAS":{},"My Retrocomputing Projects For 2022":{},"How To Stream Your Own Music: Reprise":{},"March 2022 In Review":{},"Give Up GitHub!":{}},"tags":{}}],["hostna",{"_index":11305,"title":{},"content":{"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["hostnam",{"_index":1407,"title":{},"content":{"undefined":{},"Using Hugo to Launch a Gemini Capsule":{},"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["hot",{"_index":140,"title":{},"content":{"Ending your day with happy thoughts":{},"Development principles in cooking":{},"Teaching by philosophy":{},"On Tea Prices":{},"A Treatise on Leavened Waffles":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"How To Enjoy Your Own Digital Music":{},"Drought":{}},"tags":{}}],["hot](https://www.standaard.be/cnt/dmf20220516_94052269",{"_index":11748,"title":{},"content":{"Drought":{}},"tags":{}}],["hotel",{"_index":286,"title":{},"content":{"On finding your inner zen in big cities":{},"No, vegetarians do not eat fish!":{},"Faking domain logic":{},"The Creative Techniques Toolbox":{}},"tags":{}}],["hotkey",{"_index":6617,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["hottest",{"_index":11747,"title":{},"content":{"Drought":{}},"tags":{}}],["hou",{"_index":4057,"title":{},"content":{"Over tijdsbesef":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["hour",{"_index":200,"title":{},"content":{"On finding your inner zen in big cities":{},"Learning to become a baker":{},"Bye autotools hello Scons":{},"Unit Testing Extjs UI with Siesta":{},"Teaching yourself to draw":{},"How to teach kids to program":{},"A quick look at 6 fountain pens":{},"Take your time.":{},"Concentrating on serendipitous creativity":{},"Productivity Tools on all platforms":{},"Project Warlock: About Perseverance":{},"486 Upgrade 2: The SD Card HDD":{},"The Productive Programmer on Mac":{},"The first Dutch Obsidian meetup":{},"Host your own webmention receiver":{},"The Fridge, Your Inoculation Room":{},"How Much Should I Spend On Magic The Gathering":{},"The Decline of Battery Life":{},"Water Levels As Public Data":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Pinball Machines in a Jenever Museum":{},"Ever-increasing Work Email Spam":{},"Where Does It Stop?":{},"November 2021 Meta Post":{},"Dark Age of Camelot in 2022":{},"Why I Play Games (And So Should You)":{},"On Trying To Sell A Laptop":{},"Once Upon a Time in Shaolin":{},"March 2022 In Review":{},"The Death Of The Nike+ SportWatch":{},"April 2022 In Review":{},"On Commuting By Bike":{},"The Life Lessons of Bonnie":{}},"tags":{}}],["hous",{"_index":4412,"title":{},"content":{"A Decade in the Software Engineering industry":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"The Fridge, Your Inoculation Room":{},"Water Levels As Public Data":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Collective Creativity":{},"The Emperor of Lists":{}},"tags":{}}],["hover",{"_index":6222,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["how",{"_index":8550,"title":{},"content":{"Kotlin Is Java 2.0, But It's Still Java":{}},"tags":{}}],["how.cssselector",{"_index":1883,"title":{},"content":{"Custom Webdriver Page Factories":{}},"tags":{}}],["howto",{"_index":5475,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["hp",{"_index":8925,"title":{"The HP Sprocket Mini Printer":{}},"content":{"The HP Sprocket Mini Printer":{}},"tags":{}}],["hq45",{"_index":6151,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["hql",{"_index":2000,"title":{},"content":{".NET Memory management VS JVM Memory management":{}},"tags":{}}],["hr",{"_index":923,"title":{},"content":{"Learning to become a baker":{},"Thoughts on Bullshit Jobs":{}},"tags":{}}],["href",{"_index":5211,"title":{},"content":{"Hugo Extended: More static site processing power!":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["href=\"https://webmention.io/someth",{"_index":7414,"title":{},"content":{"Host your own webmention receiver":{}},"tags":{}}],["href=\"https://www.youtube.com/watch?v",{"_index":7965,"title":{},"content":{"YouTube Play Image Links in Hugo":{}},"tags":{}}],["hristo",{"_index":11586,"title":{},"content":{"The Death Of The Nike+ SportWatch":{}},"tags":{}}],["html",{"_index":1878,"title":{},"content":{"Custom Webdriver Page Factories":{},"DIY: Hosting stuff on your own VPS":{},"Hugo Extended: More static site processing power!":{},"Designing websites with accessibility in mind":{},"A journey through the history of webdesign":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"How to write academic papers in Markdown":{},"The IndieWeb Mixed Bag":{},"Stop limiting yourself to JS in browsers":{},"Host your own webmention receiver":{},"Fighting Webmention And Pingback Spam":{},"My Programming Language Odyssey":{}},"tags":{"My Programming Language Odyssey":{}}}],["html5",{"_index":5478,"title":{},"content":{"Designing websites with accessibility in mind":{},"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["htmlinputbox",{"_index":1891,"title":{},"content":{"Custom Webdriver Page Factories":{}},"tags":{}}],["htmlsubmitbutton",{"_index":1890,"title":{},"content":{"Custom Webdriver Page Factories":{}},"tags":{}}],["htmlurl=\"https://brainbaking.com",{"_index":10380,"title":{},"content":{"Generating a Blogroll With OPML in Hugo":{}},"tags":{}}],["http",{"_index":5162,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{},"Exploring the AlterNet":{},"Teaching students about coding trends":{},"Exploring the Go programming language":{},"Using Hugo to Launch a Gemini Capsule":{},"How To Stream Your Own Music: Reprise":{},"Cool Things People Do With Their Blogs":{},"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["http(",{"_index":7358,"title":{},"content":{"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["http/1.1",{"_index":7055,"title":{},"content":{"Lousy Wordpress Hacking Attempts detected":{}},"tags":{}}],["http://bash.cyberciti.biz",{"_index":1424,"title":{},"content":{"undefined":{}},"tags":{}}],["http://cyberciti.biz/fb",{"_index":1416,"title":{},"content":{"undefined":{}},"tags":{}}],["http://groovy.codehaus.org/p",{"_index":770,"title":{},"content":{"undefined":{}},"tags":{}}],["http://racket",{"_index":1252,"title":{},"content":{"undefined":{}},"tags":{}}],["http://web.mit.edu/~axch/www/test",{"_index":1257,"title":{},"content":{"undefined":{}},"tags":{}}],["http://www.cs.utexas.edu/ftp/garbage/cs345/schintro",{"_index":1196,"title":{},"content":{"undefined":{}},"tags":{}}],["http://www.gnu.org/s/mit",{"_index":1248,"title":{},"content":{"undefined":{}},"tags":{}}],["http://www.retrogamequiz.com",{"_index":10004,"title":{},"content":{"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["https://developer.nike.com/servic",{"_index":11583,"title":{},"content":{"The Death Of The Nike+ SportWatch":{}},"tags":{}}],["https://git.brainbaking.com",{"_index":12149,"title":{},"content":{"Give Up GitHub!":{}},"tags":{}}],["https://git.brainbaking.com/wgroeneveld/gba",{"_index":5657,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["https://github.com/miloyip/gam",{"_index":3522,"title":{},"content":{"Computer Science learning pathways":{}},"tags":{}}],["https://github.com/sponsor",{"_index":9914,"title":{},"content":{"2021 Donations":{}},"tags":{}}],["https://giveupgithub.org",{"_index":12144,"title":{},"content":{"Give Up GitHub!":{}},"tags":{}}],["https://jam.yourdomain.com/webment",{"_index":7429,"title":{},"content":{"Host your own webmention receiver":{}},"tags":{}}],["https://jp.mercari.com",{"_index":10350,"title":{},"content":{"December 2021 In Review":{}},"tags":{}}],["https://opencollective.com",{"_index":9915,"title":{},"content":{"2021 Donations":{}},"tags":{}}],["https://s3.eu",{"_index":6634,"title":{},"content":{"What is Creativity in Software Engineering?":{}},"tags":{}}],["https://takeout.google.com",{"_index":10913,"title":{},"content":{"Visualizing Personal Data Takeouts":{}},"tags":{}}],["https://www.youtube.com/watch?v=sjdmwsbasd8",{"_index":7939,"title":{},"content":{"YouTube Play Image Links in Hugo":{}},"tags":{}}],["hub",{"_index":10874,"title":{},"content":{"My Retrocomputing Projects For 2022":{}},"tags":{}}],["hub.st/10.1109/ms.2016.144",{"_index":7569,"title":{},"content":{"Social Debt in Development Teams":{}},"tags":{}}],["huderl",{"_index":10088,"title":{},"content":{"November 2021 Meta Post":{}},"tags":{}}],["huderle'",{"_index":11528,"title":{},"content":{"Password Hacking Sylvester & Tweety: Breakfast on the Run":{}},"tags":{}}],["huge",{"_index":1613,"title":{},"content":{"Enhancing the builder pattern with closures":{},"Nuts about local nuts":{},"Take your time.":{},"A Decade in the Software Engineering industry":{},"A Ph.D. Thesis: Iteration 2":{},"Re: Is collecting physical games worth it?":{},"The Decline of Battery Life":{},"Water Levels As Public Data":{},"Cheese cheese cheese cheese cheese":{},"Thirty-Six":{},"Power Usage Effectiveness":{},"The Lost Art of Being Lost":{},"From Analog Notebook to Digital Vault":{},"Technical Knowledge Brews Creativity":{},"Dark Age of Camelot in 2022":{},"Why I Play Games (And So Should You)":{},"Choosing an Audio Codec":{},"How To Stream Your Own Music: Reprise":{},"Drought":{},"Teaching Software Engineering Is Still Done Wrong":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["hugo",{"_index":2410,"title":{"Hugo Extended: More static site processing power!":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Using Hugo to Launch a Gemini Capsule":{},"YouTube Play Image Links in Hugo":{},"Generating a Blogroll With OPML in Hugo":{},"True Backlink Support in Hugo":{}},"content":{"Are you handing over enough when inspiring someone?":{},"Hugo Extended: More static site processing power!":{},"Combining async with generators in Node 11":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Lousy Wordpress Hacking Attempts detected":{},"Using Hugo to Launch a Gemini Capsule":{},"Host your own webmention receiver":{},"YouTube Play Image Links in Hugo":{},"Generating a Blogroll With OPML in Hugo":{},"Cool Things People Do With Their Blogs":{},"True Backlink Support in Hugo":{}},"tags":{"Hugo Extended: More static site processing power!":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Using Hugo to Launch a Gemini Capsule":{},"Host your own webmention receiver":{},"YouTube Play Image Links in Hugo":{},"Reducing Workflow Load Facilitates Writing":{},"Generating a Blogroll With OPML in Hugo":{},"True Backlink Support in Hugo":{}}}],["hugo'",{"_index":5235,"title":{},"content":{"Page Building with Brizy in Wordpress":{}},"tags":{}}],["hugo.environ",{"_index":5229,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"tags":{}}],["hugo.io",{"_index":5231,"title":{},"content":{"Page Building with Brizy in Wordpress":{}},"tags":{}}],["hugo](/post/2020/05/hugo",{"_index":6545,"title":{},"content":{"RSS Feeds, Hugo, and Lazy Image Loading":{}},"tags":{}}],["hugo](/tags/hugo",{"_index":7936,"title":{},"content":{"YouTube Play Image Links in Hugo":{},"Reducing Workflow Load Facilitates Writing":{}},"tags":{}}],["hugo](https://gohugo.io",{"_index":2387,"title":{},"content":{"Are you handing over enough when inspiring someone?":{},"DIY: Hosting stuff on your own VPS":{}},"tags":{}}],["huh",{"_index":6898,"title":{},"content":{"Always have a Diaster Recovery Plan":{}},"tags":{}}],["hui",{"_index":4973,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["huiselijk",{"_index":4980,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["human",{"_index":2916,"title":{},"content":{"I'm jealous of my dog":{},"Death to pseudocode?":{},"Computer Science learning pathways":{},"ITiCSE 2020: A Report":{},"Flea Market Season":{},"Cheese cheese cheese cheese cheese":{},"The Emperor of Lists":{},"Exporting Goodreads to Obsidian":{},"Choosing an Audio Codec":{},"May 2022 In Review":{}},"tags":{}}],["humanist",{"_index":9073,"title":{},"content":{"Collective Creativity":{}},"tags":{}}],["humanity'",{"_index":10630,"title":{},"content":{"Winnie Lim on Rebuilding Oneself":{}},"tags":{}}],["humbl",{"_index":9760,"title":{},"content":{"Where Does It Stop?":{},"Seneca on How to Live":{},"Technical Knowledge Brews Creativity":{},"The Creative Techniques Toolbox":{},"2021 Year In Review":{},"Drought":{},"On Commuting By Bike":{}},"tags":{}}],["humid",{"_index":8088,"title":{},"content":{"The Fridge, Your Inoculation Room":{}},"tags":{}}],["humor",{"_index":3906,"title":{},"content":{"Over de inflatie van intellect":{},"Woke in Class":{}},"tags":{}}],["hun",{"_index":831,"title":{},"content":{"undefined":{},"Over het introduceren van bedrijfsethiek":{},"Over de inflatie van intellect":{},"Boeken die mij gevormd hebben tot wie ik ben":{},"De zin en onzin van conferenties":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["hunch",{"_index":7369,"title":{},"content":{"On Manuscript Review Procedures":{}},"tags":{}}],["hundr",{"_index":2789,"title":{},"content":{"Journaling in practice":{},"Why I like Pawn Stars":{},"Double-dipping and Market Prices":{},"From Curiosity To Creativity":{},"Why I Play Games (And So Should You)":{},"On Trying To Sell A Laptop":{},"Water Usage and Prices":{},"Choosing an Audio Codec":{},"Teaching Software Engineering Is Still Done Wrong":{},"May 2022 In Review":{},"June 2022 In Review":{}},"tags":{}}],["hunger",{"_index":9431,"title":{},"content":{"Constraint-based Creativity":{},"Where Does It Stop?":{},"November 2021 Meta Post":{}},"tags":{}}],["hunt",{"_index":5866,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Why I like Pawn Stars":{},"Questionable Game Publishing Methods":{},"December 2021 In Review":{},"The Creative Techniques Toolbox":{},"My Retrocomputing Projects For 2022":{},"Equality in Game Credits":{},"On Learning A New (Programming) Language":{}},"tags":{}}],["hunter",{"_index":6877,"title":{},"content":{"You Shouldn't Use Spotify":{}},"tags":{}}],["hunting_",{"_index":7463,"title":{},"content":{"Moon Logic":{}},"tags":{}}],["hurdl",{"_index":8185,"title":{},"content":{"On Tea Prices":{},"Reducing Workflow Load Facilitates Writing":{}},"tags":{}}],["hurri",{"_index":9306,"title":{},"content":{"The Lost Art of Being Lost":{}},"tags":{}}],["hurt",{"_index":4332,"title":{},"content":{"Domain Driven Design in C":{},"Thoughts on Bullshit Jobs":{},"Pinball Machines in a Jenever Museum":{},"My Kotlin Rose-Tinted Glasses Broke":{},"Thirty-Six":{},"The HP Sprocket Mini Printer":{},"Expiry Dates On Journals":{}},"tags":{}}],["hut](https://sourcehut.org",{"_index":12154,"title":{},"content":{"Give Up GitHub!":{}},"tags":{}}],["hybrid",{"_index":4584,"title":{},"content":{"Over analoog en digitaal":{},"Using Hugo to Launch a Gemini Capsule":{},"The Decline of Battery Life":{},"Sparking Conversations at Conferences":{},"June 2022 In Review":{}},"tags":{}}],["hydrolog",{"_index":11764,"title":{},"content":{"Drought":{}},"tags":{}}],["hygien",{"_index":11177,"title":{},"content":{"An Ad Leaflet QR Design Mistake":{}},"tags":{}}],["hyperkin",{"_index":6795,"title":{},"content":{"The insanity of collecting retro games":{}},"tags":{}}],["hét",{"_index":5004,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["héél",{"_index":4989,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["i$(gtest_dir",{"_index":1838,"title":{},"content":{"Bye autotools hello Scons":{}},"tags":{}}],["i$(gtest_dir)/includ",{"_index":7273,"title":{},"content":{"Stop limiting yourself to JS in browsers":{}},"tags":{}}],["i'd",{"_index":1962,"title":{},"content":{"Faking domain logic":{},"Teaching yourself to draw":{},"Healing creative scars":{},"A quick look at 6 fountain pens":{},"2017 in books":{},"Death to pseudocode?":{},"A Ph.D. Thesis: Iteration 2":{},"ITiCSE 2020: A Report":{},"Thoughts on collaboration in education":{},"Digitizing journals using DEVONthink":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"What is Creativity in Software Engineering?":{},"Exploring the Go programming language":{},"Host your own webmention receiver":{},"Re: Is collecting physical games worth it?":{},"On Tea Prices":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Cheese cheese cheese cheese cheese":{},"On Selling a Self-published Book":{},"Thirty-Six":{},"A Triumph For Blogging":{},"Very Old and Somewhat Old Mood Boards":{},"Where Does It Stop?":{},"November 2021 Meta Post":{},"Three Little GameCube Mods":{},"Dark Age of Camelot in 2022":{},"Generating a Blogroll With OPML in Hugo":{},"How to setup Pi-Hole on a Synology NAS":{},"On Trying To Sell A Laptop":{},"My Retrocomputing Projects For 2022":{},"Thoughts On Home NAS Systems":{},"Academic Lineage":{},"Expiry Dates On Journals":{},"February 2022 In Review":{},"March 2022 In Review":{},"None Of My Best Friends Are Content Creators":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"Drought":{},"On Commuting By Bike":{},"The Life Lessons of Bonnie":{},"Creating Top x Games Lists Is Hard":{},"June 2022 In Review":{}},"tags":{}}],["i'll",{"_index":2034,"title":{},"content":{".NET Memory management VS JVM Memory management":{},"Healing creative scars":{},"Nuts about local nuts":{},"A Ph.D. Thesis: Iteration 2":{},"DIY: Hosting stuff on your own VPS":{},"Digitizing journals using DEVONthink":{},"The insanity of collecting retro games":{},"Getting rid of trackers using LineageOS":{},"Discord killed support for WinXP":{},"On Manuscript Review Procedures":{},"The Pilot Capless: a stellar stealth pen":{},"Book Number Fourteen":{},"Thirty-Six":{},"Are You In The System Yet, Sir?":{},"Favorite Game Meme":{},"Very Old and Somewhat Old Mood Boards":{},"A Treatise on Leavened Waffles":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"A Factor Analysis For Dummies in R":{},"Minimalism and Tidying Up":{},"Woke in Class":{},"Thoughts On Home NAS Systems":{},"Creativity Equals Messy Code?":{},"How To Stream Your Own Music: Reprise":{},"Cool Things People Do With Their Blogs":{},"March 2022 In Review":{},"The Death Of The Nike+ SportWatch":{},"From Mood Board To Mood Mugs":{},"The Modern QR Code Life":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["i'm",{"_index":1969,"title":{"I'm jealous of my dog":{},"I'm Joining the Coffeeneuring Challenge of 2021":{}},"content":{"Faking domain logic":{},"Are you handing over enough when inspiring someone?":{},"How to teach kids to program":{},"A samurai learning mindset":{},"Development principles in cooking":{},"A quick look at 6 fountain pens":{},"Journaling in practice":{},"Nuts about local nuts":{},"I'm jealous of my dog":{},"Inventing - for the worse?":{},"2017 in books":{},"Take your time.":{},"Concentrating on serendipitous creativity":{},"Death to pseudocode?":{},"Teaching by philosophy":{},"Computer Science learning pathways":{},"A Decade in the Software Engineering industry":{},"The Startup of a Lean Doctorate":{},"Teaching Object-Oriented design using the GBA":{},"DIY: Hosting stuff on your own VPS":{},"Hugo Extended: More static site processing power!":{},"Page Building with Brizy in Wordpress":{},"Designing websites with accessibility in mind":{},"3D Software Rendering on the GBA":{},"Thoughts on collaboration in education":{},"An am486 Performance Analysis":{},"Personal Desktop Screenshots of Olde":{},"The Internet Killed Secrets in Games":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Thoughts on Bullshit Jobs":{},"Digitizing journals using DEVONthink":{},"The Productive Programmer on Mac":{},"What is Creativity in Software Engineering?":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"How to write academic papers in Markdown":{},"You Shouldn't Use Spotify":{},"Exploring the AlterNet":{},"The IndieWeb Mixed Bag":{},"Discord killed support for WinXP":{},"The first Dutch Obsidian meetup":{},"Moon Logic":{},"Re: Is collecting physical games worth it?":{},"Academese Gems":{},"Belgium - Portugal: 5 - 2":{},"Flea Market Season":{},"Misconceptions about retro gamers":{},"Software Engineering Is Not Engineering":{},"Why I like Pawn Stars":{},"Apple's App Store Design Mistake":{},"Double-dipping and Market Prices":{},"On Tea Prices":{},"Rules of a Creator's Life":{},"The Decline of Battery Life":{},"What if Seneca wasn't Nero's advisor?":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Kotlin Is Java 2.0, But It's Still Java":{},"On Selling a Self-published Book":{},"My Kotlin Rose-Tinted Glasses Broke":{},"Thirty-Six":{},"A Note About Footnotes":{},"Are You In The System Yet, Sir?":{},"Creativity Self-Assessment Is Nonsense":{},"Parking Machines Design Mistakes":{},"Ever-increasing Work Email Spam":{},"Questionable Game Publishing Methods":{},"The Emperor of Lists":{},"How Not To Do A Remaster":{},"Where Does It Stop?":{},"2021 Donations":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Migrating from Mailchimp to Listmonk":{},"November 2021 Meta Post":{},"Seneca on How to Live":{},"Why Mastodon Isn't Great For Serendipity":{},"December 2021 In Review":{},"Generating a Blogroll With OPML in Hugo":{},"Re: Writing A Book Is Nonesense":{},"Why I Play Games (And So Should You)":{},"Winnie Lim on Rebuilding Oneself":{},"Woke in Class":{},"2021 Year In Review":{},"January 2022 In Review":{},"Once Upon a Time in Shaolin":{},"What a Night Cam Is Good For":{},"Academic Lineage":{},"An Ad Leaflet QR Design Mistake":{},"Expiry Dates On Journals":{},"February 2022 In Review":{},"How To Stream Your Own Music: Reprise":{},"Leuchtturm Notebook Paper Quality":{},"Equality in Game Credits":{},"Fighting Webmention And Pingback Spam":{},"March 2022 In Review":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"The Death Of The Nike+ SportWatch":{},"April 2022 In Review":{},"Don't Expose The Stacktrace Please!":{},"Drought":{},"How To Properly Store Your Game Boy Cartridges":{},"My Programming Language Odyssey":{},"On Commuting By Bike":{},"Creating Top x Games Lists Is Hard":{},"From Mood Board To Mood Mugs":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"The Modern QR Code Life":{},"June 2022 In Review":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["i'v",{"_index":1279,"title":{},"content":{"Unit Testing Stored Procedures":{},"Enhancing the builder pattern with closures":{},"Integration Testing with SQLite":{},"Unit testing in Legacy Projects: VB6":{},"Teaching yourself to draw":{},"Are you handing over enough when inspiring someone?":{},"How to teach kids to program":{},"A quick look at 6 fountain pens":{},"Journaling in practice":{},"2017 in books":{},"Hiding Code Complexity":{},"Productivity Tools on all platforms":{},"A Decade in the Software Engineering industry":{},"The Startup of a Lean Doctorate":{},"Unit Testing PicoBlaze Assembly files":{},"A Ph.D. Thesis: Iteration 2":{},"Hugo Extended: More static site processing power!":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Programming on the Apple M1 Silicon":{},"Thoughts on Bullshit Jobs":{},"Digitizing journals using DEVONthink":{},"What is Creativity in Software Engineering?":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"My Retro Desk/Gaming Setup in 2021":{},"You Shouldn't Use Spotify":{},"Exploring the AlterNet":{},"The IndieWeb Mixed Bag":{},"Using Hugo to Launch a Gemini Capsule":{},"On Manuscript Review Procedures":{},"Social Debt in Development Teams":{},"Flea Market Season":{},"Misconceptions about retro gamers":{},"YouTube Play Image Links in Hugo":{},"Book Number Fourteen":{},"How Much Should I Spend On Magic The Gathering":{},"On Tea Prices":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Cheese cheese cheese cheese cheese":{},"Emotional Magic":{},"On Selling a Self-published Book":{},"20 Years of Personal Cellphone History":{},"Are You In The System Yet, Sir?":{},"Favorite Game Meme":{},"The HP Sprocket Mini Printer":{},"A Triumph For Blogging":{},"Are Digital Gardens Blogs?":{},"Ditch Scrum, Organize As You See Fit":{},"Ever-increasing Work Email Spam":{},"Power Usage Effectiveness":{},"Exporting Goodreads to Obsidian":{},"Where Does It Stop?":{},"A Creative State of Mind":{},"Allspice Is Not All Spice":{},"2021 Donations":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"November 2021 Meta Post":{},"Seneca on How to Live":{},"December 2021 In Review":{},"Generating a Blogroll With OPML in Hugo":{},"Natural Gas Prices and The Energy Market":{},"Winnie Lim on Rebuilding Oneself":{},"Woke in Class":{},"How To Enjoy Your Own Digital Music":{},"How to setup Pi-Hole on a Synology NAS":{},"January 2022 In Review":{},"On Trying To Sell A Laptop":{},"My Retrocomputing Projects For 2022":{},"Thoughts On Home NAS Systems":{},"Visualizing Personal Data Takeouts":{},"Water Usage and Prices":{},"A Personal Intro To Rough Hip-Hop":{},"An Ad Leaflet QR Design Mistake":{},"Creativity Equals Messy Code?":{},"February 2022 In Review":{},"How To Stream Your Own Music: Reprise":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"Fighting Webmention And Pingback Spam":{},"March 2022 In Review":{},"None Of My Best Friends Are Content Creators":{},"True Backlink Support in Hugo":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"April 2022 In Review":{},"How To Properly Store Your Game Boy Cartridges":{},"On Commuting By Bike":{},"Teaching Software Engineering Is Still Done Wrong":{},"Creating Top x Games Lists Is Hard":{},"From Mood Board To Mood Mugs":{},"May 2022 In Review":{},"Sparking Conversations at Conferences":{},"Give Up GitHub!":{},"June 2022 In Review":{}},"tags":{}}],["i5",{"_index":6113,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{}},"tags":{}}],["ibm",{"_index":9341,"title":{},"content":{"A 5.25\" Gobliins 2 Surprise":{}},"tags":{}}],["ic",{"_index":2471,"title":{},"content":{"How to teach kids to program":{},"You Shouldn't Use Spotify":{}},"tags":{}}],["icloud",{"_index":7014,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"tags":{}}],["icon",{"_index":2361,"title":{},"content":{"Teaching yourself to draw":{},"Tracking and privacy concerns on websites":{},"Personal Desktop Screenshots of Olde":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"The Productive Programmer on Mac":{},"Apple's App Store Design Mistake":{},"How Much Should I Spend On Magic The Gathering":{},"Thirty-Six":{},"20 Years of Personal Cellphone History":{},"From Curiosity To Creativity":{},"How Not To Do A Remaster":{},"Don't Expose The Stacktrace Please!":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"Freshly Baked Thoughts":{}},"tags":{}}],["icon`",{"_index":6024,"title":{},"content":{"A journey through the history of webdesign":{}},"tags":{}}],["ign](https://www.ign.com/articles/2019/07/17/nintendo",{"_index":8293,"title":{},"content":{"The Decline of Battery Life":{}},"tags":{}}],["ignit",{"_index":9314,"title":{},"content":{"The Lost Art of Being Lost":{}},"tags":{}}],["ignor",{"_index":2398,"title":{},"content":{"Are you handing over enough when inspiring someone?":{},"Computer Science learning pathways":{},"A Decade in the Software Engineering industry":{},"IT Competences and Certificates":{},"Programming: a Creative Cognitive Process":{},"Building an Athlon Windows 98 Retro PC":{},"How to write academic papers in Markdown":{},"Social Debt in Development Teams":{},"Cheese cheese cheese cheese cheese":{},"The Lost Art of Being Lost":{},"A Treatise on Leavened Waffles":{},"April 2022 In Review":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["ii",{"_index":2148,"title":{},"content":{"Webdriver Exception Handling":{},"3D Software Rendering on the GBA":{},"Building an Athlon Windows 98 Retro PC":{},"The Internet Killed Secrets in Games":{},"Discord killed support for WinXP":{},"Moon Logic":{},"Flea Market Season":{},"Favorite Game Meme":{},"A Creative State of Mind":{},"Three Little GameCube Mods":{},"Dark Age of Camelot in 2022":{}},"tags":{}}],["ii'",{"_index":6262,"title":{},"content":{"The Internet Killed Secrets in Games":{}},"tags":{}}],["ii](https://jefklakscodex.com/articles/reviews/simon",{"_index":7461,"title":{},"content":{"Moon Logic":{}},"tags":{}}],["ii](https://www.eongaming.tech/product",{"_index":10201,"title":{},"content":{"Three Little GameCube Mods":{}},"tags":{}}],["ii_",{"_index":8865,"title":{},"content":{"Favorite Game Meme":{}},"tags":{}}],["iii",{"_index":9292,"title":{},"content":{"Questionable Game Publishing Methods":{},"How Not To Do A Remaster":{}},"tags":{}}],["iii/iv",{"_index":6075,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{}},"tags":{}}],["ik",{"_index":1185,"title":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"content":{"undefined":{},"Over entropie":{},"Over het introduceren van bedrijfsethiek":{},"A Ph.D. Thesis Proposal":{},"Over de inflatie van intellect":{},"Over tijdsbesef":{},"Boeken die mij gevormd hebben tot wie ik ben":{},"Over analoog en digitaal":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["ikea",{"_index":6714,"title":{},"content":{"My Retro Desk/Gaming Setup in 2021":{}},"tags":{}}],["ill",{"_index":11118,"title":{},"content":{"A Personal Intro To Rough Hip-Hop":{}},"tags":{}}],["illeg",{"_index":11821,"title":{},"content":{"My Programming Language Odyssey":{}},"tags":{}}],["illiteraci",{"_index":8418,"title":{},"content":{"What if Seneca wasn't Nero's advisor?":{}},"tags":{}}],["illumin",{"_index":9840,"title":{},"content":{"A Creative State of Mind":{}},"tags":{}}],["illuminate\\support\\facades\\request::sess",{"_index":11705,"title":{},"content":{"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["illus",{"_index":9459,"title":{},"content":{"Constraint-based Creativity":{}},"tags":{}}],["illustr",{"_index":2368,"title":{},"content":{"Teaching yourself to draw":{},"Page Building with Brizy in Wordpress":{},"Teaching Software Engineering Is Still Done Wrong":{}},"tags":{}}],["im",{"_index":7013,"title":{},"content":{"Getting rid of trackers using LineageOS":{},"Generating a Blogroll With OPML in Hugo":{}},"tags":{}}],["imag",{"_index":2124,"title":{"RSS Feeds, Hugo, and Lazy Image Loading":{},"YouTube Play Image Links in Hugo":{}},"content":{"Webdriver Exception Handling":{},"I'm jealous of my dog":{},"2017 in books":{},"IT Competences and Certificates":{},"Tracking and privacy concerns on websites":{},"A journey through the history of webdesign":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"How to write academic papers in Markdown":{},"Getting rid of trackers using LineageOS":{},"Lousy Wordpress Hacking Attempts detected":{},"Misconceptions about retro gamers":{},"YouTube Play Image Links in Hugo":{},"Reducing Workflow Load Facilitates Writing":{},"From Analog Notebook to Digital Vault":{},"A Creative State of Mind":{},"November 2021 Meta Post":{},"Woke in Class":{},"March 2022 In Review":{},"How To Properly Store Your Game Boy Cartridges":{},"My Programming Language Odyssey":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["image.html",{"_index":6561,"title":{},"content":{"RSS Feeds, Hugo, and Lazy Image Loading":{}},"tags":{}}],["image[^pi",{"_index":10731,"title":{},"content":{"How to setup Pi-Hole on a Synology NAS":{}},"tags":{}}],["image](https://www.navidrome.org/docs/installation/dock",{"_index":11299,"title":{},"content":{"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["image_",{"_index":8221,"title":{},"content":{"Reducing Workflow Load Facilitates Writing":{}},"tags":{}}],["imageformat.png",{"_index":2132,"title":{},"content":{"Webdriver Exception Handling":{}},"tags":{}}],["imagemagick",{"_index":6456,"title":{},"content":{"Programming on the Apple M1 Silicon":{},"YouTube Play Image Links in Hugo":{},"From Analog Notebook to Digital Vault":{}},"tags":{}}],["imageri",{"_index":11969,"title":{},"content":{"From Mood Board To Mood Mugs":{}},"tags":{}}],["images![^tip",{"_index":6569,"title":{},"content":{"RSS Feeds, Hugo, and Lazy Image Loading":{}},"tags":{}}],["imagin",{"_index":1932,"title":{},"content":{"Faking domain logic":{},"Unit testing in Legacy Projects: VB6":{},"Reverse engineering a curriculum":{},"Programming: a Creative Cognitive Process":{},"Thoughts on Bullshit Jobs":{},"Thirty-Six":{},"The Lost Art of Being Lost":{},"The Emperor of Lists":{},"Why Mastodon Isn't Great For Serendipity":{},"A Personal Intro To Gentle Hip-Hop":{},"February 2022 In Review":{}},"tags":{}}],["imaginari",{"_index":9167,"title":{},"content":{"Ever-increasing Work Email Spam":{},"Natural Gas Prices and The Energy Market":{},"My Programming Language Odyssey":{}},"tags":{}}],["imajica](https://www.goodreads.com/book/show/567704.imajica",{"_index":12175,"title":{},"content":{"June 2022 In Review":{}},"tags":{}}],["imbu",{"_index":11635,"title":{},"content":{"Wax Seals And Snail Mail":{}},"tags":{}}],["img",{"_index":4155,"title":{},"content":{"Over tijdsbesef":{},"Programming: a Creative Cognitive Process":{},"RSS Feeds, Hugo, and Lazy Image Loading":{}},"tags":{}}],["img/analoguent.jpg",{"_index":4591,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["img/desktopshots/engagebusy_febr2005.jpg",{"_index":6223,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["img/desktopshots/feb2004.jpg",{"_index":6200,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["img/desktopshots/fvwm_aug2004.jpg",{"_index":6205,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["img/desktopshots/fvwm_confnew_20051027_1.jpg",{"_index":6239,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["img/desktopshots/lila_sept2004.jpg",{"_index":6214,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["img/tnmt.jpg",{"_index":5060,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["imhoff'",{"_index":10475,"title":{},"content":{"Minimalism and Tidying Up":{},"Cool Things People Do With Their Blogs":{}},"tags":{}}],["imit",{"_index":2572,"title":{},"content":{"A samurai learning mindset":{},"Why I like Pawn Stars":{}},"tags":{}}],["immedi",{"_index":2470,"title":{},"content":{"How to teach kids to program":{},"Combining async with generators in Node 11":{},"Reducing Workflow Load Facilitates Writing":{},"Emotional Magic":{},"A Note About Footnotes":{},"Favorite Game Meme":{},"Dear Student":{},"The Emperor of Lists":{},"Seneca on How to Live":{},"How To Stream Your Own Music: Reprise":{},"Leuchtturm Notebook Paper Quality":{}},"tags":{}}],["immens",{"_index":10705,"title":{},"content":{"How To Enjoy Your Own Digital Music":{}},"tags":{}}],["immer",{"_index":3366,"title":{},"content":{"Over entropie":{},"Boeken die mij gevormd hebben tot wie ik ben":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["immin",{"_index":3233,"title":{},"content":{"Concentrating on serendipitous creativity":{},"Winnie Lim on Rebuilding Oneself":{}},"tags":{}}],["immort",{"_index":7850,"title":{},"content":{"The Pilot Capless: a stellar stealth pen":{}},"tags":{}}],["immut",{"_index":798,"title":{},"content":{"undefined":{}},"tags":{}}],["imp",{"_index":10048,"title":{},"content":{"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["impact",{"_index":5549,"title":{},"content":{"ITiCSE 2020: A Report":{},"The first Dutch Obsidian meetup":{},"Favorite Game Meme":{},"Collective Creativity":{},"Why I Play Games (And So Should You)":{},"2021 Year In Review":{},"Once Upon a Time in Shaolin":{},"March 2022 In Review":{},"None Of My Best Friends Are Content Creators":{}},"tags":{}}],["impact_",{"_index":9321,"title":{},"content":{"A 5.25\" Gobliins 2 Surprise":{}},"tags":{}}],["impass",{"_index":3225,"title":{},"content":{"Concentrating on serendipitous creativity":{}},"tags":{}}],["impatient.hello
\\r\\n\\t\\t\\r\\n\\t\\r\\nr",{"_index":1441,"title":{},"content":{"undefined":{}},"tags":{}}],["passwords](https://www.huderlem.com/blog/posts/carrot",{"_index":11529,"title":{},"content":{"Password Hacking Sylvester & Tweety: Breakfast on the Run":{}},"tags":{}}],["past",{"_index":4,"title":{},"content":{"Ending your day with happy thoughts":{},"Development principles in cooking":{},"I'm jealous of my dog":{},"Inventing - for the worse?":{},"Death to pseudocode?":{},"Building an Athlon Windows 98 Retro PC":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"The insanity of collecting retro games":{},"Discord killed support for WinXP":{},"YouTube Play Image Links in Hugo":{},"Water Levels As Public Data":{},"Kotlin Is Java 2.0, But It's Still Java":{},"The HP Sprocket Mini Printer":{},"Are Digital Gardens Blogs?":{},"Questionable Game Publishing Methods":{},"The Monthly Retro Screenshot Guessing Quiz":{},"November 2021 Meta Post":{},"Natural Gas Prices and The Energy Market":{},"Woke in Class":{},"2021 Year In Review":{},"January 2022 In Review":{},"Once Upon a Time in Shaolin":{},"My Retrocomputing Projects For 2022":{},"Academic Lineage":{},"My Programming Language Odyssey":{},"May 2022 In Review":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"Sparking Conversations at Conferences":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["past_",{"_index":8065,"title":{},"content":{"Double-dipping and Market Prices":{}},"tags":{}}],["pasta",{"_index":448,"title":{},"content":{"No, vegetarians do not eat fish!":{},"Cheese cheese cheese cheese cheese":{},"From Mood Board To Mood Mugs":{}},"tags":{}}],["pasta’",{"_index":440,"title":{},"content":{"No, vegetarians do not eat fish!":{}},"tags":{}}],["pasteur",{"_index":9521,"title":{},"content":{"Creative Critical Thinking":{}},"tags":{}}],["pastri",{"_index":12217,"title":{},"content":{"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["pat",{"_index":11150,"title":{},"content":{"Academic Lineage":{}},"tags":{}}],["patch",{"_index":6197,"title":{},"content":{"Personal Desktop Screenshots of Olde":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"How Not To Do A Remaster":{},"Generating a Blogroll With OPML in Hugo":{},"Why I Play Games (And So Should You)":{},"How to setup Pi-Hole on a Synology NAS":{}},"tags":{}}],["path",{"_index":1409,"title":{},"content":{"undefined":{},"Computer Science learning pathways":{},"A Decade in the Software Engineering industry":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Kotlin Is Java 2.0, But It's Still Java":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Seneca on How to Live":{},"How To Stream Your Own Music: Reprise":{},"The Life Lessons of Bonnie":{},"Creating Top x Games Lists Is Hard":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["pathet",{"_index":3153,"title":{},"content":{"Take your time.":{}},"tags":{}}],["pathway",{"_index":3519,"title":{"Computer Science learning pathways":{}},"content":{"Moon Logic":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["patienc",{"_index":7983,"title":{},"content":{"Apple's App Store Design Mistake":{}},"tags":{}}],["patient",{"_index":9704,"title":{},"content":{"How Not To Do A Remaster":{},"The Death Of The Nike+ SportWatch":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["patreon",{"_index":9902,"title":{},"content":{"2021 Donations":{}},"tags":{}}],["patrick",{"_index":10344,"title":{},"content":{"December 2021 In Review":{},"Drought":{}},"tags":{}}],["patron",{"_index":9064,"title":{},"content":{"Collective Creativity":{}},"tags":{}}],["pattern",{"_index":1599,"title":{"Enhancing the builder pattern with closures":{}},"content":{"Enhancing the builder pattern with closures":{},"Metaprogramming instead of duplication":{},"Are you handing over enough when inspiring someone?":{},"Hiding Code Complexity":{},"Computer Science learning pathways":{},"Programming: a Creative Cognitive Process":{},"Digitizing journals using DEVONthink":{},"Getting rid of trackers using LineageOS":{},"Teaching students about coding trends":{},"Social Debt in Development Teams":{},"Software Engineering Is Not Engineering":{},"Collective Creativity":{},"A Creative State of Mind":{},"A Factor Analysis For Dummies in R":{},"Winnie Lim on Rebuilding Oneself":{},"Visualizing Personal Data Takeouts":{},"Teaching Software Engineering Is Still Done Wrong":{}},"tags":{}}],["patterns](https://sourcemaking.com/design_patterns/singleton",{"_index":7575,"title":{},"content":{"Social Debt in Development Teams":{}},"tags":{}}],["patterson'",{"_index":10858,"title":{},"content":{"My Retrocomputing Projects For 2022":{}},"tags":{}}],["paul",{"_index":8535,"title":{},"content":{"Emotional Magic":{},"Collective Creativity":{},"Constraint-based Creativity":{},"December 2021 In Review":{},"February 2022 In Review":{}},"tags":{}}],["paulien",{"_index":11683,"title":{},"content":{"April 2022 In Review":{}},"tags":{}}],["paus",{"_index":8840,"title":{},"content":{"Creativity Self-Assessment Is Nonsense":{}},"tags":{}}],["pave",{"_index":9461,"title":{},"content":{"Constraint-based Creativity":{}},"tags":{}}],["pawn",{"_index":7716,"title":{"Why I like Pawn Stars":{}},"content":{"Flea Market Season":{},"Why I like Pawn Stars":{}},"tags":{}}],["pay",{"_index":1710,"title":{},"content":{"Integration Testing with SQLite":{},"Nuts about local nuts":{},"I'm jealous of my dog":{},"Domain Driven Design in C":{},"Tracking and privacy concerns on websites":{},"486 Upgrade 1: Sound Blaster 16":{},"Thoughts on Bullshit Jobs":{},"The Productive Programmer on Mac":{},"The insanity of collecting retro games":{},"You Shouldn't Use Spotify":{},"Emotional Magic":{},"Are You In The System Yet, Sir?":{},"Parking Machines Design Mistakes":{},"Are Digital Gardens Blogs?":{},"Questionable Game Publishing Methods":{},"A 5.25\" Gobliins 2 Surprise":{},"The Emperor of Lists":{},"Natural Gas Prices and The Energy Market":{},"Woke in Class":{},"Thoughts On Home NAS Systems":{},"Water Usage and Prices":{},"Creativity Equals Messy Code?":{},"The Strange Heterogenity of Hiking Signs":{},"Give Up GitHub!":{}},"tags":{}}],["payconiq",{"_index":8970,"title":{},"content":{"Parking Machines Design Mistakes":{}},"tags":{}}],["payment",{"_index":8969,"title":{},"content":{"Parking Machines Design Mistakes":{}},"tags":{}}],["payoff",{"_index":4303,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["payout",{"_index":6869,"title":{},"content":{"You Shouldn't Use Spotify":{}},"tags":{}}],["paz'",{"_index":11121,"title":{},"content":{"A Personal Intro To Rough Hip-Hop":{}},"tags":{}}],["pc",{"_index":1319,"title":{"Reviving an old 80486 PC":{},"Building a Core2Duo Windows XP Retro PC":{},"Building an Athlon Windows 98 Retro PC":{}},"content":{"Unit Testing Stored Procedures":{},"Integration Testing with SQLite":{},"Project Warlock: About Perseverance":{},"An am486 Performance Analysis":{},"486 Upgrade 2: The SD Card HDD":{},"486 Upgrade 1: Sound Blaster 16":{},"Reviving an old 80486 PC":{},"Building a Core2Duo Windows XP Retro PC":{},"Building an Athlon Windows 98 Retro PC":{},"Win98 Upgrade: Sound Blaster Audigy":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"The Productive Programmer on Mac":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Discord killed support for WinXP":{},"Moon Logic":{},"Belgium - Portugal: 5 - 2":{},"Flea Market Season":{},"YouTube Play Image Links in Hugo":{},"The HP Sprocket Mini Printer":{},"A 5.25\" Gobliins 2 Surprise":{},"How To Enjoy Your Own Digital Music":{},"My Retrocomputing Projects For 2022":{},"Thoughts On Home NAS Systems":{},"February 2022 In Review":{},"How To Stream Your Own Music: Reprise":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"My Programming Language Odyssey":{}},"tags":{}}],["pc.18845723",{"_index":6160,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["pc](/post/2020/09/reviv",{"_index":5805,"title":{},"content":{"486 Upgrade 2: The SD Card HDD":{},"486 Upgrade 1: Sound Blaster 16":{},"Building an Athlon Windows 98 Retro PC":{},"A 5.25\" Gobliins 2 Surprise":{}},"tags":{}}],["pc](/post/2020/10/build",{"_index":6056,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"tags":{}}],["pc_",{"_index":6156,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["pcb",{"_index":5876,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{},"Three Little GameCube Mods":{}},"tags":{}}],["pci",{"_index":6087,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{},"Win98 Upgrade: Sound Blaster Audigy":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Belgium - Portugal: 5 - 2":{},"Three Little GameCube Mods":{},"My Retrocomputing Projects For 2022":{}},"tags":{}}],["pci128",{"_index":6308,"title":{},"content":{"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["pcpbench",{"_index":5793,"title":{},"content":{"An am486 Performance Analysis":{}},"tags":{}}],["pcs](/post/2020/09/486",{"_index":6354,"title":{},"content":{"WinXP Upgrade: Sound Blaster X-Fi":{}},"tags":{}}],["pcs](/post/2021/02/mi",{"_index":7181,"title":{},"content":{"Discord killed support for WinXP":{}},"tags":{}}],["pdf",{"_index":1580,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{},"Using Pandoc to publish a book":{},"From Analog Notebook to Digital Vault":{}},"tags":{}}],["pdflatex",{"_index":5302,"title":{},"content":{"Using Pandoc to publish a book":{}},"tags":{}}],["peac",{"_index":269,"title":{},"content":{"On finding your inner zen in big cities":{},"No, vegetarians do not eat fish!":{},"My Retro Desk/Gaming Setup in 2021":{},"Technical Knowledge Brews Creativity":{},"Minimalism and Tidying Up":{}},"tags":{}}],["peacefulli",{"_index":10585,"title":{},"content":{"The Creative Techniques Toolbox":{}},"tags":{}}],["peachi",{"_index":9952,"title":{},"content":{"I'm Joining the Coffeeneuring Challenge of 2021":{},"Woke in Class":{}},"tags":{}}],["peak",{"_index":5548,"title":{},"content":{"ITiCSE 2020: A Report":{},"Building a Core2Duo Windows XP Retro PC":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"A Triumph For Blogging":{},"On Commuting By Bike":{}},"tags":{}}],["peanut",{"_index":10994,"title":{},"content":{"What a Night Cam Is Good For":{}},"tags":{}}],["pedal",{"_index":8253,"title":{},"content":{"Reducing Workflow Load Facilitates Writing":{}},"tags":{}}],["pedant",{"_index":11261,"title":{},"content":{"February 2022 In Review":{}},"tags":{}}],["peek",{"_index":6225,"title":{},"content":{"Personal Desktop Screenshots of Olde":{},"Moon Logic":{},"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["peel",{"_index":12233,"title":{},"content":{"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["peer",{"_index":3231,"title":{},"content":{"Concentrating on serendipitous creativity":{},"Five reasons why agile and academia don't go together":{},"Thoughts on collaboration in education":{},"On Manuscript Review Procedures":{},"Academese Gems":{},"How To Enjoy Your Own Digital Music":{}},"tags":{}}],["peers](https://theconversation.com/academ",{"_index":7620,"title":{},"content":{"Academese Gems":{}},"tags":{}}],["peko",{"_index":8178,"title":{},"content":{"On Tea Prices":{}},"tags":{}}],["pen",{"_index":460,"title":{"A quick look at 6 fountain pens":{},"The Pilot Capless: a stellar stealth pen":{}},"content":{"No, vegetarians do not eat fish!":{},"A quick look at 6 fountain pens":{},"Over de inflatie van intellect":{},"The first Dutch Obsidian meetup":{},"Flea Market Season":{},"The Pilot Capless: a stellar stealth pen":{},"Why I like Pawn Stars":{},"Book Number Fourteen":{},"What if Seneca wasn't Nero's advisor?":{},"Are You In The System Yet, Sir?":{},"A Triumph For Blogging":{},"Very Old and Somewhat Old Mood Boards":{},"The Emperor of Lists":{},"Seneca on How to Live":{},"Technical Knowledge Brews Creativity":{},"Why Mastodon Isn't Great For Serendipity":{},"Winnie Lim on Rebuilding Oneself":{},"Leuchtturm Notebook Paper Quality":{},"Wax Seals And Snail Mail":{},"From Mood Board To Mood Mugs":{}},"tags":{}}],["penandpencil.jpg",{"_index":8988,"title":{},"content":{"A Triumph For Blogging":{}},"tags":{}}],["pencil",{"_index":58,"title":{},"content":{"Ending your day with happy thoughts":{},"A Triumph For Blogging":{}},"tags":{}}],["pencil.that",{"_index":164,"title":{},"content":{"Ending your day with happy thoughts":{}},"tags":{}}],["penetr",{"_index":11022,"title":{},"content":{"A Personal Intro To Gentle Hip-Hop":{}},"tags":{}}],["pens.jpg",{"_index":7853,"title":{},"content":{"The Pilot Capless: a stellar stealth pen":{}},"tags":{}}],["pens](/img/6pen",{"_index":2762,"title":{},"content":{"A quick look at 6 fountain pens":{}},"tags":{}}],["pens](/post/2017/07/fountain",{"_index":7815,"title":{},"content":{"The Pilot Capless: a stellar stealth pen":{}},"tags":{}}],["pentium",{"_index":6074,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{},"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["penz",{"_index":2723,"title":{},"content":{"A quick look at 6 fountain pens":{}},"tags":{}}],["peop",{"_index":12156,"title":{},"content":{"Give Up GitHub!":{}},"tags":{}}],["peopl",{"_index":277,"title":{"Cool Things People Do With Their Blogs":{}},"content":{"On finding your inner zen in big cities":{},"No, vegetarians do not eat fish!":{},"Learning to become a baker":{},"Unit Testing Stored Procedures":{},"Faking domain logic":{},"Teaching yourself to draw":{},"How to teach kids to program":{},"Development principles in cooking":{},"Journaling in practice":{},"Nuts about local nuts":{},"Inventing - for the worse?":{},"Hiding Code Complexity":{},"Take your time.":{},"Reverse engineering a curriculum":{},"A Decade in the Software Engineering industry":{},"A Ph.D. Thesis: Iteration 2":{},"Programming: a Creative Cognitive Process":{},"Five reasons why agile and academia don't go together":{},"Project Warlock: About Perseverance":{},"Designing websites with accessibility in mind":{},"Thoughts on Bullshit Jobs":{},"The Productive Programmer on Mac":{},"What is Creativity in Software Engineering?":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Exploring the AlterNet":{},"Discord killed support for WinXP":{},"The first Dutch Obsidian meetup":{},"Using Hugo to Launch a Gemini Capsule":{},"Host your own webmention receiver":{},"Flea Market Season":{},"Misconceptions about retro gamers":{},"Double-dipping and Market Prices":{},"On Tea Prices":{},"Rules of a Creator's Life":{},"Water Levels As Public Data":{},"What if Seneca wasn't Nero's advisor?":{},"On Selling a Self-published Book":{},"Creativity Self-Assessment Is Nonsense":{},"A Triumph For Blogging":{},"Are Digital Gardens Blogs?":{},"Ditch Scrum, Organize As You See Fit":{},"Power Usage Effectiveness":{},"The Lost Art of Being Lost":{},"Creative Critical Thinking":{},"How Not To Do A Remaster":{},"A Creative State of Mind":{},"Migrating from Mailchimp to Listmonk":{},"Why Mastodon Isn't Great For Serendipity":{},"Re: Writing A Book Is Nonesense":{},"The Creative Techniques Toolbox":{},"Why I Play Games (And So Should You)":{},"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{},"Academic Lineage":{},"Expiry Dates On Journals":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"Cool Things People Do With Their Blogs":{},"None Of My Best Friends Are Content Creators":{},"Don't Expose The Stacktrace Please!":{},"How To Properly Store Your Game Boy Cartridges":{},"Sparking Conversations at Conferences":{},"The Modern QR Code Life":{}},"tags":{}}],["people'",{"_index":3105,"title":{},"content":{"Hiding Code Complexity":{},"The Emperor of Lists":{}},"tags":{}}],["peplin",{"_index":4478,"title":{},"content":{"The Startup of a Lean Doctorate":{}},"tags":{}}],["pepper",{"_index":2604,"title":{},"content":{"Development principles in cooking":{},"Allspice Is Not All Spice":{}},"tags":{}}],["per",{"_index":2393,"title":{},"content":{"Are you handing over enough when inspiring someone?":{},"I'm jealous of my dog":{},"Over de inflatie van intellect":{},"Over tijdsbesef":{},"Boeken die mij gevormd hebben tot wie ik ben":{},"De zin en onzin van conferenties":{},"An am486 Performance Analysis":{},"486 Upgrade 2: The SD Card HDD":{},"Building a Core2Duo Windows XP Retro PC":{},"The Internet Killed Secrets in Games":{},"You Shouldn't Use Spotify":{},"How Much Should I Spend On Magic The Gathering":{},"On Tea Prices":{},"Water Levels As Public Data":{},"On Trying To Sell A Laptop":{},"April 2022 In Review":{}},"tags":{}}],["perceiv",{"_index":4926,"title":{},"content":{"Programming: a Creative Cognitive Process":{},"Thoughts on Bullshit Jobs":{}},"tags":{}}],["percent",{"_index":9863,"title":{},"content":{"Allspice Is Not All Spice":{},"The Creative Techniques Toolbox":{},"Woke in Class":{},"Water Usage and Prices":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{}},"tags":{}}],["percentag",{"_index":6488,"title":{},"content":{"Thoughts on Bullshit Jobs":{},"Discord killed support for WinXP":{}},"tags":{}}],["percentages_",{"_index":9391,"title":{},"content":{"A Treatise on Leavened Waffles":{}},"tags":{}}],["perfect",{"_index":1990,"title":{"The Perfect Bowl Of Oatmeal Porridge":{}},"content":{".NET Memory management VS JVM Memory management":{},"IT Competences and Certificates":{},"486 Upgrade 2: The SD Card HDD":{},"Exploring the Go programming language":{},"Rules of a Creator's Life":{},"Constraint-based Creativity":{},"From Curiosity To Creativity":{},"Migrating from Mailchimp to Listmonk":{},"How To Properly Store Your Game Boy Cartridges":{},"May 2022 In Review":{},"Give Up GitHub!":{}},"tags":{}}],["perfectli",{"_index":3084,"title":{},"content":{"2017 in books":{},"Social Debt in Development Teams":{},"Re: Writing A Book Is Nonesense":{},"Expiry Dates On Journals":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"None Of My Best Friends Are Content Creators":{}},"tags":{}}],["perform",{"_index":2079,"title":{"An am486 Performance Analysis":{}},"content":{"Unit Testing Extjs UI with Siesta":{},"ITiCSE 2020: A Report":{},"An am486 Performance Analysis":{},"Reviving an old 80486 PC":{},"Programming on the Apple M1 Silicon":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Social Debt in Development Teams":{},"The Pilot Capless: a stellar stealth pen":{},"Creativity Self-Assessment Is Nonsense":{},"Ditch Scrum, Organize As You See Fit":{},"Leuchtturm Notebook Paper Quality":{}},"tags":{}}],["pergamon",{"_index":9425,"title":{},"content":{"Constraint-based Creativity":{}},"tags":{}}],["perhap",{"_index":5084,"title":{},"content":{"Five reasons why agile and academia don't go together":{},"ITiCSE 2020: A Report":{},"486 Upgrade 1: Sound Blaster 16":{},"The insanity of collecting retro games":{},"Teaching students about coding trends":{},"The IndieWeb Mixed Bag":{},"Exploring the Go programming language":{},"Re: Is collecting physical games worth it?":{},"Social Debt in Development Teams":{},"Academese Gems":{},"Flea Market Season":{},"Misconceptions about retro gamers":{},"The Pilot Capless: a stellar stealth pen":{},"Reducing Workflow Load Facilitates Writing":{},"What if Seneca wasn't Nero's advisor?":{},"On Selling a Self-published Book":{},"My Kotlin Rose-Tinted Glasses Broke":{},"Thirty-Six":{},"Creativity Self-Assessment Is Nonsense":{},"Favorite Game Meme":{},"Parking Machines Design Mistakes":{},"Collective Creativity":{},"Very Old and Somewhat Old Mood Boards":{},"The Lost Art of Being Lost":{},"Where Does It Stop?":{},"Migrating from Mailchimp to Listmonk":{},"Three Little GameCube Mods":{},"A Factor Analysis For Dummies in R":{},"Re: Writing A Book Is Nonesense":{},"Why I Play Games (And So Should You)":{},"Winnie Lim on Rebuilding Oneself":{},"On Trying To Sell A Laptop":{},"My Retrocomputing Projects For 2022":{},"What a Night Cam Is Good For":{},"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{},"Academic Lineage":{},"Creativity Equals Messy Code?":{},"Expiry Dates On Journals":{},"Equality in Game Credits":{},"March 2022 In Review":{},"None Of My Best Friends Are Content Creators":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"The Death Of The Nike+ SportWatch":{},"Don't Expose The Stacktrace Please!":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["period",{"_index":946,"title":{},"content":{"Learning to become a baker":{},"Concentrating on serendipitous creativity":{},"Over tijdsbesef":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Water Levels As Public Data":{},"From Curiosity To Creativity":{},"A Creative State of Mind":{},"What a Night Cam Is Good For":{},"How To Stream Your Own Music: Reprise":{},"Cool Things People Do With Their Blogs":{},"None Of My Best Friends Are Content Creators":{},"Drought":{}},"tags":{}}],["perish_",{"_index":7375,"title":{},"content":{"On Manuscript Review Procedures":{},"Equality in Game Credits":{}},"tags":{}}],["perl",{"_index":714,"title":{},"content":{"undefined":{},"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["permalink",{"_index":8245,"title":{},"content":{"Reducing Workflow Load Facilitates Writing":{},"True Backlink Support in Hugo":{}},"tags":{}}],["perman",{"_index":9575,"title":{},"content":{"Exporting Goodreads to Obsidian":{},"Dark Age of Camelot in 2022":{},"December 2021 In Review":{}},"tags":{}}],["permiss",{"_index":6708,"title":{},"content":{"My Retro Desk/Gaming Setup in 2021":{},"Exploring the Go programming language":{},"Woke in Class":{}},"tags":{}}],["permit",{"_index":11773,"title":{},"content":{"Drought":{}},"tags":{}}],["permitrootlogin",{"_index":5148,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{}},"tags":{}}],["pernici",{"_index":6475,"title":{},"content":{"Thoughts on Bullshit Jobs":{}},"tags":{}}],["persev",{"_index":11935,"title":{},"content":{"The Life Lessons of Bonnie":{}},"tags":{}}],["persever",{"_index":5339,"title":{"Project Warlock: About Perseverance":{}},"content":{"The Internet Killed Secrets in Games":{}},"tags":{}}],["persian",{"_index":9661,"title":{},"content":{"From Curiosity To Creativity":{}},"tags":{}}],["persist",{"_index":3103,"title":{},"content":{"Hiding Code Complexity":{},"DIY: Hosting stuff on your own VPS":{},"Misconceptions about retro gamers":{},"Water Levels As Public Data":{},"Collective Creativity":{},"2021 Year In Review":{},"Drought":{},"The Life Lessons of Bonnie":{}},"tags":{}}],["person",{"_index":368,"title":{"Personal Desktop Screenshots of Olde":{},"20 Years of Personal Cellphone History":{},"Visualizing Personal Data Takeouts":{},"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{}},"content":{"No, vegetarians do not eat fish!":{},"Are you handing over enough when inspiring someone?":{},"Healing creative scars":{},"I'm jealous of my dog":{},"Domain Driven Design in C":{},"A Ph.D. Thesis: Iteration 2":{},"Project Warlock: About Perseverance":{},"ITiCSE 2020: A Report":{},"Reviving an old 80486 PC":{},"A journey through the history of webdesign":{},"Digitizing journals using DEVONthink":{},"What is Creativity in Software Engineering?":{},"Discord killed support for WinXP":{},"Using Hugo to Launch a Gemini Capsule":{},"Moon Logic":{},"Re: Is collecting physical games worth it?":{},"Academese Gems":{},"On Selling a Self-published Book":{},"Are You In The System Yet, Sir?":{},"Creativity Self-Assessment Is Nonsense":{},"Favorite Game Meme":{},"Parking Machines Design Mistakes":{},"Are Digital Gardens Blogs?":{},"Collective Creativity":{},"Dear Student":{},"A 5.25\" Gobliins 2 Surprise":{},"Exporting Goodreads to Obsidian":{},"From Analog Notebook to Digital Vault":{},"Technical Knowledge Brews Creativity":{},"A Factor Analysis For Dummies in R":{},"Re: Writing A Book Is Nonesense":{},"2021 Year In Review":{},"January 2022 In Review":{},"On Trying To Sell A Laptop":{},"Thoughts On Home NAS Systems":{},"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{},"Expiry Dates On Journals":{},"How To Stream Your Own Music: Reprise":{},"Equality in Game Credits":{},"None Of My Best Friends Are Content Creators":{},"April 2022 In Review":{},"My Programming Language Odyssey":{},"On Commuting By Bike":{},"On Learning A New (Programming) Language":{},"Teaching Software Engineering Is Still Done Wrong":{},"The Life Lessons of Bonnie":{},"Creating Top x Games Lists Is Hard":{},"June 2022 In Review":{},"Freshly Baked Thoughts":{}},"tags":{}}],["person(65",{"_index":4312,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["person(int",{"_index":4307,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["person_is_old",{"_index":4331,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["person_is_old(person",{"_index":4330,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["personag",{"_index":3919,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["personalti",{"_index":10400,"title":{},"content":{"A Factor Analysis For Dummies in R":{}},"tags":{}}],["personen",{"_index":3700,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{}},"tags":{}}],["persoon",{"_index":3400,"title":{},"content":{"Over entropie":{},"De zin en onzin van conferenties":{}},"tags":{}}],["persoonlijk",{"_index":3779,"title":{},"content":{"A Ph.D. Thesis Proposal":{}},"tags":{}}],["perspect",{"_index":323,"title":{},"content":{"On finding your inner zen in big cities":{},"Programming on the Apple M1 Silicon":{},"Re: Is collecting physical games worth it?":{},"Constraint-based Creativity":{},"Dark Age of Camelot in 2022":{}},"tags":{}}],["perspectief",{"_index":4258,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["persuad",{"_index":9504,"title":{},"content":{"Creative Critical Thinking":{},"From Curiosity To Creativity":{}},"tags":{}}],["pescatarian",{"_index":354,"title":{},"content":{"No, vegetarians do not eat fish!":{}},"tags":{}}],["peso",{"_index":7155,"title":{},"content":{"The IndieWeb Mixed Bag":{}},"tags":{}}],["pesos](/post/2021/03/th",{"_index":9578,"title":{},"content":{"Exporting Goodreads to Obsidian":{}},"tags":{}}],["pet",{"_index":3193,"title":{},"content":{"Take your time.":{}},"tags":{}}],["peter",{"_index":8049,"title":{},"content":{"Double-dipping and Market Prices":{},"Thirty-Six":{},"A Triumph For Blogging":{},"A 5.25\" Gobliins 2 Surprise":{},"November 2021 Meta Post":{},"December 2021 In Review":{},"Drought":{}},"tags":{}}],["peter'",{"_index":8991,"title":{},"content":{"A Triumph For Blogging":{},"A 5.25\" Gobliins 2 Surprise":{},"A Treatise on Leavened Waffles":{}},"tags":{}}],["petit",{"_index":5929,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["petri",{"_index":3589,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{}},"tags":{}}],["pexels](https://pexels.com",{"_index":4725,"title":{},"content":{"IT Competences and Certificates":{}},"tags":{}}],["ph.d",{"_index":3710,"title":{"A Ph.D. Thesis Proposal":{},"A Ph.D. Thesis: Iteration 2":{}},"content":{"A Ph.D. Thesis Proposal":{}},"tags":{}}],["pharaoh",{"_index":10039,"title":{},"content":{"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["phase",{"_index":1338,"title":{},"content":{"Unit Testing Stored Procedures":{}},"tags":{}}],["phd",{"_index":3561,"title":{},"content":{"The Startup of a Lean Doctorate":{},"Thoughts on collaboration in education":{},"What is Creativity in Software Engineering?":{},"On Manuscript Review Procedures":{},"Ever-increasing Work Email Spam":{},"Academic Lineage":{}},"tags":{"Computer Science learning pathways":{},"A Ph.D. Thesis Proposal":{},"Reverse engineering a curriculum":{},"The Startup of a Lean Doctorate":{},"A Ph.D. Thesis: Iteration 2":{},"IT Competences and Certificates":{},"Programming: a Creative Cognitive Process":{},"What is Creativity in Software Engineering?":{},"Creativity Self-Assessment Is Nonsense":{},"Collective Creativity":{},"Constraint-based Creativity":{},"Creative Critical Thinking":{},"From Curiosity To Creativity":{},"A Creative State of Mind":{},"Technical Knowledge Brews Creativity":{},"A Factor Analysis For Dummies in R":{},"The Creative Techniques Toolbox":{},"Creativity Equals Messy Code?":{}}}],["phenomena",{"_index":9532,"title":{},"content":{"Creative Critical Thinking":{}},"tags":{}}],["phenomenon",{"_index":3843,"title":{},"content":{"Reverse engineering a curriculum":{},"Thoughts on Bullshit Jobs":{}},"tags":{}}],["phil",{"_index":5847,"title":{},"content":{"486 Upgrade 2: The SD Card HDD":{}},"tags":{}}],["phil'",{"_index":5764,"title":{},"content":{"An am486 Performance Analysis":{},"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["philosoph",{"_index":8386,"title":{},"content":{"What if Seneca wasn't Nero's advisor?":{},"Emotional Magic":{},"Collective Creativity":{},"The Lost Art of Being Lost":{},"Seneca on How to Live":{},"Technical Knowledge Brews Creativity":{},"December 2021 In Review":{},"Winnie Lim on Rebuilding Oneself":{},"February 2022 In Review":{},"March 2022 In Review":{},"May 2022 In Review":{}},"tags":{}}],["philosophi",{"_index":2950,"title":{"Teaching by philosophy":{}},"content":{"I'm jealous of my dog":{},"Inventing - for the worse?":{},"2017 in books":{},"Reverse engineering a curriculum":{},"What if Seneca wasn't Nero's advisor?":{},"Creative Critical Thinking":{},"Minimalism and Tidying Up":{},"Winnie Lim on Rebuilding Oneself":{},"April 2022 In Review":{}},"tags":{"Teaching by philosophy":{},"What if Seneca wasn't Nero's advisor?":{},"The Emperor of Lists":{},"Seneca on How to Live":{},"The Life Lessons of Bonnie":{}}}],["philosophy](/post/teach",{"_index":3810,"title":{},"content":{"Reverse engineering a curriculum":{}},"tags":{}}],["phish",{"_index":11170,"title":{},"content":{"An Ad Leaflet QR Design Mistake":{}},"tags":{}}],["phixion",{"_index":11115,"title":{},"content":{"A Personal Intro To Rough Hip-Hop":{}},"tags":{}}],["phixion_",{"_index":10691,"title":{},"content":{"How To Enjoy Your Own Digital Music":{}},"tags":{}}],["phone",{"_index":7016,"title":{},"content":{"Getting rid of trackers using LineageOS":{},"20 Years of Personal Cellphone History":{},"Visualizing Personal Data Takeouts":{},"The Modern QR Code Life":{}},"tags":{}}],["photo",{"_index":5898,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{},"Reviving an old 80486 PC":{},"Building a Core2Duo Windows XP Retro PC":{},"My Retro Desk/Gaming Setup in 2021":{},"The insanity of collecting retro games":{},"Flea Market Season":{},"The Fridge, Your Inoculation Room":{},"Water Levels As Public Data":{},"Pinball Machines in a Jenever Museum":{},"20 Years of Personal Cellphone History":{},"The HP Sprocket Mini Printer":{},"Are Digital Gardens Blogs?":{},"Questionable Game Publishing Methods":{},"Three Little GameCube Mods":{},"How To Enjoy Your Own Digital Music":{},"Visualizing Personal Data Takeouts":{},"March 2022 In Review":{},"Wax Seals And Snail Mail":{},"From Mood Board To Mood Mugs":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["photograph",{"_index":5531,"title":{},"content":{"ITiCSE 2020: A Report":{},"486 Upgrade 1: Sound Blaster 16":{},"Very Old and Somewhat Old Mood Boards":{},"March 2022 In Review":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["photographi",{"_index":8761,"title":{},"content":{"20 Years of Personal Cellphone History":{}},"tags":{}}],["php",{"_index":5265,"title":{},"content":{"Page Building with Brizy in Wordpress":{},"Very Old and Somewhat Old Mood Boards":{},"Don't Expose The Stacktrace Please!":{}},"tags":{"Page Building with Brizy in Wordpress":{},"Don't Expose The Stacktrace Please!":{}}}],["physic",{"_index":1589,"title":{"Re: Is collecting physical games worth it?":{}},"content":{"Visual Studio 2012 for Eclipse users":{},"Teaching yourself to draw":{},"Computer Science learning pathways":{},"Programming: a Creative Cognitive Process":{},"Using Pandoc to publish a book":{},"The insanity of collecting retro games":{},"Nineties collecting nostalgia":{},"Re: Is collecting physical games worth it?":{},"Misconceptions about retro gamers":{},"Why I like Pawn Stars":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"On Selling a Self-published Book":{},"Ever-increasing Work Email Spam":{},"Power Usage Effectiveness":{},"Questionable Game Publishing Methods":{},"Migrating from Mailchimp to Listmonk":{},"Technical Knowledge Brews Creativity":{},"Minimalism and Tidying Up":{},"Once Upon a Time in Shaolin":{},"An Ad Leaflet QR Design Mistake":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"June 2022 In Review":{}},"tags":{}}],["pi",{"_index":4582,"title":{"How to setup Pi-Hole on a Synology NAS":{}},"content":{"Over analoog en digitaal":{},"How to setup Pi-Hole on a Synology NAS":{},"Thoughts On Home NAS Systems":{}},"tags":{}}],["pi-hol",{"_index":10760,"title":{},"content":{},"tags":{"How to setup Pi-Hole on a Synology NAS":{}}}],["picasso",{"_index":9106,"title":{},"content":{"Collective Creativity":{}},"tags":{}}],["picasso'",{"_index":9463,"title":{},"content":{"Constraint-based Creativity":{}},"tags":{}}],["pick",{"_index":3487,"title":{},"content":{"Teaching by philosophy":{},"Building an Athlon Windows 98 Retro PC":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Exploring the Go programming language":{},"Moon Logic":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"A Note About Footnotes":{},"Favorite Game Meme":{},"Questionable Game Publishing Methods":{},"November 2021 Meta Post":{},"Dark Age of Camelot in 2022":{},"A Factor Analysis For Dummies in R":{},"The Creative Techniques Toolbox":{},"Woke in Class":{},"2021 Year In Review":{},"January 2022 In Review":{},"The Death Of The Nike+ SportWatch":{},"April 2022 In Review":{},"My Programming Language Odyssey":{}},"tags":{}}],["picki",{"_index":2622,"title":{},"content":{"Development principles in cooking":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Exploring the Go programming language":{}},"tags":{}}],["pickl",{"_index":9977,"title":{},"content":{"Migrating from Mailchimp to Listmonk":{},"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["picoblaz",{"_index":4625,"title":{"Unit Testing PicoBlaze Assembly files":{}},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{"Unit Testing PicoBlaze Assembly files":{}}}],["picoblaze](https://www.xilinx.com/products/intellectu",{"_index":4633,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["pictur",{"_index":2761,"title":{},"content":{"A quick look at 6 fountain pens":{},"Journaling in practice":{},"Take your time.":{},"Nineties collecting nostalgia":{},"Water Levels As Public Data":{},"On Selling a Self-published Book":{},"20 Years of Personal Cellphone History":{},"The HP Sprocket Mini Printer":{},"Questionable Game Publishing Methods":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"The Monthly Retro Screenshot Guessing Quiz":{},"The Creative Techniques Toolbox":{},"Winnie Lim on Rebuilding Oneself":{},"Wax Seals And Snail Mail":{},"How To Properly Store Your Game Boy Cartridges":{},"Teaching Software Engineering Is Still Done Wrong":{},"The Life Lessons of Bonnie":{}},"tags":{}}],["piec",{"_index":1062,"title":{},"content":{"undefined":{},"Faking domain logic":{},"Teaching by philosophy":{},"Domain Driven Design in C":{},"Unit Testing PicoBlaze Assembly files":{},"Five reasons why agile and academia don't go together":{},"Reviving an old 80486 PC":{},"A journey through the history of webdesign":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Programming on the Apple M1 Silicon":{},"The Productive Programmer on Mac":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"My Retro Desk/Gaming Setup in 2021":{},"Using Hugo to Launch a Gemini Capsule":{},"Flea Market Season":{},"On Tea Prices":{},"The Decline of Battery Life":{},"Emotional Magic":{},"Collective Creativity":{},"Dear Student":{},"Very Old and Somewhat Old Mood Boards":{},"Questionable Game Publishing Methods":{},"A 5.25\" Gobliins 2 Surprise":{},"The Emperor of Lists":{},"2021 Donations":{},"Technical Knowledge Brews Creativity":{},"Why Mastodon Isn't Great For Serendipity":{},"The Creative Techniques Toolbox":{},"Leuchtturm Notebook Paper Quality":{},"True Backlink Support in Hugo":{},"From Mood Board To Mood Mugs":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["piet",{"_index":4826,"title":{},"content":{"De zin en onzin van conferenties":{},"Collective Creativity":{}},"tags":{}}],["pig",{"_index":3184,"title":{},"content":{"Take your time.":{}},"tags":{}}],["piholesetup1.jpg",{"_index":10751,"title":{},"content":{"How to setup Pi-Hole on a Synology NAS":{}},"tags":{}}],["pijn",{"_index":3386,"title":{},"content":{"Over entropie":{}},"tags":{}}],["pike",{"_index":6965,"title":{},"content":{"Exploring the AlterNet":{},"From Curiosity To Creativity":{}},"tags":{}}],["piketti",{"_index":4749,"title":{},"content":{"IT Competences and Certificates":{}},"tags":{}}],["piketty'",{"_index":9762,"title":{},"content":{"Where Does It Stop?":{}},"tags":{}}],["pikmin",{"_index":11955,"title":{},"content":{"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["pile",{"_index":5480,"title":{},"content":{"Designing websites with accessibility in mind":{},"Minimalism and Tidying Up":{}},"tags":{}}],["pillowcas",{"_index":11926,"title":{},"content":{"The Life Lessons of Bonnie":{}},"tags":{}}],["pilot",{"_index":2735,"title":{"The Pilot Capless: a stellar stealth pen":{}},"content":{"A quick look at 6 fountain pens":{},"The Pilot Capless: a stellar stealth pen":{},"Water Levels As Public Data":{}},"tags":{}}],["pin",{"_index":2358,"title":{},"content":{"Teaching yourself to draw":{},"A Ph.D. Thesis: Iteration 2":{},"Reviving an old 80486 PC":{},"Win98 Upgrade: Sound Blaster Audigy":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["pinbal",{"_index":8616,"title":{"Pinball Machines in a Jenever Museum":{}},"content":{"Pinball Machines in a Jenever Museum":{}},"tags":{"Pinball Machines in a Jenever Museum":{}}}],["pine",{"_index":2822,"title":{},"content":{"Nuts about local nuts":{}},"tags":{}}],["ping",{"_index":7433,"title":{},"content":{"Host your own webmention receiver":{}},"tags":{}}],["pingback",{"_index":6947,"title":{"Fighting Webmention And Pingback Spam":{}},"content":{"Exploring the AlterNet":{},"The IndieWeb Mixed Bag":{},"Host your own webmention receiver":{},"Fighting Webmention And Pingback Spam":{},"April 2022 In Review":{}},"tags":{"Fighting Webmention And Pingback Spam":{}}}],["pink",{"_index":10925,"title":{},"content":{"Visualizing Personal Data Takeouts":{}},"tags":{}}],["pinker",{"_index":7602,"title":{},"content":{"Academese Gems":{}},"tags":{}}],["pinki",{"_index":6985,"title":{},"content":{"Exploring the AlterNet":{},"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["pinnacl",{"_index":10191,"title":{},"content":{"Three Little GameCube Mods":{}},"tags":{}}],["pinterest",{"_index":2355,"title":{},"content":{"Teaching yourself to draw":{}},"tags":{}}],["pinto",{"_index":7639,"title":{},"content":{"Belgium - Portugal: 5 - 2":{}},"tags":{}}],["pipe",{"_index":5193,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"tags":{}}],["pipelin",{"_index":5176,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"tags":{}}],["pipes/scss",{"_index":5196,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"tags":{}}],["piqu",{"_index":10626,"title":{},"content":{"Winnie Lim on Rebuilding Oneself":{}},"tags":{}}],["piraci",{"_index":10818,"title":{},"content":{"Once Upon a Time in Shaolin":{}},"tags":{}}],["piranha",{"_index":8005,"title":{},"content":{"Book Number Fourteen":{}},"tags":{}}],["pirat",{"_index":10105,"title":{},"content":{"November 2021 Meta Post":{},"How To Enjoy Your Own Digital Music":{}},"tags":{}}],["piss",{"_index":7122,"title":{},"content":{"The IndieWeb Mixed Bag":{}},"tags":{}}],["pistachio",{"_index":12087,"title":{},"content":{"Sparking Conversations at Conferences":{}},"tags":{}}],["pit",{"_index":7677,"title":{},"content":{"Belgium - Portugal: 5 - 2":{}},"tags":{}}],["pitch",{"_index":6407,"title":{},"content":{"WinXP Upgrade: Sound Blaster X-Fi":{}},"tags":{}}],["pitfal",{"_index":740,"title":{},"content":{"undefined":{}},"tags":{}}],["piti",{"_index":8772,"title":{},"content":{"20 Years of Personal Cellphone History":{}},"tags":{}}],["pixea",{"_index":10110,"title":{},"content":{"November 2021 Meta Post":{}},"tags":{}}],["pixel",{"_index":5611,"title":{},"content":{"Tracking and privacy concerns on websites":{},"3D Software Rendering on the GBA":{},"Moon Logic":{},"Favorite Game Meme":{},"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["pizza",{"_index":962,"title":{},"content":{"Learning to become a baker":{},"Cheese cheese cheese cheese cheese":{}},"tags":{}}],["pizza’",{"_index":439,"title":{},"content":{"No, vegetarians do not eat fish!":{}},"tags":{}}],["pkm",{"_index":9573,"title":{},"content":{"Exporting Goodreads to Obsidian":{}},"tags":{}}],["plaat",{"_index":3397,"title":{},"content":{"Over entropie":{},"Over het introduceren van bedrijfsethiek":{},"A Ph.D. Thesis Proposal":{},"Over tijdsbesef":{},"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["plaats1",{"_index":1459,"title":{},"content":{"undefined":{}},"tags":{}}],["plaats2",{"_index":1460,"title":{},"content":{"undefined":{}},"tags":{}}],["place",{"_index":188,"title":{},"content":{"On finding your inner zen in big cities":{},"No, vegetarians do not eat fish!":{},"Faking domain logic":{},"Journaling in practice":{},"Nuts about local nuts":{},"IT Competences and Certificates":{},"Five reasons why agile and academia don't go together":{},"ITiCSE 2020: A Report":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Teaching students about coding trends":{},"The IndieWeb Mixed Bag":{},"Moon Logic":{},"Nineties collecting nostalgia":{},"Flea Market Season":{},"Software Engineering Is Not Engineering":{},"How Much Should I Spend On Magic The Gathering":{},"Reducing Workflow Load Facilitates Writing":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Pinball Machines in a Jenever Museum":{},"Are You In The System Yet, Sir?":{},"Dear Student":{},"Ever-increasing Work Email Spam":{},"The Lost Art of Being Lost":{},"The Emperor of Lists":{},"From Analog Notebook to Digital Vault":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Dark Age of Camelot in 2022":{},"Re: Writing A Book Is Nonesense":{},"2021 Year In Review":{},"On Trying To Sell A Laptop":{},"Expiry Dates On Journals":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"Drought":{},"How To Properly Store Your Game Boy Cartridges":{},"The Modern QR Code Life":{},"The Strange Heterogenity of Hiking Signs":{},"Give Up GitHub!":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["placehold",{"_index":5514,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["placement",{"_index":6409,"title":{},"content":{"WinXP Upgrade: Sound Blaster X-Fi":{},"Pinball Machines in a Jenever Museum":{},"Thoughts On Home NAS Systems":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["plagu",{"_index":10558,"title":{},"content":{"The Creative Techniques Toolbox":{},"What a Night Cam Is Good For":{}},"tags":{}}],["plain",{"_index":5335,"title":{},"content":{"Using Pandoc to publish a book":{},"My Kotlin Rose-Tinted Glasses Broke":{}},"tags":{}}],["plainli",{"_index":10657,"title":{},"content":{"Woke in Class":{}},"tags":{}}],["plan",{"_index":2807,"title":{"Always have a Diaster Recovery Plan":{}},"content":{"Journaling in practice":{},"IT Competences and Certificates":{},"DIY: Hosting stuff on your own VPS":{},"Using Pandoc to publish a book":{},"Combining async with generators in Node 11":{},"Thoughts on collaboration in education":{},"The Internet Killed Secrets in Games":{},"Always have a Diaster Recovery Plan":{},"Exploring the Go programming language":{},"Host your own webmention receiver":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Pinball Machines in a Jenever Museum":{},"2021 Donations":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Technical Knowledge Brews Creativity":{},"How to setup Pi-Hole on a Synology NAS":{},"January 2022 In Review":{},"The Death Of The Nike+ SportWatch":{},"Creating Top x Games Lists Is Hard":{},"The Modern QR Code Life":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["plan\"_",{"_index":6917,"title":{},"content":{"Always have a Diaster Recovery Plan":{}},"tags":{}}],["plane",{"_index":8446,"title":{},"content":{"Accidental Discovery By Bike: Fietsknooppunten":{},"The Lost Art of Being Lost":{}},"tags":{}}],["planeswalk",{"_index":8143,"title":{},"content":{"How Much Should I Spend On Magic The Gathering":{}},"tags":{}}],["plann",{"_index":8428,"title":{},"content":{"What if Seneca wasn't Nero's advisor?":{}},"tags":{}}],["plannen",{"_index":3581,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{}},"tags":{}}],["plant",{"_index":2422,"title":{},"content":{"Are you handing over enough when inspiring someone?":{},"Book Number Fourteen":{},"Cheese cheese cheese cheese cheese":{},"Are Digital Gardens Blogs?":{},"Constraint-based Creativity":{},"Drought":{}},"tags":{}}],["plant](https://en.wikipedia.org/wiki/allspic",{"_index":9873,"title":{},"content":{"Allspice Is Not All Spice":{}},"tags":{}}],["plantat",{"_index":12125,"title":{},"content":{"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["plaqu",{"_index":8448,"title":{},"content":{"Accidental Discovery By Bike: Fietsknooppunten":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["plasma](https://web.archive.org/web/20050323094702/http://www.musicplasma.com",{"_index":10701,"title":{},"content":{"How To Enjoy Your Own Digital Music":{}},"tags":{}}],["plastic",{"_index":2991,"title":{},"content":{"Inventing - for the worse?":{},"Nineties collecting nostalgia":{},"Questionable Game Publishing Methods":{},"A 5.25\" Gobliins 2 Surprise":{},"Three Little GameCube Mods":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["plastici",{"_index":12188,"title":{},"content":{"June 2022 In Review":{}},"tags":{}}],["plastieken",{"_index":5021,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["plateau",{"_index":2832,"title":{},"content":{"Nuts about local nuts":{}},"tags":{}}],["platform",{"_index":1505,"title":{"Productivity Tools on all platforms":{}},"content":{"Visual Studio 2012 for Eclipse users":{},"Productivity Tools on all platforms":{},"Unit Testing PicoBlaze Assembly files":{},"Project Warlock: About Perseverance":{},"The IndieWeb Mixed Bag":{},"Exploring the Go programming language":{},"Using Hugo to Launch a Gemini Capsule":{},"Double-dipping and Market Prices":{},"Reducing Workflow Load Facilitates Writing":{},"Questionable Game Publishing Methods":{},"Re: Writing A Book Is Nonesense":{},"Woke in Class":{},"Expiry Dates On Journals":{},"None Of My Best Friends Are Content Creators":{},"True Backlink Support in Hugo":{},"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["platformi",{"_index":10776,"title":{},"content":{"January 2022 In Review":{}},"tags":{}}],["platgeklopt",{"_index":3918,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["platinum",{"_index":2737,"title":{},"content":{"A quick look at 6 fountain pens":{}},"tags":{}}],["plato",{"_index":9513,"title":{},"content":{"Creative Critical Thinking":{}},"tags":{}}],["plato'",{"_index":8410,"title":{},"content":{"What if Seneca wasn't Nero's advisor?":{}},"tags":{}}],["play",{"_index":2646,"title":{"YouTube Play Image Links in Hugo":{},"Why I Play Games (And So Should You)":{}},"content":{"Healing creative scars":{},"I'm jealous of my dog":{},"Project Warlock: About Perseverance":{},"An am486 Performance Analysis":{},"486 Upgrade 2: The SD Card HDD":{},"486 Upgrade 1: Sound Blaster 16":{},"A journey through the history of webdesign":{},"Building an Athlon Windows 98 Retro PC":{},"Personal Desktop Screenshots of Olde":{},"The Internet Killed Secrets in Games":{},"You Shouldn't Use Spotify":{},"Discord killed support for WinXP":{},"On Manuscript Review Procedures":{},"Nineties collecting nostalgia":{},"Belgium - Portugal: 5 - 2":{},"Misconceptions about retro gamers":{},"YouTube Play Image Links in Hugo":{},"Double-dipping and Market Prices":{},"How Much Should I Spend On Magic The Gathering":{},"Rules of a Creator's Life":{},"The Decline of Battery Life":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Emotional Magic":{},"Pinball Machines in a Jenever Museum":{},"Thirty-Six":{},"20 Years of Personal Cellphone History":{},"Favorite Game Meme":{},"The HP Sprocket Mini Printer":{},"A 5.25\" Gobliins 2 Surprise":{},"The Emperor of Lists":{},"November 2021 Meta Post":{},"Three Little GameCube Mods":{},"Dark Age of Camelot in 2022":{},"December 2021 In Review":{},"Generating a Blogroll With OPML in Hugo":{},"Why I Play Games (And So Should You)":{},"How to setup Pi-Hole on a Synology NAS":{},"January 2022 In Review":{},"Once Upon a Time in Shaolin":{},"What a Night Cam Is Good For":{},"Choosing an Audio Codec":{},"February 2022 In Review":{},"How To Stream Your Own Music: Reprise":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"March 2022 In Review":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"April 2022 In Review":{},"How To Properly Store Your Game Boy Cartridges":{},"Creating Top x Games Lists Is Hard":{},"May 2022 In Review":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"June 2022 In Review":{}},"tags":{}}],["playabl",{"_index":8069,"title":{},"content":{"Double-dipping and Market Prices":{}},"tags":{}}],["playback",{"_index":11297,"title":{},"content":{"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["player",{"_index":6268,"title":{},"content":{"The Internet Killed Secrets in Games":{},"You Shouldn't Use Spotify":{},"The first Dutch Obsidian meetup":{},"Belgium - Portugal: 5 - 2":{},"How Much Should I Spend On Magic The Gathering":{},"Emotional Magic":{},"20 Years of Personal Cellphone History":{},"How Not To Do A Remaster":{},"Dark Age of Camelot in 2022":{},"How To Enjoy Your Own Digital Music":{},"Choosing an Audio Codec":{}},"tags":{}}],["player'",{"_index":10295,"title":{},"content":{"Dark Age of Camelot in 2022":{}},"tags":{}}],["playfield",{"_index":8654,"title":{},"content":{"Pinball Machines in a Jenever Museum":{}},"tags":{}}],["playground",{"_index":7512,"title":{},"content":{"Nineties collecting nostalgia":{}},"tags":{}}],["playground](https://play.kotlinlang.org",{"_index":8582,"title":{},"content":{"Kotlin Is Java 2.0, But It's Still Java":{}},"tags":{}}],["playlist",{"_index":9714,"title":{},"content":{"How Not To Do A Remaster":{}},"tags":{}}],["playtest",{"_index":8656,"title":{},"content":{"Pinball Machines in a Jenever Museum":{}},"tags":{}}],["playthrough",{"_index":8289,"title":{},"content":{"The Decline of Battery Life":{}},"tags":{}}],["playtim",{"_index":8275,"title":{},"content":{"The Decline of Battery Life":{},"Cool Things People Do With Their Blogs":{}},"tags":{}}],["pleas",{"_index":7996,"title":{"Don't Expose The Stacktrace Please!":{}},"content":{"Apple's App Store Design Mistake":{},"Are You In The System Yet, Sir?":{},"Dear Student":{},"Questionable Game Publishing Methods":{},"Allspice Is Not All Spice":{},"On Trying To Sell A Laptop":{},"An Ad Leaflet QR Design Mistake":{}},"tags":{}}],["pleasant",{"_index":5183,"title":{},"content":{"Hugo Extended: More static site processing power!":{},"What is Creativity in Software Engineering?":{},"Discord killed support for WinXP":{},"Leuchtturm Notebook Paper Quality":{},"April 2022 In Review":{},"Give Up GitHub!":{}},"tags":{}}],["pleasur",{"_index":5886,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{},"Flea Market Season":{},"Reducing Workflow Load Facilitates Writing":{},"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["pleasures](https://nerdlypleasures.blogspot.com/2012/07/sound",{"_index":5870,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["pleasures](https://nerdlypleasures.blogspot.com/2014/10/batteri",{"_index":8290,"title":{},"content":{"The Decline of Battery Life":{}},"tags":{}}],["plenti",{"_index":1314,"title":{},"content":{"Unit Testing Stored Procedures":{},"A Ph.D. Thesis: Iteration 2":{},"My Retrocomputing Projects For 2022":{},"Drought":{},"On Learning A New (Programming) Language":{}},"tags":{}}],["plenty?ac=1&from_search=tru",{"_index":2610,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["plenty](https://www.goodreads.com/book/show/8086216",{"_index":2609,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["plethora",{"_index":4396,"title":{},"content":{"A Decade in the Software Engineering industry":{},"Programming: a Creative Cognitive Process":{},"Technical Knowledge Brews Creativity":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["plichtbewust",{"_index":4220,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["plier",{"_index":11799,"title":{},"content":{"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["pling",{"_index":4519,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["plod",{"_index":8673,"title":{},"content":{"My Kotlin Rose-Tinted Glasses Broke":{}},"tags":{}}],["plot",{"_index":3942,"title":{},"content":{"Over de inflatie van intellect":{},"Technical Knowledge Brews Creativity":{},"Natural Gas Prices and The Energy Market":{},"Visualizing Personal Data Takeouts":{},"Water Usage and Prices":{}},"tags":{}}],["plots",{"_index":4971,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["plow",{"_index":2301,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{},"What is Creativity in Software Engineering?":{}},"tags":{}}],["plu",{"_index":1201,"title":{},"content":{"undefined":{},"Thinking in terms of objects":{},"Reviving an old 80486 PC":{},"How to write academic papers in Markdown":{},"Exploring the AlterNet":{},"Drought":{},"The Strange Heterogenity of Hiking Signs":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["plug",{"_index":1754,"title":{},"content":{"Metaprogramming instead of duplication":{},"486 Upgrade 2: The SD Card HDD":{},"The Productive Programmer on Mac":{},"Getting rid of trackers using LineageOS":{},"The Fridge, Your Inoculation Room":{},"Three Little GameCube Mods":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"The Death Of The Nike+ SportWatch":{}},"tags":{}}],["plugin",{"_index":1499,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{},"Productivity Tools on all platforms":{},"Page Building with Brizy in Wordpress":{},"Tracking and privacy concerns on websites":{},"From Analog Notebook to Digital Vault":{},"Why Mastodon Isn't Great For Serendipity":{}},"tags":{}}],["plumb",{"_index":4302,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["plunder",{"_index":10572,"title":{},"content":{"The Creative Techniques Toolbox":{}},"tags":{}}],["plus(numb",{"_index":3312,"title":{},"content":{"Thinking in terms of objects":{}},"tags":{}}],["plymouth",{"_index":9698,"title":{},"content":{"From Curiosity To Creativity":{}},"tags":{}}],["pm",{"_index":268,"title":{},"content":{"On finding your inner zen in big cities":{},"Ditch Scrum, Organize As You See Fit":{}},"tags":{}}],["pm2.jpg",{"_index":10192,"title":{},"content":{"Three Little GameCube Mods":{}},"tags":{}}],["png",{"_index":2131,"title":{},"content":{"Webdriver Exception Handling":{},"YouTube Play Image Links in Hugo":{}},"tags":{}}],["pnp.html",{"_index":10221,"title":{},"content":{"Three Little GameCube Mods":{}},"tags":{}}],["po",{"_index":8261,"title":{},"content":{"Rules of a Creator's Life":{}},"tags":{}}],["pocket",{"_index":6854,"title":{"The Analogue Pocket: The Definitive Game Boy Handheld?":{}},"content":{"You Shouldn't Use Spotify":{},"Book Number Fourteen":{},"How Much Should I Spend On Magic The Gathering":{},"The Decline of Battery Life":{},"Questionable Game Publishing Methods":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"April 2022 In Review":{},"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["pocket](/post/2022/04/analogu",{"_index":11650,"title":{},"content":{"A Decision Tree For Buying Retro Gaming Handhelds":{},"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["pocket](https://www.analogue.co/pocket",{"_index":7747,"title":{},"content":{"Misconceptions about retro gamers":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{}},"tags":{}}],["pod",{"_index":3178,"title":{},"content":{"Take your time.":{}},"tags":{}}],["podcast",{"_index":9904,"title":{},"content":{"2021 Donations":{},"Minimalism and Tidying Up":{}},"tags":{}}],["podcast'",{"_index":11940,"title":{},"content":{"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["podcast](https://retronauts.com",{"_index":11541,"title":{},"content":{"Password Hacking Sylvester & Tweety: Breakfast on the Run":{}},"tags":{}}],["poet",{"_index":9074,"title":{},"content":{"Collective Creativity":{}},"tags":{}}],["poetri",{"_index":10366,"title":{},"content":{"Generating a Blogroll With OPML in Hugo":{}},"tags":{}}],["pog",{"_index":7483,"title":{},"content":{"Nineties collecting nostalgia":{}},"tags":{}}],["poge",{"_index":659,"title":{},"content":{"undefined":{},"Over entropie":{}},"tags":{}}],["pogingen",{"_index":3357,"title":{},"content":{"Over entropie":{}},"tags":{}}],["pogo",{"_index":8928,"title":{},"content":{"The HP Sprocket Mini Printer":{}},"tags":{}}],["pogs.html#slammingtechniqu",{"_index":7509,"title":{},"content":{"Nineties collecting nostalgia":{}},"tags":{}}],["poi",{"_index":3560,"title":{},"content":{"Computer Science learning pathways":{}},"tags":{}}],["poincar",{"_index":9828,"title":{},"content":{"A Creative State of Mind":{}},"tags":{}}],["poincaré'",{"_index":9831,"title":{},"content":{"A Creative State of Mind":{}},"tags":{}}],["point",{"_index":1965,"title":{},"content":{"Faking domain logic":{},"Are you handing over enough when inspiring someone?":{},"Death to pseudocode?":{},"Domain Driven Design in C":{},"IT Competences and Certificates":{},"Teaching Object-Oriented design using the GBA":{},"Programming: a Creative Cognitive Process":{},"Using Pandoc to publish a book":{},"ITiCSE 2020: A Report":{},"3D Software Rendering on the GBA":{},"A journey through the history of webdesign":{},"Building an Athlon Windows 98 Retro PC":{},"The Internet Killed Secrets in Games":{},"On Manuscript Review Procedures":{},"Host your own webmention receiver":{},"Flea Market Season":{},"Misconceptions about retro gamers":{},"Double-dipping and Market Prices":{},"The Fridge, Your Inoculation Room":{},"Water Levels As Public Data":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Cheese cheese cheese cheese cheese":{},"Kotlin Is Java 2.0, But It's Still Java":{},"Creativity Self-Assessment Is Nonsense":{},"A Triumph For Blogging":{},"Are Digital Gardens Blogs?":{},"Dear Student":{},"Ditch Scrum, Organize As You See Fit":{},"Ever-increasing Work Email Spam":{},"A 5.25\" Gobliins 2 Surprise":{},"Constraint-based Creativity":{},"Creative Critical Thinking":{},"How Not To Do A Remaster":{},"November 2021 Meta Post":{},"Seneca on How to Live":{},"Natural Gas Prices and The Energy Market":{},"Why I Play Games (And So Should You)":{},"Woke in Class":{},"An Ad Leaflet QR Design Mistake":{},"Creativity Equals Messy Code?":{},"True Backlink Support in Hugo":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"April 2022 In Review":{},"My Programming Language Odyssey":{},"On Commuting By Bike":{},"The Life Lessons of Bonnie":{}},"tags":{}}],["pointcut",{"_index":2125,"title":{},"content":{"Webdriver Exception Handling":{}},"tags":{}}],["pointer",{"_index":520,"title":{},"content":{"undefined":{},"Domain Driven Design in C":{},"Teaching Object-Oriented design using the GBA":{},"3D Software Rendering on the GBA":{},"Dear Student":{}},"tags":{}}],["pointil",{"_index":9091,"title":{},"content":{"Collective Creativity":{}},"tags":{}}],["pointless",{"_index":6473,"title":{},"content":{"Thoughts on Bullshit Jobs":{}},"tags":{}}],["points_",{"_index":8453,"title":{},"content":{"Accidental Discovery By Bike: Fietsknooppunten":{}},"tags":{}}],["poison",{"_index":2952,"title":{},"content":{"I'm jealous of my dog":{},"What a Night Cam Is Good For":{},"On Commuting By Bike":{}},"tags":{}}],["poke",{"_index":8524,"title":{},"content":{"Emotional Magic":{},"Are Digital Gardens Blogs?":{},"Natural Gas Prices and The Energy Market":{},"Thoughts On Home NAS Systems":{}},"tags":{}}],["polaroid",{"_index":8927,"title":{},"content":{"The HP Sprocket Mini Printer":{}},"tags":{}}],["pole",{"_index":12134,"title":{},"content":{"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["polici",{"_index":10756,"title":{},"content":{"How to setup Pi-Hole on a Synology NAS":{},"On Trying To Sell A Laptop":{}},"tags":{}}],["polish",{"_index":5341,"title":{},"content":{"Project Warlock: About Perseverance":{},"How To Stream Your Own Music: Reprise":{},"June 2022 In Review":{}},"tags":{}}],["polit",{"_index":8387,"title":{},"content":{"What if Seneca wasn't Nero's advisor?":{},"Favorite Game Meme":{},"Constraint-based Creativity":{},"Seneca on How to Live":{},"How To Enjoy Your Own Digital Music":{},"A Personal Intro To Rough Hip-Hop":{},"May 2022 In Review":{}},"tags":{}}],["politician",{"_index":7698,"title":{},"content":{"Flea Market Season":{},"Collective Creativity":{},"Creative Critical Thinking":{}},"tags":{}}],["pollan",{"_index":8612,"title":{},"content":{"On Selling a Self-published Book":{}},"tags":{}}],["pollan'",{"_index":5293,"title":{},"content":{"Using Pandoc to publish a book":{}},"tags":{}}],["pollin",{"_index":8858,"title":{},"content":{"Favorite Game Meme":{}},"tags":{}}],["pollut",{"_index":10135,"title":{},"content":{"Seneca on How to Live":{},"Once Upon a Time in Shaolin":{}},"tags":{}}],["polybiu",{"_index":9058,"title":{},"content":{"Collective Creativity":{}},"tags":{}}],["polyfil",{"_index":5467,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["polyglot",{"_index":7214,"title":{},"content":{"Exploring the Go programming language":{},"Kotlin Is Java 2.0, But It's Still Java":{},"On Learning A New (Programming) Language":{}},"tags":{}}],["pommes_",{"_index":9457,"title":{},"content":{"Constraint-based Creativity":{}},"tags":{}}],["ponder",{"_index":2921,"title":{},"content":{"I'm jealous of my dog":{},"What if Seneca wasn't Nero's advisor?":{},"A Creative State of Mind":{},"Seneca on How to Live":{}},"tags":{}}],["poof",{"_index":3846,"title":{},"content":{"Reverse engineering a curriculum":{}},"tags":{}}],["pool",{"_index":228,"title":{},"content":{"On finding your inner zen in big cities":{},"Exploring the Go programming language":{},"How Much Should I Spend On Magic The Gathering":{}},"tags":{}}],["poor",{"_index":6920,"title":{},"content":{"Always have a Diaster Recovery Plan":{},"A Factor Analysis For Dummies in R":{},"Wax Seals And Snail Mail":{}},"tags":{}}],["pop",{"_index":2324,"title":{},"content":{"Teaching yourself to draw":{},"Hiding Code Complexity":{},"A journey through the history of webdesign":{},"Using Hugo to Launch a Gemini Capsule":{},"My Kotlin Rose-Tinted Glasses Broke":{},"Are You In The System Yet, Sir?":{},"How Not To Do A Remaster":{},"A Personal Intro To Rough Hip-Hop":{},"February 2022 In Review":{}},"tags":{}}],["popliedj",{"_index":5050,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["popul",{"_index":10561,"title":{},"content":{"The Creative Techniques Toolbox":{}},"tags":{}}],["populair",{"_index":3891,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["popular",{"_index":1312,"title":{},"content":{"Unit Testing Stored Procedures":{},"Are you handing over enough when inspiring someone?":{},"I'm jealous of my dog":{},"486 Upgrade 2: The SD Card HDD":{},"A journey through the history of webdesign":{},"Building a Core2Duo Windows XP Retro PC":{},"Personal Desktop Screenshots of Olde":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"The insanity of collecting retro games":{},"Teaching students about coding trends":{},"Stop limiting yourself to JS in browsers":{},"Social Debt in Development Teams":{},"The HP Sprocket Mini Printer":{},"Seneca on How to Live":{},"Why Mastodon Isn't Great For Serendipity":{},"Re: Writing A Book Is Nonesense":{},"Why I Play Games (And So Should You)":{},"How To Enjoy Your Own Digital Music":{},"February 2022 In Review":{},"Fighting Webmention And Pingback Spam":{},"The Death Of The Nike+ SportWatch":{},"True Backlink Support in Hugo":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"My Programming Language Odyssey":{},"Give Up GitHub!":{}},"tags":{}}],["population.com/r/daoc",{"_index":10291,"title":{},"content":{"Dark Age of Camelot in 2022":{}},"tags":{}}],["popup",{"_index":9003,"title":{},"content":{"Are Digital Gardens Blogs?":{}},"tags":{}}],["porridg",{"_index":12193,"title":{"The Perfect Bowl Of Oatmeal Porridge":{}},"content":{"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["porridge.png",{"_index":12202,"title":{},"content":{"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["porridge_",{"_index":12230,"title":{},"content":{"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["port",{"_index":5146,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{},"3D Software Rendering on the GBA":{},"486 Upgrade 1: Sound Blaster 16":{},"Building a Core2Duo Windows XP Retro PC":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Exploring the Go programming language":{},"Using Hugo to Launch a Gemini Capsule":{},"A Creative State of Mind":{},"Three Little GameCube Mods":{},"December 2021 In Review":{},"How to setup Pi-Hole on a Synology NAS":{},"My Retrocomputing Projects For 2022":{},"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["portabl",{"_index":11194,"title":{},"content":{"Choosing an Audio Codec":{}},"tags":{}}],["portal",{"_index":6270,"title":{},"content":{"The Internet Killed Secrets in Games":{},"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["portion",{"_index":5242,"title":{},"content":{"Page Building with Brizy in Wordpress":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Thoughts on Bullshit Jobs":{},"You Shouldn't Use Spotify":{},"Always have a Diaster Recovery Plan":{},"Questionable Game Publishing Methods":{},"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["portrait",{"_index":9815,"title":{},"content":{"A Creative State of Mind":{}},"tags":{}}],["portray",{"_index":9136,"title":{},"content":{"Ditch Scrum, Organize As You See Fit":{},"A Creative State of Mind":{},"Seneca on How to Live":{},"Why I Play Games (And So Should You)":{}},"tags":{}}],["portug",{"_index":7631,"title":{"Belgium - Portugal: 5 - 2":{}},"content":{},"tags":{}}],["pose",{"_index":2710,"title":{},"content":{"A quick look at 6 fountain pens":{},"Ditch Scrum, Organize As You See Fit":{},"Creative Critical Thinking":{},"Where Does It Stop?":{}},"tags":{}}],["posh",{"_index":434,"title":{},"content":{"No, vegetarians do not eat fish!":{}},"tags":{}}],["posit",{"_index":3267,"title":{},"content":{"Death to pseudocode?":{},"Using Pandoc to publish a book":{},"Project Warlock: About Perseverance":{},"My Retro Desk/Gaming Setup in 2021":{},"Stop limiting yourself to JS in browsers":{},"Thirty-Six":{},"Very Old and Somewhat Old Mood Boards":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Why I Play Games (And So Should You)":{},"Equality in Game Credits":{},"The Life Lessons of Bonnie":{},"From Mood Board To Mood Mugs":{},"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["positive/neg",{"_index":9178,"title":{},"content":{"Ever-increasing Work Email Spam":{}},"tags":{}}],["positives](https://obsolete29.com/posts/2021/10/19/on",{"_index":9923,"title":{},"content":{"I'm Joining the Coffeeneuring Challenge of 2021":{}},"tags":{}}],["positivisten",{"_index":3448,"title":{},"content":{"Over entropie":{}},"tags":{}}],["poss",{"_index":7158,"title":{},"content":{"The IndieWeb Mixed Bag":{},"Exporting Goodreads to Obsidian":{}},"tags":{}}],["posse](https://indieweb.org/poss",{"_index":7152,"title":{},"content":{"The IndieWeb Mixed Bag":{}},"tags":{}}],["possess",{"_index":3012,"title":{},"content":{"Inventing - for the worse?":{},"Water Levels As Public Data":{},"Minimalism and Tidying Up":{},"Give Up GitHub!":{}},"tags":{}}],["possibl",{"_index":455,"title":{},"content":{"No, vegetarians do not eat fish!":{},"Integration Testing with SQLite":{},"Custom Webdriver Page Factories":{},"Faking domain logic":{},"Unit Testing Extjs UI with Siesta":{},"Webdriver Exception Handling":{},"Migrating from Extjs to React gradually":{},"Unit testing in Legacy Projects: VB6":{},"Teaching yourself to draw":{},"Inventing - for the worse?":{},"Hiding Code Complexity":{},"Teaching by philosophy":{},"Reverse engineering a curriculum":{},"Productivity Tools on all platforms":{},"A Decade in the Software Engineering industry":{},"The Startup of a Lean Doctorate":{},"Unit Testing PicoBlaze Assembly files":{},"Five reasons why agile and academia don't go together":{},"Hugo Extended: More static site processing power!":{},"Page Building with Brizy in Wordpress":{},"Tracking and privacy concerns on websites":{},"3D Software Rendering on the GBA":{},"The Internet Killed Secrets in Games":{},"What is Creativity in Software Engineering?":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"My Retro Desk/Gaming Setup in 2021":{},"Stop limiting yourself to JS in browsers":{},"The first Dutch Obsidian meetup":{},"Using Hugo to Launch a Gemini Capsule":{},"Nineties collecting nostalgia":{},"Academese Gems":{},"The Fridge, Your Inoculation Room":{},"On Selling a Self-published Book":{},"Ever-increasing Work Email Spam":{},"The Lost Art of Being Lost":{},"Where Does It Stop?":{},"November 2021 Meta Post":{},"Seneca on How to Live":{},"A Factor Analysis For Dummies in R":{},"Creativity Equals Messy Code?":{},"Expiry Dates On Journals":{},"On Learning A New (Programming) Language":{},"Give Up GitHub!":{}},"tags":{}}],["post",{"_index":168,"title":{"November 2021 Meta Post":{}},"content":{"Ending your day with happy thoughts":{},"On finding your inner zen in big cities":{},"No, vegetarians do not eat fish!":{},"Enhancing the builder pattern with closures":{},"Bye autotools hello Scons":{},"Webdriver Exception Handling":{},"Teaching yourself to draw":{},"Are you handing over enough when inspiring someone?":{},"Take your time.":{},"Over Onmiddellijke Voldoening":{},"Five reasons why agile and academia don't go together":{},"Page Building with Brizy in Wordpress":{},"Combining async with generators in Node 11":{},"Designing websites with accessibility in mind":{},"486 Upgrade 1: Sound Blaster 16":{},"A journey through the history of webdesign":{},"Building an Athlon Windows 98 Retro PC":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"What is Creativity in Software Engineering?":{},"My Retro Desk/Gaming Setup in 2021":{},"The insanity of collecting retro games":{},"You Shouldn't Use Spotify":{},"Always have a Diaster Recovery Plan":{},"Exploring the AlterNet":{},"Lousy Wordpress Hacking Attempts detected":{},"The IndieWeb Mixed Bag":{},"Host your own webmention receiver":{},"Nineties collecting nostalgia":{},"Social Debt in Development Teams":{},"Reducing Workflow Load Facilitates Writing":{},"What if Seneca wasn't Nero's advisor?":{},"Cheese cheese cheese cheese cheese":{},"Thirty-Six":{},"20 Years of Personal Cellphone History":{},"Favorite Game Meme":{},"A Triumph For Blogging":{},"Are Digital Gardens Blogs?":{},"A Treatise on Leavened Waffles":{},"The Emperor of Lists":{},"Exporting Goodreads to Obsidian":{},"From Analog Notebook to Digital Vault":{},"2021 Donations":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"The Monthly Retro Screenshot Guessing Quiz":{},"November 2021 Meta Post":{},"Seneca on How to Live":{},"Why Mastodon Isn't Great For Serendipity":{},"December 2021 In Review":{},"A Factor Analysis For Dummies in R":{},"Natural Gas Prices and The Energy Market":{},"Why I Play Games (And So Should You)":{},"Winnie Lim on Rebuilding Oneself":{},"2021 Year In Review":{},"How To Enjoy Your Own Digital Music":{},"How to setup Pi-Hole on a Synology NAS":{},"My Retrocomputing Projects For 2022":{},"Thoughts On Home NAS Systems":{},"Water Usage and Prices":{},"A Personal Intro To Rough Hip-Hop":{},"Choosing an Audio Codec":{},"Creativity Equals Messy Code?":{},"Expiry Dates On Journals":{},"February 2022 In Review":{},"How To Stream Your Own Music: Reprise":{},"Cool Things People Do With Their Blogs":{},"Fighting Webmention And Pingback Spam":{},"March 2022 In Review":{},"None Of My Best Friends Are Content Creators":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"True Backlink Support in Hugo":{},"Wax Seals And Snail Mail":{},"My Programming Language Odyssey":{}},"tags":{}}],["post/2020/06/combin",{"_index":5423,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["post/2022/04/gbcarts.jpg",{"_index":11804,"title":{},"content":{"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["post](/post/2020/09/reviv",{"_index":5753,"title":{},"content":{"An am486 Performance Analysis":{}},"tags":{}}],["post](https://chasingmailboxes.com/2021/10/05/coffeeneur",{"_index":9932,"title":{},"content":{"I'm Joining the Coffeeneuring Challenge of 2021":{}},"tags":{}}],["post](https://jefklakscodex.com/articles/features/e3",{"_index":7945,"title":{},"content":{"YouTube Play Image Links in Hugo":{}},"tags":{}}],["post](https://rubenerd.com/favourit",{"_index":8852,"title":{},"content":{"Favorite Game Meme":{}},"tags":{}}],["post](https://rubenerd.com/inlin",{"_index":7932,"title":{},"content":{"YouTube Play Image Links in Hugo":{}},"tags":{}}],["post](https://stackoverflow.com/questions/5827612/nod",{"_index":5427,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["postbod",{"_index":3404,"title":{},"content":{"Over entropie":{}},"tags":{}}],["poster",{"_index":9896,"title":{},"content":{"2021 Donations":{},"November 2021 Meta Post":{}},"tags":{}}],["posteriori",{"_index":3305,"title":{},"content":{"Thinking in terms of objects":{}},"tags":{}}],["postfix",{"_index":9994,"title":{},"content":{"Migrating from Mailchimp to Listmonk":{}},"tags":{}}],["postgr",{"_index":5124,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{},"Migrating from Mailchimp to Listmonk":{}},"tags":{}}],["posthum",{"_index":11234,"title":{},"content":{"Expiry Dates On Journals":{}},"tags":{}}],["postmodern",{"_index":2250,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{}},"tags":{}}],["postprocess",{"_index":1900,"title":{},"content":{"Custom Webdriver Page Factories":{}},"tags":{}}],["posts](/post/2020/11/win98",{"_index":8223,"title":{},"content":{"Reducing Workflow Load Facilitates Writing":{}},"tags":{}}],["posts](/post/2021",{"_index":10667,"title":{},"content":{"2021 Year In Review":{}},"tags":{}}],["posts](/post/2022/#mar",{"_index":11481,"title":{},"content":{"March 2022 In Review":{}},"tags":{}}],["postscript",{"_index":11262,"title":{},"content":{"February 2022 In Review":{}},"tags":{}}],["postsharp",{"_index":2127,"title":{},"content":{"Webdriver Exception Handling":{}},"tags":{}}],["postur",{"_index":7893,"title":{},"content":{"Why I like Pawn Stars":{}},"tags":{}}],["pot",{"_index":9954,"title":{},"content":{"I'm Joining the Coffeeneuring Challenge of 2021":{}},"tags":{}}],["potato",{"_index":7481,"title":{},"content":{"Nineties collecting nostalgia":{}},"tags":{}}],["potato](https://www.economist.com/leaders/2022/01/01/video",{"_index":10600,"title":{},"content":{"Why I Play Games (And So Should You)":{}},"tags":{}}],["potenti",{"_index":5730,"title":{},"content":{"Thoughts on collaboration in education":{},"On Manuscript Review Procedures":{},"Creativity Self-Assessment Is Nonsense":{},"The Lost Art of Being Lost":{},"On Trying To Sell A Laptop":{},"Creativity Equals Messy Code?":{}},"tags":{}}],["potj",{"_index":4893,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["potter",{"_index":11669,"title":{},"content":{"April 2022 In Review":{}},"tags":{}}],["pour",{"_index":8347,"title":{},"content":{"Water Levels As Public Data":{},"How Not To Do A Remaster":{},"The Creative Techniques Toolbox":{},"May 2022 In Review":{}},"tags":{}}],["powder",{"_index":9397,"title":{},"content":{"A Treatise on Leavened Waffles":{}},"tags":{}}],["power",{"_index":728,"title":{"Hugo Extended: More static site processing power!":{},"Power Usage Effectiveness":{}},"content":{"undefined":{},"How to teach kids to program":{},"Productivity Tools on all platforms":{},"Page Building with Brizy in Wordpress":{},"Thoughts on collaboration in education":{},"An am486 Performance Analysis":{},"486 Upgrade 2: The SD Card HDD":{},"Reviving an old 80486 PC":{},"Building a Core2Duo Windows XP Retro PC":{},"The Internet Killed Secrets in Games":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"The Productive Programmer on Mac":{},"My Retro Desk/Gaming Setup in 2021":{},"The first Dutch Obsidian meetup":{},"Academese Gems":{},"Misconceptions about retro gamers":{},"YouTube Play Image Links in Hugo":{},"How Much Should I Spend On Magic The Gathering":{},"The HP Sprocket Mini Printer":{},"Collective Creativity":{},"Dear Student":{},"Power Usage Effectiveness":{},"The Lost Art of Being Lost":{},"A Treatise on Leavened Waffles":{},"Constraint-based Creativity":{},"Three Little GameCube Mods":{},"Minimalism and Tidying Up":{},"Re: Writing A Book Is Nonesense":{},"Thoughts On Home NAS Systems":{},"Choosing an Audio Codec":{},"Fighting Webmention And Pingback Spam":{},"True Backlink Support in Hugo":{},"Give Up GitHub!":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["power.jpg",{"_index":5979,"title":{},"content":{"Reviving an old 80486 PC":{}},"tags":{}}],["powerhous",{"_index":2782,"title":{},"content":{"A quick look at 6 fountain pens":{}},"tags":{}}],["pr",{"_index":6242,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["prachtig",{"_index":3350,"title":{},"content":{"Over entropie":{}},"tags":{}}],["practic",{"_index":88,"title":{"Journaling in practice":{}},"content":{"Ending your day with happy thoughts":{},"Unit Testing Stored Procedures":{},"Teaching yourself to draw":{},"Development principles in cooking":{},"Healing creative scars":{},"I'm jealous of my dog":{},"Take your time.":{},"Concentrating on serendipitous creativity":{},"Death to pseudocode?":{},"Computer Science learning pathways":{},"Reverse engineering a curriculum":{},"Teaching Object-Oriented design using the GBA":{},"Five reasons why agile and academia don't go together":{},"An am486 Performance Analysis":{},"Digitizing journals using DEVONthink":{},"What is Creativity in Software Engineering?":{},"You Shouldn't Use Spotify":{},"The first Dutch Obsidian meetup":{},"Software Engineering Is Not Engineering":{},"The Pilot Capless: a stellar stealth pen":{},"Book Number Fourteen":{},"Creativity Self-Assessment Is Nonsense":{},"The HP Sprocket Mini Printer":{},"Dear Student":{},"Ever-increasing Work Email Spam":{},"A Treatise on Leavened Waffles":{},"Where Does It Stop?":{},"Academic Lineage":{},"Drought":{},"On Learning A New (Programming) Language":{},"May 2022 In Review":{},"June 2022 In Review":{}},"tags":{}}],["practice_",{"_index":7807,"title":{},"content":{"Software Engineering Is Not Engineering":{}},"tags":{}}],["practician",{"_index":2520,"title":{},"content":{"A samurai learning mindset":{}},"tags":{}}],["practicum",{"_index":3849,"title":{},"content":{"Reverse engineering a curriculum":{}},"tags":{}}],["practition",{"_index":4681,"title":{},"content":{"A Ph.D. Thesis: Iteration 2":{},"IT Competences and Certificates":{},"Software Engineering Is Not Engineering":{}},"tags":{}}],["practitioner.html",{"_index":7387,"title":{},"content":{"On Manuscript Review Procedures":{}},"tags":{}}],["practitioner](https://www.goodreads.com/book/show/134454",{"_index":7784,"title":{},"content":{"Software Engineering Is Not Engineering":{}},"tags":{}}],["practitioner_",{"_index":7788,"title":{},"content":{"Software Engineering Is Not Engineering":{}},"tags":{}}],["pragmat",{"_index":10136,"title":{},"content":{"Seneca on How to Live":{},"On Learning A New (Programming) Language":{},"Teaching Software Engineering Is Still Done Wrong":{}},"tags":{}}],["praktijk",{"_index":4882,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["praktisch",{"_index":3639,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{},"A Ph.D. Thesis Proposal":{},"De zin en onzin van conferenties":{}},"tags":{}}],["pray",{"_index":7031,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"tags":{}}],["pre",{"_index":786,"title":{},"content":{"undefined":{},"A journey through the history of webdesign":{},"What is Creativity in Software Engineering?":{},"Discord killed support for WinXP":{},"Stop limiting yourself to JS in browsers":{},"On Manuscript Review Procedures":{},"Re: Is collecting physical games worth it?":{},"On Tea Prices":{},"Questionable Game Publishing Methods":{},"February 2022 In Review":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["preambl",{"_index":5298,"title":{},"content":{"Using Pandoc to publish a book":{}},"tags":{}}],["precaut",{"_index":7731,"title":{},"content":{"Flea Market Season":{}},"tags":{}}],["preciou",{"_index":7914,"title":{},"content":{"Why I like Pawn Stars":{},"The Emperor of Lists":{},"How Not To Do A Remaster":{},"A Creative State of Mind":{}},"tags":{}}],["precipit",{"_index":8343,"title":{},"content":{"Water Levels As Public Data":{},"Drought":{}},"tags":{}}],["precis",{"_index":8689,"title":{},"content":{"My Kotlin Rose-Tinted Glasses Broke":{},"Constraint-based Creativity":{},"From Curiosity To Creativity":{},"My Programming Language Odyssey":{},"On Learning A New (Programming) Language":{},"Teaching Software Engineering Is Still Done Wrong":{}},"tags":{}}],["predecessor",{"_index":6327,"title":{},"content":{"Win98 Upgrade: Sound Blaster Audigy":{},"Double-dipping and Market Prices":{},"The Creative Techniques Toolbox":{}},"tags":{}}],["predefin",{"_index":1347,"title":{},"content":{"Unit Testing Stored Procedures":{}},"tags":{}}],["predic",{"_index":1214,"title":{},"content":{"undefined":{}},"tags":{}}],["predict",{"_index":7662,"title":{},"content":{"Belgium - Portugal: 5 - 2":{}},"tags":{}}],["predomin",{"_index":9050,"title":{},"content":{"Collective Creativity":{}},"tags":{}}],["prefer",{"_index":5127,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{},"Building an Athlon Windows 98 Retro PC":{},"Stop limiting yourself to JS in browsers":{},"On Tea Prices":{},"A Note About Footnotes":{},"Questionable Game Publishing Methods":{},"A Factor Analysis For Dummies in R":{},"Thoughts On Home NAS Systems":{},"A Personal Intro To Gentle Hip-Hop":{},"How To Stream Your Own Music: Reprise":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"Teaching Software Engineering Is Still Done Wrong":{},"May 2022 In Review":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["prefix",{"_index":1328,"title":{},"content":{"Unit Testing Stored Procedures":{},"A Decade in the Software Engineering industry":{}},"tags":{}}],["pregnant",{"_index":8507,"title":{},"content":{"Cheese cheese cheese cheese cheese":{}},"tags":{}}],["prejudic",{"_index":11028,"title":{},"content":{"A Personal Intro To Gentle Hip-Hop":{}},"tags":{}}],["preload",{"_index":2098,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{}},"tags":{}}],["preloaders](https://icons8.com/preload",{"_index":7981,"title":{},"content":{"Apple's App Store Design Mistake":{}},"tags":{}}],["prematur",{"_index":1245,"title":{},"content":{"undefined":{},"February 2022 In Review":{}},"tags":{}}],["premis",{"_index":6587,"title":{},"content":{"The Productive Programmer on Mac":{},"Academese Gems":{},"Pinball Machines in a Jenever Museum":{},"Collective Creativity":{},"Academic Lineage":{}},"tags":{}}],["premium",{"_index":5255,"title":{},"content":{"Page Building with Brizy in Wordpress":{}},"tags":{}}],["preoccupi",{"_index":3160,"title":{},"content":{"Take your time.":{},"Creative Critical Thinking":{}},"tags":{}}],["prepar",{"_index":2597,"title":{},"content":{"Development principles in cooking":{},"Computer Science learning pathways":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Getting rid of trackers using LineageOS":{},"Cheese cheese cheese cheese cheese":{},"Kotlin Is Java 2.0, But It's Still Java":{},"June 2022 In Review":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["prepend",{"_index":10382,"title":{},"content":{"Generating a Blogroll With OPML in Hugo":{},"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["presenc",{"_index":3075,"title":{},"content":{"2017 in books":{},"Dear Student":{},"Creative Critical Thinking":{},"2021 Year In Review":{},"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["present",{"_index":2435,"title":{},"content":{"Are you handing over enough when inspiring someone?":{},"A samurai learning mindset":{},"I'm jealous of my dog":{},"2017 in books":{},"Death to pseudocode?":{},"ITiCSE 2020: A Report":{},"Thoughts on collaboration in education":{},"Reviving an old 80486 PC":{},"Thoughts on Bullshit Jobs":{},"What is Creativity in Software Engineering?":{},"Software Engineering Is Not Engineering":{},"Emotional Magic":{},"Pinball Machines in a Jenever Museum":{},"Thirty-Six":{},"Collective Creativity":{},"Power Usage Effectiveness":{},"Creative Critical Thinking":{},"Where Does It Stop?":{},"A Creative State of Mind":{},"2021 Year In Review":{},"Visualizing Personal Data Takeouts":{},"Creativity Equals Messy Code?":{},"How To Stream Your Own Music: Reprise":{},"April 2022 In Review":{},"Don't Expose The Stacktrace Please!":{},"Teaching Software Engineering Is Still Done Wrong":{},"June 2022 In Review":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["presentati",{"_index":4899,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["presentation](https://docs.google.com/document/d/1re3lyaalscz49189xigquvjqlmpe9uofleyz8y7mjue/edit#heading=h.ygj23kjvy5z",{"_index":9619,"title":{},"content":{"From Analog Notebook to Digital Vault":{}},"tags":{}}],["presenteert",{"_index":4886,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["presenteren",{"_index":3670,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{},"Over de inflatie van intellect":{},"De zin en onzin van conferenties":{}},"tags":{}}],["preserv",{"_index":1485,"title":{},"content":{"undefined":{},"Lousy Wordpress Hacking Attempts detected":{},"Academese Gems":{},"What if Seneca wasn't Nero's advisor?":{},"The Emperor of Lists":{},"Thoughts On Home NAS Systems":{}},"tags":{}}],["preset",{"_index":5226,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"tags":{}}],["press",{"_index":2854,"title":{},"content":{"Nuts about local nuts":{},"Tracking and privacy concerns on websites":{},"486 Upgrade 2: The SD Card HDD":{},"Teaching students about coding trends":{},"On Manuscript Review Procedures":{},"The Pilot Capless: a stellar stealth pen":{},"Apple's App Store Design Mistake":{},"What if Seneca wasn't Nero's advisor?":{},"On Selling a Self-published Book":{},"The HP Sprocket Mini Printer":{},"A Triumph For Blogging":{},"Questionable Game Publishing Methods":{},"The Lost Art of Being Lost":{},"The Emperor of Lists":{},"Exporting Goodreads to Obsidian":{},"Expiry Dates On Journals":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"Wax Seals And Snail Mail":{},"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["pressur",{"_index":3232,"title":{},"content":{"Concentrating on serendipitous creativity":{},"Water Levels As Public Data":{},"Why I Play Games (And So Should You)":{},"None Of My Best Friends Are Content Creators":{}},"tags":{}}],["presum",{"_index":10582,"title":{},"content":{"The Creative Techniques Toolbox":{},"Give Up GitHub!":{}},"tags":{}}],["pretend",{"_index":6478,"title":{},"content":{"Thoughts on Bullshit Jobs":{},"Exploring the Go programming language":{},"On Selling a Self-published Book":{},"Creative Critical Thinking":{}},"tags":{}}],["pretti",{"_index":2044,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{},"Inventing - for the worse?":{},"Death to pseudocode?":{},"Domain Driven Design in C":{},"Thoughts on Bullshit Jobs":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Moon Logic":{},"Apple's App Store Design Mistake":{},"Are You In The System Yet, Sir?":{},"Power Usage Effectiveness":{},"The Emperor of Lists":{},"From Curiosity To Creativity":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Dark Age of Camelot in 2022":{},"Why I Play Games (And So Should You)":{},"February 2022 In Review":{},"How To Stream Your Own Music: Reprise":{},"The Life Lessons of Bonnie":{}},"tags":{}}],["preval",{"_index":8555,"title":{},"content":{"Kotlin Is Java 2.0, But It's Still Java":{}},"tags":{}}],["prevent",{"_index":6735,"title":{},"content":{"My Retro Desk/Gaming Setup in 2021":{},"Very Old and Somewhat Old Mood Boards":{},"Why Mastodon Isn't Great For Serendipity":{}},"tags":{}}],["preview",{"_index":5261,"title":{},"content":{"Page Building with Brizy in Wordpress":{},"Reducing Workflow Load Facilitates Writing":{},"November 2021 Meta Post":{}},"tags":{}}],["preview.mp4",{"_index":6643,"title":{},"content":{"What is Creativity in Software Engineering?":{}},"tags":{}}],["previou",{"_index":152,"title":{},"content":{"Ending your day with happy thoughts":{},"Visual Studio 2012 for Eclipse users":{},"Integration Testing with SQLite":{},"Webdriver Exception Handling":{},"Building an Athlon Windows 98 Retro PC":{},"What is Creativity in Software Engineering?":{},"Flea Market Season":{},"The Fridge, Your Inoculation Room":{},"Are You In The System Yet, Sir?":{},"Creativity Self-Assessment Is Nonsense":{},"December 2021 In Review":{},"2021 Year In Review":{},"January 2022 In Review":{},"Academic Lineage":{},"February 2022 In Review":{},"Leuchtturm Notebook Paper Quality":{},"Cool Things People Do With Their Blogs":{},"March 2022 In Review":{},"April 2022 In Review":{},"My Programming Language Odyssey":{},"Creating Top x Games Lists Is Hard":{},"May 2022 In Review":{},"June 2022 In Review":{}},"tags":{}}],["previous",{"_index":9126,"title":{},"content":{"Dear Student":{},"The Lost Art of Being Lost":{}},"tags":{}}],["previous](https://people.cs.kuleuven.be/~wouter.groeneveld/slr",{"_index":4923,"title":{},"content":{"Programming: a Creative Cognitive Process":{}},"tags":{}}],["pri",{"_index":7957,"title":{},"content":{"YouTube Play Image Links in Hugo":{},"The HP Sprocket Mini Printer":{},"Three Little GameCube Mods":{},"Dark Age of Camelot in 2022":{},"Expiry Dates On Journals":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"The Death Of The Nike+ SportWatch":{}},"tags":{}}],["price",{"_index":2757,"title":{"Double-dipping and Market Prices":{},"On Tea Prices":{},"Natural Gas Prices and The Energy Market":{},"Water Usage and Prices":{}},"content":{"A quick look at 6 fountain pens":{},"Domain Driven Design in C":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Digitizing journals using DEVONthink":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"The insanity of collecting retro games":{},"Re: Is collecting physical games worth it?":{},"Flea Market Season":{},"The Pilot Capless: a stellar stealth pen":{},"Double-dipping and Market Prices":{},"How Much Should I Spend On Magic The Gathering":{},"On Tea Prices":{},"Very Old and Somewhat Old Mood Boards":{},"Questionable Game Publishing Methods":{},"2021 Donations":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Natural Gas Prices and The Energy Market":{},"On Trying To Sell A Laptop":{},"Thoughts On Home NAS Systems":{},"Water Usage and Prices":{},"How To Stream Your Own Music: Reprise":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"Drought":{},"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["prices.com",{"_index":7549,"title":{},"content":{"Re: Is collecting physical games worth it?":{}},"tags":{}}],["prices.com](https://eshop",{"_index":7548,"title":{},"content":{"Re: Is collecting physical games worth it?":{}},"tags":{}}],["prices](/post/2022/01/natur",{"_index":11781,"title":{},"content":{"Drought":{}},"tags":{}}],["prices](https://www.reddit.com/r/gamecollecting/comments/8jmiwi/how_metal_jesus_rocks_affects_retro_video_gam",{"_index":6794,"title":{},"content":{"The insanity of collecting retro games":{}},"tags":{}}],["pricetag",{"_index":9284,"title":{},"content":{"Questionable Game Publishing Methods":{}},"tags":{}}],["pricey",{"_index":10222,"title":{},"content":{"Three Little GameCube Mods":{}},"tags":{}}],["prij",{"_index":4076,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["primari",{"_index":6509,"title":{},"content":{"Digitizing journals using DEVONthink":{},"Re: Is collecting physical games worth it?":{}},"tags":{}}],["primarili",{"_index":6852,"title":{},"content":{"You Shouldn't Use Spotify":{},"On Manuscript Review Procedures":{},"Re: Is collecting physical games worth it?":{},"My Kotlin Rose-Tinted Glasses Broke":{},"Creativity Equals Messy Code?":{}},"tags":{}}],["prime",{"_index":8946,"title":{},"content":{"The HP Sprocket Mini Printer":{},"None Of My Best Friends Are Content Creators":{},"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["primit",{"_index":790,"title":{},"content":{"undefined":{}},"tags":{}}],["princ",{"_index":7443,"title":{},"content":{"Moon Logic":{},"Favorite Game Meme":{},"A Triumph For Blogging":{},"Drought":{}},"tags":{}}],["princess",{"_index":11961,"title":{},"content":{"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["princip",{"_index":3666,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{}},"tags":{}}],["principl",{"_index":2459,"title":{"Development principles in cooking":{}},"content":{"How to teach kids to program":{},"Development principles in cooking":{},"Healing creative scars":{},"Reverse engineering a curriculum":{},"The Startup of a Lean Doctorate":{},"A Ph.D. Thesis: Iteration 2":{},"Programming: a Creative Cognitive Process":{},"Five reasons why agile and academia don't go together":{},"Academese Gems":{},"Emotional Magic":{},"Kotlin Is Java 2.0, But It's Still Java":{}},"tags":{}}],["prinf(\"%d",{"_index":4320,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["print",{"_index":561,"title":{},"content":{"undefined":{},"What is Creativity in Software Engineering?":{},"Emotional Magic":{},"The HP Sprocket Mini Printer":{},"Are Digital Gardens Blogs?":{},"Questionable Game Publishing Methods":{},"The Emperor of Lists":{},"Allspice Is Not All Spice":{},"Seneca on How to Live":{},"Generating a Blogroll With OPML in Hugo":{},"An Ad Leaflet QR Design Mistake":{},"How To Properly Store Your Game Boy Cartridges":{},"From Mood Board To Mood Mugs":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["printer",{"_index":2993,"title":{"The HP Sprocket Mini Printer":{}},"content":{"Inventing - for the worse?":{},"The HP Sprocket Mini Printer":{},"Parking Machines Design Mistakes":{}},"tags":{}}],["printf",{"_index":8242,"title":{},"content":{"Reducing Workflow Load Facilitates Writing":{}},"tags":{}}],["println(\"hi\".last",{"_index":8578,"title":{},"content":{"Kotlin Is Java 2.0, But It's Still Java":{}},"tags":{}}],["priori",{"_index":3304,"title":{},"content":{"Thinking in terms of objects":{}},"tags":{}}],["prioriti",{"_index":6732,"title":{},"content":{"My Retro Desk/Gaming Setup in 2021":{},"Always have a Diaster Recovery Plan":{}},"tags":{}}],["privaci",{"_index":5470,"title":{"Tracking and privacy concerns on websites":{}},"content":{"Designing websites with accessibility in mind":{},"Tracking and privacy concerns on websites":{},"Digitizing journals using DEVONthink":{},"Exploring the AlterNet":{},"Getting rid of trackers using LineageOS":{},"Are You In The System Yet, Sir?":{},"A Triumph For Blogging":{},"Migrating from Mailchimp to Listmonk":{},"Why Mastodon Isn't Great For Serendipity":{},"Visualizing Personal Data Takeouts":{},"Give Up GitHub!":{}},"tags":{"Tracking and privacy concerns on websites":{},"Digitizing journals using DEVONthink":{},"Getting rid of trackers using LineageOS":{},"The IndieWeb Mixed Bag":{},"Are You In The System Yet, Sir?":{},"Migrating from Mailchimp to Listmonk":{},"Visualizing Personal Data Takeouts":{}}}],["privacy](/tags/privaci",{"_index":6989,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"tags":{}}],["privat",{"_index":1619,"title":{},"content":{"Enhancing the builder pattern with closures":{},"Integration Testing with SQLite":{},"Metaprogramming instead of duplication":{},"Custom Webdriver Page Factories":{},"Webdriver Exception Handling":{},"Hiding Code Complexity":{},"Domain Driven Design in C":{},"DIY: Hosting stuff on your own VPS":{},"The IndieWeb Mixed Bag":{},"The first Dutch Obsidian meetup":{},"Pinball Machines in a Jenever Museum":{},"Are Digital Gardens Blogs?":{},"Collective Creativity":{},"Woke in Class":{},"On Trying To Sell A Laptop":{},"Expiry Dates On Journals":{},"March 2022 In Review":{}},"tags":{}}],["privileg",{"_index":8396,"title":{},"content":{"What if Seneca wasn't Nero's advisor?":{},"Winnie Lim on Rebuilding Oneself":{}},"tags":{}}],["privéwereld",{"_index":4853,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["pro",{"_index":162,"title":{},"content":{"Ending your day with happy thoughts":{},"486 Upgrade 1: Sound Blaster 16":{},"Personal Desktop Screenshots of Olde":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Programming on the Apple M1 Silicon":{},"Digitizing journals using DEVONthink":{},"You Shouldn't Use Spotify":{},"Stop limiting yourself to JS in browsers":{},"A 5.25\" Gobliins 2 Surprise":{}},"tags":{}}],["probabl",{"_index":1292,"title":{},"content":{"Unit Testing Stored Procedures":{},"Death to pseudocode?":{},"Teaching by philosophy":{},"Using Pandoc to publish a book":{},"3D Software Rendering on the GBA":{},"The Internet Killed Secrets in Games":{},"You Shouldn't Use Spotify":{},"Discord killed support for WinXP":{},"Nineties collecting nostalgia":{},"Re: Is collecting physical games worth it?":{},"Social Debt in Development Teams":{},"Why I like Pawn Stars":{},"Book Number Fourteen":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Cheese cheese cheese cheese cheese":{},"Pinball Machines in a Jenever Museum":{},"Thirty-Six":{},"Creativity Self-Assessment Is Nonsense":{},"Collective Creativity":{},"Ever-increasing Work Email Spam":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Seneca on How to Live":{},"Minimalism and Tidying Up":{},"Winnie Lim on Rebuilding Oneself":{},"2021 Year In Review":{},"How To Enjoy Your Own Digital Music":{},"January 2022 In Review":{},"Thoughts On Home NAS Systems":{},"Cool Things People Do With Their Blogs":{},"Equality in Game Credits":{},"Fighting Webmention And Pingback Spam":{},"How To Properly Store Your Game Boy Cartridges":{},"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["probe",{"_index":8085,"title":{},"content":{"The Fridge, Your Inoculation Room":{}},"tags":{}}],["probeert",{"_index":834,"title":{},"content":{"undefined":{}},"tags":{}}],["probleem",{"_index":3594,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{},"A Ph.D. Thesis Proposal":{},"De zin en onzin van conferenties":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["probleem](../sweng_prob.png",{"_index":3746,"title":{},"content":{"A Ph.D. Thesis Proposal":{}},"tags":{}}],["probleemstel",{"_index":3714,"title":{},"content":{"A Ph.D. Thesis Proposal":{}},"tags":{}}],["problem",{"_index":384,"title":{},"content":{"No, vegetarians do not eat fish!":{},"Visual Studio 2012 for Eclipse users":{},"Enhancing the builder pattern with closures":{},"Integration Testing with SQLite":{},"Metaprogramming instead of duplication":{},"Bye autotools hello Scons":{},"Custom Webdriver Page Factories":{},"Unit Testing Extjs UI with Siesta":{},"Webdriver Exception Handling":{},"Teaching yourself to draw":{},"How to teach kids to program":{},"Healing creative scars":{},"Journaling in practice":{},"Nuts about local nuts":{},"Inventing - for the worse?":{},"Concentrating on serendipitous creativity":{},"Teaching by philosophy":{},"Domain Driven Design in C":{},"Productivity Tools on all platforms":{},"A Decade in the Software Engineering industry":{},"The Startup of a Lean Doctorate":{},"Unit Testing PicoBlaze Assembly files":{},"A Ph.D. Thesis: Iteration 2":{},"Five reasons why agile and academia don't go together":{},"Hugo Extended: More static site processing power!":{},"486 Upgrade 2: The SD Card HDD":{},"Reviving an old 80486 PC":{},"Win98 Upgrade: Sound Blaster Audigy":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"What is Creativity in Software Engineering?":{},"Always have a Diaster Recovery Plan":{},"Exploring the AlterNet":{},"On Manuscript Review Procedures":{},"Host your own webmention receiver":{},"Moon Logic":{},"Re: Is collecting physical games worth it?":{},"Social Debt in Development Teams":{},"Software Engineering Is Not Engineering":{},"The Pilot Capless: a stellar stealth pen":{},"YouTube Play Image Links in Hugo":{},"Apple's App Store Design Mistake":{},"Double-dipping and Market Prices":{},"The Fridge, Your Inoculation Room":{},"Reducing Workflow Load Facilitates Writing":{},"Cheese cheese cheese cheese cheese":{},"Emotional Magic":{},"My Kotlin Rose-Tinted Glasses Broke":{},"A Note About Footnotes":{},"Creativity Self-Assessment Is Nonsense":{},"Power Usage Effectiveness":{},"Questionable Game Publishing Methods":{},"A 5.25\" Gobliins 2 Surprise":{},"Exporting Goodreads to Obsidian":{},"A Creative State of Mind":{},"Migrating from Mailchimp to Listmonk":{},"Three Little GameCube Mods":{},"Natural Gas Prices and The Energy Market":{},"The Creative Techniques Toolbox":{},"Why I Play Games (And So Should You)":{},"Winnie Lim on Rebuilding Oneself":{},"Woke in Class":{},"How to setup Pi-Hole on a Synology NAS":{},"Once Upon a Time in Shaolin":{},"Visualizing Personal Data Takeouts":{},"What a Night Cam Is Good For":{},"Academic Lineage":{},"Choosing an Audio Codec":{},"Creativity Equals Messy Code?":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"Equality in Game Credits":{},"None Of My Best Friends Are Content Creators":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"The Death Of The Nike+ SportWatch":{},"Wax Seals And Snail Mail":{},"Drought":{},"On Learning A New (Programming) Language":{},"Teaching Software Engineering Is Still Done Wrong":{},"Creating Top x Games Lists Is Hard":{},"Sparking Conversations at Conferences":{},"The Modern QR Code Life":{},"Give Up GitHub!":{}},"tags":{}}],["problem](https://trudymorgancole.wordpress.com/2014/03/02/dog",{"_index":2933,"title":{},"content":{"I'm jealous of my dog":{}},"tags":{}}],["problemat",{"_index":4708,"title":{},"content":{"A Ph.D. Thesis: Iteration 2":{},"An am486 Performance Analysis":{}},"tags":{}}],["problemen",{"_index":772,"title":{},"content":{"undefined":{},"De zin en onzin van conferenties":{}},"tags":{}}],["proc",{"_index":1126,"title":{},"content":{"undefined":{},"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["proc.cal",{"_index":1154,"title":{},"content":{"undefined":{}},"tags":{}}],["proc.new",{"_index":1133,"title":{},"content":{"undefined":{}},"tags":{}}],["proc_test",{"_index":1153,"title":{},"content":{"undefined":{}},"tags":{}}],["proc`",{"_index":1139,"title":{},"content":{"undefined":{}},"tags":{}}],["proce",{"_index":11766,"title":{},"content":{"Drought":{}},"tags":{}}],["procedur",{"_index":1277,"title":{"Unit Testing Stored Procedures":{},"On Manuscript Review Procedures":{}},"content":{"Unit Testing Stored Procedures":{},"Integration Testing with SQLite":{},"Unit testing in Legacy Projects: VB6":{},"Unit Testing PicoBlaze Assembly files":{},"A 5.25\" Gobliins 2 Surprise":{}},"tags":{}}],["proceed",{"_index":6623,"title":{},"content":{"What is Creativity in Software Engineering?":{},"The first Dutch Obsidian meetup":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["proceeding_",{"_index":4881,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["process",{"_index":1008,"title":{"Programming: a Creative Cognitive Process":{},"Hugo Extended: More static site processing power!":{}},"content":{"Learning to become a baker":{},".NET Memory management VS JVM Memory management":{},"The Startup of a Lean Doctorate":{},"Programming: a Creative Cognitive Process":{},"Five reasons why agile and academia don't go together":{},"Hugo Extended: More static site processing power!":{},"ITiCSE 2020: A Report":{},"A journey through the history of webdesign":{},"What is Creativity in Software Engineering?":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"How to write academic papers in Markdown":{},"Exploring the Go programming language":{},"The first Dutch Obsidian meetup":{},"On Manuscript Review Procedures":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"A Triumph For Blogging":{},"Dear Student":{},"Ditch Scrum, Organize As You See Fit":{},"Questionable Game Publishing Methods":{},"Creative Critical Thinking":{},"From Analog Notebook to Digital Vault":{},"Where Does It Stop?":{},"Allspice Is Not All Spice":{},"Migrating from Mailchimp to Listmonk":{},"Generating a Blogroll With OPML in Hugo":{},"Re: Writing A Book Is Nonesense":{},"January 2022 In Review":{},"February 2022 In Review":{},"Leuchtturm Notebook Paper Quality":{},"Fighting Webmention And Pingback Spam":{},"Wax Seals And Snail Mail":{},"Give Up GitHub!":{}},"tags":{}}],["process](/post/2019/10/cr",{"_index":6656,"title":{},"content":{"What is Creativity in Software Engineering?":{}},"tags":{}}],["process](/post/2020/05/us",{"_index":8591,"title":{},"content":{"On Selling a Self-published Book":{}},"tags":{}}],["process](http://csis.pace.edu/~ctappert/srd2015/2015pdf/d4.pdf",{"_index":4455,"title":{},"content":{"The Startup of a Lean Doctorate":{}},"tags":{}}],["processor",{"_index":5277,"title":{},"content":{"Using Pandoc to publish a book":{},"Building an Athlon Windows 98 Retro PC":{},"WinXP Upgrade: Sound Blaster X-Fi":{}},"tags":{}}],["proclaim",{"_index":8838,"title":{},"content":{"Creativity Self-Assessment Is Nonsense":{},"Exporting Goodreads to Obsidian":{},"Technical Knowledge Brews Creativity":{}},"tags":{}}],["produc",{"_index":1903,"title":{},"content":{"Custom Webdriver Page Factories":{},"A quick look at 6 fountain pens":{},"Hugo Extended: More static site processing power!":{},"3D Software Rendering on the GBA":{},"Reviving an old 80486 PC":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Discord killed support for WinXP":{},"Cheese cheese cheese cheese cheese":{},"My Kotlin Rose-Tinted Glasses Broke":{},"Are You In The System Yet, Sir?":{},"Creativity Self-Assessment Is Nonsense":{},"Are Digital Gardens Blogs?":{},"Creative Critical Thinking":{},"Exporting Goodreads to Obsidian":{},"A Creative State of Mind":{},"Once Upon a Time in Shaolin":{},"Equality in Game Credits":{},"My Programming Language Odyssey":{},"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["produce_",{"_index":8727,"title":{},"content":{"Thirty-Six":{}},"tags":{}}],["produceert",{"_index":3348,"title":{},"content":{"Over entropie":{}},"tags":{}}],["produceren",{"_index":4080,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["product",{"_index":1501,"title":{"Productivity Tools on all platforms":{},"The Productive Programmer on Mac":{}},"content":{"Visual Studio 2012 for Eclipse users":{},"Unit Testing Extjs UI with Siesta":{},"Unit testing in Legacy Projects: VB6":{},"Nuts about local nuts":{},"Inventing - for the worse?":{},"Take your time.":{},"Over de inflatie van intellect":{},"Productivity Tools on all platforms":{},"A Decade in the Software Engineering industry":{},"De zin en onzin van conferenties":{},"Programming: a Creative Cognitive Process":{},"Five reasons why agile and academia don't go together":{},"Hugo Extended: More static site processing power!":{},"Project Warlock: About Perseverance":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Programming on the Apple M1 Silicon":{},"Digitizing journals using DEVONthink":{},"The Productive Programmer on Mac":{},"What is Creativity in Software Engineering?":{},"Social Debt in Development Teams":{},"Apple's App Store Design Mistake":{},"Cheese cheese cheese cheese cheese":{},"The HP Sprocket Mini Printer":{},"Ditch Scrum, Organize As You See Fit":{},"A Treatise on Leavened Waffles":{},"Constraint-based Creativity":{},"Exporting Goodreads to Obsidian":{},"How Not To Do A Remaster":{},"Where Does It Stop?":{},"Allspice Is Not All Spice":{},"2021 Donations":{},"Technical Knowledge Brews Creativity":{},"2021 Year In Review":{},"January 2022 In Review":{},"On Trying To Sell A Laptop":{},"A Personal Intro To Rough Hip-Hop":{},"Leuchtturm Notebook Paper Quality":{},"On Commuting By Bike":{},"Teaching Software Engineering Is Still Done Wrong":{},"Give Up GitHub!":{}},"tags":{"Productivity Tools on all platforms":{},"The Productive Programmer on Mac":{}}}],["proeverijen",{"_index":4063,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["prof",{"_index":6063,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{}},"tags":{}}],["profess",{"_index":2516,"title":{},"content":{"A samurai learning mindset":{},"Inventing - for the worse?":{},"IT Competences and Certificates":{},"Thoughts on collaboration in education":{},"Academese Gems":{},"Software Engineering Is Not Engineering":{}},"tags":{}}],["profess_",{"_index":7793,"title":{},"content":{"Software Engineering Is Not Engineering":{}},"tags":{}}],["profession",{"_index":402,"title":{},"content":{"No, vegetarians do not eat fish!":{},"IT Competences and Certificates":{},"Software Engineering Is Not Engineering":{},"The Fridge, Your Inoculation Room":{},"2021 Year In Review":{},"How To Properly Store Your Game Boy Cartridges":{},"On Commuting By Bike":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"Freshly Baked Thoughts":{}},"tags":{}}],["professional_",{"_index":7787,"title":{},"content":{"Software Engineering Is Not Engineering":{}},"tags":{}}],["professionalism](http://ictprofessionalism.eu/th",{"_index":4730,"title":{},"content":{"IT Competences and Certificates":{}},"tags":{}}],["professionel",{"_index":3951,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["professor",{"_index":3489,"title":{},"content":{"Teaching by philosophy":{},"A Ph.D. Thesis Proposal":{},"Thoughts on collaboration in education":{},"Thoughts on Bullshit Jobs":{},"Academese Gems":{},"Why Mastodon Isn't Great For Serendipity":{},"Drought":{}},"tags":{}}],["professors](https://bloggingheads.tv/videos/1615",{"_index":10230,"title":{},"content":{"Why Mastodon Isn't Great For Serendipity":{}},"tags":{}}],["professorship",{"_index":5717,"title":{},"content":{"Thoughts on collaboration in education":{}},"tags":{}}],["profil",{"_index":2360,"title":{},"content":{"Teaching yourself to draw":{},"IT Competences and Certificates":{},"My Retrocomputing Projects For 2022":{}},"tags":{}}],["profit",{"_index":7709,"title":{},"content":{"Flea Market Season":{},"Where Does It Stop?":{},"Allspice Is Not All Spice":{},"Give Up GitHub!":{}},"tags":{}}],["profound",{"_index":5887,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{},"Expiry Dates On Journals":{}},"tags":{}}],["program",{"_index":487,"title":{"How to teach kids to program":{},"Programming: a Creative Cognitive Process":{},"Programming on the Apple M1 Silicon":{},"Exploring the Go programming language":{},"My Programming Language Odyssey":{},"On Learning A New (Programming) Language":{}},"content":{"undefined":{},"Are you handing over enough when inspiring someone?":{},"How to teach kids to program":{},"A samurai learning mindset":{},"2017 in books":{},"Thinking in terms of objects":{},"Computer Science learning pathways":{},"Reverse engineering a curriculum":{},"Domain Driven Design in C":{},"Teaching Object-Oriented design using the GBA":{},"Programming: a Creative Cognitive Process":{},"Five reasons why agile and academia don't go together":{},"ITiCSE 2020: A Report":{},"3D Software Rendering on the GBA":{},"Programming on the Apple M1 Silicon":{},"What is Creativity in Software Engineering?":{},"Exploring the AlterNet":{},"Teaching students about coding trends":{},"Exploring the Go programming language":{},"On Manuscript Review Procedures":{},"Host your own webmention receiver":{},"Apple's App Store Design Mistake":{},"The Decline of Battery Life":{},"Kotlin Is Java 2.0, But It's Still Java":{},"My Kotlin Rose-Tinted Glasses Broke":{},"A Triumph For Blogging":{},"Dear Student":{},"Migrating from Mailchimp to Listmonk":{},"Three Little GameCube Mods":{},"Generating a Blogroll With OPML in Hugo":{},"Winnie Lim on Rebuilding Oneself":{},"Woke in Class":{},"2021 Year In Review":{},"My Retrocomputing Projects For 2022":{},"Creativity Equals Messy Code?":{},"None Of My Best Friends Are Content Creators":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"My Programming Language Odyssey":{},"On Commuting By Bike":{},"On Learning A New (Programming) Language":{},"Teaching Software Engineering Is Still Done Wrong":{},"From Mood Board To Mood Mugs":{},"Sparking Conversations at Conferences":{},"June 2022 In Review":{}},"tags":{"Teaching students about coding trends":{}}}],["programm",{"_index":3520,"title":{"The Productive Programmer on Mac":{}},"content":{"Computer Science learning pathways":{},"Domain Driven Design in C":{},"The Productive Programmer on Mac":{},"Constraint-based Creativity":{},"Exporting Goodreads to Obsidian":{},"2021 Donations":{},"December 2021 In Review":{},"January 2022 In Review":{},"Equality in Game Credits":{},"On Learning A New (Programming) Language":{},"Teaching Software Engineering Is Still Done Wrong":{}},"tags":{}}],["programmeerwerk",{"_index":3802,"title":{},"content":{"A Ph.D. Thesis Proposal":{}},"tags":{}}],["programmer?from_search=tru",{"_index":4338,"title":{},"content":{"Productivity Tools on all platforms":{}},"tags":{}}],["programmer?from_search=true&from_srp=true&qid=jyuzonuvol&rank=1",{"_index":6580,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["programmer](https://github.com/miloyip/gam",{"_index":3523,"title":{},"content":{"Computer Science learning pathways":{}},"tags":{}}],["programmer](https://www.goodreads.com/book/show/3411606",{"_index":4337,"title":{},"content":{"Productivity Tools on all platforms":{}},"tags":{}}],["programmer_",{"_index":6586,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["programming!_",{"_index":10384,"title":{},"content":{"A Factor Analysis For Dummies in R":{}},"tags":{}}],["programming\"_",{"_index":6578,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["programming](https://ensembleprogramming.xyz",{"_index":7583,"title":{},"content":{"Social Debt in Development Teams":{}},"tags":{}}],["programming](https://git.brainbaking.com/wgroeneveld/gba",{"_index":10765,"title":{},"content":{"January 2022 In Review":{}},"tags":{}}],["programming](https://th",{"_index":3829,"title":{},"content":{"Reverse engineering a curriculum":{}},"tags":{}}],["progress",{"_index":3859,"title":{},"content":{"Reverse engineering a curriculum":{},"My Retro Desk/Gaming Setup in 2021":{},"Apple's App Store Design Mistake":{},"A Creative State of Mind":{},"December 2021 In Review":{},"Fighting Webmention And Pingback Spam":{},"On Learning A New (Programming) Language":{}},"tags":{}}],["project",{"_index":1415,"title":{"Unit testing in Legacy Projects: VB6":{},"Project Warlock: About Perseverance":{},"My Retrocomputing Projects For 2022":{}},"content":{"undefined":{},"Integration Testing with SQLite":{},"Bye autotools hello Scons":{},"Unit Testing Extjs UI with Siesta":{},"Unit testing in Legacy Projects: VB6":{},"Concentrating on serendipitous creativity":{},"Reverse engineering a curriculum":{},"Productivity Tools on all platforms":{},"The Startup of a Lean Doctorate":{},"A Ph.D. Thesis: Iteration 2":{},"Teaching Object-Oriented design using the GBA":{},"Five reasons why agile and academia don't go together":{},"Hugo Extended: More static site processing power!":{},"Page Building with Brizy in Wordpress":{},"Project Warlock: About Perseverance":{},"A journey through the history of webdesign":{},"The IndieWeb Mixed Bag":{},"Exploring the Go programming language":{},"Stop limiting yourself to JS in browsers":{},"Misconceptions about retro gamers":{},"YouTube Play Image Links in Hugo":{},"Apple's App Store Design Mistake":{},"Water Levels As Public Data":{},"On Selling a Self-published Book":{},"Ditch Scrum, Organize As You See Fit":{},"Ever-increasing Work Email Spam":{},"The Emperor of Lists":{},"Where Does It Stop?":{},"2021 Donations":{},"December 2021 In Review":{},"Re: Writing A Book Is Nonesense":{},"My Retrocomputing Projects For 2022":{},"What a Night Cam Is Good For":{},"Creativity Equals Messy Code?":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"The Death Of The Nike+ SportWatch":{},"My Programming Language Odyssey":{},"Teaching Software Engineering Is Still Done Wrong":{},"June 2022 In Review":{}},"tags":{}}],["project=program.vbp",{"_index":2294,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{}},"tags":{}}],["projects?](https://obsolete29.com/posts/2021/12/15/mi",{"_index":10346,"title":{},"content":{"December 2021 In Review":{}},"tags":{}}],["prolif",{"_index":10794,"title":{},"content":{"On Trying To Sell A Laptop":{}},"tags":{}}],["prolifer",{"_index":6957,"title":{},"content":{"Exploring the AlterNet":{},"An Ad Leaflet QR Design Mistake":{}},"tags":{}}],["prolog",{"_index":11829,"title":{},"content":{"My Programming Language Odyssey":{}},"tags":{}}],["prolong",{"_index":3018,"title":{},"content":{"Inventing - for the worse?":{},"From Curiosity To Creativity":{}},"tags":{}}],["promin",{"_index":3535,"title":{},"content":{"Computer Science learning pathways":{},"A Treatise on Leavened Waffles":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{}},"tags":{}}],["promis",{"_index":8,"title":{},"content":{"Ending your day with happy thoughts":{},"Combining async with generators in Node 11":{},"Designing websites with accessibility in mind":{},"Dear Student":{},"February 2022 In Review":{},"March 2022 In Review":{}},"tags":{}}],["promise.all(subdirs.map(async",{"_index":5445,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["promise.resolv",{"_index":5457,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["promise.resolve(\"yo",{"_index":5461,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["promisifi",{"_index":5436,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["promisify(fs.readdir",{"_index":5440,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["promisify(fs.stat",{"_index":5442,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["promot",{"_index":3204,"title":{},"content":{"Concentrating on serendipitous creativity":{},"How Much Should I Spend On Magic The Gathering":{},"On Selling a Self-published Book":{},"Why Mastodon Isn't Great For Serendipity":{},"Re: Writing A Book Is Nonesense":{},"An Ad Leaflet QR Design Mistake":{},"None Of My Best Friends Are Content Creators":{}},"tags":{}}],["prompt",{"_index":1437,"title":{},"content":{"undefined":{},"The Productive Programmer on Mac":{},"Give Up GitHub!":{}},"tags":{}}],["promptli",{"_index":6699,"title":{},"content":{"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Dear Student":{},"Ever-increasing Work Email Spam":{},"The Lost Art of Being Lost":{},"Constraint-based Creativity":{}},"tags":{}}],["prone",{"_index":11309,"title":{},"content":{"Leuchtturm Notebook Paper Quality":{},"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["proof",{"_index":3494,"title":{},"content":{"Teaching by philosophy":{},"The Productive Programmer on Mac":{},"The Fridge, Your Inoculation Room":{},"A Creative State of Mind":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["proper",{"_index":6523,"title":{},"content":{"Digitizing journals using DEVONthink":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"The IndieWeb Mixed Bag":{},"Exploring the Go programming language":{},"Book Number Fourteen":{},"The Monthly Retro Screenshot Guessing Quiz":{},"My Retrocomputing Projects For 2022":{},"Water Usage and Prices":{}},"tags":{}}],["properli",{"_index":2659,"title":{"How To Properly Store Your Game Boy Cartridges":{}},"content":{"Healing creative scars":{},"The IndieWeb Mixed Bag":{},"On Selling a Self-published Book":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["properti",{"_index":799,"title":{},"content":{"undefined":{},"Faking domain logic":{},"Migrating from Extjs to React gradually":{},"Hiding Code Complexity":{},"Thinking in terms of objects":{},"Designing websites with accessibility in mind":{},"Exploring the Go programming language":{},"Nineties collecting nostalgia":{},"On Selling a Self-published Book":{},"My Kotlin Rose-Tinted Glasses Broke":{},"Generating a Blogroll With OPML in Hugo":{}},"tags":{}}],["property/picoblaze.html",{"_index":4634,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["property=\"og:imag",{"_index":8247,"title":{},"content":{"Reducing Workflow Load Facilitates Writing":{}},"tags":{}}],["proport",{"_index":3271,"title":{},"content":{"Death to pseudocode?":{}},"tags":{}}],["propos",{"_index":2386,"title":{"A Ph.D. Thesis Proposal":{}},"content":{"Are you handing over enough when inspiring someone?":{},"A quick look at 6 fountain pens":{},"A Ph.D. Thesis Proposal":{},"The Startup of a Lean Doctorate":{},"A Ph.D. Thesis: Iteration 2":{},"The Productive Programmer on Mac":{},"Exploring the Go programming language":{},"Ever-increasing Work Email Spam":{}},"tags":{}}],["proposal](/post/phd",{"_index":4675,"title":{},"content":{"A Ph.D. Thesis: Iteration 2":{}},"tags":{}}],["proposal](/propos",{"_index":3822,"title":{},"content":{"Reverse engineering a curriculum":{}},"tags":{}}],["proprietari",{"_index":8758,"title":{},"content":{"20 Years of Personal Cellphone History":{}},"tags":{}}],["prose",{"_index":6630,"title":{},"content":{"What is Creativity in Software Engineering?":{},"On Manuscript Review Procedures":{},"Academese Gems":{},"Software Engineering Is Not Engineering":{}},"tags":{}}],["prospect",{"_index":8596,"title":{},"content":{"On Selling a Self-published Book":{},"Where Does It Stop?":{},"Wax Seals And Snail Mail":{}},"tags":{}}],["protagonist",{"_index":8863,"title":{},"content":{"Favorite Game Meme":{},"Equality in Game Credits":{}},"tags":{}}],["protect",{"_index":1188,"title":{},"content":{"undefined":{},"Death to pseudocode?":{},"Tracking and privacy concerns on websites":{},"Exploring the AlterNet":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Constraint-based Creativity":{},"Migrating from Mailchimp to Listmonk":{}},"tags":{}}],["protein",{"_index":8465,"title":{},"content":{"Cheese cheese cheese cheese cheese":{}},"tags":{}}],["protocol",{"_index":677,"title":{},"content":{"undefined":{},"Exploring the AlterNet":{},"Discord killed support for WinXP":{},"Using Hugo to Launch a Gemini Capsule":{},"The HP Sprocket Mini Printer":{},"Parking Machines Design Mistakes":{},"A Triumph For Blogging":{},"2021 Year In Review":{}},"tags":{}}],["proton",{"_index":7001,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"tags":{}}],["protonmail",{"_index":7000,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"tags":{}}],["protonmail](https://protonmail.com",{"_index":6999,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"tags":{}}],["prototyp",{"_index":673,"title":{},"content":{"undefined":{},"Are you handing over enough when inspiring someone?":{},"Programming: a Creative Cognitive Process":{}},"tags":{}}],["protrud",{"_index":11631,"title":{},"content":{"Wax Seals And Snail Mail":{}},"tags":{}}],["proud",{"_index":4799,"title":{},"content":{"Teaching Object-Oriented design using the GBA":{},"Building an Athlon Windows 98 Retro PC":{},"From Analog Notebook to Digital Vault":{},"Seneca on How to Live":{},"Technical Knowledge Brews Creativity":{},"Generating a Blogroll With OPML in Hugo":{},"2021 Year In Review":{},"Expiry Dates On Journals":{}},"tags":{}}],["proudli",{"_index":5751,"title":{},"content":{"An am486 Performance Analysis":{},"The Pilot Capless: a stellar stealth pen":{},"Very Old and Somewhat Old Mood Boards":{}},"tags":{}}],["prove",{"_index":3183,"title":{},"content":{"Take your time.":{},"Programming: a Creative Cognitive Process":{},"Thoughts on collaboration in education":{},"Getting rid of trackers using LineageOS":{},"Moon Logic":{},"Creative Critical Thinking":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Why I Play Games (And So Should You)":{},"Creativity Equals Messy Code?":{},"February 2022 In Review":{},"Equality in Game Credits":{},"Give Up GitHub!":{}},"tags":{}}],["proven",{"_index":2939,"title":{},"content":{"I'm jealous of my dog":{},"Accidental Discovery By Bike: Fietsknooppunten":{}},"tags":{}}],["provenc",{"_index":2863,"title":{},"content":{"Nuts about local nuts":{},"On Tea Prices":{},"Constraint-based Creativity":{}},"tags":{}}],["provence](https://www.mariagefreres.com/fr/2",{"_index":8208,"title":{},"content":{"On Tea Prices":{}},"tags":{}}],["provid",{"_index":1633,"title":{},"content":{"Enhancing the builder pattern with closures":{},"Metaprogramming instead of duplication":{},"Thinking in terms of objects":{},"The Startup of a Lean Doctorate":{},"Five reasons why agile and academia don't go together":{},"A journey through the history of webdesign":{},"Programming on the Apple M1 Silicon":{},"Thoughts on Bullshit Jobs":{},"You Shouldn't Use Spotify":{},"Getting rid of trackers using LineageOS":{},"Stop limiting yourself to JS in browsers":{},"Using Hugo to Launch a Gemini Capsule":{},"Academese Gems":{},"The Fridge, Your Inoculation Room":{},"Pinball Machines in a Jenever Museum":{},"A Note About Footnotes":{},"Power Usage Effectiveness":{},"Why Mastodon Isn't Great For Serendipity":{},"Natural Gas Prices and The Energy Market":{},"How To Enjoy Your Own Digital Music":{},"Thoughts On Home NAS Systems":{},"Water Usage and Prices":{},"How To Stream Your Own Music: Reprise":{},"Wax Seals And Snail Mail":{},"How To Properly Store Your Game Boy Cartridges":{},"The Modern QR Code Life":{},"Give Up GitHub!":{}},"tags":{}}],["provinc",{"_index":8443,"title":{},"content":{"Accidental Discovery By Bike: Fietsknooppunten":{},"Parking Machines Design Mistakes":{},"Don't Expose The Stacktrace Please!":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["provinces.id",{"_index":11722,"title":{},"content":{"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["provinci",{"_index":12128,"title":{},"content":{"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["provinciano'",{"_index":10865,"title":{},"content":{"My Retrocomputing Projects For 2022":{}},"tags":{}}],["proxi",{"_index":1661,"title":{},"content":{"Integration Testing with SQLite":{},"Custom Webdriver Page Factories":{},"Host your own webmention receiver":{},"The HP Sprocket Mini Printer":{},"How to setup Pi-Hole on a Synology NAS":{},"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["proximus](https://proximus.b",{"_index":10736,"title":{},"content":{"How to setup Pi-Hole on a Synology NAS":{}},"tags":{}}],["proza",{"_index":9556,"title":{},"content":{"The Emperor of Lists":{}},"tags":{}}],["ps",{"_index":11658,"title":{},"content":{"A Decision Tree For Buying Retro Gaming Handhelds":{}},"tags":{}}],["ps1",{"_index":11661,"title":{},"content":{"A Decision Tree For Buying Retro Gaming Handhelds":{}},"tags":{}}],["pseudo",{"_index":11835,"title":{},"content":{"On Commuting By Bike":{}},"tags":{}}],["pseudocod",{"_index":3254,"title":{"Death to pseudocode?":{}},"content":{"Death to pseudocode?":{}},"tags":{}}],["psm(4",{"_index":4637,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["psm4",{"_index":4647,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["psp",{"_index":11657,"title":{},"content":{"A Decision Tree For Buying Retro Gaming Handhelds":{}},"tags":{}}],["psu",{"_index":5813,"title":{},"content":{"486 Upgrade 2: The SD Card HDD":{},"Thoughts On Home NAS Systems":{}},"tags":{}}],["psych",{"_index":10406,"title":{},"content":{"A Factor Analysis For Dummies in R":{}},"tags":{}}],["psycholog",{"_index":4947,"title":{},"content":{"Programming: a Creative Cognitive Process":{},"Re: Is collecting physical games worth it?":{},"Software Engineering Is Not Engineering":{},"Creativity Self-Assessment Is Nonsense":{},"A Factor Analysis For Dummies in R":{},"Why I Play Games (And So Should You)":{},"January 2022 In Review":{},"Creativity Equals Messy Code?":{}},"tags":{}}],["pthread",{"_index":1822,"title":{},"content":{"Bye autotools hello Scons":{}},"tags":{}}],["ptolemi",{"_index":9422,"title":{},"content":{"Constraint-based Creativity":{},"The Emperor of Lists":{},"A Creative State of Mind":{}},"tags":{}}],["ptolemy'",{"_index":9436,"title":{},"content":{"Constraint-based Creativity":{}},"tags":{}}],["public",{"_index":580,"title":{"Water Levels As Public Data":{}},"content":{"undefined":{},"Enhancing the builder pattern with closures":{},"Integration Testing with SQLite":{},"Metaprogramming instead of duplication":{},"Custom Webdriver Page Factories":{},"Faking domain logic":{},"Webdriver Exception Handling":{},"Unit testing in Legacy Projects: VB6":{},"Domain Driven Design in C":{},"Productivity Tools on all platforms":{},"What is Creativity in Software Engineering?":{},"Academese Gems":{},"Water Levels As Public Data":{},"The HP Sprocket Mini Printer":{},"Ditch Scrum, Organize As You See Fit":{},"A Creative State of Mind":{},"Seneca on How to Live":{},"Natural Gas Prices and The Energy Market":{},"Winnie Lim on Rebuilding Oneself":{},"A Personal Intro To Rough Hip-Hop":{},"Expiry Dates On Journals":{},"Equality in Game Credits":{}},"tags":{}}],["publicati",{"_index":4868,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["publiceren",{"_index":4870,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["publicli",{"_index":11373,"title":{},"content":{"Cool Things People Do With Their Blogs":{}},"tags":{}}],["publiek",{"_index":3949,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["publish",{"_index":3521,"title":{"Using Pandoc to publish a book":{},"On Selling a Self-published Book":{},"Questionable Game Publishing Methods":{}},"content":{"Computer Science learning pathways":{},"The Startup of a Lean Doctorate":{},"Using Pandoc to publish a book":{},"Thoughts on Bullshit Jobs":{},"The Productive Programmer on Mac":{},"How to write academic papers in Markdown":{},"Getting rid of trackers using LineageOS":{},"The IndieWeb Mixed Bag":{},"The first Dutch Obsidian meetup":{},"Using Hugo to Launch a Gemini Capsule":{},"On Manuscript Review Procedures":{},"Academese Gems":{},"Software Engineering Is Not Engineering":{},"Rules of a Creator's Life":{},"On Selling a Self-published Book":{},"A Note About Footnotes":{},"Are Digital Gardens Blogs?":{},"Very Old and Somewhat Old Mood Boards":{},"Questionable Game Publishing Methods":{},"Exporting Goodreads to Obsidian":{},"How Not To Do A Remaster":{},"Technical Knowledge Brews Creativity":{},"December 2021 In Review":{},"Re: Writing A Book Is Nonesense":{},"January 2022 In Review":{},"On Trying To Sell A Laptop":{},"Creativity Equals Messy Code?":{},"Expiry Dates On Journals":{},"Cool Things People Do With Their Blogs":{}},"tags":{"On Selling a Self-published Book":{},"Questionable Game Publishing Methods":{},"Re: Writing A Book Is Nonesense":{}}}],["publisher'",{"_index":5404,"title":{},"content":{"Project Warlock: About Perseverance":{}},"tags":{}}],["publiu",{"_index":9060,"title":{},"content":{"Collective Creativity":{}},"tags":{}}],["pue",{"_index":9220,"title":{},"content":{"Power Usage Effectiveness":{}},"tags":{}}],["puff",{"_index":11066,"title":{},"content":{"A Personal Intro To Rough Hip-Hop":{}},"tags":{}}],["puffi",{"_index":3177,"title":{},"content":{"Take your time.":{}},"tags":{}}],["puke",{"_index":227,"title":{},"content":{"On finding your inner zen in big cities":{}},"tags":{}}],["pulcher",{"_index":8891,"title":{},"content":{"Favorite Game Meme":{}},"tags":{}}],["pull",{"_index":2959,"title":{},"content":{"I'm jealous of my dog":{},"Getting rid of trackers using LineageOS":{},"Discord killed support for WinXP":{},"The Pilot Capless: a stellar stealth pen":{},"Why I like Pawn Stars":{},"How Not To Do A Remaster":{},"The Death Of The Nike+ SportWatch":{},"Wax Seals And Snail Mail":{},"How To Properly Store Your Game Boy Cartridges":{},"The Modern QR Code Life":{}},"tags":{}}],["pummel",{"_index":9185,"title":{},"content":{"Very Old and Somewhat Old Mood Boards":{}},"tags":{}}],["pump",{"_index":6701,"title":{},"content":{"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"On Manuscript Review Procedures":{}},"tags":{}}],["pumpkin",{"_index":10090,"title":{},"content":{"November 2021 Meta Post":{}},"tags":{}}],["pun",{"_index":3001,"title":{},"content":{"Inventing - for the worse?":{}},"tags":{}}],["punctuat",{"_index":9565,"title":{},"content":{"The Emperor of Lists":{}},"tags":{}}],["pupil",{"_index":9512,"title":{},"content":{"Creative Critical Thinking":{}},"tags":{}}],["puppi",{"_index":10966,"title":{},"content":{"What a Night Cam Is Good For":{}},"tags":{}}],["purcell](https://www.goodreads.com/book/show/7849839",{"_index":3072,"title":{},"content":{"2017 in books":{}},"tags":{}}],["purchas",{"_index":9264,"title":{},"content":{"Questionable Game Publishing Methods":{},"2021 Donations":{},"Once Upon a Time in Shaolin":{},"What a Night Cam Is Good For":{}},"tags":{}}],["pure",{"_index":7790,"title":{},"content":{"Software Engineering Is Not Engineering":{},"Wax Seals And Snail Mail":{}},"tags":{}}],["purpos",{"_index":1216,"title":{},"content":{"undefined":{},"Integration Testing with SQLite":{},"Using Pandoc to publish a book":{},"Designing websites with accessibility in mind":{},"Digitizing journals using DEVONthink":{},"Belgium - Portugal: 5 - 2":{},"Thirty-Six":{},"Are Digital Gardens Blogs?":{},"Dear Student":{},"Very Old and Somewhat Old Mood Boards":{},"The Lost Art of Being Lost":{},"2021 Donations":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Generating a Blogroll With OPML in Hugo":{},"Minimalism and Tidying Up":{},"Thoughts On Home NAS Systems":{},"Expiry Dates On Journals":{},"On Commuting By Bike":{},"May 2022 In Review":{}},"tags":{}}],["pursuit",{"_index":5692,"title":{},"content":{"Thoughts on collaboration in education":{},"The Perfect Bowl Of Oatmeal Porridge":{},"Freshly Baked Thoughts":{}},"tags":{}}],["push",{"_index":987,"title":{},"content":{"Learning to become a baker":{},"Are you handing over enough when inspiring someone?":{},"Concentrating on serendipitous creativity":{},"ITiCSE 2020: A Report":{},"Building a Core2Duo Windows XP Retro PC":{},"Thoughts on Bullshit Jobs":{},"Using Hugo to Launch a Gemini Capsule":{},"The Fridge, Your Inoculation Room":{},"Water Levels As Public Data":{},"Dear Student":{},"Ditch Scrum, Organize As You See Fit":{},"Power Usage Effectiveness":{},"Creative Critical Thinking":{},"Three Little GameCube Mods":{},"On Trying To Sell A Laptop":{},"True Backlink Support in Hugo":{},"How To Properly Store Your Game Boy Cartridges":{},"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["pusher",{"_index":2980,"title":{},"content":{"Inventing - for the worse?":{}},"tags":{}}],["pushingupros",{"_index":7466,"title":{},"content":{"Moon Logic":{}},"tags":{}}],["put",{"_index":59,"title":{},"content":{"Ending your day with happy thoughts":{},"undefined":{},"Faking domain logic":{},"How to teach kids to program":{},"A quick look at 6 fountain pens":{},"Journaling in practice":{},"I'm jealous of my dog":{},"Death to pseudocode?":{},"Thinking in terms of objects":{},"Reverse engineering a curriculum":{},"The Startup of a Lean Doctorate":{},"IT Competences and Certificates":{},"Building a Core2Duo Windows XP Retro PC":{},"How to write academic papers in Markdown":{},"Always have a Diaster Recovery Plan":{},"Getting rid of trackers using LineageOS":{},"Academese Gems":{},"Belgium - Portugal: 5 - 2":{},"Flea Market Season":{},"The Pilot Capless: a stellar stealth pen":{},"Apple's App Store Design Mistake":{},"The Fridge, Your Inoculation Room":{},"How Much Should I Spend On Magic The Gathering":{},"Rules of a Creator's Life":{},"What if Seneca wasn't Nero's advisor?":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Cheese cheese cheese cheese cheese":{},"Kotlin Is Java 2.0, But It's Still Java":{},"On Selling a Self-published Book":{},"A Note About Footnotes":{},"Are You In The System Yet, Sir?":{},"Creativity Self-Assessment Is Nonsense":{},"Are Digital Gardens Blogs?":{},"Very Old and Somewhat Old Mood Boards":{},"A 5.25\" Gobliins 2 Surprise":{},"Allspice Is Not All Spice":{},"2021 Donations":{},"Migrating from Mailchimp to Listmonk":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Why Mastodon Isn't Great For Serendipity":{},"Re: Writing A Book Is Nonesense":{},"Woke in Class":{},"How to setup Pi-Hole on a Synology NAS":{},"February 2022 In Review":{},"March 2022 In Review":{},"None Of My Best Friends Are Content Creators":{},"Wax Seals And Snail Mail":{},"April 2022 In Review":{},"The Life Lessons of Bonnie":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["putin",{"_index":11487,"title":{},"content":{"March 2022 In Review":{}},"tags":{}}],["puzzl",{"_index":7437,"title":{},"content":{"Moon Logic":{},"February 2022 In Review":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["puzzle/adventur",{"_index":11544,"title":{},"content":{"Password Hacking Sylvester & Tweety: Breakfast on the Run":{}},"tags":{}}],["puzzler",{"_index":8416,"title":{},"content":{"What if Seneca wasn't Nero's advisor?":{}},"tags":{}}],["pve",{"_index":10296,"title":{},"content":{"Dark Age of Camelot in 2022":{}},"tags":{}}],["pvp",{"_index":10283,"title":{},"content":{"Dark Age of Camelot in 2022":{}},"tags":{}}],["px",{"_index":12221,"title":{},"content":{"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["pxl",{"_index":10648,"title":{},"content":{"Woke in Class":{}},"tags":{}}],["pycap",{"_index":11591,"title":{},"content":{"The Death Of The Nike+ SportWatch":{}},"tags":{}}],["pycharm",{"_index":4348,"title":{},"content":{"Productivity Tools on all platforms":{}},"tags":{}}],["pypl",{"_index":7095,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["pyramid",{"_index":2330,"title":{},"content":{"Teaching yourself to draw":{},"Healing creative scars":{},"On Tea Prices":{},"From Mood Board To Mood Mugs":{}},"tags":{}}],["pythagora",{"_index":3461,"title":{},"content":{"Over entropie":{}},"tags":{}}],["pythagorean",{"_index":10161,"title":{},"content":{"Technical Knowledge Brews Creativity":{}},"tags":{}}],["python",{"_index":704,"title":{},"content":{"undefined":{},"Unit Testing PicoBlaze Assembly files":{},"Very Old and Somewhat Old Mood Boards":{},"Natural Gas Prices and The Energy Market":{},"Water Usage and Prices":{}},"tags":{"Bye autotools hello Scons":{}}}],["python'",{"_index":4643,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["python3",{"_index":1036,"title":{},"content":{"undefined":{}},"tags":{}}],["python3.9",{"_index":6455,"title":{},"content":{"Programming on the Apple M1 Silicon":{}},"tags":{}}],["python](http://effbot.org/zone/default",{"_index":1080,"title":{},"content":{"undefined":{}},"tags":{}}],["python](http://www.artima.com/weblogs/viewpost.jsp?thread=101605",{"_index":1047,"title":{},"content":{"undefined":{}},"tags":{}}],["python’",{"_index":1084,"title":{},"content":{"undefined":{}},"tags":{}}],["pyusb",{"_index":11592,"title":{},"content":{"The Death Of The Nike+ SportWatch":{}},"tags":{}}],["q",{"_index":10529,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q1",{"_index":10495,"title":{},"content":{"Natural Gas Prices and The Energy Market":{},"My Retrocomputing Projects For 2022":{}},"tags":{}}],["q1/15",{"_index":10503,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q1/16",{"_index":10507,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q1/17",{"_index":10511,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q1/18",{"_index":10515,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q1/19",{"_index":10519,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q1/20",{"_index":10523,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q1/21",{"_index":10527,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q2/15",{"_index":10504,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q2/16",{"_index":10508,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q2/17",{"_index":10512,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q2/18",{"_index":10516,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q2/19",{"_index":10520,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q2/20",{"_index":10524,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q2/21",{"_index":10528,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q3/15",{"_index":10505,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q3/16",{"_index":10509,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q3/17",{"_index":10513,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q3/18",{"_index":10517,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q3/19",{"_index":10521,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q3/20",{"_index":10525,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q4",{"_index":10494,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q4/15",{"_index":10506,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q4/16",{"_index":10510,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q4/17",{"_index":10514,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q4/18",{"_index":10518,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q4/19",{"_index":10522,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["q4/20",{"_index":10526,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["qa",{"_index":11433,"title":{},"content":{"Equality in Game Credits":{}},"tags":{}}],["qfpay",{"_index":8971,"title":{},"content":{"Parking Machines Design Mistakes":{}},"tags":{}}],["qgp1rhg4axk379wlua",{"_index":11896,"title":{},"content":{"Teaching Software Engineering Is Still Done Wrong":{}},"tags":{}}],["qmake",{"_index":1861,"title":{},"content":{"Bye autotools hello Scons":{}},"tags":{}}],["qr",{"_index":11152,"title":{"An Ad Leaflet QR Design Mistake":{},"The Modern QR Code Life":{}},"content":{"An Ad Leaflet QR Design Mistake":{},"Fighting Webmention And Pingback Spam":{},"The Modern QR Code Life":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["qr code",{"_index":11184,"title":{},"content":{},"tags":{"An Ad Leaflet QR Design Mistake":{},"The Modern QR Code Life":{}}}],["qr.jpg",{"_index":11154,"title":{},"content":{"An Ad Leaflet QR Design Mistake":{}},"tags":{}}],["qt",{"_index":3543,"title":{},"content":{"Computer Science learning pathways":{},"My Programming Language Odyssey":{}},"tags":{}}],["quadrupl",{"_index":10496,"title":{},"content":{"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["quak",{"_index":6057,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{},"Building an Athlon Windows 98 Retro PC":{},"Favorite Game Meme":{},"Teaching Software Engineering Is Still Done Wrong":{}},"tags":{}}],["quake'",{"_index":11913,"title":{},"content":{"Teaching Software Engineering Is Still Done Wrong":{}},"tags":{}}],["qualif",{"_index":3020,"title":{},"content":{"Inventing - for the worse?":{}},"tags":{}}],["qualifi",{"_index":7674,"title":{},"content":{"Belgium - Portugal: 5 - 2":{},"Winnie Lim on Rebuilding Oneself":{}},"tags":{}}],["qualit",{"_index":6659,"title":{},"content":{"What is Creativity in Software Engineering?":{},"On Tea Prices":{},"A Factor Analysis For Dummies in R":{},"Winnie Lim on Rebuilding Oneself":{},"Creativity Equals Messy Code?":{}},"tags":{}}],["qualiti",{"_index":3025,"title":{"Leuchtturm Notebook Paper Quality":{}},"content":{"Inventing - for the worse?":{},"Five reasons why agile and academia don't go together":{},"Win98 Upgrade: Sound Blaster Audigy":{},"On Tea Prices":{},"The HP Sprocket Mini Printer":{},"Choosing an Audio Codec":{},"Creativity Equals Messy Code?":{},"Leuchtturm Notebook Paper Quality":{}},"tags":{}}],["quality?_",{"_index":11223,"title":{},"content":{"Creativity Equals Messy Code?":{}},"tags":{}}],["quantifi",{"_index":2335,"title":{},"content":{"Teaching yourself to draw":{},"Winnie Lim on Rebuilding Oneself":{}},"tags":{}}],["quantit",{"_index":10392,"title":{},"content":{"A Factor Analysis For Dummies in R":{}},"tags":{}}],["quantiti",{"_index":9181,"title":{},"content":{"Ever-increasing Work Email Spam":{}},"tags":{}}],["quart",{"_index":9383,"title":{},"content":{"A Treatise on Leavened Waffles":{}},"tags":{}}],["quart_",{"_index":9385,"title":{},"content":{"A Treatise on Leavened Waffles":{}},"tags":{}}],["quarter",{"_index":7640,"title":{},"content":{"Belgium - Portugal: 5 - 2":{},"Natural Gas Prices and The Energy Market":{},"Water Usage and Prices":{}},"tags":{}}],["quarterli",{"_index":9758,"title":{},"content":{"Where Does It Stop?":{},"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["quartey'",{"_index":11396,"title":{},"content":{"Cool Things People Do With Their Blogs":{}},"tags":{}}],["quarts_",{"_index":8722,"title":{},"content":{"Thirty-Six":{}},"tags":{}}],["quatr",{"_index":9382,"title":{},"content":{"A Treatise on Leavened Waffles":{}},"tags":{}}],["queri",{"_index":1341,"title":{},"content":{"Unit Testing Stored Procedures":{},"Exploring the Go programming language":{},"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["quest",{"_index":6148,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{},"Misconceptions about retro gamers":{},"Software Engineering Is Not Engineering":{},"The Lost Art of Being Lost":{},"December 2021 In Review":{},"February 2022 In Review":{},"March 2022 In Review":{},"Teaching Software Engineering Is Still Done Wrong":{}},"tags":{}}],["question",{"_index":1335,"title":{"Questionable Game Publishing Methods":{}},"content":{"Unit Testing Stored Procedures":{},"Metaprogramming instead of duplication":{},"A quick look at 6 fountain pens":{},"Journaling in practice":{},"Hiding Code Complexity":{},"Reverse engineering a curriculum":{},"The Startup of a Lean Doctorate":{},"IT Competences and Certificates":{},"Programming: a Creative Cognitive Process":{},"ITiCSE 2020: A Report":{},"Tracking and privacy concerns on websites":{},"Thoughts on collaboration in education":{},"Win98 Upgrade: Sound Blaster Audigy":{},"What is Creativity in Software Engineering?":{},"My Retro Desk/Gaming Setup in 2021":{},"Using Hugo to Launch a Gemini Capsule":{},"Academese Gems":{},"Software Engineering Is Not Engineering":{},"Apple's App Store Design Mistake":{},"Are You In The System Yet, Sir?":{},"Creativity Self-Assessment Is Nonsense":{},"Dear Student":{},"Ditch Scrum, Organize As You See Fit":{},"Creative Critical Thinking":{},"From Curiosity To Creativity":{},"Where Does It Stop?":{},"2021 Donations":{},"A Factor Analysis For Dummies in R":{},"Winnie Lim on Rebuilding Oneself":{},"Expiry Dates On Journals":{},"How To Stream Your Own Music: Reprise":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"Cool Things People Do With Their Blogs":{},"On Learning A New (Programming) Language":{},"May 2022 In Review":{}},"tags":{}}],["queue",{"_index":6932,"title":{},"content":{"Always have a Diaster Recovery Plan":{},"The Modern QR Code Life":{}},"tags":{}}],["quick",{"_index":1533,"title":{"A quick look at 6 fountain pens":{}},"content":{"Visual Studio 2012 for Eclipse users":{},"Unit testing in Legacy Projects: VB6":{},"A quick look at 6 fountain pens":{},"Death to pseudocode?":{},"The Startup of a Lean Doctorate":{},"Tracking and privacy concerns on websites":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Teaching students about coding trends":{},"Discord killed support for WinXP":{},"The Pilot Capless: a stellar stealth pen":{},"YouTube Play Image Links in Hugo":{},"How Much Should I Spend On Magic The Gathering":{},"A Treatise on Leavened Waffles":{},"From Analog Notebook to Digital Vault":{},"November 2021 Meta Post":{},"Re: Writing A Book Is Nonesense":{},"Why I Play Games (And So Should You)":{},"On Trying To Sell A Laptop":{},"Once Upon a Time in Shaolin":{},"Fighting Webmention And Pingback Spam":{},"None Of My Best Friends Are Content Creators":{},"June 2022 In Review":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["quicker",{"_index":6598,"title":{},"content":{"The Productive Programmer on Mac":{},"On Tea Prices":{}},"tags":{}}],["quicki",{"_index":12174,"title":{},"content":{"June 2022 In Review":{}},"tags":{}}],["quicklaunch",{"_index":4363,"title":{},"content":{"Productivity Tools on all platforms":{}},"tags":{}}],["quickli",{"_index":318,"title":{},"content":{"On finding your inner zen in big cities":{},"No, vegetarians do not eat fish!":{},"Visual Studio 2012 for Eclipse users":{},"Enhancing the builder pattern with closures":{},"Unit Testing Extjs UI with Siesta":{},"Are you handing over enough when inspiring someone?":{},"Journaling in practice":{},"The Productive Programmer on Mac":{},"The first Dutch Obsidian meetup":{},"Using Hugo to Launch a Gemini Capsule":{},"The Pilot Capless: a stellar stealth pen":{},"Why I like Pawn Stars":{},"Parking Machines Design Mistakes":{},"Are Digital Gardens Blogs?":{},"Very Old and Somewhat Old Mood Boards":{},"Constraint-based Creativity":{},"Exporting Goodreads to Obsidian":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Dark Age of Camelot in 2022":{},"December 2021 In Review":{},"Woke in Class":{},"Academic Lineage":{},"March 2022 In Review":{},"The Death Of The Nike+ SportWatch":{},"Wax Seals And Snail Mail":{},"On Learning A New (Programming) Language":{},"The Life Lessons of Bonnie":{}},"tags":{}}],["quiet",{"_index":327,"title":{},"content":{"On finding your inner zen in big cities":{},"Always have a Diaster Recovery Plan":{},"Pinball Machines in a Jenever Museum":{}},"tags":{}}],["quintet",{"_index":11035,"title":{},"content":{"A Personal Intro To Gentle Hip-Hop":{}},"tags":{}}],["quirk",{"_index":7121,"title":{},"content":{"The IndieWeb Mixed Bag":{},"A Triumph For Blogging":{},"November 2021 Meta Post":{},"Expiry Dates On Journals":{}},"tags":{}}],["quirk'",{"_index":10729,"title":{},"content":{"How to setup Pi-Hole on a Synology NAS":{}},"tags":{}}],["quirki",{"_index":7298,"title":{},"content":{"The first Dutch Obsidian meetup":{},"Moon Logic":{},"A 5.25\" Gobliins 2 Surprise":{}},"tags":{}}],["quit",{"_index":317,"title":{},"content":{"On finding your inner zen in big cities":{},"No, vegetarians do not eat fish!":{},"Visual Studio 2012 for Eclipse users":{},"Unit testing in Legacy Projects: VB6":{},"Teaching yourself to draw":{},"Development principles in cooking":{},"A quick look at 6 fountain pens":{},"A Decade in the Software Engineering industry":{},"A Ph.D. Thesis: Iteration 2":{},"Programming: a Creative Cognitive Process":{},"Page Building with Brizy in Wordpress":{},"486 Upgrade 1: Sound Blaster 16":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Digitizing journals using DEVONthink":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Exploring the AlterNet":{},"Getting rid of trackers using LineageOS":{},"Using Hugo to Launch a Gemini Capsule":{},"On Manuscript Review Procedures":{},"Host your own webmention receiver":{},"Moon Logic":{},"Nineties collecting nostalgia":{},"Academese Gems":{},"The Pilot Capless: a stellar stealth pen":{},"Apple's App Store Design Mistake":{},"The Fridge, Your Inoculation Room":{},"Rules of a Creator's Life":{},"The Decline of Battery Life":{},"What if Seneca wasn't Nero's advisor?":{},"Where Does It Stop?":{},"2021 Donations":{},"Migrating from Mailchimp to Listmonk":{},"Three Little GameCube Mods":{},"Winnie Lim on Rebuilding Oneself":{},"2021 Year In Review":{},"Once Upon a Time in Shaolin":{},"Water Usage and Prices":{},"Expiry Dates On Journals":{},"Leuchtturm Notebook Paper Quality":{},"Equality in Game Credits":{},"March 2022 In Review":{},"The Death Of The Nike+ SportWatch":{},"On Commuting By Bike":{},"The Life Lessons of Bonnie":{},"From Mood Board To Mood Mugs":{},"May 2022 In Review":{},"Shredder's Revenge's Soundtrack Is Amazing":{},"June 2022 In Review":{}},"tags":{}}],["quite](/post/2021/02/th",{"_index":7748,"title":{},"content":{"Misconceptions about retro gamers":{}},"tags":{}}],["quiz",{"_index":9998,"title":{"The Monthly Retro Screenshot Guessing Quiz":{}},"content":{"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["quiz.1272",{"_index":10002,"title":{},"content":{"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["quizz",{"_index":10005,"title":{},"content":{"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["quot",{"_index":3309,"title":{},"content":{"Thinking in terms of objects":{},"The Productive Programmer on Mac":{},"How to write academic papers in Markdown":{},"Emotional Magic":{},"The Emperor of Lists":{},"November 2021 Meta Post":{},"December 2021 In Review":{},"Winnie Lim on Rebuilding Oneself":{},"On Commuting By Bike":{},"Teaching Software Engineering Is Still Done Wrong":{}},"tags":{}}],["quotat",{"_index":6812,"title":{},"content":{"How to write academic papers in Markdown":{}},"tags":{}}],["r",{"_index":1564,"title":{"A Factor Analysis For Dummies in R":{}},"content":{"Visual Studio 2012 for Eclipse users":{},"2017 in books":{},"Death to pseudocode?":{},"A Factor Analysis For Dummies in R":{},"A Personal Intro To Rough Hip-Hop":{}},"tags":{"A Factor Analysis For Dummies in R":{}}}],["r&b",{"_index":11065,"title":{},"content":{"A Personal Intro To Rough Hip-Hop":{}},"tags":{}}],["rabbit",{"_index":11693,"title":{},"content":{"April 2022 In Review":{}},"tags":{}}],["race",{"_index":5649,"title":{},"content":{"3D Software Rendering on the GBA":{},"Thirty-Six":{},"Dark Age of Camelot in 2022":{},"April 2022 In Review":{}},"tags":{}}],["raceway",{"_index":6737,"title":{},"content":{"My Retro Desk/Gaming Setup in 2021":{}},"tags":{}}],["racist",{"_index":10645,"title":{},"content":{"Woke in Class":{}},"tags":{}}],["racistisch",{"_index":10649,"title":{},"content":{"Woke in Class":{}},"tags":{}}],["rack",{"_index":9227,"title":{},"content":{"Power Usage Effectiveness":{}},"tags":{}}],["racket",{"_index":1251,"title":{},"content":{"undefined":{}},"tags":{}}],["rad",{"_index":4265,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["radar](https://www.thoughtworks.com/radar",{"_index":7091,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["radeon",{"_index":6108,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"tags":{}}],["radermach",{"_index":4688,"title":{},"content":{"A Ph.D. Thesis: Iteration 2":{}},"tags":{}}],["radian",{"_index":5675,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["radianc",{"_index":11950,"title":{},"content":{"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["radiat",{"_index":11930,"title":{},"content":{"The Life Lessons of Bonnie":{}},"tags":{}}],["radic",{"_index":9703,"title":{},"content":{"How Not To Do A Remaster":{}},"tags":{}}],["radio",{"_index":8614,"title":{},"content":{"On Selling a Self-published Book":{},"How Not To Do A Remaster":{}},"tags":{}}],["radish",{"_index":8478,"title":{},"content":{"Cheese cheese cheese cheese cheese":{}},"tags":{}}],["radiu",{"_index":8964,"title":{},"content":{"Parking Machines Design Mistakes":{}},"tags":{}}],["ragdol",{"_index":10676,"title":{},"content":{"2021 Year In Review":{},"The Life Lessons of Bonnie":{}},"tags":{}}],["rage",{"_index":2264,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{},"Nineties collecting nostalgia":{},"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["rage_",{"_index":12025,"title":{},"content":{"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["raid",{"_index":8723,"title":{},"content":{"Thirty-Six":{}},"tags":{}}],["rail",{"_index":3296,"title":{},"content":{"Death to pseudocode?":{},"My Programming Language Odyssey":{}},"tags":{}}],["rain",{"_index":7708,"title":{},"content":{"Flea Market Season":{},"Water Levels As Public Data":{},"How Not To Do A Remaster":{},"November 2021 Meta Post":{},"December 2021 In Review":{},"Drought":{},"May 2022 In Review":{}},"tags":{}}],["rain_",{"_index":10077,"title":{},"content":{"November 2021 Meta Post":{}},"tags":{}}],["raindrop",{"_index":2955,"title":{},"content":{"I'm jealous of my dog":{}},"tags":{}}],["rainfal",{"_index":8339,"title":{},"content":{"Water Levels As Public Data":{}},"tags":{}}],["rainwat",{"_index":11778,"title":{},"content":{"Drought":{}},"tags":{}}],["rais",{"_index":8424,"title":{},"content":{"What if Seneca wasn't Nero's advisor?":{},"Power Usage Effectiveness":{},"The Creative Techniques Toolbox":{},"Why I Play Games (And So Should You)":{}},"tags":{}}],["ram",{"_index":5130,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{},"3D Software Rendering on the GBA":{},"An am486 Performance Analysis":{},"Reviving an old 80486 PC":{},"Building a Core2Duo Windows XP Retro PC":{},"Personal Desktop Screenshots of Olde":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"The Decline of Battery Life":{},"A 5.25\" Gobliins 2 Surprise":{},"My Retrocomputing Projects For 2022":{},"Thoughts On Home NAS Systems":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["rambl",{"_index":11997,"title":{},"content":{"May 2022 In Review":{}},"tags":{}}],["ramen",{"_index":12102,"title":{},"content":{"The Modern QR Code Life":{}},"tags":{}}],["ramif",{"_index":7157,"title":{},"content":{"The IndieWeb Mixed Bag":{},"Stop limiting yourself to JS in browsers":{}},"tags":{}}],["rammen",{"_index":3993,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["ran",{"_index":5787,"title":{},"content":{"An am486 Performance Analysis":{},"486 Upgrade 2: The SD Card HDD":{},"Flea Market Season":{},"Ditch Scrum, Organize As You See Fit":{}},"tags":{}}],["random",{"_index":1949,"title":{},"content":{"Faking domain logic":{},"Nuts about local nuts":{},"Teaching by philosophy":{},"Domain Driven Design in C":{},"A Note About Footnotes":{},"How Not To Do A Remaster":{},"Allspice Is Not All Spice":{},"November 2021 Meta Post":{},"Why Mastodon Isn't Great For Serendipity":{},"December 2021 In Review":{},"2021 Year In Review":{},"From Mood Board To Mood Mugs":{}},"tags":{}}],["randomli",{"_index":7455,"title":{},"content":{"Moon Logic":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Cool Things People Do With Their Blogs":{}},"tags":{}}],["rang",{"_index":2087,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{},"DIY: Hosting stuff on your own VPS":{},"Win98 Upgrade: Sound Blaster Audigy":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"The Pilot Capless: a stellar stealth pen":{},"Why I like Pawn Stars":{},"Reducing Workflow Load Facilitates Writing":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Pinball Machines in a Jenever Museum":{},"Generating a Blogroll With OPML in Hugo":{},"True Backlink Support in Hugo":{}},"tags":{}}],["range(10",{"_index":1086,"title":{},"content":{"undefined":{}},"tags":{}}],["ranger",{"_index":10276,"title":{},"content":{"Dark Age of Camelot in 2022":{}},"tags":{}}],["rank",{"_index":7108,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["ransack",{"_index":10563,"title":{},"content":{"The Creative Techniques Toolbox":{}},"tags":{}}],["rant",{"_index":5087,"title":{},"content":{"Five reasons why agile and academia don't go together":{},"On Manuscript Review Procedures":{},"Very Old and Somewhat Old Mood Boards":{},"Give Up GitHub!":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["rap",{"_index":10687,"title":{},"content":{"How To Enjoy Your Own Digital Music":{},"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{},"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["rapen",{"_index":4545,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["rapid",{"_index":2380,"title":{},"content":{"Are you handing over enough when inspiring someone?":{},"Favorite Game Meme":{},"Expiry Dates On Journals":{}},"tags":{}}],["rapidli",{"_index":3499,"title":{},"content":{"Teaching by philosophy":{},"Reviving an old 80486 PC":{},"Building a Core2Duo Windows XP Retro PC":{},"Exploring the AlterNet":{},"The Fridge, Your Inoculation Room":{},"Pinball Machines in a Jenever Museum":{},"20 Years of Personal Cellphone History":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["rare",{"_index":3220,"title":{},"content":{"Concentrating on serendipitous creativity":{},"Teaching Object-Oriented design using the GBA":{},"How Much Should I Spend On Magic The Gathering":{},"Rules of a Creator's Life":{}},"tags":{}}],["rascal",{"_index":10978,"title":{},"content":{"What a Night Cam Is Good For":{}},"tags":{}}],["raspberri",{"_index":4581,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["raster",{"_index":5667,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["rata",{"_index":6868,"title":{},"content":{"You Shouldn't Use Spotify":{}},"tags":{}}],["rate",{"_index":5656,"title":{},"content":{"3D Software Rendering on the GBA":{},"An am486 Performance Analysis":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Thoughts on Bullshit Jobs":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"You Shouldn't Use Spotify":{},"The Decline of Battery Life":{},"Ditch Scrum, Organize As You See Fit":{},"Questionable Game Publishing Methods":{},"The Emperor of Lists":{},"Exporting Goodreads to Obsidian":{},"What a Night Cam Is Good For":{},"Choosing an Audio Codec":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"On Commuting By Bike":{},"The Modern QR Code Life":{}},"tags":{}}],["ratio",{"_index":9889,"title":{},"content":{"Allspice Is Not All Spice":{}},"tags":{}}],["ration",{"_index":12000,"title":{},"content":{"May 2022 In Review":{}},"tags":{}}],["rational",{"_index":8498,"title":{},"content":{"Cheese cheese cheese cheese cheese":{}},"tags":{}}],["rationalist",{"_index":8393,"title":{},"content":{"What if Seneca wasn't Nero's advisor?":{}},"tags":{}}],["rattl",{"_index":8637,"title":{},"content":{"Pinball Machines in a Jenever Museum":{}},"tags":{}}],["ravag",{"_index":8315,"title":{},"content":{"Water Levels As Public Data":{},"The Creative Techniques Toolbox":{}},"tags":{}}],["ravioli",{"_index":11973,"title":{},"content":{"From Mood Board To Mood Mugs":{}},"tags":{}}],["raw",{"_index":5784,"title":{},"content":{"An am486 Performance Analysis":{},"How to write academic papers in Markdown":{},"Water Levels As Public Data":{},"The HP Sprocket Mini Printer":{},"Natural Gas Prices and The Energy Market":{},"Water Usage and Prices":{},"The Death Of The Nike+ SportWatch":{}},"tags":{}}],["raw_alpha",{"_index":10424,"title":{},"content":{"A Factor Analysis For Dummies in R":{}},"tags":{}}],["rawcont",{"_index":8238,"title":{},"content":{"Reducing Workflow Load Facilitates Writing":{}},"tags":{}}],["ray",{"_index":5640,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["rayman",{"_index":9261,"title":{},"content":{"Questionable Game Publishing Methods":{},"January 2022 In Review":{},"My Retrocomputing Projects For 2022":{}},"tags":{}}],["rayman'",{"_index":9263,"title":{},"content":{"Questionable Game Publishing Methods":{}},"tags":{}}],["raymanlegends.jpg",{"_index":9265,"title":{},"content":{"Questionable Game Publishing Methods":{}},"tags":{}}],["re",{"_index":1066,"title":{"Re: Is collecting physical games worth it?":{},"Re: Writing A Book Is Nonesense":{}},"content":{"undefined":{},"Journaling in practice":{},"Teaching Object-Oriented design using the GBA":{},"Combining async with generators in Node 11":{},"Thoughts on collaboration in education":{},"An am486 Performance Analysis":{},"On Manuscript Review Procedures":{},"Re: Is collecting physical games worth it?":{},"Belgium - Portugal: 5 - 2":{},"Double-dipping and Market Prices":{},"Very Old and Somewhat Old Mood Boards":{},"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{},"Expiry Dates On Journals":{},"February 2022 In Review":{},"How To Stream Your Own Music: Reprise":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"March 2022 In Review":{},"From Mood Board To Mood Mugs":{}},"tags":{}}],["reach",{"_index":2377,"title":{},"content":{"Are you handing over enough when inspiring someone?":{},"A quick look at 6 fountain pens":{},"Nuts about local nuts":{},"Concentrating on serendipitous creativity":{},"Computer Science learning pathways":{},"The Startup of a Lean Doctorate":{},"Using Pandoc to publish a book":{},"Re: Is collecting physical games worth it?":{},"How Much Should I Spend On Magic The Gathering":{},"Creativity Self-Assessment Is Nonsense":{},"Where Does It Stop?":{},"A Creative State of Mind":{},"2021 Donations":{},"Re: Writing A Book Is Nonesense":{},"The Creative Techniques Toolbox":{},"The Life Lessons of Bonnie":{}},"tags":{}}],["react",{"_index":2175,"title":{"Migrating from Extjs to React gradually":{}},"content":{"Migrating from Extjs to React gradually":{},"The Life Lessons of Bonnie":{}},"tags":{"Migrating from Extjs to React gradually":{}}}],["react.compon",{"_index":2236,"title":{},"content":{"Migrating from Extjs to React gradually":{}},"tags":{}}],["react/mod/someurl",{"_index":2219,"title":{},"content":{"Migrating from Extjs to React gradually":{}},"tags":{}}],["react/some/detail/url",{"_index":2243,"title":{},"content":{"Migrating from Extjs to React gradually":{}},"tags":{}}],["reacti",{"_index":10804,"title":{},"content":{"On Trying To Sell A Laptop":{}},"tags":{}}],["reaction",{"_index":3043,"title":{},"content":{"2017 in books":{},"20 Years of Personal Cellphone History":{},"Woke in Class":{},"Once Upon a Time in Shaolin":{}},"tags":{}}],["reactjsaccord",{"_index":5247,"title":{},"content":{"Page Building with Brizy in Wordpress":{}},"tags":{}}],["span>cookson",{"_index":5727,"title":{},"content":{"Thoughts on collaboration in education":{}},"tags":{}}],["span>goethelaura",{"_index":5618,"title":{},"content":{"Tracking and privacy concerns on websites":{}},"tags":{}}],["span>neal",{"_index":6601,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["span>smyth",{"_index":5706,"title":{},"content":{"Thoughts on collaboration in education":{}},"tags":{}}],["spanish",{"_index":2886,"title":{},"content":{"Nuts about local nuts":{},"Technical Knowledge Brews Creativity":{}},"tags":{}}],["spar",{"_index":5105,"title":{},"content":{"Five reasons why agile and academia don't go together":{}},"tags":{}}],["spare",{"_index":6112,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{},"Re: Is collecting physical games worth it?":{},"The Fridge, Your Inoculation Room":{},"The Decline of Battery Life":{},"A Decision Tree For Buying Retro Gaming Handhelds":{}},"tags":{}}],["sparerib",{"_index":380,"title":{},"content":{"No, vegetarians do not eat fish!":{}},"tags":{}}],["sparingli",{"_index":10788,"title":{},"content":{"On Trying To Sell A Laptop":{}},"tags":{}}],["spark",{"_index":3161,"title":{"Sparking Conversations at Conferences":{}},"content":{"Take your time.":{},"The insanity of collecting retro games":{},"A Triumph For Blogging":{},"The Lost Art of Being Lost":{}},"tags":{}}],["sparkl",{"_index":6670,"title":{},"content":{"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"tags":{}}],["spat",{"_index":11703,"title":{},"content":{"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["spati",{"_index":1117,"title":{},"content":{"undefined":{}},"tags":{}}],["spawn",{"_index":1432,"title":{},"content":{"undefined":{}},"tags":{}}],["speak",{"_index":2484,"title":{},"content":{"How to teach kids to program":{},"Journaling in practice":{},"Thinking in terms of objects":{},"Computer Science learning pathways":{},"A Ph.D. Thesis: Iteration 2":{},"Five reasons why agile and academia don't go together":{},"A journey through the history of webdesign":{},"Building a Core2Duo Windows XP Retro PC":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Software Engineering Is Not Engineering":{},"On Tea Prices":{},"Kotlin Is Java 2.0, But It's Still Java":{},"From Curiosity To Creativity":{},"December 2021 In Review":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"April 2022 In Review":{},"On Learning A New (Programming) Language":{},"June 2022 In Review":{}},"tags":{}}],["speaker",{"_index":5881,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{},"Once Upon a Time in Shaolin":{},"My Retrocomputing Projects For 2022":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["spec",{"_index":5760,"title":{},"content":{"An am486 Performance Analysis":{},"Building a Core2Duo Windows XP Retro PC":{},"Building an Athlon Windows 98 Retro PC":{},"Exploring the AlterNet":{}},"tags":{}}],["speciaal",{"_index":633,"title":{},"content":{"undefined":{},"Over analoog en digitaal":{}},"tags":{}}],["special",{"_index":264,"title":{},"content":{"On finding your inner zen in big cities":{},"Learning to become a baker":{},"undefined":{},"A quick look at 6 fountain pens":{},"Inventing - for the worse?":{},"Computer Science learning pathways":{},"Reverse engineering a curriculum":{},"Hugo Extended: More static site processing power!":{},"Using Pandoc to publish a book":{},"Combining async with generators in Node 11":{},"ITiCSE 2020: A Report":{},"Tracking and privacy concerns on websites":{},"486 Upgrade 2: The SD Card HDD":{},"486 Upgrade 1: Sound Blaster 16":{},"Building a Core2Duo Windows XP Retro PC":{},"My Retro Desk/Gaming Setup in 2021":{},"Thirty-Six":{},"Parking Machines Design Mistakes":{},"Creative Critical Thinking":{},"Where Does It Stop?":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Generating a Blogroll With OPML in Hugo":{},"Academic Lineage":{},"Creativity Equals Messy Code?":{}},"tags":{}}],["specialist",{"_index":4765,"title":{},"content":{"IT Competences and Certificates":{},"Software Engineering Is Not Engineering":{}},"tags":{}}],["specialti",{"_index":2740,"title":{},"content":{"A quick look at 6 fountain pens":{},"Academese Gems":{},"Pinball Machines in a Jenever Museum":{}},"tags":{}}],["specif",{"_index":1879,"title":{},"content":{"Custom Webdriver Page Factories":{},".NET Memory management VS JVM Memory management":{},"Programming: a Creative Cognitive Process":{},"Page Building with Brizy in Wordpress":{},"What is Creativity in Software Engineering?":{},"How to write academic papers in Markdown":{},"Exploring the AlterNet":{},"Getting rid of trackers using LineageOS":{},"Moon Logic":{},"Nineties collecting nostalgia":{},"Academese Gems":{},"Are You In The System Yet, Sir?":{},"Ever-increasing Work Email Spam":{},"From Analog Notebook to Digital Vault":{},"January 2022 In Review":{},"Expiry Dates On Journals":{},"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["specifi",{"_index":1330,"title":{},"content":{"Unit Testing Stored Procedures":{},"Bye autotools hello Scons":{}},"tags":{}}],["specifiek",{"_index":3591,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{}},"tags":{}}],["spectacular",{"_index":5355,"title":{},"content":{"Project Warlock: About Perseverance":{}},"tags":{}}],["spectrum",{"_index":8997,"title":{},"content":{"A Triumph For Blogging":{}},"tags":{}}],["specul",{"_index":9692,"title":{},"content":{"From Curiosity To Creativity":{}},"tags":{}}],["speculaasmengel",{"_index":9884,"title":{},"content":{"Allspice Is Not All Spice":{}},"tags":{}}],["sped",{"_index":5686,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["speech",{"_index":7209,"title":{},"content":{"Discord killed support for WinXP":{},"Ever-increasing Work Email Spam":{},"Creative Critical Thinking":{}},"tags":{}}],["speed",{"_index":1504,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{},"Programming: a Creative Cognitive Process":{},"An am486 Performance Analysis":{},"486 Upgrade 2: The SD Card HDD":{},"Building an Athlon Windows 98 Retro PC":{},"Digitizing journals using DEVONthink":{},"Stop limiting yourself to JS in browsers":{},"On Manuscript Review Procedures":{},"Nineties collecting nostalgia":{},"Apple's App Store Design Mistake":{},"Where Does It Stop?":{},"Give Up GitHub!":{}},"tags":{}}],["speedi",{"_index":6405,"title":{},"content":{"WinXP Upgrade: Sound Blaster X-Fi":{},"On Manuscript Review Procedures":{},"The Pilot Capless: a stellar stealth pen":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"June 2022 In Review":{}},"tags":{}}],["speedili",{"_index":10175,"title":{},"content":{"Technical Knowledge Brews Creativity":{}},"tags":{}}],["speelt",{"_index":4078,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["speeltj",{"_index":5063,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["spel",{"_index":4509,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["spelcasett",{"_index":4578,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["spelconsol",{"_index":4585,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["spelen",{"_index":4616,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["spelervar",{"_index":4558,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["spellbook](https://commanderspellbook.com/)'",{"_index":8525,"title":{},"content":{"Emotional Magic":{}},"tags":{}}],["spellcast",{"_index":5364,"title":{},"content":{"Project Warlock: About Perseverance":{}},"tags":{}}],["spellen",{"_index":4538,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["spells](https://jefklakscodex.com/articles/bg2",{"_index":8888,"title":{},"content":{"Favorite Game Meme":{}},"tags":{}}],["spend",{"_index":2316,"title":{"How Much Should I Spend On Magic The Gathering":{}},"content":{"Teaching yourself to draw":{},"Are you handing over enough when inspiring someone?":{},"The Productive Programmer on Mac":{},"The insanity of collecting retro games":{},"You Shouldn't Use Spotify":{},"Exploring the Go programming language":{},"Emotional Magic":{}},"tags":{}}],["spenderen",{"_index":4891,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["spent",{"_index":2345,"title":{},"content":{"Teaching yourself to draw":{},"Five reasons why agile and academia don't go together":{},"On Manuscript Review Procedures":{},"Double-dipping and Market Prices":{},"The Fridge, Your Inoculation Room":{},"Parking Machines Design Mistakes":{},"A Triumph For Blogging":{},"Technical Knowledge Brews Creativity":{},"Winnie Lim on Rebuilding Oneself":{},"Fighting Webmention And Pingback Spam":{},"On Commuting By Bike":{}},"tags":{}}],["spew",{"_index":5818,"title":{},"content":{"486 Upgrade 2: The SD Card HDD":{},"Stop limiting yourself to JS in browsers":{},"Software Engineering Is Not Engineering":{}},"tags":{}}],["spi",{"_index":9236,"title":{},"content":{"Power Usage Effectiveness":{},"Technical Knowledge Brews Creativity":{}},"tags":{}}],["spice",{"_index":2621,"title":{"Allspice Is Not All Spice":{}},"content":{"Development principles in cooking":{},"Creative Critical Thinking":{},"Allspice Is Not All Spice":{}},"tags":{"Allspice Is Not All Spice":{}}}],["spijt",{"_index":5032,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["spike",{"_index":8480,"title":{},"content":{"Cheese cheese cheese cheese cheese":{},"The Lost Art of Being Lost":{},"December 2021 In Review":{},"The Death Of The Nike+ SportWatch":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["spill",{"_index":6992,"title":{},"content":{"Getting rid of trackers using LineageOS":{},"Flea Market Season":{}},"tags":{}}],["spin",{"_index":5992,"title":{},"content":{"Reviving an old 80486 PC":{},"Thirty-Six":{}},"tags":{}}],["spine",{"_index":12044,"title":{},"content":{"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["spirit",{"_index":8625,"title":{},"content":{"Pinball Machines in a Jenever Museum":{},"Dark Age of Camelot in 2022":{},"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["spit",{"_index":7740,"title":{},"content":{"Misconceptions about retro gamers":{},"On Trying To Sell A Laptop":{}},"tags":{}}],["splash",{"_index":5853,"title":{},"content":{"486 Upgrade 2: The SD Card HDD":{}},"tags":{}}],["splendidli",{"_index":12199,"title":{},"content":{"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["split",{"_index":7402,"title":{},"content":{"On Manuscript Review Procedures":{},"From Analog Notebook to Digital Vault":{},"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["splitsen",{"_index":1202,"title":{},"content":{"undefined":{}},"tags":{}}],["spoil",{"_index":7739,"title":{},"content":{"Misconceptions about retro gamers":{},"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["spoiler",{"_index":8034,"title":{},"content":{"Double-dipping and Market Prices":{}},"tags":{}}],["spoken",{"_index":11880,"title":{},"content":{"On Learning A New (Programming) Language":{}},"tags":{}}],["sponsor",{"_index":9897,"title":{},"content":{"2021 Donations":{}},"tags":{}}],["spontan",{"_index":11936,"title":{},"content":{"The Life Lessons of Bonnie":{}},"tags":{}}],["spoon",{"_index":9407,"title":{},"content":{"A Treatise on Leavened Waffles":{}},"tags":{}}],["sporad",{"_index":2256,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{}},"tags":{}}],["sport",{"_index":7690,"title":{},"content":{"Belgium - Portugal: 5 - 2":{},"How Not To Do A Remaster":{}},"tags":{}}],["sportswatch",{"_index":11596,"title":{},"content":{"The Death Of The Nike+ SportWatch":{}},"tags":{}}],["sportwatch",{"_index":11575,"title":{"The Death Of The Nike+ SportWatch":{}},"content":{"The Death Of The Nike+ SportWatch":{}},"tags":{}}],["sportwatch.png",{"_index":11580,"title":{},"content":{"The Death Of The Nike+ SportWatch":{}},"tags":{}}],["spot",{"_index":3188,"title":{},"content":{"Take your time.":{},"You Shouldn't Use Spotify":{},"Lousy Wordpress Hacking Attempts detected":{},"Why I like Pawn Stars":{},"The Fridge, Your Inoculation Room":{},"On Tea Prices":{},"Water Levels As Public Data":{},"The Monthly Retro Screenshot Guessing Quiz":{},"November 2021 Meta Post":{},"Woke in Class":{}},"tags":{}}],["spotifi",{"_index":4349,"title":{"You Shouldn't Use Spotify":{}},"content":{"Productivity Tools on all platforms":{},"The insanity of collecting retro games":{},"You Shouldn't Use Spotify":{},"2021 Donations":{},"How To Enjoy Your Own Digital Music":{},"Once Upon a Time in Shaolin":{},"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["spotify](/2021/02/y",{"_index":6758,"title":{},"content":{"The insanity of collecting retro games":{}},"tags":{}}],["spotify](/post/2021/02/y",{"_index":10685,"title":{},"content":{"How To Enjoy Your Own Digital Music":{}},"tags":{}}],["spotify](https://rubenerd.com/go",{"_index":6844,"title":{},"content":{"You Shouldn't Use Spotify":{}},"tags":{}}],["spotlight",{"_index":8099,"title":{},"content":{"The Fridge, Your Inoculation Room":{},"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["spous",{"_index":7586,"title":{},"content":{"Social Debt in Development Teams":{},"Re: Writing A Book Is Nonesense":{}},"tags":{}}],["sprain",{"_index":12120,"title":{},"content":{"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["spray",{"_index":9203,"title":{},"content":{"Very Old and Somewhat Old Mood Boards":{},"Wax Seals And Snail Mail":{}},"tags":{}}],["spread",{"_index":973,"title":{},"content":{"Learning to become a baker":{},"Migrating from Extjs to React gradually":{},"Reverse engineering a curriculum":{},"IT Competences and Certificates":{},"Combining async with generators in Node 11":{},"A Triumph For Blogging":{},"Re: Writing A Book Is Nonesense":{},"Give Up GitHub!":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["spreadabl",{"_index":2627,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["spreken",{"_index":900,"title":{},"content":{"undefined":{}},"tags":{}}],["spreker",{"_index":4848,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["spring",{"_index":2901,"title":{},"content":{"Nuts about local nuts":{},"Take your time.":{},"Over Onmiddellijke Voldoening":{},"My Kotlin Rose-Tinted Glasses Broke":{},"The Creative Techniques Toolbox":{},"Drought":{}},"tags":{}}],["springi",{"_index":2775,"title":{},"content":{"A quick look at 6 fountain pens":{},"A Treatise on Leavened Waffles":{}},"tags":{}}],["sprinkl",{"_index":6757,"title":{},"content":{"The insanity of collecting retro games":{}},"tags":{}}],["sprint",{"_index":4449,"title":{},"content":{"The Startup of a Lean Doctorate":{}},"tags":{}}],["sprite",{"_index":4808,"title":{},"content":{"Teaching Object-Oriented design using the GBA":{},"3D Software Rendering on the GBA":{},"A 5.25\" Gobliins 2 Surprise":{},"January 2022 In Review":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{}},"tags":{}}],["spritz",{"_index":9202,"title":{},"content":{"Very Old and Somewhat Old Mood Boards":{}},"tags":{}}],["sprocket",{"_index":8926,"title":{"The HP Sprocket Mini Printer":{}},"content":{"The HP Sprocket Mini Printer":{},"Parking Machines Design Mistakes":{}},"tags":{}}],["sprocket](https://sprocketprinters.com",{"_index":8932,"title":{},"content":{"The HP Sprocket Mini Printer":{}},"tags":{}}],["sprout",{"_index":9667,"title":{},"content":{"From Curiosity To Creativity":{}},"tags":{}}],["sprung",{"_index":7564,"title":{},"content":{"Social Debt in Development Teams":{}},"tags":{}}],["sql",{"_index":1313,"title":{},"content":{"Unit Testing Stored Procedures":{},"Kotlin Is Java 2.0, But It's Still Java":{},"Don't Expose The Stacktrace Please!":{}},"tags":{"Unit Testing Stored Procedures":{},"Integration Testing with SQLite":{}}}],["sqlite",{"_index":1652,"title":{"Integration Testing with SQLite":{}},"content":{"Integration Testing with SQLite":{},"Programming on the Apple M1 Silicon":{}},"tags":{"Integration Testing with SQLite":{}}}],["sqlite](http://www.sqlite.org",{"_index":1679,"title":{},"content":{"Integration Testing with SQLite":{}},"tags":{}}],["sqlitecommand",{"_index":1703,"title":{},"content":{"Integration Testing with SQLite":{}},"tags":{}}],["sqlitecommand.executenonqueri",{"_index":1708,"title":{},"content":{"Integration Testing with SQLite":{}},"tags":{}}],["sqliteconnect",{"_index":1692,"title":{},"content":{"Integration Testing with SQLite":{}},"tags":{}}],["sqliteconnectionflags.logal",{"_index":1697,"title":{},"content":{"Integration Testing with SQLite":{}},"tags":{}}],["sqlitedbconnect",{"_index":1693,"title":{},"content":{"Integration Testing with SQLite":{}},"tags":{}}],["squabbl",{"_index":10467,"title":{},"content":{"Minimalism and Tidying Up":{}},"tags":{}}],["squad",{"_index":7168,"title":{},"content":{"Discord killed support for WinXP":{}},"tags":{}}],["squander",{"_index":8054,"title":{},"content":{"Double-dipping and Market Prices":{}},"tags":{}}],["squar",{"_index":2655,"title":{},"content":{"Healing creative scars":{},"Five reasons why agile and academia don't go together":{},"3D Software Rendering on the GBA":{},"Water Levels As Public Data":{}},"tags":{}}],["squash_",{"_index":11771,"title":{},"content":{"Drought":{}},"tags":{}}],["squeak",{"_index":10584,"title":{},"content":{"The Creative Techniques Toolbox":{}},"tags":{}}],["squeez",{"_index":3230,"title":{},"content":{"Concentrating on serendipitous creativity":{}},"tags":{}}],["src",{"_index":1473,"title":{},"content":{"undefined":{},"Bye autotools hello Scons":{},"Migrating from Extjs to React gradually":{},"Hugo Extended: More static site processing power!":{},"RSS Feeds, Hugo, and Lazy Image Loading":{}},"tags":{}}],["src=\"/img/wine.jpg",{"_index":4156,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["src](https://www.slideshare.net/medikawy_2005/how",{"_index":4952,"title":{},"content":{"Programming: a Creative Cognitive Process":{}},"tags":{}}],["ss",{"_index":866,"title":{},"content":{"undefined":{}},"tags":{}}],["ssd",{"_index":5137,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{}},"tags":{}}],["ssh",{"_index":1386,"title":{},"content":{"undefined":{},"DIY: Hosting stuff on your own VPS":{},"Thoughts On Home NAS Systems":{}},"tags":{}}],["sshd_config",{"_index":5145,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{}},"tags":{}}],["sshlogin.exp",{"_index":1410,"title":{},"content":{"undefined":{}},"tags":{}}],["ssl",{"_index":5594,"title":{},"content":{"Tracking and privacy concerns on websites":{}},"tags":{}}],["st",{"_index":335,"title":{},"content":{"On finding your inner zen in big cities":{},"Allspice Is Not All Spice":{}},"tags":{}}],["staan",{"_index":3641,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{},"Over de inflatie van intellect":{},"De zin en onzin van conferenties":{}},"tags":{}}],["staat",{"_index":743,"title":{},"content":{"undefined":{},"Over het introduceren van bedrijfsethiek":{},"Over tijdsbesef":{}},"tags":{}}],["stab",{"_index":10368,"title":{},"content":{"Generating a Blogroll With OPML in Hugo":{}},"tags":{}}],["stabil",{"_index":2107,"title":{},"content":{"Webdriver Exception Handling":{}},"tags":{}}],["stabl",{"_index":3512,"title":{},"content":{"Teaching by philosophy":{},"Natural Gas Prices and The Energy Market":{}},"tags":{}}],["stack",{"_index":1198,"title":{},"content":{"undefined":{},"Death to pseudocode?":{},"Thoughts on collaboration in education":{},"Teaching students about coding trends":{},"Nineties collecting nostalgia":{},"Academese Gems":{},"Misconceptions about retro gamers":{},"YouTube Play Image Links in Hugo":{},"Dear Student":{},"Technical Knowledge Brews Creativity":{},"The Creative Techniques Toolbox":{}},"tags":{}}],["stack/src/branch/main/src/youtube/thumbify.j",{"_index":7963,"title":{},"content":{"YouTube Play Image Links in Hugo":{}},"tags":{}}],["stack](https://git.brainbaking.com/wgroeneveld/jam",{"_index":7954,"title":{},"content":{"YouTube Play Image Links in Hugo":{}},"tags":{}}],["stackoverflow",{"_index":3260,"title":{},"content":{"Death to pseudocode?":{},"Combining async with generators in Node 11":{}},"tags":{}}],["stacktrac",{"_index":2120,"title":{"Don't Expose The Stacktrace Please!":{}},"content":{"Webdriver Exception Handling":{},"Don't Expose The Stacktrace Please!":{}},"tags":{"Don't Expose The Stacktrace Please!":{}}}],["stad",{"_index":4075,"title":{},"content":{"Over tijdsbesef":{},"February 2022 In Review":{}},"tags":{}}],["stad](https://www.goodreads.com/book/show/36402290",{"_index":11256,"title":{},"content":{"February 2022 In Review":{}},"tags":{}}],["staff",{"_index":9175,"title":{},"content":{"Ever-increasing Work Email Spam":{},"January 2022 In Review":{},"Teaching Software Engineering Is Still Done Wrong":{},"The Modern QR Code Life":{}},"tags":{}}],["stage",{"_index":2530,"title":{},"content":{"A samurai learning mindset":{},"Healing creative scars":{},"A Decade in the Software Engineering industry":{},"My Retrocomputing Projects For 2022":{}},"tags":{}}],["stagger",{"_index":2612,"title":{},"content":{"Development principles in cooking":{},"Ditch Scrum, Organize As You See Fit":{}},"tags":{}}],["stagnat",{"_index":4414,"title":{},"content":{"A Decade in the Software Engineering industry":{},"I'm Joining the Coffeeneuring Challenge of 2021":{}},"tags":{}}],["stain",{"_index":7898,"title":{},"content":{"Why I like Pawn Stars":{}},"tags":{}}],["stair",{"_index":8459,"title":{},"content":{"Accidental Discovery By Bike: Fietsknooppunten":{}},"tags":{}}],["stake",{"_index":10627,"title":{},"content":{"Winnie Lim on Rebuilding Oneself":{}},"tags":{}}],["staleelementexcept",{"_index":2112,"title":{},"content":{"Webdriver Exception Handling":{}},"tags":{}}],["stalk",{"_index":11172,"title":{},"content":{"An Ad Leaflet QR Design Mistake":{}},"tags":{}}],["stallman",{"_index":7248,"title":{},"content":{"Stop limiting yourself to JS in browsers":{}},"tags":{}}],["stallman](https://rm",{"_index":7257,"title":{},"content":{"Stop limiting yourself to JS in browsers":{}},"tags":{}}],["stamp",{"_index":2800,"title":{},"content":{"Journaling in practice":{}},"tags":{}}],["stanc",{"_index":5582,"title":{},"content":{"Tracking and privacy concerns on websites":{},"Re: Writing A Book Is Nonesense":{}},"tags":{}}],["stand",{"_index":3132,"title":{},"content":{"Take your time.":{},"Concentrating on serendipitous creativity":{},"A Ph.D. Thesis Proposal":{},"The Startup of a Lean Doctorate":{},"Combining async with generators in Node 11":{},"Ditch Scrum, Organize As You See Fit":{},"Very Old and Somewhat Old Mood Boards":{},"December 2021 In Review":{},"Fighting Webmention And Pingback Spam":{},"April 2022 In Review":{}},"tags":{}}],["standaard",{"_index":577,"title":{},"content":{"undefined":{}},"tags":{}}],["standalone=\\\"yes\\\"?>\\r\\n\\r\\n\\tpingback.ping\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\t\\thttps://aylesbur",{"_index":11468,"title":{},"content":{"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["standard",{"_index":5102,"title":{},"content":{"Five reasons why agile and academia don't go together":{},"An am486 Performance Analysis":{},"The IndieWeb Mixed Bag":{},"Host your own webmention receiver":{},"Belgium - Portugal: 5 - 2":{},"How Much Should I Spend On Magic The Gathering":{},"The HP Sprocket Mini Printer":{},"A Triumph For Blogging":{},"Three Little GameCube Mods":{},"A Factor Analysis For Dummies in R":{},"Choosing an Audio Codec":{},"Creativity Equals Messy Code?":{}},"tags":{}}],["stapelt",{"_index":4197,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["stapl",{"_index":9142,"title":{},"content":{"Ditch Scrum, Organize As You See Fit":{}},"tags":{}}],["star",{"_index":2893,"title":{"Why I like Pawn Stars":{}},"content":{"Nuts about local nuts":{},"Reverse engineering a curriculum":{},"An am486 Performance Analysis":{},"Flea Market Season":{},"Why I like Pawn Stars":{},"Pinball Machines in a Jenever Museum":{},"Exporting Goodreads to Obsidian":{}},"tags":{}}],["stare",{"_index":2365,"title":{},"content":{"Teaching yourself to draw":{},"Take your time.":{},"Where Does It Stop?":{},"November 2021 Meta Post":{},"2021 Year In Review":{}},"tags":{}}],["stark",{"_index":10566,"title":{},"content":{"The Creative Techniques Toolbox":{}},"tags":{}}],["starri",{"_index":7469,"title":{},"content":{"Moon Logic":{}},"tags":{}}],["start",{"_index":74,"title":{},"content":{"Ending your day with happy thoughts":{},"On finding your inner zen in big cities":{},"No, vegetarians do not eat fish!":{},"Learning to become a baker":{},"Unit Testing Stored Procedures":{},"Enhancing the builder pattern with closures":{},"Bye autotools hello Scons":{},".NET Memory management VS JVM Memory management":{},"Unit Testing Extjs UI with Siesta":{},"Migrating from Extjs to React gradually":{},"Unit testing in Legacy Projects: VB6":{},"Teaching yourself to draw":{},"Are you handing over enough when inspiring someone?":{},"A samurai learning mindset":{},"Development principles in cooking":{},"Healing creative scars":{},"Journaling in practice":{},"Nuts about local nuts":{},"I'm jealous of my dog":{},"Inventing - for the worse?":{},"2017 in books":{},"Take your time.":{},"Teaching by philosophy":{},"Computer Science learning pathways":{},"Reverse engineering a curriculum":{},"Productivity Tools on all platforms":{},"A Decade in the Software Engineering industry":{},"The Startup of a Lean Doctorate":{},"Teaching Object-Oriented design using the GBA":{},"Page Building with Brizy in Wordpress":{},"Using Pandoc to publish a book":{},"Project Warlock: About Perseverance":{},"Designing websites with accessibility in mind":{},"3D Software Rendering on the GBA":{},"486 Upgrade 2: The SD Card HDD":{},"Reviving an old 80486 PC":{},"A journey through the history of webdesign":{},"Building an Athlon Windows 98 Retro PC":{},"Personal Desktop Screenshots of Olde":{},"Programming on the Apple M1 Silicon":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"The insanity of collecting retro games":{},"You Shouldn't Use Spotify":{},"Exploring the AlterNet":{},"Getting rid of trackers using LineageOS":{},"Teaching students about coding trends":{},"The IndieWeb Mixed Bag":{},"Discord killed support for WinXP":{},"Exploring the Go programming language":{},"The first Dutch Obsidian meetup":{},"On Manuscript Review Procedures":{},"Academese Gems":{},"Software Engineering Is Not Engineering":{},"The Pilot Capless: a stellar stealth pen":{},"Apple's App Store Design Mistake":{},"Book Number Fourteen":{},"Water Levels As Public Data":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Emotional Magic":{},"On Selling a Self-published Book":{},"My Kotlin Rose-Tinted Glasses Broke":{},"Thirty-Six":{},"20 Years of Personal Cellphone History":{},"A Note About Footnotes":{},"A Triumph For Blogging":{},"Are Digital Gardens Blogs?":{},"Questionable Game Publishing Methods":{},"The Emperor of Lists":{},"Exporting Goodreads to Obsidian":{},"From Curiosity To Creativity":{},"How Not To Do A Remaster":{},"Where Does It Stop?":{},"Migrating from Mailchimp to Listmonk":{},"Technical Knowledge Brews Creativity":{},"Why Mastodon Isn't Great For Serendipity":{},"Why I Play Games (And So Should You)":{},"2021 Year In Review":{},"How To Enjoy Your Own Digital Music":{},"On Trying To Sell A Laptop":{},"Once Upon a Time in Shaolin":{},"What a Night Cam Is Good For":{},"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{},"Creativity Equals Messy Code?":{},"Leuchtturm Notebook Paper Quality":{},"Cool Things People Do With Their Blogs":{},"Equality in Game Credits":{},"March 2022 In Review":{},"None Of My Best Friends Are Content Creators":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"Wax Seals And Snail Mail":{},"April 2022 In Review":{},"Don't Expose The Stacktrace Please!":{},"My Programming Language Odyssey":{},"On Learning A New (Programming) Language":{},"Teaching Software Engineering Is Still Done Wrong":{},"Creating Top x Games Lists Is Hard":{},"From Mood Board To Mood Mugs":{},"May 2022 In Review":{},"The Strange Heterogenity of Hiking Signs":{},"Give Up GitHub!":{},"June 2022 In Review":{}},"tags":{}}],["startbutton",{"_index":1887,"title":{},"content":{"Custom Webdriver Page Factories":{}},"tags":{}}],["startdateeu",{"_index":11712,"title":{},"content":{"Don't Expose The Stacktrace Please!":{}},"tags":{}}],["starten",{"_index":4587,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["starter",{"_index":2018,"title":{},"content":{".NET Memory management VS JVM Memory management":{},"Three Little GameCube Mods":{}},"tags":{}}],["startl",{"_index":9413,"title":{},"content":{"Constraint-based Creativity":{}},"tags":{}}],["startup",{"_index":1994,"title":{"The Startup of a Lean Doctorate":{}},"content":{".NET Memory management VS JVM Memory management":{},"Unit testing in Legacy Projects: VB6":{},"486 Upgrade 2: The SD Card HDD":{},"2021 Donations":{}},"tags":{}}],["startupproject=unittests\\unittests.vbp",{"_index":2295,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{}},"tags":{}}],["stash",{"_index":8218,"title":{},"content":{"Reducing Workflow Load Facilitates Writing":{},"March 2022 In Review":{}},"tags":{}}],["stat",{"_index":5441,"title":{},"content":{"Combining async with generators in Node 11":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Cool Things People Do With Their Blogs":{},"The Death Of The Nike+ SportWatch":{}},"tags":{}}],["stat(res)).isdirectori",{"_index":5447,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["state",{"_index":2078,"title":{"A Creative State of Mind":{}},"content":{"Unit Testing Extjs UI with Siesta":{},"Teaching yourself to draw":{},"A samurai learning mindset":{},"I'm jealous of my dog":{},"Take your time.":{},"Over analoog en digitaal":{},"Unit Testing PicoBlaze Assembly files":{},"My Retro Desk/Gaming Setup in 2021":{},"Teaching students about coding trends":{},"Discord killed support for WinXP":{},"Stop limiting yourself to JS in browsers":{},"Flea Market Season":{},"Apple's App Store Design Mistake":{},"Emotional Magic":{},"Parking Machines Design Mistakes":{},"How Not To Do A Remaster":{},"A Creative State of Mind":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Re: Writing A Book Is Nonesense":{},"The Creative Techniques Toolbox":{},"Expiry Dates On Journals":{},"On Commuting By Bike":{},"Teaching Software Engineering Is Still Done Wrong":{},"The Life Lessons of Bonnie":{}},"tags":{}}],["statement",{"_index":1060,"title":{},"content":{"undefined":{},"Integration Testing with SQLite":{},"Productivity Tools on all platforms":{},"20 Years of Personal Cellphone History":{},"A Note About Footnotes":{},"The Creative Techniques Toolbox":{},"Woke in Class":{},"Water Usage and Prices":{},"Expiry Dates On Journals":{}},"tags":{}}],["static",{"_index":1612,"title":{"Hugo Extended: More static site processing power!":{}},"content":{"Enhancing the builder pattern with closures":{},"Custom Webdriver Page Factories":{},"Faking domain logic":{},"Webdriver Exception Handling":{},"DIY: Hosting stuff on your own VPS":{},"Hugo Extended: More static site processing power!":{},"Page Building with Brizy in Wordpress":{},"Tracking and privacy concerns on websites":{},"A journey through the history of webdesign":{},"Always have a Diaster Recovery Plan":{},"Lousy Wordpress Hacking Attempts detected":{},"Stop limiting yourself to JS in browsers":{},"Using Hugo to Launch a Gemini Capsule":{},"Host your own webmention receiver":{},"Social Debt in Development Teams":{},"Apple's App Store Design Mistake":{},"My Kotlin Rose-Tinted Glasses Broke":{},"Give Up GitHub!":{}},"tags":{}}],["static_method",{"_index":1167,"title":{},"content":{"undefined":{}},"tags":{}}],["station",{"_index":222,"title":{},"content":{"On finding your inner zen in big cities":{},"Bye autotools hello Scons":{},"Concentrating on serendipitous creativity":{},"How Not To Do A Remaster":{}},"tags":{}}],["statist",{"_index":3036,"title":{},"content":{"2017 in books":{},"ITiCSE 2020: A Report":{},"Thoughts on collaboration in education":{},"Belgium - Portugal: 5 - 2":{},"Ever-increasing Work Email Spam":{},"A Factor Analysis For Dummies in R":{},"Winnie Lim on Rebuilding Oneself":{},"Cool Things People Do With Their Blogs":{},"Give Up GitHub!":{}},"tags":{}}],["statista",{"_index":8162,"title":{},"content":{"On Tea Prices":{}},"tags":{}}],["statista.com",{"_index":10244,"title":{},"content":{"Why Mastodon Isn't Great For Serendipity":{}},"tags":{}}],["stats](https://roytang.net/page/stats/awstat",{"_index":11378,"title":{},"content":{"Cool Things People Do With Their Blogs":{}},"tags":{}}],["statu",{"_index":3100,"title":{},"content":{"Hiding Code Complexity":{},"Thoughts on collaboration in education":{},"Personal Desktop Screenshots of Olde":{},"Collective Creativity":{},"Ditch Scrum, Organize As You See Fit":{},"A Creative State of Mind":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["status",{"_index":3106,"title":{},"content":{"Hiding Code Complexity":{}},"tags":{}}],["stay",{"_index":3162,"title":{},"content":{"Take your time.":{},"A Decade in the Software Engineering industry":{},"Designing websites with accessibility in mind":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"The first Dutch Obsidian meetup":{},"Reducing Workflow Load Facilitates Writing":{},"The Monthly Retro Screenshot Guessing Quiz":{},"The Creative Techniques Toolbox":{},"Winnie Lim on Rebuilding Oneself":{},"June 2022 In Review":{},"Freshly Baked Thoughts":{}},"tags":{}}],["std",{"_index":551,"title":{},"content":{"undefined":{}},"tags":{}}],["std.alpha",{"_index":10425,"title":{},"content":{"A Factor Analysis For Dummies in R":{}},"tags":{}}],["std::cout",{"_index":608,"title":{},"content":{"undefined":{}},"tags":{}}],["std::shared_ptrat",{"_index":5502,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["time_",{"_index":6538,"title":{},"content":{"Digitizing journals using DEVONthink":{},"Are You In The System Yet, Sir?":{},"Creating Top x Games Lists Is Hard":{},"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["timelin",{"_index":6132,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["timeout",{"_index":1429,"title":{},"content":{"undefined":{},"Always have a Diaster Recovery Plan":{},"The Death Of The Nike+ SportWatch":{}},"tags":{}}],["times](/post/2021/05/r",{"_index":7749,"title":{},"content":{"Misconceptions about retro gamers":{}},"tags":{}}],["timestamp",{"_index":1479,"title":{},"content":{"undefined":{},"The first Dutch Obsidian meetup":{},"Visualizing Personal Data Takeouts":{}},"tags":{}}],["tini",{"_index":56,"title":{},"content":{"Ending your day with happy thoughts":{},"Reducing Workflow Load Facilitates Writing":{},"The HP Sprocket Mini Printer":{},"Questionable Game Publishing Methods":{},"The Emperor of Lists":{},"2021 Year In Review":{},"What a Night Cam Is Good For":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["tinker",{"_index":7220,"title":{},"content":{"Exploring the Go programming language":{},"A 5.25\" Gobliins 2 Surprise":{},"Thoughts On Home NAS Systems":{},"Cool Things People Do With Their Blogs":{}},"tags":{}}],["tint",{"_index":8667,"title":{"My Kotlin Rose-Tinted Glasses Broke":{}},"content":{"My Kotlin Rose-Tinted Glasses Broke":{}},"tags":{}}],["tiob",{"_index":7105,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["tip",{"_index":163,"title":{},"content":{"Ending your day with happy thoughts":{},"undefined":{},"How to teach kids to program":{},"The Internet Killed Secrets in Games":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"The Productive Programmer on Mac":{},"Belgium - Portugal: 5 - 2":{},"Very Old and Somewhat Old Mood Boards":{},"Drought":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["tire",{"_index":4410,"title":{},"content":{"A Decade in the Software Engineering industry":{},"Personal Desktop Screenshots of Olde":{},"Are You In The System Yet, Sir?":{},"Collective Creativity":{},"March 2022 In Review":{},"Wax Seals And Snail Mail":{}},"tags":{}}],["tiresom",{"_index":6809,"title":{},"content":{"How to write academic papers in Markdown":{}},"tags":{}}],["titan",{"_index":8709,"title":{},"content":{"Thirty-Six":{}},"tags":{}}],["titanium",{"_index":2766,"title":{},"content":{"A quick look at 6 fountain pens":{}},"tags":{}}],["titel",{"_index":3784,"title":{},"content":{"A Ph.D. Thesis Proposal":{}},"tags":{}}],["titl",{"_index":471,"title":{},"content":{"undefined":{},"Unit Testing Extjs UI with Siesta":{},"Migrating from Extjs to React gradually":{},"A Decade in the Software Engineering industry":{},"Five reasons why agile and academia don't go together":{},"Using Pandoc to publish a book":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Social Debt in Development Teams":{},"Apple's App Store Design Mistake":{},"Ditch Scrum, Organize As You See Fit":{},"Constraint-based Creativity":{},"Exporting Goodreads to Obsidian":{},"Generating a Blogroll With OPML in Hugo":{},"My Retrocomputing Projects For 2022":{},"Equality in Game Credits":{},"None Of My Best Friends Are Content Creators":{},"My Programming Language Odyssey":{}},"tags":{}}],["title/author/publish",{"_index":9567,"title":{},"content":{"The Emperor of Lists":{}},"tags":{}}],["title=\"brain",{"_index":10377,"title":{},"content":{"Generating a Blogroll With OPML in Hugo":{}},"tags":{}}],["title>supblog",{"_index":12245,"title":{},"content":{"Freshly Baked Thoughts":{}},"tags":{}}],["xm",{"_index":1988,"title":{},"content":{".NET Memory management VS JVM Memory management":{}},"tags":{}}],["xmb/sec",{"_index":7990,"title":{},"content":{"Apple's App Store Design Mistake":{}},"tags":{}}],["xml",{"_index":6955,"title":{},"content":{"Exploring the AlterNet":{},"The IndieWeb Mixed Bag":{},"Generating a Blogroll With OPML in Hugo":{},"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["xmlrpc",{"_index":11465,"title":{},"content":{"Fighting Webmention And Pingback Spam":{}},"tags":{}}],["xmlurl=\"http://brainbaking.com/index.xml",{"_index":10381,"title":{},"content":{"Generating a Blogroll With OPML in Hugo":{}},"tags":{}}],["xmx",{"_index":1987,"title":{},"content":{".NET Memory management VS JVM Memory management":{}},"tags":{}}],["xnxqv0",{"_index":12052,"title":{},"content":{"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["xp",{"_index":1288,"title":{"Building a Core2Duo Windows XP Retro PC":{}},"content":{"Unit Testing Stored Procedures":{},"Building a Core2Duo Windows XP Retro PC":{},"Building an Athlon Windows 98 Retro PC":{},"Discord killed support for WinXP":{},"My Retrocomputing Projects For 2022":{}},"tags":{}}],["xperia",{"_index":7023,"title":{},"content":{"Getting rid of trackers using LineageOS":{},"The Decline of Battery Life":{}},"tags":{}}],["xs1",{"_index":10209,"title":{},"content":{"Three Little GameCube Mods":{}},"tags":{}}],["xtreme",{"_index":6387,"title":{},"content":{"WinXP Upgrade: Sound Blaster X-Fi":{}},"tags":{}}],["xul",{"_index":7186,"title":{},"content":{"Discord killed support for WinXP":{}},"tags":{}}],["xxl",{"_index":5647,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["xz1",{"_index":7018,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"tags":{}}],["x’",{"_index":12048,"title":{},"content":{"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["y",{"_index":128,"title":{},"content":{"Ending your day with happy thoughts":{},"undefined":{},"Healing creative scars":{},"IT Competences and Certificates":{},"The insanity of collecting retro games":{},"Creativity Self-Assessment Is Nonsense":{},"Dark Age of Camelot in 2022":{},"Natural Gas Prices and The Energy Market":{},"Equality in Game Credits":{},"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["y.get",{"_index":563,"title":{},"content":{"undefined":{}},"tags":{}}],["y_",{"_index":8825,"title":{},"content":{"Creativity Self-Assessment Is Nonsense":{}},"tags":{}}],["ya",{"_index":12105,"title":{},"content":{"The Modern QR Code Life":{}},"tags":{}}],["ya!\"_",{"_index":7922,"title":{},"content":{"Why I like Pawn Stars":{}},"tags":{}}],["ya.com/cov",{"_index":12108,"title":{},"content":{"The Modern QR Code Life":{}},"tags":{}}],["yadda",{"_index":7196,"title":{},"content":{"Discord killed support for WinXP":{}},"tags":{}}],["yagi",{"_index":2540,"title":{},"content":{"A samurai learning mindset":{}},"tags":{}}],["yagni](/img/yagni1.p",{"_index":2637,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["yagyu",{"_index":2509,"title":{},"content":{"A samurai learning mindset":{}},"tags":{}}],["yagyū'",{"_index":2525,"title":{},"content":{"A samurai learning mindset":{}},"tags":{}}],["yahoo",{"_index":10239,"title":{},"content":{"Why Mastodon Isn't Great For Serendipity":{}},"tags":{}}],["yama",{"_index":8212,"title":{},"content":{"On Tea Prices":{}},"tags":{}}],["yamaha",{"_index":5883,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["yank",{"_index":10706,"title":{},"content":{"How To Enjoy Your Own Digital Music":{}},"tags":{}}],["yarn",{"_index":7075,"title":{},"content":{"Teaching students about coding trends":{},"Creating Top x Games Lists Is Hard":{}},"tags":{}}],["yay",{"_index":1345,"title":{},"content":{"Unit Testing Stored Procedures":{},"3D Software Rendering on the GBA":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Ever-increasing Work Email Spam":{},"Migrating from Mailchimp to Listmonk":{},"My Programming Language Odyssey":{},"Give Up GitHub!":{}},"tags":{}}],["ye",{"_index":142,"title":{},"content":{"Ending your day with happy thoughts":{},"Enhancing the builder pattern with closures":{},"Journaling in practice":{},"I'm jealous of my dog":{},"2017 in books":{},"Death to pseudocode?":{},"Domain Driven Design in C":{},"A Decade in the Software Engineering industry":{},"Five reasons why agile and academia don't go together":{},"DIY: Hosting stuff on your own VPS":{},"Combining async with generators in Node 11":{},"Building an Athlon Windows 98 Retro PC":{},"Why I like Pawn Stars":{},"Double-dipping and Market Prices":{},"How Much Should I Spend On Magic The Gathering":{},"Dear Student":{},"A Treatise on Leavened Waffles":{},"Minimalism and Tidying Up":{},"How to setup Pi-Hole on a Synology NAS":{},"Creativity Equals Messy Code?":{},"How To Stream Your Own Music: Reprise":{}},"tags":{}}],["yeah",{"_index":6818,"title":{},"content":{"How to write academic papers in Markdown":{},"You Shouldn't Use Spotify":{},"Always have a Diaster Recovery Plan":{},"Moon Logic":{},"A Note About Footnotes":{},"The HP Sprocket Mini Printer":{},"Parking Machines Design Mistakes":{},"Questionable Game Publishing Methods":{},"Allspice Is Not All Spice":{},"2021 Donations":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Sparking Conversations at Conferences":{}},"tags":{}}],["year",{"_index":6,"title":{"Archive by year: 2013":{},"Archive by year: 2014":{},"Archive by year: 2015":{},"Archive by year: 2016":{},"Archive by year: 2017":{},"Archive by year: 2018":{},"Archive by year: 2019":{},"Archive by year: 2020":{},"20 Years of Personal Cellphone History":{},"Archive by year: 2021":{},"2021 Year In Review":{},"Archive by year: 2022":{}},"content":{"Ending your day with happy thoughts":{},"Learning to become a baker":{},"Enhancing the builder pattern with closures":{},"Integration Testing with SQLite":{},"Teaching yourself to draw":{},"How to teach kids to program":{},"A samurai learning mindset":{},"Development principles in cooking":{},"Healing creative scars":{},"Inventing - for the worse?":{},"2017 in books":{},"Teaching by philosophy":{},"Computer Science learning pathways":{},"Productivity Tools on all platforms":{},"A Decade in the Software Engineering industry":{},"The Startup of a Lean Doctorate":{},"A Ph.D. Thesis: Iteration 2":{},"IT Competences and Certificates":{},"Teaching Object-Oriented design using the GBA":{},"Five reasons why agile and academia don't go together":{},"Page Building with Brizy in Wordpress":{},"Project Warlock: About Perseverance":{},"ITiCSE 2020: A Report":{},"3D Software Rendering on the GBA":{},"Thoughts on collaboration in education":{},"Reviving an old 80486 PC":{},"A journey through the history of webdesign":{},"Building an Athlon Windows 98 Retro PC":{},"Personal Desktop Screenshots of Olde":{},"Digitizing journals using DEVONthink":{},"The Productive Programmer on Mac":{},"What is Creativity in Software Engineering?":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"The insanity of collecting retro games":{},"You Shouldn't Use Spotify":{},"Getting rid of trackers using LineageOS":{},"Lousy Wordpress Hacking Attempts detected":{},"The IndieWeb Mixed Bag":{},"Exploring the Go programming language":{},"Using Hugo to Launch a Gemini Capsule":{},"On Manuscript Review Procedures":{},"Moon Logic":{},"Nineties collecting nostalgia":{},"Academese Gems":{},"Belgium - Portugal: 5 - 2":{},"Flea Market Season":{},"Misconceptions about retro gamers":{},"Software Engineering Is Not Engineering":{},"The Pilot Capless: a stellar stealth pen":{},"Double-dipping and Market Prices":{},"How Much Should I Spend On Magic The Gathering":{},"On Tea Prices":{},"Reducing Workflow Load Facilitates Writing":{},"The Decline of Battery Life":{},"Water Levels As Public Data":{},"What if Seneca wasn't Nero's advisor?":{},"Accidental Discovery By Bike: Fietsknooppunten":{},"Emotional Magic":{},"On Selling a Self-published Book":{},"Thirty-Six":{},"Are You In The System Yet, Sir?":{},"Parking Machines Design Mistakes":{},"A Triumph For Blogging":{},"Very Old and Somewhat Old Mood Boards":{},"Power Usage Effectiveness":{},"A 5.25\" Gobliins 2 Surprise":{},"The Emperor of Lists":{},"Exporting Goodreads to Obsidian":{},"From Curiosity To Creativity":{},"How Not To Do A Remaster":{},"Where Does It Stop?":{},"Allspice Is Not All Spice":{},"2021 Donations":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"The Monthly Retro Screenshot Guessing Quiz":{},"November 2021 Meta Post":{},"Seneca on How to Live":{},"Technical Knowledge Brews Creativity":{},"Three Little GameCube Mods":{},"Dark Age of Camelot in 2022":{},"Generating a Blogroll With OPML in Hugo":{},"Minimalism and Tidying Up":{},"Natural Gas Prices and The Energy Market":{},"The Creative Techniques Toolbox":{},"Winnie Lim on Rebuilding Oneself":{},"Woke in Class":{},"2021 Year In Review":{},"How To Enjoy Your Own Digital Music":{},"January 2022 In Review":{},"On Trying To Sell A Laptop":{},"Once Upon a Time in Shaolin":{},"Thoughts On Home NAS Systems":{},"Water Usage and Prices":{},"What a Night Cam Is Good For":{},"Choosing an Audio Codec":{},"Creativity Equals Messy Code?":{},"Expiry Dates On Journals":{},"February 2022 In Review":{},"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"Cool Things People Do With Their Blogs":{},"Equality in Game Credits":{},"Fighting Webmention And Pingback Spam":{},"Password Hacking Sylvester & Tweety: Breakfast on the Run":{},"The Death Of The Nike+ SportWatch":{},"Wax Seals And Snail Mail":{},"Drought":{},"My Programming Language Odyssey":{},"On Commuting By Bike":{},"On Learning A New (Programming) Language":{},"Teaching Software Engineering Is Still Done Wrong":{},"Creating Top x Games Lists Is Hard":{},"From Mood Board To Mood Mugs":{},"May 2022 In Review":{},"Sparking Conversations at Conferences":{},"The Modern QR Code Life":{},"The Strange Heterogenity of Hiking Signs":{},"Give Up GitHub!":{},"June 2022 In Review":{}},"tags":{}}],["year/th",{"_index":10621,"title":{},"content":{"Winnie Lim on Rebuilding Oneself":{}},"tags":{}}],["year](/post/2020/04/vp",{"_index":6919,"title":{},"content":{"Always have a Diaster Recovery Plan":{}},"tags":{}}],["yearli",{"_index":6539,"title":{},"content":{"Digitizing journals using DEVONthink":{},"My Retro Desk/Gaming Setup in 2021":{},"Teaching students about coding trends":{},"How Much Should I Spend On Magic The Gathering":{},"Favorite Game Meme":{},"Water Usage and Prices":{},"Give Up GitHub!":{}},"tags":{}}],["yearlong",{"_index":10619,"title":{},"content":{"Winnie Lim on Rebuilding Oneself":{}},"tags":{}}],["yearnot",{"_index":10682,"title":{},"content":{},"tags":{"2021 Year In Review":{}}}],["years](/post/2017/07/journ",{"_index":8929,"title":{},"content":{"The HP Sprocket Mini Printer":{}},"tags":{}}],["years](/post/2022/01/natur",{"_index":10932,"title":{},"content":{"Water Usage and Prices":{}},"tags":{}}],["yeast",{"_index":941,"title":{},"content":{"Learning to become a baker":{},"The Fridge, Your Inoculation Room":{},"On Selling a Self-published Book":{},"A Note About Footnotes":{},"Are Digital Gardens Blogs?":{},"A Treatise on Leavened Waffles":{},"Creative Critical Thinking":{}},"tags":{}}],["yeast](https://www.goodreads.com/book/show/34757361",{"_index":8786,"title":{},"content":{"A Note About Footnotes":{}},"tags":{}}],["yell",{"_index":3131,"title":{},"content":{"Take your time.":{},"Exploring the AlterNet":{},"Rules of a Creator's Life":{},"Are You In The System Yet, Sir?":{},"Creative Critical Thinking":{},"From Curiosity To Creativity":{},"Woke in Class":{}},"tags":{}}],["yellow",{"_index":6174,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{},"How Much Should I Spend On Magic The Gathering":{},"A 5.25\" Gobliins 2 Surprise":{},"Wax Seals And Snail Mail":{}},"tags":{}}],["yesterday",{"_index":6615,"title":{},"content":{"The Productive Programmer on Mac":{},"The first Dutch Obsidian meetup":{},"Apple's App Store Design Mistake":{},"Are You In The System Yet, Sir?":{},"A 5.25\" Gobliins 2 Surprise":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Why I Play Games (And So Should You)":{},"Woke in Class":{},"March 2022 In Review":{},"Shredder's Revenge's Soundtrack Is Amazing":{}},"tags":{}}],["yesterday'",{"_index":7403,"title":{},"content":{"Host your own webmention receiver":{},"A Personal Intro To Gentle Hip-Hop":{}},"tags":{}}],["yesteryear",{"_index":5981,"title":{},"content":{"Reviving an old 80486 PC":{},"A journey through the history of webdesign":{},"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["yield",{"_index":11137,"title":{},"content":{"Academic Lineage":{}},"tags":{}}],["yip",{"_index":3533,"title":{},"content":{"Computer Science learning pathways":{}},"tags":{}}],["ymf262",{"_index":5897,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["yo",{"_index":5460,"title":{},"content":{"Combining async with generators in Node 11":{},"Once Upon a Time in Shaolin":{}},"tags":{}}],["yoghurt",{"_index":12212,"title":{},"content":{"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["yogi",{"_index":11348,"title":{},"content":{"The Analogue Pocket: The Definitive Game Boy Handheld?":{},"May 2022 In Review":{}},"tags":{}}],["yokoi",{"_index":8281,"title":{},"content":{"The Decline of Battery Life":{}},"tags":{}}],["yoku",{"_index":10028,"title":{},"content":{"The Monthly Retro Screenshot Guessing Quiz":{}},"tags":{}}],["yolk",{"_index":9389,"title":{},"content":{"A Treatise on Leavened Waffles":{}},"tags":{}}],["yore",{"_index":10259,"title":{},"content":{"Dark Age of Camelot in 2022":{}},"tags":{}}],["yottam",{"_index":2607,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["you'd",{"_index":1332,"title":{},"content":{"Unit Testing Stored Procedures":{},"Custom Webdriver Page Factories":{},"Healing creative scars":{},"Thinking in terms of objects":{},"Teaching by philosophy":{},"Reverse engineering a curriculum":{},"Using Pandoc to publish a book":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Host your own webmention receiver":{},"Moon Logic":{},"Kotlin Is Java 2.0, But It's Still Java":{},"Pinball Machines in a Jenever Museum":{},"My Kotlin Rose-Tinted Glasses Broke":{},"A Note About Footnotes":{},"The HP Sprocket Mini Printer":{},"Ever-increasing Work Email Spam":{},"From Analog Notebook to Digital Vault":{},"How Not To Do A Remaster":{},"Allspice Is Not All Spice":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Natural Gas Prices and The Energy Market":{},"Visualizing Personal Data Takeouts":{},"Water Usage and Prices":{},"The Strange Heterogenity of Hiking Signs":{}},"tags":{}}],["you'gr",{"_index":6016,"title":{},"content":{"A journey through the history of webdesign":{}},"tags":{}}],["you'll",{"_index":1512,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{},"Integration Testing with SQLite":{},"Are you handing over enough when inspiring someone?":{},"Healing creative scars":{},"Journaling in practice":{},"I'm jealous of my dog":{},"Concentrating on serendipitous creativity":{},"A Decade in the Software Engineering industry":{},"The IndieWeb Mixed Bag":{},"Host your own webmention receiver":{},"Flea Market Season":{},"How Much Should I Spend On Magic The Gathering":{},"On Selling a Self-published Book":{},"Parking Machines Design Mistakes":{},"Questionable Game Publishing Methods":{},"A Treatise on Leavened Waffles":{},"How Not To Do A Remaster":{},"On Trying To Sell A Laptop":{},"A Personal Intro To Rough Hip-Hop":{},"How To Properly Store Your Game Boy Cartridges":{},"On Commuting By Bike":{},"On Learning A New (Programming) Language":{},"The Modern QR Code Life":{}},"tags":{}}],["you'r",{"_index":1291,"title":{},"content":{"Unit Testing Stored Procedures":{},"Visual Studio 2012 for Eclipse users":{},"Bye autotools hello Scons":{},"Custom Webdriver Page Factories":{},"Faking domain logic":{},".NET Memory management VS JVM Memory management":{},"Unit Testing Extjs UI with Siesta":{},"Unit testing in Legacy Projects: VB6":{},"Teaching yourself to draw":{},"A samurai learning mindset":{},"Development principles in cooking":{},"Healing creative scars":{},"A quick look at 6 fountain pens":{},"Journaling in practice":{},"Inventing - for the worse?":{},"Concentrating on serendipitous creativity":{},"Death to pseudocode?":{},"Productivity Tools on all platforms":{},"A Decade in the Software Engineering industry":{},"Over Onmiddellijke Voldoening":{},"DIY: Hosting stuff on your own VPS":{},"An am486 Performance Analysis":{},"486 Upgrade 2: The SD Card HDD":{},"The Internet Killed Secrets in Games":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Thoughts on Bullshit Jobs":{},"Digitizing journals using DEVONthink":{},"The Productive Programmer on Mac":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Discord killed support for WinXP":{},"Host your own webmention receiver":{},"Moon Logic":{},"Re: Is collecting physical games worth it?":{},"Flea Market Season":{},"The Pilot Capless: a stellar stealth pen":{},"Double-dipping and Market Prices":{},"The Fridge, Your Inoculation Room":{},"On Tea Prices":{},"Rules of a Creator's Life":{},"20 Years of Personal Cellphone History":{},"A Note About Footnotes":{},"Are You In The System Yet, Sir?":{},"The HP Sprocket Mini Printer":{},"Dear Student":{},"Questionable Game Publishing Methods":{},"The Lost Art of Being Lost":{},"A Treatise on Leavened Waffles":{},"Allspice Is Not All Spice":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"The Monthly Retro Screenshot Guessing Quiz":{},"Why Mastodon Isn't Great For Serendipity":{},"Why I Play Games (And So Should You)":{},"Winnie Lim on Rebuilding Oneself":{},"Woke in Class":{},"On Trying To Sell A Laptop":{},"My Retrocomputing Projects For 2022":{},"What a Night Cam Is Good For":{},"A Personal Intro To Gentle Hip-Hop":{},"A Personal Intro To Rough Hip-Hop":{},"Fighting Webmention And Pingback Spam":{},"The Death Of The Nike+ SportWatch":{},"On Learning A New (Programming) Language":{},"Creating Top x Games Lists Is Hard":{},"From Mood Board To Mood Mugs":{},"Sparking Conversations at Conferences":{},"The Strange Heterogenity of Hiking Signs":{},"The Perfect Bowl Of Oatmeal Porridge":{},"Freshly Baked Thoughts":{}},"tags":{}}],["you'v",{"_index":2481,"title":{},"content":{"How to teach kids to program":{},"Journaling in practice":{},"A Decade in the Software Engineering industry":{},"Five reasons why agile and academia don't go together":{},"The Internet Killed Secrets in Games":{},"Digitizing journals using DEVONthink":{},"The IndieWeb Mixed Bag":{},"Moon Logic":{},"On Selling a Self-published Book":{},"A Note About Footnotes":{},"Dear Student":{},"The Lost Art of Being Lost":{},"Allspice Is Not All Spice":{},"2021 Donations":{},"Thoughts On Home NAS Systems":{},"The Perfect Bowl Of Oatmeal Porridge":{}},"tags":{}}],["you?](https://www.kellogg.northwestern.edu/faculty/uzzi/ftp/page176.html",{"_index":8823,"title":{},"content":{"Creativity Self-Assessment Is Nonsense":{}},"tags":{}}],["you_",{"_index":8804,"title":{},"content":{"Are You In The System Yet, Sir?":{}},"tags":{}}],["young",{"_index":936,"title":{},"content":{"Learning to become a baker":{},"Take your time.":{},"Thirty-Six":{},"Collective Creativity":{},"From Curiosity To Creativity":{},"How To Properly Store Your Game Boy Cartridges":{}},"tags":{}}],["younger",{"_index":5545,"title":{},"content":{"ITiCSE 2020: A Report":{},"Misconceptions about retro gamers":{},"Thirty-Six":{},"Technical Knowledge Brews Creativity":{},"Dark Age of Camelot in 2022":{}},"tags":{}}],["youngest",{"_index":11917,"title":{},"content":{"The Life Lessons of Bonnie":{}},"tags":{}}],["your",{"_index":3094,"title":{},"content":{"2017 in books":{},"Rules of a Creator's Life":{}},"tags":{}}],["yourself",{"_index":242,"title":{"Teaching yourself to draw":{},"Stop limiting yourself to JS in browsers":{}},"content":{"On finding your inner zen in big cities":{},"Learning to become a baker":{},"Unit Testing Stored Procedures":{},"Integration Testing with SQLite":{},"Bye autotools hello Scons":{},".NET Memory management VS JVM Memory management":{},"Teaching yourself to draw":{},"Journaling in practice":{},"Concentrating on serendipitous creativity":{},"Teaching Object-Oriented design using the GBA":{},"Page Building with Brizy in Wordpress":{},"3D Software Rendering on the GBA":{},"Reviving an old 80486 PC":{},"Personal Desktop Screenshots of Olde":{},"The Internet Killed Secrets in Games":{},"Programming on the Apple M1 Silicon":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"The Productive Programmer on Mac":{},"Stop limiting yourself to JS in browsers":{},"Host your own webmention receiver":{},"Nineties collecting nostalgia":{},"Re: Is collecting physical games worth it?":{},"What if Seneca wasn't Nero's advisor?":{},"Kotlin Is Java 2.0, But It's Still Java":{},"On Selling a Self-published Book":{},"Favorite Game Meme":{},"Dear Student":{},"Very Old and Somewhat Old Mood Boards":{},"The Lost Art of Being Lost":{},"Allspice Is Not All Spice":{},"I'm Joining the Coffeeneuring Challenge of 2021":{},"Winnie Lim on Rebuilding Oneself":{},"Academic Lineage":{},"Expiry Dates On Journals":{},"A Decision Tree For Buying Retro Gaming Handhelds":{},"From Mood Board To Mood Mugs":{},"The Modern QR Code Life":{}},"tags":{}}],["yourself!” - - -