From b2c6c44cae1811ac82e0db44c26796f4d210d7a6 Mon Sep 17 00:00:00 2001 From: wgroeneveld Date: Fri, 16 Apr 2021 16:35:03 +0200 Subject: [PATCH] jam-my-stack 1.0.16 update, simplify wm sending --- content/post/2021/04/exploring-go.md | 6 +- data/webmentions-since.json | 3 - data/webmentions.json | 222 --------------------------- jamstack-init.js | 4 +- package.json | 2 +- static/js/brainbaking-post.json | 2 +- yarn.lock | 10 +- 7 files changed, 12 insertions(+), 237 deletions(-) delete mode 100644 data/webmentions-since.json diff --git a/content/post/2021/04/exploring-go.md b/content/post/2021/04/exploring-go.md index 7307833f..7d7da74c 100644 --- a/content/post/2021/04/exploring-go.md +++ b/content/post/2021/04/exploring-go.md @@ -32,7 +32,7 @@ So, how does Go fit in? Well, it _does not_. At all. Go compiles natively, there - intricate garbage collection settings - ... -Guess what. I don't miss a feature. They all add to the bloat - and learning curve - of the language and its ecosystem, and Go is designed with **simplicity** in mind. In fact, they're really picky about it: many language addition proposals are rejected after years of discussing, because it does not make things simpler. The reference [Go programming language](https://www.goodreads.com/book/show/25080953-the-go-programming-language) book is about 1/4th in thickness compared to my reference Java or C# book. Granted, it all looks a little bit weird, at first. Let's take a look at an example. Here's a typical set of classes: +Guess what. I don't miss most features. They all add to the bloat - and learning curve - of the language and its ecosystem, and Go is designed with **simplicity** in mind. In fact, they're really picky about it: many language addition proposals are rejected after years of discussing, because it does not make things simpler. The reference [Go programming language](https://www.goodreads.com/book/show/25080953-the-go-programming-language) book is about 1/4th in thickness compared to my reference Java or C# book. Granted, it all looks a little bit weird, at first. Let's take a look at an example. Here's a typical set of classes: ```java public abstract class Animal { @@ -209,7 +209,7 @@ Is impossible without calling in external packages with unclear APIs and incompl > Don't write Go code as you write code in C++/Java/Python. Write Go code as Gophers write code. -So I complied simply wrote a for loop. Next, I wanted to chain two string replace methods together, which is simply `"bla".replace(...).replace(...)` in any language - except Python perhaps. And Go. In Go, many utility functions reside in packages instead of as methods on the string type, resulting in something awkward as: +So I complied and simply wrote a for loop. Next, I wanted to chain two string replace methods together, which is simply `"bla".replace(...).replace(...)` in any language - except Python perhaps. And Go. In Go, many utility functions reside in packages instead of as methods on the string type, resulting in something awkward as: ```go str := "yeah" @@ -299,7 +299,7 @@ Still, for a static language, it's more than elegant enough. It's not exactly fa ## To conclude -I love Go's simplicity philosophy and its powerful toolset. Compiling is _extremely_ fast, cross-compiling is ridiculously easy, and the language is small but powerful. I haven't even touched the subject of new interfaces that match existing structs. As an architect, I would choose Go as my go-to (ha!) backend programming language in a heartbeat. It's easy to understand and maintain, and those two reasons are very powerful arguments to convince managers. So yes, I'm also a Gopher now, and the hype is justified. +I love Go's simplicity philosophy and its powerful toolset. Compiling is _extremely_ fast, cross-compiling is ridiculously easy, and the language is small but powerful. It's [4x faster than PyPy](https://deavid.wordpress.com/2019/10/12/benchmarking-python-vs-pypy-vs-go-vs-rust/) for serving HTTP requests, which is 4 to 50x faster than CPython. Ouch! I haven't even touched the subject of new interfaces that match existing structs. As an architect, I would choose Go as my go-to (ha!) backend programming language in a heartbeat. It's easy to understand and maintain, and those two reasons are very powerful arguments to convince managers. So yes, I'm also a Gopher now, and the hype is justified. Still, I also want to have fun when writing code. Go is more fun than C, C++, C#, and perhaps Java, although the latter depends on what other ecosystems you have running on the JVM. But I don't think I can say I enjoy Go more than JS, even though many people will probably shoot me for saying that. I am well aware of the trainwreck called ECMA, and its increased complexity, which I do not support at all. Who wants classes in their JS anyway? diff --git a/data/webmentions-since.json b/data/webmentions-since.json deleted file mode 100644 index cbb0f5bc..00000000 --- a/data/webmentions-since.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "since": "2021-04-16T13:50:08.403Z" -} \ No newline at end of file diff --git a/data/webmentions.json b/data/webmentions.json index 32422381..34743ce9 100644 --- a/data/webmentions.json +++ b/data/webmentions.json @@ -1,214 +1,4 @@ [ - { - "author": { - "name": "", - "picture": "" - }, - "name": "page type\n \n Archive by year: 2018", - "content": "Not finding what you're looking for? Browse the archives.\n\n\n\t2018\n\n\t\n \tDec\n\n\t\t\n\t\n\t\n\t\t\n\t\t\t22\n\t\t\t\n\t\t\t\t\n\t\t\t\t\tOver analoog en digitaal\n\t\t\t\t\n\t\t\t\tWaarom een fysieke handeling niet vervangbaar is \n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tbraindump\n\t\t\t\t\t\n\t\t\t\t\t\tretr...", - "published": "2021-04-16T14:19:13", - "url": "https://brainbaking.com/post/2018/", - "type": "mention", - "source": "https://brainbaking.com/post/2018/", - "target": "https://brainbaking.com/tags/phd", - "publishedFromNow": "in 29 minutes", - "relativeTarget": "/tags/phd" - }, - { - "author": { - "name": "", - "picture": "" - }, - "name": "page type\n \n Archive by year: 2018", - "content": "Not finding what you're looking for? Browse the archives.\n\n\n\t2018\n\n\t\n \tDec\n\n\t\t\n\t\n\t\n\t\t\n\t\t\t22\n\t\t\t\n\t\t\t\t\n\t\t\t\t\tOver analoog en digitaal\n\t\t\t\t\n\t\t\t\tWaarom een fysieke handeling niet vervangbaar is \n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tbraindump\n\t\t\t\t\t\n\t\t\t\t\t\tretr...", - "published": "2021-04-16T14:19:13", - "url": "https://brainbaking.com/post/2018/", - "type": "mention", - "source": "https://brainbaking.com/post/2018/", - "target": "https://brainbaking.com/tags/concentration", - "publishedFromNow": "in 29 minutes", - "relativeTarget": "/tags/concentration" - }, - { - "author": { - "name": "", - "picture": "" - }, - "name": "page type\n \n Archive by year: 2016", - "content": "Not finding what you're looking for? Browse the archives.\n\n\n\t2016\n\n\t\n \tDec\n\n\t\t\n\t\n\t\n\t\t\n\t\t\t27\n\t\t\t\n\t\t\t\t\n\t\t\t\t\tUnit testing in Legacy Projects: VB6\n\t\t\t\t\n\t\t\t\tEven older 4GL languages have unit testing capabilities \n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tprogram...", - "published": "2021-04-16T14:19:13", - "url": "https://brainbaking.com/post/2016/", - "type": "mention", - "source": "https://brainbaking.com/post/2016/", - "target": "https://brainbaking.com/tags/javascript", - "publishedFromNow": "in 29 minutes", - "relativeTarget": "/tags/javascript" - }, - { - "author": { - "name": "", - "picture": "" - }, - "name": "page type\n \n Archive by year: 2017", - "content": "Not finding what you're looking for? Browse the archives.\n\n\n\t2017\n\n\t\n \tDec\n\n\t\t\n\t\n\t\n\t\t\n\t\t\t30\n\t\t\t\n\t\t\t\t\n\t\t\t\t\tInventing - for the worse?\n\t\t\t\t\n\t\t\t\tIs inventing always a good thing? \n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tlearning\n\t\t\t\t\t\n\t\t\t\t\t \n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t�...", - "published": "2021-04-16T14:19:13", - "url": "https://brainbaking.com/post/2017/", - "type": "mention", - "source": "https://brainbaking.com/post/2017/", - "target": "https://brainbaking.com/tags/fountain-pens", - "publishedFromNow": "in 29 minutes", - "relativeTarget": "/tags/fountain-pens" - }, - { - "author": { - "name": "", - "picture": "" - }, - "name": "page type\n \n Archive by year: 2016", - "content": "Not finding what you're looking for? Browse the archives.\n\n\n\t2016\n\n\t\n \tDec\n\n\t\t\n\t\n\t\n\t\t\n\t\t\t27\n\t\t\t\n\t\t\t\t\n\t\t\t\t\tUnit testing in Legacy Projects: VB6\n\t\t\t\t\n\t\t\t\tEven older 4GL languages have unit testing capabilities \n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tprogram...", - "published": "2021-04-16T14:19:13", - "url": "https://brainbaking.com/post/2016/", - "type": "mention", - "source": "https://brainbaking.com/post/2016/", - "target": "https://brainbaking.com/categories/programming", - "publishedFromNow": "in 29 minutes", - "relativeTarget": "/categories/programming" - }, - { - "author": { - "name": "", - "picture": "" - }, - "name": "page type\n \n Archive by year: 2017", - "content": "Not finding what you're looking for? Browse the archives.\n\n\n\t2017\n\n\t\n \tDec\n\n\t\t\n\t\n\t\n\t\t\n\t\t\t30\n\t\t\t\n\t\t\t\t\n\t\t\t\t\tInventing - for the worse?\n\t\t\t\t\n\t\t\t\tIs inventing always a good thing? \n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tlearning\n\t\t\t\t\t\n\t\t\t\t\t \n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t�...", - "published": "2021-04-16T14:19:13", - "url": "https://brainbaking.com/post/2017/", - "type": "mention", - "source": "https://brainbaking.com/post/2017/", - "target": "https://brainbaking.com/categories/education", - "publishedFromNow": "in 29 minutes", - "relativeTarget": "/categories/education" - }, - { - "author": { - "name": "", - "picture": "" - }, - "name": "page type\n \n Archive by year: 2017", - "content": "Not finding what you're looking for? Browse the archives.\n\n\n\t2017\n\n\t\n \tDec\n\n\t\t\n\t\n\t\n\t\t\n\t\t\t30\n\t\t\t\n\t\t\t\t\n\t\t\t\t\tInventing - for the worse?\n\t\t\t\t\n\t\t\t\tIs inventing always a good thing? \n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tlearning\n\t\t\t\t\t\n\t\t\t\t\t \n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t�...", - "published": "2021-04-16T14:19:13", - "url": "https://brainbaking.com/post/2017/", - "type": "mention", - "source": "https://brainbaking.com/post/2017/", - "target": "https://brainbaking.com/tags/cooking", - "publishedFromNow": "in 29 minutes", - "relativeTarget": "/tags/cooking" - }, - { - "author": { - "name": "", - "picture": "" - }, - "name": "page type\n \n Archive by year: 2018", - "content": "Not finding what you're looking for? Browse the archives.\n\n\n\t2018\n\n\t\n \tDec\n\n\t\t\n\t\n\t\n\t\t\n\t\t\t22\n\t\t\t\n\t\t\t\t\n\t\t\t\t\tOver analoog en digitaal\n\t\t\t\t\n\t\t\t\tWaarom een fysieke handeling niet vervangbaar is \n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tbraindump\n\t\t\t\t\t\n\t\t\t\t\t\tretr...", - "published": "2021-04-16T14:19:13", - "url": "https://brainbaking.com/post/2018/", - "type": "mention", - "source": "https://brainbaking.com/post/2018/", - "target": "https://brainbaking.com/tags/c", - "publishedFromNow": "in 29 minutes", - "relativeTarget": "/tags/c" - }, - { - "author": { - "name": "", - "picture": "" - }, - "name": "page type\n \n Archive by year: 2017", - "content": "Not finding what you're looking for? Browse the archives.\n\n\n\t2017\n\n\t\n \tDec\n\n\t\t\n\t\n\t\n\t\t\n\t\t\t30\n\t\t\t\n\t\t\t\t\n\t\t\t\t\tInventing - for the worse?\n\t\t\t\t\n\t\t\t\tIs inventing always a good thing? \n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tlearning\n\t\t\t\t\t\n\t\t\t\t\t \n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t�...", - "published": "2021-04-16T14:19:13", - "url": "https://brainbaking.com/post/2017/", - "type": "mention", - "source": "https://brainbaking.com/post/2017/", - "target": "https://brainbaking.com/tags/giving", - "publishedFromNow": "in 29 minutes", - "relativeTarget": "/tags/giving" - }, - { - "author": { - "name": "", - "picture": "" - }, - "name": "page type\n \n Archive by year: 2016", - "content": "Not finding what you're looking for? Browse the archives.\n\n\n\t2016\n\n\t\n \tDec\n\n\t\t\n\t\n\t\n\t\t\n\t\t\t27\n\t\t\t\n\t\t\t\t\n\t\t\t\t\tUnit testing in Legacy Projects: VB6\n\t\t\t\t\n\t\t\t\tEven older 4GL languages have unit testing capabilities \n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tprogram...", - "published": "2021-04-16T14:19:13", - "url": "https://brainbaking.com/post/2016/", - "type": "mention", - "source": "https://brainbaking.com/post/2016/", - "target": "https://brainbaking.com/tags/unit-testing", - "publishedFromNow": "in 29 minutes", - "relativeTarget": "/tags/unit-testing" - }, - { - "author": { - "name": "", - "picture": "" - }, - "name": "page type\n \n Archive by year: 2017", - "content": "Not finding what you're looking for? Browse the archives.\n\n\n\t2017\n\n\t\n \tDec\n\n\t\t\n\t\n\t\n\t\t\n\t\t\t30\n\t\t\t\n\t\t\t\t\n\t\t\t\t\tInventing - for the worse?\n\t\t\t\t\n\t\t\t\tIs inventing always a good thing? \n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tlearning\n\t\t\t\t\t\n\t\t\t\t\t \n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t�...", - "published": "2021-04-16T14:19:12", - "url": "https://brainbaking.com/post/2017/", - "type": "mention", - "source": "https://brainbaking.com/post/2017/", - "target": "https://brainbaking.com/tags/principles", - "publishedFromNow": "in 29 minutes", - "relativeTarget": "/tags/principles" - }, - { - "author": { - "name": "", - "picture": "" - }, - "name": "page type\n \n Archive by year: 2017", - "content": "Not finding what you're looking for? Browse the archives.\n\n\n\t2017\n\n\t\n \tDec\n\n\t\t\n\t\n\t\n\t\t\n\t\t\t30\n\t\t\t\n\t\t\t\t\n\t\t\t\t\tInventing - for the worse?\n\t\t\t\t\n\t\t\t\tIs inventing always a good thing? \n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tlearning\n\t\t\t\t\t\n\t\t\t\t\t \n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t�...", - "published": "2021-04-16T14:19:12", - "url": "https://brainbaking.com/post/2017/", - "type": "mention", - "source": "https://brainbaking.com/post/2017/", - "target": "https://brainbaking.com/tags/development", - "publishedFromNow": "in 29 minutes", - "relativeTarget": "/tags/development" - }, - { - "author": { - "name": "", - "picture": "" - }, - "name": "page type\n \n Archive by year: 2017", - "content": "Not finding what you're looking for? Browse the archives.\n\n\n\t2017\n\n\t\n \tDec\n\n\t\t\n\t\n\t\n\t\t\n\t\t\t30\n\t\t\t\n\t\t\t\t\n\t\t\t\t\tInventing - for the worse?\n\t\t\t\t\n\t\t\t\tIs inventing always a good thing? \n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tlearning\n\t\t\t\t\t\n\t\t\t\t\t \n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t�...", - "published": "2021-04-16T14:19:12", - "url": "https://brainbaking.com/post/2017/", - "type": "mention", - "source": "https://brainbaking.com/post/2017/", - "target": "https://brainbaking.com/tags/journaling", - "publishedFromNow": "in 29 minutes", - "relativeTarget": "/tags/journaling" - }, - { - "author": { - "name": "", - "picture": "" - }, - "name": "page type\n \n Archive by year: 2017", - "content": "Not finding what you're looking for? Browse the archives.\n\n\n\t2017\n\n\t\n \tDec\n\n\t\t\n\t\n\t\n\t\t\n\t\t\t30\n\t\t\t\n\t\t\t\t\n\t\t\t\t\tInventing - for the worse?\n\t\t\t\t\n\t\t\t\tIs inventing always a good thing? \n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tlearning\n\t\t\t\t\t\n\t\t\t\t\t \n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t�...", - "published": "2021-04-16T14:19:12", - "url": "https://brainbaking.com/post/2017/", - "type": "mention", - "source": "https://brainbaking.com/post/2017/", - "target": "https://brainbaking.com/tags/craftsmanship", - "publishedFromNow": "in 29 minutes", - "relativeTarget": "/tags/craftsmanship" - }, { "author": { "name": "Henrique Dias", @@ -221,7 +11,6 @@ "type": "mention", "source": "https://hacdias.com/notes/site-ideas", "target": "https://brainbaking.com/post/2021/04/using-hugo-to-launch-a-gemini-capsule/", - "publishedFromNow": "2 days ago", "relativeTarget": "/post/2021/04/using-hugo-to-launch-a-gemini-capsule/" }, { @@ -236,7 +25,6 @@ "type": "mention", "source": "https://brainbaking.com/notes/2021/03/20h13m27s36/", "target": "http://brainbaking.com", - "publishedFromNow": "a month ago", "relativeTarget": "" }, { @@ -251,7 +39,6 @@ "type": "mention", "source": "https://brainbaking.com/notes/2021/03/20h13m27s36/", "target": "https://brainbaking.com/notes/", - "publishedFromNow": "a month ago", "relativeTarget": "/notes/" }, { @@ -266,7 +53,6 @@ "type": "mention", "source": "https://www.jvt.me/mf2/2021/03/1bkre/", "target": "https://brainbaking.com/post/2021/03/the-indieweb-mixed-bag/", - "publishedFromNow": "a month ago", "relativeTarget": "/post/2021/03/the-indieweb-mixed-bag/" }, { @@ -281,7 +67,6 @@ "type": "mention", "source": "https://brainbaking.com/notes/2021/03/13h09m58s25/", "target": "https://brainbaking.com/post/2021/03/getting-rid-of-tracking-using-lineageos/", - "publishedFromNow": "a month ago", "relativeTarget": "/post/2021/03/getting-rid-of-tracking-using-lineageos/" }, { @@ -296,7 +81,6 @@ "type": "mention", "source": "https://brainbaking.com/notes/2021/03/09h15m17s30/", "target": "https://brainbaking.com/post/2021/03/the-indieweb-mixed-bag/", - "publishedFromNow": "a month ago", "relativeTarget": "/post/2021/03/the-indieweb-mixed-bag/" }, { @@ -311,7 +95,6 @@ "type": "mention", "source": "https://brainbaking.com/notes/2021/03/03h16m00s44/", "target": "https://brainbaking.com/notes/", - "publishedFromNow": "a month ago", "relativeTarget": "/notes/" }, { @@ -326,7 +109,6 @@ "type": "mention", "source": "https://brainbaking.com/notes/2021/03/03h16m00s44/", "target": "http://brainbaking.com", - "publishedFromNow": "a month ago", "relativeTarget": "" }, { @@ -341,7 +123,6 @@ "type": "mention", "source": "https://brainbaking.com/notes/2021/03/02h17m13s27/", "target": "https://brainbaking.com/post/2021/02/my-retro-desktop-setup/", - "publishedFromNow": "a month ago", "relativeTarget": "/post/2021/02/my-retro-desktop-setup/" }, { @@ -356,7 +137,6 @@ "type": "mention", "source": "https://brainbaking.com/notes/2021/03/01h20m03s35/", "target": "https://brainbaking.com/post/2021/03/getting-rid-of-tracking-using-lineageos/", - "publishedFromNow": "2 months ago", "relativeTarget": "/post/2021/03/getting-rid-of-tracking-using-lineageos/" }, { @@ -371,7 +151,6 @@ "type": "mention", "source": "https://jefklakscodex.com/articles/retrospectives/raven-shield-17-years-later/", "target": "https://brainbaking.com/post/2020/10/building-a-core2duo-winxp-retro-pc/", - "publishedFromNow": "6 months ago", "relativeTarget": "/post/2020/10/building-a-core2duo-winxp-retro-pc/" }, { @@ -386,7 +165,6 @@ "type": "mention", "source": "https://jefklakscodex.com/articles/features/reviews-from-2001-revived/", "target": "https://brainbaking.com/post/2020/09/reviving-a-80486/", - "publishedFromNow": "7 months ago", "relativeTarget": "/post/2020/09/reviving-a-80486/" } ] \ No newline at end of file diff --git a/jamstack-init.js b/jamstack-init.js index 4b9e533f..0eadd727 100644 --- a/jamstack-init.js +++ b/jamstack-init.js @@ -34,8 +34,8 @@ const fsp = require('fs').promises; // 5. send webmentions console.log("5. Sending webmentions...") - const since = await webmention.send("brainbaking.com", `${__dirname}/data/webmentions-since.json`) - console.log(` -- done, since is now ${since}`) + const since = await webmention.send("brainbaking.com") + console.log(` -- done`) console.log("-- all done!") })() diff --git a/package.json b/package.json index 126f7845..09ee552e 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ }, "homepage": "https://brainbaking.com", "dependencies": { - "jam-my-stack": "^1.0.15" + "jam-my-stack": "^1.0.16" } } diff --git a/static/js/brainbaking-post.json b/static/js/brainbaking-post.json index ceaed2ed..6bfd0809 100644 --- a/static/js/brainbaking-post.json +++ b/static/js/brainbaking-post.json @@ -1 +1 @@ -{"version":"2.3.9","fields":["title","content","tags"],"fieldVectors":[["title/Ending your day with happy thoughts",[0,1.63,1,1.598,2,3.33,3,1.972]],["content/Ending your day with happy thoughts",[0,1.4,1,2.765,2,2.86,3,2.785,4,2.516,5,1.495,6,1.788,7,2.132,8,3.422,9,3.422,10,1.317,11,1.694,12,5.934,13,1.863,14,1.921,15,4.191,16,3.012,17,1.295,18,1.656,19,0.426,20,3.245,21,1.32,22,1.668,23,1.734,24,1.798,25,1.488,26,1.605,27,1.227,28,1.55,29,1.833,30,1.734,31,3.422,32,3.422,33,6.127,34,4.191,35,3.194,36,2.617,37,2.343,38,4.191,39,2.072,40,3.434,41,3.987,42,1.734,43,4.191,44,4.191,45,6.889,46,2.072,47,1.734,48,2.267,49,3.866,50,0.836,51,2.132,52,0.859,53,2.86,54,3.727,55,1.818,56,4.191,57,5.278,58,5.934,59,2.853,60,1.551,61,2.015,62,2.86,63,5.934,64,2.617,65,1.775,66,4.191,67,1.962,68,4.191,69,2.425,70,2.513,71,5.934,72,4.191,73,0.914,74,1.416,75,2.608,76,1.656,77,1.488,78,6.127,79,0.801,80,4.302,81,3.516,82,2.197,83,2.55,84,2.778,85,2.345,86,2.513,87,1.346,88,1.911,89,4.053,90,2.933,91,2.706,92,3.562,93,3.194,94,1.32,95,2.617,96,1.734,97,2.197,98,1.866,99,2.151,100,2.86,101,0.737,102,2.425,103,1.551,104,1.142,105,5.278,106,3.727,107,2.86,108,3.727,109,2.151,110,4.191,111,3.194,112,3.727,113,1.578,114,2.73,115,4.191,116,1.372,117,5.251,118,3.194,119,3.012,120,3.422,121,1.62,122,2.86,123,2.73,124,2.86,125,4.191,126,3.019,127,3.434,128,3.012,129,3.194,130,2.86,131,1.075,132,2.244,133,1.863,134,4.191,135,4.191,136,3.012,137,3.422,138,2.516,139,2.617,140,3.422,141,4.191,142,2.197,143,4.191,144,1.135,145,1.911,146,4.191,147,3.422,148,2.072,149,1.775,150,1.519,151,4.191,152,2.86,153,2.267,154,1.428,155,3.012,156,1.656,157,1.734,158,1.018,159,2.638,160,2.015,161,4.191,162,2.73,163,2.86,164,4.191,165,1.295,166,3.194,167,1.962,168,1.457,169,4.191,170,4.191]],["tags/Ending your day with happy thoughts",[171,3.334,172,1.907]],["title/On finding your inner zen in big cities",[103,1.651,173,3.642,174,3.044,175,1.763,176,3.966]],["content/On finding your inner zen in big cities",[1,1.322,10,0.709,14,0.98,17,0.88,19,0.397,20,1.595,24,1.223,25,1.433,26,0.865,27,1.194,28,1.054,29,1.785,30,2.39,41,2.336,42,2.39,46,1.995,52,0.663,55,1.751,67,2.704,74,1.378,77,2.395,79,0.994,85,1.595,86,1.709,89,2.183,98,1.565,100,2.755,101,0.709,103,1.494,104,1.298,107,2.755,109,2.094,113,1.074,117,5.142,123,2.63,131,1.035,144,1.093,148,3.336,154,1.969,158,0.98,165,2.084,167,1.889,168,1.404,173,3.296,174,2.755,175,3.081,176,7.846,177,4.036,178,4.036,179,1.828,180,2.552,181,3.59,182,1.322,183,3.59,184,1.995,185,1.709,186,3.076,187,3.296,188,3.862,189,3.296,190,4.717,191,4.152,192,3.59,193,4.213,194,4.036,195,4.036,196,1.526,197,2.63,198,3.296,199,1.889,200,1.995,201,3.076,202,3.296,203,1.855,204,6.748,205,4.036,206,3.296,207,3.296,208,2.053,209,2.52,210,2.183,211,2.778,212,4.036,213,2.63,214,3.59,215,3.59,216,1.074,217,1.785,218,3.296,219,1.841,220,3.125,221,3.296,222,3.296,223,1.455,224,3.076,225,4.036,226,4.036,227,4.036,228,3.59,229,4.036,230,2.755,231,3.076,232,3.59,233,2.256,234,2.336,235,3.607,236,4.036,237,4.152,238,4.036,239,5.777,240,1.074,241,2.256,242,1.795,243,3.296,244,3.296,245,3.296,246,3.296,247,4.036,248,3.59,249,3.59,250,4.036,251,1.995,252,1.995,253,3.029,254,4.036,255,2.901,256,4.036,257,2.63,258,3.468,259,4.036,260,4.036,261,2.755,262,4.403,263,2.408,264,1.941,265,3.59,266,4.213,267,4.036,268,4.036,269,4.717,270,2.52,271,3.158,272,3.076,273,4.403,274,3.59,275,1.156,276,1.526,277,1.494,278,1.433,279,3.229,280,3.076,281,4.717,282,1.56,283,4.036,284,4.036,285,3.076,286,3.296,287,3.076,288,1.375,289,3.296,290,3.59,291,1.995,292,3.076,293,2.167,294,1.941,295,2.755,296,4.717,297,2.185,298,5.777,299,4.036,300,4.036,301,4.036,302,3.59,303,3.59,304,2.183,305,4.036,306,4.036,307,3.076,308,3.296,309,3.029,310,3.296,311,1.494,312,1.433,313,5.777,314,3.59,315,1.223,316,3.076,317,1.795,318,2.423,319,4.036,320,1.463,321,1.841,322,2.755,323,3.59,324,2.423,325,4.036,326,2.423,327,3.59,328,4.036,329,4.036,330,1.995,331,4.036,332,3.296,333,4.036,334,4.036,335,4.036]],["tags/On finding your inner zen in big cities",[21,0.937,174,2.03,336,2.429]],["title/No, vegetarians do not eat fish!",[257,3.508,337,4.397,338,4.789]],["content/No, vegetarians do not eat fish!",[3,1.643,7,2.067,9,3.318,10,0.714,13,2.581,18,1.606,19,0.487,20,2.92,22,1.142,24,2.052,26,0.871,28,1.516,39,2.009,51,2.067,52,0.466,53,2.773,60,2.149,70,1.721,73,0.886,74,1.763,75,1.255,77,2.061,79,0.783,83,2.149,87,2.175,91,1.853,93,5.956,94,1.828,98,1.573,104,0.782,113,1.081,117,5.631,120,3.318,133,1.807,150,1.473,157,1.681,158,1.795,159,1.807,160,1.954,167,1.902,168,1.413,179,1.835,182,1.331,188,2.13,196,1.537,209,2.537,211,2.791,219,1.853,257,5.295,258,2.439,269,3.318,273,3.097,275,1.164,277,2.507,278,1.442,281,6.381,286,3.318,291,2.009,293,1.305,297,1.537,317,1.807,318,2.439,337,7.301,338,5.163,339,3.614,340,4.063,341,4.063,342,4.063,343,3.614,344,4.063,345,4.063,346,4.063,347,3.614,348,4.063,349,5.805,350,3.318,351,5.163,352,4.063,353,5.163,354,4.063,355,4.063,356,4.063,357,5.162,358,3.614,359,2.92,360,5.805,361,2.954,362,4.063,363,2.92,364,3.614,365,1.902,366,2.271,367,2.954,368,2.791,369,2.537,370,3.962,371,4.063,372,1.954,373,4.063,374,3.097,375,1.222,376,2.92,377,3.614,378,2.002,379,4.063,380,4.063,381,4.063,382,4.063,383,4.063,384,1.357,385,4.063,386,4.063,387,3.614,388,1.643,389,3.097,390,4.063,391,4.063,392,2.351,393,3.318,394,3.318,395,2.067,396,2.92,397,3.614,398,2.92,399,3.962,400,3.318,401,5.805,402,3.097,403,2.351,404,1.186,405,2.271,406,4.063,407,1.954,408,2.537,409,1.504,410,4.063,411,3.614,412,1.721,413,2.198,414,6.773,415,4.623,416,1.853,417,3.614,418,1.763,419,4.063,420,4.063,421,3.614,422,1.853,423,4.063,424,3.614,425,4.063,426,2.439,427,4.063,428,2.537,429,5.163,430,1.763,431,3.097,432,5.163,433,3.097,434,4.063,435,2.13,436,3.097,437,1.763,438,2.92,439,4.063,440,4.063,441,2.061,442,2.773,443,1.606,444,1.902,445,3.097,446,2.067,447,4.063,448,5.805,449,4.063,450,2.647,451,3.614,452,1.721,453,4.063,454,4.063,455,1.473,456,4.063,457,1.357,458,4.063,459,2.439,460,3.097,461,4.063,462,4.063,463,4.063,464,3.614,465,2.067,466,4.063,467,3.318,468,3.614,469,2.439,470,4.063]],["tags/No, vegetarians do not eat fish!",[]],["title/undefined",[]],["content/undefined",[13,1.508,19,0.531,37,3.789,47,1.403,52,0.389,73,0.74,99,1.23,101,0.596,109,1.23,116,1.111,129,2.585,131,1.304,144,0.919,182,1.111,220,1.835,223,0.854,273,2.585,288,1.156,315,1.028,413,3.928,471,2.21,472,1.283,474,3.392,477,2.104,478,1.726,479,3.017,480,2.77,481,2.118,482,2.037,483,2.315,484,1.677,485,3.017,486,2.21,487,1.156,489,2.585,493,1.896,495,3.667,497,1.963,498,4.706,504,1.896,505,2.438,506,3.667,510,1.963,511,3.531,516,3.472,517,1.482,522,4.747,524,2.118,527,3.663,528,2.77,532,3.176,533,2.21,535,2.315,536,3.81,537,1.963,540,3.314,543,3.392,546,2.588,555,6.102,593,1.835,596,1.371,600,2.21,601,2.118,602,1.963,606,2.667,613,2.315,614,2.667,631,1.963,634,1.963,680,1.963,711,2.315,722,1.726,738,2.77,742,4.153,744,3.663,750,3.176,760,1.963,774,1.963,777,3.392,827,2.315,851,2.118,895,3.392,952,1.009,971,2.315,1081,3.392,1116,3.392,1135,2.21,1170,2.315,1178,3.392,1192,3.877,1207,3.392,1228,2.77,1270,2.21,1271,3.392,1338,2.585,1362,3.017,1363,7.032,1364,3.531,1365,5.087,1366,2.77,1367,0.954,1368,3.656,1369,3.392,1370,3.392,1371,3.392,1372,3.017,1373,3.392,1374,4.153,1375,3.392,1376,5.087,1377,3.392,1378,5.427,1379,3.017,1380,2.381,1381,3.392,1382,3.392,1383,3.392,1384,6.029,1385,2.77,1386,3.392,1387,3.392,1388,3.392,1389,3.392,1390,2.21,1391,4.277,1392,2.585,1393,3.392,1394,6.64,1395,7.907,1396,3.769,1397,1.896,1398,3.392,1399,3.176,1400,2.438,1401,1.631,1402,6.102,1403,2.438,1404,3.392,1405,3.017,1406,3.392,1407,2.585,1408,3.392,1409,3.392,1410,2.77,1411,2.77,1412,5.087,1413,1.371,1414,3.392,1415,3.017,1416,3.017,1417,3.392,1418,1.547,1419,2.585,1420,1.588,1421,3.392,1422,3.392,1423,2.037,1424,2.936,1425,6.102,1426,3.017,1427,3.017,1428,2.118,1429,2.315,1430,3.392,1431,3.392,1432,3.392,1433,3.392,1434,3.392,1435,3.017,1436,3.392,1437,4.627,1438,3.392,1439,3.392,1440,3.392,1441,5.087,1442,3.017,1443,3.392,1444,3.392,1445,3.392,1446,2.77,1447,3.392,1448,3.017,1449,3.392,1450,2.585,1451,6.779,1452,5.087,1453,3.392,1454,3.017,1455,2.77,1456,2.585,1457,3.017,1458,3.392,1459,3.392,1460,3.392,1461,2.315,1462,2.21,1463,5.087,1464,3.976,1465,3.392,1466,3.392,1467,3.392,1468,3.392,1469,3.176,1470,2.585,1471,5.087,1472,2.438,1473,3.392,1474,5.427,1475,2.438,1476,1.963,1477,3.392,1478,3.392,1479,2.77,1480,2.118,1481,3.392,1482,2.77,1483,3.017,1484,3.017,1485,2.77,1486,1.341,1487,1.547,1488,3.392,1489,2.77,1490,3.392]],["tags/undefined",[]],["title/Learning to become a baker",[21,1.696,902,2.589,903,4.789]],["content/Learning to become a baker",[1,1.328,6,1.614,7,2.95,10,1.019,11,2.344,17,0.885,18,1.603,19,0.469,22,1.14,24,1.757,26,1.242,27,0.839,29,1.253,30,1.678,40,2.347,50,0.809,52,0.847,60,1.502,67,2.714,74,1.762,77,2.058,79,0.782,83,1.502,87,1.303,89,2.194,93,3.092,101,1.019,104,0.781,113,1.079,116,1.328,120,3.312,130,2.769,139,4.225,145,2.644,150,2.102,154,1.382,156,1.603,157,1.678,158,1.644,167,1.899,168,1.411,185,1.718,190,3.312,193,2.533,200,2.005,203,1.862,208,2.064,219,1.85,223,1.022,242,2.578,249,6.566,251,2.005,257,4.409,264,1.95,276,1.534,277,2.146,278,1.44,281,3.312,290,3.608,291,2.005,295,2.769,303,3.608,320,1.47,339,3.608,351,5.157,364,3.608,372,1.95,375,1.22,378,1.099,403,2.347,408,4.225,409,1.502,418,3.203,433,3.092,438,2.915,441,1.44,444,1.899,457,1.355,517,0.985,621,2.09,629,2.915,705,1.534,724,1.64,801,2.643,877,1.76,902,1.95,903,5.157,904,4.057,905,4.057,906,3.608,907,3.312,908,4.057,909,1.899,910,4.246,911,2.915,912,2.915,913,1.206,914,2.769,915,4.057,916,5.882,917,4.057,918,4.057,919,3.092,920,1.804,921,2.533,922,1.229,923,3.608,924,3.608,925,2.533,926,4.057,927,2.643,928,3.608,929,3.608,930,1.678,931,5.157,932,6.767,933,2.127,934,4.057,935,2.643,936,3.608,937,3.608,938,2.915,939,3.092,940,3.092,941,3.608,942,4.057,943,3.608,944,7.383,945,4.057,946,2.347,947,3.092,948,2.643,949,2.347,950,3.312,951,3.355,952,1.206,953,3.608,954,5.157,955,3.092,956,4.734,957,4.734,958,2.915,959,2.347,960,4.057,961,3.608,962,4.057,963,5.798,964,3.608,965,2.005,966,4.734,967,5.157,968,4.057,969,3.312,970,3.312,971,2.769,972,3.608,973,4.057,974,3.957,975,4.057,976,5.798,977,3.092,978,5.798,979,1.804,980,4.057,981,3.312,982,4.057,983,2.194,984,3.136,985,4.057,986,1.328,987,2.347,988,2.435,989,3.608,990,2.915,991,4.057,992,4.057,993,5.798,994,2.435,995,2.347,996,3.092,997,3.092,998,4.057,999,2.347,1000,4.057,1001,2.915,1002,4.057,1003,2.915,1004,2.643,1005,4.057,1006,4.057,1007,3.608,1008,4.057,1009,2.064,1010,3.092,1011,4.057,1012,1.804,1013,3.312,1014,4.057]],["tags/Learning to become a baker",[21,0.776,336,2.013,910,1.185,916,1.606]],["title/Unit Testing Stored Procedures",[1190,2.346,1191,1.806,1274,2.639,1275,3.506]],["content/Unit Testing Stored Procedures",[0,1.388,3,1.679,5,1.727,19,0.37,22,1.168,23,2.44,24,1.259,28,1.54,37,4.893,48,2.247,50,0.829,51,2.114,52,0.966,55,1.802,67,1.945,74,0.991,75,2.435,76,1.642,77,2.094,79,0.561,80,2.594,87,1.894,88,1.895,94,1.308,98,1.598,99,2.485,102,2.404,109,1.506,131,1.513,133,1.847,149,1.759,154,1.416,158,1.009,165,1.822,211,1.998,217,1.822,223,1.046,240,1.824,242,2.622,277,1.538,294,1.998,322,2.836,367,2.114,375,0.874,475,1.847,476,2.137,492,1.998,517,1.433,542,2.986,562,3.695,621,2.529,628,2.178,630,1.754,646,3.695,649,2.054,705,1.571,724,1.679,757,2.178,782,1.259,796,3.392,797,2.247,851,2.594,907,3.392,920,1.847,922,1.259,952,1.235,994,3.541,1067,1.475,1180,3.695,1188,3.392,1189,2.986,1190,3.588,1191,3.431,1192,3.166,1235,1.998,1254,3.19,1274,4.429,1275,6.185,1276,1.895,1277,2.138,1278,4.155,1279,2.986,1280,3.166,1281,1.436,1282,4.155,1283,4.155,1284,2.707,1285,3.695,1286,2.707,1287,1.125,1288,3.413,1289,1.857,1290,2.594,1291,2.707,1292,3.392,1293,2.707,1294,1.416,1295,3.297,1296,2.915,1297,2.404,1298,1.895,1299,3.541,1300,3.166,1301,2.494,1302,3.166,1303,4.155,1304,4.025,1305,3.541,1306,4.155,1307,3.166,1308,3.392,1309,4.155,1310,2.404,1311,6.436,1312,3.695,1313,1.802,1314,4.155,1315,1.606,1316,4.155,1317,1.945,1318,3.166,1319,2.707,1320,3.695,1321,4.155,1322,3.695,1323,3.842,1324,2.986,1325,3.127,1326,3.695,1327,4.155,1328,3.695,1329,2.836,1330,2.494,1331,1.679,1332,2.494,1333,1.945,1334,6.098,1335,2.404,1336,8.421,1337,1.847,1338,3.166,1339,3.695,1340,5.245,1341,5.898,1342,3.695,1343,3.392,1344,1.894,1345,4.155,1346,2.247,1347,4.155,1348,4.155,1349,4.155,1350,2.594,1351,5.898,1352,2.594,1353,5.898,1354,4.155,1355,3.695,1356,5.898,1357,4.155,1358,4.155,1359,4.155,1360,4.155]],["tags/Unit Testing Stored Procedures",[1311,3.061,1361,2.34]],["title/Visual Studio 2012 for Eclipse users",[912,3.205,1401,2.144,1491,3.044,1492,3.642,1493,3.642]],["content/Visual Studio 2012 for Eclipse users",[5,1.403,14,1.748,19,0.539,23,1.587,28,1.002,50,0.765,52,0.639,60,2.062,79,0.518,89,2.075,92,2.303,103,1.42,116,1.256,126,2.834,150,1.391,152,3.801,165,1.185,182,1.256,201,2.924,208,1.952,246,3.133,252,1.896,278,1.362,285,2.924,288,1.307,297,1.451,311,1.42,312,1.362,317,1.706,318,2.303,326,2.303,378,1.039,384,1.281,416,1.749,430,1.664,435,2.011,476,1.595,569,2.499,579,2.476,596,3.324,621,1.185,631,3.223,648,2.924,667,2.396,724,2.251,754,3.937,827,2.618,860,3.133,897,1.334,1018,1.551,1077,2.924,1129,3.478,1191,1.42,1227,1.625,1268,4.003,1289,1.754,1299,3.344,1315,1.483,1324,2.757,1331,2.251,1380,3.368,1390,2.499,1418,1.749,1464,2.499,1479,3.133,1486,1.516,1491,2.618,1492,3.133,1493,5.354,1494,3.412,1495,2.924,1496,6.239,1497,2.757,1498,3.836,1499,1.483,1500,2.618,1501,3.133,1502,2.618,1503,2.22,1504,2.92,1505,4.954,1506,2.499,1507,3.836,1508,5.57,1509,2.499,1510,2.22,1511,3.836,1512,2.757,1513,5.57,1514,3.836,1515,2.924,1516,3.836,1517,2.757,1518,4.548,1519,3.836,1520,2.924,1521,5.875,1522,3.836,1523,3.836,1524,3.836,1525,3.836,1526,5.57,1527,3.836,1528,3.836,1529,3.836,1530,3.836,1531,2.22,1532,1.952,1533,3.836,1534,3.836,1535,2.075,1536,3.836,1537,3.836,1538,3.836,1539,1.796,1540,2.924,1541,3.836,1542,3.836,1543,3.836,1544,3.836,1545,3.133,1546,3.133,1547,3.836,1548,3.836,1549,3.836,1550,2.499,1551,3.836,1552,3.836,1553,2.924,1554,3.836,1555,1.706,1556,3.836,1557,3.836,1558,3.836,1559,7.195,1560,3.836,1561,3.836,1562,3.133,1563,3.133,1564,3.836,1565,3.133,1566,2.618,1567,3.836,1568,3.836,1569,3.836,1570,3.836,1571,5.57,1572,3.836,1573,3.836,1574,3.836,1575,2.144,1576,2.396,1577,5.57,1578,4.954,1579,5.57,1580,3.674,1581,1.706,1582,2.618,1583,3.836,1584,1.749,1585,3.836,1586,3.836,1587,2.618,1588,2.499,1589,3.836,1590,2.396,1591,3.836,1592,2.22,1593,3.836]],["tags/Visual Studio 2012 for Eclipse users",[1493,3.061,1594,3.748]],["title/Enhancing the builder pattern with closures",[726,3.984,1595,3.506,1596,3.984,1597,2.823]],["content/Enhancing the builder pattern with closures",[0,1.355,3,1.64,5,1.967,6,0.968,17,0.885,19,0.527,20,2.291,27,1.199,28,1.059,52,0.896,61,3.906,73,0.885,74,0.968,79,0.782,83,1.502,102,2.347,104,1.116,111,4.419,113,1.079,126,3.443,137,3.312,142,3.04,150,1.47,165,1.791,168,1.411,182,1.328,185,2.455,220,3.136,240,1.079,263,1.253,275,1.162,282,1.568,318,3.481,321,1.85,361,2.064,366,2.267,378,1.099,384,1.355,403,3.355,437,1.76,446,2.064,472,1.534,475,3.473,478,2.95,483,2.769,490,2.267,566,4.709,569,2.643,579,2.578,580,4.78,621,1.791,631,2.347,703,3.312,722,2.064,725,2.267,782,2.051,794,3.957,806,4.626,810,4.225,854,2.127,881,2.064,897,3.027,986,1.899,1019,3.312,1066,3.092,1077,3.092,1094,2.435,1125,3.608,1159,3.778,1277,2.102,1281,0.781,1293,3.778,1298,1.85,1329,2.769,1334,3.608,1342,3.608,1344,1.303,1401,3.55,1429,2.769,1539,1.899,1590,2.533,1595,2.915,1596,6.983,1597,2.347,1598,2.194,1599,5.798,1600,4.057,1601,3.608,1602,4.057,1603,4.057,1604,2.769,1605,4.057,1606,2.267,1607,2.769,1608,3.608,1609,2.127,1610,3.04,1611,2.915,1612,2.127,1613,2.435,1614,3.608,1615,2.533,1616,8.832,1617,4.877,1618,5.798,1619,5.798,1620,7.383,1621,2.621,1622,5.798,1623,5.798,1624,5.798,1625,5.798,1626,5.798,1627,5.798,1628,4.057,1629,2.194,1630,4.057,1631,2.194,1632,3.782,1633,3.312,1634,3.608,1635,4.057,1636,4.057,1637,4.057,1638,4.057,1639,4.057,1640,4.057,1641,4.057,1642,4.057,1643,2.127,1644,3.312,1645,2.643,1646,1.76]],["tags/Enhancing the builder pattern with closures",[475,0.817,649,0.908,703,1.5,726,1.5,1647,1.253,1648,1.633]],["title/Integration Testing with SQLite",[1191,1.993,1649,3.362,1650,4.104]],["content/Integration Testing with SQLite",[2,2.875,5,1.5,6,1.005,10,0.74,17,1.507,19,0.512,22,1.674,26,0.903,27,1.231,37,3.329,39,2.083,46,2.083,47,1.743,50,1.378,52,0.861,61,2.864,79,0.804,89,2.279,91,1.921,94,1.327,97,2.209,104,1.33,114,2.745,122,2.875,152,2.875,154,1.436,179,1.614,216,1.121,217,1.301,223,1.061,240,1.121,242,1.873,270,2.631,278,1.496,293,1.353,309,3.937,311,1.56,312,1.496,321,1.921,375,0.887,378,1.141,384,1.407,388,1.703,441,1.496,455,1.527,457,1.407,472,1.593,476,2.151,482,2.529,492,2.026,549,3.447,550,3.44,554,3.747,566,2.279,580,2.355,596,1.703,621,1.84,647,3.211,710,3.747,754,2.529,768,3.44,794,4.716,806,2.279,810,4.314,913,1.253,979,1.873,984,2.279,986,1.38,1058,3.44,1063,3.44,1067,1.496,1129,2.631,1188,3.44,1191,2.558,1214,3.028,1235,2.026,1258,1.665,1272,1.527,1274,3.737,1275,3.028,1277,1.527,1281,1.146,1301,2.529,1315,2.302,1317,1.972,1323,3.881,1344,2.218,1364,2.438,1391,2.279,1399,5.484,1413,1.703,1418,1.921,1476,3.447,1510,2.438,1517,3.028,1521,3.44,1580,2.864,1581,2.648,1607,5.126,1617,2.529,1646,2.997,1649,2.631,1650,5.266,1651,6.132,1652,4.213,1653,1.921,1654,3.747,1655,2.788,1656,2.745,1657,2.026,1658,2.745,1659,3.747,1660,2.279,1661,1.972,1662,4.213,1663,4.213,1664,2.631,1665,4.213,1666,3.747,1667,4.863,1668,3.44,1669,2.438,1670,6.909,1671,5.956,1672,4.213,1673,2.875,1674,3.747,1675,3.028,1676,3.03,1677,4.213,1678,2.026,1679,3.211,1680,4.213,1681,3.747,1682,4.213,1683,4.213,1684,3.747,1685,1.184,1686,2.529,1687,5.956,1688,4.213,1689,2.745,1690,6.909,1691,5.956,1692,4.213,1693,4.213,1694,3.44,1695,4.213,1696,3.211,1697,4.213,1698,4.213,1699,3.747,1700,4.213,1701,5.956,1702,4.213,1703,4.213,1704,4.213,1705,4.213,1706,4.213,1707,4.213,1708,2.355,1709,2.209,1710,4.213,1711,4.213,1712,3.211,1713,3.211,1714,3.44,1715,4.213,1716,2.745,1717,2.143,1718,2.529,1719,1.301,1720,4.213,1721,4.213,1722,4.213]],["tags/Integration Testing with SQLite",[1311,2.013,1361,1.539,1647,1.682,1650,1.879]],["title/Archive by year: 2013",[6,1.285,477,2.227,483,3.675]],["content/Archive by year: 2013",[19,0.473,477,3.191,483,5.266]],["tags/Archive by year: 2013",[]],["title/Metaprogramming instead of duplication",[404,1.571,729,4.104,1517,3.87]],["content/Metaprogramming instead of duplication",[5,1.224,11,1.965,19,0.513,26,1.041,27,1.005,28,1.717,50,0.97,52,0.855,55,2.108,73,1.06,77,2.334,81,2.161,86,2.058,98,1.317,113,1.293,116,1.592,144,1.317,148,2.403,159,2.161,165,1.501,216,1.293,219,2.216,315,1.473,320,1.762,384,1.623,412,2.058,443,2.599,472,1.838,475,2.161,478,2.473,501,3.493,566,2.629,579,3.55,580,4.463,631,2.813,632,5.086,722,2.473,729,5.011,757,3.447,806,2.629,897,1.69,1094,4.474,1159,3.167,1190,2.337,1191,2.956,1235,3.583,1258,1.921,1276,2.216,1281,1.434,1288,2.813,1298,2.216,1333,2.275,1335,2.813,1517,3.493,1581,2.161,1590,3.035,1597,3.805,1607,3.317,1617,5.162,1629,3.557,1631,2.629,1634,4.323,1645,3.167,1646,2.108,1686,3.947,1696,5.011,1723,2.058,1724,4.86,1725,4.86,1726,6.575,1727,4.86,1728,4.86,1729,4.86,1730,4.86,1731,4.86,1732,4.86,1733,4.86,1734,4.86,1735,3.969,1736,7.452,1737,8.222,1738,3.704,1739,2.918,1740,2.548,1741,4.323,1742,3.035,1743,4.86,1744,4.726,1745,4.86,1746,6.575,1747,5.848,1748,4.323,1749,4.86,1750,4.86,1751,3.704,1752,3.317,1753,3.493,1754,4.86,1755,4.86,1756,4.86,1757,4.323,1758,4.86,1759,6.575,1760,4.86,1761,2.337,1762,1.656,1763,3.704,1764,4.86,1765,4.86,1766,4.86,1767,4.86,1768,4.86,1769,3.969,1770,4.86,1771,4.86,1772,4.86,1773,4.323,1774,3.704,1775,2.629,1776,2.717,1777,4.86,1778,4.86]],["tags/Metaprogramming instead of duplication",[475,0.817,729,1.4,1361,1.147,1647,1.253,1737,1.633,1774,1.4]],["title/Bye autotools hello Scons",[1128,3.506,1779,4.879,1780,4.339,1781,4.339]],["content/Bye autotools hello Scons",[1,1.382,14,1.025,17,0.921,19,0.523,26,0.904,27,0.873,50,0.842,52,0.484,60,1.562,74,1.007,75,1.842,77,1.498,79,0.805,87,1.355,104,0.812,132,2.616,144,1.616,149,1.787,156,1.668,165,1.304,168,1.468,200,2.086,219,1.925,222,3.446,240,1.123,242,1.876,271,2.791,278,1.498,291,2.086,293,1.355,321,2.72,365,1.975,372,2.029,375,1.255,384,1.992,399,2.88,409,1.562,412,1.787,472,2.999,490,2.359,518,2.029,547,3.033,596,2.796,623,2.283,896,2.442,922,1.807,933,2.213,951,2.442,986,1.382,1018,2.411,1191,3.132,1280,3.216,1281,1.148,1287,1.143,1289,1.329,1294,1.438,1315,1.631,1328,3.754,1367,1.186,1368,3.033,1390,2.75,1413,1.706,1416,3.754,1472,3.033,1487,2.72,1575,2.359,1592,2.442,1621,2.455,1661,1.975,1676,2.147,1685,1.186,1694,4.87,1776,2.359,1780,3.754,1781,5.304,1782,3.885,1783,1.631,1784,4.22,1785,3.885,1786,3.754,1787,3.033,1788,3.033,1789,2.75,1790,3.754,1791,5.728,1792,2.029,1793,2.147,1794,2.88,1795,4.22,1796,4.22,1797,3.033,1798,3.754,1799,4.22,1800,4.22,1801,3.216,1802,3.754,1803,4.22,1804,3.033,1805,3.446,1806,4.22,1807,3.754,1808,4.545,1809,2.147,1810,4.22,1811,4.22,1812,4.22,1813,8.23,1814,4.22,1815,4.22,1816,8.23,1817,4.22,1818,3.754,1819,4.22,1820,4.22,1821,5.964,1822,7.516,1823,4.22,1824,4.22,1825,2.88,1826,4.22,1827,5.964,1828,7.516,1829,5.304,1830,6.916,1831,4.22,1832,4.22,1833,6.916,1834,6.916,1835,7.929,1836,5.964,1837,4.22,1838,4.22,1839,5.964,1840,4.22,1841,5.964,1842,5.964,1843,6.916,1844,5.964,1845,5.964,1846,5.964,1847,5.964,1848,4.22,1849,4.22,1850,2.75,1851,4.22,1852,3.446,1853,4.22,1854,4.22,1855,4.22,1856,2.086,1857,3.754,1858,3.216,1859,4.22,1860,4.22,1861,5.964,1862,4.22,1863,4.22,1864,2.88]],["tags/Bye autotools hello Scons",[472,1.125,704,2.429,1865,2.974]],["title/Custom Webdriver Page Factories",[96,2.018,1660,2.639,1866,3.179,1867,4.339]],["content/Custom Webdriver Page Factories",[10,1.107,19,0.526,30,1.888,52,0.892,61,3.468,77,1.621,79,0.85,83,1.69,96,3.375,98,1.237,102,2.642,103,1.69,126,2.323,179,1.237,199,2.137,279,2.552,378,1.237,384,1.525,403,4.174,404,1.332,409,1.69,422,2.082,436,3.479,446,2.323,455,1.655,459,2.741,472,1.727,475,2.03,478,2.323,516,3.116,566,3.902,571,4.3,579,3.207,580,2.552,621,2.521,711,3.116,746,3.728,806,2.469,810,2.85,817,6.917,897,2.191,1027,4.527,1094,4.899,1281,0.878,1287,1.237,1289,1.438,1294,1.556,1298,2.082,1330,2.741,1504,2.393,1610,3.782,1617,5.191,1655,2.137,1659,6.415,1660,2.469,1696,3.479,1747,4.06,1774,3.479,1785,2.974,1866,4.104,1867,5.603,1868,4.565,1869,4.565,1870,2.741,1871,6.3,1872,4.565,1873,4.565,1874,2.741,1875,3.782,1876,2.85,1877,2.85,1878,4.565,1879,2.323,1880,7.777,1881,7.777,1882,6.3,1883,3.782,1884,6.3,1885,7.777,1886,7.777,1887,4.104,1888,4.565,1889,4.565,1890,4.06,1891,4.565,1892,4.565,1893,5.603,1894,3.728,1895,3.728,1896,3.479,1897,4.565,1898,4.565,1899,4.565,1900,4.527,1901,2.974,1902,4.565,1903,6.3,1904,7.213,1905,5.603,1906,4.565,1907,4.565,1908,4.565,1909,4.565,1910,4.801,1911,4.565,1912,4.565,1913,4.565,1914,4.565,1915,4.565,1916,7.213,1917,4.565,1918,4.565,1919,4.565,1920,6.3,1921,4.565,1922,4.565,1923,4.565,1924,4.565,1925,4.565]],["tags/Custom Webdriver Page Factories",[475,0.936,1361,1.314,1647,1.437,1866,1.371,1926,1.872]],["title/Faking domain logic",[1609,2.823,1927,5.385,1928,3.116]],["content/Faking domain logic",[1,1.382,10,1.048,14,1.025,19,0.525,22,1.186,25,1.498,26,0.904,47,1.746,52,0.793,59,2.029,61,3.325,62,2.88,67,1.975,73,0.921,75,1.842,76,1.668,87,1.355,89,3.226,101,1.216,102,2.442,103,1.562,104,0.812,126,3.519,144,2.036,154,2.032,167,1.975,179,1.143,188,2.213,211,2.029,240,1.586,277,1.562,279,2.359,286,3.446,315,1.279,324,4.512,375,0.888,378,1.143,412,1.787,416,1.925,418,1.831,455,1.53,469,2.534,550,3.446,579,3.761,580,4.83,674,3.216,722,3.034,782,1.807,794,5.13,797,2.283,799,2.75,854,3.126,897,2.757,920,1.876,922,1.279,979,1.876,1060,2.147,1094,3.58,1191,1.562,1254,2.283,1276,1.925,1279,3.033,1281,1.526,1287,1.143,1289,1.329,1298,3.616,1299,2.534,1319,4.506,1324,4.97,1325,1.925,1344,1.355,1397,3.333,1400,3.033,1420,1.975,1424,2.796,1504,2.213,1512,3.033,1517,3.033,1518,3.446,1539,1.975,1606,2.359,1609,3.94,1610,3.126,1621,1.498,1646,1.831,1655,1.975,1660,2.283,1675,3.033,1685,1.186,1686,2.534,1689,3.885,1717,2.147,1719,1.842,1762,2.032,1775,2.283,1785,2.75,1809,2.147,1874,4.152,1928,4.002,1929,2.442,1930,4.286,1931,2.635,1932,3.754,1933,4.22,1934,3.446,1935,4.87,1936,3.033,1937,3.724,1938,7.052,1939,2.88,1940,3.754,1941,4.22,1942,3.754,1943,1.831,1944,3.033,1945,4.152,1946,3.446,1947,3.033,1948,1.787,1949,3.754,1950,2.635,1951,2.75,1952,4.22,1953,4.22,1954,4.22,1955,3.216,1956,4.545,1957,7.929,1958,4.22,1959,4.22,1960,2.213,1961,4.22,1962,3.216,1963,2.147,1964,4.22,1965,4.22,1966,3.754,1967,1.165,1968,4.22,1969,3.033,1970,3.216,1971,3.446,1972,2.635,1973,3.446,1974,3.033,1975,2.88,1976,4.22,1977,3.446]],["tags/Faking domain logic",[1647,2.03,1978,2.429,1979,2.974]],["title/.NET Memory management VS JVM Memory management",[492,1.83,549,3.204,720,3.108,1258,2.189,1980,2.901]],["content/.NET Memory management VS JVM Memory management",[10,0.896,19,0.275,26,1.092,47,2.808,50,1.354,52,0.779,55,2.211,67,2.386,74,1.216,75,1.575,79,0.688,87,2.18,98,1.381,101,0.896,103,2.513,104,0.981,109,1.848,113,1.356,182,1.669,217,1.575,223,1.284,233,2.849,240,1.356,242,2.266,263,2.097,275,1.46,292,3.885,293,1.637,388,2.061,416,2.325,465,2.593,473,3.672,475,2.266,492,4.191,549,5.044,627,2.325,844,4.879,845,5.174,952,1.516,1009,2.593,1018,2.061,1027,3.663,1043,3.321,1077,3.885,1144,2.159,1254,2.757,1258,3.017,1289,2.138,1294,1.737,1304,3.479,1313,2.211,1319,3.321,1350,3.183,1396,2.52,1424,3.086,1504,2.672,1646,2.211,1805,4.162,1877,3.183,1980,3.885,1981,1.97,1982,3.321,1983,4.239,1984,2.95,1985,6.789,1986,5.097,1987,5.097,1988,3.663,1989,5.097,1990,4.534,1991,3.183,1992,3.885,1993,3.479,1994,5.097,1995,4.534,1996,4.534,1997,2.95,1998,5.097,1999,4.162,2000,5.097,2001,4.534,2002,3.321,2003,7.118,2004,4.239,2005,3.67,2006,6.789,2007,7.539,2008,6.233,2009,3.885,2010,5.082,2011,5.097,2012,4.534,2013,3.479,2014,4.534,2015,3.663,2016,5.097,2017,5.097,2018,4.534,2019,4.534,2020,5.097,2021,5.097,2022,4.973,2023,2.849,2024,5.097,2025,8.139,2026,2.757,2027,4.534,2028,4.534,2029,5.174,2030,5.097,2031,5.097,2032,3.06,2033,5.097,2034,5.097]],["tags/.NET Memory management VS JVM Memory management",[492,1.185,1980,1.879,2003,2.013,2035,2.465]],["title/Unit Testing Extjs UI with Siesta",[1190,2.144,1191,1.651,2036,3.044,2037,3.399,2038,3.642]],["content/Unit Testing Extjs UI with Siesta",[10,0.702,17,0.872,19,0.507,20,1.579,26,0.856,27,0.826,28,1.044,50,0.797,52,1.022,61,1.921,74,0.953,75,2.073,79,0.539,83,2.123,85,2.267,87,1.283,89,3.103,90,1.975,96,2.373,98,1.082,101,1.008,103,1.479,132,1.511,145,2.616,149,1.692,154,1.955,157,1.653,158,0.971,165,1.772,179,2.189,185,1.692,200,1.975,216,1.063,219,1.822,223,1.006,270,2.495,276,1.511,279,3.751,282,1.545,304,2.161,307,3.045,318,2.399,321,1.822,372,1.921,384,1.335,403,2.312,409,1.479,413,3.103,435,2.095,445,4.371,450,2.603,455,2.079,459,2.399,465,2.033,471,2.603,476,1.144,571,2.727,596,1.615,621,1.234,623,2.161,628,2.095,649,4.211,700,4.099,782,1.738,806,3.103,810,2.495,827,2.727,897,1.39,909,1.87,927,2.603,952,1.188,1012,1.777,1086,3.045,1190,2.758,1191,3.259,1232,2.312,1237,3.263,1254,3.629,1258,1.579,1272,1.448,1281,1.291,1284,2.603,1287,1.082,1289,1.806,1296,1.975,1331,2.319,1332,2.399,1335,2.312,1344,1.283,1401,1.921,1413,1.615,1418,2.616,1486,2.267,1499,1.545,1532,2.033,1613,2.399,1621,1.418,1656,2.603,1660,2.161,1689,2.603,1761,1.921,1856,1.975,1864,3.915,1866,4.777,1874,2.399,1883,2.399,1895,4.684,1928,2.312,1932,3.554,1951,2.603,1973,3.263,1982,2.603,1983,5.199,1991,3.582,1993,5.004,2013,2.727,2015,2.872,2026,2.161,2029,3.045,2036,5.813,2037,5.918,2038,4.684,2039,4.684,2040,3.263,2041,2.727,2042,3.045,2043,3.915,2044,3.996,2045,3.263,2046,3.263,2047,3.996,2048,3.996,2049,4.371,2050,2.161,2051,2.312,2052,3.996,2053,3.263,2054,3.996,2055,3.554,2056,3.996,2057,2.727,2058,3.554,2059,3.045,2060,2.095,2061,2.685,2062,3.554,2063,3.045,2064,3.996,2065,3.996,2066,3.996,2067,3.554,2068,2.495,2069,3.263,2070,3.996,2071,3.554,2072,3.996,2073,3.996,2074,3.996,2075,2.234,2076,2.495,2077,3.554,2078,2.727,2079,3.554,2080,4.684,2081,3.996,2082,3.996,2083,3.996,2084,3.045,2085,2.095,2086,3.996,2087,3.554,2088,3.996,2089,3.996,2090,3.996,2091,3.996,2092,3.996,2093,3.996,2094,3.996,2095,3.996,2096,3.996,2097,3.996,2098,3.996,2099,3.996,2100,3.996]],["tags/Unit Testing Extjs UI with Siesta",[649,1.219,1361,1.539,2036,1.682,2038,2.013]],["title/Archive by year: 2014",[6,1.285,477,2.227,2101,4.397]],["content/Archive by year: 2014",[19,0.473,477,3.191,2101,6.3]],["tags/Archive by year: 2014",[]],["title/Webdriver Exception Handling",[251,2.662,1866,3.508,2102,3.233]],["content/Webdriver Exception Handling",[5,1.519,10,1.06,17,0.935,19,0.529,22,1.205,26,1.495,52,0.868,75,1.325,77,1.522,79,0.814,83,2.582,91,1.955,104,0.825,126,2.182,152,2.927,154,1.461,168,1.491,199,2.007,210,3.262,223,1.08,251,4.201,263,1.325,309,2.248,315,1.299,372,2.062,375,1.468,376,3.082,378,1.634,384,1.432,422,1.955,455,1.554,457,1.432,459,2.574,476,1.727,478,2.182,566,2.319,579,1.907,580,3.371,596,2.82,621,1.325,627,2.75,739,2.678,782,1.828,794,2.927,806,2.319,810,4.356,840,2.927,897,1.491,971,2.927,979,1.907,984,3.262,1003,3.082,1004,2.794,1018,2.438,1036,3.814,1062,3.501,1191,3.062,1197,3.814,1296,2.981,1298,1.955,1344,1.377,1420,2.007,1476,2.481,1581,2.682,1584,1.955,1610,2.248,1617,2.574,1621,1.522,1632,2.397,1673,2.927,1685,1.205,1696,3.268,1748,3.814,1751,3.268,1761,2.062,1762,1.461,1866,3.929,1875,2.574,1895,3.501,1945,2.574,1946,3.501,1948,1.816,1982,2.794,2039,4.924,2071,3.814,2102,2.574,2103,3.082,2104,4.288,2105,7.094,2106,3.371,2107,3.082,2108,4.288,2109,4.288,2110,3.814,2111,4.288,2112,4.288,2113,2.12,2114,2.248,2115,3.501,2116,3.766,2117,6.031,2118,5.444,2119,6.031,2120,4.288,2121,2.981,2122,6.031,2123,2.927,2124,4.288,2125,2.927,2126,4.288,2127,4.288,2128,4.288,2129,4.288,2130,4.288,2131,4.288,2132,3.501,2133,2.823,2134,4.288,2135,8.498,2136,4.288,2137,3.268,2138,4.288,2139,4.288,2140,6.031,2141,4.288,2142,2.927,2143,4.288,2144,4.288,2145,2.794,2146,4.288,2147,2.9,2148,4.288,2149,4.288,2150,4.288,2151,4.288,2152,4.288,2153,4.288,2154,4.288,2155,6.031,2156,4.288,2157,3.268,2158,4.288,2159,4.288,2160,2.574,2161,3.814,2162,4.288,2163,2.248,2164,4.288,2165,4.288,2166,4.288,2167,4.288,2168,4.288,2169,4.288]],["tags/Webdriver Exception Handling",[1361,1.539,1647,1.682,1866,1.606,1926,2.193]],["title/Archive by year: 2015",[6,1.285,477,2.227,2170,4.789]],["content/Archive by year: 2015",[19,0.473,477,3.191,2170,6.862]],["tags/Archive by year: 2015",[]],["title/Migrating from Extjs to React gradually",[2036,3.33,2171,3.33,2172,3.984,2173,4.879]],["content/Migrating from Extjs to React gradually",[0,1.378,5,1.874,19,0.528,22,1.16,26,0.884,27,0.853,52,0.902,73,0.9,74,0.984,79,0.922,86,1.747,87,1.325,99,1.496,130,2.816,132,1.561,175,1.631,179,1.118,208,2.099,218,3.369,271,1.931,307,4.473,311,1.527,315,1.25,320,1.496,366,2.306,378,1.118,395,2.099,441,1.465,455,2.127,457,1.378,471,2.688,472,1.561,476,1.681,481,2.576,517,1.002,569,2.688,579,1.835,586,1.882,649,2.04,700,4.159,705,1.561,711,2.816,722,2.099,723,2.306,725,2.306,782,1.25,799,2.688,806,3.175,810,3.665,952,1.745,953,3.67,959,2.388,974,2.816,979,1.835,1015,2.306,1027,2.965,1029,2.477,1076,2.965,1191,1.527,1232,2.388,1254,3.175,1258,1.631,1265,2.306,1272,1.496,1281,1.314,1287,1.118,1294,1.406,1297,2.388,1323,2.688,1337,1.835,1344,1.884,1364,2.388,1424,1.668,1442,3.67,1469,2.576,1472,2.965,1476,2.388,1486,1.631,1532,2.099,1555,1.835,1609,2.163,1621,1.465,1646,2.546,1660,3.175,1723,1.747,1753,2.965,1856,2.04,1874,2.477,1875,2.477,1883,2.477,1928,2.388,1931,2.576,1948,1.747,1983,4.909,1991,4.265,2013,4.006,2036,5.365,2037,3.145,2039,3.369,2043,4.006,2046,4.792,2057,2.816,2062,6.075,2080,6.075,2133,2.747,2171,2.816,2172,6.419,2174,3.67,2175,2.965,2176,3.145,2177,4.126,2178,4.126,2179,4.126,2180,3.145,2181,2.232,2182,4.126,2183,4.126,2184,2.576,2185,4.126,2186,4.126,2187,3.67,2188,6.075,2189,6.075,2190,4.126,2191,3.824,2192,4.126,2193,3.67,2194,4.126,2195,4.126,2196,3.369,2197,4.126,2198,3.145,2199,4.126,2200,3.67,2201,4.126,2202,4.126,2203,5.869,2204,4.126,2205,4.126,2206,4.126,2207,4.126,2208,4.126,2209,4.126,2210,4.126,2211,3.67,2212,3.369,2213,4.126,2214,3.67,2215,4.126,2216,4.126,2217,3.369,2218,4.126,2219,4.126,2220,4.126,2221,4.126,2222,4.126,2223,3.145,2224,6.075,2225,4.126,2226,4.126,2227,4.126,2228,3.077,2229,2.576,2230,4.126,2231,4.126,2232,4.126,2233,4.126,2234,4.126,2235,4.792,2236,3.67,2237,4.126,2238,4.126,2239,4.126,2240,4.126,2241,4.126,2242,4.126,2243,4.126,2244,4.126,2245,4.126]],["tags/Migrating from Extjs to React gradually",[649,1.47,2036,2.03,2172,2.429]],["title/Unit testing in Legacy Projects: VB6",[1190,2.144,1191,1.651,1413,1.803,1931,2.785,2246,3.642]],["content/Unit testing in Legacy Projects: VB6",[0,1.953,5,1.473,19,0.4,20,1.622,22,1.154,26,0.88,28,1.527,47,1.698,50,0.819,51,2.089,52,0.671,55,1.781,60,1.52,70,1.738,74,1.395,75,1.268,77,2.076,79,1.002,81,2.6,86,2.476,89,2.22,94,2.145,95,2.563,101,0.722,104,0.79,109,1.488,144,1.112,148,2.029,153,2.22,154,1.399,175,1.622,193,2.563,217,1.268,223,1.034,237,2.95,252,2.029,271,1.921,275,1.176,294,1.974,312,2.418,317,2.6,320,1.488,321,1.872,367,2.089,375,1.231,378,1.112,388,2.753,398,2.95,399,2.802,416,1.872,435,2.152,455,1.488,457,1.371,472,1.553,473,3.684,476,1.176,518,1.974,580,2.295,596,3.297,621,2.104,622,2.563,627,2.667,628,2.152,713,2.464,757,2.152,796,3.352,813,2.563,853,1.825,885,3.163,896,2.375,897,2.983,913,1.739,920,1.825,952,1.739,959,3.941,986,1.915,1012,1.825,1144,1.738,1190,3.772,1191,3.35,1213,2.802,1227,1.738,1234,4.295,1272,1.488,1275,2.95,1277,1.488,1281,1.311,1287,1.845,1289,1.293,1294,1.399,1301,2.464,1315,1.587,1325,1.872,1337,1.825,1346,2.22,1367,1.644,1413,3.716,1480,2.563,1487,1.872,1491,3.991,1499,1.587,1531,2.375,1535,2.22,1584,3.106,1621,1.457,1632,2.295,1643,2.152,1657,1.974,1783,1.587,1785,2.674,1856,2.029,1864,2.802,1930,2.95,1931,2.563,1937,2.563,1938,5.201,1975,2.802,1982,2.674,1983,2.563,1992,3.129,2005,1.974,2007,3.651,2060,2.152,2125,3.991,2188,3.651,2223,4.457,2246,5.562,2247,4.105,2248,4.105,2249,7.423,2250,4.105,2251,4.105,2252,2.295,2253,4.105,2254,3.352,2255,3.651,2256,3.352,2257,3.352,2258,4.105,2259,3.651,2260,4.105,2261,4.105,2262,4.105,2263,5.848,2264,5.848,2265,4.105,2266,4.105,2267,6.811,2268,4.105,2269,4.105,2270,4.105,2271,3.651,2272,4.105,2273,4.105,2274,4.105,2275,5.848,2276,3.651,2277,4.105,2278,4.105,2279,3.651,2280,2.674,2281,4.105,2282,4.105,2283,3.651,2284,5.848,2285,4.105,2286,4.105,2287,2.089,2288,4.105,2289,4.105,2290,3.651,2291,4.105,2292,4.105,2293,3.352,2294,3.352,2295,2.802,2296,3.129,2297,3.129,2298,3.651,2299,2.95]],["tags/Unit testing in Legacy Projects: VB6",[1361,2.34,2246,3.061]],["title/Archive by year: 2016",[6,1.285,477,2.227,919,4.104]],["content/Archive by year: 2016",[19,0.473,477,3.191,919,5.88]],["tags/Archive by year: 2016",[]],["title/Teaching yourself to draw",[242,2.394,2300,2.227,2301,3.233]],["content/Teaching yourself to draw",[1,1.311,6,1.854,10,0.703,11,1.618,14,1.631,18,2.27,19,0.481,20,2.654,21,2.115,22,1.614,24,1.74,26,1.231,28,1.045,29,2.267,37,2.237,47,2.375,50,0.798,52,0.659,65,1.695,73,1.465,74,0.955,75,1.774,77,1.421,79,0.775,88,3.063,90,1.979,92,2.403,96,2.778,111,3.05,118,3.05,132,1.514,144,1.084,148,1.979,149,1.695,150,1.451,156,2.9,159,1.78,168,1.997,172,3.417,185,1.695,196,1.514,200,2.839,203,1.844,208,2.922,210,2.165,211,1.924,216,1.065,242,2.986,252,1.979,263,2.075,273,3.05,277,1.482,282,1.547,293,1.285,294,1.924,311,1.482,312,1.421,315,1.74,317,1.78,324,2.403,350,3.268,375,1.209,384,1.918,409,2.126,418,1.736,422,1.825,455,2.082,457,1.337,459,2.403,469,2.403,473,2.165,476,1.645,481,2.499,484,1.979,501,4.127,628,2.098,711,2.732,715,2.237,724,1.618,782,1.213,851,2.499,897,1.392,921,2.499,923,3.56,930,1.656,946,2.316,977,3.05,979,1.78,986,1.311,994,2.403,1234,2.316,1268,2.876,1272,1.451,1274,2.165,1277,1.451,1281,1.292,1289,1.26,1291,2.608,1294,1.957,1331,1.618,1367,1.614,1392,3.05,1420,1.873,1506,3.742,1539,1.873,1565,3.268,1581,1.78,1584,1.825,1587,2.732,1590,2.499,1598,3.106,1613,2.403,1657,2.761,1661,1.873,1676,2.036,1685,1.888,1719,1.236,1789,2.608,1858,3.05,1870,3.448,1879,2.036,1929,2.316,1934,3.268,1960,2.098,1981,1.547,2004,2.499,2005,1.924,2026,2.165,2069,3.268,2075,2.237,2296,3.05,2300,1.656,2301,5.001,2302,5.743,2303,4.002,2304,5.201,2305,4.002,2306,3.05,2307,4.002,2308,4.127,2309,4.002,2310,4.002,2311,3.56,2312,3.586,2313,2.732,2314,4.002,2315,2.876,2316,1.736,2317,3.05,2318,3.05,2319,3.56,2320,4.002,2321,3.05,2322,3.05,2323,4.002,2324,3.586,2325,4.002,2326,2.316,2327,3.56,2328,4.002,2329,3.268,2330,3.56,2331,3.05,2332,4.002,2333,4.127,2334,4.127,2335,3.05,2336,3.56,2337,3.106,2338,4.002,2339,2.165,2340,5.973,2341,4.002,2342,2.732,2343,3.268,2344,2.499,2345,2.732,2346,3.268,2347,3.268,2348,4.002,2349,4.002,2350,4.002,2351,2.499,2352,5.743,2353,4.002,2354,4.002,2355,2.876,2356,2.608,2357,3.56,2358,2.608,2359,3.05,2360,4.002,2361,4.002,2362,3.56,2363,2.876,2364,4.002,2365,5.108,2366,4.002,2367,4.002,2368,4.002,2369,4.002,2370,4.002,2371,4.002]],["tags/Teaching yourself to draw",[]],["title/Are you handing over enough when inspiring someone?",[82,2.338,116,1.46,320,1.616,1598,2.412,2372,2.581]],["content/Are you handing over enough when inspiring someone?",[0,1.39,1,1.363,10,0.732,11,2.774,17,1.288,18,1.645,21,1.859,24,1.789,25,1.477,26,1.69,28,1.542,29,1.824,42,1.722,48,3.194,50,1.178,52,0.477,60,2.186,69,3.417,70,3.34,74,1.409,75,1.824,79,0.926,82,2.182,87,1.336,89,2.251,96,1.722,99,1.509,101,0.732,103,1.541,104,0.801,116,1.363,131,1.067,144,1.127,145,2.693,150,1.509,156,2.712,167,1.948,168,1.447,179,1.6,180,2.596,196,2.233,199,1.948,216,1.987,217,1.286,263,1.286,275,1.192,282,1.609,288,1.418,292,3.172,315,1.789,318,2.499,320,1.509,359,2.991,367,2.117,368,2.839,370,2.84,374,3.172,375,0.876,407,2.001,409,1.541,412,1.762,413,2.251,416,2.693,437,2.562,442,2.84,451,3.702,469,3.545,476,1.965,484,2.057,487,1.418,517,1.011,528,3.398,566,3.712,673,3.398,782,1.789,805,3.398,840,2.84,854,3.598,877,1.805,897,1.447,930,2.839,933,2.182,952,1.237,979,1.85,983,2.251,987,2.408,988,3.545,1012,1.85,1043,2.712,1157,2.499,1159,2.712,1190,2.001,1191,1.541,1234,2.408,1235,2.001,1254,2.251,1277,1.509,1279,2.991,1280,3.172,1281,1.136,1294,2.012,1301,2.499,1310,2.408,1318,3.172,1364,2.408,1367,1.17,1429,4.684,1510,3.417,1535,2.251,1550,2.712,1597,3.417,1598,2.251,1609,2.182,1676,2.117,1679,3.172,1685,1.929,1713,3.172,1723,1.762,1762,1.418,1818,5.252,1825,2.84,1939,2.84,1943,1.805,1948,2.501,1962,3.172,1963,2.117,1967,2.061,1972,3.687,2042,3.172,2067,3.702,2163,2.182,2228,2.182,2294,3.398,2313,2.84,2373,2.499,2374,2.712,2375,2.991,2376,2.387,2377,4.162,2378,4.162,2379,3.172,2380,3.172,2381,3.702,2382,4.162,2383,2.712,2384,3.702,2385,2.326,2386,2.712,2387,4.162,2388,2.408,2389,3.702,2390,2.326,2391,4.162,2392,4.162,2393,5.252,2394,2.712,2395,2.712,2396,5.905,2397,4.162,2398,3.398,2399,2.991,2400,3.702,2401,3.702,2402,3.398,2403,6.863,2404,3.172,2405,2.84,2406,4.162,2407,2.251,2408,4.162,2409,4.162,2410,3.172,2411,4.322,2412,4.162,2413,3.172,2414,4.162,2415,2.599,2416,4.162,2417,3.702,2418,3.702,2419,4.162,2420,4.162,2421,3.702,2422,4.162,2423,4.162,2424,3.398,2425,3.398,2426,3.702,2427,3.398,2428,5.905,2429,2.84,2430,3.702,2431,2.599,2432,2.499,2433,3.398,2434,4.162,2435,3.702,2436,4.162]],["tags/Are you handing over enough when inspiring someone?",[70,1.587,1598,2.027]],["title/How to teach kids to program",[487,1.835,2300,2.227,2415,3.362]],["content/How to teach kids to program",[1,1.342,3,1.657,6,0.978,7,2.085,10,1.196,19,0.439,20,1.62,21,1.29,24,1.77,25,1.455,26,1.589,28,1.777,29,1.266,50,0.817,52,0.47,59,1.97,64,2.559,65,2.473,79,0.553,80,2.559,82,3.062,90,2.026,91,2.663,94,1.29,98,1.11,99,1.485,101,1.027,104,1.703,113,1.553,114,2.67,124,2.797,131,1.051,144,1.843,148,2.026,150,1.485,154,1.397,156,1.62,157,2.416,158,0.995,160,1.97,163,2.797,179,1.843,180,2.574,185,1.735,189,4.769,199,3.472,200,2.026,213,2.67,216,1.09,219,1.869,266,2.559,277,1.517,278,1.455,279,2.291,320,1.485,330,2.026,350,3.346,375,0.863,384,1.369,404,1.196,408,4.896,465,2.085,476,1.174,487,2.528,517,0.995,573,2.797,586,1.869,621,1.266,629,2.945,630,1.218,698,2.085,705,1.55,728,2.026,782,1.77,902,2.808,911,2.945,913,1.218,930,1.695,951,2.371,952,1.218,964,3.645,1028,2.559,1067,1.455,1177,2.559,1234,3.938,1258,2.308,1277,1.485,1281,1.124,1288,3.38,1294,1.397,1296,3.667,1367,1.152,1476,2.371,1500,2.797,1509,2.67,1539,1.918,1566,2.797,1575,2.291,1581,1.822,1598,3.681,1632,2.291,1653,1.869,1655,1.918,1656,2.67,1657,1.97,1676,2.085,1685,1.642,1719,1.266,1740,2.148,1776,3.265,1792,1.97,1793,2.085,1875,2.46,1929,2.371,1948,1.735,1967,1.878,1981,1.584,2005,3.566,2023,2.291,2026,2.217,2051,2.371,2061,1.918,2163,2.148,2300,2.416,2301,2.46,2306,3.123,2326,2.371,2337,2.217,2356,4.433,2388,2.371,2398,3.346,2399,2.945,2413,5.653,2415,4.631,2417,3.645,2437,3.645,2438,4.098,2439,2.797,2440,3.645,2441,4.098,2442,3.123,2443,4.098,2444,4.098,2445,4.89,2446,4.098,2447,3.123,2448,3.645,2449,4.098,2450,3.346,2451,4.098,2452,2.559,2453,4.098,2454,4.197,2455,2.371,2456,3.38,2457,3.645,2458,2.945,2459,2.945,2460,4.451,2461,2.291,2462,2.945,2463,4.098,2464,4.098,2465,3.123,2466,4.098,2467,3.346,2468,3.645,2469,2.67,2470,4.098,2471,3.346,2472,4.098,2473,2.291,2474,2.67,2475,3.346,2476,5.84,2477,2.945,2478,2.67,2479,4.098,2480,3.645,2481,2.46,2482,4.769,2483,3.645,2484,4.098,2485,3.645,2486,3.645,2487,5.84,2488,2.559,2489,4.098,2490,4.098,2491,4.098,2492,2.559,2493,4.098,2494,3.645,2495,3.123,2496,4.098,2497,4.098,2498,4.098,2499,3.645]],["tags/How to teach kids to program",[2440,4.506]],["title/A samurai learning mindset",[21,1.696,2315,3.87,2500,4.397]],["content/A samurai learning mindset",[1,1.37,6,0.998,7,2.129,11,1.691,14,1.44,19,0.32,21,2.715,26,1.27,29,1.831,32,4.839,36,2.612,46,2.068,52,0.68,55,1.815,60,2.194,65,2.915,70,1.772,73,0.913,74,1.786,75,1.292,79,0.929,80,2.612,101,1.042,103,1.549,104,0.805,109,2.148,113,1.831,121,1.617,131,1.765,133,1.86,139,2.612,144,1.133,159,1.86,165,1.292,174,2.855,186,3.188,197,2.726,217,1.292,223,1.493,231,3.188,233,2.338,252,3.402,263,1.292,275,1.697,288,1.426,293,1.343,297,2.603,321,3.414,330,2.068,372,2.011,378,1.133,389,3.188,409,1.549,441,2.104,452,3.17,476,1.198,478,2.129,487,1.426,517,1.672,630,2.35,724,1.691,902,3.309,951,3.43,986,1.941,997,3.188,1042,2.726,1067,2.104,1144,1.772,1177,2.612,1258,2.342,1281,0.805,1289,2.167,1301,4.494,1307,3.188,1367,1.666,1397,2.338,1399,2.612,1420,1.958,1550,2.726,1581,1.86,1598,2.263,1656,3.861,1685,1.176,1717,2.129,1719,1.292,1723,1.772,1739,2.512,1879,2.129,1929,3.43,1967,1.154,1981,1.617,1983,2.612,2050,2.263,2060,2.193,2075,3.313,2102,2.512,2110,3.721,2280,2.726,2287,2.129,2300,2.452,2304,5.124,2308,3.007,2312,2.612,2324,2.612,2326,2.421,2337,2.263,2339,2.263,2394,2.726,2426,3.721,2432,2.512,2501,4.184,2502,4.184,2503,4.184,2504,5.927,2505,4.184,2506,5.927,2507,4.184,2508,4.184,2509,3.007,2510,1.772,2511,3.721,2512,4.184,2513,3.188,2514,4.839,2515,4.184,2516,4.184,2517,4.184,2518,7.028,2519,3.721,2520,4.184,2521,4.184,2522,4.184,2523,4.184,2524,3.007,2525,6.883,2526,2.338,2527,4.839,2528,3.416,2529,2.855,2530,4.184,2531,3.007,2532,3.188,2533,3.416,2534,2.855,2535,4.184,2536,3.188,2537,4.184,2538,3.416,2539,3.188,2540,6.122,2541,5.246,2542,4.184,2543,4.184,2544,3.721,2545,4.184,2546,4.184,2547,4.184,2548,5.271,2549,4.184,2550,3.416,2551,4.184,2552,4.184,2553,4.839,2554,4.184,2555,4.184,2556,2.129,2557,3.721,2558,3.721,2559,4.184,2560,4.184,2561,3.721,2562,3.558,2563,2.726,2564,3.416,2565,4.184,2566,4.184,2567,4.184,2568,4.184,2569,4.184,2570,4.184,2571,4.184,2572,3.721,2573,4.184]],["tags/A samurai learning mindset",[]],["title/Development principles in cooking",[139,3.362,476,1.542,2456,3.116]],["content/Development principles in cooking",[0,1.362,4,2.448,6,1.388,7,2.074,10,1.023,11,2.991,14,0.99,16,2.93,17,0.889,19,0.366,20,2.682,21,1.832,22,1.146,24,2.243,25,1.447,26,1.795,27,1.203,29,1.259,30,1.686,47,2.807,52,0.778,65,1.727,69,3.367,74,1.619,77,1.447,79,0.55,83,1.509,84,2.724,85,1.611,87,1.309,88,1.859,97,2.137,98,1.104,99,2.109,101,0.717,113,2.164,118,3.107,121,1.576,131,1.046,132,2.96,139,5.442,140,3.329,154,1.389,158,1.798,179,1.838,180,2.201,182,1.335,203,1.309,220,2.205,223,1.027,257,2.656,271,1.908,277,1.509,309,3.051,312,1.447,317,1.813,321,1.859,337,4.752,359,2.93,361,2.074,369,2.546,387,5.176,395,2.074,399,2.783,400,3.329,404,1.19,408,2.546,409,1.509,413,2.205,418,1.769,428,2.546,435,2.137,441,2.066,457,2.267,469,3.493,476,1.168,484,2.015,591,2.137,621,2.417,632,2.783,676,3.107,698,2.074,705,1.542,723,3.253,724,1.648,913,1.212,935,3.791,966,6.043,969,3.329,970,3.329,979,1.813,986,2.222,987,2.359,997,4.435,1001,2.93,1007,5.176,1029,2.448,1067,2.627,1232,3.367,1265,2.279,1281,1.12,1288,2.359,1289,1.284,1296,2.015,1301,2.448,1367,1.146,1581,2.587,1588,2.656,1612,2.137,1615,2.546,1629,2.205,1685,1.146,1689,2.656,1709,2.137,1719,1.797,1793,2.074,1802,3.626,1850,2.656,1951,3.791,1967,2.042,1972,2.546,1984,2.359,2005,1.96,2114,2.137,2163,2.137,2228,2.137,2381,3.626,2456,2.359,2574,2.074,2575,3.626,2576,6.786,2577,4.077,2578,4.077,2579,4.077,2580,3.107,2581,4.077,2582,4.077,2583,5.819,2584,4.077,2585,4.077,2586,2.546,2587,4.077,2588,3.329,2589,4.077,2590,3.634,2591,3.626,2592,2.546,2593,4.077,2594,4.435,2595,3.626,2596,4.077,2597,4.077,2598,2.783,2599,4.077,2600,3.626,2601,6.786,2602,4.077,2603,2.783,2604,4.077,2605,4.077,2606,4.077,2607,4.077,2608,2.93,2609,4.077,2610,5.819,2611,4.077,2612,3.329,2613,5.176,2614,3.626,2615,2.546,2616,4.077,2617,4.077,2618,4.077,2619,3.626,2620,3.626,2621,2.783,2622,3.329,2623,4.077,2624,5.819,2625,4.077,2626,4.077,2627,4.077,2628,4.077,2629,4.077,2630,4.077,2631,4.077,2632,3.626,2633,4.077,2634,4.077]],["tags/Development principles in cooking",[139,1.857,476,0.852,2456,1.721]],["title/Healing creative scars",[2316,2.336,2635,4.789,2636,4.397]],["content/Healing creative scars",[1,1.313,6,1.372,9,3.274,10,0.705,14,0.974,17,1.466,18,1.584,19,0.362,21,1.811,24,2.037,26,1.44,27,1.39,28,1.756,29,1.238,42,1.658,46,1.982,48,2.169,50,0.8,51,2.04,60,1.484,69,3.327,74,1.372,76,1.584,79,0.776,82,3.014,83,2.128,87,1.287,88,2.622,91,1.828,94,1.262,98,1.558,113,1.066,114,2.612,127,4.249,128,2.881,131,1.028,149,1.698,154,1.366,156,1.584,159,1.783,165,1.776,179,1.558,180,2.175,190,5.489,217,1.776,240,1.529,244,3.274,271,1.877,275,1.148,276,2.542,278,1.423,282,1.55,291,1.982,293,1.287,294,1.928,296,3.274,368,2.764,375,1.21,384,1.92,388,1.621,404,1.17,408,2.503,433,3.055,443,1.584,446,2.925,484,1.982,517,0.974,586,1.828,627,3.349,630,1.192,705,1.516,715,2.241,782,1.215,827,3.924,877,1.739,913,1.192,925,3.59,935,2.612,952,1.192,967,3.566,1004,2.612,1067,2.041,1157,2.407,1177,2.503,1281,0.771,1289,2.117,1294,1.366,1330,2.407,1510,3.327,1535,2.169,1555,1.783,1613,2.407,1661,3.146,1685,1.127,1719,1.238,1723,1.698,1762,1.366,1776,2.241,1783,1.55,1792,2.764,1797,2.881,1798,5.114,1960,2.102,1971,3.274,1981,1.55,1984,3.327,2005,1.928,2026,2.169,2032,2.407,2107,2.881,2176,5.123,2301,4.036,2304,2.503,2312,2.503,2315,2.881,2316,1.739,2322,3.055,2327,3.566,2359,3.055,2376,2,2388,2.32,2404,3.055,2424,3.274,2445,2.881,2452,4.585,2456,2.32,2482,3.274,2486,3.566,2499,3.566,2500,3.274,2518,3.566,2527,5.489,2528,3.274,2529,2.736,2533,3.274,2534,2.736,2540,3.566,2541,3.055,2553,3.274,2563,2.612,2575,3.566,2592,2.503,2608,4.132,2622,4.695,2636,4.695,2637,2.881,2638,4.009,2639,3.055,2640,2.241,2641,5.75,2642,4.009,2643,3.85,2644,3.566,2645,4.009,2646,2.881,2647,3.566,2648,3.566,2649,4.009,2650,4.009,2651,4.009,2652,3.274,2653,4.132,2654,5.75,2655,6.722,2656,5.114,2657,5.75,2658,3.566,2659,2.881,2660,4.009,2661,4.009,2662,4.009,2663,2.407,2664,2.736,2665,4.009,2666,2.503,2667,2.881,2668,5.114,2669,6.722,2670,2.736,2671,4.009,2672,4.009,2673,4.009,2674,4.009,2675,3.566,2676,4.009,2677,4.009,2678,3.566,2679,3.924,2680,5.75,2681,3.566,2682,2.612,2683,4.009,2684,3.274,2685,3.566,2686,4.009,2687,3.566,2688,4.009,2689,2.102,2690,4.009,2691,3.274,2692,2.612,2693,3.566,2694,3.055,2695,3.566,2696,3.274,2697,3.42,2698,2.503,2699,3.566,2700,4.009,2701,4.009,2702,2.612]],["tags/Healing creative scars",[21,0.937,171,2.645,172,1.513]],["title/A quick look at 6 fountain pens",[73,0.973,460,3.399,713,2.677,1531,2.581,2703,3.966]],["content/A quick look at 6 fountain pens",[5,1.018,11,1.634,19,0.364,20,1.598,22,1.136,24,1.225,25,1.435,28,1.056,30,2.393,47,1.672,50,1.347,52,0.663,59,2.781,69,2.339,73,1.77,75,2.277,77,1.435,79,0.781,83,1.497,87,1.298,94,1.273,101,1.017,113,1.075,131,1.037,154,1.971,157,1.672,158,0.982,159,1.798,165,1.249,179,1.567,183,3.596,184,1.999,200,1.999,203,1.298,213,2.634,223,1.457,240,1.538,241,2.26,252,1.999,264,2.781,278,1.435,282,1.563,294,1.944,297,1.529,317,2.572,321,1.844,322,2.759,363,4.157,365,1.892,366,2.26,367,2.057,375,0.851,403,2.339,407,1.944,412,1.712,430,1.754,437,1.754,441,1.435,460,7.034,465,2.057,473,2.187,486,2.634,517,0.982,630,1.202,631,2.339,713,2.427,806,2.187,845,3.081,914,2.759,922,1.753,933,2.119,952,1.202,965,1.999,986,2.212,1191,2.141,1277,2.097,1281,1.3,1287,1.095,1289,1.821,1313,1.754,1332,4.055,1333,1.892,1337,1.798,1380,1.892,1392,3.081,1401,1.944,1531,2.339,1539,1.892,1655,2.707,1660,2.187,1661,1.892,1685,1.136,1719,1.249,1744,2.906,1783,1.563,1856,1.999,1890,3.596,1901,2.634,1943,1.754,1960,2.119,1967,1.116,2004,3.612,2005,1.944,2057,2.759,2102,2.427,2181,2.187,2196,3.301,2228,2.119,2229,2.524,2287,2.057,2301,2.427,2333,2.906,2337,2.187,2347,6.019,2373,3.472,2374,2.634,2383,2.634,2439,2.759,2458,2.906,2580,3.081,2614,5.144,2637,2.906,2663,2.427,2703,6.937,2704,3.596,2705,2.906,2706,8.825,2707,4.043,2708,5.784,2709,6.007,2710,3.301,2711,3.081,2712,4.408,2713,2.906,2714,4.043,2715,2.906,2716,3.301,2717,3.301,2718,4.043,2719,4.043,2720,4.043,2721,4.043,2722,4.043,2723,4.043,2724,5.784,2725,3.948,2726,3.301,2727,3.596,2728,3.596,2729,3.596,2730,4.043,2731,2.906,2732,4.043,2733,4.043,2734,4.043,2735,4.043,2736,5.784,2737,5.784,2738,4.043,2739,3.596,2740,4.043,2741,3.596,2742,5.784,2743,4.043,2744,4.043,2745,4.043,2746,2.906,2747,4.043,2748,4.043,2749,5.784,2750,4.043,2751,3.301,2752,5.784,2753,3.596,2754,2.759,2755,4.043,2756,4.043,2757,2.906,2758,3.301,2759,4.043,2760,4.043,2761,6.754,2762,4.043,2763,6.754,2764,4.043,2765,4.043,2766,4.043,2767,3.596,2768,5.784,2769,4.043,2770,4.043,2771,3.596,2772,4.043,2773,2.339,2774,5.784,2775,3.596,2776,4.043,2777,3.301,2778,4.043,2779,4.043,2780,4.043,2781,4.043]],["tags/A quick look at 6 fountain pens",[2782,4.506]],["title/Journaling in practice",[88,2.74,172,3.056]],["content/Journaling in practice",[2,2.741,3,2.327,5,1.011,10,1.423,17,1.256,19,0.449,21,1.813,22,1.129,24,1.217,26,1.667,27,0.83,29,1.24,33,5.12,40,2.324,42,1.661,47,3.04,48,4.208,50,0.801,52,0.66,59,1.931,65,2.438,74,1.605,75,1.778,79,1.05,80,2.508,83,1.487,85,1.587,86,2.438,87,1.289,96,2.783,98,1.559,99,1.456,103,1.487,104,1.295,113,1.068,130,2.741,132,1.519,142,2.105,147,3.279,148,3.633,159,2.992,165,1.24,172,4.418,188,2.105,213,2.616,216,1.531,217,1.24,223,1.011,242,1.786,248,3.572,252,1.985,257,2.616,263,1.24,275,1.15,277,1.487,282,1.552,297,1.519,304,2.172,312,1.426,315,1.744,318,2.411,321,3.351,322,2.741,336,3.279,363,2.886,372,1.931,375,0.845,378,1.991,384,1.341,393,3.279,398,2.886,408,2.508,418,1.742,443,1.587,444,1.88,452,2.438,482,3.456,517,0.976,579,1.786,724,1.623,782,1.217,805,3.279,813,2.508,877,2.497,922,1.217,952,1.194,965,1.985,979,1.786,986,1.315,995,2.324,1004,2.616,1015,2.245,1064,3.331,1065,3.279,1067,1.426,1230,3.061,1235,1.931,1272,2.086,1277,1.456,1281,1.295,1289,2.314,1294,1.369,1295,2.245,1313,1.742,1333,1.88,1380,1.88,1428,2.508,1504,2.105,1510,2.324,1532,2.043,1575,2.245,1612,2.105,1629,2.172,1645,2.616,1657,1.931,1685,1.618,1712,4.387,1719,2.27,1735,3.279,1742,2.508,1753,2.886,1870,2.411,1929,2.324,1937,3.594,1948,2.438,1967,1.588,1981,1.552,1990,3.572,2106,2.245,2113,1.985,2114,2.105,2212,4.7,2294,3.279,2301,2.411,2315,4.137,2316,2.497,2322,3.061,2334,4.137,2410,3.061,2431,3.594,2433,3.279,2473,2.245,2478,2.616,2481,2.411,2500,4.7,2586,2.508,2592,3.594,2635,3.572,2636,3.279,2666,4.589,2693,5.12,2694,5.601,2696,3.279,2697,2.043,2751,3.279,2758,3.279,2783,1.985,2784,4.016,2785,4.016,2786,4.016,2787,3.279,2788,4.016,2789,3.061,2790,3.572,2791,4.016,2792,3.279,2793,2.886,2794,3.061,2795,2.886,2796,2.245,2797,4.016,2798,3.572,2799,4.016,2800,4.016,2801,3.572,2802,2.886,2803,2.846,2804,2.324,2805,4.016,2806,3.279,2807,4.016,2808,4.016,2809,7.349,2810,4.016,2811,4.016,2812,2.886,2813,4.016,2814,5.984,2815,4.016,2816,2.411,2817,2.886]],["tags/Journaling in practice",[172,1.907,2782,3.334]],["title/Nuts about local nuts",[309,2.823,801,4.586]],["content/Nuts about local nuts",[10,0.693,17,0.86,19,0.213,26,0.845,27,0.815,30,1.631,42,1.631,46,1.949,50,0.787,52,0.452,64,3.548,73,1.453,74,1.356,76,1.558,79,0.767,81,1.753,86,1.67,91,2.591,94,1.242,98,1.068,101,0.693,113,1.049,131,1.011,144,1.068,148,1.949,149,1.67,167,1.846,182,1.291,188,2.067,193,4.551,206,3.22,216,1.511,223,0.993,246,6.308,251,1.949,255,2.834,271,1.846,275,1.627,277,1.46,278,2.017,279,3.723,293,1.824,309,4.05,311,1.46,312,1.4,315,1.195,375,1.402,378,1.068,384,1.317,395,2.006,404,1.151,408,2.462,415,2.691,416,1.798,417,3.507,426,2.367,429,3.507,432,5.924,441,1.4,446,2.006,452,1.67,517,0.958,564,2.133,586,1.798,591,2.067,630,1.173,705,1.491,713,2.367,715,2.204,782,1.722,801,4.748,881,2.006,933,2.067,946,2.282,959,2.282,966,3.22,969,7.06,970,6.57,986,1.291,987,2.282,997,3.005,1144,1.67,1210,3.22,1274,2.133,1281,1.548,1294,1.936,1300,4.33,1313,2.465,1499,1.524,1611,2.834,1613,2.367,1646,1.711,1658,3.702,1664,2.462,1685,2.171,1708,2.204,1709,2.067,1723,2.821,1761,1.896,1783,1.524,1856,2.809,1947,2.834,1967,1.088,1975,2.691,2022,2.569,2032,2.367,2087,3.507,2107,2.834,2113,1.949,2176,3.005,2280,2.569,2374,2.569,2405,2.691,2411,2.282,2431,4.551,2471,3.22,2550,3.22,2574,2.006,2600,5.053,2613,3.507,2620,3.507,2622,3.22,2640,2.204,2663,2.367,2692,3.702,2698,2.462,2731,2.834,2812,2.834,2818,3.943,2819,6.66,2820,3.943,2821,3.943,2822,7.288,2823,2.462,2824,7.288,2825,3.507,2826,3.507,2827,3.943,2828,3.22,2829,3.943,2830,6.66,2831,8.488,2832,6.66,2833,7.288,2834,3.943,2835,3.943,2836,3.507,2837,3.943,2838,3.943,2839,3.943,2840,3.943,2841,4.639,2842,2.834,2843,3.507,2844,3.943,2845,3.943,2846,3.943,2847,3.943,2848,3.943,2849,3.943,2850,3.943,2851,3.005,2852,2.462,2853,3.943,2854,3.943,2855,3.943,2856,3.943,2857,5.053,2858,3.943,2859,3.943,2860,3.943,2861,3.943,2862,3.943,2863,3.943,2864,3.943,2865,2.834,2866,3.943,2867,3.943,2868,3.943,2869,3.943,2870,3.943,2871,3.943,2872,3.22,2873,5.682,2874,3.22,2875,3.943,2876,3.943,2877,3.943,2878,3.507,2879,1.524,2880,3.22,2881,3.943,2882,3.943,2883,3.943,2884,3.943,2885,3.943,2886,3.507,2887,3.22,2888,3.507,2889,3.005,2890,3.22,2891,3.507,2892,3.943,2893,3.943,2894,5.053,2895,3.507,2896,3.943,2897,3.943,2898,2.834,2899,3.507,2900,3.943]],["tags/Nuts about local nuts",[139,3.164]],["title/I'm jealous of my dog",[1967,1.486,2901,5.385,2902,4.104]],["content/I'm jealous of my dog",[4,2.507,7,2.125,10,1.04,11,2.393,14,1.015,17,1.291,18,1.651,24,1.794,26,1.268,27,1.224,28,1.796,29,1.29,30,1.728,41,2.417,50,1.181,59,2.008,65,1.769,70,1.769,74,1.884,79,1.01,83,1.546,84,1.955,88,3.411,90,2.065,91,1.905,94,1.315,101,1.209,113,2.181,121,2.288,130,2.85,133,1.857,142,2.189,148,2.065,159,1.857,160,2.008,165,1.29,174,5.106,179,1.131,180,2.601,184,2.065,203,1.341,208,2.125,211,2.008,213,2.721,216,1.111,223,1.052,258,2.507,263,1.29,271,1.955,275,1.196,278,1.483,282,1.614,287,3.183,288,1.423,291,2.065,315,1.266,326,2.507,368,2.846,375,1.246,378,1.131,404,1.219,407,3.306,426,2.507,443,2.339,444,1.955,473,2.259,490,2.334,813,4.294,913,1.242,948,2.721,951,3.979,990,3.001,1018,1.688,1067,2.656,1281,1.323,1287,1.131,1291,2.721,1294,2.017,1296,2.065,1302,3.183,1310,2.417,1318,3.183,1380,2.771,1410,3.41,1510,2.417,1575,2.334,1632,2.334,1643,3.605,1646,1.812,1656,2.721,1657,2.008,1666,3.714,1708,2.334,1709,2.189,1717,2.125,1718,2.507,1719,2.124,1761,2.008,1762,1.423,1783,1.614,1948,1.769,1967,2.064,1981,3.388,2005,2.008,2026,2.259,2049,3.183,2057,2.85,2068,2.608,2075,3.309,2121,2.065,2228,3.103,2301,2.507,2372,2.417,2390,2.334,2404,4.511,2432,4.491,2461,2.334,2488,2.608,2586,2.608,2643,2.189,2806,3.41,2857,3.714,2889,3.183,2902,6.019,2903,7.897,2904,3.714,2905,4.176,2906,4.176,2907,6.299,2908,4.176,2909,4.176,2910,4.176,2911,3.714,2912,4.511,2913,3.714,2914,3.001,2915,4.176,2916,4.176,2917,4.176,2918,3.714,2919,3.41,2920,4.176,2921,3.41,2922,5.92,2923,3.183,2924,3.714,2925,3.714,2926,3.183,2927,4.176,2928,4.176,2929,4.176,2930,3.183,2931,4.176,2932,4.176,2933,3.183,2934,4.176,2935,4.176,2936,3.714,2937,3.001,2938,3.714,2939,4.176,2940,4.176,2941,4.176,2942,4.176,2943,2.417,2944,4.176,2945,4.176,2946,2.85,2947,2.85,2948,4.176,2949,3.41,2950,2.608,2951,4.176,2952,4.176,2953,4.176,2954,4.176,2955,3.001,2956,4.176,2957,3.714,2958,4.176,2959,4.176]],["tags/I'm jealous of my dog",[]],["title/Inventing - for the worse?",[2664,4.1,2960,4.578]],["content/Inventing - for the worse?",[1,1.306,4,2.395,6,0.952,10,1.547,11,1.613,13,2.547,17,0.87,18,1.577,19,0.418,20,1.577,22,1.61,24,1.736,25,2.601,26,1.228,28,1.042,32,4.678,42,1.65,46,1.972,51,2.03,52,0.89,65,1.689,67,1.867,73,0.87,74,0.952,75,1.232,79,0.773,81,1.774,84,2.682,94,1.256,98,1.081,99,2.43,101,1.178,104,1.102,113,1.061,116,1.306,121,1.542,133,1.774,144,1.985,157,2.37,175,1.577,179,1.081,182,1.306,184,1.972,196,1.509,199,1.867,210,2.158,214,5.095,216,1.061,217,1.232,240,1.061,251,1.972,252,1.972,255,2.867,264,2.755,275,1.641,276,1.509,277,2.873,291,1.972,309,2.091,311,1.477,316,5.109,321,1.819,361,2.03,366,2.23,367,2.03,378,1.552,384,1.332,388,1.613,404,1.672,412,1.689,418,1.731,430,1.731,437,1.731,455,2.077,457,1.914,465,2.03,478,2.03,621,2.071,698,2.03,788,2.599,844,2.867,902,3.223,911,2.867,913,1.186,952,1.186,987,3.879,989,3.548,1028,2.491,1067,1.416,1106,3.257,1274,2.158,1276,1.819,1281,1.41,1289,2.307,1305,2.395,1346,3.099,1352,2.491,1379,3.548,1397,2.23,1495,3.04,1499,2.215,1500,2.723,1532,2.03,1555,1.774,1657,2.755,1685,1.121,1716,2.599,1776,2.23,1783,2.215,1794,2.723,1943,1.731,1950,3.577,1967,1.101,2026,2.158,2041,2.723,2252,4.095,2316,1.731,2326,3.315,2337,2.158,2347,3.257,2372,4.24,2388,4.24,2399,5.266,2411,3.315,2429,2.723,2465,3.04,2513,5.109,2514,3.257,2544,3.548,2556,2.03,2563,2.599,2712,4.366,2757,2.867,2783,1.972,2802,2.867,2803,1.972,2894,3.548,2946,2.723,2960,4.366,2961,3.989,2962,3.989,2963,3.989,2964,3.548,2965,2.867,2966,3.257,2967,2.723,2968,3.548,2969,3.04,2970,3.989,2971,3.989,2972,3.989,2973,3.989,2974,3.548,2975,3.989,2976,3.989,2977,3.989,2978,4.366,2979,3.04,2980,3.989,2981,3.548,2982,3.257,2983,3.989,2984,2.599,2985,3.548,2986,3.989,2987,3.989,2988,2.723,2989,3.989,2990,5.729,2991,3.989,2992,3.257,2993,2.599,2994,2.867,2995,3.989,2996,2.867,2997,3.989,2998,3.989,2999,3.989,3000,3.989,3001,3.989,3002,3.04,3003,3.04,3004,3.548,3005,3.04,3006,3.257,3007,3.989,3008,3.989,3009,5.729,3010,3.04,3011,4.117,3012,2.599,3013,3.548,3014,5.729,3015,3.989,3016,3.989,3017,2.867,3018,3.989,3019,3.257,3020,3.257,3021,3.257,3022,3.548,3023,3.989,3024,3.04,3025,3.989,3026,3.548,3027,3.548]],["tags/Inventing - for the worse?",[3020,4.137]],["title/Archive by year: 2017",[6,1.285,477,2.227,2526,3.01]],["content/Archive by year: 2017",[19,0.473,477,3.191,2526,4.313]],["tags/Archive by year: 2017",[]],["title/2017 in books",[65,2.544,2526,3.358]],["content/2017 in books",[6,1.029,10,0.758,19,0.232,26,1.297,27,0.891,28,1.581,36,2.692,47,1.783,60,2.59,65,3.739,73,0.94,74,1.444,76,3.158,77,1.53,79,0.582,82,2.26,83,1.596,87,1.384,94,1.358,96,1.783,97,2.26,99,1.563,101,0.758,103,1.596,109,1.563,111,3.286,124,2.942,142,2.26,150,2.194,154,1.469,155,3.098,157,1.783,158,1.7,160,2.073,165,1.332,179,1.168,180,2.29,181,5.384,182,1.982,216,1.61,217,1.332,253,3.174,276,1.631,282,1.666,293,1.384,315,1.306,365,2.018,375,0.907,392,2.495,407,2.911,408,3.78,422,1.966,444,2.018,472,1.631,486,2.809,487,2.063,546,2.193,606,3.977,630,1.282,698,2.193,723,2.41,760,3.503,782,1.306,860,3.52,885,2.332,925,3.78,1028,3.78,1029,2.588,1258,1.704,1277,2.536,1305,2.588,1401,2.073,1415,6.223,1562,3.52,1676,2.193,1719,2.764,1776,2.41,1783,1.666,1804,3.098,1960,2.26,1967,1.19,2005,2.073,2068,2.692,2106,2.41,2114,2.26,2121,2.131,2160,2.588,2300,1.783,2301,4.555,2304,5.513,2316,2.626,2322,5.332,2432,2.588,2461,3.911,2495,3.286,2510,1.826,2526,3.911,2574,2.193,2590,2.692,2640,2.41,2664,2.942,2697,3.08,2698,2.692,2710,3.52,2938,3.834,2946,2.942,3028,5.713,3029,3.098,3030,4.311,3031,4.311,3032,3.52,3033,3.503,3034,2.495,3035,4.311,3036,4.311,3037,4.311,3038,4.311,3039,4.311,3040,4.311,3041,4.311,3042,3.834,3043,3.834,3044,3.834,3045,4.311,3046,4.311,3047,4.311,3048,2.809,3049,6.996,3050,6.996,3051,4.311,3052,6.054,3053,6.054,3054,4.311,3055,4.311,3056,6.054,3057,6.054,3058,4.311,3059,6.996,3060,4.311,3061,6.996,3062,4.311,3063,4.311,3064,4.311,3065,4.311,3066,4.311,3067,4.311,3068,4.311,3069,3.52,3070,4.311,3071,3.834,3072,4.311,3073,4.311,3074,4.311,3075,2.942,3076,3.834,3077,3.52,3078,4.311,3079,3.52,3080,4.311,3081,3.834,3082,4.311,3083,4.311,3084,3.52,3085,3.52,3086,3.52,3087,4.311,3088,4.311,3089,4.311,3090,4.311]],["tags/2017 in books",[172,1.907,1719,1.158]],["title/Hiding Code Complexity",[591,2.823,897,1.873,2621,3.675]],["content/Hiding Code Complexity",[1,1.344,14,0.997,19,0.518,22,1.154,24,2.064,26,1.46,35,3.129,37,2.295,52,0.781,70,1.738,75,1.268,85,1.622,86,1.738,94,2.145,101,1.305,104,1.125,119,2.95,121,1.587,123,2.674,126,3.465,132,2.807,144,1.584,154,2.53,158,1.906,173,3.352,185,2.884,186,3.129,208,2.089,216,1.555,217,1.268,223,1.034,255,2.95,275,1.176,277,1.52,279,2.295,312,1.457,320,1.488,321,1.872,366,3.269,372,1.974,375,0.864,378,1.845,404,1.198,409,1.52,418,1.781,437,1.781,443,1.622,455,1.488,476,1.675,484,2.029,517,0.997,528,6.061,566,3.684,579,1.825,591,4.399,621,1.268,628,3.571,722,2.089,724,2.364,749,2.375,757,2.152,797,3.684,799,2.674,854,2.152,913,1.221,929,3.651,1012,1.825,1015,2.295,1023,3.352,1189,2.95,1204,2.95,1276,2.667,1277,1.488,1281,1.428,1298,3.106,1323,3.81,1333,1.921,1337,2.6,1367,1.915,1420,1.921,1509,2.674,1566,2.802,1597,2.375,1607,2.802,1615,3.651,1617,4.089,1632,2.295,1685,1.915,1689,2.674,1694,3.352,1719,1.806,1723,1.738,1761,1.974,1769,4.775,1775,2.22,1794,2.802,1850,2.674,1931,4.253,1948,2.476,1981,1.587,2005,1.974,2029,3.129,2050,3.163,2228,2.152,2321,3.129,2411,2.375,2475,3.352,2492,2.563,2592,4.253,2621,3.991,2640,2.295,2783,2.029,2825,5.201,2904,3.651,2947,2.802,3091,2.95,3092,3.651,3093,3.651,3094,5.201,3095,4.105,3096,6.659,3097,5.979,3098,7.846,3099,5.201,3100,5.848,3101,4.105,3102,4.105,3103,6.602,3104,4.105,3105,8.579,3106,3.352,3107,4.105,3108,5.848,3109,4.105,3110,4.105,3111,4.105,3112,5.848,3113,6.058,3114,4.105,3115,4.105,3116,4.105,3117,3.651,3118,4.105,3119,4.105,3120,3.129,3121,2.95,3122,4.105,3123,2.95,3124,4.105,3125,4.105]],["tags/Hiding Code Complexity",[1978,4.137]],["title/Take your time.",[17,1.311,216,1.598]],["content/Take your time.",[1,1.852,7,1.993,10,0.994,14,0.952,24,1.714,25,1.391,26,0.839,27,1.372,28,1.733,29,1.21,41,2.267,42,1.621,47,1.621,50,0.781,53,3.86,61,1.884,69,3.84,73,1.234,74,0.935,75,1.21,77,1.391,79,0.763,83,1.45,84,1.834,85,1.548,88,1.787,89,3.059,99,1.42,101,1.277,104,1.088,109,2.405,113,1.042,121,2.186,124,2.674,148,3.28,149,2.81,154,1.335,157,1.621,158,1.612,168,1.362,175,1.548,179,1.061,182,1.283,185,1.659,197,2.552,200,1.937,202,3.199,217,1.21,219,3.026,220,2.119,233,2.19,251,1.937,258,3.984,266,3.531,275,1.122,277,2.093,279,2.19,285,2.986,288,1.335,293,1.258,296,3.199,311,1.45,320,1.42,324,2.352,361,1.993,375,0.825,378,1.798,404,1.65,444,1.834,457,1.309,465,1.993,469,2.352,484,1.937,621,1.21,724,1.584,813,3.531,816,2.816,930,1.621,936,3.484,937,3.484,946,2.267,955,2.986,986,1.283,990,2.816,994,2.352,1004,2.552,1043,3.684,1067,2.356,1144,2.395,1234,2.267,1270,2.552,1281,0.754,1287,1.968,1295,2.19,1296,1.937,1297,2.267,1300,2.986,1380,1.834,1424,1.584,1464,2.552,1486,1.548,1499,1.514,1611,2.816,1615,2.446,1633,3.199,1643,2.965,1656,2.552,1657,1.884,1685,1.101,1717,1.993,1723,1.659,1739,2.352,1740,2.965,1762,1.927,1783,1.514,1793,1.993,1797,2.816,1887,2.552,1896,2.986,1967,1.831,1981,2.809,2005,3.19,2023,2.19,2075,2.19,2106,2.19,2113,1.937,2163,2.054,2228,2.054,2280,2.552,2287,3.376,2297,2.986,2337,2.119,2345,2.674,2362,5.902,2402,3.199,2418,3.484,2461,2.19,2474,2.552,2482,3.199,2529,2.674,2534,3.86,2563,3.684,2586,3.531,2648,5.029,2659,2.816,2679,2.674,2687,3.484,2689,2.054,2697,1.993,2758,3.199,2783,3.28,2817,2.816,2898,2.816,2899,3.484,2907,5.222,2914,2.816,2918,3.484,2923,2.986,2925,3.484,2936,5.029,2979,2.986,3034,2.267,3121,2.816,3126,2.816,3127,5.029,3128,2.816,3129,3.918,3130,5.655,3131,5.029,3132,3.918,3133,4.617,3134,3.918,3135,3.918,3136,3.918,3137,3.918,3138,2.552,3139,3.918,3140,3.918,3141,3.918,3142,3.918,3143,2.352,3144,3.918,3145,3.918,3146,3.918,3147,2.986,3148,3.918,3149,3.918,3150,3.484,3151,3.918,3152,3.918,3153,3.918,3154,3.918,3155,3.918,3156,3.918,3157,3.484,3158,2.674,3159,2.986,3160,5.655,3161,2.352,3162,3.918,3163,3.918,3164,6.636,3165,3.918,3166,3.484,3167,3.918,3168,3.918,3169,3.484,3170,3.484,3171,3.918,3172,3.484,3173,3.918,3174,3.918,3175,3.918,3176,2.674,3177,3.918,3178,3.918,3179,2.986,3180,3.918,3181,3.918,3182,3.918,3183,3.918,3184,3.199,3185,3.918,3186,3.918,3187,3.484,3188,2.816,3189,3.918,3190,3.918,3191,3.918,3192,3.199,3193,3.918,3194,3.918]],["tags/Take your time.",[172,2.578]],["title/Concentrating on serendipitous creativity",[280,4.104,2316,2.336,3195,5.385]],["content/Concentrating on serendipitous creativity",[0,1.355,1,1.328,2,4.618,3,1.64,10,1.189,13,1.804,14,0.985,17,1.824,22,1.902,24,1.229,25,1.44,26,1.242,27,0.839,29,1.253,41,2.347,49,2.643,50,0.809,51,2.064,60,2.146,76,1.603,79,0.547,82,3.04,86,1.718,88,1.85,97,2.127,98,1.571,103,1.502,104,1.646,113,1.079,118,3.092,138,2.435,149,1.718,154,2.306,158,1.408,165,1.253,175,1.603,179,1.099,200,2.005,210,3.136,216,1.542,220,2.194,222,3.312,223,1.46,237,2.915,242,2.578,245,3.312,251,2.005,275,1.66,279,3.241,280,5.952,287,3.092,289,5.525,294,2.788,304,2.194,311,1.502,330,2.005,361,2.95,365,1.899,378,1.099,384,2.793,430,1.76,437,3.203,441,2.058,443,1.603,444,2.714,446,2.064,452,1.718,591,2.127,621,2.281,698,2.064,782,2.051,813,3.62,902,2.788,922,1.229,930,1.678,946,2.347,947,5.157,986,1.328,988,2.435,1003,2.915,1067,1.44,1144,1.718,1258,2.291,1272,2.102,1281,0.781,1289,2.459,1294,1.382,1295,3.241,1367,1.63,1413,1.64,1500,3.957,1510,2.347,1553,3.092,1555,1.804,1584,1.85,1590,3.62,1615,3.62,1629,3.136,1643,2.127,1656,2.643,1676,2.064,1685,1.14,1762,1.382,1783,2.241,1789,2.643,1797,2.915,1850,4.409,1874,2.435,1943,1.76,1944,2.915,1948,1.718,1967,1.119,1999,4.734,2061,1.899,2068,2.533,2114,2.127,2317,5.157,2326,3.355,2339,2.194,2356,2.643,2373,4.062,2374,2.643,2388,2.347,2393,3.608,2399,2.915,2427,3.312,2529,2.769,2556,2.064,2668,3.608,2684,4.734,2806,3.312,2816,2.435,2907,2.915,3128,2.915,3196,5.525,3197,5.798,3198,4.057,3199,5.798,3200,4.057,3201,4.519,3202,4.057,3203,5.798,3204,6.767,3205,4.057,3206,3.608,3207,4.057,3208,4.057,3209,4.057,3210,4.057,3211,5.798,3212,5.798,3213,3.608,3214,2.194,3215,3.312,3216,3.608,3217,4.057,3218,3.608,3219,4.057,3220,3.312,3221,4.057,3222,2.435,3223,2.643,3224,3.092,3225,3.312,3226,4.057,3227,3.312,3228,4.057,3229,4.057,3230,3.092,3231,4.057,3232,4.057,3233,4.057,3234,2.533,3235,4.057,3236,3.312,3237,4.057,3238,4.057,3239,1.534,3240,6.566,3241,3.608,3242,4.057,3243,3.092,3244,4.057,3245,3.092,3246,3.312,3247,4.057,3248,4.057]],["tags/Concentrating on serendipitous creativity",[280,2.857,3201,2.169]],["title/Death to pseudocode?",[3249,6.008,3250,5.343]],["content/Death to pseudocode?",[0,1.317,1,1.291,4,2.367,7,2.891,10,0.693,14,0.958,19,0.525,23,2.35,24,1.195,26,1.217,27,0.815,30,1.631,46,2.809,49,3.702,50,0.787,52,0.452,59,1.896,70,1.67,75,1.218,79,0.532,83,1.46,88,1.798,89,2.133,94,1.789,101,0.999,102,2.282,104,1.093,109,1.429,113,1.049,126,3.389,127,4.217,131,1.457,142,2.067,144,1.539,167,1.846,217,1.755,251,1.949,272,3.005,293,1.266,297,1.491,304,2.133,315,1.195,392,2.282,475,2.961,501,2.834,513,6.308,514,5.951,515,3.507,517,2.218,518,1.896,566,3.073,571,2.691,591,2.979,630,1.173,631,2.282,650,3.22,722,3.708,724,1.594,725,2.204,782,1.195,785,2.834,897,2.952,920,1.753,922,1.195,1066,3.005,1112,5.924,1186,3.005,1196,3.005,1232,2.282,1281,1.282,1287,1.068,1288,2.282,1289,2.097,1290,2.462,1298,3.037,1329,2.691,1367,1.108,1380,1.846,1429,2.691,1450,3.005,1531,2.282,1562,5.438,1566,2.691,1575,2.204,1581,1.753,1615,2.462,1653,1.798,1655,1.846,1717,2.006,1719,1.218,1739,2.367,1740,2.067,1774,4.33,1788,5.552,1808,3.005,1825,2.691,1875,2.367,1879,2.006,1934,3.22,1960,2.067,1963,2.006,1967,1.088,1972,4.551,2002,2.569,2026,2.133,2041,2.691,2061,1.846,2160,2.367,2271,3.507,2413,3.005,2432,2.367,2448,3.507,2455,2.282,2536,3.005,2621,2.691,2666,2.462,2697,3.389,2726,3.22,2783,1.949,2789,3.005,2912,3.005,2994,2.834,3239,1.491,3250,7.69,3251,4.083,3252,2.367,3253,2.834,3254,3.943,3255,2.462,3256,3.507,3257,3.22,3258,3.943,3259,3.507,3260,2.834,3261,3.943,3262,2.569,3263,3.005,3264,3.943,3265,3.22,3266,3.943,3267,3.943,3268,3.507,3269,3.22,3270,3.22,3271,6.482,3272,3.943,3273,3.943,3274,5.682,3275,5.682,3276,4.546,3277,6.66,3278,6.66,3279,6.66,3280,7.288,3281,6.66,3282,3.943,3283,3.943,3284,3.943,3285,3.943,3286,3.943,3287,3.22,3288,3.943,3289,3.943,3290,3.943,3291,3.22,3292,3.943,3293,2.691,3294,3.943,3295,3.943,3296,3.943]],["tags/Death to pseudocode?",[475,1.667,1648,3.334]],["title/Thinking in terms of objects",[61,2.589,113,1.432,2339,2.913]],["content/Thinking in terms of objects",[10,0.728,19,0.518,20,1.636,21,1.304,22,1.654,23,3.256,24,1.783,26,1.466,30,1.713,52,0.475,59,2.829,60,2.178,61,3.785,70,1.753,75,1.279,79,0.924,80,3.674,87,1.889,94,2.347,101,0.728,113,1.101,131,1.062,133,1.841,154,1.411,165,1.279,196,3.252,208,2.107,217,1.279,223,1.043,263,1.817,271,1.938,272,6.233,275,1.186,279,2.314,297,2.588,324,2.486,326,2.486,330,2.047,366,2.314,375,0.871,392,2.396,418,1.796,437,2.552,487,1.411,571,2.826,579,1.841,586,1.888,622,2.585,623,3.182,630,1.231,722,2.107,724,1.674,749,3.96,797,4.424,799,5.602,922,1.255,965,2.908,983,2.24,1015,2.314,1042,3.833,1144,2.491,1199,4.228,1235,1.991,1287,1.122,1300,6.965,1305,4.474,1324,2.976,1330,2.486,1340,3.682,1367,1.924,1397,3.289,1566,2.826,1615,2.585,1621,1.47,1629,2.24,1631,2.24,1632,3.825,1655,1.938,1685,1.164,1713,3.155,1718,2.486,1762,1.411,1792,1.991,1896,6.84,1950,3.674,1974,2.976,2026,2.24,2114,2.171,2181,2.24,2287,2.993,2318,5.679,2339,2.24,2372,4.312,2481,2.486,2509,2.976,2534,5.742,2957,3.682,3120,3.155,3143,2.486,3251,2.976,3297,3.682,3298,3.381,3299,3.682,3300,5.883,3301,6.844,3302,4.14,3303,5.883,3304,4.14,3305,4.484,3306,5.883,3307,4.14,3308,4.14,3309,3.381,3310,4.14,3311,4.14,3312,9.401,3313,4.14,3314,3.682,3315,4.14,3316,4.14,3317,2.698,3318,5.883,3319,5.883,3320,4.14]],["tags/Thinking in terms of objects",[2300,2.096]],["title/Over entropie",[116,1.967,3321,6.008]],["content/Over entropie",[19,0.459,79,0.894,116,1.061,131,0.831,196,1.226,311,1.2,452,1.373,493,4.483,494,2.883,495,4.811,497,4.506,498,4.992,504,4.483,505,2.33,506,3.584,510,3.435,511,2.844,512,2.112,522,1.946,524,4.137,527,2.951,530,4.522,532,3.707,535,5.115,537,1.876,540,2.112,546,4.44,568,1.946,578,2.883,593,2.659,597,3.532,599,2.112,600,3.202,601,3.707,602,2.844,606,4.813,613,2.212,614,3.733,623,1.753,634,4.506,645,3.532,659,2.883,680,3.834,689,2.883,699,3.532,744,3.977,745,2.024,747,2.883,750,3.069,760,2.844,774,4.506,792,3.977,807,1.946,808,2.47,809,2.47,812,2.47,816,2.33,856,2.112,890,2.112,894,2.647,1095,2.883,1099,2.883,1106,2.647,1135,2.112,1139,2.647,1142,2.212,1183,3.435,1201,2.33,1202,3.532,1206,2.47,1209,2.47,1261,2.647,1337,2.185,1374,2.647,1455,2.647,2013,2.212,2319,4.371,2427,2.647,3133,2.647,3322,4.013,3323,3.241,3324,4.915,3325,4.915,3326,3.241,3327,4.915,3328,5.28,3329,3.746,3330,3.241,3331,3.532,3332,3.241,3333,3.241,3334,5.892,3335,2.33,3336,3.241,3337,2.647,3338,3.241,3339,2.883,3340,3.241,3341,2.883,3342,3.241,3343,3.241,3344,3.241,3345,4.052,3346,3.241,3347,3.241,3348,3.241,3349,2.883,3350,3.241,3351,6.333,3352,3.241,3353,3.241,3354,3.241,3355,5.049,3356,3.241,3357,3.241,3358,5.937,3359,3.241,3360,3.241,3361,3.241,3362,4.013,3363,4.915,3364,4.013,3365,2.647,3366,2.47,3367,3.241,3368,3.241,3369,3.241,3370,4.915,3371,2.647,3372,4.371,3373,3.241,3374,3.241,3375,2.883,3376,3.241,3377,3.241,3378,3.241,3379,3.241,3380,3.241,3381,4.915,3382,3.241,3383,3.241,3384,3.241,3385,2.47,3386,3.241,3387,2.883,3388,3.241,3389,3.241,3390,3.241,3391,2.47,3392,3.241,3393,2.33,3394,3.241,3395,3.241,3396,2.883,3397,3.241,3398,2.883,3399,2.33,3400,3.241,3401,6.625,3402,2.883,3403,2.647,3404,2.47,3405,3.241,3406,3.241,3407,3.241,3408,4.915,3409,2.883,3410,3.241,3411,2.883,3412,3.241,3413,2.883,3414,6.625,3415,2.33,3416,4.915,3417,2.647,3418,2.33,3419,2.47,3420,2.647,3421,3.241,3422,4.915,3423,3.241,3424,4.522,3425,3.241,3426,4.013,3427,3.241,3428,4.847,3429,4.013,3430,3.241,3431,3.241,3432,3.241,3433,2.883,3434,3.241,3435,3.241,3436,3.241,3437,3.241,3438,3.241,3439,4.915,3440,3.241,3441,3.241,3442,3.241,3443,2.883,3444,3.241,3445,3.241,3446,2.883,3447,3.241,3448,2.112,3449,2.647,3450,3.241,3451,3.241,3452,2.112,3453,2.883,3454,4.915,3455,5.937,3456,2.647,3457,4.915,3458,3.241,3459,2.883,3460,3.241,3461,3.241,3462,3.241,3463,2.883,3464,3.241,3465,2.647,3466,3.241,3467,3.241,3468,3.241,3469,3.241,3470,3.241,3471,3.241,3472,3.241,3473,3.241,3474,3.241,3475,3.069,3476,3.241,3477,3.241]],["tags/Over entropie",[]],["title/Teaching by philosophy",[2300,2.485,2946,4.1]],["content/Teaching by philosophy",[5,1.448,6,1.372,10,1.011,14,1.397,17,0.875,19,0.49,21,2.624,22,1.127,23,2.378,24,1.742,26,1.574,27,1.189,52,0.46,54,3.566,67,1.877,73,0.875,74,0.957,99,1.453,101,1.011,109,1.453,113,1.066,121,2.222,131,1.028,138,4.409,140,3.274,154,1.959,158,1.784,179,1.086,182,1.883,196,1.516,203,2.598,217,1.238,220,2.169,223,1.958,251,1.982,311,1.484,320,1.453,330,2.842,365,2.691,369,2.503,370,2.736,378,1.086,384,1.339,407,2.764,409,1.484,450,2.612,455,1.453,475,3.965,517,0.974,518,2.764,579,1.783,698,2.925,722,2.04,749,2.32,757,2.102,782,1.215,896,4.249,921,4.198,922,1.742,925,2.503,946,3.327,952,2.184,986,2.201,987,2.32,1015,3.214,1060,2.04,1211,3.924,1231,3.274,1281,0.771,1290,2.503,1294,2.503,1295,3.214,1297,2.32,1298,1.828,1330,2.407,1337,1.783,1344,1.846,1367,2.274,1539,1.877,1563,4.695,1612,2.102,1646,1.739,1653,3.066,1661,1.877,1685,1.616,1686,2.407,1719,1.238,1785,3.746,1804,2.881,1874,4.667,1928,3.327,1935,3.274,1937,2.503,1943,3.698,1947,2.881,1967,1.106,2022,2.612,2045,3.274,2057,2.736,2176,3.055,2300,1.658,2308,5.587,2411,2.32,2445,2.881,2455,3.89,2637,4.132,2639,4.382,2663,2.407,2664,2.736,2802,2.881,2880,4.695,2943,3.89,2949,3.274,2984,2.612,3033,2.32,3230,4.382,3239,2.175,3260,2.881,3270,5.489,3309,5.489,3314,3.566,3452,3.746,3456,3.274,3478,3.274,3479,3.566,3480,2.881,3481,4.205,3482,4.009,3483,5.123,3484,5.114,3485,3.055,3486,2.736,3487,3.566,3488,4.009,3489,4.009,3490,3.566,3491,4.009,3492,4.009,3493,4.009,3494,3.055,3495,3.055,3496,4.009,3497,4.009,3498,3.566,3499,3.566,3500,4.009,3501,4.009,3502,3.055,3503,5.114,3504,5.75,3505,4.132,3506,5.114,3507,4.009,3508,4.009,3509,4.009,3510,4.009,3511,4.009,3512,4.009,3513,4.009,3514,3.274]],["tags/Teaching by philosophy",[2300,1.55,2946,2.558]],["title/Computer Science learning pathways",[21,1.536,1653,2.225,2455,2.823,3515,4.879]],["content/Computer Science learning pathways",[0,1.35,6,1.861,7,2.057,17,0.882,19,0.397,23,3.049,28,1.511,29,1.249,50,1.154,65,3.303,67,1.892,73,1.262,74,1.38,77,1.435,79,0.546,83,1.497,88,1.844,90,1.999,97,2.119,101,0.711,116,1.324,131,1.483,145,1.844,149,1.712,150,2.097,157,1.672,165,1.249,179,1.095,182,1.324,203,1.857,208,2.057,211,1.944,216,1.538,223,1.018,263,1.787,264,2.781,275,1.158,276,1.529,293,1.857,297,1.529,311,1.497,361,2.057,365,1.892,375,0.851,407,1.944,409,1.497,412,1.712,435,2.119,446,2.057,452,1.712,472,2.788,473,3.129,476,2.111,486,2.634,487,2.765,491,2.057,517,1.405,630,1.202,724,2.338,785,5.298,885,3.129,896,2.339,897,2.012,902,2.781,922,1.225,951,4.514,952,1.72,958,2.906,986,1.894,994,2.427,995,3.347,1012,1.798,1015,2.26,1080,3.081,1198,3.081,1280,3.081,1281,0.778,1299,2.427,1331,1.634,1337,1.798,1367,1.898,1407,6.367,1410,3.301,1420,1.892,1491,2.759,1504,2.119,1535,2.187,1539,1.892,1555,1.798,1580,1.944,1587,2.759,1597,2.339,1629,2.187,1653,3.557,1658,2.634,1686,2.427,1689,2.634,1719,1.249,1723,2.45,1825,2.759,1928,3.347,1931,2.524,1937,3.612,1939,2.759,1943,2.509,1948,1.712,1967,1.596,1993,2.759,2050,2.187,2252,2.26,2295,2.759,2311,3.596,2312,2.524,2324,4.217,2374,2.634,2376,2.905,2395,2.634,2415,2.524,2455,3.908,2458,2.906,2481,3.472,2528,3.301,2539,3.081,2594,3.081,2698,2.524,2912,3.081,3011,2.906,3033,2.339,3138,2.634,3214,2.187,3239,2.188,3252,4.426,3270,4.723,3309,4.723,3478,3.301,3479,3.596,3480,2.906,3481,2.187,3516,5.831,3517,1.999,3518,4.043,3519,4.043,3520,4.043,3521,4.043,3522,2.634,3523,4.043,3524,3.596,3525,3.301,3526,2.759,3527,4.043,3528,5.784,3529,4.043,3530,7.367,3531,4.043,3532,5.784,3533,4.043,3534,4.043,3535,2.26,3536,3.596,3537,2.906,3538,4.043,3539,4.043,3540,4.043,3541,4.043,3542,4.043,3543,6.754,3544,2.26,3545,3.081,3546,3.596,3547,3.081,3548,3.301,3549,3.596,3550,4.043,3551,5.784,3552,4.723,3553,4.043,3554,3.301,3555,4.043,3556,4.043]],["tags/Computer Science learning pathways",[2300,1.55,3557,2.095]],["title/Over het introduceren van bedrijfsethiek",[116,1.46,495,2.412,546,2.269,3558,3.966,3559,3.966]],["content/Over het introduceren van bedrijfsethiek",[19,0.33,116,1.117,129,2.6,131,0.875,493,4.271,495,4.658,497,3.543,498,5.297,504,4.271,506,3.677,510,4.422,511,3.934,512,2.223,517,0.829,522,2.048,524,3.823,527,4.081,529,2.786,530,2.328,532,3.19,533,2.223,534,2.6,536,4.245,537,1.974,540,3.989,546,4.145,568,2.048,593,3.677,597,2.452,601,3.823,602,3.543,605,4.978,606,4.367,614,4.623,630,1.014,634,3.543,638,2.328,640,3.893,680,1.974,682,2.6,684,3.893,688,3.19,690,2.786,694,4.4,705,1.29,711,2.328,715,2.855,738,2.786,742,2.786,743,2.786,744,3.067,760,2.956,774,3.934,792,3.067,801,2.223,807,3.067,809,2.6,812,2.6,831,3.486,848,2.786,856,3.328,875,4.543,890,3.328,894,2.786,906,3.034,1050,2.786,1071,2.6,1110,2.786,1135,2.223,1136,3.034,1161,3.671,1183,1.974,1201,2.452,1202,2.452,1206,3.893,1221,2.6,1228,2.786,1272,1.851,1367,1.436,2228,1.789,2335,3.893,2757,3.671,3239,1.932,3322,4.171,3329,2.6,3335,2.452,3337,2.786,3385,2.6,3393,2.452,3402,3.034,3418,2.452,3419,2.6,3424,3.486,3429,2.786,3448,2.223,3558,3.034,3559,3.034,3560,3.412,3561,2.6,3562,2.786,3563,2.786,3564,2.786,3565,2.786,3566,3.412,3567,3.412,3568,3.412,3569,3.412,3570,5,3571,3.412,3572,3.412,3573,3.412,3574,3.412,3575,3.412,3576,3.412,3577,3.412,3578,3.412,3579,3.412,3580,4.543,3581,3.412,3582,3.412,3583,3.412,3584,3.412,3585,3.412,3586,3.412,3587,3.412,3588,3.412,3589,3.034,3590,2.6,3591,5.108,3592,3.034,3593,3.412,3594,4.543,3595,3.412,3596,3.412,3597,3.034,3598,3.412,3599,3.412,3600,6.123,3601,2.6,3602,3.412,3603,3.412,3604,3.412,3605,3.412,3606,3.412,3607,3.412,3608,3.412,3609,3.412,3610,3.412,3611,3.412,3612,3.034,3613,3.034,3614,3.034,3615,3.412,3616,3.034,3617,3.412,3618,3.412,3619,3.412,3620,3.412,3621,2.786,3622,2.452,3623,5.108,3624,2.786,3625,3.412,3626,3.034,3627,3.412,3628,5.108,3629,3.034,3630,3.412,3631,3.412,3632,3.19,3633,3.412,3634,3.412,3635,2.786,3636,3.412,3637,2.786,3638,4.543,3639,3.412,3640,3.412,3641,3.412,3642,3.412,3643,4.171,3644,3.412,3645,6.123,3646,6.123,3647,6.123,3648,6.123,3649,3.412,3650,2.6,3651,5.108,3652,3.412,3653,3.412,3654,3.412,3655,3.412,3656,3.412,3657,3.412,3658,3.412,3659,3.412,3660,3.412,3661,3.412,3662,3.412,3663,3.034,3664,3.412,3665,3.412,3666,2.786,3667,3.034,3668,5.108,3669,3.412,3670,3.412,3671,3.412,3672,5.108,3673,3.412,3674,3.412,3675,2.223,3676,3.412,3677,4.543,3678,3.412,3679,3.412,3680,3.412,3681,3.412,3682,3.412,3683,3.412,3684,3.412,3685,3.412,3686,3.412,3687,3.412,3688,3.034,3689,3.412,3690,3.412,3691,3.412,3692,3.412,3693,3.412,3694,3.412,3695,2.6,3696,3.412,3697,3.412,3698,3.412,3699,3.412,3700,2.786,3701,3.412,3702,3.412,3703,3.412,3704,3.412,3705,3.412]],["tags/Over het introduceren van bedrijfsethiek",[]],["title/A Ph.D. Thesis Proposal",[2383,3.508,3505,3.87,3706,4.397]],["content/A Ph.D. Thesis Proposal",[19,0.362,116,1.641,158,0.808,297,1.896,372,1.599,399,2.27,407,1.599,493,3.371,495,4.834,497,2.9,498,5.02,502,2.391,504,4.391,505,2.391,506,4.249,510,3.885,511,4.167,512,2.167,516,2.27,517,0.808,522,1.997,527,4.544,529,2.716,532,2.077,535,4.116,537,1.925,540,2.167,546,4.209,568,3.009,573,3.421,588,5.116,593,3.631,597,2.391,600,2.167,601,2.077,602,2.9,605,3.266,606,4.907,614,4.118,615,4.458,618,2.959,630,0.989,634,4.38,638,2.27,640,2.535,643,4.116,662,2.959,663,2.959,664,2.959,676,2.535,680,1.925,682,2.535,684,3.82,694,3.602,695,2.716,699,4.334,705,1.258,738,4.093,750,2.077,752,2.716,767,2.167,774,3.49,793,2.27,807,1.997,870,2.535,877,1.443,986,1.641,1141,2.716,1142,2.27,1144,1.409,1161,3.602,1183,5.171,1185,2.535,1202,2.391,1253,2.716,1273,2.716,1281,0.64,1367,2.272,1385,2.716,1470,2.535,1606,1.859,1686,1.997,2051,1.925,2181,3.631,2373,1.997,2383,2.167,2562,3.009,2981,2.959,3128,2.391,3214,4.094,3239,2.539,3331,3.602,3339,4.458,3341,2.959,3345,3.421,3364,2.716,3393,2.391,3398,2.959,3399,3.602,3409,2.959,3424,2.27,3426,2.716,3446,2.959,3448,3.266,3449,4.093,3456,2.716,3475,2.077,3485,2.535,3494,2.535,3505,2.391,3544,1.859,3565,2.716,3589,4.458,3590,3.82,3601,2.535,3614,2.959,3616,2.959,3622,2.391,3632,2.077,3635,2.716,3643,2.716,3650,2.535,3663,2.959,3667,4.458,3675,3.266,3700,4.093,3706,2.716,3707,3.327,3708,2.535,3709,4.458,3710,5.012,3711,3.327,3712,3.327,3713,3.327,3714,4.458,3715,7.202,3716,5.012,3717,6.031,3718,3.327,3719,3.327,3720,3.327,3721,3.327,3722,3.327,3723,3.327,3724,3.327,3725,2.959,3726,4.458,3727,3.327,3728,3.327,3729,3.327,3730,3.327,3731,3.327,3732,2.959,3733,3.327,3734,3.327,3735,3.327,3736,2.959,3737,3.327,3738,3.327,3739,3.327,3740,3.327,3741,3.327,3742,3.327,3743,5.012,3744,6.031,3745,3.327,3746,5.012,3747,2.716,3748,6.031,3749,3.327,3750,2.959,3751,3.327,3752,3.327,3753,3.327,3754,5.012,3755,2.959,3756,3.327,3757,3.327,3758,3.327,3759,4.458,3760,3.327,3761,3.327,3762,3.327,3763,2.716,3764,3.327,3765,2.959,3766,2.716,3767,3.327,3768,3.327,3769,3.327,3770,3.327,3771,3.327,3772,3.327,3773,5.012,3774,3.327,3775,3.327,3776,3.327,3777,3.327,3778,5.012,3779,3.327,3780,3.327,3781,3.327,3782,3.327,3783,3.327,3784,3.327,3785,2.535,3786,3.327,3787,3.327,3788,3.327,3789,3.327,3790,3.327,3791,3.327,3792,3.327,3793,5.012,3794,3.327,3795,3.327,3796,3.327,3797,3.327,3798,3.327,3799,3.327,3800,3.327,3801,2.959,3802,3.327,3803,3.327,3804,3.327,3805,3.327]],["tags/A Ph.D. Thesis Proposal",[3557,2.832]],["title/Reverse engineering a curriculum",[3239,2.037,3478,4.397,3480,3.87]],["content/Reverse engineering a curriculum",[3,1.645,5,1.464,19,0.451,20,1.609,21,2.561,22,1.144,28,1.518,29,2.284,48,2.202,50,0.812,55,1.766,59,1.957,60,2.152,73,1.268,74,1.617,77,1.445,79,0.549,83,2.152,84,1.905,88,2.65,90,2.012,93,3.102,95,2.542,97,3.047,98,1.103,101,0.715,113,1.083,117,3.102,133,1.81,144,1.575,148,2.012,155,2.925,157,3.604,158,0.989,165,2.284,167,2.72,175,1.609,208,3.449,216,1.083,241,2.275,263,1.257,264,1.957,271,1.905,277,2.51,288,1.387,312,1.445,330,2.012,375,0.857,378,1.103,404,1.188,409,1.507,455,1.475,457,1.36,476,1.941,487,1.981,491,2.071,492,1.957,517,0.989,621,1.795,623,2.202,754,2.444,782,1.233,914,2.778,920,2.584,974,2.778,994,2.444,1004,2.652,1144,1.724,1157,3.489,1234,2.355,1276,1.856,1281,1.305,1288,2.355,1330,4.07,1333,2.72,1337,2.584,1367,1.634,1399,2.542,1413,2.349,1539,2.72,1621,1.445,1653,2.65,1655,2.72,1676,2.957,1699,3.62,1709,2.134,1719,1.257,1723,2.461,1753,2.925,1761,2.794,1783,1.573,1930,4.177,1977,3.324,2022,2.652,2050,2.202,2051,4.525,2060,2.134,2061,3.173,2068,2.542,2106,2.275,2113,2.012,2300,1.684,2304,2.542,2316,1.766,2339,2.202,2437,3.62,2445,2.925,2454,2.925,2455,4.279,2456,3.363,2474,2.652,2494,3.62,2562,2.444,2574,2.071,2590,2.542,2639,3.102,2653,2.925,2679,2.778,2823,2.542,2890,3.324,2913,3.62,2926,4.43,2946,2.778,2960,3.102,3003,3.102,3033,2.355,3042,3.62,3176,2.778,3201,3.363,3214,2.202,3239,2.797,3298,3.324,3480,4.177,3481,3.667,3502,3.102,3522,2.652,3544,2.275,3548,3.324,3561,3.102,3806,4.07,3807,4.07,3808,3.62,3809,4.07,3810,4.07,3811,4.07,3812,3.62,3813,4.07,3814,4.07,3815,4.07,3816,4.07,3817,3.324,3818,4.07,3819,3.102,3820,3.324,3821,4.07,3822,7.394,3823,4.07,3824,4.746,3825,4.07,3826,4.07,3827,4.07,3828,3.62,3829,4.07,3830,4.07,3831,4.07,3832,4.07,3833,4.07,3834,3.62,3835,6.779,3836,6.577,3837,3.62,3838,4.07,3839,3.62,3840,4.07,3841,3.62,3842,4.07,3843,3.62,3844,4.07,3845,4.07,3846,3.102,3847,3.62,3848,5.812,3849,4.07,3850,3.62,3851,3.324,3852,4.07,3853,4.07,3854,4.07,3855,3.62,3856,3.62,3857,4.07,3858,3.62,3859,4.07,3860,3.62]],["tags/Reverse engineering a curriculum",[2300,1.55,3557,2.095]],["title/Over de inflatie van intellect",[116,1.46,546,2.269,606,2.338,3861,4.46,3862,4.46]],["content/Over de inflatie van intellect",[19,0.355,79,0.433,97,1.681,116,1.931,158,0.779,184,2.41,460,2.444,493,3.683,495,4.802,496,2.619,497,2.821,498,5.277,502,2.305,504,4.172,506,3.564,510,4.738,511,4.319,512,3.176,522,2.927,524,4.114,527,3.541,532,3.683,536,2.002,537,2.821,540,3.842,546,4.166,568,2.927,587,2.305,588,2.444,593,4.037,597,2.305,600,2.089,601,2.002,602,2.821,606,4.901,613,2.189,614,4.067,634,1.856,643,2.189,679,2.852,680,3.413,686,2.852,688,3.683,705,1.213,744,1.925,745,2.002,750,4.114,753,2.619,760,2.821,767,4.617,774,4.101,792,2.927,807,1.925,825,2.444,831,3.327,848,3.981,856,3.176,867,2.852,877,1.391,890,2.089,1053,2.619,1091,2.852,1183,4.489,1201,2.305,1225,2.852,1253,2.619,1262,2.852,1419,2.444,1455,2.619,1499,1.884,2337,1.735,2340,4.336,2390,1.793,3048,2.089,3322,2.619,3328,2.852,3331,2.305,3335,2.305,3345,4.025,3351,2.852,3355,2.444,3385,2.444,3391,2.444,3403,3.981,3415,2.305,3418,3.504,3424,2.189,3426,4.816,3448,2.089,3459,2.852,3475,2.002,3563,2.619,3570,2.619,3601,2.444,3629,2.852,3632,3.044,3637,2.619,3666,2.619,3675,3.842,3695,2.444,3714,4.336,3747,2.619,3766,2.619,3785,2.444,3801,2.852,3863,3.207,3864,4.875,3865,3.207,3866,3.207,3867,3.207,3868,2.852,3869,3.207,3870,3.207,3871,4.875,3872,3.207,3873,2.619,3874,3.207,3875,2.619,3876,3.207,3877,2.619,3878,3.207,3879,3.207,3880,4.875,3881,3.207,3882,3.207,3883,3.207,3884,3.207,3885,3.207,3886,3.207,3887,3.207,3888,4.875,3889,3.207,3890,3.207,3891,2.852,3892,3.207,3893,3.207,3894,3.207,3895,4.875,3896,3.207,3897,2.852,3898,2.852,3899,3.207,3900,3.207,3901,3.207,3902,3.207,3903,2.444,3904,3.981,3905,3.207,3906,2.305,3907,2.444,3908,4.875,3909,2.852,3910,3.207,3911,3.207,3912,3.207,3913,4.875,3914,3.207,3915,3.207,3916,4.875,3917,4.875,3918,3.207,3919,3.207,3920,3.207,3921,3.207,3922,2.852,3923,3.207,3924,3.207,3925,2.444,3926,3.207,3927,3.207,3928,2.852,3929,4.336,3930,3.207,3931,3.207,3932,2.852,3933,2.852,3934,3.207,3935,2.444,3936,2.852,3937,2.619,3938,3.207,3939,3.207,3940,3.207,3941,3.207,3942,3.207,3943,2.852,3944,3.207,3945,6.589,3946,3.207,3947,3.207,3948,3.207,3949,3.207,3950,2.619,3951,3.207,3952,3.715,3953,3.207,3954,3.207,3955,3.207,3956,3.207,3957,3.207,3958,3.207,3959,3.207,3960,2.852,3961,3.207,3962,3.207,3963,2.852,3964,3.207,3965,3.207,3966,3.207,3967,4.875,3968,3.207,3969,3.207,3970,3.207,3971,2.852,3972,3.207,3973,3.207,3974,3.207,3975,3.207,3976,2.619,3977,2.852,3978,3.207,3979,2.619,3980,2.852,3981,3.207,3982,2.852,3983,3.207,3984,3.207,3985,3.207,3986,4.336,3987,3.207,3988,3.207,3989,3.207,3990,3.207,3991,3.207,3992,2.852,3993,2.852,3994,3.207,3995,3.207,3996,3.207,3997,3.207,3998,2.444,3999,3.207,4000,3.207,4001,3.207,4002,3.207,4003,3.207,4004,3.207,4005,2.852,4006,3.207,4007,3.207,4008,3.207,4009,3.207,4010,3.207,4011,3.207,4012,3.207,4013,3.207,4014,2.852,4015,2.852,4016,3.207,4017,3.207,4018,3.207,4019,3.207,4020,3.207,4021,2.852,4022,3.207,4023,3.207,4024,3.207]],["tags/Over de inflatie van intellect",[]],["title/Over tijdsbesef",[116,1.967,4025,6.008]],["content/Over tijdsbesef",[14,0.762,17,0.684,19,0.258,64,1.958,79,0.423,116,1.027,221,2.56,235,1.958,330,1.55,484,1.55,489,2.39,493,3.251,495,4.631,497,5.015,498,5.157,500,2.56,502,2.254,504,5.051,506,3.146,509,2.789,510,4.708,511,1.815,512,2.043,522,1.882,524,2.992,526,2.789,527,3.492,530,2.14,532,1.958,533,2.043,535,3.271,536,4.956,537,1.815,546,4.356,568,3.492,586,2.185,587,2.254,593,2.592,599,3.122,600,3.122,601,1.958,602,3.366,605,4.243,606,4.706,610,2.39,614,4.265,634,3.769,638,3.271,656,4.75,661,3.652,680,2.773,683,2.789,688,3.632,690,3.913,695,2.56,698,1.595,699,2.254,742,2.56,743,2.56,744,1.882,745,3.632,750,3.632,760,4.454,767,2.043,773,2.789,774,4.281,791,2.789,792,3.492,793,3.271,807,1.882,856,2.043,870,3.652,947,2.39,1071,3.652,1092,2.789,1135,2.043,1142,3.271,1149,2.789,1183,3.366,1185,3.652,1228,2.56,1385,3.913,1485,2.56,2181,1.696,2330,2.789,2339,1.696,2372,1.815,2390,1.753,2536,2.39,2562,2.877,2659,2.254,2836,2.789,3257,4.75,3331,2.254,3335,2.254,3355,2.39,3366,2.39,3391,2.39,3393,4.18,3399,4.681,3403,2.56,3411,2.789,3415,4.18,3428,2.56,3448,2.043,3465,2.56,3475,2.992,3562,2.56,3592,2.789,3613,2.789,3622,2.254,3632,2.992,3675,2.043,3725,2.789,3868,2.789,3897,4.262,3907,5.866,3935,2.39,3979,2.56,3993,4.262,3998,2.39,4026,3.136,4027,3.136,4028,4.792,4029,4.792,4030,3.136,4031,4.792,4032,4.792,4033,4.792,4034,5.817,4035,5.817,4036,3.136,4037,3.136,4038,3.136,4039,4.792,4040,3.136,4041,3.136,4042,3.136,4043,3.136,4044,3.136,4045,3.136,4046,3.136,4047,3.136,4048,3.136,4049,4.262,4050,2.789,4051,4.792,4052,2.789,4053,3.136,4054,3.136,4055,3.136,4056,3.136,4057,3.136,4058,3.136,4059,3.136,4060,2.789,4061,3.136,4062,4.262,4063,4.262,4064,3.136,4065,3.136,4066,2.789,4067,3.136,4068,3.136,4069,3.136,4070,3.136,4071,3.136,4072,3.136,4073,3.136,4074,3.136,4075,5.173,4076,4.792,4077,3.136,4078,2.789,4079,2.789,4080,3.136,4081,3.136,4082,3.136,4083,4.792,4084,3.136,4085,3.136,4086,3.136,4087,3.136,4088,4.792,4089,3.136,4090,3.136,4091,3.136,4092,3.136,4093,3.136,4094,2.39,4095,3.136,4096,2.14,4097,2.789,4098,3.136,4099,3.136,4100,2.789,4101,2.789,4102,3.136,4103,6.513,4104,3.136,4105,3.136,4106,3.136,4107,3.136,4108,3.136,4109,5.817,4110,3.136,4111,3.136,4112,4.792,4113,3.136,4114,3.136,4115,3.136,4116,3.136,4117,2.789,4118,3.136,4119,3.136,4120,3.136,4121,3.136,4122,3.136,4123,4.792,4124,3.136,4125,3.136,4126,3.136,4127,3.136,4128,3.136,4129,3.136,4130,3.136,4131,3.136,4132,3.136,4133,3.136,4134,3.136,4135,3.136,4136,2.39,4137,3.136,4138,3.136,4139,3.136,4140,3.136,4141,3.136,4142,3.136,4143,3.136,4144,3.136,4145,2.56,4146,3.136,4147,2.789,4148,3.136,4149,3.136,4150,3.136,4151,2.14,4152,3.136,4153,3.136,4154,3.136,4155,3.136,4156,3.136]],["tags/Over tijdsbesef",[]],["title/Boeken die mij gevormd hebben tot wie ik ben",[506,1.796,573,2.266,1183,1.921,3371,2.71,3475,2.073,3632,2.073,3675,2.163,4157,3.319,4158,2.952]],["content/Boeken die mij gevormd hebben tot wie ik ben",[19,0.258,65,1.328,486,2.043,489,4.964,492,1.508,493,3.922,495,4.294,497,3.769,498,4.708,502,2.254,504,3.922,505,2.254,506,4.163,507,2.789,510,4.593,511,3.769,522,4.441,524,2.992,527,3.91,532,3.632,533,2.043,534,2.39,535,3.271,536,3.632,537,1.815,546,4.456,564,2.592,573,3.271,587,3.444,593,3.523,599,2.043,600,3.122,602,4.281,606,4.706,610,2.39,613,3.271,614,4.035,634,1.815,643,3.97,645,3.444,680,3.769,682,2.39,688,1.958,744,3.91,745,1.958,760,2.773,762,2.789,767,3.122,774,4.885,792,1.882,802,2.56,807,1.882,808,3.652,831,2.14,877,1.36,890,3.79,1105,2.789,1135,2.043,1139,4.75,1140,4.262,1141,2.56,1142,2.14,1161,2.254,1183,5.068,1209,2.39,1331,1.268,1374,2.56,1454,2.789,2181,1.696,2390,1.753,2455,2.773,2526,1.753,2691,2.56,2812,2.254,3043,2.789,3044,2.789,3297,6.58,3337,2.56,3345,4.445,3349,2.789,3362,2.56,3364,2.56,3371,6.041,3385,2.39,3393,2.254,3399,3.444,3404,6.2,3415,2.254,3417,2.56,3418,2.254,3419,2.39,3448,3.122,3449,2.56,3463,2.789,3475,2.992,3562,2.56,3563,3.913,3564,2.56,3594,2.789,3622,2.254,3632,4.067,3643,2.56,3675,3.79,3677,2.789,3688,2.789,3747,2.56,3766,2.56,3785,3.652,3817,2.56,3873,3.913,3875,5.318,3877,2.56,3903,2.39,3904,2.56,3907,3.652,3929,2.789,3932,2.789,3950,2.56,3952,2.39,3963,2.789,3977,2.789,3979,2.56,4015,2.789,4021,2.789,4049,2.789,4159,3.136,4160,4.792,4161,3.136,4162,3.136,4163,3.136,4164,2.789,4165,3.136,4166,2.789,4167,3.136,4168,3.136,4169,3.136,4170,3.136,4171,3.136,4172,2.789,4173,2.789,4174,3.136,4175,3.136,4176,3.136,4177,3.136,4178,3.136,4179,3.136,4180,3.136,4181,3.136,4182,3.136,4183,3.136,4184,3.136,4185,3.136,4186,3.136,4187,3.136,4188,3.136,4189,4.792,4190,3.136,4191,2.254,4192,3.136,4193,3.136,4194,3.136,4195,3.136,4196,3.136,4197,2.789,4198,4.792,4199,2.56,4200,3.136,4201,3.136,4202,5.817,4203,3.136,4204,3.136,4205,3.136,4206,3.136,4207,5.817,4208,4.792,4209,3.136,4210,3.136,4211,3.136,4212,3.136,4213,3.136,4214,3.136,4215,3.136,4216,3.136,4217,3.136,4218,3.136,4219,2.789,4220,3.136,4221,2.789,4222,3.136,4223,3.136,4224,3.136,4225,3.136,4226,3.136,4227,3.136,4228,3.136,4229,3.136,4230,3.136,4231,3.136,4232,3.136,4233,3.136,4234,4.792,4235,4.792,4236,3.136,4237,3.136,4238,3.136,4239,3.136,4240,3.136,4241,3.136,4242,3.136,4243,3.136,4244,3.136,4245,3.136,4246,2.789,4247,3.136,4248,3.136,4249,3.136,4250,3.136,4251,3.136,4252,3.136,4253,4.792,4254,3.136,4255,3.136,4256,3.136,4257,3.136,4258,3.136,4259,3.136,4260,3.136,4261,3.136,4262,3.136,4263,3.136,4264,2.789,4265,3.136,4266,3.136,4267,3.136,4268,3.136,4269,3.136,4270,3.136,4271,3.136,4272,3.136,4273,3.136,4274,3.136,4275,3.136,4276,3.136,4277,3.136,4278,3.136,4279,2.56,4280,3.136,4281,3.136,4282,4.262,4283,2.789,4284,3.136,4285,3.136,4286,3.136,4287,3.136,4288,3.136,4289,3.136,4290,3.136,4291,3.136,4292,3.136,4293,2.56,4294,3.136,4295,3.136]],["tags/Boeken die mij gevormd hebben tot wie ik ben",[]],["title/Domain Driven Design in C",[472,1.845,1279,3.506,1609,2.558,1943,2.116]],["content/Domain Driven Design in C",[5,1.398,10,0.671,17,0.833,19,0.522,23,2.97,26,0.818,27,1.148,52,0.637,61,1.836,67,1.787,73,0.833,85,2.194,90,1.887,104,0.735,113,1.016,119,2.744,123,2.488,131,0.979,132,2.473,142,2.002,144,1.034,179,1.034,203,1.226,208,1.943,216,1.016,223,0.962,240,1.016,263,1.179,330,3.233,367,1.943,368,4.426,375,0.804,384,1.275,388,1.543,395,1.943,430,1.656,435,2.002,472,3.244,478,2.824,480,3.118,487,1.301,492,1.836,513,7.004,517,1.589,520,5.902,549,2.209,565,2.606,566,3.002,579,3.391,580,3.655,595,2.292,623,3.537,630,1.135,647,2.91,697,3.396,725,4.703,757,2.002,853,2.908,902,1.836,914,2.606,916,2.488,933,2.002,938,6.528,952,1.135,986,2.141,1015,4.263,1018,1.543,1060,1.943,1065,3.118,1085,3.118,1094,2.292,1144,1.617,1159,2.488,1211,2.606,1234,2.209,1281,1.258,1294,1.301,1298,1.741,1332,2.292,1350,2.384,1424,1.543,1509,2.488,1546,4.532,1609,2.91,1614,3.396,1615,2.384,1617,2.292,1649,2.384,1657,3.144,1685,1.073,1708,2.134,1723,1.617,1762,1.301,1769,4.532,1783,1.476,1785,2.488,1807,3.396,1928,2.209,1942,3.396,1947,2.744,1963,2.824,1969,2.744,2005,1.836,2013,2.606,2026,2.065,2041,2.606,2050,3.002,2057,2.606,2059,2.91,2113,1.887,2125,2.606,2142,2.606,2157,2.91,2163,2.002,2404,2.91,2435,3.396,2462,2.744,2666,2.384,2689,2.002,2705,2.744,2731,2.744,2754,2.606,2843,3.396,2923,2.91,3085,3.118,3106,3.118,3253,2.744,3276,4.9,3453,3.396,3516,2.744,4296,2.91,4297,3.118,4298,3.818,4299,3.818,4300,3.396,4301,3.818,4302,3.818,4303,3.818,4304,3.818,4305,3.818,4306,5.816,4307,8.212,4308,3.818,4309,3.818,4310,7.483,4311,3.818,4312,3.818,4313,6.54,4314,5.55,4315,4.532,4316,5.55,4317,5.55,4318,3.396,4319,3.396,4320,3.818,4321,3.118,4322,7.627,4323,3.818,4324,3.818,4325,3.818,4326,3.818,4327,3.818,4328,3.396,4329,3.396]],["tags/Domain Driven Design in C",[472,1.74,1978,2.429]],["title/Productivity Tools on all platforms",[1331,2.177,1499,2.081,1503,3.116]],["content/Productivity Tools on all platforms",[5,1.438,6,0.947,10,1.003,14,0.964,17,0.866,19,0.435,22,1.116,27,1.511,28,1.037,29,1.226,30,1.642,37,2.219,42,1.642,46,1.962,47,1.642,50,0.792,51,2.02,52,0.767,70,1.681,73,0.866,74,0.947,79,0.536,94,1.798,96,1.642,103,1.469,104,1.552,121,1.534,131,1.018,144,1.075,145,1.81,154,1.353,157,1.642,158,0.964,165,1.226,179,1.811,184,1.962,200,1.962,203,1.833,208,2.02,216,1.056,217,2.065,223,1.684,240,1.056,261,2.709,266,2.479,270,3.565,271,1.858,274,3.53,293,1.275,295,3.896,304,2.147,375,0.835,378,1.075,384,1.907,388,1.605,413,2.147,416,1.81,418,1.722,443,2.642,455,2.069,457,1.326,465,2.02,482,3.427,484,1.962,517,0.964,567,2.586,580,2.219,596,2.308,630,1.18,650,3.241,700,2.219,705,1.501,728,1.962,754,4.013,897,1.38,911,2.853,946,2.297,1058,3.241,1076,2.853,1144,1.681,1227,2.831,1258,1.569,1268,4.103,1272,2.069,1276,1.81,1277,1.439,1281,0.764,1287,1.075,1289,1.25,1292,3.241,1293,4.355,1294,1.353,1313,1.722,1315,2.207,1331,3.501,1346,2.147,1362,3.53,1363,3.53,1366,4.661,1367,1.116,1413,1.605,1418,1.81,1424,2.702,1428,2.479,1486,2.642,1491,2.709,1492,3.241,1496,4.661,1497,2.853,1499,2.207,1503,3.303,1504,2.993,1505,3.53,1518,3.241,1520,3.025,1545,3.241,1550,3.719,1555,1.765,1580,1.908,1581,2.538,1582,3.896,1584,1.81,1592,3.303,1595,2.853,1685,1.605,1738,3.025,1762,1.945,1776,2.219,1782,2.586,1787,4.804,1856,1.962,1870,2.383,1883,4.013,1936,2.853,1948,1.681,1970,3.025,2002,2.586,2029,3.025,2049,3.025,2085,2.081,2163,2.993,2236,3.53,2379,3.025,2401,3.53,2646,4.103,2663,2.383,2697,2.02,2705,2.853,2746,4.103,2828,3.241,2879,1.534,2886,3.53,2943,2.297,2969,4.351,3029,2.853,3255,2.479,3317,2.586,3481,2.147,3824,4.661,4330,3.969,4331,3.53,4332,3.53,4333,3.969,4334,3.969,4335,3.969,4336,2.586,4337,3.896,4338,5.571,4339,6.502,4340,3.969,4341,3.969,4342,3.53,4343,3.969,4344,3.969,4345,3.025,4346,3.025,4347,3.969,4348,3.53,4349,3.53,4350,4.351,4351,2.709,4352,3.969,4353,3.53,4354,3.53,4355,3.969,4356,2.586,4357,3.969,4358,3.969,4359,3.969,4360,3.969,4361,3.969,4362,3.969,4363,3.969,4364,3.969,4365,3.969,4366,3.969,4367,3.53,4368,3.53,4369,3.969,4370,3.241,4371,3.969,4372,5.709,4373,3.241,4374,3.969,4375,3.969,4376,3.969,4377,3.969,4378,3.969,4379,3.969,4380,5.709,4381,3.969,4382,3.969,4383,3.53,4384,3.025]],["tags/Productivity Tools on all platforms",[1331,1.515,1499,1.449]],["title/A Decade in the Software Engineering industry",[1367,1.371,3214,2.639,3239,1.845,4385,4.879]],["content/A Decade in the Software Engineering industry",[0,1.311,6,2.16,10,0.995,11,1.586,13,1.745,14,0.953,17,1.449,19,0.305,20,2.237,21,1.783,22,1.867,24,2.203,25,1.393,26,1.213,27,1.503,28,1.025,41,2.271,50,0.783,67,1.837,70,1.662,73,0.856,74,1.585,76,1.551,79,0.53,85,1.551,101,0.69,104,1.546,114,3.689,121,1.517,131,1.703,142,2.057,144,1.534,145,3.029,149,1.662,150,1.422,154,1.337,158,0.953,159,1.745,179,1.534,185,1.662,187,3.204,196,1.484,203,1.26,220,2.123,223,0.988,234,2.271,240,1.044,253,2.057,258,2.356,263,1.749,275,1.124,277,1.453,282,2.811,291,1.94,304,2.123,316,2.991,317,1.745,320,1.422,374,2.991,384,1.311,404,1.145,416,2.582,418,2.456,430,1.702,441,1.393,455,1.422,471,2.557,476,2.3,484,3.811,491,1.996,517,1.375,586,1.789,621,1.212,630,1.975,698,1.996,705,2.512,715,3.165,724,2.685,897,1.365,909,1.837,913,1.167,920,1.745,922,1.716,930,2.342,948,2.557,952,1.167,958,2.82,1213,2.678,1227,2.813,1277,2.052,1289,2.29,1299,2.356,1313,1.702,1325,1.789,1326,3.49,1367,1.867,1407,2.991,1423,2.356,1499,1.517,1504,2.057,1510,2.271,1575,2.193,1611,2.82,1613,2.356,1621,1.393,1644,3.204,1646,1.702,1657,1.887,1685,1.591,1717,1.996,1761,1.887,1776,2.193,1783,2.567,1789,2.557,1792,1.887,1879,1.996,1948,1.662,1967,1.083,2022,2.557,2050,3.062,2051,2.271,2113,1.94,2114,2.057,2252,3.165,2287,1.996,2300,1.623,2316,1.702,2324,2.45,2329,3.204,2337,2.123,2373,2.356,2375,2.82,2395,2.557,2478,2.557,2511,3.49,2519,3.49,2527,5.937,2572,3.49,2574,1.996,2591,3.49,2612,3.204,2670,2.678,2689,3.482,2716,3.204,2880,3.204,2943,2.271,2992,3.204,2993,2.557,3011,2.82,3017,2.82,3138,2.557,3143,2.356,3158,3.864,3169,3.49,3201,2.271,3214,4.17,3222,2.356,3239,2.141,3243,2.991,3252,2.356,3260,2.82,3262,2.557,3452,2.557,3502,2.991,3544,2.193,3726,3.49,3836,3.49,4336,2.557,4386,3.924,4387,3.49,4388,3.924,4389,5.035,4390,3.924,4391,3.924,4392,3.204,4393,3.924,4394,2.557,4395,3.204,4396,2.82,4397,5.062,4398,3.924,4399,3.49,4400,2.82,4401,3.49,4402,3.924,4403,3.924,4404,3.924,4405,3.924,4406,3.49,4407,3.924,4408,3.49,4409,3.49,4410,3.924,4411,3.49,4412,5.662,4413,3.49,4414,3.924,4415,4.533,4416,3.924,4417,2.678,4418,3.924,4419,3.49,4420,3.49,4421,3.924,4422,3.49,4423,3.49,4424,2.678,4425,3.924,4426,2.356]],["tags/A Decade in the Software Engineering industry",[476,0.852,2252,1.662,3020,2.429]],["title/The Startup of a Lean Doctorate",[1992,4.104,4427,4.104,4428,4.104]],["content/The Startup of a Lean Doctorate",[6,1.03,10,0.759,18,1.707,19,0.378,21,1.36,26,0.925,27,1.448,29,1.334,47,1.786,50,0.861,52,0.977,59,2.077,74,1.671,75,1.334,77,1.533,87,1.387,90,2.996,91,1.97,94,2.205,99,1.565,104,1.166,123,2.814,131,1.108,133,1.92,148,2.135,153,2.336,157,1.786,158,1.472,165,2.47,179,1.17,213,2.814,216,1.149,275,1.237,282,1.669,293,1.387,294,2.077,312,1.533,320,1.565,330,2.135,361,2.197,367,2.197,375,0.909,384,1.443,435,2.264,437,1.874,441,1.533,444,2.022,455,2.197,490,2.414,492,2.077,567,2.814,623,3.279,630,1.284,722,3.084,816,3.104,902,2.077,913,1.284,920,1.92,951,3.507,995,2.499,1009,3.863,1067,1.533,1191,1.599,1236,3.527,1272,1.565,1277,1.565,1279,3.104,1281,0.831,1285,3.841,1294,1.472,1295,2.414,1296,3.462,1333,2.022,1367,1.214,1413,2.45,1480,2.697,1531,2.499,1555,1.92,1606,2.414,1631,2.336,1657,2.077,1664,2.697,1686,3.639,1739,2.593,1761,2.077,1762,2.066,1809,2.197,1894,3.527,1943,1.874,1967,1.932,1997,2.499,2051,2.499,2061,2.022,2115,3.527,2229,2.697,2280,2.814,2308,3.104,2317,3.292,2333,5.747,2343,3.527,2374,2.814,2383,2.814,2456,3.507,2474,2.814,2488,2.697,2509,3.104,2531,3.104,2562,3.639,2773,2.499,2803,3.753,2852,3.785,2937,3.104,2960,3.292,3128,3.104,3138,3.949,3159,3.292,3239,1.633,3252,4.801,3517,3.953,3557,2.414,3834,3.841,3846,3.292,4300,3.841,4427,3.292,4428,6.095,4429,4.319,4430,3.841,4431,3.841,4432,4.319,4433,6.061,4434,4.319,4435,4.319,4436,4.319,4437,4.319,4438,6.061,4439,4.319,4440,4.319,4441,3.841,4442,3.292,4443,4.319,4444,4.319,4445,4.319,4446,4.319,4447,4.319,4448,4.319,4449,5.458,4450,3.527,4451,4.319,4452,4.319,4453,3.841,4454,3.841,4455,3.527,4456,3.527,4457,3.104,4458,3.527,4459,2.697,4460,4.319,4461,4.373,4462,4.319,4463,3.841,4464,4.319,4465,4.319,4466,4.319,4467,4.319,4468,4.319,4469,4.319,4470,4.319,4471,4.319,4472,4.319,4473,6.061,4474,4.319,4475,4.319,4476,3.527,4477,4.319,4478,3.527,4479,4.319,4480,6.061,4481,4.319,4482,4.319,4483,4.319,4484,4.319]],["tags/The Startup of a Lean Doctorate",[1331,0.996,3557,1.378,4449,1.682,4461,1.539]],["title/Over analoog en digitaal",[116,1.598,614,2.558,4485,4.879,4486,4.879]],["content/Over analoog en digitaal",[14,1.436,131,1.516,158,0.782,184,1.592,295,2.197,376,3.514,486,2.098,489,3.727,492,1.548,493,3.69,495,3.84,496,3.993,497,1.863,498,5.141,504,3.69,506,4.434,510,3.421,511,3.421,517,0.782,522,2.936,527,4.805,530,3.337,533,2.098,536,5.118,537,2.83,540,2.098,545,5.258,546,4.48,568,3.549,586,1.468,593,4.329,599,4.626,602,3.421,605,3.186,606,4.831,614,4.072,630,1.454,633,2.864,634,3.421,638,2.197,643,2.197,645,2.314,661,2.454,680,4.108,684,2.454,688,2.01,733,2.864,744,1.933,750,2.01,752,2.629,760,3.421,774,2.83,792,3.964,793,2.197,802,2.629,856,3.186,871,2.864,877,1.397,890,2.098,893,2.864,1122,3.993,1161,2.314,1183,3.421,1192,2.454,1221,2.454,1226,2.864,1261,2.629,1367,1.662,1474,2.864,1485,2.629,1606,1.8,2075,2.733,2181,2.645,2376,1.12,2586,3.053,2588,5.391,2682,3.852,3329,2.454,3331,3.514,3334,2.864,3372,2.864,3387,2.864,3404,3.727,3417,2.629,3424,4.035,3428,2.629,3465,2.629,3624,2.629,3695,2.454,3732,2.864,3736,2.864,3763,2.629,3891,2.864,3925,2.454,3952,2.454,3971,2.864,4050,2.864,4052,2.864,4063,2.864,4075,2.864,4079,2.864,4094,2.454,4117,2.864,4136,2.454,4145,2.629,4199,2.629,4279,2.629,4293,4.828,4337,2.197,4487,5.912,4488,4.349,4489,4.89,4490,4.89,4491,4.89,4492,3.22,4493,3.22,4494,4.349,4495,3.22,4496,3.22,4497,2.629,4498,3.22,4499,2.454,4500,6.328,4501,4.89,4502,2.864,4503,3.22,4504,3.22,4505,5.912,4506,3.22,4507,3.22,4508,4.89,4509,3.22,4510,3.22,4511,3.22,4512,3.22,4513,3.22,4514,3.22,4515,3.22,4516,3.22,4517,4.349,4518,3.22,4519,3.22,4520,3.22,4521,3.22,4522,4.89,4523,4.89,4524,4.349,4525,2.629,4526,3.22,4527,3.22,4528,3.22,4529,2.864,4530,3.22,4531,2.864,4532,3.22,4533,7.1,4534,3.22,4535,3.22,4536,4.349,4537,3.22,4538,2.864,4539,2.864,4540,3.22,4541,3.22,4542,3.22,4543,3.22,4544,3.22,4545,2.864,4546,3.22,4547,3.692,4548,4.89,4549,2.864,4550,2.01,4551,3.22,4552,2.864,4553,3.22,4554,3.22,4555,3.22,4556,3.22,4557,4.89,4558,3.22,4559,3.993,4560,4.89,4561,4.89,4562,3.22,4563,3.22,4564,3.22,4565,3.22,4566,4.89,4567,4.89,4568,3.22,4569,3.22,4570,3.22,4571,3.22,4572,4.349,4573,2.098,4574,3.22,4575,3.22,4576,3.22,4577,3.22,4578,2.864,4579,2.864,4580,2.864,4581,3.22,4582,3.22,4583,3.22,4584,3.22,4585,3.22,4586,2.864,4587,3.22,4588,3.22,4589,3.22,4590,3.22,4591,3.22,4592,3.22,4593,3.22,4594,3.22,4595,2.864,4596,2.864,4597,3.22,4598,3.22,4599,3.22,4600,3.22,4601,3.22,4602,3.22,4603,2.864,4604,3.22,4605,3.22,4606,3.22,4607,3.22,4608,3.22,4609,3.22,4610,3.22,4611,3.22,4612,3.22,4613,3.22,4614,3.22,4615,3.22,4616,3.22,4617,3.22,4618,3.22,4619,3.22,4620,3.22]],["tags/Over analoog en digitaal",[2376,1.762]],["title/Unit Testing PicoBlaze Assembly files",[596,1.803,1190,2.144,1191,1.651,4621,3.642,4622,3.399]],["content/Unit Testing PicoBlaze Assembly files",[5,1.015,10,0.708,11,1.629,17,0.879,19,0.45,23,1.667,27,0.833,31,3.29,37,4.665,50,0.804,52,0.844,60,2.496,64,4.209,73,0.879,75,2.082,76,2.28,79,0.779,94,1.269,98,1.092,126,4.124,131,1.729,150,1.46,158,0.979,184,1.992,196,1.524,216,1.072,219,2.631,223,1.015,240,1.793,251,1.992,261,3.938,271,1.886,275,1.154,278,1.43,282,2.23,304,2.18,372,3.241,384,1.346,395,3.43,441,1.43,455,2.443,472,1.524,473,2.18,476,1.652,490,2.252,516,2.75,517,1.969,518,1.937,579,1.792,596,3.149,621,1.245,628,3.025,630,2.004,704,5.505,705,1.524,713,3.464,724,1.629,757,2.112,922,1.221,927,2.625,959,2.332,1012,1.792,1018,1.629,1037,3.584,1060,2.05,1080,3.071,1124,5.132,1170,3.938,1190,3.241,1191,3.367,1204,2.896,1232,3.901,1235,1.937,1237,5.505,1240,6.361,1254,3.121,1265,3.768,1272,2.091,1274,2.18,1275,4.845,1277,1.46,1281,1.11,1325,3.552,1329,2.75,1335,2.332,1367,1.133,1420,1.886,1424,1.629,1487,1.837,1489,3.29,1503,2.332,1539,1.886,1581,1.792,1598,2.18,1646,1.748,1649,2.516,1744,2.896,1809,2.05,1879,2.05,1937,3.603,1956,3.071,2026,2.18,2061,1.886,2063,3.071,2075,3.768,2077,3.584,2223,4.398,2229,2.516,2276,3.584,2351,2.516,2386,2.625,2524,2.896,2533,3.29,2586,2.516,2590,2.516,2639,3.071,2746,2.896,2874,3.29,3003,5.61,3076,3.584,3091,2.896,4417,2.75,4427,3.071,4549,3.584,4621,4.712,4622,6.361,4623,4.029,4624,3.584,4625,4.029,4626,4.029,4627,3.071,4628,4.029,4629,4.029,4630,4.029,4631,4.029,4632,4.029,4633,4.029,4634,4.029,4635,4.029,4636,4.029,4637,5.77,4638,4.029,4639,4.029,4640,4.029,4641,4.029,4642,2.625,4643,4.029,4644,4.029,4645,4.029,4646,4.029,4647,5.77,4648,6.741,4649,5.77,4650,5.77,4651,5.77,4652,5.77,4653,4.029,4654,5.77,4655,3.071,4656,3.29,4657,4.029,4658,4.029,4659,4.029,4660,4.029,4661,4.029,4662,4.029,4663,4.029,4664,4.029,4665,4.029,4666,4.029,4667,4.029,4668,4.029,4669,4.029,4670,4.029]],["tags/Unit Testing PicoBlaze Assembly files",[1361,1.857,4621,2.429,4622,2.267]],["title/Archive by year: 2018",[6,1.285,477,2.227,3048,3.508]],["content/Archive by year: 2018",[19,0.473,477,3.191,3048,5.027]],["tags/Archive by year: 2018",[]],["title/A Ph.D. Thesis: Iteration 2",[131,1.251,3505,3.506,3706,3.984,4457,3.506]],["content/A Ph.D. Thesis: Iteration 2",[0,2.002,5,1.07,6,1.43,11,1.718,17,1.307,18,1.68,19,0.323,26,1.488,27,1.435,29,1.313,70,1.8,76,1.68,90,2.101,92,2.552,97,2.228,98,1.151,101,1.053,103,1.573,104,1.336,113,1.594,121,1.643,131,1.09,133,3.352,145,1.938,153,3.242,154,2.042,159,1.89,167,1.989,185,1.8,196,1.607,201,3.239,203,1.365,233,2.376,240,1.13,241,2.376,243,3.47,263,1.313,277,2.219,293,1.365,312,1.509,315,1.288,317,2.665,326,2.552,365,1.989,368,2.043,375,1.461,378,1.151,384,1.42,412,2.538,430,1.844,468,3.78,476,1.716,484,2.101,517,1.032,542,3.055,564,3.242,621,1.313,623,3.755,722,2.162,724,1.718,757,2.228,782,2.104,785,3.055,854,2.228,877,1.844,885,3.242,889,3.47,983,2.299,986,2.273,995,3.468,1144,2.538,1258,1.68,1277,1.541,1281,0.818,1287,1.151,1291,2.769,1312,3.78,1367,2.433,1413,1.718,1555,1.89,1606,2.376,1611,3.055,1612,2.228,1645,2.769,1653,1.938,1685,1.195,1686,2.552,1717,2.162,1879,3.049,1935,3.47,1948,1.8,1960,2.228,2032,2.552,2050,2.299,2060,2.228,2063,3.239,2114,2.228,2181,4.078,2214,3.78,2312,2.654,2315,3.055,2324,2.654,2326,5.269,2339,3.242,2355,3.055,2356,3.905,2383,2.769,2439,2.901,2442,3.239,2455,2.459,2456,2.459,2480,3.78,2481,2.552,2532,3.239,2538,3.47,2539,4.568,2574,2.162,2615,2.654,2670,2.901,2689,3.142,2741,3.78,2803,2.963,2926,3.239,3024,3.239,3029,3.055,3138,3.905,3196,3.47,3214,4.078,3215,4.894,3239,3.206,3317,2.769,3526,2.901,3544,4.444,3545,3.239,3709,3.78,3817,3.47,4427,5.291,4441,3.78,4671,4.25,4672,4.25,4673,4.25,4674,4.25,4675,4.25,4676,4.25,4677,3.78,4678,4.25,4679,3.78,4680,6.942,4681,3.239,4682,4.25,4683,4.894,4684,4.25,4685,4.25,4686,3.47,4687,4.25,4688,4.25,4689,3.239,4690,3.47,4691,3.78,4692,3.78,4693,4.25,4694,4.25,4695,4.25,4696,4.25,4697,4.25,4698,4.25,4699,4.25,4700,4.25,4701,4.25,4702,4.25,4703,4.25,4704,3.78,4705,4.25,4706,4.25,4707,4.25,4708,4.25,4709,4.25,4710,4.25]],["tags/A Ph.D. Thesis: Iteration 2",[3557,2.832]],["title/IT Competences and Certificates",[2670,4.1,4711,4.317]],["content/IT Competences and Certificates",[0,1.432,6,1.023,17,0.935,19,0.43,21,2.197,22,1.205,36,2.678,52,0.692,53,2.927,57,3.814,59,2.062,73,0.935,77,1.522,79,0.579,87,1.377,94,1.35,96,2.495,101,1.33,104,0.825,128,3.082,133,1.907,145,1.955,158,1.042,160,2.062,165,1.325,179,1.162,188,3.162,196,1.622,206,3.501,208,3.068,210,2.319,211,2.062,216,1.604,275,1.228,276,1.622,278,1.522,311,1.587,365,2.007,367,2.182,375,1.269,402,6.305,403,3.49,409,1.587,441,1.522,443,1.695,457,1.432,476,1.228,486,3.929,491,2.182,564,2.319,595,2.574,621,1.863,627,1.955,632,4.116,724,1.733,739,2.678,782,1.299,840,2.927,854,2.248,920,1.907,922,1.299,961,6.204,974,2.927,986,1.975,990,4.334,995,2.481,1067,2.476,1144,1.816,1157,2.574,1191,1.587,1211,2.927,1254,4.597,1258,1.695,1265,2.397,1281,0.825,1287,1.162,1294,1.461,1296,2.12,1298,1.955,1301,2.574,1313,1.86,1325,1.955,1332,2.574,1333,2.823,1367,1.205,1469,2.678,1476,2.481,1512,3.082,1609,2.248,1621,1.522,1657,2.062,1658,2.794,1668,3.501,1717,2.182,1719,1.325,1783,1.658,1792,2.062,1879,2.182,1929,2.481,1963,3.068,1966,3.814,1988,3.082,2002,2.794,2022,3.929,2121,2.12,2326,3.49,2339,3.773,2357,3.814,2375,4.334,2395,2.794,2429,2.927,2442,3.268,2447,3.268,2458,3.082,2513,3.268,2534,2.927,2586,2.678,2592,2.678,2603,2.927,2640,2.397,2670,4.761,2684,3.501,2783,2.12,2787,3.501,2804,2.481,2879,1.658,2889,3.268,2965,3.082,3138,2.794,3143,2.574,3159,3.268,3166,3.814,3206,3.814,3214,2.319,3215,3.501,3239,1.622,3253,3.082,3293,4.116,3514,3.501,3549,3.814,3843,3.814,4400,4.334,4423,3.814,4428,3.268,4442,3.268,4450,3.501,4677,5.364,4686,3.501,4711,3.082,4712,3.082,4713,4.288,4714,4.288,4715,4.288,4716,4.288,4717,4.288,4718,4.288,4719,4.288,4720,4.288,4721,4.288,4722,3.501,4723,4.288,4724,4.288,4725,4.288,4726,4.288,4727,4.288,4728,4.288,4729,4.288,4730,4.288,4731,4.288,4732,4.288,4733,4.288,4734,4.288,4735,5.364,4736,4.288,4737,4.288,4738,4.288,4739,4.116,4740,3.814,4741,4.288,4742,4.288,4743,3.082,4744,4.288,4745,4.288,4746,4.288,4747,4.288,4748,4.288,4749,4.288,4750,4.288,4751,3.268,4752,3.814,4753,4.288,4754,3.814,4755,4.288,4756,4.288,4757,3.268,4758,4.288,4759,4.288,4760,3.814,4761,4.288,4762,4.288,4763,4.288,4764,4.288,4765,4.288]],["tags/IT Competences and Certificates",[2670,2.03,3557,1.662,4711,2.137]],["title/Teaching Object-Oriented design using the GBA",[52,0.471,61,1.975,1943,1.782,2300,1.699,3253,2.952,4766,2.565]],["content/Teaching Object-Oriented design using the GBA",[0,1.376,1,1.349,6,1.399,10,1.03,19,0.316,20,1.628,21,1.846,22,1.648,26,0.883,28,1.076,30,1.704,52,0.901,55,1.787,61,2.818,74,1.628,75,1.272,77,2.081,79,1.003,88,1.878,91,3.112,94,1.846,104,1.571,109,2.473,116,1.349,121,1.592,132,1.558,144,1.116,154,1.404,160,1.98,165,1.272,180,1.558,197,2.684,203,2.757,217,1.272,223,1.037,240,1.096,241,3.277,242,1.831,263,1.272,282,1.592,293,1.323,297,1.558,311,1.525,320,1.493,321,1.878,330,2.898,365,1.928,372,1.98,378,1.116,395,2.096,404,1.71,441,1.462,444,1.928,472,3.247,475,2.606,476,1.679,487,2.534,518,2.818,520,2.96,549,2.384,565,2.811,621,2.108,674,3.139,713,2.473,722,2.096,782,2.068,801,2.684,896,2.384,930,1.704,950,3.363,971,2.811,987,2.384,994,2.473,1012,1.831,1018,1.665,1043,2.684,1064,2.384,1190,1.98,1191,2.17,1213,2.811,1235,2.818,1254,2.228,1258,1.628,1281,0.793,1287,1.588,1291,2.684,1307,3.139,1313,1.787,1325,1.878,1367,1.648,1413,2.759,1486,1.628,1487,1.878,1500,2.811,1504,2.159,1582,2.811,1669,2.384,1676,2.096,1717,2.096,1719,1.272,1783,1.592,1787,2.96,1943,2.543,1948,1.744,1963,2.096,1967,1.137,1983,2.572,2061,1.928,2068,2.572,2078,2.811,2254,3.363,2329,3.363,2363,2.96,2373,2.473,2376,2.839,2386,2.684,2452,3.66,2462,2.96,2471,3.363,2586,2.572,2663,2.473,2753,3.663,2783,2.036,2816,2.473,2933,3.139,2937,2.96,2966,3.363,2967,2.811,2993,2.684,3048,2.684,3075,2.811,3091,2.96,3121,2.96,3214,2.228,3216,3.663,3239,2.217,3253,4.213,3262,2.684,3452,2.684,3481,4.249,3486,2.811,3487,3.663,3522,2.684,4424,2.811,4426,2.473,4525,1.831,4547,4.642,4642,2.684,4739,2.811,4766,3.66,4767,4.119,4768,4.119,4769,4.119,4770,4.119,4771,4.119,4772,4.119,4773,4.119,4774,3.663,4775,3.663,4776,4.119,4777,5.862,4778,4.119,4779,4.119,4780,4.119,4781,4.119,4782,4.119,4783,3.663,4784,5.213,4785,3.663,4786,4.119,4787,4.119,4788,3.363,4789,4.119,4790,2.811,4791,4.119,4792,3.663,4793,4.119,4794,4.119,4795,3.663,4796,4.119,4797,4.119,4798,3.363,4799,2.96,4800,2.96,4801,4.119,4802,4.119,4803,3.663,4804,5.572,4805,3.663,4806,3.663,4807,4.119,4808,4.119,4809,4.119,4810,3.663,4811,3.663,4812,4.119]],["tags/Teaching Object-Oriented design using the GBA",[472,1.125,2300,1.23,4766,1.857]],["title/De zin en onzin van conferenties",[546,2.09,606,2.153,614,2.153,4813,3.354,4814,4.107,4815,3.653]],["content/De zin en onzin van conferenties",[14,1.168,24,0.954,116,1.031,158,1.416,493,3.929,495,4.692,497,4.067,498,5.263,500,2.57,504,4.553,506,3.53,510,4.808,511,4.288,512,3.132,522,3.5,524,3.001,533,3.132,536,1.966,537,1.822,538,2.8,540,3.799,546,4.144,568,3.5,593,4.008,599,4.58,601,1.966,602,1.822,605,4.252,606,4.493,613,2.149,614,4.676,634,3.776,636,4.761,638,2.149,656,3.925,661,2.399,680,1.822,688,3.001,694,2.262,698,1.602,701,2.57,744,3.5,745,1.966,750,3.001,753,3.925,760,1.822,761,5.186,767,3.132,772,4.275,774,4.599,792,4.22,793,2.149,807,2.886,809,2.399,821,4.275,822,2.8,825,2.399,829,4.275,831,4.454,856,2.051,869,2.8,870,2.399,1050,2.57,1053,3.925,1110,2.57,1122,2.57,1135,3.132,1142,3.281,1206,3.663,1223,2.57,1499,1.217,2051,1.822,2390,1.76,2803,2.376,3214,1.703,3329,5.647,3345,2.149,3366,4.444,3375,2.8,3391,2.399,3396,2.8,3399,2.262,3413,2.8,3418,3.455,3419,2.399,3420,2.57,3424,2.149,3448,2.051,3475,3.001,3564,2.57,3565,3.925,3580,2.8,3590,2.399,3597,4.275,3601,3.663,3621,2.57,3622,2.262,3624,3.925,3626,2.8,3632,3.001,3635,2.57,3637,2.57,3650,2.399,3666,2.57,3695,2.399,3700,3.925,3750,2.8,3898,2.8,3904,3.925,3907,4.444,3928,4.275,3933,2.8,3936,2.8,3976,2.57,3986,4.275,3998,4.444,4014,4.275,4062,2.8,4066,2.8,4078,2.8,4094,4.444,4097,2.8,4100,2.8,4136,2.399,4158,2.8,4172,2.8,4173,5.186,4197,4.275,4219,2.8,4246,4.275,4397,2.399,4458,3.925,4488,2.8,4499,2.399,4517,2.8,4545,2.8,4552,2.8,4595,2.8,4813,2.57,4815,5.804,4816,3.148,4817,3.148,4818,3.148,4819,3.148,4820,4.807,4821,3.148,4822,3.148,4823,3.148,4824,3.148,4825,5.831,4826,4.275,4827,3.148,4828,3.148,4829,3.148,4830,3.148,4831,3.148,4832,3.148,4833,5.804,4834,3.148,4835,4.807,4836,2.399,4837,4.807,4838,3.148,4839,3.148,4840,3.148,4841,3.148,4842,3.148,4843,3.148,4844,3.148,4845,3.148,4846,3.148,4847,3.148,4848,3.148,4849,3.148,4850,3.148,4851,3.148,4852,3.148,4853,4.807,4854,5.831,4855,3.148,4856,3.148,4857,3.148,4858,3.148,4859,3.925,4860,3.148,4861,3.148,4862,3.148,4863,3.148,4864,3.148,4865,4.807,4866,3.148,4867,4.807,4868,3.148,4869,3.148,4870,3.148,4871,4.807,4872,3.148,4873,3.148,4874,3.148,4875,3.148,4876,4.807,4877,3.148,4878,3.148,4879,3.148,4880,3.148,4881,3.148,4882,3.148,4883,3.148,4884,3.148,4885,3.148,4886,3.148,4887,3.148,4888,4.807,4889,3.148,4890,4.807,4891,3.148,4892,3.148,4893,3.148,4894,3.148,4895,3.148,4896,3.148,4897,3.148,4898,4.807,4899,3.148,4900,3.148,4901,3.148,4902,2.149,4903,3.148,4904,3.148,4905,3.148,4906,3.148,4907,2.8,4908,3.148,4909,3.148,4910,3.148,4911,3.148,4912,3.148,4913,3.148,4914,3.148,4915,3.148,4916,3.148,4917,3.148,4918,3.148,4919,3.148,4920,3.148]],["tags/De zin en onzin van conferenties",[4921,3.641]],["title/Programming: a Creative Cognitive Process",[487,1.663,1009,2.482,2316,2.116,4681,3.718]],["content/Programming: a Creative Cognitive Process",[1,1.448,10,1.083,16,3.178,19,0.382,21,1.941,23,1.829,24,1.867,55,1.918,73,0.965,79,0.957,86,2.61,104,0.851,113,1.176,121,1.709,131,1.134,132,1.673,144,1.669,145,2.017,149,1.873,154,1.507,158,1.074,179,1.198,180,2.683,196,1.673,203,1.979,223,1.114,277,1.637,278,2.518,304,2.392,317,1.966,322,3.018,324,2.655,361,2.25,365,3.32,375,0.931,407,2.126,409,1.637,437,1.918,476,2.31,487,1.507,517,1.074,564,2.392,621,2.191,623,2.392,629,4.429,630,1.315,673,3.611,705,1.673,725,2.472,749,2.559,754,2.655,913,1.315,930,1.829,952,1.315,995,2.559,1009,2.25,1094,4.258,1190,2.126,1191,2.281,1287,1.669,1288,2.559,1293,2.881,1296,3.046,1299,2.655,1325,2.017,1331,1.788,1333,2.07,1367,2.496,1380,2.884,1397,2.472,1399,2.761,1423,2.655,1429,3.018,1496,3.611,1499,2.382,1502,3.018,1504,2.318,1532,2.25,1580,2.126,1581,1.966,1587,3.018,1597,2.559,1609,3.231,1653,2.017,1742,2.761,1751,3.37,1761,2.126,1792,2.963,1877,2.761,1879,3.135,1930,3.178,1963,2.25,1975,3.018,1993,3.018,2043,4.841,2050,3.837,2113,2.186,2163,2.318,2256,3.611,2287,2.25,2316,3.624,2326,3.566,2337,2.392,2339,2.392,2344,2.761,2375,3.178,2380,3.37,2395,2.881,2456,2.559,2465,4.696,2574,2.25,2615,2.761,2705,3.178,2757,3.178,2801,3.933,2943,2.559,2993,2.881,3176,3.018,3179,3.37,3201,2.559,3214,2.392,3239,3.051,3251,3.178,3486,3.018,3514,3.611,3524,3.933,3544,3.445,4151,3.018,4392,3.611,4413,3.933,4424,3.018,4681,3.37,4683,3.611,4775,3.933,4922,4.422,4923,4.422,4924,3.611,4925,3.933,4926,4.422,4927,4.422,4928,4.422,4929,3.611,4930,4.422,4931,4.422,4932,4.422,4933,4.422,4934,3.611,4935,4.422,4936,4.422,4937,4.422,4938,4.422,4939,4.422,4940,4.422,4941,4.422,4942,3.933,4943,2.761,4944,3.933,4945,3.933,4946,4.422,4947,3.37,4948,4.422,4949,4.422,4950,4.422,4951,4.422,4952,3.611,4953,4.422,4954,4.422,4955,4.422,4956,4.422,4957,4.422,4958,3.37,4959,3.933,4960,3.933,4961,4.422,4962,3.37,4963,4.422,4964,4.422,4965,3.611,4966,4.422]],["tags/Programming: a Creative Cognitive Process",[2316,1.626,3557,2.095]],["title/Over Onmiddellijke Voldoening",[116,1.763,4499,4.104,4967,5.385]],["content/Over Onmiddellijke Voldoening",[14,0.764,18,1.242,19,0.259,79,0.424,116,1.03,129,2.396,158,0.764,168,1.093,240,0.836,255,2.259,492,1.512,493,4.14,495,4.634,497,1.819,498,4.807,504,3.927,505,2.259,506,3.8,510,5.118,511,4.458,524,2.998,527,2.883,530,3.277,532,3.638,533,3.129,534,2.396,535,2.146,536,4.386,537,2.779,546,4.226,568,1.887,573,2.146,587,4.687,588,2.396,593,3.151,599,2.048,600,3.129,601,2.998,602,1.819,605,4.577,606,4.675,610,3.66,613,3.976,614,4.428,634,3.774,636,2.567,640,3.66,643,2.146,645,3.451,680,4.458,694,2.259,699,2.259,701,2.567,711,3.277,744,3.498,748,2.796,750,4.072,760,2.779,767,4.577,774,3.774,792,4.217,793,2.146,807,1.887,808,3.66,812,2.396,813,1.963,816,2.259,825,2.396,831,2.146,877,1.364,890,2.048,1047,2.796,1071,2.396,1133,5.182,1135,2.048,1138,2.796,1183,5.261,1185,3.66,1201,4.187,1202,2.259,1209,2.396,1211,2.146,1223,2.567,1273,2.567,1289,0.99,1789,2.048,2181,1.701,2574,1.6,2888,2.796,2898,2.259,3033,1.819,3335,2.259,3345,2.146,3355,2.396,3362,2.567,3366,3.66,3404,4.44,3415,2.259,3420,2.567,3429,2.567,3475,2.998,3570,2.567,3590,4.44,3612,2.796,3621,2.567,3632,1.963,3638,4.271,3650,2.396,3675,2.048,3755,2.796,3759,2.796,3763,2.567,3765,4.271,3785,2.396,3873,2.567,3877,2.567,3922,2.796,3937,2.567,3943,2.796,3950,4.757,3952,2.396,3960,2.796,3976,2.567,3980,2.796,3998,2.396,4060,2.796,4094,2.396,4101,2.796,4136,2.396,4145,2.567,4147,2.796,4166,2.796,4199,3.921,4221,5.182,4264,2.796,4279,2.567,4283,2.796,4293,5.325,4336,2.048,4494,4.271,4499,4.44,4538,2.796,4596,2.796,4813,3.921,4826,2.796,4833,2.796,4836,2.396,4968,3.144,4969,3.144,4970,3.144,4971,3.144,4972,3.144,4973,3.144,4974,3.144,4975,3.144,4976,3.144,4977,3.144,4978,3.144,4979,3.144,4980,3.144,4981,3.144,4982,3.144,4983,5.826,4984,3.144,4985,5.826,4986,4.802,4987,3.144,4988,3.144,4989,3.144,4990,3.144,4991,4.802,4992,3.144,4993,3.144,4994,3.144,4995,3.144,4996,4.802,4997,5.826,4998,3.144,4999,3.144,5000,3.144,5001,3.144,5002,3.144,5003,3.144,5004,3.144,5005,3.144,5006,3.144,5007,3.144,5008,3.144,5009,3.144,5010,3.144,5011,3.144,5012,4.802,5013,3.144,5014,3.144,5015,3.144,5016,3.144,5017,3.144,5018,4.802,5019,3.144,5020,3.144,5021,3.144,5022,3.144,5023,3.144,5024,3.144,5025,4.802,5026,3.144,5027,3.144,5028,3.144,5029,3.144,5030,3.144,5031,3.144,5032,3.144,5033,3.144,5034,3.144,5035,3.144,5036,3.144,5037,3.144,5038,3.144,5039,3.144,5040,5.826,5041,3.144,5042,3.144,5043,3.144,5044,3.144,5045,3.144,5046,3.144,5047,3.144,5048,3.144,5049,3.144,5050,3.144,5051,3.144,5052,2.796,5053,3.144,5054,3.144,5055,3.144,5056,3.144,5057,3.144,5058,3.144,5059,3.144,5060,3.144,5061,3.144,5062,3.144,5063,3.144,5064,3.144,5065,3.144,5066,3.144,5067,3.144,5068,3.144,5069,3.144,5070,3.144,5071,3.144,5072,3.144,5073,3.144,5074,3.144,5075,3.144,5076,3.144,5077,3.144]],["tags/Over Onmiddellijke Voldoening",[]],["title/Archive by year: 2019",[6,1.285,477,2.227,4790,3.675]],["content/Archive by year: 2019",[19,0.473,477,3.191,4790,5.266]],["tags/Archive by year: 2019",[]],["title/Five reasons why agile and academia don't go together",[14,0.925,211,1.83,1042,2.48,1685,1.07,2061,1.781,4449,2.598,4461,2.377]],["content/Five reasons why agile and academia don't go together",[1,1.874,6,1.365,10,0.7,14,1.39,18,1.574,19,0.395,27,0.823,29,1.23,30,2.367,31,3.252,42,1.647,48,2.154,52,0.656,67,1.864,75,1.768,79,0.904,82,2.088,83,2.71,87,1.279,88,2.609,94,1.254,101,1.177,104,0.766,113,1.059,127,2.305,131,1.468,133,2.544,142,2.088,144,1.079,157,1.647,158,0.967,168,1.99,175,1.574,179,1.079,185,1.687,186,3.035,188,2.088,196,2.164,211,3.22,216,1.059,217,1.23,219,1.816,220,2.154,223,1.003,230,2.718,237,2.862,263,1.23,276,1.506,277,1.474,288,1.357,297,1.506,308,3.252,312,2.031,330,2.829,367,2.026,370,2.718,372,1.915,375,0.838,384,1.911,388,1.61,407,1.915,409,1.474,412,1.687,441,2.378,455,1.444,471,2.595,476,2.312,482,2.391,487,1.357,488,3.542,517,1.778,586,1.816,630,1.184,648,3.035,723,2.226,725,3.199,739,2.487,782,1.207,851,2.487,897,3.097,907,3.252,933,3,952,2.306,996,3.035,1009,2.026,1010,4.361,1042,2.595,1060,2.026,1080,3.035,1144,2.423,1227,1.687,1235,1.915,1258,1.574,1281,1.101,1305,3.435,1325,1.816,1337,1.771,1344,1.279,1346,3.095,1367,1.608,1380,2.678,1413,1.61,1499,2.589,1535,2.154,1581,2.544,1584,2.609,1631,3.095,1632,2.226,1645,2.595,1673,2.718,1718,3.435,1719,1.23,1723,1.687,1742,2.487,1785,2.595,1900,2.862,1970,3.035,1997,3.876,2015,2.862,2019,3.542,2051,3.876,2061,1.864,2068,2.487,2103,4.112,2113,2.829,2223,3.035,2333,5.573,2334,2.862,2335,3.035,2342,2.718,2346,3.252,2373,3.435,2388,2.305,2456,3.311,2475,5.469,2478,2.595,2481,2.391,2652,3.252,2697,2.026,2702,2.595,2715,6.574,2728,3.542,2731,2.862,2803,3.619,2943,2.305,2978,3.035,2979,3.035,2982,3.252,3010,3.035,3021,3.252,3143,2.391,3227,5.978,3234,2.487,3252,2.391,3486,2.718,3554,3.252,3708,3.035,3808,3.542,3837,3.542,4389,3.542,4449,4.571,4457,2.862,4461,2.487,4929,3.252,5078,3.983,5079,3.542,5080,3.983,5081,2.595,5082,3.983,5083,3.983,5084,3.983,5085,3.983,5086,3.252,5087,3.983,5088,3.983,5089,3.542,5090,3.983,5091,3.983,5092,3.983,5093,3.542,5094,3.983,5095,3.983,5096,3.983,5097,3.983,5098,5.089,5099,3.252,5100,3.983,5101,3.983,5102,3.983,5103,3.035,5104,3.252,5105,3.435,5106,3.035,5107,3.983]],["tags/Five reasons why agile and academia don't go together",[476,0.852,4449,2.03,4461,1.857]],["title/DIY: Hosting stuff on your own VPS",[99,1.768,2010,3.046,4579,4.339,5108,3.179]],["content/DIY: Hosting stuff on your own VPS",[5,1.418,10,1.162,11,2.275,13,1.731,14,0.946,17,0.849,19,0.478,22,1.094,26,1.206,27,1.164,28,1.017,29,1.202,36,2.43,52,0.831,62,2.657,73,1.228,79,0.525,86,1.648,94,1.226,96,1.61,98,1.054,101,0.684,108,3.462,109,1.411,116,1.275,121,2.176,123,2.536,127,2.252,131,1.443,132,1.472,138,2.337,142,2.041,145,1.775,193,2.43,202,4.596,210,2.105,223,1.418,240,1.497,251,1.924,252,1.924,261,3.841,278,1.382,282,1.505,288,1.326,312,1.998,315,1.18,332,3.178,369,4.128,376,2.797,394,3.178,416,1.775,446,1.98,475,1.731,484,1.924,490,2.176,492,1.871,514,3.178,517,1.367,569,3.667,596,3.107,621,1.739,628,3.466,630,1.157,705,1.472,715,2.176,723,2.176,784,2.966,880,3.178,884,3.178,909,1.822,913,1.157,920,1.731,922,1.706,925,2.43,958,2.797,959,2.252,965,1.924,981,3.178,986,1.843,1067,1.382,1204,2.797,1234,2.252,1265,2.176,1276,1.775,1281,1.083,1287,1.054,1289,1.226,1294,1.326,1313,1.688,1315,2.556,1323,2.536,1372,3.462,1384,6.443,1390,2.536,1394,3.178,1396,3.581,1400,4.045,1401,1.871,1403,4.045,1424,1.573,1428,2.43,1446,4.596,1476,3.826,1515,2.966,1555,2.503,1592,2.252,1609,2.041,1610,3.466,1617,2.337,1657,1.871,1660,2.105,1685,1.094,1718,2.337,1738,2.966,1782,4.72,1876,2.43,1887,2.536,1945,3.969,1951,2.536,1967,1.553,1982,2.536,1997,2.252,2010,5.002,2032,2.337,2084,2.966,2106,2.176,2118,3.841,2147,1.871,2157,2.966,2171,2.657,2184,2.43,2299,2.797,2337,2.105,2344,3.514,2384,3.462,2386,2.536,2405,2.657,2474,2.536,2640,2.176,2667,2.797,2692,2.536,2804,2.252,2814,3.462,2816,3.969,2865,2.797,2872,3.178,2895,3.462,2996,2.797,3081,3.462,3099,3.462,3188,2.797,3276,2.657,4337,2.657,4339,3.462,4384,2.966,4743,2.797,5105,2.337,5108,3.667,5109,3.892,5110,3.892,5111,3.892,5112,2.797,5113,3.462,5114,3.892,5115,2.951,5116,3.892,5117,3.462,5118,2.43,5119,3.462,5120,3.892,5121,3.892,5122,3.892,5123,3.892,5124,2.966,5125,5.628,5126,5.628,5127,3.514,5128,3.462,5129,3.892,5130,3.178,5131,3.892,5132,3.892,5133,3.892,5134,3.892,5135,3.462,5136,5.628,5137,3.892,5138,3.892,5139,3.892,5140,3.841,5141,2.657,5142,3.892,5143,4.128,5144,3.462,5145,3.892,5146,3.892,5147,5.628,5148,6.611,5149,3.892,5150,3.462,5151,5.628,5152,3.892,5153,3.462,5154,8.01,5155,3.462,5156,3.892,5157,3.892,5158,3.462,5159,3.841,5160,3.892,5161,3.892,5162,3.892,5163,3.892,5164,5.628,5165,3.892,5166,3.892,5167,2.966,5168,3.892]],["tags/DIY: Hosting stuff on your own VPS",[1396,1.219,4337,1.682,5108,1.606,5140,1.682]],["title/Hugo Extended: More static site processing power!",[101,0.669,728,1.881,1009,1.936,1610,1.995,2191,2.48,2407,2.059,5115,1.995]],["content/Hugo Extended: More static site processing power!",[0,1.324,5,1.436,10,0.697,13,1.762,18,1.566,19,0.525,26,1.222,36,2.474,50,0.79,52,0.838,55,1.719,70,1.678,77,1.407,79,0.535,86,2.828,94,1.248,101,1.174,104,1.285,121,1.532,144,1.979,158,0.963,179,1.074,182,1.298,191,2.848,223,0.998,263,1.224,264,1.905,275,1.633,291,1.959,293,1.272,297,1.499,309,2.989,315,1.201,324,3.423,375,0.834,378,1.074,384,1.905,388,2.305,404,1.156,416,2.6,444,1.855,455,1.436,457,2.231,476,1.633,478,2.016,518,2.741,591,2.078,596,2.305,667,2.474,700,3.187,724,1.602,840,2.705,896,3.299,897,1.378,909,3.126,910,1.905,949,2.293,952,1.695,959,2.293,986,1.867,1009,2.016,1018,1.602,1029,2.379,1189,2.848,1213,2.705,1231,3.236,1277,1.436,1281,1.097,1287,1.545,1296,2.819,1301,4.01,1313,1.719,1315,2.204,1337,1.762,1364,2.293,1368,2.848,1391,3.613,1413,1.602,1418,1.807,1420,1.855,1472,2.848,1499,1.532,1539,1.855,1550,2.582,1580,2.741,1610,2.078,1621,2.371,1649,2.474,1664,3.56,1762,1.351,1876,4.17,1893,3.525,1901,2.582,1943,1.719,1948,1.678,1967,1.093,1982,2.582,2043,2.705,2107,2.848,2123,2.705,2161,3.525,2184,2.474,2187,5.071,2191,2.582,2407,4.492,2454,2.848,2461,2.215,2524,2.848,2574,2.016,2637,2.848,2689,2.078,2711,3.02,3005,3.02,3019,3.236,3029,2.848,3255,3.56,3262,2.582,3819,3.02,4524,3.525,4774,3.525,4943,2.474,5169,3.963,5170,4.385,5171,3.963,5172,7.386,5173,5.702,5174,6.679,5175,3.963,5176,3.02,5177,5.702,5178,3.963,5179,3.525,5180,3.525,5181,3.963,5182,6.781,5183,3.963,5184,3.963,5185,4.561,5186,3.236,5187,3.525,5188,5.071,5189,3.525,5190,6.679,5191,2.705,5192,3.963,5193,3.963,5194,3.963,5195,3.963,5196,3.963,5197,3.963,5198,5.702,5199,3.963,5200,5.702,5201,3.963,5202,5.702,5203,3.963,5204,3.963,5205,5.702,5206,5.702,5207,3.525,5208,3.525,5209,3.963,5210,3.963,5211,3.963,5212,5.702,5213,3.963,5214,3.963,5215,3.963,5216,3.963,5217,3.963,5218,3.963,5219,3.963,5220,3.963,5221,5.702,5222,3.963,5223,3.963,5224,3.963,5225,3.525,5226,3.963]],["tags/Hugo Extended: More static site processing power!",[2407,1.609,5172,2.645,5182,2.429]],["title/Page Building with Brizy in Wordpress",[96,2.018,1621,1.732,5118,3.046,5227,3.984]],["content/Page Building with Brizy in Wordpress",[6,0.984,10,1.382,13,1.835,14,1.002,19,0.453,22,1.65,52,0.937,55,1.79,74,0.984,77,2.083,79,0.557,86,1.747,87,1.325,96,3.476,98,1.118,99,1.496,100,2.816,101,1.201,104,0.794,126,2.099,138,2.477,149,1.747,153,2.232,154,1.406,155,2.965,156,3.107,158,1.002,165,1.275,168,2.376,175,1.631,179,2.13,185,1.747,196,1.561,203,1.325,242,2.609,275,1.182,293,2.524,310,3.369,311,1.527,315,1.25,317,3.308,365,1.931,399,2.816,409,2.173,415,4.006,416,3.393,443,1.631,455,1.496,457,1.378,490,3.818,564,2.232,566,2.232,586,1.882,621,2.428,705,1.561,723,2.306,725,3.818,728,2.04,782,1.25,881,2.099,885,2.232,897,1.435,909,3.482,913,1.227,979,1.835,986,1.351,1012,1.835,1027,2.965,1042,2.688,1129,2.576,1192,3.145,1265,2.306,1270,2.688,1281,0.794,1288,2.388,1294,1.406,1295,2.306,1318,3.145,1325,1.882,1346,2.232,1401,1.984,1413,1.668,1418,3.393,1464,2.688,1476,2.388,1497,2.965,1509,2.688,1584,2.676,1590,2.576,1596,5.577,1608,3.67,1610,3.077,1621,1.465,1646,1.79,1660,3.175,1669,4.549,1719,1.275,1762,1.406,1763,3.145,1783,1.595,1793,2.099,1874,3.523,1877,2.576,1879,2.099,1943,3.41,1967,1.619,2010,2.576,2040,3.369,2051,2.388,2191,2.688,2193,3.67,2198,3.145,2228,2.163,2356,2.688,2365,3.67,2405,4.662,2473,2.306,2524,2.965,2644,3.67,2663,2.477,2996,2.965,3012,4.45,3085,3.369,3121,4.218,3537,2.965,3909,3.67,4455,3.369,4962,3.145,5093,3.67,5118,4.909,5189,5.22,5227,5.577,5228,4.126,5229,4.126,5230,4.126,5231,4.126,5232,4.126,5233,3.369,5234,4.126,5235,5.22,5236,4.126,5237,6.831,5238,6.831,5239,2.965,5240,4.473,5241,5.869,5242,4.126,5243,4.126,5244,4.126,5245,4.126,5246,2.816,5247,4.126,5248,4.126,5249,4.126,5250,4.126,5251,4.126,5252,4.126,5253,8.169,5254,4.126,5255,4.126,5256,4.126,5257,4.126,5258,4.126,5259,4.126,5260,3.67,5261,4.126,5262,3.67,5263,4.126,5264,4.126,5265,4.126,5266,4.126,5267,4.126,5268,4.126,5269,4.126]],["tags/Page Building with Brizy in Wordpress",[5118,1.857,5227,2.429,5262,2.645]],["title/Using Pandoc to publish a book",[52,0.559,65,2.066,3517,2.412,5270,3.506]],["content/Using Pandoc to publish a book",[10,0.709,11,1.631,17,0.88,18,1.595,19,0.505,20,1.595,21,1.271,26,0.865,29,1.247,46,1.995,52,0.774,65,3.119,73,0.88,74,0.963,75,2.505,76,2.283,79,0.78,83,1.494,90,1.995,92,2.423,96,3.354,97,2.116,98,1.093,99,1.463,101,1.015,104,1.298,131,1.035,132,1.526,133,1.795,139,2.52,144,1.093,145,1.841,147,3.296,149,1.709,175,1.595,179,1.093,182,1.322,240,1.795,252,1.995,263,1.247,264,1.941,275,1.156,278,2.395,293,1.855,308,3.296,311,1.494,320,1.463,321,1.841,358,3.59,378,1.093,388,2.978,392,2.336,404,1.178,413,2.183,416,1.841,422,1.841,445,3.076,452,1.709,471,3.764,472,1.526,491,2.053,517,0.98,518,2.778,564,2.183,579,1.795,595,2.423,596,2.335,630,1.2,884,3.296,902,1.941,910,2.778,916,2.63,920,1.795,922,1.751,955,3.076,959,3.343,1012,1.795,1029,3.468,1129,2.52,1158,3.076,1214,2.901,1268,2.901,1290,2.52,1330,2.423,1331,1.631,1335,2.336,1364,3.905,1390,2.63,1397,2.256,1418,1.841,1420,1.889,1424,1.631,1482,4.717,1539,1.889,1565,3.296,1578,6.001,1587,2.755,1612,2.116,1719,1.247,1742,3.607,1763,4.403,1775,2.183,1783,1.56,1791,3.076,1809,2.053,1857,3.59,1858,4.403,1870,4.051,1963,2.053,1984,2.336,2023,2.256,2113,1.995,2125,2.755,2198,5.614,2317,3.076,2374,2.63,2385,3.229,2459,2.901,2526,2.256,2563,2.63,2689,2.116,2697,2.053,2698,3.607,2705,4.152,2773,2.336,2775,3.59,2793,2.901,2804,2.336,2812,2.901,2817,2.901,3017,2.901,3048,2.63,3201,2.336,3245,3.076,3263,3.076,3268,3.59,3517,3.336,3526,2.755,3875,3.296,4282,3.59,4346,3.076,4424,2.755,4463,3.59,4739,2.755,5104,3.296,5167,3.076,5270,5.294,5271,4.036,5272,4.036,5273,4.036,5274,3.296,5275,4.036,5276,4.036,5277,2.901,5278,2.63,5279,2.755,5280,3.59,5281,4.036,5282,4.036,5283,4.036,5284,3.59,5285,4.036,5286,4.036,5287,4.036,5288,4.036,5289,5.138,5290,4.036,5291,4.036,5292,4.036,5293,3.296,5294,4.152,5295,4.036,5296,3.59,5297,3.59,5298,4.036,5299,4.036,5300,4.036,5301,4.036,5302,4.036,5303,4.036,5304,4.036,5305,4.036,5306,4.036,5307,4.036,5308,4.036,5309,4.036,5310,4.036,5311,4.036,5312,3.296,5313,4.036,5314,3.59,5315,4.036,5316,4.036,5317,5.777,5318,4.036,5319,4.036,5320,4.036,5321,4.036,5322,5.777,5323,4.036,5324,3.59,5325,4.036,5326,4.036,5327,4.036,5328,4.036,5329,3.59,5330,4.036,5331,3.59,5332,4.036,5333,4.036,5334,4.036]],["tags/Using Pandoc to publish a book",[65,0.891,2385,1.177,3517,1.041,5270,1.513,5294,1.513]],["title/Project Warlock: About Perseverance",[1413,2.177,5335,4.789,5336,4.789]],["content/Project Warlock: About Perseverance",[6,1.375,14,0.977,19,0.363,21,1.267,22,1.131,27,0.832,29,1.243,52,0.461,69,2.328,70,1.704,74,1.607,77,1.428,78,3.578,79,0.778,85,1.59,98,1.09,101,0.707,104,1.498,131,1.032,144,1.561,148,1.989,149,2.852,159,1.789,165,1.243,175,1.59,179,1.561,185,1.704,196,1.521,199,1.883,200,1.989,209,2.512,217,1.243,240,1.07,245,3.285,266,2.512,271,1.883,277,1.489,278,1.428,288,1.371,293,1.292,294,1.934,320,1.458,361,2.047,368,1.934,375,0.847,404,1.174,413,2.176,443,1.59,450,2.621,476,1.929,491,2.932,621,2.272,782,1.219,788,2.621,853,2.563,877,1.745,913,1.714,919,3.066,922,1.747,927,2.621,951,2.328,979,1.789,983,2.176,1001,2.891,1029,2.415,1177,2.512,1287,1.09,1317,1.883,1413,2.973,1418,1.834,1499,1.555,1503,2.328,1506,2.621,1509,2.621,1580,1.934,1598,3.117,1612,2.109,1685,1.131,1709,2.109,1740,2.109,1761,2.771,1776,2.248,1783,1.555,1829,3.578,1929,3.335,1943,2.5,1972,2.512,1981,1.555,2061,1.883,2085,2.109,2107,2.891,2163,2.109,2171,2.745,2181,2.176,2308,4.142,2336,5.126,2376,3.103,2379,3.066,2413,5.605,2473,2.248,2526,2.248,2592,2.512,2603,2.745,2615,2.512,2643,2.109,2659,4.142,2666,2.512,2689,2.109,2699,5.126,2783,1.989,2852,2.512,2947,2.745,2950,2.512,2978,3.066,2988,5.313,3069,3.285,3075,2.745,3239,1.521,3263,3.066,3269,3.285,3293,2.745,3535,2.248,3552,3.285,3841,3.578,3935,3.066,4419,3.578,4497,3.285,4525,2.995,4751,3.066,4800,2.891,5086,3.285,5130,3.285,5144,3.578,5170,3.46,5246,2.745,5335,5.99,5337,4.023,5338,5.763,5339,4.023,5340,7.355,5341,6.735,5342,4.023,5343,5.763,5344,3.578,5345,4.023,5346,6.735,5347,4.023,5348,5.499,5349,7.355,5350,4.023,5351,4.706,5352,4.023,5353,4.023,5354,2.891,5355,3.285,5356,4.023,5357,3.066,5358,4.023,5359,3.578,5360,4.023,5361,4.023,5362,4.023,5363,4.142,5364,3.285,5365,3.066,5366,4.023,5367,4.023,5368,4.023,5369,4.023,5370,4.023,5371,3.578,5372,2.745,5373,3.578,5374,3.066,5375,7.785,5376,4.023,5377,3.285,5378,4.023,5379,5.763,5380,5.763,5381,4.023,5382,5.763,5383,4.023,5384,4.023,5385,4.023,5386,4.023,5387,4.023,5388,4.023,5389,4.023,5390,4.023,5391,4.023,5392,2.745,5393,4.023,5394,3.285,5395,4.023,5396,4.023,5397,2.512,5398,4.023,5399,4.023,5400,5.763,5401,4.023,5402,4.023,5403,3.285,5404,3.578,5405,2.891,5406,4.023,5407,4.023,5408,4.023,5409,4.023,5410,3.285]],["tags/Project Warlock: About Perseverance",[2376,1.762]],["title/Combining async with generators in Node 11",[409,1.651,542,3.205,2042,3.399,2163,2.338,2184,2.785]],["content/Combining async with generators in Node 11",[0,1.362,8,4.752,10,0.717,17,0.889,19,0.528,27,0.843,30,1.686,50,0.813,52,0.849,53,2.783,55,1.769,61,1.96,73,1.269,75,1.259,79,0.55,83,2.154,94,1.284,98,1.104,101,0.717,116,1.335,132,2.201,142,2.137,150,1.478,160,1.96,168,1.418,196,1.542,223,1.027,264,1.96,291,2.015,294,1.96,297,1.542,312,1.447,378,1.104,404,1.19,405,2.279,409,2.154,412,1.727,430,1.769,444,2.724,472,1.542,542,2.93,566,4.003,591,2.137,596,2.352,622,2.546,649,2.015,700,4.548,725,5.001,782,1.236,897,1.418,909,1.908,910,1.96,913,1.212,920,1.813,974,2.783,986,1.335,1015,3.253,1029,2.448,1064,3.367,1067,2.066,1083,3.626,1085,6.043,1235,1.96,1276,2.654,1390,2.656,1391,3.148,1456,5.64,1457,6.035,1480,2.546,1550,2.656,1612,2.137,1629,2.205,1646,1.769,1669,3.927,1684,3.626,1712,3.107,1762,1.389,1792,1.96,1887,2.656,1949,3.626,1982,2.656,2002,3.791,2042,6.383,2114,2.137,2132,5.541,2133,1.908,2184,5.23,2217,3.329,2235,7.219,2293,3.329,2385,2.279,2407,2.205,2461,2.279,2467,3.329,2556,2.074,2612,3.329,2789,3.107,2804,2.359,2984,2.656,2994,2.93,3128,2.93,3256,3.626,4191,2.93,4457,2.93,4790,2.783,5106,5.172,5240,3.107,5293,3.329,5411,4.077,5412,4.077,5413,2.015,5414,4.077,5415,4.077,5416,4.077,5417,4.077,5418,4.077,5419,4.077,5420,4.077,5421,4.077,5422,4.077,5423,5.819,5424,4.077,5425,5.819,5426,6.786,5427,5.819,5428,3.626,5429,4.077,5430,4.077,5431,5.819,5432,7.4,5433,4.077,5434,4.077,5435,5.819,5436,4.077,5437,4.077,5438,4.077,5439,4.077,5440,4.077,5441,4.077,5442,4.077,5443,4.077,5444,4.077,5445,4.077,5446,4.077,5447,4.077,5448,4.077,5449,4.077,5450,4.077,5451,4.077,5452,4.077,5453,4.077,5454,4.077,5455,4.077,5456,5.819,5457,4.077,5458,4.077,5459,4.077,5460,4.077,5461,4.077,5462,4.077,5463,4.077,5464,4.077,5465,4.077]],["tags/Combining async with generators in Node 11",[649,1.853,2184,2.34]],["title/Designing websites with accessibility in mind",[909,2.284,1943,2.116,1981,1.886,2147,2.346]],["content/Designing websites with accessibility in mind",[0,1.946,8,3.335,10,1.024,14,0.992,19,0.422,20,1.614,21,1.286,26,1.248,27,0.844,46,2.019,47,2.41,52,0.934,64,4.624,74,0.974,75,1.8,76,1.614,79,0.551,86,1.73,87,1.871,91,1.862,109,1.48,113,1.086,131,1.047,132,1.545,133,1.816,144,1.106,168,1.42,179,1.106,182,1.908,216,1.086,217,1.8,223,1.467,252,2.019,261,2.787,277,1.512,278,1.45,291,2.019,293,1.311,312,1.45,324,2.452,366,2.283,375,1.226,395,2.964,404,1.192,422,2.657,430,1.772,436,3.113,443,2.303,459,2.452,465,2.078,481,4.624,490,2.283,504,2.283,517,0.992,571,2.787,595,3.498,630,1.214,782,1.238,797,2.209,799,2.661,827,2.787,854,2.141,909,3.665,910,1.964,913,1.214,920,1.816,933,2.141,971,2.787,1010,3.113,1015,2.283,1018,3.291,1029,4.077,1086,5.176,1198,3.113,1214,2.935,1272,1.48,1276,1.862,1281,1.307,1284,2.661,1287,1.106,1288,2.363,1294,1.392,1324,2.935,1325,1.862,1367,1.148,1401,1.964,1520,4.44,1604,2.787,1621,1.45,1643,2.141,1645,2.661,1669,2.363,1685,1.148,1712,5.176,1740,3.054,1805,3.335,1864,2.787,1870,4.077,1875,2.452,1876,3.638,1936,2.935,1943,1.772,1967,1.127,1975,2.787,1981,2.625,1984,2.363,2002,2.661,2008,4.757,2060,2.141,2061,1.912,2114,3.054,2147,3.266,2160,2.452,2200,3.632,2224,3.632,2461,2.283,2469,2.661,2488,2.55,2492,2.55,2637,4.187,2697,2.078,2803,2.019,2937,2.935,3003,3.113,3027,3.632,3034,2.363,3120,4.44,3158,2.787,3170,3.632,3239,1.545,3255,3.638,3276,2.787,3293,2.787,3535,2.283,4367,3.632,4739,2.787,5098,3.632,5115,3.561,5185,3.638,5240,4.44,5294,2.935,5466,4.084,5467,3.054,5468,4.084,5469,2.935,5470,4.084,5471,3.632,5472,4.084,5473,2.661,5474,4.084,5475,4.084,5476,4.084,5477,4.084,5478,6.266,5479,4.241,5480,4.084,5481,3.632,5482,2.787,5483,4.084,5484,4.084,5485,4.084,5486,4.084,5487,4.084,5488,4.084,5489,4.084,5490,4.084,5491,4.084,5492,4.084,5493,4.084,5494,4.084,5495,7.406,5496,4.757,5497,4.084,5498,4.084,5499,4.084,5500,4.084,5501,4.084,5502,4.084,5503,4.084,5504,4.084,5505,4.084,5506,4.084,5507,3.632,5508,3.632,5509,4.084,5510,4.084,5511,4.084,5512,3.113,5513,4.084,5514,3.113,5515,5.826,5516,4.084,5517,4.084,5518,5.826,5519,4.44,5520,4.084,5521,3.632,5522,4.084,5523,4.084]],["tags/Designing websites with accessibility in mind",[2147,2.436]],["title/ITiCSE 2020: A Report",[5413,2.662,5473,3.508,5524,5.385]],["content/ITiCSE 2020: A Report",[3,1.671,6,1.402,10,1.033,17,0.902,19,0.441,25,1.467,26,0.886,39,2.043,50,1.364,51,2.103,52,0.674,55,2.966,70,1.75,73,0.902,79,0.558,94,1.302,97,3.081,101,1.033,104,1.131,109,1.498,116,1.924,121,1.598,133,2.613,138,2.481,150,3.048,158,1.661,159,1.838,166,3.15,179,1.12,182,1.353,188,2.167,203,2.195,219,1.885,263,1.815,264,1.987,276,1.563,321,1.885,365,1.935,368,1.987,370,4.01,375,0.87,395,2.103,404,1.715,418,1.793,422,1.885,437,1.793,457,1.381,467,3.375,469,2.481,472,2.816,487,2.003,621,1.277,628,2.167,885,2.236,896,3.4,897,2.044,930,1.71,951,2.392,988,2.481,995,2.392,1009,2.103,1066,3.15,1177,2.581,1211,2.821,1276,1.885,1281,0.795,1287,1.12,1295,3.285,1297,2.392,1331,1.671,1333,1.935,1344,1.327,1380,1.935,1429,2.821,1521,3.375,1646,1.793,1653,3.835,1655,1.935,1668,3.375,1686,2.481,1709,2.167,1716,2.693,1717,2.103,1718,2.481,1776,2.31,1792,2.825,1801,3.15,1852,3.375,1896,3.15,1943,2.549,1946,3.375,1948,2.488,1960,2.167,1963,2.103,1984,2.392,2076,2.581,2114,2.167,2118,4.01,2163,2.167,2283,3.676,2299,2.97,2304,2.581,2306,3.15,2316,3.546,2346,3.375,2376,2.378,2379,3.15,2386,2.693,2432,2.481,2450,3.375,2455,3.956,2562,3.528,2563,3.828,2592,2.581,2615,2.581,2689,2.167,2783,2.043,2790,3.676,2803,3.38,2865,2.97,2912,3.15,3032,4.798,3084,3.375,3093,6.622,3239,2.586,3245,4.478,3251,2.97,3276,2.821,3298,3.375,3299,5.226,3480,2.97,3481,4.421,3526,2.821,3544,2.31,3548,3.375,3812,3.676,3820,3.375,3858,3.676,4417,4.01,4442,3.15,4478,3.375,4766,2.581,4921,2.97,4945,3.676,4958,3.15,5081,2.693,5364,3.375,5525,4.133,5526,4.133,5527,3.375,5528,3.676,5529,4.133,5530,4.133,5531,4.133,5532,4.133,5533,4.133,5534,3.676,5535,4.133,5536,3.15,5537,4.133,5538,3.15,5539,3.676,5540,4.133,5541,3.676,5542,5.876,5543,4.133,5544,4.133,5545,3.676,5546,4.133,5547,4.133,5548,3.676,5549,3.375,5550,4.133,5551,4.133,5552,4.133,5553,4.133,5554,4.133,5555,5.876,5556,4.133,5557,4.133,5558,3.676,5559,4.133,5560,3.375,5561,3.676,5562,4.133,5563,4.133,5564,4.133,5565,4.133,5566,4.133,5567,3.676,5568,4.133,5569,4.133,5570,3.375,5571,4.133,5572,4.133,5573,4.133,5574,4.133,5575,4.133]],["tags/ITiCSE 2020: A Report",[4921,3.641]],["title/Tracking and privacy concerns on websites",[909,2.284,3034,2.823,4321,3.984,5467,2.558]],["content/Tracking and privacy concerns on websites",[1,1.351,5,1.039,10,1.032,17,1.49,19,0.316,22,2.091,24,1.25,29,1.275,35,3.145,39,2.04,40,3.396,47,1.707,50,0.823,52,0.783,70,2.893,73,1.28,77,1.465,79,1.004,81,1.835,83,2.173,94,1.299,96,1.707,98,1.118,101,1.032,119,2.965,144,1.118,145,1.882,154,2.328,157,1.707,193,2.576,203,1.325,216,1.097,219,1.882,240,1.561,264,1.984,276,1.561,278,1.465,293,2.193,297,1.561,315,1.25,320,1.496,369,2.576,370,2.816,375,0.868,378,1.118,405,2.306,407,1.984,421,3.67,422,2.676,426,2.477,437,1.79,450,2.688,455,1.496,490,4.394,495,2.232,621,1.275,649,2.04,723,3.281,739,2.576,909,3.482,913,1.227,927,2.688,930,2.428,990,2.965,1003,2.965,1028,2.576,1129,2.576,1186,4.473,1221,3.145,1232,2.388,1281,0.794,1287,1.118,1299,2.477,1325,1.882,1331,1.668,1333,1.931,1337,2.609,1344,2.193,1367,1.16,1391,2.232,1396,3.678,1403,2.965,1420,2.747,1423,4.101,1497,2.965,1520,4.473,1531,2.388,1584,1.882,1592,2.388,1610,2.163,1679,3.145,1685,1.16,1708,2.306,1709,2.163,1714,3.369,1723,1.747,1809,4.156,1864,4.006,1936,2.965,1974,2.965,2004,3.665,2079,5.22,2116,3.665,2121,2.04,2133,1.931,2147,1.984,2160,2.477,2344,3.665,2358,2.688,2388,2.388,2400,3.67,2425,3.369,2580,3.145,2787,4.792,2851,3.145,3002,3.145,3028,3.369,3034,4.305,3117,3.67,3143,2.477,3236,3.369,3246,3.369,3260,2.965,3526,2.816,3824,6.075,4191,2.965,4349,5.22,4350,3.145,4354,3.67,4400,2.965,4500,2.965,4711,2.965,4735,3.67,4924,3.369,5112,2.965,5140,2.816,5158,3.67,5185,2.576,5207,3.67,5235,3.67,5296,3.67,5467,2.163,5473,2.688,5519,5.67,5576,3.67,5577,4.126,5578,4.126,5579,4.126,5580,4.126,5581,4.126,5582,4.126,5583,5.577,5584,4.126,5585,5.22,5586,5.869,5587,3.67,5588,5.869,5589,4.126,5590,4.126,5591,4.126,5592,5.869,5593,4.126,5594,5.869,5595,4.126,5596,4.126,5597,4.126,5598,7.266,5599,4.126,5600,4.126,5601,4.126,5602,4.126,5603,4.126,5604,4.126,5605,3.67,5606,6.831,5607,4.126,5608,3.67,5609,4.126,5610,4.126,5611,3.67,5612,4.126,5613,4.126,5614,4.126,5615,4.126,5616,4.126,5617,4.126,5618,5.869,5619,4.473,5620,4.126,5621,4.126,5622,4.126,5623,4.126,5624,4.126,5625,3.145]],["tags/Tracking and privacy concerns on websites",[5467,2.656]],["title/3D Software Rendering on the GBA",[1367,1.371,2988,3.33,4766,3.046,5482,3.33]],["content/3D Software Rendering on the GBA",[0,1.326,6,0.947,10,1.175,11,2.308,19,0.36,23,1.642,26,1.223,27,1.18,30,1.642,46,2.822,50,1.139,52,0.655,60,1.469,61,2.745,74,0.947,75,2.392,81,1.765,85,1.569,95,2.479,99,1.439,101,1.003,102,2.297,131,1.018,132,1.501,149,1.681,158,0.964,179,1.546,180,1.501,216,1.518,217,1.763,220,2.147,224,3.025,241,2.219,242,2.538,261,3.896,262,3.025,263,1.226,265,3.53,282,1.534,288,1.353,312,1.409,321,1.81,372,1.908,375,1.202,388,1.605,403,2.297,413,3.088,441,1.409,443,2.256,455,2.65,457,1.907,472,1.501,487,1.945,491,3.401,516,2.709,517,1.387,520,2.853,549,3.303,586,1.81,630,1.18,705,1.501,739,2.479,749,2.297,782,1.203,840,2.709,885,2.147,897,1.38,939,3.025,952,1.18,957,3.241,986,1.3,1190,2.745,1191,2.113,1227,1.681,1272,1.439,1281,1.286,1287,1.546,1290,2.479,1296,1.962,1297,2.297,1298,1.81,1323,3.719,1343,3.241,1367,1.605,1380,2.672,1400,2.853,1420,1.858,1428,3.565,1464,2.586,1504,2.081,1512,2.853,1532,2.02,1539,1.858,1582,2.709,1588,2.586,1646,1.722,1655,1.858,1658,2.586,1741,3.53,1753,2.853,1762,2.278,1793,2.02,1804,4.103,1894,3.241,1901,3.719,1943,1.722,1963,2.02,1967,1.095,2023,2.219,2058,5.077,2102,2.383,2103,2.853,2113,1.962,2145,2.586,2147,1.908,2181,2.147,2235,3.241,2301,2.383,2318,3.025,2345,2.709,2351,2.479,2372,2.297,2376,2.542,2452,2.479,2514,3.241,2531,2.853,2548,3.53,2652,3.241,2689,2.081,2802,2.853,2826,3.53,2988,3.896,3239,2.765,3260,2.853,3522,3.719,3552,3.241,4368,3.53,4497,3.241,4547,2.479,4550,2.479,4655,3.025,4766,4.836,4798,3.241,4803,5.077,4804,4.661,4805,3.53,4810,3.53,5127,2.479,5143,2.479,5191,2.709,5348,4.661,5351,4.661,5357,4.351,5428,3.53,5469,2.853,5482,3.896,5608,3.53,5626,5.709,5627,5.077,5628,3.241,5629,3.969,5630,4.661,5631,3.969,5632,3.241,5633,3.969,5634,3.969,5635,3.53,5636,3.969,5637,3.969,5638,3.969,5639,3.969,5640,3.969,5641,3.969,5642,3.969,5643,3.969,5644,3.969,5645,3.969,5646,3.969,5647,3.025,5648,3.969,5649,3.969,5650,3.241,5651,3.896,5652,3.241,5653,2.709,5654,6.685,5655,7.31,5656,3.969,5657,3.969,5658,3.969,5659,3.969,5660,3.969,5661,5.709,5662,3.969,5663,3.969,5664,5.709,5665,3.969,5666,3.969,5667,3.969,5668,3.969,5669,3.241,5670,5.709,5671,3.969,5672,3.969,5673,3.969,5674,3.969,5675,3.969,5676,3.241,5677,3.969,5678,3.969,5679,3.969,5680,3.969,5681,3.969,5682,3.969,5683,3.969,5684,3.969,5685,3.969,5686,3.969,5687,3.969,5688,3.969,5689,3.969]],["tags/3D Software Rendering on the GBA",[4766,3.164]],["title/Thoughts on collaboration in education",[3,2.177,3201,3.116,3544,3.01]],["content/Thoughts on collaboration in education",[0,1.405,5,1.059,6,1.419,10,1.392,14,1.445,19,0.405,25,1.493,28,1.554,30,2.461,51,2.14,52,0.792,60,1.557,75,1.299,79,1.141,80,2.626,83,1.557,85,1.662,91,1.918,104,1.145,109,1.524,113,1.119,131,1.079,145,2.713,149,2.519,165,1.838,180,1.591,196,1.591,199,1.968,203,1.35,209,2.626,211,2.022,213,2.74,240,1.119,252,2.079,270,2.626,272,3.205,275,1.204,279,2.351,291,2.079,312,1.493,375,0.885,378,1.139,396,3.022,412,1.781,437,1.824,441,1.493,443,1.662,476,1.204,517,1.022,621,1.299,724,1.7,728,3.412,782,1.274,785,3.022,877,1.824,913,1.769,930,1.74,977,3.205,986,1.948,995,3.994,1003,3.022,1004,2.74,1062,4.857,1064,2.434,1094,2.525,1144,1.781,1157,2.525,1196,3.205,1270,2.74,1276,1.918,1281,0.809,1291,2.74,1331,2.405,1333,1.968,1350,2.626,1367,1.182,1509,2.74,1584,1.918,1621,1.493,1643,2.205,1676,2.14,1719,1.299,1723,1.781,1739,2.525,1740,2.205,1742,2.626,1939,2.87,1960,2.205,1967,1.641,1973,4.857,2012,3.74,2023,2.351,2027,3.74,2051,2.434,2078,2.87,2113,2.079,2142,2.87,2280,2.74,2300,3.4,2312,2.626,2326,2.434,2333,4.275,2432,2.525,2445,5.393,2485,3.74,2513,3.205,2556,2.14,2590,2.626,2679,2.87,2713,3.022,2803,3.412,2804,2.434,2879,1.626,2937,3.022,2943,2.434,3010,3.205,3013,3.74,3032,3.434,3096,3.434,3159,3.205,3176,4.06,3179,3.205,3201,4.342,3227,3.434,3245,3.205,3252,3.571,3452,2.74,3481,4.283,3485,3.205,3544,3.325,3557,3.325,3561,3.205,3846,3.205,3847,3.74,4353,3.74,4401,3.74,4476,3.434,4624,3.74,4712,3.022,5170,2.525,5363,3.022,5405,3.022,5413,2.079,5473,2.74,5512,4.534,5514,4.534,5549,3.434,5690,3.74,5691,3.74,5692,4.206,5693,4.206,5694,4.206,5695,4.206,5696,3.205,5697,4.206,5698,4.206,5699,4.206,5700,3.74,5701,4.206,5702,6.139,5703,5.949,5704,5.949,5705,4.206,5706,4.206,5707,4.206,5708,4.206,5709,5.949,5710,4.206,5711,4.206,5712,3.74,5713,4.206,5714,4.206,5715,4.206,5716,4.206,5717,4.206,5718,3.434,5719,4.206,5720,4.206,5721,3.74,5722,3.434,5723,4.206,5724,4.206,5725,4.206,5726,4.206,5727,4.206,5728,3.325,5729,4.206,5730,4.206,5731,3.74,5732,4.206,5733,4.206,5734,4.206,5735,3.74,5736,4.206,5737,4.206,5738,4.206,5739,4.206,5740,3.74,5741,4.206,5742,4.206,5743,3.74]],["tags/Thoughts on collaboration in education",[2300,1.23,3201,1.721,4449,2.03]],["title/An am486 Performance Analysis",[2076,3.362,5560,4.397,5744,4.789]],["content/An am486 Performance Analysis",[0,1.315,1,1.289,2,2.687,7,2.003,10,0.692,13,1.75,17,0.859,19,0.393,27,0.814,30,1.628,37,2.201,40,2.278,42,1.628,48,2.13,50,1.327,52,0.451,53,2.687,55,1.708,60,1.457,85,2.243,88,1.795,100,2.687,101,0.692,103,2.101,131,1.01,138,2.363,154,1.342,156,1.556,167,1.843,175,1.556,182,1.289,217,1.216,223,0.992,241,2.201,275,1.127,288,1.342,297,1.489,312,1.398,314,3.501,315,1.193,326,2.363,375,0.829,378,1.067,388,1.591,409,1.457,413,2.13,418,1.708,428,2.458,444,1.843,457,1.315,492,1.893,517,0.956,593,2.13,627,3.034,630,1.171,705,1.489,728,3.289,797,2.13,885,2.13,913,1.687,922,1.193,949,2.278,979,1.75,1013,3.215,1064,2.278,1067,2.362,1086,4.325,1158,3,1170,2.687,1191,2.696,1227,3.269,1281,1.092,1284,2.565,1289,1.24,1295,3.172,1315,1.522,1317,2.656,1325,1.795,1337,1.75,1338,3,1344,1.264,1350,2.458,1367,1.107,1401,1.893,1462,2.565,1476,2.278,1502,3.873,1506,2.565,1576,2.458,1580,2.729,1581,1.75,1612,2.064,1621,1.398,1653,1.795,1678,3.501,1723,1.667,1762,1.342,1967,1.086,1984,2.278,1999,3.215,2076,4.547,2123,2.687,2191,2.565,2287,2.003,2299,2.829,2339,2.13,2376,2.533,2390,2.201,2399,2.829,2410,4.325,2411,3.284,2421,3.501,2462,2.829,2473,3.172,2477,2.829,2492,2.458,2510,1.667,2531,4.078,2588,3.215,2590,2.458,2643,2.975,2682,2.565,2796,2.201,2842,2.829,2890,3.215,2988,3.873,3075,2.687,3097,5.55,3123,2.829,3161,2.363,3222,2.363,3234,2.458,3276,2.687,4306,3.501,4395,3.215,4426,2.363,4550,4.547,4642,2.565,4704,3.501,5099,3.215,5105,3.407,5127,3.544,5170,2.363,5331,3.501,5348,6.768,5357,3,5372,3.873,5392,2.687,5413,1.946,5560,3.215,5647,3,5653,2.687,5722,3.215,5728,2.201,5744,5.918,5745,3.937,5746,2.458,5747,3.873,5748,3.937,5749,3.937,5750,3.937,5751,4.541,5752,3.937,5753,3.937,5754,5.433,5755,5.918,5756,5.946,5757,3.937,5758,8.042,5759,3,5760,3.937,5761,5.918,5762,7.282,5763,5.918,5764,5.918,5765,3.937,5766,1.946,5767,3.937,5768,3.937,5769,3.937,5770,3.937,5771,3.501,5772,3.937,5773,3.873,5774,3.501,5775,3.937,5776,3.937,5777,3.937,5778,3.937,5779,5.675,5780,3.937,5781,3.215,5782,3.501,5783,3.501,5784,3.937,5785,3,5786,3.501,5787,5.675,5788,2.829,5789,3.501,5790,3.937,5791,3.937,5792,5.675,5793,3.937,5794,3.937,5795,3.937,5796,6.654,5797,5.047,5798,3.937,5799,3.937,5800,3.937,5801,3.937,5802,3.937]],["tags/An am486 Performance Analysis",[5766,2.505]],["title/486 Upgrade 2: The SD Card HDD",[131,1.053,1462,2.676,1678,1.975,2796,2.296,5747,2.803,5766,2.03]],["content/486 Upgrade 2: The SD Card HDD",[0,1.309,10,0.994,16,2.816,17,1.448,18,1.548,19,0.211,25,1.391,27,0.81,29,1.21,39,1.937,42,2.339,50,1.324,52,0.649,60,1.45,70,1.659,73,0.855,74,1.349,81,1.742,86,2.395,87,1.258,91,3.026,94,1.234,95,2.446,99,1.42,101,0.689,104,1.088,107,2.674,109,2.405,112,3.484,113,1.042,114,2.552,121,1.514,132,1.482,144,1.532,145,1.787,159,1.742,179,1.061,182,1.283,197,5.02,200,1.937,203,1.258,216,1.504,241,2.19,264,1.884,276,1.482,278,1.391,293,1.258,326,2.352,365,1.834,384,1.889,411,5.029,422,1.787,444,1.834,452,1.659,457,1.309,517,0.952,596,2.682,621,1.747,622,2.446,647,2.986,728,1.937,853,2.514,922,1.187,931,3.484,949,2.267,965,1.937,986,1.283,987,2.267,1016,3.199,1024,2.986,1067,2.007,1129,2.446,1189,2.816,1227,1.659,1235,3.19,1258,2.235,1270,2.552,1281,0.754,1284,2.552,1289,1.234,1293,4.734,1296,1.937,1310,2.267,1315,2.186,1317,3.106,1337,2.514,1367,1.101,1401,1.884,1461,2.674,1462,4.323,1475,2.816,1486,1.548,1502,2.674,1532,2.877,1540,2.986,1555,2.514,1576,2.446,1604,2.674,1645,2.552,1653,2.579,1654,3.484,1658,2.552,1660,2.119,1673,2.674,1678,1.884,1685,1.101,1718,2.352,1752,2.674,1775,3.059,1792,1.884,1794,2.674,1809,1.993,1856,1.937,1939,2.674,1988,2.816,1992,2.986,1997,2.267,2004,2.446,2085,2.054,2102,2.352,2147,1.884,2174,3.484,2256,3.199,2287,1.993,2293,3.199,2324,2.446,2345,2.674,2376,1.362,2390,2.19,2454,2.816,2488,2.446,2510,1.659,2556,1.993,2643,2.054,2664,2.674,2679,2.674,2692,2.552,2713,2.816,2795,2.816,2796,4.061,2851,2.986,2879,1.514,2950,2.446,2994,2.816,3005,2.986,3034,2.267,3126,2.816,3271,5.029,3484,3.484,3486,2.674,3498,3.484,4336,5.02,4351,2.674,4415,2.674,4525,1.742,4573,2.552,4902,2.674,5105,2.352,5167,2.986,5186,3.199,5233,3.199,5372,2.674,5397,2.446,5473,2.552,5538,2.986,5630,5.933,5632,3.199,5652,3.199,5718,3.199,5721,3.484,5747,5.649,5751,2.674,5766,2.795,5773,2.674,5786,3.484,5803,3.199,5804,3.199,5805,3.484,5806,3.918,5807,3.484,5808,3.199,5809,3.918,5810,3.484,5811,5.655,5812,3.918,5813,3.918,5814,3.918,5815,5.029,5816,3.918,5817,3.918,5818,3.484,5819,3.918,5820,3.918,5821,4.064,5822,8.028,5823,3.918,5824,3.484,5825,2.986,5826,3.918,5827,5.655,5828,3.918,5829,2.674,5830,3.918,5831,3.484,5832,3.199,5833,3.918,5834,3.918,5835,3.918,5836,3.918,5837,3.484,5838,5.655,5839,3.918,5840,2.986,5841,3.484,5842,3.918,5843,3.918,5844,5.222,5845,3.918,5846,3.918,5847,3.918,5848,3.918,5849,3.918,5850,3.918,5851,2.986,5852,3.918,5853,3.918,5854,3.484,5855,3.484,5856,3.918,5857,3.918,5858,3.918,5859,3.918]],["tags/486 Upgrade 2: The SD Card HDD",[5766,2.505]],["title/486 Upgrade 1: Sound Blaster 16",[85,1.623,517,0.998,1678,1.975,5651,2.803,5746,2.565,5766,2.03]],["content/486 Upgrade 1: Sound Blaster 16",[0,1.317,1,1.291,3,1.594,5,0.993,7,2.006,14,0.958,19,0.213,22,1.108,25,1.4,27,0.815,28,1.03,40,2.282,52,0.764,64,2.462,77,2.017,79,0.767,85,3.354,86,1.67,87,1.266,91,1.798,98,1.068,101,0.693,102,2.282,104,0.759,121,1.524,154,1.344,156,1.558,162,2.569,168,1.976,185,1.67,199,1.846,201,3.005,216,1.049,217,1.218,233,2.204,240,1.049,264,1.896,276,1.491,293,2.139,312,2.017,317,2.526,321,1.798,369,2.462,388,1.594,404,1.151,416,1.798,443,2.245,465,2.006,491,2.006,517,0.958,547,2.834,565,5.272,586,2.591,595,3.411,630,1.689,698,2.006,715,2.204,724,1.594,788,2.569,853,1.753,877,2.465,897,1.976,922,1.722,933,2.067,952,1.689,965,1.949,979,1.753,983,2.133,1067,2.017,1159,2.569,1274,2.133,1287,1.068,1313,1.711,1315,1.524,1317,2.659,1319,2.569,1323,3.702,1350,2.462,1418,2.591,1419,3.005,1420,1.846,1424,1.594,1461,2.691,1480,2.462,1494,5.053,1580,1.896,1606,2.204,1649,2.462,1653,1.798,1685,1.108,1708,2.204,1709,2.067,1717,2.006,1782,2.569,1808,3.005,1856,1.949,1910,3.005,1969,2.834,1984,2.282,2009,3.005,2028,3.507,2043,2.691,2229,2.462,2316,2.889,2363,2.834,2372,2.282,2376,1.976,2411,2.282,2431,3.548,2483,3.507,2510,1.67,2580,3.005,2643,2.067,2664,2.691,2667,2.834,2702,2.569,2796,4.635,2879,1.524,2919,5.951,2984,2.569,3077,3.22,3079,3.22,3103,3.507,3131,3.507,3188,2.834,3452,2.569,4373,3.22,4525,2.961,4547,4.159,4572,3.507,4573,4.339,4627,3.005,4655,4.33,4752,3.507,4943,2.462,5081,2.569,5143,2.462,5176,3.005,5413,1.949,5528,3.507,5605,3.507,5627,3.507,5635,3.507,5651,4.546,5731,3.507,5746,5.3,5751,2.691,5763,3.507,5766,1.949,5781,3.22,5804,3.22,5818,3.507,5825,4.33,5840,3.005,5860,3.22,5861,3.943,5862,3.22,5863,3.507,5864,3.507,5865,3.507,5866,3.22,5867,3.943,5868,3.943,5869,3.943,5870,3.943,5871,3.943,5872,3.507,5873,3.943,5874,3.005,5875,3.943,5876,3.943,5877,3.22,5878,3.943,5879,3.22,5880,3.943,5881,3.943,5882,5.682,5883,3.943,5884,3.943,5885,3.943,5886,3.943,5887,3.507,5888,3.943,5889,3.943,5890,6.66,5891,5.682,5892,3.943,5893,3.943,5894,3.943,5895,3.943,5896,3.943,5897,2.834,5898,3.943,5899,6.66,5900,3.943,5901,3.005,5902,3.943,5903,3.943,5904,3.943,5905,3.943,5906,3.943,5907,3.943,5908,3.943,5909,3.943,5910,3.943,5911,5.682,5912,3.943,5913,2.834,5914,3.943,5915,3.943,5916,3.507,5917,5.682,5918,3.943,5919,3.943,5920,3.943,5921,3.943,5922,3.22,5923,3.943,5924,3.943,5925,3.943,5926,3.943,5927,3.507,5928,3.943,5929,3.943,5930,3.507,5931,3.943,5932,3.943,5933,3.943,5934,3.943,5935,3.507,5936,3.943]],["tags/486 Upgrade 1: Sound Blaster 16",[5766,1.853,5937,3.061]],["title/Reviving an old 80486 PC",[853,2.169,1317,2.284,5751,3.33,5803,3.984]],["content/Reviving an old 80486 PC",[5,0.965,6,1.327,19,0.353,21,1.206,22,1.564,27,1.487,28,1,39,1.893,46,1.893,50,0.764,52,0.751,55,1.662,64,2.392,73,0.836,74,1.327,79,1.031,85,1.514,86,1.622,91,1.747,101,0.978,104,1.071,121,2.15,131,1.427,158,0.93,165,1.183,166,2.919,167,1.793,179,1.038,216,1.019,240,1.019,242,1.703,285,4.24,293,1.23,297,1.449,315,1.161,320,2.016,368,1.842,375,1.171,378,1.038,384,1.279,392,2.216,404,1.118,412,1.622,422,2.537,426,2.299,433,2.919,443,1.514,517,1.351,569,2.495,595,2.299,621,1.183,627,1.747,629,2.753,630,1.654,667,2.392,705,1.449,715,2.141,728,2.75,853,3.395,912,2.753,913,2.271,948,2.495,952,1.139,1012,1.703,1039,3.407,1060,1.949,1199,2.753,1227,1.622,1272,2.016,1287,1.038,1293,3.625,1315,1.481,1317,3.729,1319,2.495,1325,1.747,1344,1.786,1352,3.474,1392,4.24,1399,2.392,1420,1.793,1424,1.548,1461,3.797,1462,4.268,1470,2.919,1475,2.753,1482,4.543,1486,1.514,1487,1.747,1532,1.949,1576,2.392,1580,1.842,1653,1.747,1655,2.604,1678,2.675,1685,1.077,1757,3.407,1762,1.896,1794,2.614,1825,2.614,1879,1.949,1901,2.495,1928,3.219,1931,2.392,1997,2.216,2004,2.392,2022,2.495,2050,2.072,2060,2.008,2076,2.392,2080,3.128,2085,2.008,2113,1.893,2196,3.128,2355,4.708,2432,2.299,2473,2.141,2646,5.488,2702,2.495,2783,1.893,2795,2.753,2796,2.141,2878,3.407,2879,1.481,2930,2.919,2943,2.216,2949,3.128,2950,2.392,2984,2.495,2993,4.684,3086,3.128,3097,4.24,3126,3.998,3495,2.919,4191,2.753,4319,3.407,4336,2.495,4351,2.614,4399,3.407,4550,4.091,4573,2.495,4656,3.128,4743,2.753,4902,3.797,4924,3.128,5106,4.24,5127,2.392,5279,3.797,5351,3.128,5397,3.474,5514,2.919,5630,4.543,5652,3.128,5754,3.128,5755,3.407,5756,4.543,5761,3.407,5764,3.407,5771,6.395,5773,3.797,5774,3.407,5781,3.128,5805,3.407,5807,3.407,5808,6.505,5815,3.407,5821,2.753,5825,2.919,5831,3.407,5832,3.128,5844,2.753,5855,3.407,5866,3.128,5897,2.753,5922,3.128,5938,2.614,5939,3.128,5940,3.83,5941,3.83,5942,3.83,5943,3.83,5944,3.83,5945,3.128,5946,3.83,5947,3.83,5948,4.543,5949,3.83,5950,5.563,5951,3.83,5952,5.563,5953,3.83,5954,3.83,5955,3.83,5956,3.83,5957,3.83,5958,3.83,5959,3.83,5960,3.83,5961,3.83,5962,3.83,5963,6.551,5964,3.128,5965,3.83,5966,3.83,5967,3.83,5968,5.563,5969,3.83,5970,3.83,5971,3.83,5972,3.83,5973,4.948,5974,3.83,5975,2.919,5976,3.83,5977,3.83,5978,3.83,5979,3.407,5980,3.128,5981,3.83,5982,3.407,5983,5.563,5984,3.83,5985,3.407,5986,3.83,5987,3.83,5988,3.83,5989,3.407,5990,3.83,5991,3.83,5992,3.83,5993,3.83,5994,2.919,5995,3.83,5996,3.83]],["tags/Reviving an old 80486 PC",[5766,2.505]],["title/A journey through the history of webdesign",[109,1.768,4394,3.179,5997,3.984,5998,4.339]],["content/A journey through the history of webdesign",[5,1.043,6,0.988,10,1.203,19,0.317,22,1.654,25,1.47,28,1.081,29,1.279,40,3.404,52,0.903,60,1.533,73,1.493,74,0.988,75,1.279,76,2.705,79,0.559,81,1.841,84,1.938,85,1.636,96,2.434,101,1.034,109,2.132,144,1.122,150,1.501,168,1.44,182,1.356,189,3.381,193,2.585,203,1.889,234,2.396,275,1.186,288,2.005,294,1.991,297,2.225,307,5.216,312,1.47,315,1.255,368,3.29,374,3.155,388,1.674,393,3.381,403,2.396,415,4.015,428,2.585,435,2.171,473,2.24,475,1.841,477,2.434,481,2.585,595,2.486,596,2.378,621,1.817,649,2.047,700,3.289,705,1.566,713,2.486,786,3.155,853,1.841,880,3.381,881,2.107,897,2.592,909,4.094,913,1.749,922,1.255,933,3.588,952,1.231,986,1.356,1009,2.107,1012,1.841,1060,2.107,1067,1.47,1258,2.325,1265,2.314,1272,1.501,1307,3.155,1310,2.396,1313,1.796,1331,1.674,1367,1.164,1413,1.674,1418,2.683,1423,2.486,1487,2.683,1491,2.826,1575,2.314,1580,1.991,1606,2.314,1610,2.171,1631,2.24,1669,2.396,1718,2.486,1738,3.155,1762,1.411,1775,2.24,1793,2.107,1870,2.486,1876,2.585,1950,2.585,1963,2.107,2005,1.991,2010,3.674,2061,3.203,2063,4.484,2078,2.826,2121,2.047,2160,2.486,2189,3.682,2321,3.155,2356,2.698,2376,1.44,2431,2.585,2481,2.486,2541,3.155,2590,2.585,2643,2.171,2725,4.015,2726,3.381,2795,2.976,2816,2.486,2914,2.976,3006,3.381,3222,2.486,3544,2.314,4346,3.155,4394,4.459,4420,3.682,4431,3.682,4686,3.381,4751,3.155,4800,2.976,4965,3.381,5115,4.127,5277,2.976,5279,2.826,5354,5.657,5363,2.976,5373,3.682,5377,3.381,5413,2.047,5519,3.155,5583,4.804,5821,4.918,5844,2.976,5851,3.155,5930,3.682,5938,2.826,5980,3.381,5997,3.381,5998,5.233,5999,2.698,6000,3.682,6001,4.14,6002,3.381,6003,4.14,6004,4.14,6005,4.14,6006,4.14,6007,4.14,6008,4.14,6009,4.14,6010,4.14,6011,5.883,6012,6.844,6013,5.883,6014,4.14,6015,4.14,6016,5.883,6017,4.14,6018,4.14,6019,4.14,6020,4.14,6021,4.14,6022,3.682,6023,4.14,6024,4.14,6025,4.14,6026,3.682,6027,4.14,6028,4.14,6029,4.14,6030,7.452,6031,3.682,6032,3.381,6033,4.14,6034,3.682,6035,4.14,6036,4.14,6037,3.381,6038,3.155,6039,4.14,6040,4.14,6041,4.14,6042,4.14,6043,4.14,6044,4.14,6045,2.976,6046,4.14,6047,4.14,6048,4.14,6049,4.14,6050,3.155]],["tags/A journey through the history of webdesign",[]],["title/Building a Core2Duo Windows XP Retro PC",[1286,2.676,1317,1.922,1486,1.623,1621,1.458,4525,1.826,6051,3.354]],["content/Building a Core2Duo Windows XP Retro PC",[0,1.814,13,1.648,17,1.185,19,0.2,22,1.042,26,0.794,27,1.123,28,0.968,30,1.533,42,1.533,50,1.083,59,2.611,60,2.011,73,0.809,76,1.465,79,0.5,87,1.19,90,1.832,92,2.225,98,1.004,101,1.384,104,1.045,116,1.214,122,2.53,131,1.933,150,1.343,153,2.005,154,1.263,156,1.465,166,2.825,167,1.735,179,1.004,180,1.402,184,1.832,199,1.735,209,2.314,216,0.986,219,2.932,230,2.53,240,1.445,241,2.072,253,1.943,264,1.782,266,2.314,275,1.061,288,1.263,311,1.372,361,1.886,388,1.498,398,2.664,409,2.011,416,1.69,431,2.825,438,2.664,443,1.465,517,1.72,630,1.911,723,2.072,728,3.178,749,2.145,788,3.539,853,1.648,902,1.782,912,2.664,913,1.102,921,2.314,952,1.102,965,1.832,979,1.648,988,3.261,1012,1.648,1067,1.928,1144,1.57,1170,2.53,1235,3.091,1276,3.228,1281,1.237,1286,3.539,1302,2.825,1310,2.145,1317,3.313,1319,2.415,1337,2.415,1350,2.314,1352,2.314,1380,1.735,1397,3.593,1401,1.782,1411,3.026,1420,1.735,1469,2.314,1486,3.216,1535,2.005,1584,1.69,1606,2.072,1621,2.513,1655,1.735,1761,1.782,1762,1.263,1775,2.005,1783,1.433,1787,2.664,1801,2.825,1883,2.225,1931,2.314,1945,2.225,1984,2.145,2061,2.542,2115,3.026,2287,1.886,2376,1.289,2380,2.825,2390,2.072,2465,2.825,2481,2.225,2608,2.664,2615,2.314,2725,2.53,2771,3.296,2796,3.957,2823,2.314,2828,3.026,2841,3.026,2842,2.664,2852,2.314,2924,3.296,3106,3.026,3126,3.903,3150,4.831,3234,2.314,3495,2.825,3537,2.664,3547,2.825,3819,4.899,3925,2.825,4395,3.026,4417,2.53,4426,2.225,4525,1.648,4536,3.296,4547,2.314,4550,2.314,4559,3.026,4689,2.825,4743,2.664,4754,3.296,4800,3.903,4859,3.026,4902,3.707,5103,4.139,5127,4.42,5143,2.314,5170,3.261,5394,3.026,5397,3.391,5545,3.296,5669,3.026,5676,3.026,5696,4.139,5728,2.072,5747,4.388,5759,2.825,5808,3.026,5860,3.026,5897,2.664,5916,3.296,5948,3.026,5982,3.296,5994,2.825,6045,3.903,6051,4.435,6052,3.296,6053,4.62,6054,3.261,6055,3.296,6056,3.296,6057,2.53,6058,3.706,6059,3.296,6060,3.706,6061,3.706,6062,3.706,6063,3.706,6064,3.706,6065,3.706,6066,3.296,6067,3.706,6068,3.026,6069,3.706,6070,2.53,6071,3.706,6072,4.728,6073,4.831,6074,3.706,6075,6.429,6076,5.743,6077,3.706,6078,5.718,6079,6.429,6080,4.831,6081,3.706,6082,3.706,6083,3.706,6084,5.431,6085,5.431,6086,4.139,6087,3.296,6088,3.706,6089,3.706,6090,3.706,6091,3.706,6092,3.706,6093,3.706,6094,3.706,6095,3.296,6096,3.706,6097,3.706,6098,3.706,6099,3.706,6100,5.431,6101,3.706,6102,5.431,6103,3.706,6104,3.706,6105,3.706,6106,3.706,6107,4.831,6108,5.431,6109,3.706,6110,3.706,6111,3.706,6112,3.706,6113,3.706,6114,3.706,6115,4.831,6116,3.706,6117,3.706,6118,3.706,6119,3.706]],["tags/Building a Core2Duo Windows XP Retro PC",[6072,3.042]],["title/Building an Athlon Windows 98 Retro PC",[1317,1.922,1486,1.623,1621,1.458,4525,1.826,6053,2.952,6057,2.803]],["content/Building an Athlon Windows 98 Retro PC",[0,1.364,4,2.452,5,1.029,6,1.621,17,0.891,19,0.22,20,1.614,22,1.638,26,1.455,27,1.205,28,1.067,39,2.019,50,1.162,60,2.157,73,1.271,74,0.974,79,0.917,85,1.614,98,1.106,100,2.787,101,1.024,103,1.512,104,1.121,142,2.141,152,2.787,153,2.209,156,1.614,158,0.992,167,2.727,168,1.42,175,1.614,223,1.029,230,2.787,240,1.807,243,3.335,263,1.262,276,1.545,295,2.787,320,1.48,378,1.106,388,1.651,407,1.964,428,2.55,430,1.772,443,2.303,446,2.078,549,2.363,627,3.097,749,2.363,788,2.661,853,2.591,854,3.054,877,1.772,913,1.214,922,1.238,984,2.209,1067,1.45,1144,2.467,1227,1.73,1258,2.303,1276,1.862,1286,4.825,1302,3.113,1317,3.466,1337,1.816,1346,2.209,1424,2.355,1428,2.55,1462,2.661,1486,3.312,1487,1.862,1502,4.636,1613,2.452,1621,2.068,1678,3.765,1689,2.661,1739,2.452,1761,1.964,1963,2.078,1981,2.252,1997,2.363,2004,3.638,2145,2.661,2287,2.078,2334,2.935,2376,2.723,2388,2.363,2395,2.661,2415,2.55,2429,2.787,2509,2.935,2643,2.141,2725,3.976,2751,3.335,2841,3.335,2852,2.55,2967,3.976,3172,3.632,3483,3.113,3547,3.113,3846,3.113,3903,3.113,4348,3.632,4394,2.661,4426,3.498,4525,1.816,4550,4.624,4655,3.113,4712,2.935,4795,3.632,4902,2.787,5103,3.113,5124,3.113,5170,2.452,5191,2.787,5233,3.335,5274,3.335,5364,3.335,5394,4.757,5413,2.019,5746,2.55,5747,3.976,5751,3.976,5754,3.335,5759,3.113,5766,2.88,5773,5.055,5803,3.335,5804,3.335,5913,2.935,5922,3.335,5938,3.976,5948,3.335,5985,3.632,6002,3.335,6034,3.632,6053,4.881,6054,3.498,6056,3.632,6057,4.636,6072,2.452,6073,5.182,6080,3.632,6120,4.084,6121,4.084,6122,4.084,6123,4.084,6124,4.084,6125,4.084,6126,4.084,6127,4.084,6128,4.084,6129,4.084,6130,3.632,6131,4.084,6132,4.084,6133,4.084,6134,6.792,6135,4.084,6136,4.084,6137,4.084,6138,5.826,6139,4.084,6140,3.632,6141,4.084,6142,4.084,6143,3.632,6144,4.084,6145,4.084,6146,4.084,6147,4.084,6148,4.084,6149,4.084,6150,5.826,6151,4.084,6152,4.084,6153,4.084,6154,4.084,6155,4.084,6156,4.084,6157,4.084,6158,4.084,6159,4.084,6160,3.632,6161,4.084,6162,4.084,6163,4.084,6164,4.084,6165,4.084,6166,4.084,6167,4.084,6168,4.084,6169,4.084,6170,4.084,6171,3.632,6172,4.084,6173,4.084,6174,4.084,6175,4.084,6176,4.084,6177,3.632,6178,4.084,6179,4.084,6180,4.084,6181,4.084,6182,4.084,6183,4.084,6184,4.084]],["tags/Building an Athlon Windows 98 Retro PC",[6054,3.042]],["title/Screen aspect ratios and DOS Games",[1067,1.583,1576,2.785,2376,1.551,3554,3.642,6185,4.46]],["content/Screen aspect ratios and DOS Games",[622,4.527,1018,2.931,1272,2.628,1487,3.859,3075,4.948,4383,6.448,4783,7.526,5176,5.525,5246,4.948,5785,5.525,6186,7.25,6187,7.25,6188,7.25,6189,7.25,6190,7.25,6191,7.25,6192,7.25,6193,7.25,6194,7.25,6195,7.25,6196,7.25,6197,7.25]],["tags/Screen aspect ratios and DOS Games",[]],["title/Personal Desktop Screenshots of Olde",[368,2.346,853,2.169,1883,2.929,2116,3.046]],["content/Personal Desktop Screenshots of Olde",[0,1.344,1,1.317,6,0.96,10,1.013,18,2.278,19,0.311,24,1.219,25,1.428,26,1.235,27,1.192,48,2.176,52,0.461,60,1.489,73,1.469,74,1.375,76,1.59,79,0.543,83,1.489,84,1.883,87,1.851,95,2.512,101,1.424,104,1.109,109,1.458,116,1.317,144,1.561,149,1.704,153,3.643,158,1.787,160,1.934,162,2.621,165,1.243,175,2.278,179,1.09,180,1.521,198,3.285,203,1.292,216,1.533,242,1.789,253,2.109,276,1.521,288,1.371,294,1.934,311,1.489,320,1.458,321,2.628,375,0.847,404,1.174,430,2.5,445,4.392,452,1.704,467,3.285,483,2.745,491,2.047,518,1.934,596,2.33,705,1.521,714,3.578,853,2.563,877,2.5,881,2.047,902,1.934,913,2.003,921,2.512,922,1.219,933,3.531,938,2.891,952,1.196,965,1.989,984,3.117,986,1.317,1012,2.995,1158,3.066,1227,1.704,1258,2.278,1272,1.458,1281,0.774,1287,1.561,1292,3.285,1294,1.371,1301,2.415,1310,2.328,1315,1.555,1331,1.626,1337,1.789,1344,1.292,1346,2.176,1380,1.883,1391,3.117,1411,3.285,1418,1.834,1486,1.59,1487,1.834,1532,2.047,1550,3.755,1555,1.789,1576,2.512,1661,2.698,1676,2.047,1723,1.704,1751,3.066,1782,2.621,1783,2.228,1788,2.891,1856,1.989,1883,4.043,1929,2.328,1967,1.11,2060,2.109,2061,1.883,2085,2.109,2103,2.891,2116,4.205,2295,2.745,2299,2.891,2358,3.755,2359,3.066,2394,2.621,2473,2.248,2550,3.285,2562,2.415,2608,2.891,2643,2.109,2646,2.891,2689,3.021,2692,2.621,2695,3.578,2792,3.285,2793,2.891,2919,3.285,3096,3.285,3121,2.891,3240,3.578,3293,2.745,3452,2.621,3502,3.066,3535,2.248,3546,3.578,3547,3.066,4337,5.693,4338,3.066,4356,2.621,4384,4.392,4406,5.126,4415,2.745,4547,3.599,4550,2.512,4806,3.578,4958,3.066,5117,3.578,5127,2.512,5170,2.415,5365,3.066,5410,3.285,5647,3.066,5650,3.285,5696,3.066,5938,2.745,6000,3.578,6002,3.285,6038,4.392,6059,3.578,6068,3.285,6198,3.578,6199,3.578,6200,3.578,6201,4.023,6202,4.023,6203,4.023,6204,5.99,6205,4.023,6206,4.023,6207,4.023,6208,6.735,6209,3.578,6210,4.023,6211,8.533,6212,4.023,6213,4.023,6214,4.023,6215,4.023,6216,4.023,6217,4.023,6218,4.023,6219,3.285,6220,4.023,6221,5.763,6222,3.285,6223,4.023,6224,4.023,6225,4.023,6226,4.023,6227,4.023,6228,4.023,6229,4.023,6230,4.023,6231,4.023,6232,4.023,6233,3.578,6234,4.023,6235,4.023,6236,4.023,6237,4.023,6238,4.023,6239,4.023,6240,4.023,6241,4.023,6242,4.023,6243,4.023,6244,4.023,6245,4.023,6246,4.023,6247,4.023,6248,4.023,6249,4.023,6250,4.023,6251,4.023,6252,4.023,6253,4.023,6254,4.023]],["tags/Personal Desktop Screenshots of Olde",[4337,3.458]],["title/The Internet Killed Secrets in Games",[40,2.823,2376,1.697,4952,3.984,6255,4.339]],["content/The Internet Killed Secrets in Games",[10,1.209,11,3.024,14,1.438,17,1.291,19,0.371,25,1.483,27,0.863,28,1.546,29,1.828,39,2.065,40,2.417,50,1.492,52,0.679,55,1.812,69,2.417,70,1.769,76,2.718,79,0.564,86,1.769,92,2.507,94,1.315,98,1.131,99,1.514,103,1.546,104,0.804,107,2.85,109,2.146,113,1.111,149,1.769,163,2.85,165,1.828,180,1.58,182,1.368,210,2.259,219,1.905,223,1.052,233,2.334,242,1.857,253,3.103,288,1.423,291,2.065,294,2.008,304,2.259,310,4.834,311,1.546,357,4.511,365,2.771,375,1.246,378,1.131,404,1.219,422,1.905,443,2.339,455,1.514,457,1.395,459,3.554,491,2.125,728,2.065,782,1.794,909,1.955,913,1.242,921,2.608,930,1.728,933,2.189,952,1.242,986,1.938,1235,2.008,1236,3.41,1289,1.315,1290,2.608,1294,1.423,1296,2.065,1313,1.812,1332,2.507,1337,1.857,1397,2.334,1423,2.507,1461,2.85,1535,2.259,1553,3.183,1566,2.85,1584,1.905,1606,2.334,1621,1.483,1644,3.41,1646,1.812,1709,2.189,1719,1.29,1761,2.008,1792,2.846,1801,3.183,1809,2.125,1850,2.721,1963,2.125,1967,1.633,1969,3.001,1971,3.41,1977,3.41,1981,1.614,2004,2.608,2018,3.714,2061,1.955,2068,2.608,2142,2.85,2145,3.857,2163,3.103,2212,5.615,2228,2.189,2287,2.125,2376,2.997,2390,2.334,2415,2.608,2452,2.608,2469,2.721,2473,2.334,2478,2.721,2574,3.012,2643,2.189,2667,3.001,2682,2.721,2709,3.714,2804,2.417,2965,3.001,2968,3.714,3120,5.241,3143,4.491,3187,3.714,3246,3.41,3257,3.41,3269,3.41,3291,3.41,3443,3.714,3992,3.714,4396,3.001,4397,3.183,4454,3.714,4525,1.857,4947,3.183,5079,3.714,5336,3.714,5344,5.265,5403,3.41,5558,3.714,5829,2.85,5860,3.41,5864,3.714,5938,2.85,6050,3.183,6200,3.714,6255,3.714,6256,4.176,6257,4.176,6258,4.176,6259,4.176,6260,4.176,6261,4.176,6262,4.176,6263,4.176,6264,4.176,6265,7.481,6266,4.176,6267,4.176,6268,4.176,6269,4.176,6270,5.92,6271,4.176,6272,4.176,6273,5.241,6274,4.176,6275,4.176,6276,4.176,6277,5.92,6278,5.92,6279,4.176,6280,3.714,6281,5.92,6282,6.876,6283,4.176,6284,6.876,6285,4.176,6286,4.176,6287,5.92,6288,4.176,6289,3.714,6290,4.176,6291,4.176,6292,4.176,6293,4.176,6294,4.176,6295,3.714,6296,4.176,6297,4.176,6298,5.92,6299,4.176,6300,4.176,6301,4.176,6302,4.176,6303,4.176,6304,4.176,6305,4.176,6306,4.176,6307,4.176,6308,4.176,6309,4.176,6310,3.714,6311,3.714]],["tags/The Internet Killed Secrets in Games",[]],["title/Win98 Upgrade: Sound Blaster Audigy",[85,1.763,1678,2.144,5746,2.785,6054,2.677,6312,3.642]],["content/Win98 Upgrade: Sound Blaster Audigy",[14,1.366,19,0.303,21,1.224,22,1.092,25,1.379,27,0.803,39,1.921,50,1.444,52,0.446,73,1.226,77,1.379,85,3.341,87,1.248,98,1.053,101,0.683,104,0.748,127,3.253,130,2.652,131,1.442,145,1.772,154,1.324,157,1.607,159,1.728,182,1.273,184,1.921,185,1.646,197,2.532,217,1.2,240,1.495,251,1.921,263,1.2,271,3.595,275,1.113,293,1.805,320,1.409,375,0.818,378,1.053,384,1.298,395,1.977,404,1.927,407,1.868,409,1.439,412,1.646,422,1.772,430,1.686,441,1.379,473,2.102,484,1.921,517,0.944,547,2.793,586,1.772,593,2.102,595,2.333,630,1.155,631,2.249,632,2.652,705,1.47,797,2.102,853,1.728,881,1.977,913,1.155,922,1.178,935,2.532,952,1.155,984,2.102,999,2.249,1016,3.173,1060,1.977,1067,1.379,1170,3.837,1191,1.439,1276,1.772,1281,0.748,1287,1.053,1289,1.224,1313,1.686,1315,2.173,1317,2.631,1325,1.772,1333,1.819,1380,1.819,1418,2.564,1461,2.652,1480,3.51,1486,2.61,1515,2.962,1555,1.728,1580,2.703,1621,1.379,1632,2.172,1643,2.037,1651,3.173,1661,1.819,1678,2.703,1723,1.646,1762,1.324,1856,1.921,1887,2.532,1901,2.532,1910,2.962,1939,2.652,1962,2.962,2059,2.962,2084,2.962,2102,2.333,2125,2.652,2229,2.426,2316,2.865,2335,2.962,2344,2.426,2351,2.426,2355,2.793,2356,2.532,2376,1.955,2405,2.652,2415,2.426,2431,2.426,2481,2.333,2532,2.962,2619,5,2692,2.532,2754,2.652,2796,5.052,2842,2.793,2879,2.553,2943,2.249,2993,2.532,3021,4.59,3161,2.333,3522,2.532,3536,3.456,3537,2.793,4329,3.456,4394,2.532,4525,2.5,4529,3.456,4547,3.51,4573,3.663,5141,3.837,5143,3.51,5354,4.04,5538,2.962,5539,3.456,5570,3.173,5625,2.962,5628,3.173,5651,2.652,5676,3.173,5728,2.172,5746,5.379,5788,2.793,5825,2.962,5841,3.456,5862,3.173,5865,3.456,5874,2.962,5877,3.173,5879,3.173,5887,3.456,5913,2.793,5945,3.173,5994,2.962,5999,2.532,6045,2.793,6053,2.793,6054,2.333,6057,3.837,6072,2.333,6086,5.517,6199,3.456,6312,6.741,6313,3.456,6314,3.886,6315,3.886,6316,3.886,6317,3.886,6318,3.456,6319,3.886,6320,5.622,6321,3.886,6322,3.886,6323,3.886,6324,3.886,6325,6.831,6326,3.456,6327,5.875,6328,3.886,6329,5,6330,3.886,6331,3.886,6332,3.173,6333,5.622,6334,3.886,6335,3.886,6336,3.886,6337,3.886,6338,3.886,6339,3.886,6340,3.886,6341,3.886,6342,6.605,6343,3.456,6344,3.456,6345,5,6346,3.886,6347,3.886,6348,3.886,6349,3.456,6350,3.886,6351,3.173,6352,3.886,6353,3.886,6354,3.886,6355,3.886,6356,3.886,6357,3.886,6358,3.886,6359,3.886,6360,3.886,6361,3.456,6362,3.886,6363,3.886,6364,3.886,6365,3.886]],["tags/Win98 Upgrade: Sound Blaster Audigy",[5937,3.061,6054,2.25]],["title/WinXP Upgrade: Sound Blaster X-Fi",[85,1.623,127,2.377,1678,1.975,5746,2.565,6072,2.466,6332,3.354]],["content/WinXP Upgrade: Sound Blaster X-Fi",[5,0.985,17,0.853,19,0.304,27,0.809,39,1.933,73,0.853,79,0.528,85,3.41,87,1.256,90,1.933,94,1.232,98,1.06,103,1.448,127,3.836,131,1.449,150,1.418,154,1.333,158,0.95,162,3.68,167,1.831,175,2.232,180,2.136,185,1.656,197,2.548,199,1.831,218,3.194,293,1.256,311,1.448,315,1.185,317,1.739,320,1.418,359,2.811,404,1.141,409,1.448,412,1.656,415,2.669,416,1.784,418,1.697,426,2.348,430,1.697,431,2.981,435,2.05,441,2.577,446,1.99,452,1.656,457,1.306,478,1.99,517,0.95,547,4.059,586,2.576,630,1.163,648,4.305,698,1.99,705,1.479,724,2.68,728,1.933,749,2.263,922,1.185,927,2.548,941,3.479,946,2.263,949,2.263,955,2.981,995,2.263,999,2.263,1067,1.388,1272,1.418,1276,1.784,1277,1.418,1281,0.753,1294,1.925,1317,2.644,1346,3.055,1418,1.784,1428,2.442,1499,1.512,1580,1.881,1592,2.263,1595,4.059,1613,3.391,1653,1.784,1675,2.811,1678,2.716,1762,2.474,1808,5.053,1900,2.811,1967,1.079,2084,2.981,2106,2.186,2290,3.479,2316,1.697,2345,2.669,2351,2.442,2355,2.811,2358,3.68,2433,3.194,2459,4.059,2469,2.548,2477,2.811,2556,1.99,2603,2.669,2653,2.811,2697,2.874,2702,2.548,2710,3.194,2716,3.194,2773,2.263,2794,2.981,2796,4.959,2872,3.194,2879,2.183,2965,2.811,2988,2.669,3234,2.442,3239,2.136,3291,3.194,3317,2.548,3483,2.981,3535,2.186,3828,5.024,4408,3.479,4525,2.511,4573,4.319,4712,2.811,4760,3.479,4907,3.479,5103,2.981,5106,2.981,5127,2.442,5141,2.669,5239,2.811,5274,3.194,5354,2.811,5357,2.981,5377,3.194,5397,2.442,5536,2.981,5619,2.981,5651,2.669,5653,2.669,5746,5.288,5756,3.194,5766,1.933,5773,2.669,5782,3.479,5840,2.981,5862,5.413,5863,3.479,5866,4.612,5874,2.981,5913,2.811,5935,3.479,5973,3.479,5989,5.024,5999,2.548,6038,4.305,6045,2.811,6051,3.194,6072,3.391,6086,5.053,6160,3.479,6310,3.479,6312,5.413,6318,3.479,6325,6.457,6326,3.479,6327,3.479,6332,5.413,6345,3.479,6351,3.194,6366,3.911,6367,3.911,6368,5.648,6369,3.911,6370,3.911,6371,3.911,6372,5.648,6373,3.911,6374,3.911,6375,3.911,6376,3.911,6377,3.911,6378,3.911,6379,5.648,6380,3.911,6381,3.911,6382,3.911,6383,3.911,6384,3.911,6385,3.194,6386,3.911,6387,3.911,6388,5.648,6389,3.911,6390,3.911,6391,3.911,6392,3.911,6393,3.911,6394,3.911,6395,3.911,6396,3.479,6397,3.911,6398,3.911,6399,3.911,6400,3.911,6401,3.911,6402,3.911,6403,3.911,6404,3.911,6405,3.911,6406,3.479,6407,3.911,6408,3.479,6409,3.911,6410,3.911,6411,3.479,6412,3.911,6413,3.911,6414,3.911,6415,3.911,6416,3.911,6417,3.911,6418,3.911,6419,3.911,6420,3.911,6421,3.911,6422,2.981,6423,3.911]],["tags/WinXP Upgrade: Sound Blaster X-Fi",[5937,3.061,6072,2.25]],["title/Programming on the Apple M1 Silicon",[487,1.663,6424,3.046,6425,3.506,6426,3.718]],["content/Programming on the Apple M1 Silicon",[1,1.344,5,1.473,7,2.089,13,2.6,14,0.997,19,0.221,22,1.154,24,1.772,27,1.535,28,1.072,50,1.166,51,2.975,52,0.671,60,1.52,73,0.896,74,0.979,76,1.622,79,0.554,89,2.22,98,1.584,99,1.488,101,0.722,103,1.52,104,0.79,150,1.488,158,0.997,160,2.811,162,3.81,175,2.311,179,1.112,182,1.344,216,1.555,223,1.715,240,1.812,242,1.825,251,2.029,257,2.674,271,1.921,275,1.176,276,2.212,278,1.457,282,2.26,312,1.457,315,1.244,323,5.201,418,1.781,431,3.129,438,2.95,441,1.457,457,1.371,473,2.22,476,2.403,480,3.352,482,2.464,487,1.399,518,1.974,627,1.872,628,3.066,632,2.802,853,1.825,896,2.375,912,2.95,913,2.207,914,2.802,920,1.825,922,2.064,935,2.674,952,1.221,1018,1.659,1024,3.129,1059,3.651,1060,2.089,1265,2.295,1277,1.488,1281,0.79,1287,1.112,1295,2.295,1315,2.869,1329,2.802,1331,3.001,1352,2.563,1367,1.644,1378,5.201,1418,2.667,1423,3.51,1424,1.659,1462,2.674,1487,3.385,1499,1.587,1535,2.22,1592,2.375,1621,1.457,1631,2.22,1646,1.781,1650,3.129,1661,1.921,1676,2.089,1678,2.811,1685,1.154,1719,1.268,1723,1.738,1856,2.891,1887,2.674,1945,2.464,1972,2.563,1981,1.587,2045,3.352,2076,2.563,2123,3.991,2257,3.352,2318,3.129,2324,2.563,2411,2.375,2454,2.95,2488,2.563,2608,4.202,2640,2.295,2646,2.95,2685,5.201,2715,2.95,2816,2.464,2879,2.26,2889,3.129,2926,3.129,2930,3.129,2947,2.802,2950,4.253,2969,3.129,3091,2.95,3092,3.651,3819,3.129,4338,3.129,4351,5.066,4356,3.81,4426,2.464,4453,3.651,4550,2.563,4836,3.129,4965,3.352,5113,3.651,5115,2.152,5314,3.651,5392,2.802,5413,2.029,5728,3.269,5999,2.674,6037,3.352,6066,3.651,6070,2.802,6204,3.651,6424,3.651,6425,6.363,6426,5.657,6427,4.105,6428,4.105,6429,4.105,6430,4.105,6431,4.105,6432,4.105,6433,4.105,6434,5.848,6435,3.651,6436,4.105,6437,4.105,6438,4.105,6439,4.105,6440,4.105,6441,4.105,6442,4.105,6443,4.105,6444,4.105,6445,5.848,6446,4.105,6447,4.105,6448,4.105,6449,4.105,6450,3.651,6451,4.105,6452,3.651,6453,4.105,6454,3.651,6455,7.846,6456,4.105,6457,4.105,6458,4.105,6459,4.105,6460,4.105,6461,4.105,6462,5.848,6463,4.105,6464,4.105,6465,4.105,6466,4.105,6467,4.105,6468,4.105,6469,4.105,6470,4.105,6471,4.105,6472,4.105]],["tags/Programming on the Apple M1 Silicon",[6424,2.34,6473,3.748]],["title/Thoughts on Bullshit Jobs",[3,2.177,2252,3.01,6474,4.397]],["content/Thoughts on Bullshit Jobs",[13,1.89,14,1.032,19,0.323,22,1.195,24,2.104,28,1.565,42,1.758,49,2.769,52,0.487,55,1.844,61,2.043,65,2.94,73,0.927,79,0.574,94,1.338,100,4.09,101,0.747,104,1.451,113,1.13,121,1.643,124,4.09,144,1.151,148,2.101,158,1.686,179,1.151,215,3.78,216,1.13,217,1.313,237,3.055,263,1.313,277,1.573,311,2.219,367,2.162,375,0.895,388,1.718,404,1.24,422,1.938,469,2.552,483,2.901,493,2.376,567,2.769,623,2.299,722,2.162,844,3.055,845,3.239,854,3.64,924,5.33,927,2.769,930,2.479,951,2.459,952,1.782,971,2.901,986,1.392,988,2.552,1015,2.376,1067,2.128,1177,2.654,1210,3.47,1240,3.47,1277,1.541,1281,0.818,1287,1.151,1289,1.338,1346,3.755,1495,3.239,1501,3.47,1539,1.989,1553,4.568,1612,2.228,1629,2.299,1631,2.299,1633,3.47,1657,2.043,1664,2.654,1708,2.376,1719,2.144,1739,2.552,1740,2.228,1792,2.043,1930,4.307,1967,1.654,2014,3.78,2041,2.901,2060,2.228,2228,2.228,2252,5.292,2257,3.47,2279,3.78,2295,2.901,2389,3.78,2394,2.769,2432,2.552,2447,3.239,2458,3.055,2526,2.376,2556,2.162,2574,2.162,2757,3.055,2803,2.963,2812,4.989,2982,3.47,3010,3.239,3012,4.912,3017,4.989,3033,2.459,3048,2.769,3234,2.654,3485,3.239,3486,4.09,3517,2.101,3561,3.239,3839,3.78,4164,3.78,4328,3.78,4370,4.894,4430,3.78,4656,4.894,4692,3.78,4722,3.47,4757,3.239,4785,3.78,4925,3.78,5089,3.78,5239,3.055,5405,5.713,5536,3.239,5653,2.901,6474,7.669,6475,5.993,6476,4.25,6477,4.25,6478,4.25,6479,4.25,6480,3.78,6481,4.25,6482,4.25,6483,4.25,6484,3.78,6485,5.993,6486,4.25,6487,4.25,6488,7.07,6489,6.942,6490,3.239,6491,4.25,6492,5.993,6493,4.25,6494,4.25,6495,4.25,6496,4.25,6497,4.25,6498,4.25,6499,4.25,6500,3.78,6501,4.25,6502,4.25,6503,5.993,6504,4.25,6505,4.25,6506,4.25,6507,4.25,6508,4.25,6509,4.25,6510,4.25,6511,4.25,6512,3.78,6513,4.25,6514,5.993,6515,4.25,6516,4.25,6517,3.78]],["tags/Thoughts on Bullshit Jobs",[2252,2.095,4461,2.34]],["title/Archive by year: 2020",[6,1.285,477,2.227,5413,2.662]],["content/Archive by year: 2020",[19,0.473,477,3.191,5413,3.814]],["tags/Archive by year: 2020",[]],["title/Digitizing journals using DEVONthink",[52,0.559,172,2.482,2351,3.046,6518,3.718]],["content/Digitizing journals using DEVONthink",[6,0.966,10,1.188,14,0.984,17,0.883,19,0.451,25,1.438,28,1.058,41,3.351,47,1.675,48,4.222,52,0.775,60,1.499,62,2.764,73,1.263,77,1.438,79,0.547,83,2.144,87,1.3,88,2.641,95,2.529,98,1.097,104,0.779,116,1.326,126,2.06,131,1.039,132,1.532,144,1.831,153,2.191,157,1.675,158,0.984,159,1.801,160,1.947,162,2.638,165,1.251,172,2.06,182,2.214,185,1.715,203,1.3,211,1.947,216,2.076,219,3.083,240,1.54,241,2.264,252,2.002,276,1.532,288,1.38,291,2.002,294,1.947,315,1.227,317,3.006,366,2.264,368,1.947,378,1.097,395,2.06,404,1.182,412,1.715,422,1.847,426,2.431,446,2.06,478,2.946,481,2.529,517,0.984,630,1.204,667,2.529,715,2.264,725,2.264,754,2.431,913,1.722,952,1.204,972,3.602,987,2.343,1028,2.529,1067,1.438,1144,1.715,1204,2.91,1214,2.91,1274,2.191,1276,1.847,1277,1.468,1281,1.42,1287,1.569,1289,1.824,1294,1.38,1297,2.343,1304,2.764,1305,2.431,1308,3.307,1313,1.757,1319,2.638,1344,1.859,1396,2.002,1456,3.086,1470,3.086,1475,2.91,1499,1.565,1502,2.764,1535,2.191,1563,3.307,1580,1.947,1597,2.343,1607,2.764,1660,3.133,1667,3.307,1675,2.91,1685,1.628,1717,2.06,1719,1.789,1762,1.38,1776,2.264,1809,2.06,1825,2.764,1858,3.086,1874,2.431,1887,2.638,1929,2.343,1944,2.91,1950,2.529,1955,3.086,1960,2.123,1967,1.117,1975,2.764,1981,1.565,1983,2.529,1991,2.529,2013,2.764,2032,2.431,2037,3.086,2069,3.307,2114,2.123,2142,2.764,2287,2.06,2344,2.529,2351,2.529,2385,2.264,2460,4.414,2469,2.638,2478,2.638,2526,2.264,2536,3.086,2574,2.06,2696,3.307,2697,2.06,2702,2.638,2712,3.086,2754,3.952,2773,2.343,2879,1.565,3011,2.91,3012,2.638,3086,3.307,3123,4.162,3234,2.529,3243,3.086,4096,2.764,4336,2.638,4338,3.086,4351,2.764,4356,2.638,4396,2.91,4426,2.431,4547,2.529,4627,3.086,4743,2.91,4934,4.729,4962,4.414,5052,3.602,5140,2.764,5185,2.529,5277,2.91,5278,2.638,5284,3.602,5467,2.123,5469,2.91,5587,3.602,5728,3.779,5829,2.764,5844,2.91,5913,2.91,6070,2.764,6222,3.307,6329,3.602,6424,2.529,6425,4.162,6426,3.086,6488,5.151,6518,5.152,6519,4.05,6520,8.548,6521,4.05,6522,7.377,6523,4.05,6524,4.05,6525,4.05,6526,3.086,6527,4.05,6528,4.05,6529,4.05,6530,4.05,6531,4.05,6532,4.05,6533,4.05,6534,4.05,6535,2.91,6536,4.05,6537,4.05,6538,4.05,6539,4.05,6540,4.05,6541,4.05,6542,4.05,6543,3.602,6544,4.05,6545,4.05,6546,4.05,6547,4.05,6548,4.05,6549,4.05,6550,4.05,6551,3.307,6552,4.05,6553,4.05,6554,3.602,6555,4.05]],["tags/Digitizing journals using DEVONthink",[172,1.907,5467,1.965]],["title/RSS Feeds, Hugo, and Lazy Image Loading",[405,2.296,1232,2.377,2121,2.03,2407,2.222,5975,3.13,6556,2.565]],["content/RSS Feeds, Hugo, and Lazy Image Loading",[0,2.641,4,2.516,5,1.055,19,0.525,29,1.295,41,2.425,50,0.836,51,2.132,52,0.907,60,1.551,73,1.295,74,1,79,0.801,84,1.962,85,1.656,87,1.346,96,1.734,113,1.115,132,1.585,156,2.723,163,2.86,168,1.457,175,1.656,179,1.135,184,2.072,188,2.197,199,1.962,217,1.295,219,1.911,233,2.343,240,1.115,242,1.863,258,2.516,275,1.699,278,1.488,312,1.488,375,1.45,378,1.135,384,1.4,388,1.694,392,3.434,405,3.851,428,2.617,465,2.132,471,5.152,481,4.302,491,2.132,569,4.881,631,2.425,649,2.072,700,3.317,728,2.072,797,2.267,920,2.638,940,3.194,952,1.246,986,1.372,1232,4.336,1235,2.853,1272,1.519,1294,1.428,1298,1.911,1313,1.818,1331,1.694,1343,3.422,1344,1.346,1352,2.617,1407,3.194,1420,1.962,1450,3.194,1472,4.951,1480,2.617,1487,1.911,1489,5.625,1500,2.86,1531,2.425,1532,2.132,1545,4.845,1575,2.343,1613,2.516,1629,2.267,1660,2.267,1669,4.336,1678,2.015,1719,1.295,1740,2.197,1761,2.015,1789,3.866,1790,3.727,1870,4.498,1874,2.516,1876,3.705,1905,3.727,1948,1.775,1951,2.73,1960,3.111,1970,3.194,1981,1.62,2049,4.523,2076,2.617,2105,3.727,2106,2.343,2116,2.617,2121,2.072,2147,3.312,2191,2.73,2385,2.343,2407,2.267,2492,2.617,2526,2.343,2663,2.516,2767,3.727,2842,3.012,3255,3.705,4151,4.702,4191,3.012,4356,2.73,4459,2.617,5104,3.422,5185,2.617,5208,3.727,5392,2.86,5482,4.05,5507,5.278,5585,5.278,5797,3.727,5840,3.194,5975,5.251,6070,2.86,6424,2.617,6425,3.012,6512,6.127,6535,3.012,6556,5.272,6557,4.191,6558,4.191,6559,4.191,6560,4.191,6561,3.727,6562,3.194,6563,4.191,6564,4.191,6565,4.191,6566,4.191,6567,4.191,6568,4.191,6569,4.191,6570,4.191,6571,4.191,6572,4.191,6573,3.727,6574,4.191,6575,4.191,6576,4.191,6577,6.889,6578,3.194,6579,6.889,6580,4.191,6581,5.934,6582,4.191,6583,3.727,6584,4.191,6585,4.191]],["tags/RSS Feeds, Hugo, and Lazy Image Loading",[2407,2.027,6556,2.34]],["title/The Productive Programmer on Mac",[1499,2.081,3516,3.87,4356,3.508]],["content/The Productive Programmer on Mac",[1,2.429,5,1.032,6,1.393,10,1.304,11,1.657,14,0.995,17,0.894,19,0.423,21,1.29,24,1.77,26,0.878,29,2.291,30,1.695,46,2.026,49,2.67,50,0.817,52,0.851,65,2.473,67,1.918,73,0.894,96,1.695,101,0.72,103,1.517,104,0.789,109,2.117,121,1.584,132,1.55,136,2.945,144,1.11,145,1.869,150,1.485,158,0.995,163,2.797,165,1.266,172,2.971,179,1.582,182,1.342,184,2.026,200,2.026,203,1.316,207,3.346,216,1.09,217,1.266,232,3.645,242,1.822,275,1.174,276,2.574,277,2.162,288,1.397,297,1.55,311,1.517,318,2.46,320,1.485,330,2.026,367,2.085,418,2.534,437,2.534,443,1.62,517,0.995,564,2.217,622,2.559,728,2.026,782,1.242,806,3.159,853,1.822,897,1.425,913,1.218,922,1.242,930,2.815,935,2.67,939,3.123,954,3.645,1012,1.822,1060,2.085,1067,2.073,1157,2.46,1170,2.797,1272,1.485,1284,2.67,1287,1.582,1289,1.839,1299,2.46,1317,1.918,1331,1.657,1364,3.938,1366,3.346,1380,1.918,1401,1.97,1435,3.645,1475,2.945,1486,1.62,1495,3.123,1499,3.242,1512,2.945,1581,1.822,1598,3.159,1601,5.194,1657,2.808,1708,2.291,1709,2.148,1742,2.559,1752,2.797,1788,2.945,1792,1.97,1793,2.085,1797,2.945,1948,1.735,1967,1.131,1981,1.584,2147,1.97,2163,2.148,2191,2.67,2296,3.123,2297,3.123,2313,2.797,2351,2.559,2358,2.67,2373,2.46,2383,2.67,2394,2.67,2410,4.451,2424,3.346,2439,2.797,2460,4.451,2473,2.291,2474,2.67,2667,2.945,2679,3.986,2691,3.346,2694,3.123,2794,3.123,2816,3.506,2930,3.123,2947,2.797,2967,2.797,2979,3.123,2994,2.945,3002,3.123,3011,2.945,3094,3.645,3192,3.346,3225,3.346,3243,3.123,3262,2.67,3305,3.123,3481,2.217,3490,3.645,3516,4.197,3517,2.026,3850,3.645,3860,3.645,4296,3.123,4331,6.597,4332,3.645,4351,2.797,4356,3.805,4394,4.433,4929,3.346,4943,2.559,5105,2.46,5278,2.67,5324,3.645,5372,2.797,5548,3.645,5549,3.346,5647,3.123,5712,3.645,5740,3.645,5854,3.645,6068,3.346,6198,3.645,6424,2.559,6425,4.197,6426,3.123,6452,3.645,6484,3.645,6518,3.123,6543,3.645,6586,4.098,6587,4.098,6588,4.098,6589,4.098,6590,4.098,6591,4.098,6592,4.098,6593,4.098,6594,4.098,6595,3.645,6596,3.645,6597,4.098,6598,4.098,6599,4.098,6600,3.346,6601,4.098,6602,3.645,6603,3.645,6604,4.098,6605,4.098,6606,4.098,6607,4.098,6608,4.098,6609,4.098,6610,4.098,6611,4.098,6612,4.098,6613,4.098,6614,4.098,6615,4.098,6616,4.098,6617,4.098,6618,4.098,6619,4.098,6620,4.098,6621,4.098,6622,4.098,6623,4.098,6624,4.098,6625,4.098,6626,3.346,6627,4.098,6628,4.098,6629,4.098,6630,4.098]],["tags/The Productive Programmer on Mac",[1499,1.958]],["title/What is Creativity in Software Engineering?",[1367,1.514,2316,2.336,3239,2.037]],["content/What is Creativity in Software Engineering?",[3,1.685,6,0.995,14,1.013,17,1.29,19,0.319,20,1.648,23,1.725,24,1.792,25,1.48,27,1.42,39,2.061,50,0.832,52,0.478,62,2.845,67,2.767,76,1.648,79,0.563,88,1.901,96,1.725,97,2.186,98,1.129,101,1.207,103,1.543,104,1.138,109,1.511,126,2.121,131,1.069,133,1.854,145,1.901,150,1.511,152,2.845,153,2.255,156,1.648,159,1.854,168,1.45,180,1.577,196,1.577,199,1.951,203,1.339,223,1.489,235,2.603,240,1.109,244,3.404,263,1.826,277,1.543,293,1.898,304,2.255,365,1.951,368,2.004,369,2.603,375,1.725,384,2.295,395,2.121,404,1.216,407,2.004,409,1.543,418,1.809,422,2.696,430,1.809,437,2.98,441,1.48,442,2.845,452,1.766,455,2.143,469,2.503,476,2.141,487,2.341,517,1.013,561,3.708,580,2.33,623,3.198,630,1.758,698,2.121,705,1.577,715,3.305,724,1.685,782,1.263,786,3.177,806,2.255,877,1.809,920,1.854,922,1.263,930,1.725,1009,2.121,1018,1.685,1043,2.716,1094,3.549,1234,3.421,1254,3.198,1277,1.511,1288,2.413,1325,1.901,1333,1.951,1346,2.255,1367,2.497,1499,1.612,1504,2.186,1539,1.951,1590,3.692,1661,1.951,1714,3.404,1719,2.122,1761,2.004,1762,1.421,1877,3.692,1879,2.121,1900,2.996,1950,2.603,1960,2.186,1963,2.121,1981,1.612,1984,2.413,2075,2.33,2106,2.33,2114,2.186,2228,2.186,2255,3.708,2298,3.708,2316,3.936,2324,2.603,2326,4.325,2337,3.198,2339,2.255,2372,2.413,2429,2.845,2442,3.177,2447,3.177,2556,3.008,2561,3.708,2562,3.549,2697,3.008,2773,2.413,2783,2.061,2803,3.695,3138,3.852,3176,2.845,3239,3.1,3251,2.996,3252,2.503,3293,2.845,3544,2.33,3557,2.33,3708,3.177,4409,3.708,4424,2.845,4455,3.404,4459,2.603,4681,4.506,4683,3.404,4690,3.404,4751,3.177,4921,2.996,4942,3.708,4943,2.603,4959,3.708,4960,3.708,5225,3.708,5481,5.258,5536,4.506,6349,3.708,6631,4.169,6632,4.169,6633,4.169,6634,4.169,6635,4.169,6636,4.169,6637,4.169,6638,4.169,6639,4.169,6640,4.169,6641,4.169,6642,3.708,6643,4.169,6644,4.169,6645,4.169,6646,4.169,6647,4.169,6648,4.169,6649,4.169,6650,4.169,6651,3.708,6652,4.169,6653,4.169,6654,4.169,6655,4.169,6656,4.169,6657,4.169,6658,4.169,6659,4.169,6660,4.169,6661,4.169,6662,4.169]],["tags/What is Creativity in Software Engineering?",[2316,1.626,3557,2.095]],["title/Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2",[630,1.054,720,2.896,1678,1.705,6054,2.129,6076,2.703,6663,3.154,6664,3.154,6665,3.154]],["content/Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2",[0,1.932,5,1.457,6,0.965,10,0.711,13,2.572,14,0.982,17,0.882,19,0.218,22,1.136,25,1.435,26,0.866,27,0.836,50,1.154,52,0.464,55,1.754,60,2.141,67,1.892,79,0.911,85,1.598,91,1.844,94,1.273,101,0.711,104,1.113,123,2.634,131,1.483,138,2.427,144,1.095,158,1.405,175,1.598,185,1.712,203,1.857,220,2.187,233,2.26,240,1.075,263,1.249,277,1.497,288,1.378,293,1.298,317,1.798,367,2.057,394,3.301,404,1.18,409,1.497,412,1.712,416,3.08,441,1.435,452,1.712,455,1.465,473,2.187,478,2.057,549,2.339,627,1.844,630,2.484,698,2.057,768,3.301,782,1.225,797,2.187,914,2.759,921,2.524,933,2.119,947,3.081,994,3.472,999,2.339,1009,2.057,1012,1.798,1018,1.634,1060,2.057,1144,1.712,1190,1.944,1274,2.187,1277,1.465,1289,1.273,1310,2.339,1317,3.161,1329,2.759,1330,2.427,1418,2.638,1486,2.913,1506,2.634,1535,2.187,1580,1.944,1621,1.435,1653,1.844,1678,3.247,1718,2.427,1782,2.634,1910,3.081,1928,2.339,1967,1.116,2015,4.157,2023,2.26,2041,3.948,2076,2.524,2102,2.427,2147,1.944,2376,2.564,2429,2.759,2459,2.906,2462,2.906,2529,2.759,2531,2.906,2594,3.081,2603,2.759,2725,3.948,2754,2.759,2796,5.043,2798,3.596,2802,2.906,2852,2.524,2947,3.948,2967,2.759,3004,3.596,3024,3.081,3075,2.759,3123,2.906,3158,2.759,3433,3.596,4336,2.634,4525,3.278,4573,3.769,4642,2.634,4712,2.906,4740,3.596,4800,4.854,4836,3.081,4859,3.301,4902,4.61,4943,2.524,5127,2.524,5143,3.612,5170,3.472,5278,2.634,5354,2.906,5355,3.301,5359,5.144,5413,1.999,5567,3.596,5650,3.301,5653,2.759,5747,2.759,5773,2.759,5785,3.081,5821,4.157,5877,3.301,5979,5.144,6031,3.596,6045,2.906,6052,3.596,6053,2.906,6054,2.427,6055,3.596,6057,2.759,6076,6.367,6078,3.596,6086,4.408,6087,3.596,6107,3.596,6140,3.596,6143,3.596,6171,3.596,6209,3.596,6313,3.596,6343,3.596,6450,3.596,6535,2.906,6573,3.596,6663,3.596,6664,5.144,6665,6.556,6666,4.043,6667,4.043,6668,4.043,6669,4.043,6670,4.043,6671,4.043,6672,8.355,6673,4.043,6674,4.043,6675,4.043,6676,4.043,6677,5.784,6678,4.043,6679,4.043,6680,5.784,6681,3.596,6682,3.596,6683,3.301,6684,4.043,6685,4.043,6686,4.043,6687,4.043,6688,6.754,6689,4.043,6690,4.043,6691,4.043,6692,4.043,6693,4.043,6694,4.043,6695,4.043,6696,4.043,6697,4.043,6698,4.043,6699,3.596,6700,4.043,6701,4.043,6702,4.043,6703,4.043]],["tags/Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2",[6054,2.25,6076,2.857]],["title/My Retro Desk/Gaming Setup in 2021",[1335,2.823,4459,3.046,4525,2.169,6704,4.879]],["content/My Retro Desk/Gaming Setup in 2021",[0,1.357,10,0.714,13,1.807,14,0.987,19,0.365,20,1.606,22,1.142,25,2.404,29,1.255,42,1.681,47,2.401,49,2.647,50,1.158,51,2.067,73,1.266,79,1.097,81,1.807,87,1.864,99,1.473,101,0.714,109,1.473,113,1.544,144,1.101,148,2.87,150,1.473,156,1.606,157,1.681,159,1.807,168,2.019,180,1.537,182,1.331,185,1.721,203,1.305,209,2.537,216,1.081,217,1.255,219,1.853,235,3.625,240,1.081,253,2.13,263,1.793,264,1.954,266,3.625,269,3.318,271,1.902,276,1.537,287,4.424,289,4.74,293,1.305,311,1.504,315,1.231,361,2.067,378,1.101,395,2.067,405,2.271,407,1.954,409,1.504,412,1.721,415,2.773,418,1.763,428,2.537,435,2.13,441,1.442,446,2.067,455,2.104,465,2.067,492,1.954,517,0.987,728,2.009,853,2.581,881,2.067,913,1.726,930,2.401,949,2.351,952,1.208,965,2.87,977,3.097,984,3.14,1060,4.135,1063,3.318,1076,2.92,1198,3.097,1227,1.721,1235,1.954,1270,2.647,1277,1.473,1281,0.782,1315,2.618,1325,1.853,1332,2.439,1333,1.902,1335,4.522,1397,3.245,1399,2.537,1469,2.537,1555,2.581,1576,4.229,1598,3.664,1612,2.13,1629,2.198,1653,1.853,1658,2.647,1674,3.614,1681,3.614,1685,1.142,1709,2.13,1723,1.721,1739,2.439,1762,1.385,1775,2.198,1850,2.647,1856,2.009,1937,2.537,1944,2.92,1981,1.571,2002,2.647,2009,3.097,2053,4.74,2075,2.271,2106,2.271,2113,2.009,2252,2.271,2363,2.92,2376,2.019,2621,2.773,2640,2.271,2692,2.647,2739,3.614,2803,2.009,2816,4.066,2966,3.318,2984,2.647,2996,2.92,3012,2.647,3026,3.614,3029,4.172,3079,3.318,3225,6.381,3263,3.097,3503,5.163,3535,2.271,3545,3.097,3855,3.614,3925,3.097,4005,3.614,4096,2.773,4442,3.097,4459,2.537,4500,2.92,4525,1.807,4603,5.163,4689,3.097,4798,3.318,4943,2.537,4958,4.424,5404,6.024,5410,3.318,5527,3.318,5669,3.318,5751,3.962,5766,2.87,5810,3.614,5829,2.773,5897,2.92,5938,2.773,6072,2.439,6095,3.614,6361,3.614,6551,3.318,6595,3.614,6600,3.318,6705,4.063,6706,4.063,6707,4.063,6708,3.614,6709,4.063,6710,4.063,6711,4.063,6712,4.063,6713,4.063,6714,6.773,6715,4.063,6716,4.063,6717,6.773,6718,4.063,6719,4.063,6720,4.063,6721,4.063,6722,4.063,6723,4.063,6724,4.063,6725,6.773,6726,4.063,6727,4.063,6728,6.951,6729,3.614,6730,4.063,6731,4.063,6732,3.614,6733,4.063,6734,4.063,6735,4.063,6736,4.063,6737,4.063,6738,4.063,6739,3.614,6740,4.063,6741,4.063,6742,4.063,6743,3.614,6744,4.063,6745,4.063,6746,4.063,6747,4.063]],["tags/My Retro Desk/Gaming Setup in 2021",[]],["title/The insanity of collecting retro games",[851,3.046,2376,1.697,4525,2.169,6748,4.339]],["content/The insanity of collecting retro games",[4,2.507,5,1.491,6,0.996,10,1.209,14,1.015,17,1.291,19,0.225,27,1.422,28,1.546,50,0.833,52,0.858,73,1.291,74,0.996,76,2.339,79,0.799,81,1.857,91,1.905,101,1.209,109,1.514,113,1.111,116,1.938,121,1.614,128,3.001,153,2.259,158,1.015,167,3.218,168,1.452,175,2.339,184,2.926,191,3.001,196,1.58,216,1.574,217,1.828,233,2.334,240,1.111,241,2.334,263,1.828,288,1.423,293,1.341,311,1.546,315,1.266,366,2.334,398,4.254,430,1.812,441,1.483,478,2.125,739,2.608,757,2.189,851,4.671,854,2.189,877,1.812,902,3.306,920,2.632,949,2.417,965,2.065,983,2.259,994,2.507,1177,3.696,1227,1.769,1287,1.604,1310,2.417,1313,1.812,1315,1.614,1335,3.425,1350,2.608,1424,1.688,1428,2.608,1501,3.41,1587,2.85,1708,3.309,1719,1.29,1794,2.85,1883,3.554,1974,3.001,2001,3.714,2026,2.259,2032,2.507,2175,3.001,2287,2.125,2313,2.85,2331,3.183,2344,3.696,2372,2.417,2376,3.183,2452,2.608,2510,1.769,2682,4.874,2712,4.511,2715,3.001,2754,5.881,2964,5.265,2985,3.714,3012,2.721,3019,3.41,3147,3.183,3157,3.714,3161,2.507,3213,3.714,3223,2.721,3234,2.608,3265,3.41,3522,2.721,3535,2.334,3851,3.41,3906,3.001,4096,2.85,4345,3.183,4394,2.721,4415,2.85,4426,2.507,4459,2.608,4500,3.001,4525,3.831,4586,3.714,4642,2.721,4679,3.714,4690,3.41,4792,3.714,5081,2.721,5141,2.85,5170,2.507,5246,2.85,5392,2.85,5397,2.608,5508,5.265,5527,3.41,5632,3.41,5696,4.511,5785,3.183,5897,4.254,5901,3.183,5999,2.721,6038,3.183,6295,3.714,6406,3.714,6411,6.116,6602,3.714,6642,3.714,6749,4.176,6750,4.176,6751,4.176,6752,4.176,6753,4.176,6754,4.176,6755,4.176,6756,3.714,6757,4.176,6758,4.176,6759,4.176,6760,3.714,6761,4.176,6762,4.176,6763,4.176,6764,5.92,6765,4.176,6766,6.876,6767,4.176,6768,4.176,6769,4.176,6770,3.714,6771,4.834,6772,4.176,6773,4.176,6774,4.176,6775,4.176,6776,4.176,6777,4.176,6778,4.176,6779,4.176,6780,4.176,6781,5.92,6782,4.176,6783,5.92,6784,5.92,6785,5.92,6786,4.176,6787,4.176,6788,4.176,6789,4.176,6790,4.176,6791,4.176,6792,5.92,6793,4.176,6794,4.176,6795,4.176,6796,4.176,6797,4.176]],["tags/The insanity of collecting retro games",[2376,1.762]],["title/How to write academic papers in Markdown",[75,1.507,2385,2.727,2803,2.412,3252,2.929]],["content/How to write academic papers in Markdown",[3,1.685,10,1.207,13,1.854,19,0.37,21,1.313,26,1.267,28,1.089,30,1.725,47,1.725,52,0.857,59,2.004,65,1.766,73,1.29,75,2.744,79,0.563,82,2.186,87,1.339,98,1.129,99,2.143,104,1.322,132,2.598,133,1.854,144,1.602,149,1.766,158,1.013,160,2.843,165,2.122,172,2.121,179,1.602,180,1.577,199,1.951,210,2.255,216,1.109,217,1.288,235,2.603,252,2.923,263,1.826,282,2.285,291,2.061,320,2.143,324,2.503,359,2.996,367,2.121,375,0.878,378,1.602,388,1.685,389,3.177,404,1.725,412,1.766,450,3.852,452,1.766,457,1.393,475,2.629,476,1.194,479,3.708,481,2.603,518,2.004,579,1.854,596,2.777,621,1.288,622,2.603,631,2.413,784,3.177,881,2.121,885,2.255,896,3.975,913,2.043,952,1.758,965,2.061,979,1.854,1009,2.121,1128,4.249,1199,2.996,1270,2.716,1281,1.322,1305,2.503,1332,2.503,1335,2.413,1364,2.413,1390,2.716,1391,2.255,1401,2.004,1486,1.648,1487,1.901,1540,3.177,1588,2.716,1621,2.099,1646,1.809,1655,1.951,1673,2.845,1679,3.177,1685,1.172,1719,1.826,1763,3.177,1791,3.177,1876,2.603,1877,3.692,1936,4.249,1937,3.692,1948,1.766,1967,1.631,1974,2.996,1997,2.413,2121,2.923,2132,3.404,2198,4.506,2228,2.186,2312,2.603,2373,2.503,2385,4.178,2395,2.716,2510,1.766,2698,2.603,2803,3.695,2993,2.716,3201,3.421,3223,2.716,3252,2.503,3305,3.177,3317,2.716,3517,2.061,3982,3.708,4321,3.404,4346,3.177,4370,3.404,4426,2.503,4450,3.404,4461,2.603,4476,3.404,4739,2.845,4799,2.996,4921,2.996,5185,2.603,5188,3.708,5260,3.708,5270,6.058,5278,2.716,5279,2.845,5289,5.258,5293,4.828,5294,4.937,5297,3.708,5329,3.708,5413,2.061,5561,3.708,5728,2.33,5783,3.708,6115,3.708,6222,3.404,6435,3.708,6798,4.169,6799,4.169,6800,4.169,6801,4.169,6802,4.169,6803,4.169,6804,4.169,6805,4.169,6806,4.169,6807,4.169,6808,5.912,6809,4.169,6810,6.87,6811,4.169,6812,4.169,6813,4.169,6814,4.169,6815,4.169,6816,4.169,6817,4.169,6818,4.828,6819,3.708,6820,4.169,6821,4.169,6822,4.169,6823,5.912,6824,4.169,6825,4.169,6826,4.169,6827,4.169,6828,4.169,6829,4.169,6830,4.169,6831,4.169,6832,4.169,6833,4.169,6834,4.169,6835,4.169,6836,4.169,6837,4.169,6838,4.169,6839,4.169,6840,4.169]],["tags/How to write academic papers in Markdown",[2385,1.378,3517,1.219,5270,1.772,5294,1.772]],["title/You Shouldn't Use Spotify",[52,0.618,2175,3.87,4345,4.104]],["content/You Shouldn't Use Spotify",[1,1.389,5,1.069,6,1.012,10,0.746,17,0.926,19,0.229,26,0.909,29,1.311,42,1.755,52,0.487,74,1.012,76,2.366,80,2.649,88,1.935,94,1.336,98,1.149,99,1.538,101,1.052,113,1.128,132,1.605,144,1.622,150,2.17,156,1.677,158,1.454,162,2.764,168,1.475,174,2.896,180,2.264,182,1.96,184,2.097,185,3.19,196,1.605,216,1.128,223,1.508,230,2.896,263,1.849,275,1.215,278,1.506,288,1.446,311,1.571,375,0.893,404,1.238,457,1.999,465,2.159,517,1.031,723,2.372,757,2.224,797,2.295,902,2.04,911,3.049,913,1.262,935,2.764,940,3.233,946,2.455,952,1.262,983,2.295,1042,2.764,1230,3.233,1274,2.295,1277,2.17,1290,2.649,1295,2.372,1308,3.464,1401,2.878,1423,2.547,1506,2.764,1580,2.878,1581,1.886,1604,2.896,1612,3.138,1631,2.295,1661,1.986,1664,2.649,1708,2.372,1719,1.311,1723,1.797,1789,2.764,1945,4.164,1967,1.171,1972,2.649,1997,2.455,2050,2.295,2101,3.464,2106,3.877,2160,2.547,2175,3.049,2181,2.295,2296,3.233,2312,2.649,2313,2.896,2316,1.84,2331,3.233,2343,3.464,2344,2.649,2376,2.082,2390,2.372,2394,2.764,2405,2.896,2431,2.649,2452,2.649,2468,3.773,2510,1.797,2556,2.159,2562,2.547,2574,2.159,2632,3.773,2640,2.372,2643,3.138,2647,3.773,2653,5.709,2666,2.649,2698,2.649,2725,2.896,2777,3.464,2783,2.097,2803,2.097,2823,2.649,2852,2.649,2879,1.64,2992,3.464,3012,2.764,3017,3.049,3034,4.013,3069,3.464,3147,3.233,3184,3.464,3188,4.302,3223,2.764,3317,2.764,3505,3.049,3851,3.464,3935,4.562,4096,4.734,4345,6.055,4457,3.049,4799,5.414,5115,2.224,5128,3.773,5191,2.896,5239,3.049,5246,4.085,5312,3.464,5355,3.464,5392,2.896,5469,3.049,5471,3.773,5541,3.773,5653,2.896,5690,3.773,5700,3.773,5743,3.773,5844,3.049,5879,5.663,5901,3.233,6280,3.773,6408,3.773,6422,3.233,6424,2.649,6760,5.324,6818,3.464,6841,4.243,6842,4.243,6843,4.243,6844,4.243,6845,4.243,6846,3.773,6847,4.243,6848,4.243,6849,4.243,6850,4.243,6851,3.773,6852,4.243,6853,4.243,6854,4.243,6855,4.243,6856,4.243,6857,4.243,6858,4.243,6859,4.243,6860,4.243,6861,5.986,6862,7.534,6863,5.986,6864,4.243,6865,4.243,6866,4.243,6867,4.243,6868,4.243,6869,4.243,6870,4.243,6871,4.243,6872,4.243,6873,4.243,6874,4.243,6875,4.243,6876,4.243,6877,4.243,6878,4.243,6879,4.243,6880,4.243,6881,4.243,6882,4.243,6883,4.243,6884,4.243,6885,4.243,6886,4.243,6887,4.243,6888,4.243,6889,4.243,6890,4.243]],["tags/You Shouldn't Use Spotify",[2653,3.641]],["title/Always have a Diaster Recovery Plan",[418,2.116,2804,2.823,6891,4.879,6892,3.984]],["content/Always have a Diaster Recovery Plan",[10,0.921,17,1.688,22,1.473,27,1.084,50,1.046,59,2.52,79,0.707,98,1.42,101,1.36,160,2.52,168,1.823,191,3.767,203,1.683,231,3.995,235,4.318,251,3.419,263,1.619,282,2.026,288,1.786,311,1.941,315,1.589,327,4.662,375,1.103,384,1.751,426,3.147,430,3,441,1.861,539,6.151,596,2.119,627,2.39,628,2.748,700,2.93,757,3.626,881,2.667,909,2.454,922,1.589,999,3.033,1230,3.995,1284,3.415,1287,1.874,1344,1.683,1391,2.835,1396,2.591,1403,3.767,1424,2.119,1427,6.151,1446,4.28,1582,3.578,1607,3.578,1610,2.748,1661,2.454,1740,2.748,1762,1.786,2005,2.52,2010,3.273,2023,2.93,2046,4.28,2085,2.748,2157,3.995,2229,3.273,2254,4.28,2297,3.995,2402,4.28,2509,3.767,2598,3.578,2713,3.767,2773,4.002,2804,4.002,2996,3.767,3236,4.28,3499,4.662,4396,3.767,4415,3.578,5108,5.043,5118,3.273,5135,4.662,5239,3.767,5277,5.562,5534,4.662,5939,4.28,6454,4.662,6480,4.662,6683,4.28,6732,4.662,6818,4.28,6819,4.662,6846,4.662,6892,4.28,6893,6.916,6894,5.242,6895,3.147,6896,5.242,6897,3.415,6898,7.74,6899,5.242,6900,5.242,6901,5.242,6902,5.242,6903,5.242,6904,5.242,6905,5.242,6906,6.32,6907,5.242,6908,5.242,6909,5.242,6910,5.242,6911,5.242,6912,5.242,6913,5.242,6914,5.242,6915,5.242,6916,5.242,6917,5.242,6918,4.662,6919,5.242,6920,5.242,6921,5.242,6922,5.242,6923,5.242,6924,5.242,6925,5.242,6926,5.242,6927,5.242,6928,6.916,6929,4.662,6930,3.767,6931,5.242,6932,5.242]],["tags/Always have a Diaster Recovery Plan",[5108,3.301]],["title/Exploring the AlterNet",[234,3.476,6933,5.343]],["content/Exploring the AlterNet",[5,1.478,10,1.201,14,1.002,20,1.631,23,2.825,24,1.25,26,0.884,27,1.213,29,1.275,47,2.825,50,0.823,52,0.853,74,0.984,79,0.557,99,1.496,101,1.308,104,1.129,107,2.816,113,1.097,131,1.058,132,1.561,133,1.835,156,1.631,165,1.813,167,1.931,168,2.041,180,1.561,182,1.351,185,1.747,187,3.369,210,2.232,217,1.813,223,1.039,230,2.816,275,1.182,276,2.583,277,2.173,282,1.595,288,1.406,293,1.884,315,1.778,317,1.835,357,3.145,375,1.235,378,1.59,384,1.96,403,2.388,404,1.204,438,4.218,441,1.465,459,3.523,476,1.182,477,1.707,487,1.406,490,2.306,517,1.002,565,2.816,579,1.835,591,2.163,628,2.163,649,2.04,677,2.965,688,2.576,700,2.306,724,2.372,801,2.688,853,2.609,922,1.25,949,2.388,999,2.388,1144,1.747,1186,3.145,1199,2.965,1254,2.232,1272,2.127,1274,2.232,1277,2.127,1281,1.129,1294,1.406,1298,3.115,1380,1.931,1418,1.882,1419,3.145,1424,1.668,1469,2.576,1506,2.688,1515,4.473,1540,3.145,1555,1.835,1575,3.281,1581,1.835,1584,1.882,1595,2.965,1629,2.232,1676,2.986,1685,1.16,1788,2.965,1792,1.984,1864,2.816,1877,2.576,1879,2.099,1944,2.965,1951,2.688,1956,3.145,1967,1.139,2008,3.369,2040,3.369,2050,2.232,2060,3.077,2061,1.931,2103,2.965,2137,3.145,2184,2.576,2280,2.688,2331,4.473,2398,3.369,2425,3.369,2539,3.145,2556,2.099,2598,2.816,2603,2.816,2615,4.265,2666,2.576,2697,2.099,2727,3.67,2731,2.965,2777,3.369,2823,3.665,2891,3.67,2965,2.965,3034,2.388,3127,3.67,3218,5.22,3222,2.477,3224,3.145,3241,3.67,3255,3.665,3287,3.369,3365,4.792,3495,3.145,3545,3.145,4297,3.369,4350,5.206,4387,3.67,4396,2.965,4415,2.816,4722,3.369,4784,3.67,5115,3.077,5159,2.816,5182,3.369,5185,2.576,5365,3.145,5372,2.816,5467,3.077,5519,3.145,5583,3.369,5619,3.145,5728,2.306,5759,3.145,5994,3.145,6026,3.67,6070,2.816,6344,3.67,6474,3.369,6748,3.67,6895,2.477,6897,3.824,6934,4.662,6935,4.126,6936,4.126,6937,4.126,6938,4.126,6939,4.126,6940,4.126,6941,5.22,6942,4.126,6943,4.126,6944,4.126,6945,4.126,6946,4.126,6947,4.792,6948,4.126,6949,4.126,6950,4.126,6951,4.126,6952,4.126,6953,3.67,6954,3.369,6955,3.67,6956,4.126,6957,4.126,6958,4.126,6959,4.126,6960,4.126,6961,4.126,6962,3.67,6963,4.126,6964,4.126,6965,4.126,6966,4.126,6967,4.126,6968,3.145,6969,3.369,6970,4.126,6971,4.126,6972,4.126,6973,4.126,6974,4.126,6975,3.67,6976,4.126,6977,4.126,6978,4.126,6979,4.126,6980,3.369,6981,4.126,6982,4.126,6983,4.126,6984,4.126,6985,4.126]],["tags/Exploring the AlterNet",[6986,3.301]],["title/Getting rid of trackers using LineageOS",[52,0.511,122,3.044,282,1.724,5598,3.966,6987,3.399]],["content/Getting rid of trackers using LineageOS",[1,1.358,5,1.484,6,0.99,13,1.844,14,1.008,16,2.981,17,1.627,19,0.318,27,0.857,28,1.083,36,2.59,50,0.827,51,2.11,52,0.855,59,1.994,65,1.756,74,0.99,79,0.924,81,1.844,87,1.332,95,2.59,101,1.311,102,3.409,109,1.503,113,1.103,121,1.603,122,2.831,131,1.064,144,1.124,157,1.716,172,2.11,180,1.569,182,1.358,199,1.941,203,1.332,210,2.243,216,1.567,223,1.725,234,2.4,276,1.569,288,1.413,297,1.569,312,1.472,315,1.257,317,1.844,330,2.05,378,1.124,407,1.994,441,1.472,444,1.941,457,1.385,517,1.431,565,4.02,586,1.891,621,1.281,627,1.891,630,1.233,667,2.59,705,1.569,713,2.49,745,2.59,909,1.941,913,1.751,922,1.785,925,2.59,930,2.437,946,2.4,949,2.4,1088,3.689,1213,2.831,1258,2.328,1272,2.483,1287,1.124,1294,1.413,1315,2.883,1331,1.677,1344,2.199,1437,4.02,1464,2.702,1469,2.59,1487,1.891,1539,1.941,1555,1.844,1582,2.831,1590,2.59,1597,2.4,1604,2.831,1609,2.174,1621,1.472,1631,2.243,1661,1.941,1673,2.831,1685,1.166,1744,2.981,1752,2.831,1762,1.413,1787,4.233,1809,4.163,1877,2.59,1945,3.536,1991,3.678,2032,2.49,2060,2.174,2121,3.386,2171,2.831,2411,2.4,2439,2.831,2532,3.161,2556,2.11,2594,3.161,2615,2.59,2666,2.59,2681,3.689,2689,3.088,2792,3.387,2823,3.678,2955,2.981,3034,3.409,3147,4.489,3179,3.161,3223,2.702,3262,3.838,3317,2.702,3365,3.387,3517,2.05,3525,3.387,4096,2.831,4502,5.239,4539,5.239,4934,3.387,5119,3.689,5140,4.02,5155,3.689,5167,4.489,5186,4.81,5191,2.831,5467,3.088,5611,3.689,5628,4.81,5718,3.387,5821,5.36,5829,4.02,6424,4.277,6518,3.161,6554,7.783,6600,3.387,6743,3.689,6851,3.689,6892,4.81,6968,3.161,6987,5.221,6988,3.689,6989,4.148,6990,4.148,6991,4.148,6992,4.148,6993,4.148,6994,4.148,6995,4.148,6996,4.148,6997,4.148,6998,4.148,6999,4.148,7000,3.689,7001,3.689,7002,4.148,7003,4.148,7004,4.148,7005,4.148,7006,4.148,7007,4.148,7008,4.148,7009,4.148,7010,4.148,7011,4.148,7012,4.148,7013,4.148,7014,4.148,7015,4.148,7016,7.458,7017,4.148,7018,6.85,7019,4.148,7020,4.148,7021,4.148,7022,4.148,7023,4.148,7024,4.148,7025,4.148,7026,4.148,7027,4.148,7028,5.891,7029,4.148,7030,4.148,7031,4.148,7032,4.148]],["tags/Getting rid of trackers using LineageOS",[5467,2.656]],["title/Lousy Wordpress Hacking Attempts detected",[2023,2.493,5118,2.785,5832,3.642,6050,3.399,7033,4.46]],["content/Lousy Wordpress Hacking Attempts detected",[6,1.002,17,0.916,19,0.32,27,0.868,39,2.075,50,0.837,73,0.916,76,1.659,84,1.965,86,1.778,96,1.737,116,1.375,131,2.251,156,1.659,168,2.066,191,3.017,252,2.075,278,3.115,297,1.588,375,1.251,452,1.778,477,1.737,596,3.596,910,2.018,913,1.248,916,2.735,921,2.621,1019,7.166,1129,5.48,1272,3.181,1296,4.338,1304,5.989,1391,2.271,1396,4.338,1403,3.017,1448,6.669,1450,3.2,1456,6.781,1476,2.429,1484,3.734,1487,1.914,1610,2.201,1657,2.018,1669,2.429,1744,3.017,1793,2.136,1969,4.27,2010,5.388,2121,2.937,2171,2.865,2217,3.428,2252,2.347,2407,2.271,2563,2.735,3123,3.017,3184,3.428,3494,3.2,4500,3.017,5115,3.115,5118,2.621,5150,3.734,5179,3.734,5473,2.735,5851,3.2,5999,2.735,6918,3.734,7034,4.198,7035,4.198,7036,4.198,7037,4.198,7038,4.198,7039,4.198,7040,4.198,7041,4.198,7042,4.198,7043,4.198,7044,4.198,7045,8.776,7046,8.776,7047,8.776,7048,4.198,7049,8.776,7050,8.776,7051,7.805,7052,5.941,7053,5.941,7054,8.629,7055,8.629,7056,4.198,7057,4.198,7058,4.198,7059,4.198,7060,4.198,7061,4.198,7062,4.198,7063,4.198,7064,4.198,7065,4.198,7066,4.198,7067,4.198,7068,4.198,7069,4.198,7070,4.198]],["tags/Lousy Wordpress Hacking Attempts detected",[]],["title/Teaching students about coding trends",[897,1.697,2300,2.018,3222,2.929,3481,2.639]],["content/Teaching students about coding trends",[5,1.54,10,1.342,11,2.472,17,0.954,19,0.33,21,2.53,23,3.323,26,1.31,27,1.579,28,1.142,30,2.53,41,2.531,42,1.809,47,2.917,50,0.872,69,2.531,70,1.852,73,0.954,74,1.044,77,2.171,79,0.952,83,1.619,103,1.619,113,1.163,127,3.539,150,2.217,188,2.293,196,1.654,199,2.047,203,2.264,253,2.293,263,1.351,275,1.253,276,1.654,297,1.654,311,2.61,315,1.853,343,3.89,347,3.89,388,1.768,400,3.571,404,1.276,422,1.995,442,2.985,452,1.852,457,2.043,476,1.751,482,3.671,487,2.602,517,1.063,700,2.445,722,2.225,754,2.626,813,2.731,851,2.731,885,2.366,902,2.103,922,1.853,925,2.731,948,2.85,952,1.301,958,3.143,983,2.366,987,2.531,1012,1.945,1018,2.472,1157,2.626,1196,3.333,1265,2.445,1281,0.842,1287,1.91,1297,2.531,1310,3.539,1344,1.404,1364,2.531,1367,1.719,1380,2.047,1424,1.768,1487,1.995,1531,2.531,1546,3.571,1597,2.531,1675,3.143,1685,1.229,1716,2.85,1719,1.351,1723,1.852,1740,2.293,1783,1.691,1929,2.531,1955,3.333,1995,3.89,1997,2.531,2075,4.777,2175,3.143,2180,3.333,2252,2.445,2300,1.809,2375,3.143,2415,2.731,2477,3.143,2557,3.89,2558,3.89,2678,3.89,2746,4.395,2789,4.661,2851,3.333,2943,2.531,3024,3.333,3033,2.531,3196,3.571,3222,4.233,3223,2.85,3239,1.654,3481,3.308,3820,4.993,3856,3.89,4296,3.333,4417,2.985,4424,2.985,4458,3.571,4531,3.89,5081,2.85,5105,2.626,5159,2.985,5185,2.731,5365,3.333,5413,2.162,5473,3.984,5514,3.333,6551,3.571,6596,3.89,6682,3.89,6934,4.174,7071,6.115,7072,4.374,7073,4.374,7074,4.374,7075,4.374,7076,3.89,7077,4.374,7078,4.374,7079,4.374,7080,3.89,7081,4.374,7082,4.374,7083,4.374,7084,4.374,7085,4.374,7086,4.374,7087,4.374,7088,4.374,7089,4.374,7090,4.374,7091,4.374,7092,4.374,7093,4.374,7094,4.374,7095,4.374,7096,6.115,7097,4.374,7098,4.374,7099,4.374,7100,4.374,7101,4.374,7102,4.374,7103,4.374,7104,4.374,7105,4.374,7106,6.115,7107,7.051,7108,4.374,7109,4.374,7110,4.374,7111,4.374,7112,4.374,7113,4.374,7114,4.374,7115,4.374,7116,4.374]],["tags/Teaching students about coding trends",[487,1.277,3222,2.25]],["title/The IndieWeb Mixed Bag",[999,3.116,2598,3.675,6897,3.508]],["content/The IndieWeb Mixed Bag",[5,1.072,6,1.016,10,1.055,17,1.309,18,1.683,19,0.323,21,1.341,28,1.112,29,1.854,39,2.105,41,2.464,42,2.482,52,0.488,74,1.658,75,1.315,79,0.81,82,2.232,83,1.576,96,1.761,104,1.155,113,1.132,149,1.803,156,2.372,157,1.761,160,2.047,168,2.087,175,1.683,188,2.232,196,1.61,203,1.367,208,2.166,211,2.047,221,3.477,223,1.072,233,2.38,240,1.132,253,3.146,275,1.219,276,2.27,282,1.646,288,1.451,312,1.511,315,1.29,330,2.966,372,2.885,375,0.896,378,1.153,388,1.721,404,2.028,435,2.232,443,2.372,452,2.541,579,2.668,627,1.942,676,4.573,723,2.38,782,2.106,788,2.774,827,4.096,881,2.166,889,3.477,897,2.087,909,3.253,920,1.893,930,1.761,940,3.245,950,3.477,952,1.784,979,1.893,984,2.303,1010,4.573,1018,2.809,1227,2.541,1277,1.543,1281,1.155,1287,1.626,1298,2.737,1299,2.556,1305,2.556,1355,3.787,1400,3.06,1413,1.721,1423,2.556,1437,2.906,1469,2.659,1479,3.477,1503,2.464,1510,2.464,1575,2.38,1581,1.893,1609,3.146,1617,2.556,1632,2.38,1646,1.847,1649,2.659,1655,3.253,1669,4.021,1709,2.232,1783,1.646,1786,3.787,1793,2.166,1876,2.659,1928,2.464,1948,1.803,1967,1.175,2009,3.245,2043,4.096,2078,2.906,2085,2.232,2116,2.659,2133,1.993,2142,2.906,2147,2.047,2180,3.245,2306,3.245,2478,2.774,2656,3.787,2658,3.787,2783,2.105,2796,2.38,2865,4.994,2879,2.32,3077,3.477,3230,3.245,3265,3.477,3517,2.105,3526,2.906,3537,3.06,4318,3.787,4411,5.337,4417,2.906,4422,3.787,4943,2.659,5081,2.774,5099,4.9,5115,4.17,5118,4.339,5240,3.245,5405,3.06,5469,3.06,6535,3.06,6770,3.787,6895,4.776,6897,4.527,6934,2.906,6941,3.787,6947,3.477,6955,3.787,7117,4.258,7118,4.258,7119,4.258,7120,4.258,7121,4.258,7122,4.258,7123,4.258,7124,4.258,7125,4.258,7126,4.258,7127,4.258,7128,4.258,7129,4.258,7130,4.258,7131,4.258,7132,4.258,7133,4.258,7134,4.258,7135,4.258,7136,4.258,7137,4.258,7138,4.258,7139,4.258,7140,4.258,7141,4.258,7142,5.296,7143,4.258,7144,4.258,7145,4.258,7146,4.258,7147,4.258,7148,4.258,7149,4.258,7150,4.258,7151,6.001,7152,4.258,7153,3.477,7154,4.258,7155,4.258,7156,3.477,7157,4.258,7158,3.245,7159,4.258,7160,4.258,7161,4.258,7162,4.258,7163,3.787,7164,4.258]],["tags/The IndieWeb Mixed Bag",[2147,1.802,5467,1.965]],["title/Discord killed support for WinXP",[2879,1.886,4952,3.984,6072,2.929,7165,4.339]],["content/Discord killed support for WinXP",[0,1.319,1,1.293,4,2.371,5,1.679,7,2.894,14,0.96,17,0.862,19,0.307,20,2.248,24,1.197,26,0.846,27,0.817,28,1.032,37,2.208,40,3.292,50,0.788,52,0.836,69,3.292,70,1.673,74,0.942,79,0.768,81,1.756,82,2.071,83,1.462,87,2.141,94,1.244,98,1.07,101,0.694,103,1.462,104,1.095,132,1.494,150,1.432,153,3.077,160,1.899,184,1.953,198,3.225,209,2.466,217,1.22,234,2.286,240,1.051,263,1.22,271,1.849,275,1.131,277,1.462,293,1.268,297,1.494,312,1.402,315,2.02,320,2.062,361,3.392,368,1.899,375,0.831,377,3.513,397,3.513,435,2.071,437,2.892,441,2.019,444,1.849,457,1.319,484,1.953,627,2.594,677,2.839,749,2.286,754,2.371,782,1.724,786,3.01,794,3.882,853,1.756,854,2.071,909,1.849,913,1.691,925,2.466,948,2.573,949,2.286,979,1.756,984,2.137,1012,1.756,1159,2.573,1227,1.673,1272,1.432,1276,2.594,1281,1.095,1286,4.343,1287,1.07,1289,1.791,1290,2.466,1294,1.346,1317,2.662,1335,2.286,1337,1.756,1346,2.137,1352,2.466,1368,4.088,1399,2.466,1401,1.899,1418,1.801,1424,1.597,1464,2.573,1486,2.882,1487,1.801,1531,2.286,1532,2.01,1535,2.137,1576,2.466,1584,3.04,1604,2.696,1632,2.208,1643,2.071,1653,1.801,1676,2.01,1678,1.899,1762,2.272,1782,2.573,1793,2.894,1883,2.371,1900,4.088,1901,2.573,1945,2.371,1967,1.09,1991,3.552,2023,3.18,2032,2.371,2059,3.01,2075,2.208,2118,2.696,2123,2.696,2137,3.01,2145,3.706,2295,2.696,2363,2.839,2376,1.374,2386,2.573,2388,2.286,2469,2.573,2473,2.208,2477,2.839,2574,2.01,2643,2.982,2702,2.573,2795,2.839,2879,1.527,2933,3.01,2955,2.839,2969,3.01,3176,2.696,3192,3.225,3223,3.706,3239,1.494,3255,5.027,3535,2.208,3708,3.01,4350,3.01,4525,3.243,4559,3.225,4811,5.059,4947,3.01,5105,2.371,5115,2.071,5140,2.696,5141,2.696,5176,3.01,5180,3.513,5187,3.513,5280,3.513,5312,3.225,5413,1.953,5482,3.882,5496,3.225,5728,2.208,5788,2.839,5874,3.01,5939,3.225,5945,4.645,6050,3.01,6057,2.696,6273,4.335,6396,3.513,6500,3.513,6651,3.513,6681,3.513,6728,3.513,6739,3.513,6934,2.696,6980,4.645,7165,6.875,7166,3.95,7167,3.95,7168,3.95,7169,5.688,7170,3.95,7171,3.95,7172,3.95,7173,3.95,7174,3.95,7175,3.95,7176,3.95,7177,3.95,7178,3.95,7179,3.95,7180,3.95,7181,5.688,7182,3.95,7183,3.95,7184,3.95,7185,3.95,7186,3.95,7187,3.95,7188,3.95,7189,3.95,7190,3.95,7191,3.95,7192,6.666,7193,3.95,7194,3.95,7195,5.688,7196,3.95,7197,3.95,7198,3.95,7199,3.95,7200,3.95,7201,3.95,7202,3.95,7203,3.95,7204,3.95,7205,3.95,7206,3.95,7207,3.95,7208,3.95,7209,3.225,7210,3.95,7211,3.95]],["tags/Discord killed support for WinXP",[2376,1.762]],["title/Exploring the Go programming language",[14,1.185,23,2.018,234,2.823,487,1.663]],["content/Exploring the Go programming language",[1,1.872,5,1.439,6,1.364,10,0.699,11,1.607,14,2.162,18,1.571,19,0.394,20,1.571,21,2.107,23,3.519,27,0.822,39,1.965,65,1.684,67,1.861,73,0.867,74,1.364,75,1.765,79,0.537,87,1.277,107,4.567,113,1.058,116,1.302,121,1.537,124,2.714,131,1.02,136,2.857,155,2.857,158,0.966,179,1.077,180,2.162,196,1.504,209,2.483,216,1.058,224,4.356,228,3.536,234,2.301,240,1.058,262,3.03,275,1.139,276,1.504,278,1.411,288,1.355,297,1.504,309,2.084,315,2.348,316,3.03,320,1.441,326,2.387,363,4.809,372,1.912,378,1.077,404,1.16,418,1.725,428,2.483,437,2.479,441,2.029,442,2.714,444,1.861,450,2.59,464,3.536,472,2.531,475,3.253,476,1.139,484,1.965,487,2.28,492,1.912,501,2.857,518,3.217,567,3.724,579,1.768,591,2.084,596,1.607,631,2.301,667,4.178,674,3.03,739,2.483,746,3.247,782,1.205,799,2.59,806,3.092,844,2.857,851,3.569,881,2.023,897,1.988,928,3.536,939,3.03,957,3.247,959,2.301,984,2.151,999,2.301,1009,2.023,1023,3.247,1024,4.356,1128,2.857,1190,1.912,1191,2.116,1227,1.684,1265,2.222,1272,1.441,1281,1.1,1287,1.077,1294,1.355,1305,2.387,1339,3.536,1413,2.31,1424,1.607,1487,1.813,1503,2.301,1532,2.023,1581,1.768,1584,3.051,1646,2.479,1685,1.118,1716,2.59,1742,2.483,1773,3.536,1792,1.912,1809,2.023,1850,2.59,1856,1.965,1940,3.536,1943,1.725,1960,2.996,1980,3.03,1981,1.537,1983,2.483,1988,4.108,1996,3.536,2003,3.247,2015,4.108,2060,2.084,2085,2.084,2102,2.387,2147,1.912,2180,3.03,2184,2.483,2300,1.645,2313,2.714,2337,2.151,2372,2.301,2380,3.03,2431,2.483,2439,2.714,2457,3.536,2541,3.03,2595,3.536,2598,2.714,2711,3.03,2713,2.857,2773,2.301,2804,2.301,2852,2.483,2879,1.537,2974,3.536,2978,3.03,2984,2.59,3033,2.301,3113,3.536,3143,2.387,3222,2.387,3262,3.724,3481,3.092,3483,3.03,3535,2.222,4310,3.536,4315,3.247,4373,3.247,4689,3.03,4799,4.108,5081,2.59,5105,2.387,5112,4.809,5141,2.714,5143,2.483,5159,2.714,5279,2.714,5619,3.03,5702,3.536,5735,3.536,5851,3.03,5997,3.247,6032,3.247,6037,3.247,6385,3.247,6490,3.03,6535,2.857,6708,3.536,6729,3.536,6756,3.536,6895,2.387,6897,2.59,6934,2.714,7051,3.536,7076,3.536,7163,3.536,7212,3.976,7213,3.976,7214,3.976,7215,3.976,7216,3.976,7217,3.976,7218,3.976,7219,3.976,7220,3.976,7221,3.976,7222,3.976,7223,3.976,7224,3.976,7225,5.715,7226,3.976,7227,3.976,7228,3.536,7229,3.976,7230,3.976,7231,3.976,7232,5.715,7233,3.976,7234,3.976,7235,3.976,7236,3.976,7237,3.976,7238,3.976,7239,3.976,7240,3.976,7241,3.976]],["tags/Exploring the Go programming language",[472,1.125,475,1.322,649,1.47]],["title/Using Hugo to Launch a Gemini Capsule",[52,0.511,2407,2.412,6986,2.906,7242,3.642,7243,3.966]],["content/Using Hugo to Launch a Gemini Capsule",[0,1.366,1,1.34,5,1.712,6,1.392,11,2.358,14,1.8,18,1.617,19,0.366,23,1.692,27,1.406,28,1.523,30,1.692,50,1.164,52,0.78,67,1.915,73,0.892,76,2.305,77,1.452,79,0.552,81,1.819,94,1.288,97,2.145,101,1.195,104,1.123,109,1.483,113,1.088,116,2.226,119,2.94,126,2.081,132,2.206,137,3.341,144,1.108,156,3.097,158,1.417,223,1.469,224,3.118,234,2.367,240,1.552,253,2.145,275,1.172,276,1.547,277,1.514,278,2.071,288,1.394,309,2.145,315,1.768,317,1.819,318,2.456,322,2.792,368,3.269,372,1.967,375,1.228,392,2.367,409,2.159,413,2.213,416,1.866,422,1.866,455,1.483,465,2.081,596,2.358,614,2.145,627,1.866,628,2.145,630,1.216,677,4.886,782,1.24,797,2.213,910,1.967,920,3.023,922,1.768,959,2.367,986,1.34,988,2.456,1012,1.819,1060,2.081,1076,2.94,1227,1.732,1277,2.686,1287,2.008,1297,2.367,1313,2.53,1332,2.456,1333,1.915,1364,2.367,1368,2.94,1396,4.027,1405,3.639,1424,2.358,1480,3.642,1503,2.367,1539,1.915,1584,2.66,1588,2.665,1609,2.145,1610,3.058,1621,1.452,1631,2.213,1661,1.915,1664,2.555,1669,3.934,1719,1.264,1775,2.213,1792,1.967,1793,2.081,1870,2.456,1879,2.081,1956,3.118,1962,4.446,2010,2.555,2055,3.639,2085,2.145,2304,2.555,2321,3.118,2407,2.213,2450,3.341,2461,2.287,2473,2.287,2534,2.792,2592,2.555,2659,2.94,2717,3.341,2794,3.118,2823,2.555,2967,2.792,3002,4.446,3006,3.341,3143,2.456,3188,2.94,3494,4.446,3517,2.884,3525,3.341,3937,3.341,4315,3.341,4397,3.118,4580,3.639,4711,2.94,4739,2.792,4790,2.792,4944,3.639,5086,3.341,5112,4.192,5115,3.058,5143,4.245,5159,2.792,5279,2.792,5371,3.639,5372,2.792,5789,3.639,5980,3.341,6233,3.639,6561,3.639,6930,2.94,6933,3.639,6934,2.792,6986,6.088,7209,3.341,7228,3.639,7243,6.047,7244,4.091,7245,2.555,7246,4.091,7247,4.091,7248,4.091,7249,4.091,7250,4.091,7251,4.091,7252,4.091,7253,4.091,7254,5.833,7255,4.091,7256,5.833,7257,4.091,7258,4.091,7259,4.091,7260,4.091,7261,4.091,7262,4.091,7263,4.091,7264,4.091,7265,4.091,7266,4.091,7267,4.091,7268,4.091,7269,4.091,7270,4.091,7271,4.091,7272,4.091,7273,4.091,7274,4.091,7275,4.091,7276,4.091,7277,4.091,7278,4.091]],["tags/Using Hugo to Launch a Gemini Capsule",[2147,1.802,6986,2.442]],["title/Archive by year: 2021",[6,1.285,477,2.227,4459,3.362]],["content/Archive by year: 2021",[19,0.473,477,3.191,4459,4.818]],["tags/Archive by year: 2021",[]],["title/Freshly Baked Thoughts",[3,2.177,910,2.589,956,4.397]],["content/Freshly Baked Thoughts",[3,2.651,11,2.651,19,0.354,21,2.065,27,1.356,42,2.713,73,1.739,103,2.428,104,1.534,150,2.377,211,3.153,240,1.744,253,3.438,365,3.069,368,3.153,402,4.998,452,2.777,482,3.937,782,1.987,910,3.832,922,1.987,930,2.713,1289,2.065,1325,2.99,1598,4.312,1719,2.026,2160,3.937,2300,3.297,2304,4.095,2358,4.272,2455,3.795,2461,3.666,2474,4.272,2590,4.095,2874,5.355,3022,5.832,3158,4.476,3161,3.937,5112,4.713,5691,5.832,6969,5.355,7279,6.558,7280,6.558,7281,6.558,7282,5.832,7283,5.355,7284,5.832,7285,5.832,7286,6.558,7287,6.558,7288,6.558,7289,6.558,7290,5.832,7291,6.558]],["tags/Freshly Baked Thoughts",[]],["title/amchart renderer",[5482,4.1,7292,6.008]],["content/amchart renderer",[5,1.003,19,0.519,295,3.905,478,2.911,516,4.571,517,0.967,564,3.623,586,3.054,725,2.226,810,4.842,965,1.969,1293,3.728,1344,1.837,1391,3.96,1948,1.687,2211,3.542,2675,5.089,2704,3.542,3097,5.104,3903,3.035,3906,2.862,4384,4.361,5478,2.862,6130,6.511,6517,5.089,7293,3.983,7294,3.983,7295,3.983,7296,3.983,7297,3.983,7298,3.983,7299,3.983,7300,7.321,7301,5.722,7302,7.321,7303,3.983,7304,3.983,7305,5.722,7306,3.983,7307,7.321,7308,3.983,7309,5.722,7310,5.722,7311,6.697,7312,8.317,7313,5.722,7314,3.983,7315,5.722,7316,3.983,7317,5.722,7318,5.722,7319,3.983,7320,6.697,7321,5.722,7322,3.983,7323,5.722,7324,7.321,7325,5.722,7326,5.722,7327,5.722,7328,5.722,7329,5.722,7330,3.983,7331,5.722,7332,6.697,7333,6.697,7334,3.983,7335,5.722,7336,3.983,7337,5.722,7338,3.983,7339,3.983,7340,3.983,7341,3.983,7342,3.983,7343,6.697,7344,6.697,7345,3.983,7346,3.983,7347,3.983,7348,5.722,7349,6.697,7350,5.722,7351,6.697,7352,3.983,7353,3.983,7354,5.722,7355,6.697,7356,5.722,7357,6.697,7358,3.983,7359,5.722,7360,3.983,7361,3.983,7362,3.983,7363,3.983,7364,5.722,7365,3.983,7366,3.983,7367,3.983,7368,3.983,7369,6.697,7370,3.983,7371,5.722,7372,3.983,7373,3.983,7374,5.722,7375,5.722,7376,3.983,7377,5.722,7378,3.983,7379,3.983,7380,3.983,7381,3.983,7382,3.983,7383,3.983,7384,5.722,7385,3.983,7386,3.983,7387,3.983,7388,3.983,7389,3.983,7390,3.983,7391,3.983,7392,3.983,7393,3.983,7394,3.983,7395,3.983,7396,3.983,7397,3.983,7398,3.983,7399,3.983,7400,3.983,7401,3.983,7402,3.983,7403,3.983,7404,3.983,7405,3.983,7406,3.983,7407,3.983,7408,3.983,7409,3.983,7410,3.983,7411,3.983,7412,3.983,7413,3.983,7414,3.983,7415,3.983,7416,3.983,7417,3.983,7418,3.983,7419,3.983,7420,3.983,7421,3.983,7422,3.983,7423,3.983,7424,3.983,7425,3.983,7426,3.983,7427,3.983,7428,3.983,7429,3.983,7430,3.983,7431,3.983,7432,3.983,7433,3.983,7434,3.983,7435,3.983,7436,3.983,7437,3.983,7438,3.983,7439,3.983,7440,3.983,7441,3.983,7442,3.983]],["tags/amchart renderer",[]],["title/@rubenerd just installed my own Pleroma server to say hi! Big fan of your micro-blog for ages here.",[156,1.163,175,1.163,182,0.964,938,2.115,1315,1.138,1396,1.455,5397,1.838,6422,2.243,7443,2.943,7444,2.403,7445,2.115]],["content/@rubenerd just installed my own Pleroma server to say hi! Big fan of your micro-blog for ages here.",[156,2.9,175,2.9,938,5.274,1315,2.837,1344,2.356,1396,3.628,2133,3.435,2510,3.108,5397,4.582,6422,5.593,7444,5.992,7445,5.274,7446,7.339,7447,4.247,7448,4.247,7449,4.247,7450,7.339,7451,6.527,7452,6.527,7453,7.339]],["tags/@rubenerd just installed my own Pleroma server to say hi! Big fan of your micro-blog for ages here.",[]],["title/Hi @laura thanks to your https://laurakalbag.com/what-is-mastodon-and-why-should-i-use-it/ I dipp...",[52,0.436,81,1.692,5576,3.385,6930,2.735,7445,2.735,7454,3.806,7455,3.806]],["content/Hi @laura thanks to your https://laurakalbag.com/what-is-mastodon-and-why-should-i-use-it/ I dipp...",[19,0.374,25,2.462,52,0.945,81,3.084,180,2.623,210,3.752,332,5.664,667,4.331,745,4.331,1018,2.804,1344,2.227,2133,3.247,2147,3.335,2510,2.937,2640,3.877,3005,5.286,5405,4.985,5467,3.636,5479,4.331,5872,6.169,6526,5.286,6930,5.925,6988,6.169,7158,5.286,7447,4.014,7448,4.014,7449,4.014,7456,6.936,7457,6.936,7458,6.169,7459,6.169,7460,6.936,7461,6.936,7462,6.936,7463,6.936,7464,6.936,7465,6.936]],["tags/Hi @laura thanks to your https://laurakalbag.com/what-is-mastodon-and-why-should-i-use-it/ I dipp...",[]],["title/Just saying hi @kogakure 👋 getting my feet wet with decentralized “tooting” (although I opted for...",[19,0.159,282,1.138,396,2.115,2887,2.403,4788,2.403,5728,1.645,6526,2.243,7245,1.838,7445,2.115,7466,2.943,7467,2.618]],["content/Just saying hi @kogakure 👋 getting my feet wet with decentralized “tooting” (although I opted for...",[19,0.387,199,3.363,282,2.777,396,5.164,1315,2.777,1344,2.307,2133,3.363,2510,3.043,2887,5.867,4788,5.867,5108,4.681,5479,4.486,5728,4.016,6526,5.476,7245,4.486,7444,5.867,7445,5.164,7447,4.158,7448,4.158,7449,4.158,7467,6.39,7468,7.185,7469,7.185,7470,7.185,7471,7.185,7472,7.185,7473,7.185]],["tags/Just saying hi @kogakure 👋 getting my feet wet with decentralized “tooting” (although I opted for...",[]],["title/Has anyone else noticed posted links on Twitter get re-encoded into t.co URLs in order to gather ...",[19,0.15,168,0.969,452,1.18,996,2.123,1018,1.126,1064,1.612,1643,1.46,2133,1.304,2492,1.739,6954,2.274,7158,2.123,7474,2.785]],["content/Has anyone else noticed posted links on Twitter get re-encoded into t.co URLs in order to gather ...",[101,1.278,102,4.208,103,2.692,158,1.767,168,2.529,452,3.08,979,3.233,996,5.542,1018,2.939,1064,4.208,1344,2.335,1643,3.812,2133,3.404,2492,5.293,6311,6.468,6954,5.938,7158,5.542,7475,7.272,7476,7.272,7477,7.272,7478,5.542,7479,7.272]],["tags/Has anyone else noticed posted links on Twitter get re-encoded into t.co URLs in order to gather ...",[]],["title/Trying to wrap my mind around WebMentions and how I could implement them without resorting to a t...",[375,0.699,457,1.109,1298,1.514,1655,1.554,1875,1.993,1981,1.283,2817,2.386,5278,2.163,6895,1.993]],["content/Trying to wrap my mind around WebMentions and how I could implement them without resorting to a t...",[52,0.826,75,2.226,79,0.973,156,2.848,278,2.558,375,1.517,457,2.407,983,3.898,1018,2.913,1298,3.286,1631,3.898,1655,3.373,1875,4.326,1981,2.786,2407,3.898,2783,3.562,4642,4.695,5278,4.695,5403,5.884,6895,5.366,7480,7.207,7481,7.207,7482,7.207,7483,7.207]],["tags/Trying to wrap my mind around WebMentions and how I could implement them without resorting to a t...",[]],["title/Okay, so sending involves Webmention.app and IFTTT to poll my RSS feed (According to https://www....",[405,1.744,446,1.587,1437,2.129,1950,1.948,2556,1.587,6556,1.948,7484,3.12,7485,2.775,7486,2.775,7487,3.12]],["content/Okay, so sending involves Webmention.app and IFTTT to poll my RSS feed (According to https://www....",[158,1.783,405,4.102,446,3.734,1437,5.009,1950,4.582,2556,3.734,2729,6.527,3033,4.247,6556,4.582,6895,5.116,6975,6.527,7485,6.527,7486,6.527,7488,7.339,7489,7.339,7490,7.339,7491,7.339,7492,7.339,7493,7.339]],["tags/Okay, so sending involves Webmention.app and IFTTT to poll my RSS feed (According to https://www....",[]],["title/I pulled the Google plug and installed LineageOS: https://brainbaking.com/post/2021/03/getting-ri...",[1315,1.471,1752,2.598,1809,1.936,2553,3.108,2955,2.735,6987,2.901,7494,3.806]],["content/I pulled the Google plug and installed LineageOS: https://brainbaking.com/post/2021/03/getting-ri...",[28,1.838,52,0.954,122,5.675,182,2.305,211,3.384,627,3.209,930,2.911,1315,2.72,1344,2.26,1352,4.394,1396,3.479,1752,4.803,1809,3.581,2469,4.585,2640,3.934,2955,5.058,3034,4.812,5467,3.69,6603,6.259,6929,6.259,6987,6.338,7495,7.038,7496,7.038,7497,7.038,7498,7.038,7499,6.259,7500,6.259,7501,6.259,7502,6.259,7503,6.259]],["tags/I pulled the Google plug and installed LineageOS: https://brainbaking.com/post/2021/03/getting-ri...",[]],["title/Heads up RSS feed readers of brainbaking.com! Federated half-baked thoughts (https://brainbaking....",[3,1.19,27,0.609,392,1.703,405,1.645,910,1.415,2488,1.838,3161,1.767,6556,1.838,7504,2.943,7505,2.618,7506,2.943]],["content/Heads up RSS feed readers of brainbaking.com! Federated half-baked thoughts (https://brainbaking....",[3,2.845,13,3.129,19,0.379,27,1.719,91,3.209,315,2.133,392,4.072,404,2.053,405,3.934,506,3.807,910,3.384,1555,3.129,1649,4.394,2488,4.394,2715,5.058,3028,5.747,3033,4.072,3161,4.225,6556,4.394,6583,6.259,6895,4.225,6953,6.259,7153,5.747,7156,5.747,7283,5.747,7478,5.364,7505,6.259,7507,6.259,7508,6.259,7509,6.259,7510,6.259,7511,7.038,7512,7.038]],["tags/Heads up RSS feed readers of brainbaking.com! Federated half-baked thoughts (https://brainbaking....",[]],["title/Dog-walk thought: how cool would it be if the Nintendo Switch would support publishing screenshot...",[3,1.342,881,1.689,1227,1.406,2116,2.073,2682,2.163,2879,1.283,2902,2.53,2907,2.386,3517,1.641]],["content/Dog-walk thought: how cool would it be if the Nintendo Switch would support publishing screenshot...",[3,2.812,10,1.223,19,0.445,36,4.344,52,0.798,109,2.521,175,2.749,404,2.41,881,3.539,965,4.082,1227,2.946,1783,2.689,2085,3.647,2116,4.344,2125,4.748,2682,4.532,2879,3.192,2902,5.302,2907,4.999,3517,3.439,4400,4.999,7153,5.68,7156,5.68,7478,5.302,7513,6.956,7514,6.956,7515,6.956,7516,6.956,7517,6.956,7518,6.956,7519,6.956,7520,6.956,7521,6.956,7522,6.956]],["tags/Dog-walk thought: how cool would it be if the Nintendo Switch would support publishing screenshot...",[]],["title/I spent some time with Yarn/Jest/ES2019, it felt good to be programming again. I am developing a ...",[17,0.724,19,0.179,98,0.899,443,1.312,476,0.951,487,1.131,2342,2.266,5363,2.386,7523,2.952]],["content/I spent some time with Yarn/Jest/ES2019, it felt good to be programming again. I am developing a ...",[13,3.273,17,1.606,98,1.994,317,3.273,443,2.909,476,2.108,487,2.509,649,3.639,1227,3.117,1367,2.069,2342,5.024,3214,3.982,3239,2.784,4461,4.596,5363,5.29,5374,5.61,7478,5.61,7523,6.547,7524,7.361]],["tags/I spent some time with Yarn/Jest/ES2019, it felt good to be programming again. I am developing a ...",[]],["title/I just learned about https://www.inklestudios.com/ink/ a scripting language used in story-heavy a...",[21,1.199,23,1.574,52,0.436,1028,2.377,1391,2.059,1993,2.598,7525,3.806]],["content/I just learned about https://www.inklestudios.com/ink/ a scripting language used in story-heavy a...",[21,2.269,23,2.981,52,0.826,278,2.558,476,2.064,1028,4.5,1251,6.409,1391,3.898,1993,4.918,2376,2.506,2495,5.492,2510,3.052,3133,5.884,7526,7.207,7527,7.207,7528,7.207,7529,7.207,7530,7.207,7531,7.207,7532,7.207,7533,7.207,7534,7.207,7535,7.207,7536,7.207,7537,7.207,7538,7.207]],["tags/I just learned about https://www.inklestudios.com/ink/ a scripting language used in story-heavy a...",[]],["title/https://forth-standard.org/ - yet another programming language I need to take a look at? That lis...",[22,0.933,23,1.373,73,0.724,207,2.71,216,0.883,223,0.836,487,1.131,7539,3.319,7540,2.952]],["content/https://forth-standard.org/ - yet another programming language I need to take a look at? That lis...",[22,2.101,23,3.092,73,1.631,216,1.988,223,1.883,487,2.548,902,3.594,1783,2.89,2697,3.803,5191,5.102,7540,6.649,7541,7.475,7542,7.475,7543,7.475]],["tags/https://forth-standard.org/ - yet another programming language I need to take a look at? That lis...",[]],["title/I've been fiddling with IndieWeb stuff the last week and all in all, I think it's a mixed...",[18,1.312,99,1.203,113,0.883,430,1.44,999,1.921,2085,1.74,6897,2.163,7544,2.952,7545,2.71]],["content/I've been fiddling with IndieWeb stuff the last week and all in all, I think it's a mixed...",[18,2.695,19,0.368,50,1.36,55,2.958,99,2.471,113,1.813,121,2.635,168,2.371,180,2.579,320,2.471,430,2.958,999,5.054,1344,2.189,1735,5.567,1856,3.37,1951,4.442,2085,3.574,2133,3.191,2510,2.887,2598,5.569,2879,2.635,3517,3.37,3535,3.811,6897,5.69,7447,3.945,7448,3.945,7449,3.945,7544,6.064,7545,6.663,7546,6.818,7547,6.818,7548,6.818,7549,6.818,7550,6.818,7551,6.818,7552,6.818,7553,6.818,7554,6.818,7555,6.818]],["tags/I've been fiddling with IndieWeb stuff the last week and all in all, I think it's a mixed...",[]],["title/@eli_oat a serious fire destroyed the data center ...",[19,0.205,235,2.377,1344,1.222,5374,2.901,6906,3.108,7556,3.385,7557,3.385]],["content/@eli_oat a serious fire destroyed the data center ...",[5,1.742,10,1.216,29,2.136,114,4.506,231,5.271,235,4.319,240,1.84,275,1.981,288,2.357,430,3,442,4.72,757,4.606,943,6.151,988,4.152,1001,4.971,1315,2.673,1344,2.643,1426,6.151,2133,3.237,2510,2.929,5108,4.506,5277,4.971,5374,5.271,5479,4.319,6683,5.647,6906,5.647,6930,4.971,7447,4.002,7448,4.002,7449,4.002,7545,5.647,7557,6.151,7558,6.151,7559,6.151,7560,6.151,7561,6.916,7562,6.916]],["tags/@eli_oat a serious fire destroyed the data center ...",[]],["title/Great, I can ditch lazysizes.js! Didn't know about...",[24,1.351,157,1.845,1661,2.087,6968,3.399,7563,3.966]],["content/Great, I can ditch lazysizes.js! Didn't know about...",[24,2.184,76,2.848,98,1.952,157,2.981,320,2.612,491,4.29,1232,4.17,1661,3.373,2121,4.168,2879,2.786,3255,4.5,5975,7.024,6968,5.492,7563,6.409,7564,7.207,7565,7.207,7566,7.207,7567,7.207,7568,7.207,7569,7.207,7570,7.207]],["tags/Great, I can ditch lazysizes.js! Didn't know about...",[]],["title/Enjoyed an afternoon of oldskool Diablo II on the ...",[19,0.221,258,2.466,2145,2.676,6273,3.13,7571,3.653,7572,3.653]],["content/Enjoyed an afternoon of oldskool Diablo II on the ...",[17,1.357,79,0.839,98,1.685,258,3.733,485,6.862,627,2.836,1064,3.598,1258,2.458,1287,1.685,1396,3.074,1955,4.739,1972,3.883,2121,3.814,2145,4.051,3906,5.545,4151,5.266,5478,6.604,6273,4.739,6562,5.88,6578,5.88,7245,4.817,7571,5.531,7572,5.531,7573,6.218,7574,6.218,7575,6.218,7576,6.218,7577,6.218,7578,5.078,7579,6.218,7580,7.715,7581,7.715,7582,7.715,7583,7.715,7584,8.771,7585,7.715,7586,6.3,7587,7.715,7588,6.218,7589,6.3,7590,6.218,7591,7.715,7592,7.715,7593,7.715,7594,7.715,7595,7.715,7596,7.715,7597,7.715,7598,6.218]],["tags/Enjoyed an afternoon of oldskool Diablo II on the ...",[]],["title/So, we rewrote our CS courses in Markdown. I'm loo...",[203,1.319,1967,1.133,2385,2.296,3530,3.354,7599,3.653,7600,4.107]],["content/So, we rewrote our CS courses in Markdown. I'm loo...",[10,1.403,26,1.409,29,2.031,42,2.72,50,1.312,73,1.434,96,2.72,101,1.156,144,1.781,165,2.031,203,2.111,219,3.641,223,1.656,240,1.749,288,2.241,472,2.487,475,2.924,518,3.162,621,2.031,1322,5.848,1333,3.078,1967,1.814,2078,4.488,2113,3.251,2385,3.676,2694,5.011,2879,3.086,3259,7.647,3481,3.557,3530,5.369,3535,3.676,5512,6.085,6385,5.369,6962,5.848,7599,5.848,7601,6.576,7602,6.576,7603,6.576,7604,6.576,7605,6.576,7606,6.576,7607,6.576,7608,6.576,7609,6.576,7610,6.576,7611,7.984,7612,7.984,7613,6.576,7614,6.576,7615,6.576]],["tags/So, we rewrote our CS courses in Markdown. I'm loo...",[]],["title/You are a product of your environment. Eventually...",[270,3.362,1499,2.081,2793,3.87]],["content/You are a product of your environment. Eventually...",[3,2.748,5,1.712,6,1.622,10,1.195,42,2.812,104,1.308,188,3.564,211,3.269,223,1.712,270,5.087,312,2.414,412,2.879,586,3.1,1289,2.141,1344,2.616,1499,2.628,1510,3.934,2133,3.813,2510,3.45,2793,4.886,4342,6.047,4799,4.886,4962,5.182,5479,5.087,7447,4.714,7448,4.714,7449,4.714,7458,6.047,7459,6.047,7616,6.799,7617,6.799,7618,6.799,7619,6.799,7620,6.799,7621,6.799,7622,6.799,7623,6.799,7624,6.799]],["tags/You are a product of your environment. Eventually...",[]],["title/Today, I tried to open a gemini:// link in my webb...",[84,1.922,375,0.864,1018,1.66,1272,1.489,6986,2.676,7625,4.107]],["content/Today, I tried to open a gemini:// link in my webb...",[20,2.773,24,2.126,26,1.504,84,3.284,101,1.233,104,1.35,223,1.767,234,4.061,253,3.679,315,2.126,375,1.477,412,3.515,677,5.043,913,2.086,984,3.796,1018,2.837,1272,2.543,1661,3.284,1685,1.972,2394,4.572,2495,5.348,5766,3.469,5927,6.241,5999,4.572,6986,4.572,7626,7.017,7627,7.017,7628,7.017,7629,7.017,7630,7.017,7631,7.017,7632,7.017,7633,7.017,7634,7.017]],["tags/Today, I tried to open a gemini:// link in my webb...",[]],["title/I changed my mind on my toot syndication to brainb...",[312,1.583,1981,1.724,7142,3.399,7245,2.785,7635,4.46]],["content/I changed my mind on my toot syndication to brainb...",[27,1.499,297,2.742,312,2.574,315,2.197,357,5.525,405,4.052,564,4.577,988,4.352,1981,2.802,2053,5.92,2295,4.948,5105,4.352,6556,4.527,7142,5.525,7245,4.527,7507,6.448,7508,6.448,7509,6.448,7510,6.448,7636,7.25,7637,7.97]],["tags/I changed my mind on my toot syndication to brainb...",[]],["title/Someone made a Slack client on Windows 3.1? https:...",[25,1.351,82,1.995,1304,2.598,1486,1.504,5159,2.598,5964,3.108,7638,3.385]],["content/Someone made a Slack client on Windows 3.1? https:...",[5,2.055,11,2.756,25,2.42,82,3.574,253,3.574,375,1.435,517,2.199,518,3.278,630,2.426,897,2.371,952,2.426,1304,5.569,1313,2.958,1486,2.695,1584,3.109,1655,3.191,1852,6.663,1991,5.095,2717,5.567,3084,5.567,4790,5.569,5766,3.37,5964,5.567,7638,7.767,7639,6.818,7640,6.818,7641,6.818,7642,6.818,7643,6.818,7644,6.818,7645,6.818,7646,6.818,7647,6.818]],["tags/Someone made a Slack client on Windows 3.1? https:...",[]],["title/Yesterday, I logged in on someone's Commodore 64 B...",[784,3.13,2118,2.803,4456,3.354,5788,2.952,6626,3.354,7648,3.653]],["content/Yesterday, I logged in on someone's Commodore 64 B...",[10,1.252,18,2.814,19,0.384,84,3.333,150,2.581,965,3.52,1344,2.287,1396,3.52,2118,4.86,2133,3.333,2137,5.427,2510,3.016,2711,5.427,4456,5.815,5479,4.447,5788,5.118,6626,5.815,7209,5.815,7447,4.121,7448,4.121,7449,4.121,7451,6.333,7452,6.333,7637,6.333,7648,6.333,7649,7.121,7650,7.121,7651,7.121,7652,7.121,7653,7.121]],["tags/Yesterday, I logged in on someone's Commodore 64 B...",[]],["title/36 hours later, the bread sings. @eli_oat",[200,2.03,877,1.782,916,2.676,7556,3.653,7586,3.354,7654,4.107]],["content/36 hours later, the bread sings. @eli_oat",[200,2.996,877,2.629,916,3.949,1344,1.946,2121,4.296,2133,2.837,2510,2.567,4151,5.932,5478,6.84,6562,6.624,6578,6.624,7245,5.427,7447,3.508,7448,3.508,7449,3.508,7558,5.391,7559,5.391,7560,5.391,7578,4.95,7586,4.95,7589,7.097,7655,6.062,7656,6.062,7657,7.593,7658,7.593,7659,7.593,7660,7.593,7661,6.062,7662,6.062,7663,7.593,7664,7.593,7665,7.593,7666,7.593,7667,6.062,7668,6.062,7669,7.593,7670,7.593,7671,7.593,7672,7.593,7673,6.062,7674,6.062,7675,7.593,7676,7.593,7677,7.593,7678,7.593,7679,6.062]],["tags/36 hours later, the bread sings. @eli_oat",[]],["title/I much prefer Sonic Mania's Lock On to Belgium's t...",[263,1.176,2817,2.735,3220,3.108,5124,2.901,7680,3.385,7681,3.385,7682,3.385]],["content/I much prefer Sonic Mania's Lock On to Belgium's t...",[144,1.868,159,3.066,263,2.13,424,6.134,1503,3.991,1762,2.35,2121,3.409,3220,6.709,4151,4.707,4642,4.493,5124,5.256,5478,6.529,5651,4.707,6562,5.256,6578,5.256,7245,4.306,7578,5.631,7589,5.631,7680,6.134,7681,6.134,7682,6.134,7683,6.896,7684,6.896,7685,6.896,7686,6.896,7687,6.896,7688,6.896,7689,6.896,7690,8.216,7691,8.216,7692,8.216,7693,8.216,7694,6.896]],["tags/I much prefer Sonic Mania's Lock On to Belgium's t...",[]],["title/Today, I threw out https://buttercup.pw/ in favor ...",[19,0.221,50,0.819,84,1.922,3224,3.13,5625,3.13,7695,4.107]],["content/Today, I threw out https://buttercup.pw/ in favor ...",[10,1.205,17,1.496,19,0.37,50,1.368,52,0.786,84,3.209,101,1.205,104,1.319,160,3.297,240,1.824,309,3.595,378,1.858,549,3.968,621,2.118,1258,3.236,1315,2.651,1394,5.599,1396,3.39,1497,4.928,1584,3.127,1651,5.599,1667,5.599,1775,3.709,1783,2.651,2510,2.904,3224,5.226,4627,5.226,4691,6.099,5521,6.099,5625,5.226,6177,6.099,6980,5.599,7696,6.857,7697,6.857,7698,6.857,7699,6.857,7700,6.857,7701,6.857,7702,6.857,7703,6.857,7704,6.857,7705,6.857]],["tags/Today, I threw out https://buttercup.pw/ in favor ...",[]],["title/Spring is in the air: it is sunny and temperatures...",[2898,3.506,2921,3.984,2950,3.046,6219,3.984]],["content/Spring is in the air: it is sunny and temperatures...",[17,1.535,81,3.129,90,3.479,94,2.216,101,1.237,104,1.6,105,6.259,106,6.259,144,1.907,180,2.662,182,2.305,193,4.394,266,4.394,922,2.133,979,3.129,1289,2.216,1420,3.294,1486,2.781,1717,3.581,2538,5.747,2898,5.058,2921,5.747,2933,5.364,2950,4.394,3126,5.058,3906,5.058,5570,5.747,6219,5.747,7706,7.038,7707,7.038,7708,7.038,7709,7.038,7710,7.038]],["tags/Spring is in the air: it is sunny and temperatures...",[]],["title/Today, I got a bit weird and made an animal crossi...",[25,1.458,84,1.922,1588,2.676,1762,1.4,2914,2.952,7711,4.107]],["content/Today, I got a bit weird and made an animal crossi...",[19,0.374,25,2.462,84,3.247,133,3.084,192,6.169,294,3.335,297,2.623,302,6.169,974,4.734,981,5.664,1289,2.184,1297,4.014,1344,2.227,1588,4.519,1685,1.95,1708,3.877,1762,2.364,1947,4.985,1988,4.985,2133,3.247,2510,2.937,2663,4.164,2698,4.331,2746,4.985,2914,4.985,3305,5.286,5479,4.331,5496,5.664,7447,4.014,7448,4.014,7449,4.014,7712,6.936,7713,6.936,7714,6.936,7715,6.936,7716,6.936,7717,6.936,7718,6.936,7719,6.936]],["tags/Today, I got a bit weird and made an animal crossi...",[]],["title/I noticed Tumblr sites do not support receiving pi...",[983,2.222,1643,2.153,2879,1.588,4578,3.653,5115,2.153,7720,3.653]],["content/I noticed Tumblr sites do not support receiving pi...",[24,2.06,48,3.678,49,4.43,50,1.356,104,1.308,165,2.1,389,5.182,564,3.678,885,3.678,930,2.812,983,3.678,1157,4.082,1437,4.64,1555,3.023,1606,4.554,1643,3.564,2060,3.564,2359,5.182,2492,4.245,2510,2.879,2865,4.886,2879,3.149,5115,4.271,5512,5.182,6895,4.082,6947,5.552,7080,6.047,7720,7.245,7721,6.799,7722,6.799,7723,6.799,7724,6.799,7725,8.147,7726,8.147,7727,8.147,7728,6.799,7729,6.799,7730,6.799,7731,6.799]],["tags/I noticed Tumblr sites do not support receiving pi...",[]],["title/Good news everyone! Brain Baking was just launched...",[5,1.034,98,1.113,910,1.975,1740,2.153,2461,2.296,7242,3.354]],["content/Good news everyone! Brain Baking was just launched...",[5,1.848,81,3.263,98,1.988,910,3.528,1344,2.356,1740,3.847,2133,3.435,2461,4.102,2510,3.108,2816,4.406,5479,4.582,6986,4.781,7242,5.992,7447,4.247,7448,4.247,7449,4.247,7732,7.339,7733,7.339,7734,7.339,7735,7.339]],["tags/Good news everyone! Brain Baking was just launched...",[]],["title/This is so frustrating. Suddenly, my local banking...",[92,2.929,309,2.558,4757,3.718,6771,3.984]],["content/This is so frustrating. Suddenly, my local banking...",[18,2.578,26,1.398,28,1.703,37,3.646,74,1.556,92,3.915,101,1.146,104,1.255,158,1.584,223,1.643,240,1.735,263,2.015,309,3.419,363,4.687,369,4.073,413,3.528,457,2.862,1013,5.326,1258,2.578,1330,3.915,1344,2.094,1612,3.419,1793,3.318,1809,3.318,1945,4.769,1991,4.961,2005,3.136,2023,3.646,2643,4.165,2823,4.073,2879,3.312,3506,5.801,4297,5.326,4400,5.71,4757,4.971,4947,4.971,5467,3.419,5824,5.801,5829,4.451,6022,5.801,6070,4.451,6771,5.326,7000,5.801,7001,5.801,7499,5.801,7500,5.801,7501,5.801,7502,5.801,7503,5.801,7736,6.522,7737,6.522,7738,6.522,7739,6.522]],["tags/This is so frustrating. Suddenly, my local banking...",[]],["title/I spent the day pretending to attend a virtual Gop...",[1,1.345,136,2.952,567,2.676,2342,2.803,6490,3.13,7740,4.107]],["content/I spent the day pretending to attend a virtual Gop...",[1,1.946,14,2.161,19,0.404,26,1.273,28,1.552,50,1.721,52,0.681,60,2.2,65,3.175,73,1.296,81,2.642,136,4.27,158,1.443,188,3.115,203,1.908,220,3.214,270,3.71,276,2.836,376,4.27,396,4.27,402,4.528,426,3.567,437,2.577,452,2.516,457,2.505,476,1.702,487,2.025,520,4.27,567,3.871,591,3.115,596,2.402,854,3.115,913,1.767,922,1.801,1001,4.27,1291,3.871,1298,2.71,1320,7.307,1413,2.402,1483,5.285,1555,2.642,1621,2.109,1664,3.71,1713,4.528,1791,4.528,1943,2.577,1967,2.069,2123,4.055,2259,5.285,2342,4.055,2386,3.871,2467,4.852,2911,7.674,2923,4.528,2950,3.71,3071,5.285,4296,4.528,4392,4.852,4478,4.852,5130,4.852,5153,5.285,5246,4.055,5538,4.528,5722,4.852,5901,4.528,6032,4.852,6289,5.285,6490,4.528,6699,5.285,7741,5.942,7742,5.942,7743,5.942,7744,5.942,7745,5.942,7746,5.942,7747,5.942,7748,5.942,7749,5.942,7750,5.942,7751,5.942]],["tags/I spent the day pretending to attend a virtual Gop...",[]],["title/Jeremy Clarke wrote a set of Nim tools that allows...",[1331,1.539,1424,1.539,1775,2.059,2564,3.108,2773,2.202,7752,3.385,7753,3.385]],["content/Jeremy Clarke wrote a set of Nim tools that allows...",[14,1.611,35,5.053,52,0.76,75,2.048,99,2.403,144,1.796,182,2.171,217,2.048,404,2.341,437,2.876,455,2.403,472,3.035,487,2.259,491,3.373,591,3.476,1331,2.68,1424,2.68,1592,3.837,1716,4.32,1775,3.586,1875,3.98,2334,4.765,2345,4.525,2376,2.791,2452,4.14,2459,4.765,2460,5.053,2524,4.765,2564,5.414,2621,4.525,2773,3.837,2783,3.277,3239,2.508,3516,4.765,3522,4.32,4766,5.388,4804,5.414,5413,3.277,7752,5.897,7753,7.137,7754,6.63,7755,6.63,7756,6.63,7757,6.63,7758,6.63,7759,6.63,7760,6.63,7761,6.63,7762,6.63]],["tags/Jeremy Clarke wrote a set of Nim tools that allows...",[]],["title/I just built a few Go projects on my Windows XP re...",[14,0.925,1064,2.202,1286,2.48,1287,1.031,1413,1.539,1486,1.504,1592,2.202]],["content/I just built a few Go projects on my Windows XP re...",[5,1.616,14,2.066,18,2.536,24,1.945,52,0.736,62,4.38,86,2.718,99,2.326,104,1.235,138,3.853,142,3.364,165,1.982,180,2.427,196,2.427,217,1.982,282,2.481,288,2.187,326,3.853,366,3.587,437,2.784,472,2.427,487,2.187,518,3.782,897,2.232,984,4.255,1043,4.181,1067,2.278,1128,4.612,1281,1.235,1286,4.181,1287,2.131,1338,4.891,1397,3.587,1413,2.594,1486,2.536,1504,3.364,1532,3.265,1592,3.714,1716,4.181,1793,3.265,1804,4.612,2005,3.086,2411,3.714,2430,5.708,2689,3.364,2879,2.481,3091,4.612,3230,4.891,3287,5.24,4525,2.853,4622,4.891,5766,3.172,5837,5.708,6351,5.24,7763,7.867,7764,6.418,7765,6.418,7766,6.418,7767,6.418,7768,6.418,7769,6.418]],["tags/I just built a few Go projects on my Windows XP re...",[]],["title/Half-Baked Ideas",[29,1.663,910,2.589,3161,3.233]],["content/Half-Baked Ideas",[1,2.153,3,3.227,19,0.354,27,1.36,29,2.031,42,2.72,47,2.72,48,3.557,50,1.312,73,1.434,101,1.156,103,2.434,150,2.383,156,2.599,240,1.749,258,3.948,278,2.334,482,3.948,910,4.134,956,5.369,1289,2.071,1503,3.805,1719,2.466,2160,3.948,2229,4.106,2358,5.202,2388,3.805,2529,4.488,3158,4.488,3161,3.948,4428,5.011,6969,6.519,7142,5.011,7282,5.848,7283,5.369,7284,7.101,7285,5.848,7290,5.848,7770,6.576,7771,6.576,7772,6.576,7773,6.576,7774,6.576,7775,6.576,7776,6.576,7777,6.576,7778,6.576,7779,6.576,7780,6.576,7781,6.576,7782,6.576]],["tags/Half-Baked Ideas",[]]],"invertedIndex":[["",{"_index":19,"title":{"Just saying hi @kogakure 👋 getting my feet wet with decentralized “tooting” (although I opted for...":{},"Has anyone else noticed posted links on Twitter get re-encoded into t.co URLs in order to gather ...":{},"I spent some time with Yarn/Jest/ES2019, it felt good to be programming again. I am developing a ...":{},"@eli_oat a serious fire destroyed the data center ...":{},"Enjoyed an afternoon of oldskool Diablo II on the ...":{},"Today, I threw out https://buttercup.pw/ in favor ...":{}},"content":{"Ending your day with happy thoughts":{},"On finding your inner zen in big cities":{},"No, vegetarians do not eat fish!":{},"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":{},"Archive by year: 2013":{},"Metaprogramming instead of duplication":{},"Bye autotools hello Scons":{},"Custom Webdriver Page Factories":{},"Faking domain logic":{},".NET Memory management VS JVM Memory management":{},"Unit Testing Extjs UI with Siesta":{},"Archive by year: 2014":{},"Webdriver Exception Handling":{},"Archive by year: 2015":{},"Migrating from Extjs to React gradually":{},"Unit testing in Legacy Projects: VB6":{},"Archive by year: 2016":{},"Teaching yourself to draw":{},"How to teach kids to program":{},"A samurai learning mindset":{},"Development principles in cooking":{},"Healing creative scars":{},"A quick look at 6 fountain pens":{},"Journaling in practice":{},"Nuts about local nuts":{},"Inventing - for the worse?":{},"Archive by year: 2017":{},"2017 in books":{},"Hiding Code Complexity":{},"Death to pseudocode?":{},"Thinking in terms of objects":{},"Over entropie":{},"Teaching by philosophy":{},"Computer Science learning pathways":{},"Over het introduceren van bedrijfsethiek":{},"A Ph.D. Thesis Proposal":{},"Reverse engineering a curriculum":{},"Over de inflatie van intellect":{},"Over tijdsbesef":{},"Boeken die mij gevormd hebben tot wie ik ben":{},"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":{},"Archive by year: 2018":{},"A Ph.D. Thesis: Iteration 2":{},"IT Competences and Certificates":{},"Teaching Object-Oriented design using the GBA":{},"Programming: a Creative Cognitive Process":{},"Over Onmiddellijke Voldoening":{},"Archive by year: 2019":{},"Five reasons why agile and academia don't go together":{},"DIY: Hosting stuff on your own VPS":{},"Hugo Extended: More static site processing power!":{},"Page Building with Brizy in Wordpress":{},"Using Pandoc to publish a book":{},"Project Warlock: About Perseverance":{},"Combining async with generators in Node 11":{},"Designing websites with accessibility in mind":{},"ITiCSE 2020: A Report":{},"Tracking and privacy concerns on websites":{},"3D Software Rendering on the GBA":{},"Thoughts on collaboration in education":{},"An am486 Performance Analysis":{},"486 Upgrade 2: The SD Card HDD":{},"486 Upgrade 1: Sound Blaster 16":{},"Reviving an old 80486 PC":{},"A journey through the history of webdesign":{},"Building a Core2Duo Windows XP Retro PC":{},"Building an Athlon Windows 98 Retro PC":{},"Personal Desktop Screenshots of Olde":{},"The Internet Killed Secrets in Games":{},"Win98 Upgrade: Sound Blaster Audigy":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Programming on the Apple M1 Silicon":{},"Thoughts on Bullshit Jobs":{},"Archive by year: 2020":{},"Digitizing journals using DEVONthink":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"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 insanity of collecting retro games":{},"How to write academic papers in Markdown":{},"You Shouldn't Use Spotify":{},"Getting rid of trackers using LineageOS":{},"Lousy Wordpress Hacking Attempts detected":{},"Teaching students about coding trends":{},"The IndieWeb Mixed Bag":{},"Discord killed support for WinXP":{},"Exploring the Go programming language":{},"Using Hugo to Launch a Gemini Capsule":{},"Archive by year: 2021":{},"Freshly Baked Thoughts":{},"amchart renderer":{},"Hi @laura thanks to your https://laurakalbag.com/what-is-mastodon-and-why-should-i-use-it/ I dipp...":{},"Just saying hi @kogakure 👋 getting my feet wet with decentralized “tooting” (although I opted for...":{},"Heads up RSS feed readers of brainbaking.com! Federated half-baked thoughts (https://brainbaking....":{},"Dog-walk thought: how cool would it be if the Nintendo Switch would support publishing screenshot...":{},"I've been fiddling with IndieWeb stuff the last week and all in all, I think it's a mixed...":{},"Yesterday, I logged in on someone's Commodore 64 B...":{},"Today, I threw out https://buttercup.pw/ in favor ...":{},"Today, I got a bit weird and made an animal crossi...":{},"I spent the day pretending to attend a virtual Gop...":{},"Half-Baked Ideas":{}},"tags":{}}],["0",{"_index":516,"title":{},"content":{"undefined":{},"Custom Webdriver Page Factories":{},"A Ph.D. Thesis Proposal":{},"Unit Testing PicoBlaze Assembly files":{},"3D Software Rendering on the GBA":{},"amchart renderer":{}},"tags":{}}],["0.0.0.0:1965",{"_index":7259,"title":{},"content":{"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["0.001128",{"_index":6867,"title":{},"content":{"You Shouldn't Use Spotify":{}},"tags":{}}],["0.1",{"_index":5399,"title":{},"content":{"Project Warlock: About Perseverance":{}},"tags":{}}],["0.7",{"_index":5169,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"tags":{}}],["007",{"_index":5640,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["01",{"_index":485,"title":{},"content":{"undefined":{},"Enjoyed an afternoon of oldskool Diablo II on the ...":{}},"tags":{}}],["02/2004",{"_index":6213,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["02/2005",{"_index":6236,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["03",{"_index":7584,"title":{},"content":{"Enjoyed an afternoon of oldskool Diablo II on the ...":{}},"tags":{}}],["05",{"_index":5417,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["06",{"_index":5414,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["08/2004",{"_index":6218,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["09",{"_index":5914,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["09/2004",{"_index":6227,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["09:57:47",{"_index":7046,"title":{},"content":{"Lousy Wordpress Hacking Attempts detected":{}},"tags":{}}],["0c8712cd4c8b/tusky_1616489474570_v71vwfo8rk.nul",{"_index":7672,"title":{},"content":{"36 hours later, the bread sings. @eli_oat":{}},"tags":{}}],["1",{"_index":517,"title":{"486 Upgrade 1: Sound Blaster 16":{}},"content":{"undefined":{},"Learning to become a baker":{},"Unit Testing Stored Procedures":{},"Migrating from Extjs to React gradually":{},"Are you handing over enough when inspiring someone?":{},"How to teach kids to program":{},"A samurai learning mindset":{},"Healing creative scars":{},"A quick look at 6 fountain pens":{},"Journaling in practice":{},"Nuts about local nuts":{},"Hiding Code Complexity":{},"Death to pseudocode?":{},"Teaching by philosophy":{},"Computer Science learning pathways":{},"Over het introduceren van bedrijfsethiek":{},"A Ph.D. Thesis Proposal":{},"Reverse engineering a curriculum":{},"Domain Driven Design in C":{},"Productivity Tools on all platforms":{},"A Decade in the Software Engineering industry":{},"Over analoog en digitaal":{},"Unit Testing PicoBlaze Assembly files":{},"A Ph.D. Thesis: Iteration 2":{},"Programming: a Creative Cognitive Process":{},"Five reasons why agile and academia don't go together":{},"DIY: Hosting stuff on your own VPS":{},"Using Pandoc to publish a book":{},"Designing websites with accessibility in mind":{},"3D Software Rendering on the GBA":{},"Thoughts on collaboration in education":{},"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":{},"Win98 Upgrade: Sound Blaster Audigy":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Digitizing journals using DEVONthink":{},"The Productive Programmer on Mac":{},"What is Creativity in Software Engineering?":{},"My Retro Desk/Gaming Setup in 2021":{},"You Shouldn't Use Spotify":{},"Exploring the AlterNet":{},"Getting rid of trackers using LineageOS":{},"Teaching students about coding trends":{},"amchart renderer":{},"Someone made a Slack client on Windows 3.1? https:...":{}},"tags":{}}],["1.0/2.0_",{"_index":6368,"title":{},"content":{"WinXP Upgrade: Sound Blaster X-Fi":{}},"tags":{}}],["1.10",{"_index":7763,"title":{},"content":{"I just built a few Go projects on my Windows XP re...":{}},"tags":{}}],["1.2.html",{"_index":1256,"title":{},"content":{"undefined":{}},"tags":{}}],["1.2m",{"_index":6731,"title":{},"content":{"My Retro Desk/Gaming Setup in 2021":{}},"tags":{}}],["1.35ghz",{"_index":6181,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["1.4",{"_index":5960,"title":{},"content":{"Reviving an old 80486 PC":{}},"tags":{}}],["1.472",{"_index":6888,"title":{},"content":{"You Shouldn't Use Spotify":{}},"tags":{}}],["1.4ghz",{"_index":6166,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["1.52",{"_index":7643,"title":{},"content":{"Someone made a Slack client on Windows 3.1? https:...":{}},"tags":{}}],["1.6",{"_index":764,"title":{},"content":{"undefined":{}},"tags":{}}],["1.7",{"_index":7226,"title":{},"content":{"Exploring the Go programming language":{}},"tags":{}}],["1.8",{"_index":7227,"title":{},"content":{"Exploring the Go programming language":{}},"tags":{}}],["1.jpg",{"_index":5398,"title":{},"content":{"Project Warlock: About Perseverance":{}},"tags":{}}],["1.method(\"+\").unbind().bind(1).call(2",{"_index":1172,"title":{},"content":{"undefined":{}},"tags":{}}],["1.method(:+).cal",{"_index":1169,"title":{},"content":{"undefined":{}},"tags":{}}],["1.methods.each{|x",{"_index":1184,"title":{},"content":{"undefined":{}},"tags":{}}],["1/3th",{"_index":6909,"title":{},"content":{"Always have a Diaster Recovery Plan":{}},"tags":{}}],["10",{"_index":484,"title":{},"content":{"undefined":{},"Teaching yourself to draw":{},"Are you handing over enough when inspiring someone?":{},"Development principles in cooking":{},"Healing creative scars":{},"Hiding Code Complexity":{},"Take your time.":{},"Over tijdsbesef":{},"Productivity Tools on all platforms":{},"A Decade in the Software Engineering industry":{},"A Ph.D. Thesis: Iteration 2":{},"DIY: Hosting stuff on your own VPS":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Discord killed support for WinXP":{},"Exploring the Go programming language":{}},"tags":{}}],["10\"_",{"_index":4391,"title":{},"content":{"A Decade in the Software Engineering industry":{}},"tags":{}}],["10.0",{"_index":7204,"title":{},"content":{"Discord killed support for WinXP":{}},"tags":{}}],["10.000",{"_index":2330,"title":{},"content":{"Teaching yourself to draw":{},"Over tijdsbesef":{}},"tags":{}}],["10.10",{"_index":5427,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["100",{"_index":295,"title":{},"content":{"On finding your inner zen in big cities":{},"Learning to become a baker":{},"Productivity Tools on all platforms":{},"Over analoog en digitaal":{},"Building an Athlon Windows 98 Retro PC":{},"amchart renderer":{}},"tags":{}}],["1000",{"_index":2848,"title":{},"content":{"Nuts about local nuts":{}},"tags":{}}],["100000",{"_index":1433,"title":{},"content":{"undefined":{}},"tags":{}}],["108",{"_index":6348,"title":{},"content":{"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["1080p",{"_index":4599,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["10`/month",{"_index":6872,"title":{},"content":{"You Shouldn't Use Spotify":{}},"tags":{}}],["10k",{"_index":2341,"title":{},"content":{"Teaching yourself to draw":{}},"tags":{}}],["11",{"_index":542,"title":{"Combining async with generators in Node 11":{}},"content":{"undefined":{},"Unit Testing Stored Procedures":{},"A Ph.D. Thesis: Iteration 2":{},"Combining async with generators in Node 11":{}},"tags":{}}],["11.1",{"_index":6446,"title":{},"content":{"Programming on the Apple M1 Silicon":{}},"tags":{}}],["114",{"_index":6942,"title":{},"content":{"Exploring the AlterNet":{}},"tags":{}}],["11be9bb99d35",{"_index":6494,"title":{},"content":{"Thoughts on Bullshit Jobs":{}},"tags":{}}],["12",{"_index":4191,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{},"Combining async with generators in Node 11":{},"Tracking and privacy concerns on websites":{},"Reviving an old 80486 PC":{},"RSS Feeds, Hugo, and Lazy Image Loading":{}},"tags":{}}],["120",{"_index":2211,"title":{},"content":{"Migrating from Extjs to React gradually":{},"amchart renderer":{}},"tags":{}}],["128",{"_index":6334,"title":{},"content":{"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["12v",{"_index":5811,"title":{},"content":{"486 Upgrade 2: The SD Card HDD":{}},"tags":{}}],["13",{"_index":4965,"title":{},"content":{"Programming: a Creative Cognitive Process":{},"A journey through the history of webdesign":{},"Programming on the Apple M1 Silicon":{}},"tags":{}}],["13.5",{"_index":5784,"title":{},"content":{"An am486 Performance Analysis":{}},"tags":{}}],["138c5efd45e9#.aul09q3wr",{"_index":2309,"title":{},"content":{"Teaching yourself to draw":{}},"tags":{}}],["13hr",{"_index":2867,"title":{},"content":{"Nuts about local nuts":{}},"tags":{}}],["14%2015",{"_index":7595,"title":{},"content":{"Enjoyed an afternoon of oldskool Diablo II on the ...":{}},"tags":{}}],["14%2016",{"_index":7585,"title":{},"content":{"Enjoyed an afternoon of oldskool Diablo II on the ...":{}},"tags":{}}],["140",{"_index":6695,"title":{},"content":{"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"tags":{}}],["146.59.146.120:80",{"_index":7055,"title":{},"content":{"Lousy Wordpress Hacking Attempts detected":{}},"tags":{}}],["15",{"_index":3935,"title":{},"content":{"Over de inflatie van intellect":{},"Over tijdsbesef":{},"Project Warlock: About Perseverance":{},"You Shouldn't Use Spotify":{}},"tags":{}}],["16",{"_index":5651,"title":{"486 Upgrade 1: Sound Blaster 16":{}},"content":{"3D Software Rendering on the GBA":{},"486 Upgrade 1: Sound Blaster 16":{},"Win98 Upgrade: Sound Blaster Audigy":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"I much prefer Sonic Mania's Lock On to Belgium's t...":{}},"tags":{}}],["160",{"_index":6777,"title":{},"content":{"The insanity of collecting retro games":{}},"tags":{}}],["162453#162453",{"_index":7047,"title":{},"content":{"Lousy Wordpress Hacking Attempts detected":{}},"tags":{}}],["1643",{"_index":2521,"title":{},"content":{"A samurai learning mindset":{}},"tags":{}}],["16_",{"_index":6372,"title":{},"content":{"WinXP Upgrade: Sound Blaster X-Fi":{}},"tags":{}}],["16mhz",{"_index":5626,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["17",{"_index":6743,"title":{},"content":{"My Retro Desk/Gaming Setup in 2021":{},"Getting rid of trackers using LineageOS":{}},"tags":{}}],["1790099958",{"_index":6525,"title":{},"content":{"Digitizing journals using DEVONthink":{}},"tags":{}}],["179870",{"_index":7048,"title":{},"content":{"Lousy Wordpress Hacking Attempts detected":{}},"tags":{}}],["179871",{"_index":7056,"title":{},"content":{"Lousy Wordpress Hacking Attempts detected":{}},"tags":{}}],["179872",{"_index":7058,"title":{},"content":{"Lousy Wordpress Hacking Attempts detected":{}},"tags":{}}],["179873",{"_index":7059,"title":{},"content":{"Lousy Wordpress Hacking Attempts detected":{}},"tags":{}}],["179874",{"_index":7061,"title":{},"content":{"Lousy Wordpress Hacking Attempts detected":{}},"tags":{}}],["179875",{"_index":7064,"title":{},"content":{"Lousy Wordpress Hacking Attempts detected":{}},"tags":{}}],["179876",{"_index":7065,"title":{},"content":{"Lousy Wordpress Hacking Attempts detected":{}},"tags":{}}],["179877",{"_index":7067,"title":{},"content":{"Lousy Wordpress Hacking Attempts detected":{}},"tags":{}}],["179878",{"_index":7069,"title":{},"content":{"Lousy Wordpress Hacking Attempts detected":{}},"tags":{}}],["17h",{"_index":267,"title":{},"content":{"On finding your inner zen in big cities":{}},"tags":{}}],["18",{"_index":4963,"title":{},"content":{"Programming: a Creative Cognitive Process":{}},"tags":{}}],["1829874126",{"_index":5385,"title":{},"content":{"Project Warlock: About Perseverance":{}},"tags":{}}],["18eur",{"_index":6407,"title":{},"content":{"WinXP Upgrade: Sound Blaster X-Fi":{}},"tags":{}}],["19",{"_index":6595,"title":{},"content":{"The Productive Programmer on Mac":{},"My Retro Desk/Gaming Setup in 2021":{}},"tags":{}}],["192.168.1.11",{"_index":1409,"title":{},"content":{"undefined":{}},"tags":{}}],["1950",{"_index":4011,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["1965",{"_index":7261,"title":{},"content":{"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["1975",{"_index":5720,"title":{},"content":{"Thoughts on collaboration in education":{}},"tags":{}}],["1979",{"_index":4214,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["1986)die(@md5(hellothinkcmf))hellomor",{"_index":5502,"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":1756,"title":{},"content":{"Metaprogramming instead of duplication":{}},"tags":{}}],["articledatabas",{"_index":1758,"title":{},"content":{"Metaprogramming instead of duplication":{}},"tags":{}}],["articlemanag",{"_index":1760,"title":{},"content":{"Metaprogramming instead of duplication":{}},"tags":{}}],["articlemanagertest",{"_index":1755,"title":{},"content":{"Metaprogramming instead of duplication":{}},"tags":{}}],["artifact",{"_index":6047,"title":{},"content":{"A journey through the history of webdesign":{}},"tags":{}}],["artifici",{"_index":3523,"title":{},"content":{"Computer Science learning pathways":{}},"tags":{}}],["artikel",{"_index":3975,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["artist",{"_index":3069,"title":{},"content":{"2017 in books":{},"Project Warlock: About Perseverance":{},"You Shouldn't Use Spotify":{}},"tags":{}}],["artist'",{"_index":3066,"title":{},"content":{"2017 in books":{}},"tags":{}}],["artistri",{"_index":3023,"title":{},"content":{"Inventing - for the worse?":{}},"tags":{}}],["artwork",{"_index":2354,"title":{},"content":{"Teaching yourself to draw":{}},"tags":{}}],["ascii",{"_index":7267,"title":{},"content":{"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["asia",{"_index":2862,"title":{},"content":{"Nuts about local nuts":{}},"tags":{}}],["asian",{"_index":2602,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["asimov",{"_index":4285,"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":{}},"tags":{}}],["aspect",{"_index":3554,"title":{"Screen aspect ratios and DOS Games":{}},"content":{"Computer Science learning pathways":{},"Five reasons why agile and academia don't go together":{}},"tags":{}}],["aspx",{"_index":2044,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{}},"tags":{}}],["ass",{"_index":3233,"title":{},"content":{"Concentrating on serendipitous creativity":{}},"tags":{}}],["assassin'",{"_index":3045,"title":{},"content":{"2017 in books":{}},"tags":{}}],["assembl",{"_index":4622,"title":{"Unit Testing PicoBlaze Assembly files":{}},"content":{"Unit Testing PicoBlaze Assembly files":{},"I just built a few Go projects on my Windows XP re...":{}},"tags":{"Unit Testing PicoBlaze Assembly files":{}}}],["assert",{"_index":1237,"title":{},"content":{"undefined":{},"Unit Testing Extjs UI with Siesta":{},"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["assert.that",{"_index":2263,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{}},"tags":{}}],["assert_that",{"_index":4664,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["assert_that.reg(\"s5\").contains(3",{"_index":4668,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["assess",{"_index":4624,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{},"Thoughts on collaboration in education":{}},"tags":{}}],["assign",{"_index":1066,"title":{},"content":{"undefined":{},"Enhancing the builder pattern with closures":{},"Death to pseudocode?":{},"ITiCSE 2020: A Report":{}},"tags":{}}],["assimil",{"_index":2570,"title":{},"content":{"A samurai learning mindset":{}},"tags":{}}],["assist",{"_index":5736,"title":{},"content":{"Thoughts on collaboration in education":{}},"tags":{}}],["associ",{"_index":2913,"title":{},"content":{"I'm jealous of my dog":{},"Reverse engineering a curriculum":{}},"tags":{}}],["assum",{"_index":2657,"title":{},"content":{"Healing creative scars":{}},"tags":{}}],["assumpt",{"_index":2382,"title":{},"content":{"Are you handing over enough when inspiring someone?":{}},"tags":{}}],["assword",{"_index":1436,"title":{},"content":{"undefined":{}},"tags":{}}],["asterix",{"_index":5642,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["astonish",{"_index":4399,"title":{},"content":{"A Decade in the Software Engineering industry":{},"Reviving an old 80486 PC":{}},"tags":{}}],["async",{"_index":2042,"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":5431,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["at",{"_index":962,"title":{},"content":{"Learning to become a baker":{}},"tags":{}}],["at](https://www.goodreads.com/user/year_in_books/2017/5451893",{"_index":3030,"title":{},"content":{"2017 in books":{}},"tags":{}}],["athlon",{"_index":6053,"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":{}}],["attach",{"_index":1494,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{},"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["attack",{"_index":5150,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{},"Lousy Wordpress Hacking Attempts detected":{}},"tags":{}}],["attempt",{"_index":2023,"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":{},"This is so frustrating. Suddenly, my local banking...":{}},"tags":{}}],["attend",{"_index":136,"title":{"I spent the day pretending to attend a virtual Gop...":{}},"content":{"Ending your day with happy thoughts":{},"The Productive Programmer on Mac":{},"Exploring the Go programming language":{},"I spent the day pretending to attend a virtual Gop...":{}},"tags":{}}],["attent",{"_index":1709,"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":{}},"tags":{}}],["attr",{"_index":7568,"title":{},"content":{"Great, I can ditch lazysizes.js! Didn't know about...":{}},"tags":{}}],["attr
n",{"_index":625,"title":{},"content":{"undefined":{}},"tags":{}}],["br/>patienc",{"_index":7279,"title":{},"content":{"Freshly Baked Thoughts":{}},"tags":{}}],["br/>r",{"_index":1441,"title":{},"content":{"undefined":{}},"tags":{}}],["br/>teach",{"_index":2328,"title":{},"content":{"Teaching yourself to draw":{}},"tags":{}}],["br>
even",{"_index":7736,"title":{},"content":{"This is so frustrating. Suddenly, my local banking...":{}},"tags":{}}],["br>
i",{"_index":7730,"title":{},"content":{"I noticed Tumblr sites do not support receiving pi...":{}},"tags":{}}],["br>
it'",{"_index":7768,"title":{},"content":{"I just built a few Go projects on my Windows XP re...":{}},"tags":{}}],["br>
thing",{"_index":7745,"title":{},"content":{"I spent the day pretending to attend a virtual Gop...":{}},"tags":{}}],["br>i",{"_index":7622,"title":{},"content":{"You are a product of your environment. Eventually...":{}},"tags":{}}],["br>make",{"_index":7761,"title":{},"content":{"Jeremy Clarke wrote a set of Nim tools that allows...":{}},"tags":{}}],["br>thi",{"_index":7650,"title":{},"content":{"Yesterday, I logged in on someone's Commodore 64 B...":{}},"tags":{}}],["br>whi",{"_index":7709,"title":{},"content":{"Spring is in the air: it is sunny and temperatures...":{}},"tags":{}}],["bracket",{"_index":3498,"title":{},"content":{"Teaching by philosophy":{},"486 Upgrade 2: The SD Card HDD":{}},"tags":{}}],["bradley'",{"_index":2303,"title":{},"content":{"Teaching yourself to draw":{}},"tags":{}}],["brain",{"_index":2461,"title":{"Good news everyone! Brain Baking was just launched...":{}},"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":{},"Using Hugo to Launch a Gemini Capsule":{},"Freshly Baked Thoughts":{},"Good news everyone! Brain Baking was just launched...":{}},"tags":{}}],["brainb",{"_index":7635,"title":{"I changed my mind on my toot syndication to brainb...":{}},"content":{},"tags":{}}],["brainbaking.com",{"_index":7504,"title":{"Heads up RSS feed readers of brainbaking.com! Federated half-baked thoughts (https://brainbaking....":{}},"content":{},"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":5113,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{},"Programming on the Apple M1 Silicon":{}},"tags":{}}],["brand",{"_index":2872,"title":{},"content":{"Nuts about local nuts":{},"DIY: Hosting stuff on your own VPS":{},"WinXP Upgrade: Sound Blaster X-Fi":{}},"tags":{}}],["breach",{"_index":6138,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["bread",{"_index":916,"title":{"36 hours later, the bread sings. @eli_oat":{}},"content":{"Learning to become a baker":{},"Domain Driven Design in C":{},"Using Pandoc to publish a book":{},"Lousy Wordpress Hacking Attempts detected":{},"36 hours later, the bread sings. @eli_oat":{}},"tags":{"Learning to become a baker":{}}}],["bread](http://www.redzuurdesem.b",{"_index":250,"title":{},"content":{"On finding your inner zen in big cities":{}},"tags":{}}],["break",{"_index":1656,"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":{}},"tags":{}}],["breakdown",{"_index":6513,"title":{},"content":{"Thoughts on Bullshit Jobs":{}},"tags":{}}],["breakfast",{"_index":3049,"title":{},"content":{"2017 in books":{}},"tags":{}}],["breakpoint",{"_index":1572,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["breath",{"_index":5130,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{},"Project Warlock: About Perseverance":{},"I spent the day pretending to attend a virtual Gop...":{}},"tags":{}}],["brengen",{"_index":3640,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{}},"tags":{}}],["brengt",{"_index":3731,"title":{},"content":{"A Ph.D. Thesis Proposal":{}},"tags":{}}],["bresenham",{"_index":5667,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["brew",{"_index":6465,"title":{},"content":{"Programming on the Apple M1 Silicon":{}},"tags":{}}],["brick",{"_index":2397,"title":{},"content":{"Are you handing over enough when inspiring someone?":{}},"tags":{}}],["bridg",{"_index":4939,"title":{},"content":{"Programming: a Creative Cognitive Process":{}},"tags":{}}],["bridge](https://developer.android.com/studio/command",{"_index":7025,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"tags":{}}],["brief",{"_index":4393,"title":{},"content":{"A Decade in the Software Engineering industry":{}},"tags":{}}],["briefli",{"_index":5535,"title":{},"content":{"ITiCSE 2020: A Report":{}},"tags":{}}],["bright",{"_index":2650,"title":{},"content":{"Healing creative scars":{}},"tags":{}}],["brillianc",{"_index":4964,"title":{},"content":{"Programming: a Creative Cognitive Process":{}},"tags":{}}],["brilliant",{"_index":6040,"title":{},"content":{"A journey through the history of webdesign":{}},"tags":{}}],["bring",{"_index":1500,"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":{}},"tags":{}}],["brit",{"_index":7112,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["brizi",{"_index":5227,"title":{"Page Building with Brizy in Wordpress":{}},"content":{"Page Building with Brizy in Wordpress":{}},"tags":{"Page Building with Brizy in Wordpress":{}}}],["brizy'",{"_index":5257,"title":{},"content":{"Page Building with Brizy in Wordpress":{}},"tags":{}}],["broad",{"_index":2741,"title":{},"content":{"A quick look at 6 fountain pens":{},"A Ph.D. Thesis: Iteration 2":{}},"tags":{}}],["broaden",{"_index":2654,"title":{},"content":{"Healing creative scars":{}},"tags":{}}],["broader",{"_index":3858,"title":{},"content":{"Reverse engineering a curriculum":{},"ITiCSE 2020: A Report":{}},"tags":{}}],["broke",{"_index":112,"title":{},"content":{"Ending your day with happy thoughts":{},"486 Upgrade 2: The SD Card HDD":{}},"tags":{}}],["broken",{"_index":3005,"title":{},"content":{"Inventing - for the worse?":{},"Hugo Extended: More static site processing power!":{},"486 Upgrade 2: The SD Card HDD":{},"Hi @laura thanks to your https://laurakalbag.com/what-is-mastodon-and-why-should-i-use-it/ I dipp...":{}},"tags":{}}],["bron",{"_index":1193,"title":{},"content":{"undefined":{}},"tags":{}}],["bron](http://nixcraft.com/shel",{"_index":1444,"title":{},"content":{"undefined":{}},"tags":{}}],["bron_",{"_index":5002,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["bronzen",{"_index":4012,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["brother",{"_index":6411,"title":{},"content":{"WinXP Upgrade: Sound Blaster X-Fi":{},"The insanity of collecting retro games":{}},"tags":{}}],["brought",{"_index":4712,"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":{}},"tags":{}}],["brown",{"_index":3319,"title":{},"content":{"Thinking in terms of objects":{}},"tags":{}}],["brows",{"_index":2160,"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":{},"Freshly Baked Thoughts":{},"Half-Baked Ideas":{}},"tags":{}}],["browser",{"_index":3255,"title":{},"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":{},"Great, I can ditch lazysizes.js! Didn't know about...":{}},"tags":{}}],["browser.org",{"_index":7183,"title":{},"content":{"Discord killed support for WinXP":{}},"tags":{}}],["browser/cli",{"_index":7265,"title":{},"content":{"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["browser](https://rtfreesoft.blogspot.com/2021/04/weekli",{"_index":7190,"title":{},"content":{"Discord killed support for WinXP":{}},"tags":{}}],["browserifi",{"_index":2185,"title":{},"content":{"Migrating from Extjs to React gradually":{}},"tags":{}}],["brushcutt",{"_index":7708,"title":{},"content":{"Spring is in the air: it is sunny and temperatures...":{}},"tags":{}}],["brussel",{"_index":204,"title":{},"content":{"On finding your inner zen in big cities":{}},"tags":{}}],["brute",{"_index":7038,"title":{},"content":{"Lousy Wordpress Hacking Attempts detected":{}},"tags":{}}],["bryntum",{"_index":2073,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{}},"tags":{}}],["bsd",{"_index":6249,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["bu",{"_index":5652,"title":{},"content":{"3D Software Rendering on the GBA":{},"486 Upgrade 2: The SD Card HDD":{},"Reviving an old 80486 PC":{}},"tags":{}}],["bubbel",{"_index":4121,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["bubbl",{"_index":945,"title":{},"content":{"Learning to become a baker":{}},"tags":{}}],["buddhism",{"_index":2942,"title":{},"content":{"I'm jealous of my dog":{}},"tags":{}}],["buddhist",{"_index":2934,"title":{},"content":{"I'm jealous of my dog":{}},"tags":{}}],["budget",{"_index":4859,"title":{},"content":{"De zin en onzin van conferenties":{},"Building a Core2Duo Windows XP Retro PC":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"tags":{}}],["buffalo",{"_index":2625,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["buffer",{"_index":1215,"title":{},"content":{"undefined":{}},"tags":{}}],["bug",{"_index":2058,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{},"3D Software Rendering on the GBA":{}},"tags":{}}],["buikpijn",{"_index":3386,"title":{},"content":{"Over entropie":{}},"tags":{}}],["build",{"_index":1621,"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":{},"Using Hugo to Launch a Gemini Capsule":{},"I spent the day pretending to attend a virtual Gop...":{}},"tags":{}}],["build ecosystem",{"_index":1865,"title":{},"content":{},"tags":{"Bye autotools hello Scons":{}}}],["build(funcbrain",{"_index":5493,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["class='fa",{"_index":4807,"title":{},"content":{"Teaching Object-Oriented design using the GBA":{}},"tags":{}}],["class='icon",{"_index":7284,"title":{},"content":{"Freshly Baked Thoughts":{},"Half-Baked Ideas":{}},"tags":{}}],["class='link",{"_index":5484,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["class='meta'>mor",{"_index":5491,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["class='sect1'>bla",{"_index":5486,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["class='topbar",{"_index":5483,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["class='txt",{"_index":5488,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["classes.html",{"_index":1032,"title":{},"content":{"undefined":{}},"tags":{}}],["classes](http://python",{"_index":1030,"title":{},"content":{"undefined":{}},"tags":{}}],["classic",{"_index":1606,"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":{},"I noticed Tumblr sites do not support receiving pi...":{}},"tags":{}}],["classic/)[^3",{"_index":4576,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["classic](https://www.nintendo.com/sup",{"_index":4523,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["classwork",{"_index":3504,"title":{},"content":{"Teaching by philosophy":{}},"tags":{}}],["claus",{"_index":2126,"title":{},"content":{"Webdriver Exception Handling":{}},"tags":{}}],["clean",{"_index":1825,"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":{}},"tags":{}}],["cleaner",{"_index":6509,"title":{},"content":{"Thoughts on Bullshit Jobs":{}},"tags":{}}],["cleanup",{"_index":4329,"title":{},"content":{"Domain Driven Design in C":{},"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["clear",{"_index":1739,"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":{}},"tags":{}}],["clearli",{"_index":2509,"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":{}},"tags":{}}],["clearurl",{"_index":6940,"title":{},"content":{"Exploring the AlterNet":{}},"tags":{}}],["clever",{"_index":2448,"title":{},"content":{"How to teach kids to program":{},"Death to pseudocode?":{}},"tags":{}}],["cleverli",{"_index":5904,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["cli",{"_index":5224,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"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":{}},"tags":{}}],["clicked(",{"_index":2234,"title":{},"content":{"Migrating from Extjs to React gradually":{}},"tags":{}}],["client",{"_index":1304,"title":{"Someone made a Slack client on Windows 3.1? https:...":{}},"content":{"Unit Testing Stored Procedures":{},".NET Memory management VS JVM Memory management":{},"Digitizing journals using DEVONthink":{},"Lousy Wordpress Hacking Attempts detected":{},"Someone made a Slack client on Windows 3.1? https:...":{}},"tags":{}}],["client/
th",{"_index":7713,"title":{},"content":{"Today, I got a bit weird and made an animal crossi...":{}},"tags":{}}],["db",{"_index":1651,"title":{},"content":{"Integration Testing with SQLite":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Today, I threw out https://buttercup.pw/ in favor ...":{}},"tags":{}}],["db](https://docs.google.com/spreadsheets/d/1lvf9noamklecphr_saa48m7suxitwii72ghrcw0wpnu/edit#gid=0",{"_index":5765,"title":{},"content":{"An am486 Performance Analysis":{}},"tags":{}}],["db](https://www.vogons.org/viewtopic.php?f=46&t=44877&start=20",{"_index":6189,"title":{},"content":{"Screen aspect ratios and DOS Games":{}},"tags":{}}],["dbconfigurationmock",{"_index":1727,"title":{},"content":{"Metaprogramming instead of duplication":{}},"tags":{}}],["ddd",{"_index":4301,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["ddl",{"_index":1720,"title":{},"content":{"Integration Testing with SQLite":{}},"tags":{}}],["ddr",{"_index":6080,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{},"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["ddr2",{"_index":6083,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{}},"tags":{}}],["ddr3",{"_index":6116,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{}},"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":{}},"tags":{}}],["dead",{"_index":3172,"title":{},"content":{"Take your time.":{},"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["dead[^dead",{"_index":6167,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["deadli",{"_index":2661,"title":{},"content":{"Healing creative scars":{}},"tags":{}}],["deal",{"_index":6564,"title":{},"content":{"RSS Feeds, Hugo, and Lazy Image Loading":{}},"tags":{}}],["death",{"_index":3249,"title":{"Death to pseudocode?":{}},"content":{},"tags":{}}],["deb",{"_index":2100,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{}},"tags":{}}],["debacl",{"_index":7082,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["debat",{"_index":7081,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["debug",{"_index":1213,"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":{}},"tags":{}}],["debug.writeline(george.isold",{"_index":4309,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["debunk",{"_index":5717,"title":{},"content":{"Thoughts on collaboration in education":{}},"tags":{}}],["decad",{"_index":4385,"title":{"A Decade in the Software Engineering industry":{}},"content":{},"tags":{}}],["decennium",{"_index":3718,"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":{}},"tags":{}}],["decentr",{"_index":6526,"title":{"Just saying hi @kogakure 👋 getting my feet wet with decentralized “tooting” (although I opted for...":{}},"content":{"Digitizing journals using DEVONthink":{},"Hi @laura thanks to your https://laurakalbag.com/what-is-mastodon-and-why-should-i-use-it/ I dipp...":{},"Just saying hi @kogakure 👋 getting my feet wet with decentralized “tooting” (although I opted for...":{}},"tags":{}}],["decept",{"_index":4957,"title":{},"content":{"Programming: a Creative Cognitive Process":{}},"tags":{}}],["decibel",{"_index":3155,"title":{},"content":{"Take your time.":{}},"tags":{}}],["decid",{"_index":1012,"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":{}},"tags":{}}],["decis",{"_index":1939,"title":{},"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":{}},"tags":{}}],["declar",{"_index":646,"title":{},"content":{"undefined":{},"Unit Testing Stored Procedures":{}},"tags":{}}],["declareert",{"_index":637,"title":{},"content":{"undefined":{}},"tags":{}}],["declareren",{"_index":1101,"title":{},"content":{"undefined":{}},"tags":{}}],["decor",{"_index":436,"title":{},"content":{"No, vegetarians do not eat fish!":{},"undefined":{},"Custom Webdriver Page Factories":{},"Designing websites with accessibility in mind":{}},"tags":{}}],["decoreren",{"_index":780,"title":{},"content":{"undefined":{}},"tags":{}}],["decronstruct",{"_index":3304,"title":{},"content":{"Thinking in terms of objects":{}},"tags":{}}],["dedic",{"_index":3269,"title":{},"content":{"Death to pseudocode?":{},"Project Warlock: About Perseverance":{},"The Internet Killed Secrets in Games":{}},"tags":{}}],["deduct",{"_index":3307,"title":{},"content":{"Thinking in terms of objects":{}},"tags":{}}],["deel",{"_index":1141,"title":{},"content":{"undefined":{},"A Ph.D. Thesis Proposal":{},"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["deep",{"_index":1850,"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":{}},"tags":{}}],["deepli",{"_index":1933,"title":{},"content":{"Faking domain logic":{}},"tags":{}}],["def",{"_index":1037,"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":{}},"tags":{}}],["default.aspxbrain",{"_index":5504,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["for(int",{"_index":515,"title":{},"content":{"undefined":{},"Death to pseudocode?":{}},"tags":{}}],["for(var",{"_index":863,"title":{},"content":{"undefined":{}},"tags":{}}],["foray",{"_index":4626,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["forbidden",{"_index":3154,"title":{},"content":{"Take your time.":{}},"tags":{}}],["forc",{"_index":3123,"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":{}},"tags":{}}],["forceren",{"_index":1388,"title":{},"content":{"undefined":{}},"tags":{}}],["ford",{"_index":6587,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["ford'",{"_index":4332,"title":{},"content":{"Productivity Tools on all platforms":{},"The Productive Programmer on Mac":{}},"tags":{}}],["ford gba",{"_index":4809,"title":{},"content":{"Teaching Object-Oriented design using the GBA":{}},"tags":{}}],["github](https://githut.info",{"_index":7100,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["githut'",{"_index":7099,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["gitlab",{"_index":3566,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{}},"tags":{}}],["give",{"_index":70,"title":{},"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":{}},"tags":{"Are you handing over enough when inspiring someone?":{}}}],["given",{"_index":1429,"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":{}},"tags":{}}],["giving](/img/sharing.png",{"_index":2409,"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":{}},"tags":{}}],["glanc",{"_index":7223,"title":{},"content":{"Exploring the Go programming language":{}},"tags":{}}],["glasheld",{"_index":5036,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["glide",{"_index":6689,"title":{},"content":{"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"tags":{}}],["global",{"_index":3019,"title":{},"content":{"Inventing - for the worse?":{},"Hugo Extended: More static site processing power!":{},"The insanity of collecting retro games":{}},"tags":{}}],["global.asaxbla",{"_index":5498,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["heal",{"_index":2635,"title":{"Healing creative scars":{}},"content":{"Journaling in practice":{}},"tags":{}}],["heap",{"_index":2007,"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":{}},"tags":{}}],["heard",{"_index":1308,"title":{},"content":{"Unit Testing Stored Procedures":{},"Digitizing journals using DEVONthink":{},"You Shouldn't Use Spotify":{}},"tags":{}}],["heat",{"_index":6100,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{}},"tags":{}}],["heaven",{"_index":1511,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["heaven'",{"_index":7529,"title":{},"content":{"I just learned about https://www.inklestudios.com/ink/ a scripting language used in story-heavy a...":{}},"tags":{}}],["heavi",{"_index":1993,"title":{"I just learned about https://www.inklestudios.com/ink/ a scripting language used in story-heavy a...":{}},"content":{".NET Memory management VS JVM Memory management":{},"Unit Testing Extjs UI with Siesta":{},"Computer Science learning pathways":{},"Programming: a Creative Cognitive Process":{},"I just learned about https://www.inklestudios.com/ink/ a scripting language used in story-heavy a...":{}},"tags":{}}],["heavili",{"_index":1362,"title":{},"content":{"undefined":{},"Productivity Tools on all platforms":{}},"tags":{}}],["heavyweight",{"_index":2045,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{},"Teaching by philosophy":{},"Programming on the Apple M1 Silicon":{}},"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":3475,"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":4145,"title":{},"content":{"Over tijdsbesef":{},"Over analoog en digitaal":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["heck",{"_index":6435,"title":{},"content":{"Programming on the Apple M1 Silicon":{},"How to write academic papers in Markdown":{}},"tags":{}}],["heden",{"_index":4290,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["hedendaags",{"_index":3960,"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":1071,"title":{},"content":{"undefined":{},"Over het introduceren van bedrijfsethiek":{},"Over tijdsbesef":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["heelal",{"_index":3477,"title":{},"content":{"Over entropie":{}},"tags":{}}],["heen",{"_index":1225,"title":{},"content":{"undefined":{},"Over de inflatie van intellect":{}},"tags":{}}],["hefti",{"_index":5563,"title":{},"content":{"ITiCSE 2020: A Report":{}},"tags":{}}],["height",{"_index":2704,"title":{},"content":{"A quick look at 6 fountain pens":{},"amchart renderer":{}},"tags":{}}],["height='16'>fe",{"_index":7286,"title":{},"content":{"Freshly Baked Thoughts":{}},"tags":{}}],["height='16'><us",{"_index":7778,"title":{},"content":{"Half-Baked Ideas":{}},"tags":{}}],["hel",{"_index":4295,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["helaa",{"_index":3958,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["held",{"_index":6177,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{},"Today, I threw out https://buttercup.pw/ in favor ...":{}},"tags":{}}],["hele",{"_index":1149,"title":{},"content":{"undefined":{},"Over tijdsbesef":{}},"tags":{}}],["helema",{"_index":4537,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["helft",{"_index":3869,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["hell",{"_index":1955,"title":{},"content":{"Faking domain logic":{},"Digitizing journals using DEVONthink":{},"Teaching students about coding trends":{},"Enjoyed an afternoon of oldskool Diablo II on the ...":{}},"tags":{}}],["hell_",{"_index":4773,"title":{},"content":{"Teaching Object-Oriented design using the GBA":{}},"tags":{}}],["hello",{"_index":1128,"title":{"Bye autotools hello Scons":{}},"content":{"undefined":{},"How to write academic papers in Markdown":{},"Exploring the Go programming language":{},"I just built a few Go projects on my Windows XP re...":{}},"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":{}},"tags":{}}],["hem",{"_index":4488,"title":{},"content":{"Over analoog en digitaal":{},"De zin en onzin van conferenties":{}},"tags":{}}],["henc",{"_index":3708,"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":{}},"tags":{}}],["hendrerit",{"_index":7398,"title":{},"content":{"amchart renderer":{}},"tags":{}}],["herb",{"_index":2610,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["herbruikt",{"_index":1057,"title":{},"content":{"undefined":{}},"tags":{}}],["here",{"_index":182,"title":{"@rubenerd just installed my own Pleroma server to say hi! Big fan of your micro-blog for ages here.":{}},"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":{},"I pulled the Google plug and installed LineageOS: https://brainbaking.com/post/2021/03/getting-ri...":{},"Spring is in the air: it is sunny and temperatures...":{},"Jeremy Clarke wrote a set of Nim tools that allows...":{}},"tags":{}}],["here'",{"_index":1936,"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":{}},"tags":{}}],["here.</p",{"_index":7453,"title":{},"content":{"@rubenerd just installed my own Pleroma server to say hi! Big fan of your micro-blog for ages here.":{}},"tags":{}}],["here](/museum/1998",{"_index":6018,"title":{},"content":{"A journey through the history of webdesign":{}},"tags":{}}],["here](/museum/2000",{"_index":6044,"title":{},"content":{"A journey through the history of webdesign":{}},"tags":{}}],["here](/post/2020/09/reviv",{"_index":5760,"title":{},"content":{"An am486 Performance Analysis":{}},"tags":{}}],["here](/post/a",{"_index":2677,"title":{},"content":{"Healing creative scars":{}},"tags":{}}],["here](https://arxiv.org/abs/2101.00837",{"_index":6640,"title":{},"content":{"What is Creativity in Software Engineering?":{}},"tags":{}}],["here](https://gohugo.io/hugo",{"_index":5192,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"tags":{}}],["here](https://web.archive.org/web/20010705221029/http://www.awhilesoft.f2s.com",{"_index":6046,"title":{},"content":{"A journey through the history of webdesign":{}},"tags":{}}],["here’",{"_index":161,"title":{},"content":{"Ending your day with happy thoughts":{}},"tags":{}}],["herhaalbaar",{"_index":3647,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{}},"tags":{}}],["herhal",{"_index":3629,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{},"Over de inflatie van intellect":{}},"tags":{}}],["herinn",{"_index":4283,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["herinneren",{"_index":4198,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["herinneringen",{"_index":5061,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["herkenbaar",{"_index":3896,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["herkurken",{"_index":4126,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["herleven",{"_index":4535,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["heropsommen",{"_index":594,"title":{},"content":{"undefined":{}},"tags":{}}],["herself",{"_index":5093,"title":{},"content":{"Five reasons why agile and academia don't go together":{},"Page Building with Brizy in Wordpress":{}},"tags":{}}],["heruitgav",{"_index":4520,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["hesit",{"_index":2381,"title":{},"content":{"Are you handing over enough when inspiring someone?":{},"Development principles in cooking":{}},"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":{}},"tags":{}}],["hetzelfd",{"_index":4827,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["hex",{"_index":4659,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["hexen",{"_index":5362,"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":{}},"tags":{}}],["hi",{"_index":7445,"title":{"@rubenerd just installed my own Pleroma server to say hi! Big fan of your micro-blog for ages here.":{},"Hi @laura thanks to your https://laurakalbag.com/what-is-mastodon-and-why-should-i-use-it/ I dipp...":{},"Just saying hi @kogakure 👋 getting my feet wet with decentralized “tooting” (although I opted for...":{}},"content":{"@rubenerd just installed my own Pleroma server to say hi! Big fan of your micro-blog for ages here.":{},"Just saying hi @kogakure 👋 getting my feet wet with decentralized “tooting” (although I opted for...":{}},"tags":{}}],["hibern",{"_index":1996,"title":{},"content":{".NET Memory management VS JVM Memory management":{},"Exploring the Go programming language":{}},"tags":{}}],["hidden",{"_index":3120,"title":{},"content":{"Hiding Code Complexity":{},"Thinking in terms of objects":{},"Designing websites with accessibility in mind":{},"The Internet Killed Secrets in Games":{}},"tags":{}}],["hide",{"_index":2621,"title":{"Hiding Code Complexity":{}},"content":{"Development principles in cooking":{},"Hiding Code Complexity":{},"Death to pseudocode?":{},"My Retro Desk/Gaming Setup in 2021":{},"Jeremy Clarke wrote a set of Nim tools that allows...":{}},"tags":{}}],["hideou",{"_index":6825,"title":{},"content":{"How to write academic papers in Markdown":{}},"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":{}}],["hierond",{"_index":669,"title":{},"content":{"undefined":{}},"tags":{}}],["hierop",{"_index":833,"title":{},"content":{"undefined":{}},"tags":{}}],["hierrond",{"_index":741,"title":{},"content":{"undefined":{}},"tags":{}}],["high",{"_index":5357,"title":{},"content":{"Project Warlock: About Perseverance":{},"3D Software Rendering on the GBA":{},"An am486 Performance Analysis":{},"WinXP Upgrade: Sound Blaster X-Fi":{}},"tags":{}}],["higher",{"_index":3176,"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":{}},"tags":{}}],["highli",{"_index":2757,"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":{}},"tags":{}}],["highlight",{"_index":5314,"title":{},"content":{"Using Pandoc to publish a book":{},"Programming on the Apple M1 Silicon":{}},"tags":{}}],["hij",{"_index":4173,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{},"De zin en onzin van conferenties":{}},"tags":{}}],["hike",{"_index":298,"title":{},"content":{"On finding your inner zen in big cities":{}},"tags":{}}],["hill",{"_index":3130,"title":{},"content":{"Take your time.":{}},"tags":{}}],["him/her",{"_index":5146,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{}},"tags":{}}],["him/herself",{"_index":6502,"title":{},"content":{"Thoughts on Bullshit Jobs":{}},"tags":{}}],["hint",{"_index":6311,"title":{},"content":{"The Internet Killed Secrets in Games":{},"Has anyone else noticed posted links on Twitter get re-encoded into t.co URLs in order to gather ...":{}},"tags":{}}],["hip",{"_index":6850,"title":{},"content":{"You Shouldn't Use Spotify":{}},"tags":{}}],["hire",{"_index":3841,"title":{},"content":{"Reverse engineering a curriculum":{},"Project Warlock: About Perseverance":{}},"tags":{}}],["his/her",{"_index":6504,"title":{},"content":{"Thoughts on Bullshit Jobs":{}},"tags":{}}],["histor",{"_index":6675,"title":{},"content":{"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"tags":{}}],["histori",{"_index":4394,"title":{"A journey through the history of webdesign":{}},"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":{}},"tags":{}}],["history.blogspot.be/2010/06/insid",{"_index":1031,"title":{},"content":{"undefined":{}},"tags":{}}],["history_",{"_index":6618,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["hit",{"_index":1972,"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":{},"Enjoyed an afternoon of oldskool Diablo II on the ...":{}},"tags":{}}],["hln",{"_index":5592,"title":{},"content":{"Tracking and privacy concerns on websites":{}},"tags":{}}],["hln.be",{"_index":5588,"title":{},"content":{"Tracking and privacy concerns on websites":{}},"tags":{}}],["hln.jpg",{"_index":5594,"title":{},"content":{"Tracking and privacy concerns on websites":{}},"tags":{}}],["hm",{"_index":2391,"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":2392,"title":{},"content":{"Are you handing over enough when inspiring someone?":{}},"tags":{}}],["hmmm",{"_index":2282,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{}},"tags":{}}],["hobb",{"_index":4270,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["hobb'",{"_index":3044,"title":{},"content":{"2017 in books":{},"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["hobbi",{"_index":2642,"title":{},"content":{"Healing creative scars":{}},"tags":{}}],["hobbyisten",{"_index":4617,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["hoc",{"_index":5101,"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":3793,"title":{},"content":{"A Ph.D. Thesis Proposal":{}},"tags":{}}],["hoeveelheid",{"_index":3413,"title":{},"content":{"Over entropie":{},"De zin en onzin van conferenties":{}},"tags":{}}],["hog",{"_index":1990,"title":{},"content":{".NET Memory management VS JVM Memory management":{},"Journaling in practice":{}},"tags":{}}],["hoge",{"_index":3134,"title":{},"content":{"Take your time.":{}},"tags":{}}],["hold",{"_index":914,"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":{}},"tags":{}}],["hole",{"_index":1014,"title":{},"content":{"Learning to become a baker":{}},"tags":{}}],["holi",{"_index":2729,"title":{},"content":{"A quick look at 6 fountain pens":{},"Okay, so sending involves Webmention.app and IFTTT to poll my RSS feed (According to https://www....":{}},"tags":{}}],["holl",{"_index":3908,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["homag",{"_index":6272,"title":{},"content":{"The Internet Killed Secrets in Games":{}},"tags":{}}],["home",{"_index":266,"title":{},"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":{},"Spring is in the air: it is sunny and temperatures...":{}},"tags":{}}],["homebrew",{"_index":6462,"title":{},"content":{"Programming on the Apple M1 Silicon":{}},"tags":{}}],["homebrews](https://soffes.blog/homebrew",{"_index":6463,"title":{},"content":{"Programming on the Apple M1 Silicon":{}},"tags":{}}],["homemad",{"_index":964,"title":{},"content":{"Learning to become a baker":{},"How to teach kids to program":{}},"tags":{}}],["homo",{"_index":2962,"title":{},"content":{"Inventing - for the worse?":{}},"tags":{}}],["honderden",{"_index":4039,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["honest",{"_index":6851,"title":{},"content":{"You Shouldn't Use Spotify":{},"Getting rid of trackers using LineageOS":{}},"tags":{}}],["honestli",{"_index":2777,"title":{},"content":{"A quick look at 6 fountain pens":{},"You Shouldn't Use Spotify":{},"Exploring the AlterNet":{}},"tags":{}}],["honey",{"_index":2904,"title":{},"content":{"I'm jealous of my dog":{},"Hiding Code Complexity":{}},"tags":{}}],["honeycomb",{"_index":6716,"title":{},"content":{"My Retro Desk/Gaming Setup in 2021":{}},"tags":{}}],["hood",{"_index":3235,"title":{},"content":{"Concentrating on serendipitous creativity":{}},"tags":{}}],["hoofd",{"_index":3446,"title":{},"content":{"Over entropie":{},"A Ph.D. Thesis Proposal":{}},"tags":{}}],["hoogt",{"_index":4183,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["hook",{"_index":1751,"title":{},"content":{"Metaprogramming instead of duplication":{},"Webdriver Exception Handling":{},"Programming: a Creative Cognitive Process":{},"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["hoop",{"_index":1477,"title":{},"content":{"undefined":{}},"tags":{}}],["hooray",{"_index":4778,"title":{},"content":{"Teaching Object-Oriented design using the GBA":{}},"tags":{}}],["hoort",{"_index":3383,"title":{},"content":{"Over entropie":{}},"tags":{}}],["hop",{"_index":2992,"title":{},"content":{"Inventing - for the worse?":{},"A Decade in the Software Engineering industry":{},"You Shouldn't Use Spotify":{}},"tags":{}}],["hope",{"_index":5372,"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":{}},"tags":{}}],["hopefulli",{"_index":4943,"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":{}},"tags":{}}],["hopelijk",{"_index":4498,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["horadr",{"_index":6285,"title":{},"content":{"The Internet Killed Secrets in Games":{}},"tags":{}}],["horen",{"_index":3372,"title":{},"content":{"Over entropie":{},"Over analoog en digitaal":{}},"tags":{}}],["horizont",{"_index":5669,"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":3536,"title":{},"content":{"Computer Science learning pathways":{},"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["horrifi",{"_index":2435,"title":{},"content":{"Are you handing over enough when inspiring someone?":{},"Domain Driven Design in C":{}},"tags":{}}],["hospit",{"_index":6508,"title":{},"content":{"Thoughts on Bullshit Jobs":{}},"tags":{}}],["host",{"_index":2010,"title":{"DIY: Hosting stuff on your own VPS":{}},"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":{},"Always have a Diaster Recovery Plan":{},"Lousy Wordpress Hacking Attempts detected":{},"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["hostnam",{"_index":1405,"title":{},"content":{"undefined":{},"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["hot",{"_index":140,"title":{},"content":{"Ending your day with happy thoughts":{},"Development principles in cooking":{},"Teaching by philosophy":{}},"tags":{}}],["hotel",{"_index":286,"title":{},"content":{"On finding your inner zen in big cities":{},"No, vegetarians do not eat fish!":{},"Faking domain logic":{}},"tags":{}}],["hotkey",{"_index":6628,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["hou",{"_index":4053,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["hour",{"_index":200,"title":{"36 hours later, the bread sings. @eli_oat":{}},"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":{},"36 hours later, the bread sings. @eli_oat":{}},"tags":{}}],["hous",{"_index":4408,"title":{},"content":{"A Decade in the Software Engineering industry":{},"WinXP Upgrade: Sound Blaster X-Fi":{}},"tags":{}}],["hover",{"_index":6234,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["how.cssselector",{"_index":1881,"title":{},"content":{"Custom Webdriver Page Factories":{}},"tags":{}}],["howto",{"_index":5472,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["hq45",{"_index":6150,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["hql",{"_index":1998,"title":{},"content":{".NET Memory management VS JVM Memory management":{}},"tags":{}}],["hr",{"_index":924,"title":{},"content":{"Learning to become a baker":{},"Thoughts on Bullshit Jobs":{}},"tags":{}}],["href",{"_index":5208,"title":{},"content":{"Hugo Extended: More static site processing power!":{},"RSS Feeds, Hugo, and Lazy Image Loading":{}},"tags":{}}],["href=\"http://brainbaking.com",{"_index":7507,"title":{},"content":{"Heads up RSS feed readers of brainbaking.com! Federated half-baked thoughts (https://brainbaking....":{},"I changed my mind on my toot syndication to brainb...":{}},"tags":{}}],["href=\"http://codepen.io",{"_index":7607,"title":{},"content":{"So, we rewrote our CS courses in Markdown. I'm loo...":{}},"tags":{}}],["href=\"http://jefklakscodex.com",{"_index":7518,"title":{},"content":{"Dog-walk thought: how cool would it be if the Nintendo Switch would support publishing screenshot...":{}},"tags":{}}],["href=\"http://replit.com",{"_index":7601,"title":{},"content":{"So, we rewrote our CS courses in Markdown. I'm loo...":{}},"tags":{}}],["href=\"http://t.co",{"_index":7475,"title":{},"content":{"Has anyone else noticed posted links on Twitter get re-encoded into t.co URLs in order to gather ...":{}},"tags":{}}],["href=\"http://tilde.club/~jonbel",{"_index":7646,"title":{},"content":{"Someone made a Slack client on Windows 3.1? https:...":{}},"tags":{}}],["href=\"http://webmention.app",{"_index":7488,"title":{},"content":{"Okay, so sending involves Webmention.app and IFTTT to poll my RSS feed (According to https://www....":{}},"tags":{}}],["href=\"http://www.particles.org/particlesbb",{"_index":7652,"title":{},"content":{"Yesterday, I logged in on someone's Commodore 64 B...":{}},"tags":{}}],["href=\"http://www.squirrel",{"_index":7531,"title":{},"content":{"I just learned about https://www.inklestudios.com/ink/ a scripting language used in story-heavy a...":{}},"tags":{}}],["href=\"https://blog.thimbleweedpark.com/scripting_test.html",{"_index":7537,"title":{},"content":{"I just learned about https://www.inklestudios.com/ink/ a scripting language used in story-heavy a...":{}},"tags":{}}],["href=\"https://brainbaking.com/not",{"_index":7509,"title":{},"content":{"Heads up RSS feed readers of brainbaking.com! Federated half-baked thoughts (https://brainbaking....":{},"I changed my mind on my toot syndication to brainb...":{}},"tags":{}}],["href=\"https://brainbaking.com/post/2021/03/get",{"_index":7495,"title":{},"content":{"I pulled the Google plug and installed LineageOS: https://brainbaking.com/post/2021/03/getting-ri...":{}},"tags":{}}],["href=\"https://brainbaking.com/post/2021/03/th",{"_index":7546,"title":{},"content":{"I've been fiddling with IndieWeb stuff the last week and all in all, I think it's a mixed...":{}},"tags":{}}],["href=\"https://bsd.network/@rubenerd",{"_index":7451,"title":{},"content":{"@rubenerd just installed my own Pleroma server to say hi! Big fan of your micro-blog for ages here.":{},"Yesterday, I logged in on someone's Commodore 64 B...":{}},"tags":{}}],["href=\"https://buttercup.pw",{"_index":7696,"title":{},"content":{"Today, I threw out https://buttercup.pw/ in favor ...":{}},"tags":{}}],["href=\"https://bytecellar.com/bbs",{"_index":7633,"title":{},"content":{"Today, I tried to open a gemini:// link in my webb...":{}},"tags":{}}],["href=\"https://caniuse.com/load",{"_index":7567,"title":{},"content":{"Great, I can ditch lazysizes.js! Didn't know about...":{}},"tags":{}}],["href=\"https://chat.brainbaking.com/media/28da3d7d",{"_index":7689,"title":{},"content":{"I much prefer Sonic Mania's Lock On to Belgium's t...":{}},"tags":{}}],["href=\"https://chat.brainbaking.com/media/3dbcb044",{"_index":7590,"title":{},"content":{"Enjoyed an afternoon of oldskool Diablo II on the ...":{}},"tags":{}}],["href=\"https://chat.brainbaking.com/media/5098b8c5",{"_index":7668,"title":{},"content":{"36 hours later, the bread sings. @eli_oat":{}},"tags":{}}],["href=\"https://chat.brainbaking.com/media/6f8b72ca",{"_index":7579,"title":{},"content":{"Enjoyed an afternoon of oldskool Diablo II on the ...":{}},"tags":{}}],["href=\"https://chat.brainbaking.com/media/7f3ffba",{"_index":7662,"title":{},"content":{"36 hours later, the bread sings. @eli_oat":{}},"tags":{}}],["href=\"https://chat.brainbaking.com/media/8412444a",{"_index":7656,"title":{},"content":{"36 hours later, the bread sings. @eli_oat":{}},"tags":{}}],["href=\"https://chat.brainbaking.com/media/870f2c19",{"_index":7674,"title":{},"content":{"36 hours later, the bread sings. @eli_oat":{}},"tags":{}}],["href=\"https://chat.brainbaking.com/tag/lineageo",{"_index":7501,"title":{},"content":{"I pulled the Google plug and installed LineageOS: https://brainbaking.com/post/2021/03/getting-ri...":{},"This is so frustrating. Suddenly, my local banking...":{}},"tags":{}}],["href=\"https://chat.brainbaking.com/users/acvillag",{"_index":7718,"title":{},"content":{"Today, I got a bit weird and made an animal crossi...":{}},"tags":{}}],["href=\"https://dog.estate/@eli_oat",{"_index":7559,"title":{},"content":{"@eli_oat a serious fire destroyed the data center ...":{},"36 hours later, the bread sings. @eli_oat":{}},"tags":{}}],["href=\"https://forth",{"_index":7541,"title":{},"content":{"https://forth-standard.org/ - yet another programming language I need to take a look at? That lis...":{}},"tags":{}}],["href=\"https://fosstodon.org/@kev",{"_index":7550,"title":{},"content":{"I've been fiddling with IndieWeb stuff the last week and all in all, I think it's a mixed...":{}},"tags":{}}],["href=\"https://github.com/makeworld",{"_index":7627,"title":{},"content":{"Today, I tried to open a gemini:// link in my webb...":{}},"tags":{}}],["href=\"https://indieweb.org/micropub",{"_index":7513,"title":{},"content":{"Dog-walk thought: how cool would it be if the Nintendo Switch would support publishing screenshot...":{}},"tags":{}}],["href=\"https://indieweb.org/peso",{"_index":7516,"title":{},"content":{"Dog-walk thought: how cool would it be if the Nintendo Switch would support publishing screenshot...":{}},"tags":{}}],["href=\"https://jefklakscodex.com/articles/reviews/son",{"_index":7685,"title":{},"content":{"I much prefer Sonic Mania's Lock On to Belgium's t...":{}},"tags":{}}],["href=\"https://keepassxc.org",{"_index":7698,"title":{},"content":{"Today, I threw out https://buttercup.pw/ in favor ...":{}},"tags":{}}],["href=\"https://kuleuven",{"_index":7610,"title":{},"content":{"So, we rewrote our CS courses in Markdown. I'm loo...":{}},"tags":{}}],["href=\"https://laurakalbag.com/what",{"_index":7460,"title":{},"content":{"Hi @laura thanks to your https://laurakalbag.com/what-is-mastodon-and-why-should-i-use-it/ I dipp...":{}},"tags":{}}],["href=\"https://mastodon.ar.al/@ar",{"_index":7619,"title":{},"content":{"You are a product of your environment. Eventually...":{}},"tags":{}}],["href=\"https://mastodon.davidpeach.co.uk/@david",{"_index":7734,"title":{},"content":{"Good news everyone! Brain Baking was just launched...":{}},"tags":{}}],["href=\"https://mastodon.laurakalbag.com/@laura",{"_index":7458,"title":{},"content":{"Hi @laura thanks to your https://laurakalbag.com/what-is-mastodon-and-why-should-i-use-it/ I dipp...":{},"You are a product of your environment. Eventually...":{}},"tags":{}}],["href=\"https://mastodon.social/@kogakur",{"_index":7470,"title":{},"content":{"Just saying hi @kogakure 👋 getting my feet wet with decentralized “tooting” (although I opted for...":{}},"tags":{}}],["href=\"https://sebastiandedeyne.com/ad",{"_index":7480,"title":{},"content":{"Trying to wrap my mind around WebMentions and how I could implement them without resorting to a t...":{}},"tags":{}}],["href=\"https://twitter.com/olesovhcom/status/1369478732247932929",{"_index":7561,"title":{},"content":{"@eli_oat a serious fire destroyed the data center ...":{}},"tags":{}}],["href=\"https://web.dev/brows",{"_index":7564,"title":{},"content":{"Great, I can ditch lazysizes.js! Didn't know about...":{}},"tags":{}}],["href=\"https://www.inklestudios.com/ink",{"_index":7526,"title":{},"content":{"I just learned about https://www.inklestudios.com/ink/ a scripting language used in story-heavy a...":{}},"tags":{}}],["href=\"https://www.jayeless.net/2021/02/integr",{"_index":7490,"title":{},"content":{"Okay, so sending involves Webmention.app and IFTTT to poll my RSS feed (According to https://www....":{}},"tags":{}}],["href=\"https://www.strifestreams.com/post/628317276707405824/anoth",{"_index":7724,"title":{},"content":{"I noticed Tumblr sites do not support receiving pi...":{}},"tags":{}}],["href=\"https://www.youtube.com/watch?v=szum7mhwr88",{"_index":7759,"title":{},"content":{"Jeremy Clarke wrote a set of Nim tools that allows...":{}},"tags":{}}],["href=\"https://yeokhengmeng.com/2019/12/build",{"_index":7639,"title":{},"content":{"Someone made a Slack client on Windows 3.1? https:...":{}},"tags":{}}],["html",{"_index":1876,"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":{}},"tags":{}}],["html5",{"_index":5475,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["htmlinputbox",{"_index":1889,"title":{},"content":{"Custom Webdriver Page Factories":{}},"tags":{}}],["htmlsubmitbutton",{"_index":1888,"title":{},"content":{"Custom Webdriver Page Factories":{}},"tags":{}}],["http",{"_index":5159,"title":{"Someone made a Slack client on Windows 3.1? https:...":{}},"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":{}},"tags":{}}],["http(",{"_index":7273,"title":{},"content":{"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["http/1.1",{"_index":7054,"title":{},"content":{"Lousy Wordpress Hacking Attempts detected":{}},"tags":{}}],["http://bash.cyberciti.biz",{"_index":1422,"title":{},"content":{"undefined":{}},"tags":{}}],["http://cyberciti.biz/fb",{"_index":1414,"title":{},"content":{"undefined":{}},"tags":{}}],["http://groovy.codehaus.org/p",{"_index":770,"title":{},"content":{"undefined":{}},"tags":{}}],["http://racket",{"_index":1250,"title":{},"content":{"undefined":{}},"tags":{}}],["http://web.mit.edu/~axch/www/test",{"_index":1255,"title":{},"content":{"undefined":{}},"tags":{}}],["http://www.cs.utexas.edu/ftp/garbage/cs345/schintro",{"_index":1194,"title":{},"content":{"undefined":{}},"tags":{}}],["http://www.gnu.org/s/mit",{"_index":1246,"title":{},"content":{"undefined":{}},"tags":{}}],["https://brainbak",{"_index":7506,"title":{"Heads up RSS feed readers of brainbaking.com! Federated half-baked thoughts (https://brainbaking....":{}},"content":{},"tags":{}}],["https://brainbaking.com/post/2021/03/get",{"_index":7494,"title":{"I pulled the Google plug and installed LineageOS: https://brainbaking.com/post/2021/03/getting-ri...":{}},"content":{},"tags":{}}],["https://buttercup.pw",{"_index":7695,"title":{"Today, I threw out https://buttercup.pw/ in favor ...":{}},"content":{},"tags":{}}],["https://forth",{"_index":7539,"title":{"https://forth-standard.org/ - yet another programming language I need to take a look at? That lis...":{}},"content":{},"tags":{}}],["https://github.com/miloyip/gam",{"_index":3518,"title":{},"content":{"Computer Science learning pathways":{}},"tags":{}}],["https://github.com/wgroeneveld/gba",{"_index":5654,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["https://laurakalbag.com/what",{"_index":7454,"title":{"Hi @laura thanks to your https://laurakalbag.com/what-is-mastodon-and-why-should-i-use-it/ I dipp...":{}},"content":{},"tags":{}}],["https://www",{"_index":7487,"title":{"Okay, so sending involves Webmention.app and IFTTT to poll my RSS feed (According to https://www....":{}},"content":{},"tags":{}}],["https://www.inklestudios.com/ink",{"_index":7525,"title":{"I just learned about https://www.inklestudios.com/ink/ a scripting language used in story-heavy a...":{}},"content":{},"tags":{}}],["huge",{"_index":1611,"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":{}},"tags":{}}],["hugo",{"_index":2407,"title":{"Hugo Extended: More static site processing power!":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Using Hugo to Launch a Gemini Capsule":{}},"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":{},"Trying to wrap my mind around WebMentions and how I could implement them without resorting to a t...":{}},"tags":{"Hugo Extended: More static site processing power!":{},"RSS Feeds, Hugo, and Lazy Image Loading":{}}}],["hugo'",{"_index":5232,"title":{},"content":{"Page Building with Brizy in Wordpress":{}},"tags":{}}],["hugo.environ",{"_index":5226,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"tags":{}}],["hugo.html",{"_index":7491,"title":{},"content":{"Okay, so sending involves Webmention.app and IFTTT to poll my RSS feed (According to https://www....":{}},"tags":{}}],["hugo.html</a",{"_index":7493,"title":{},"content":{"Okay, so sending involves Webmention.app and IFTTT to poll my RSS feed (According to https://www....":{}},"tags":{}}],["hugo.io",{"_index":5228,"title":{},"content":{"Page Building with Brizy in Wordpress":{}},"tags":{}}],["hugo](/post/2020/05/hugo",{"_index":6557,"title":{},"content":{"RSS Feeds, Hugo, and Lazy Image Loading":{}},"tags":{}}],["hugo](https://gohugo.io",{"_index":2384,"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":4972,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["huiselijk",{"_index":4979,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["human",{"_index":2912,"title":{},"content":{"I'm jealous of my dog":{},"Death to pseudocode?":{},"Computer Science learning pathways":{},"ITiCSE 2020: A Report":{}},"tags":{}}],["humor",{"_index":3902,"title":{},"content":{"Over de inflatie van intellect":{}},"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":{}}],["hundr",{"_index":2786,"title":{},"content":{"Journaling in practice":{}},"tags":{}}],["hunt",{"_index":5865,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{},"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["hunter",{"_index":6877,"title":{},"content":{"You Shouldn't Use Spotify":{}},"tags":{}}],["hurt",{"_index":4328,"title":{},"content":{"Domain Driven Design in C":{},"Thoughts on Bullshit Jobs":{}},"tags":{}}],["hybrid",{"_index":4580,"title":{},"content":{"Over analoog en digitaal":{},"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["hyperkin",{"_index":6795,"title":{},"content":{"The insanity of collecting retro games":{}},"tags":{}}],["hét",{"_index":5003,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["héél",{"_index":4988,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["i$(gtest_dir",{"_index":1836,"title":{},"content":{"Bye autotools hello Scons":{}},"tags":{}}],["i'm",{"_index":7478,"title":{},"content":{"Has anyone else noticed posted links on Twitter get re-encoded into t.co URLs in order to gather ...":{},"Heads up RSS feed readers of brainbaking.com! Federated half-baked thoughts (https://brainbaking....":{},"Dog-walk thought: how cool would it be if the Nintendo Switch would support publishing screenshot...":{},"I spent some time with Yarn/Jest/ES2019, it felt good to be programming again. I am developing a ...":{}},"tags":{}}],["i'v",{"_index":7544,"title":{"I've been fiddling with IndieWeb stuff the last week and all in all, I think it's a mixed...":{}},"content":{"I've been fiddling with IndieWeb stuff the last week and all in all, I think it's a mixed...":{}},"tags":{}}],["i'd",{"_index":1960,"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":{}},"tags":{}}],["i'll",{"_index":2032,"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":{}},"tags":{}}],["i'm",{"_index":1967,"title":{"I'm jealous of my dog":{},"So, we rewrote our CS courses in Markdown. I'm loo...":{}},"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":{},"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":{},"So, we rewrote our CS courses in Markdown. I'm loo...":{},"I spent the day pretending to attend a virtual Gop...":{}},"tags":{}}],["i'v",{"_index":1277,"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":{}},"tags":{}}],["i5",{"_index":6112,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{}},"tags":{}}],["iaculi",{"_index":7325,"title":{},"content":{"amchart renderer":{}},"tags":{}}],["ic",{"_index":2468,"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":2358,"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":{},"Freshly Baked Thoughts":{},"Half-Baked Ideas":{}},"tags":{}}],["icon`",{"_index":6023,"title":{},"content":{"A journey through the history of webdesign":{}},"tags":{}}],["ifttt",{"_index":7485,"title":{"Okay, so sending involves Webmention.app and IFTTT to poll my RSS feed (According to https://www....":{}},"content":{"Okay, so sending involves Webmention.app and IFTTT to poll my RSS feed (According to https://www....":{}},"tags":{}}],["ignor",{"_index":2395,"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":{}},"tags":{}}],["ii",{"_index":2145,"title":{"Enjoyed an afternoon of oldskool Diablo II on the ...":{}},"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":{},"Enjoyed an afternoon of oldskool Diablo II on the ...":{}},"tags":{}}],["ii'",{"_index":6274,"title":{},"content":{"The Internet Killed Secrets in Games":{}},"tags":{}}],["iii/iv",{"_index":6074,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{}},"tags":{}}],["ik",{"_index":1183,"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":{}}],["illustr",{"_index":2365,"title":{},"content":{"Teaching yourself to draw":{},"Page Building with Brizy in Wordpress":{}},"tags":{}}],["im",{"_index":7013,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"tags":{}}],["imag",{"_index":2121,"title":{"RSS Feeds, Hugo, and Lazy Image Loading":{}},"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":{},"Great, I can ditch lazysizes.js! Didn't know about...":{},"Enjoyed an afternoon of oldskool Diablo II on the ...":{},"36 hours later, the bread sings. @eli_oat":{},"I much prefer Sonic Mania's Lock On to Belgium's t...":{}},"tags":{}}],["image.html",{"_index":6574,"title":{},"content":{"RSS Feeds, Hugo, and Lazy Image Loading":{}},"tags":{}}],["imageformat.png",{"_index":2129,"title":{},"content":{"Webdriver Exception Handling":{}},"tags":{}}],["imagemagick",{"_index":6468,"title":{},"content":{"Programming on the Apple M1 Silicon":{}},"tags":{}}],["images![^tip",{"_index":6582,"title":{},"content":{"RSS Feeds, Hugo, and Lazy Image Loading":{}},"tags":{}}],["imagin",{"_index":1930,"title":{},"content":{"Faking domain logic":{},"Unit testing in Legacy Projects: VB6":{},"Reverse engineering a curriculum":{},"Programming: a Creative Cognitive Process":{},"Thoughts on Bullshit Jobs":{}},"tags":{}}],["img",{"_index":4151,"title":{},"content":{"Over tijdsbesef":{},"Programming: a Creative Cognitive Process":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Enjoyed an afternoon of oldskool Diablo II on the ...":{},"36 hours later, the bread sings. @eli_oat":{},"I much prefer Sonic Mania's Lock On to Belgium's t...":{}},"tags":{}}],["img/analoguent.jpg",{"_index":4587,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["img/desktopshots/engagebusy_febr2005.jpg",{"_index":6235,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["img/desktopshots/feb2004.jpg",{"_index":6212,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["img/desktopshots/fvwm_aug2004.jpg",{"_index":6217,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["img/desktopshots/fvwm_confnew_20051027_1.jpg",{"_index":6251,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["img/desktopshots/lila_sept2004.jpg",{"_index":6226,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["imit",{"_index":2569,"title":{},"content":{"A samurai learning mindset":{}},"tags":{}}],["immedi",{"_index":2467,"title":{},"content":{"How to teach kids to program":{},"Combining async with generators in Node 11":{},"I spent the day pretending to attend a virtual Gop...":{}},"tags":{}}],["immer",{"_index":3362,"title":{},"content":{"Over entropie":{},"Boeken die mij gevormd hebben tot wie ik ben":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["immin",{"_index":3229,"title":{},"content":{"Concentrating on serendipitous creativity":{}},"tags":{}}],["immut",{"_index":798,"title":{},"content":{"undefined":{}},"tags":{}}],["impact",{"_index":5546,"title":{},"content":{"ITiCSE 2020: A Report":{}},"tags":{}}],["impass",{"_index":3221,"title":{},"content":{"Concentrating on serendipitous creativity":{}},"tags":{}}],["impatient.https://laurakalbag.com/what",{"_index":7461,"title":{},"content":{"Hi @laura thanks to your https://laurakalbag.com/what-is-mastodon-and-why-should-i-use-it/ I dipp...":{}},"tags":{}}],["it'",{"_index":7545,"title":{"I've been fiddling with IndieWeb stuff the last week and all in all, I think it's a mixed...":{}},"content":{"I've been fiddling with IndieWeb stuff the last week and all in all, I think it's a mixed...":{},"@eli_oat a serious fire destroyed the data center ...":{}},"tags":{}}],["it'",{"_index":1281,"title":{},"content":{"Unit Testing Stored Procedures":{},"Enhancing the builder pattern with closures":{},"Integration Testing with SQLite":{},"Metaprogramming instead of duplication":{},"Bye autotools hello Scons":{},"Custom Webdriver Page Factories":{},"Faking domain logic":{},"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?":{},"How to teach kids to program":{},"A samurai learning mindset":{},"Development principles in cooking":{},"Healing creative scars":{},"A quick look at 6 fountain pens":{},"Journaling in practice":{},"Nuts about local nuts":{},"I'm jealous of my dog":{},"Inventing - for the worse?":{},"Hiding Code Complexity":{},"Take your time.":{},"Concentrating on serendipitous creativity":{},"Death to pseudocode?":{},"Teaching by philosophy":{},"Computer Science learning pathways":{},"A Ph.D. Thesis Proposal":{},"Reverse engineering a curriculum":{},"Domain Driven Design in C":{},"Productivity Tools on all platforms":{},"The Startup of a Lean Doctorate":{},"Unit Testing PicoBlaze Assembly files":{},"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":{},"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":{},"ITiCSE 2020: A Report":{},"Tracking and privacy concerns on websites":{},"3D Software Rendering on the GBA":{},"Thoughts on collaboration in education":{},"An am486 Performance Analysis":{},"486 Upgrade 2: The SD Card HDD":{},"Building a Core2Duo Windows XP Retro PC":{},"Personal Desktop Screenshots of Olde":{},"Win98 Upgrade: Sound Blaster Audigy":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Programming on the Apple M1 Silicon":{},"Thoughts on Bullshit Jobs":{},"Digitizing journals using DEVONthink":{},"My Retro Desk/Gaming Setup in 2021":{},"How to write academic papers in Markdown":{},"Exploring the AlterNet":{},"Teaching students about coding trends":{},"The IndieWeb Mixed Bag":{},"Discord killed support for WinXP":{},"Exploring the Go programming language":{},"I just built a few Go projects on my Windows XP re...":{}},"tags":{}}],["it'll",{"_index":3506,"title":{},"content":{"Teaching by philosophy":{},"This is so frustrating. Suddenly, my local banking...":{}},"tags":{}}],["ithellohi",{"_index":7456,"title":{},"content":{"Hi @laura thanks to your https://laurakalbag.com/what-is-mastodon-and-why-should-i-use-it/ I dipp...":{}},"tags":{}}],["p>just",{"_index":7468,"title":{},"content":{"Just saying hi @kogakure 👋 getting my feet wet with decentralized “tooting” (although I opted for...":{}},"tags":{}}],["p_userid",{"_index":1356,"title":{},"content":{"Unit Testing Stored Procedures":{}},"tags":{}}],["paar",{"_index":1098,"title":{},"content":{"undefined":{}},"tags":{}}],["pack",{"_index":6071,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{}},"tags":{}}],["pack.html",{"_index":5778,"title":{},"content":{"An am486 Performance Analysis":{}},"tags":{}}],["pack](https://www.philscomputerlab.com/do",{"_index":5777,"title":{},"content":{"An am486 Performance Analysis":{}},"tags":{}}],["packag",{"_index":959,"title":{},"content":{"Learning to become a baker":{},"Migrating from Extjs to React gradually":{},"Unit testing in Legacy Projects: VB6":{},"Nuts about local nuts":{},"Unit Testing PicoBlaze Assembly files":{},"DIY: Hosting stuff on your own VPS":{},"Hugo Extended: More static site processing power!":{},"Using Pandoc to publish a book":{},"Exploring the Go programming language":{},"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["package.json",{"_index":5217,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"tags":{}}],["package](https://github.com/wgroeneveld/opbtest",{"_index":4636,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["page",{"_index":96,"title":{"Custom Webdriver Page Factories":{},"Page Building with Brizy in Wordpress":{}},"content":{"Ending your day with happy thoughts":{},"Custom Webdriver Page Factories":{},"Unit Testing Extjs UI with Siesta":{},"Teaching yourself to draw":{},"Are you handing over enough when inspiring someone?":{},"Journaling in practice":{},"2017 in books":{},"Productivity Tools on all platforms":{},"IT Competences and Certificates":{},"DIY: Hosting stuff on your own VPS":{},"Page Building with Brizy in Wordpress":{},"Using Pandoc to publish a book":{},"Tracking and privacy concerns on websites":{},"A journey through the history of webdesign":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"The Productive Programmer on Mac":{},"What is Creativity in Software Engineering?":{},"Lousy Wordpress Hacking Attempts detected":{},"The IndieWeb Mixed Bag":{},"So, we rewrote our CS courses in Markdown. I'm loo...":{}},"tags":{}}],["pagefactori",{"_index":1903,"title":{},"content":{"Custom Webdriver Page Factories":{}},"tags":{}}],["pagefactory.initel",{"_index":1892,"title":{},"content":{"Custom Webdriver Page Factories":{}},"tags":{}}],["pages](https://github.com/trend",{"_index":7098,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["pagina",{"_index":654,"title":{},"content":{"undefined":{}},"tags":{}}],["pagina'",{"_index":4917,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["paid",{"_index":3012,"title":{},"content":{"Inventing - for the worse?":{},"Page Building with Brizy in Wordpress":{},"Thoughts on Bullshit Jobs":{},"Digitizing journals using DEVONthink":{},"My Retro Desk/Gaming Setup in 2021":{},"The insanity of collecting retro games":{},"You Shouldn't Use Spotify":{}},"tags":{}}],["pain",{"_index":1582,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{},"Productivity Tools on all platforms":{},"Teaching Object-Oriented design using the GBA":{},"3D Software Rendering on the GBA":{},"Always have a Diaster Recovery Plan":{},"Getting rid of trackers using LineageOS":{}},"tags":{}}],["painless",{"_index":6362,"title":{},"content":{"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["paint",{"_index":2350,"title":{},"content":{"Teaching yourself to draw":{}},"tags":{}}],["pair",{"_index":2475,"title":{},"content":{"How to teach kids to program":{},"Hiding Code Complexity":{},"Five reasons why agile and academia don't go together":{}},"tags":{}}],["pakketj",{"_index":4989,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["pakt",{"_index":1205,"title":{},"content":{"undefined":{}},"tags":{}}],["pale",{"_index":6396,"title":{},"content":{"WinXP Upgrade: Sound Blaster X-Fi":{},"Discord killed support for WinXP":{}},"tags":{}}],["palett",{"_index":4805,"title":{},"content":{"Teaching Object-Oriented design using the GBA":{},"3D Software Rendering on the GBA":{}},"tags":{}}],["pandem",{"_index":6788,"title":{},"content":{"The insanity of collecting retro games":{}},"tags":{}}],["pandoc",{"_index":5270,"title":{"Using Pandoc to publish a book":{}},"content":{"Using Pandoc to publish a book":{},"How to write academic papers in Markdown":{}},"tags":{"Using Pandoc to publish a book":{},"How to write academic papers in Markdown":{}}}],["pandoc](/post/2020/05/us",{"_index":6798,"title":{},"content":{"How to write academic papers in Markdown":{}},"tags":{}}],["pandoc](https://pandoc.org",{"_index":6801,"title":{},"content":{"How to write academic papers in Markdown":{}},"tags":{}}],["panel",{"_index":2046,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{},"Migrating from Extjs to React gradually":{},"Always have a Diaster Recovery Plan":{}},"tags":{}}],["panflut",{"_index":6836,"title":{},"content":{"How to write academic papers in Markdown":{}},"tags":{}}],["panic",{"_index":2827,"title":{},"content":{"Nuts about local nuts":{}},"tags":{}}],["paper",{"_index":2803,"title":{"How to write academic papers in Markdown":{}},"content":{"Journaling in practice":{},"Inventing - for the worse?":{},"The Startup of a Lean Doctorate":{},"A Ph.D. Thesis: Iteration 2":{},"De zin en onzin van conferenties":{},"Five reasons why agile and academia don't go together":{},"Designing websites with accessibility in mind":{},"ITiCSE 2020: A Report":{},"Thoughts on collaboration in education":{},"Thoughts on Bullshit Jobs":{},"What is Creativity in Software Engineering?":{},"My Retro Desk/Gaming Setup in 2021":{},"How to write academic papers in Markdown":{},"You Shouldn't Use Spotify":{}},"tags":{}}],["papers](https://speakerdeck.com/jakevdp/in",{"_index":4479,"title":{},"content":{"The Startup of a Lean Doctorate":{}},"tags":{}}],["paragraph",{"_index":5515,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["paralel",{"_index":4912,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["parallel",{"_index":7222,"title":{},"content":{"Exploring the Go programming language":{}},"tags":{}}],["param",{"_index":1112,"title":{},"content":{"undefined":{},"Death to pseudocode?":{}},"tags":{}}],["paramet",{"_index":1077,"title":{},"content":{"undefined":{},"Visual Studio 2012 for Eclipse users":{},"Enhancing the builder pattern with closures":{},".NET Memory management VS JVM Memory management":{}},"tags":{}}],["paramount",{"_index":3859,"title":{},"content":{"Reverse engineering a curriculum":{}},"tags":{}}],["parent",{"_index":953,"title":{},"content":{"Learning to become a baker":{},"Migrating from Extjs to React gradually":{}},"tags":{}}],["pari",{"_index":3832,"title":{},"content":{"Reverse engineering a curriculum":{}},"tags":{}}],["park",{"_index":3133,"title":{},"content":{"Take your time.":{},"Over entropie":{},"I just learned about https://www.inklestudios.com/ink/ a scripting language used in story-heavy a...":{}},"tags":{}}],["park!_",{"_index":5942,"title":{},"content":{"Reviving an old 80486 PC":{}},"tags":{}}],["parmesan",{"_index":2839,"title":{},"content":{"Nuts about local nuts":{}},"tags":{}}],["pars",{"_index":5189,"title":{},"content":{"Hugo Extended: More static site processing power!":{},"Page Building with Brizy in Wordpress":{}},"tags":{}}],["parsabl",{"_index":7136,"title":{},"content":{"The IndieWeb Mixed Bag":{}},"tags":{}}],["parsen",{"_index":718,"title":{},"content":{"undefined":{}},"tags":{}}],["parser",{"_index":7140,"title":{},"content":{"The IndieWeb Mixed Bag":{}},"tags":{}}],["parser](https://aime",{"_index":7138,"title":{},"content":{"The IndieWeb Mixed Bag":{}},"tags":{}}],["part",{"_index":952,"title":{},"content":{"Learning to become a baker":{},"Unit Testing Stored Procedures":{},"undefined":{},".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":{},"Are you handing over enough when inspiring someone?":{},"How to teach kids to program":{},"Healing creative scars":{},"A quick look at 6 fountain pens":{},"Journaling in practice":{},"Inventing - for the worse?":{},"Teaching by philosophy":{},"Computer Science learning pathways":{},"Domain Driven Design in C":{},"A Decade in the Software Engineering industry":{},"Programming: a Creative Cognitive Process":{},"Five reasons why agile and academia don't go together":{},"Hugo Extended: More static site processing power!":{},"3D Software Rendering on the GBA":{},"486 Upgrade 1: Sound Blaster 16":{},"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 Internet Killed Secrets in Games":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Programming on the Apple M1 Silicon":{},"Thoughts on Bullshit Jobs":{},"Digitizing journals using DEVONthink":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"My Retro Desk/Gaming Setup in 2021":{},"How to write academic papers in Markdown":{},"You Shouldn't Use Spotify":{},"Teaching students about coding trends":{},"The IndieWeb Mixed Bag":{},"Someone made a Slack client on Windows 3.1? https:...":{}},"tags":{}}],["part?](/post/journ",{"_index":2638,"title":{},"content":{"Healing creative scars":{}},"tags":{}}],["parti",{"_index":5403,"title":{},"content":{"Project Warlock: About Perseverance":{},"The Internet Killed Secrets in Games":{},"Trying to wrap my mind around WebMentions and how I could implement them without resorting to a t...":{}},"tags":{}}],["particip",{"_index":6662,"title":{},"content":{"What is Creativity in Software Engineering?":{}},"tags":{}}],["particular",{"_index":3024,"title":{},"content":{"Inventing - for the worse?":{},"A Ph.D. Thesis: Iteration 2":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Teaching students about coding trends":{}},"tags":{}}],["particularli",{"_index":6222,"title":{},"content":{"Personal Desktop Screenshots of Olde":{},"Digitizing journals using DEVONthink":{},"How to write academic papers in Markdown":{}},"tags":{}}],["partit",{"_index":3271,"title":{},"content":{"Death to pseudocode?":{},"486 Upgrade 2: The SD Card HDD":{}},"tags":{}}],["partition(listr",{"_index":1439,"title":{},"content":{"undefined":{}},"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":{}},"tags":{}}],["pasta",{"_index":448,"title":{},"content":{"No, vegetarians do not eat fish!":{}},"tags":{}}],["pasta’",{"_index":440,"title":{},"content":{"No, vegetarians do not eat fish!":{}},"tags":{}}],["patch",{"_index":6209,"title":{},"content":{"Personal Desktop Screenshots of Olde":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"tags":{}}],["path",{"_index":1407,"title":{},"content":{"undefined":{},"Computer Science learning pathways":{},"A Decade in the Software Engineering industry":{},"RSS Feeds, Hugo, and Lazy Image Loading":{}},"tags":{}}],["pathet",{"_index":3149,"title":{},"content":{"Take your time.":{}},"tags":{}}],["pathway",{"_index":3515,"title":{"Computer Science learning pathways":{}},"content":{},"tags":{}}],["pattern",{"_index":1597,"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":{}},"tags":{}}],["pay",{"_index":1708,"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":{},"Today, I got a bit weird and made an animal crossi...":{}},"tags":{}}],["payoff",{"_index":4299,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["payout",{"_index":6869,"title":{},"content":{"You Shouldn't Use Spotify":{}},"tags":{}}],["pc",{"_index":1317,"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":{}},"tags":{}}],["pc.18845723",{"_index":6159,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["pc](/post/2020/09/reviv",{"_index":5804,"title":{},"content":{"486 Upgrade 2: The SD Card HDD":{},"486 Upgrade 1: Sound Blaster 16":{},"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["pc](/post/2020/10/build",{"_index":6055,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"tags":{}}],["pc_",{"_index":6155,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["pcb",{"_index":5875,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["pci",{"_index":6086,"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":{}},"tags":{}}],["pci128",{"_index":6320,"title":{},"content":{"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["pcpbench",{"_index":5792,"title":{},"content":{"An am486 Performance Analysis":{}},"tags":{}}],["pcs](/post/2020/09/486",{"_index":6366,"title":{},"content":{"WinXP Upgrade: Sound Blaster X-Fi":{}},"tags":{}}],["pcs](/post/2021/02/mi",{"_index":7180,"title":{},"content":{"Discord killed support for WinXP":{}},"tags":{}}],["pdf",{"_index":1578,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{},"Using Pandoc to publish a book":{}},"tags":{}}],["pdflatex",{"_index":5299,"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":{}},"tags":{}}],["peak",{"_index":5545,"title":{},"content":{"ITiCSE 2020: A Report":{},"Building a Core2Duo Windows XP Retro PC":{}},"tags":{}}],["peek",{"_index":6237,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["peer",{"_index":3227,"title":{},"content":{"Concentrating on serendipitous creativity":{},"Five reasons why agile and academia don't go together":{},"Thoughts on collaboration in education":{}},"tags":{}}],["pellentesqu",{"_index":7357,"title":{},"content":{"amchart renderer":{}},"tags":{}}],["pen",{"_index":460,"title":{"A quick look at 6 fountain pens":{}},"content":{"No, vegetarians do not eat fish!":{},"A quick look at 6 fountain pens":{},"Over de inflatie van intellect":{}},"tags":{}}],["pencil",{"_index":58,"title":{},"content":{"Ending your day with happy thoughts":{}},"tags":{}}],["pencil.that",{"_index":164,"title":{},"content":{"Ending your day with happy thoughts":{}},"tags":{}}],["pens](/img/6pen",{"_index":2759,"title":{},"content":{"A quick look at 6 fountain pens":{}},"tags":{}}],["pentium",{"_index":6073,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{},"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["penz",{"_index":2720,"title":{},"content":{"A quick look at 6 fountain pens":{}},"tags":{}}],["peopl",{"_index":277,"title":{},"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":{},"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["people'",{"_index":3101,"title":{},"content":{"Hiding Code Complexity":{}},"tags":{}}],["peplin",{"_index":4474,"title":{},"content":{"The Startup of a Lean Doctorate":{}},"tags":{}}],["pepper",{"_index":2601,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["per",{"_index":2390,"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":{}},"tags":{}}],["perceiv",{"_index":4925,"title":{},"content":{"Programming: a Creative Cognitive Process":{},"Thoughts on Bullshit Jobs":{}},"tags":{}}],["percentag",{"_index":6500,"title":{},"content":{"Thoughts on Bullshit Jobs":{},"Discord killed support for WinXP":{}},"tags":{}}],["perfect",{"_index":1988,"title":{},"content":{".NET Memory management VS JVM Memory management":{},"IT Competences and Certificates":{},"486 Upgrade 2: The SD Card HDD":{},"Exploring the Go programming language":{},"Today, I got a bit weird and made an animal crossi...":{}},"tags":{}}],["perfectli",{"_index":3080,"title":{},"content":{"2017 in books":{}},"tags":{}}],["perform",{"_index":2076,"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":{}},"tags":{}}],["perhap",{"_index":5081,"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":{}},"tags":{}}],["period",{"_index":947,"title":{},"content":{"Learning to become a baker":{},"Concentrating on serendipitous creativity":{},"Over tijdsbesef":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"tags":{}}],["perl",{"_index":714,"title":{},"content":{"undefined":{},"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["permiss",{"_index":6708,"title":{},"content":{"My Retro Desk/Gaming Setup in 2021":{},"Exploring the Go programming language":{}},"tags":{}}],["permitrootlogin",{"_index":5145,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{}},"tags":{}}],["pernici",{"_index":6487,"title":{},"content":{"Thoughts on Bullshit Jobs":{}},"tags":{}}],["persever",{"_index":5336,"title":{"Project Warlock: About Perseverance":{}},"content":{"The Internet Killed Secrets in Games":{}},"tags":{}}],["persist",{"_index":3099,"title":{},"content":{"Hiding Code Complexity":{},"DIY: Hosting stuff on your own VPS":{}},"tags":{}}],["person",{"_index":368,"title":{"Personal Desktop Screenshots of Olde":{}},"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":{},"Freshly Baked Thoughts":{}},"tags":{}}],["person(65",{"_index":4308,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["person(int",{"_index":4303,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["person_is_old",{"_index":4327,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["person_is_old(person",{"_index":4326,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["personag",{"_index":3915,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["personen",{"_index":3696,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{}},"tags":{}}],["persoon",{"_index":3396,"title":{},"content":{"Over entropie":{},"De zin en onzin van conferenties":{}},"tags":{}}],["persoonlijk",{"_index":3775,"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":{}},"tags":{}}],["perspectief",{"_index":4254,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["pescatarian",{"_index":354,"title":{},"content":{"No, vegetarians do not eat fish!":{}},"tags":{}}],["peso",{"_index":7153,"title":{},"content":{"The IndieWeb Mixed Bag":{},"Heads up RSS feed readers of brainbaking.com! Federated half-baked thoughts (https://brainbaking....":{},"Dog-walk thought: how cool would it be if the Nintendo Switch would support publishing screenshot...":{}},"tags":{}}],["pet",{"_index":3189,"title":{},"content":{"Take your time.":{}},"tags":{}}],["petit",{"_index":5928,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["petri",{"_index":3585,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{}},"tags":{}}],["pexels](https://pexels.com",{"_index":4721,"title":{},"content":{"IT Competences and Certificates":{}},"tags":{}}],["ph.d",{"_index":3706,"title":{"A Ph.D. Thesis Proposal":{},"A Ph.D. Thesis: Iteration 2":{}},"content":{"A Ph.D. Thesis Proposal":{}},"tags":{}}],["pharetra",{"_index":7391,"title":{},"content":{"amchart renderer":{}},"tags":{}}],["phase",{"_index":1336,"title":{},"content":{"Unit Testing Stored Procedures":{}},"tags":{}}],["phasellu",{"_index":7317,"title":{},"content":{"amchart renderer":{}},"tags":{}}],["phd",{"_index":3557,"title":{},"content":{"The Startup of a Lean Doctorate":{},"Thoughts on collaboration in education":{},"What is Creativity in Software Engineering?":{}},"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?":{}}}],["phenomenon",{"_index":3839,"title":{},"content":{"Reverse engineering a curriculum":{},"Thoughts on Bullshit Jobs":{}},"tags":{}}],["phil",{"_index":5846,"title":{},"content":{"486 Upgrade 2: The SD Card HDD":{}},"tags":{}}],["phil'",{"_index":5763,"title":{},"content":{"An am486 Performance Analysis":{},"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["philosophi",{"_index":2946,"title":{"Teaching by philosophy":{}},"content":{"I'm jealous of my dog":{},"Inventing - for the worse?":{},"2017 in books":{},"Reverse engineering a curriculum":{}},"tags":{"Teaching by philosophy":{}}}],["philosophy](/post/teach",{"_index":3806,"title":{},"content":{"Reverse engineering a curriculum":{}},"tags":{}}],["phone",{"_index":7016,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"tags":{}}],["photo",{"_index":5897,"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":{}},"tags":{}}],["photograph",{"_index":5528,"title":{},"content":{"ITiCSE 2020: A Report":{},"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["php",{"_index":5262,"title":{},"content":{"Page Building with Brizy in Wordpress":{}},"tags":{"Page Building with Brizy in Wordpress":{}}}],["physic",{"_index":1587,"title":{},"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":{}},"tags":{}}],["pi",{"_index":4578,"title":{"I noticed Tumblr sites do not support receiving pi...":{}},"content":{"Over analoog en digitaal":{}},"tags":{}}],["pick",{"_index":3483,"title":{},"content":{"Teaching by philosophy":{},"Building an Athlon Windows 98 Retro PC":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Exploring the Go programming language":{}},"tags":{}}],["picki",{"_index":2619,"title":{},"content":{"Development principles in cooking":{},"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["picoblaz",{"_index":4621,"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":4629,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["pictur",{"_index":2758,"title":{},"content":{"A quick look at 6 fountain pens":{},"Journaling in practice":{},"Take your time.":{}},"tags":{}}],["piec",{"_index":1060,"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":{}},"tags":{}}],["piet",{"_index":4825,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["pig",{"_index":3180,"title":{},"content":{"Take your time.":{}},"tags":{}}],["pijn",{"_index":3382,"title":{},"content":{"Over entropie":{}},"tags":{}}],["pike",{"_index":6965,"title":{},"content":{"Exploring the AlterNet":{}},"tags":{}}],["pike'",{"_index":7765,"title":{},"content":{"I just built a few Go projects on my Windows XP re...":{}},"tags":{}}],["piketti",{"_index":4745,"title":{},"content":{"IT Competences and Certificates":{}},"tags":{}}],["pile",{"_index":5477,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["pilot",{"_index":2732,"title":{},"content":{"A quick look at 6 fountain pens":{}},"tags":{}}],["pin",{"_index":2355,"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":{}},"tags":{}}],["pine",{"_index":2819,"title":{},"content":{"Nuts about local nuts":{}},"tags":{}}],["pingback",{"_index":6947,"title":{},"content":{"Exploring the AlterNet":{},"The IndieWeb Mixed Bag":{},"I noticed Tumblr sites do not support receiving pi...":{}},"tags":{}}],["pinki",{"_index":6985,"title":{},"content":{"Exploring the AlterNet":{}},"tags":{}}],["pinterest",{"_index":2352,"title":{},"content":{"Teaching yourself to draw":{}},"tags":{}}],["pipe",{"_index":5190,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"tags":{}}],["pipelin",{"_index":5173,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"tags":{}}],["pipes/scss",{"_index":5193,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"tags":{}}],["piss",{"_index":7120,"title":{},"content":{"The IndieWeb Mixed Bag":{}},"tags":{}}],["pitch",{"_index":6419,"title":{},"content":{"WinXP Upgrade: Sound Blaster X-Fi":{}},"tags":{}}],["pitfal",{"_index":740,"title":{},"content":{"undefined":{}},"tags":{}}],["pixel",{"_index":5608,"title":{},"content":{"Tracking and privacy concerns on websites":{},"3D Software Rendering on the GBA":{}},"tags":{}}],["pizza",{"_index":963,"title":{},"content":{"Learning to become a baker":{}},"tags":{}}],["pizza’",{"_index":439,"title":{},"content":{"No, vegetarians do not eat fish!":{}},"tags":{}}],["plaat",{"_index":3393,"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":1458,"title":{},"content":{"undefined":{}},"tags":{}}],["plaats2",{"_index":1459,"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":{},"You are a product of your environment. Eventually...":{},"I spent the day pretending to attend a virtual Gop...":{}},"tags":{}}],["placehold",{"_index":5511,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["placement",{"_index":6421,"title":{},"content":{"WinXP Upgrade: Sound Blaster X-Fi":{}},"tags":{}}],["plain",{"_index":5332,"title":{},"content":{"Using Pandoc to publish a book":{}},"tags":{}}],["plan",{"_index":2804,"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":{}},"tags":{}}],["plan\"_",{"_index":6917,"title":{},"content":{"Always have a Diaster Recovery Plan":{}},"tags":{}}],["plannen",{"_index":3577,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{}},"tags":{}}],["plant",{"_index":2419,"title":{},"content":{"Are you handing over enough when inspiring someone?":{}},"tags":{}}],["plastic",{"_index":2987,"title":{},"content":{"Inventing - for the worse?":{}},"tags":{}}],["plastieken",{"_index":5020,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["plateau",{"_index":2829,"title":{},"content":{"Nuts about local nuts":{}},"tags":{}}],["platform",{"_index":1503,"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":{},"I much prefer Sonic Mania's Lock On to Belgium's t...":{},"Half-Baked Ideas":{}},"tags":{}}],["platgeklopt",{"_index":3914,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["platinum",{"_index":2734,"title":{},"content":{"A quick look at 6 fountain pens":{}},"tags":{}}],["play",{"_index":2643,"title":{},"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":{},"This is so frustrating. Suddenly, my local banking...":{}},"tags":{}}],["player",{"_index":6280,"title":{},"content":{"The Internet Killed Secrets in Games":{},"You Shouldn't Use Spotify":{}},"tags":{}}],["pleasant",{"_index":5180,"title":{},"content":{"Hugo Extended: More static site processing power!":{},"Discord killed support for WinXP":{}},"tags":{}}],["pleasur",{"_index":5885,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["pleasures](https://nerdlypleasures.blogspot.com/2012/07/sound",{"_index":5869,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["plenti",{"_index":1312,"title":{},"content":{"Unit Testing Stored Procedures":{},"A Ph.D. Thesis: Iteration 2":{}},"tags":{}}],["plenty?ac=1&from_search=tru",{"_index":2607,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["plenty](https://www.goodreads.com/book/show/8086216",{"_index":2606,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["pleroma",{"_index":7444,"title":{"@rubenerd just installed my own Pleroma server to say hi! Big fan of your micro-blog for ages here.":{}},"content":{"@rubenerd just installed my own Pleroma server to say hi! Big fan of your micro-blog for ages here.":{},"Just saying hi @kogakure 👋 getting my feet wet with decentralized “tooting” (although I opted for...":{}},"tags":{}}],["plethora",{"_index":4392,"title":{},"content":{"A Decade in the Software Engineering industry":{},"Programming: a Creative Cognitive Process":{},"I spent the day pretending to attend a virtual Gop...":{}},"tags":{}}],["plichtbewust",{"_index":4216,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["pling",{"_index":4515,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["plot",{"_index":3938,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["plots",{"_index":4970,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["plow",{"_index":2298,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{},"What is Creativity in Software Engineering?":{}},"tags":{}}],["plu",{"_index":1199,"title":{},"content":{"undefined":{},"Thinking in terms of objects":{},"Reviving an old 80486 PC":{},"How to write academic papers in Markdown":{},"Exploring the AlterNet":{}},"tags":{}}],["plug",{"_index":1752,"title":{"I pulled the Google plug and installed LineageOS: https://brainbaking.com/post/2021/03/getting-ri...":{}},"content":{"Metaprogramming instead of duplication":{},"486 Upgrade 2: The SD Card HDD":{},"The Productive Programmer on Mac":{},"Getting rid of trackers using LineageOS":{},"I pulled the Google plug and installed LineageOS: https://brainbaking.com/post/2021/03/getting-ri...":{}},"tags":{}}],["plugin",{"_index":1497,"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":{},"Today, I threw out https://buttercup.pw/ in favor ...":{}},"tags":{}}],["plumb",{"_index":4298,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["plus(numb",{"_index":3308,"title":{},"content":{"Thinking in terms of objects":{}},"tags":{}}],["pm",{"_index":268,"title":{},"content":{"On finding your inner zen in big cities":{}},"tags":{}}],["png",{"_index":2128,"title":{},"content":{"Webdriver Exception Handling":{}},"tags":{}}],["pocket",{"_index":6854,"title":{},"content":{"You Shouldn't Use Spotify":{}},"tags":{}}],["pod",{"_index":3174,"title":{},"content":{"Take your time.":{}},"tags":{}}],["poge",{"_index":659,"title":{},"content":{"undefined":{},"Over entropie":{}},"tags":{}}],["pogingen",{"_index":3353,"title":{},"content":{"Over entropie":{}},"tags":{}}],["poi",{"_index":3556,"title":{},"content":{"Computer Science learning pathways":{}},"tags":{}}],["point",{"_index":1963,"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":{},"What is Creativity in Software Engineering?":{}},"tags":{}}],["pointcut",{"_index":2122,"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":{},"I spent the day pretending to attend a virtual Gop...":{}},"tags":{}}],["pointless",{"_index":6485,"title":{},"content":{"Thoughts on Bullshit Jobs":{}},"tags":{}}],["poison",{"_index":2948,"title":{},"content":{"I'm jealous of my dog":{}},"tags":{}}],["poke",{"_index":7645,"title":{},"content":{"Someone made a Slack client on Windows 3.1? https:...":{}},"tags":{}}],["polici",{"_index":7636,"title":{},"content":{"I changed my mind on my toot syndication to brainb...":{}},"tags":{}}],["polish",{"_index":5338,"title":{},"content":{"Project Warlock: About Perseverance":{}},"tags":{}}],["poll",{"_index":7486,"title":{"Okay, so sending involves Webmention.app and IFTTT to poll my RSS feed (According to https://www....":{}},"content":{"Okay, so sending involves Webmention.app and IFTTT to poll my RSS feed (According to https://www....":{}},"tags":{}}],["pollan'",{"_index":5290,"title":{},"content":{"Using Pandoc to publish a book":{}},"tags":{}}],["polyfil",{"_index":5464,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["polyglot",{"_index":7213,"title":{},"content":{"Exploring the Go programming language":{}},"tags":{}}],["ponder",{"_index":2917,"title":{},"content":{"I'm jealous of my dog":{}},"tags":{}}],["poof",{"_index":3842,"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":{}},"tags":{}}],["poor",{"_index":6920,"title":{},"content":{"Always have a Diaster Recovery Plan":{}},"tags":{}}],["pop",{"_index":2321,"title":{},"content":{"Teaching yourself to draw":{},"Hiding Code Complexity":{},"A journey through the history of webdesign":{},"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["popliedj",{"_index":5049,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["populair",{"_index":3887,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["popular",{"_index":1310,"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":{}},"tags":{}}],["port",{"_index":5143,"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":{}},"tags":{}}],["porta",{"_index":7364,"title":{},"content":{"amchart renderer":{}},"tags":{}}],["portal",{"_index":6282,"title":{},"content":{"The Internet Killed Secrets in Games":{}},"tags":{}}],["portion",{"_index":5239,"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":{}},"tags":{}}],["pose",{"_index":2707,"title":{},"content":{"A quick look at 6 fountain pens":{}},"tags":{}}],["posh",{"_index":434,"title":{},"content":{"No, vegetarians do not eat fish!":{}},"tags":{}}],["posit",{"_index":3263,"title":{},"content":{"Death to pseudocode?":{},"Using Pandoc to publish a book":{},"Project Warlock: About Perseverance":{},"My Retro Desk/Gaming Setup in 2021":{}},"tags":{}}],["positivisten",{"_index":3444,"title":{},"content":{"Over entropie":{}},"tags":{}}],["poss",{"_index":7156,"title":{},"content":{"The IndieWeb Mixed Bag":{},"Heads up RSS feed readers of brainbaking.com! Federated half-baked thoughts (https://brainbaking....":{},"Dog-walk thought: how cool would it be if the Nintendo Switch would support publishing screenshot...":{}},"tags":{}}],["posse](/notes/2021/03/04h08m47s31",{"_index":7157,"title":{},"content":{"The IndieWeb Mixed Bag":{}},"tags":{}}],["posse](https://indieweb.org/poss",{"_index":7150,"title":{},"content":{"The IndieWeb Mixed Bag":{}},"tags":{}}],["possess",{"_index":3008,"title":{},"content":{"Inventing - for the worse?":{}},"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":{},"Using Hugo to Launch a Gemini Capsule":{},"Jeremy Clarke wrote a set of Nim tools that allows...":{}},"tags":{}}],["post",{"_index":168,"title":{"Has anyone else noticed posted links on Twitter get re-encoded into t.co URLs in order to gather ...":{}},"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":{},"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":{},"Has anyone else noticed posted links on Twitter get re-encoded into t.co URLs in order to gather ...":{},"I've been fiddling with IndieWeb stuff the last week and all in all, I think it's a mixed...":{}},"tags":{}}],["post/2020/06/combin",{"_index":5420,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["post/index.xml",{"_index":7512,"title":{},"content":{"Heads up RSS feed readers of brainbaking.com! Federated half-baked thoughts (https://brainbaking....":{}},"tags":{}}],["post](/post/2020/09/reviv",{"_index":5752,"title":{},"content":{"An am486 Performance Analysis":{}},"tags":{}}],["post](https://stackoverflow.com/questions/5827612/nod",{"_index":5424,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["postbod",{"_index":3400,"title":{},"content":{"Over entropie":{}},"tags":{}}],["posteriori",{"_index":3301,"title":{},"content":{"Thinking in terms of objects":{}},"tags":{}}],["postgr",{"_index":5121,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{}},"tags":{}}],["postmodern",{"_index":2247,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{}},"tags":{}}],["postprocess",{"_index":1898,"title":{},"content":{"Custom Webdriver Page Factories":{}},"tags":{}}],["posts](/post",{"_index":7774,"title":{},"content":{"Half-Baked Ideas":{}},"tags":{}}],["postsharp",{"_index":2124,"title":{},"content":{"Webdriver Exception Handling":{}},"tags":{}}],["posuer",{"_index":7344,"title":{},"content":{"amchart renderer":{}},"tags":{}}],["potenti",{"_index":5729,"title":{},"content":{"Thoughts on collaboration in education":{}},"tags":{}}],["potj",{"_index":4892,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["power",{"_index":728,"title":{"Hugo Extended: More static site processing power!":{}},"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":{}},"tags":{}}],["power.jpg",{"_index":5978,"title":{},"content":{"Reviving an old 80486 PC":{}},"tags":{}}],["powerhous",{"_index":2779,"title":{},"content":{"A quick look at 6 fountain pens":{}},"tags":{}}],["pr",{"_index":6254,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["prachtig",{"_index":3346,"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":{}},"tags":{}}],["practician",{"_index":2517,"title":{},"content":{"A samurai learning mindset":{}},"tags":{}}],["practicum",{"_index":3845,"title":{},"content":{"Reverse engineering a curriculum":{}},"tags":{}}],["practition",{"_index":4677,"title":{},"content":{"A Ph.D. Thesis: Iteration 2":{},"IT Competences and Certificates":{}},"tags":{}}],["praesent",{"_index":7393,"title":{},"content":{"amchart renderer":{}},"tags":{}}],["praktijk",{"_index":4881,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["praktisch",{"_index":3635,"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":{}},"tags":{}}],["preambl",{"_index":5295,"title":{},"content":{"Using Pandoc to publish a book":{}},"tags":{}}],["predecessor",{"_index":6339,"title":{},"content":{"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["predefin",{"_index":1345,"title":{},"content":{"Unit Testing Stored Procedures":{}},"tags":{}}],["predic",{"_index":1212,"title":{},"content":{"undefined":{}},"tags":{}}],["prefer",{"_index":5124,"title":{"I much prefer Sonic Mania's Lock On to Belgium's t...":{}},"content":{"DIY: Hosting stuff on your own VPS":{},"Building an Athlon Windows 98 Retro PC":{},"I much prefer Sonic Mania's Lock On to Belgium's t...":{}},"tags":{}}],["prefix",{"_index":1326,"title":{},"content":{"Unit Testing Stored Procedures":{},"A Decade in the Software Engineering industry":{}},"tags":{}}],["preload",{"_index":2095,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{}},"tags":{}}],["prematur",{"_index":1243,"title":{},"content":{"undefined":{}},"tags":{}}],["premis",{"_index":6598,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["premium",{"_index":5252,"title":{},"content":{"Page Building with Brizy in Wordpress":{}},"tags":{}}],["preoccupi",{"_index":3156,"title":{},"content":{"Take your time.":{}},"tags":{}}],["prepar",{"_index":2594,"title":{},"content":{"Development principles in cooking":{},"Computer Science learning pathways":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Getting rid of trackers using LineageOS":{}},"tags":{}}],["presenc",{"_index":3071,"title":{},"content":{"2017 in books":{},"I spent the day pretending to attend a virtual Gop...":{}},"tags":{}}],["present",{"_index":2432,"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":{}},"tags":{}}],["presentati",{"_index":4898,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["presenteert",{"_index":4885,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["presenteren",{"_index":3666,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{},"Over de inflatie van intellect":{},"De zin en onzin van conferenties":{}},"tags":{}}],["preserv",{"_index":1484,"title":{},"content":{"undefined":{},"Lousy Wordpress Hacking Attempts detected":{}},"tags":{}}],["preset",{"_index":5223,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"tags":{}}],["press",{"_index":2851,"title":{},"content":{"Nuts about local nuts":{},"Tracking and privacy concerns on websites":{},"486 Upgrade 2: The SD Card HDD":{},"Teaching students about coding trends":{}},"tags":{}}],["pressur",{"_index":3228,"title":{},"content":{"Concentrating on serendipitous creativity":{}},"tags":{}}],["pretend",{"_index":6490,"title":{"I spent the day pretending to attend a virtual Gop...":{}},"content":{"Thoughts on Bullshit Jobs":{},"Exploring the Go programming language":{},"I spent the day pretending to attend a virtual Gop...":{}},"tags":{}}],["pretti",{"_index":2041,"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":{}},"tags":{}}],["prevent",{"_index":6735,"title":{},"content":{"My Retro Desk/Gaming Setup in 2021":{}},"tags":{}}],["preview",{"_index":5258,"title":{},"content":{"Page Building with Brizy in Wordpress":{}},"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?":{}},"tags":{}}],["previous](https://people.cs.kuleuven.be/~wouter.groeneveld/slr",{"_index":4922,"title":{},"content":{"Programming: a Creative Cognitive Process":{}},"tags":{}}],["price",{"_index":2754,"title":{},"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":{}},"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":{}}],["prij",{"_index":4072,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["primari",{"_index":6521,"title":{},"content":{"Digitizing journals using DEVONthink":{}},"tags":{}}],["primarili",{"_index":6852,"title":{},"content":{"You Shouldn't Use Spotify":{}},"tags":{}}],["primi",{"_index":7339,"title":{},"content":{"amchart renderer":{}},"tags":{}}],["primit",{"_index":790,"title":{},"content":{"undefined":{}},"tags":{}}],["princ",{"_index":7726,"title":{},"content":{"I noticed Tumblr sites do not support receiving pi...":{}},"tags":{}}],["princip",{"_index":3662,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{}},"tags":{}}],["principl",{"_index":2456,"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":{}},"tags":{"Development principles in cooking":{}}}],["prinf(\"%d",{"_index":4316,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["print",{"_index":561,"title":{},"content":{"undefined":{},"What is Creativity in Software Engineering?":{}},"tags":{}}],["printer",{"_index":2989,"title":{},"content":{"Inventing - for the worse?":{}},"tags":{}}],["priori",{"_index":3300,"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":5467,"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":{},"Hi @laura thanks to your https://laurakalbag.com/what-is-mastodon-and-why-should-i-use-it/ I dipp...":{},"I pulled the Google plug and installed LineageOS: https://brainbaking.com/post/2021/03/getting-ri...":{},"This is so frustrating. Suddenly, my local banking...":{}},"tags":{"Tracking and privacy concerns on websites":{},"Digitizing journals using DEVONthink":{},"Getting rid of trackers using LineageOS":{},"The IndieWeb Mixed Bag":{}}}],["privacy](/tags/privaci",{"_index":6989,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"tags":{}}],["privat",{"_index":1617,"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":{}},"tags":{}}],["privéwereld",{"_index":4852,"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":{}},"tags":{}}],["probabl",{"_index":1290,"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":{}},"tags":{}}],["probeert",{"_index":834,"title":{},"content":{"undefined":{}},"tags":{}}],["probleem",{"_index":3590,"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":3742,"title":{},"content":{"A Ph.D. Thesis Proposal":{}},"tags":{}}],["probleemstel",{"_index":3710,"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":{}},"tags":{}}],["problem](https://trudymorgancole.wordpress.com/2014/03/02/dog",{"_index":2929,"title":{},"content":{"I'm jealous of my dog":{}},"tags":{}}],["problemat",{"_index":4704,"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":1124,"title":{},"content":{"undefined":{},"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["proc.cal",{"_index":1152,"title":{},"content":{"undefined":{}},"tags":{}}],["proc.new",{"_index":1131,"title":{},"content":{"undefined":{}},"tags":{}}],["proc_test",{"_index":1151,"title":{},"content":{"undefined":{}},"tags":{}}],["proc`",{"_index":1137,"title":{},"content":{"undefined":{}},"tags":{}}],["procedur",{"_index":1275,"title":{"Unit Testing Stored Procedures":{}},"content":{"Unit Testing Stored Procedures":{},"Integration Testing with SQLite":{},"Unit testing in Legacy Projects: VB6":{},"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["proceed",{"_index":6634,"title":{},"content":{"What is Creativity in Software Engineering?":{}},"tags":{}}],["proceeding_",{"_index":4880,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["process",{"_index":1009,"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":{}},"tags":{}}],["process](/post/2019/10/cr",{"_index":6654,"title":{},"content":{"What is Creativity in Software Engineering?":{}},"tags":{}}],["process](http://csis.pace.edu/~ctappert/srd2015/2015pdf/d4.pdf",{"_index":4451,"title":{},"content":{"The Startup of a Lean Doctorate":{}},"tags":{}}],["processor",{"_index":5274,"title":{},"content":{"Using Pandoc to publish a book":{},"Building an Athlon Windows 98 Retro PC":{},"WinXP Upgrade: Sound Blaster X-Fi":{}},"tags":{}}],["produc",{"_index":1901,"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":{}},"tags":{}}],["produceert",{"_index":3344,"title":{},"content":{"Over entropie":{}},"tags":{}}],["produceren",{"_index":4076,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["product",{"_index":1499,"title":{"Productivity Tools on all platforms":{},"The Productive Programmer on Mac":{},"You are a product of your environment. Eventually...":{}},"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?":{},"You are a product of your environment. Eventually...":{}},"tags":{"Productivity Tools on all platforms":{},"The Productive Programmer on Mac":{}}}],["products/vsedidhd",{"_index":6197,"title":{},"content":{"Screen aspect ratios and DOS Games":{}},"tags":{}}],["proeverijen",{"_index":4059,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["prof",{"_index":6062,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{}},"tags":{}}],["profess",{"_index":2513,"title":{},"content":{"A samurai learning mindset":{},"Inventing - for the worse?":{},"IT Competences and Certificates":{},"Thoughts on collaboration in education":{}},"tags":{}}],["profession",{"_index":402,"title":{},"content":{"No, vegetarians do not eat fish!":{},"IT Competences and Certificates":{},"Freshly Baked Thoughts":{},"I spent the day pretending to attend a virtual Gop...":{}},"tags":{}}],["professionalism](http://ictprofessionalism.eu/th",{"_index":4726,"title":{},"content":{"IT Competences and Certificates":{}},"tags":{}}],["professionel",{"_index":3947,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["professor",{"_index":3485,"title":{},"content":{"Teaching by philosophy":{},"A Ph.D. Thesis Proposal":{},"Thoughts on collaboration in education":{},"Thoughts on Bullshit Jobs":{}},"tags":{}}],["professorship",{"_index":5716,"title":{},"content":{"Thoughts on collaboration in education":{}},"tags":{}}],["profil",{"_index":2357,"title":{},"content":{"Teaching yourself to draw":{},"IT Competences and Certificates":{}},"tags":{}}],["profound",{"_index":5886,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"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":{},"I spent some time with Yarn/Jest/ES2019, it felt good to be programming again. I am developing a ...":{},"https://forth-standard.org/ - yet another programming language I need to take a look at? That lis...":{}},"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":{},"I spent some time with Yarn/Jest/ES2019, it felt good to be programming again. I am developing a ...":{},"https://forth-standard.org/ - yet another programming language I need to take a look at? That lis...":{},"I spent the day pretending to attend a virtual Gop...":{},"Jeremy Clarke wrote a set of Nim tools that allows...":{},"I just built a few Go projects on my Windows XP re...":{}},"tags":{"Teaching students about coding trends":{}}}],["programm",{"_index":3516,"title":{"The Productive Programmer on Mac":{}},"content":{"Computer Science learning pathways":{},"Domain Driven Design in C":{},"The Productive Programmer on Mac":{},"Jeremy Clarke wrote a set of Nim tools that allows...":{}},"tags":{}}],["programmeerwerk",{"_index":3798,"title":{},"content":{"A Ph.D. Thesis Proposal":{}},"tags":{}}],["programmer?from_search=tru",{"_index":4334,"title":{},"content":{"Productivity Tools on all platforms":{}},"tags":{}}],["programmer?from_search=true&from_srp=true&qid=jyuzonuvol&rank=1",{"_index":6591,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["programmer](https://github.com/miloyip/gam",{"_index":3519,"title":{},"content":{"Computer Science learning pathways":{}},"tags":{}}],["programmer](https://www.goodreads.com/book/show/3411606",{"_index":4333,"title":{},"content":{"Productivity Tools on all platforms":{}},"tags":{}}],["programmer_",{"_index":6597,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["programming\"_",{"_index":6589,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["programming](https://th",{"_index":3825,"title":{},"content":{"Reverse engineering a curriculum":{}},"tags":{}}],["progress",{"_index":3855,"title":{},"content":{"Reverse engineering a curriculum":{},"My Retro Desk/Gaming Setup in 2021":{}},"tags":{}}],["proin",{"_index":7368,"title":{},"content":{"amchart renderer":{}},"tags":{}}],["project",{"_index":1413,"title":{"Unit testing in Legacy Projects: VB6":{},"Project Warlock: About Perseverance":{},"I just built a few Go projects on my Windows XP re...":{}},"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":{},"I spent the day pretending to attend a virtual Gop...":{},"I just built a few Go projects on my Windows XP re...":{}},"tags":{}}],["project=program.vbp",{"_index":2291,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{}},"tags":{}}],["prolifer",{"_index":6957,"title":{},"content":{"Exploring the AlterNet":{}},"tags":{}}],["prolong",{"_index":3014,"title":{},"content":{"Inventing - for the worse?":{}},"tags":{}}],["promin",{"_index":3531,"title":{},"content":{"Computer Science learning pathways":{}},"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":{}},"tags":{}}],["promise.all(subdirs.map(async",{"_index":5442,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["promise.resolv",{"_index":5454,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["promise.resolve(\"yo",{"_index":5458,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["promisifi",{"_index":5433,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["promisify(fs.readdir",{"_index":5437,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["promisify(fs.stat",{"_index":5439,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["promot",{"_index":3200,"title":{},"content":{"Concentrating on serendipitous creativity":{}},"tags":{}}],["prompt",{"_index":1435,"title":{},"content":{"undefined":{},"The Productive Programmer on Mac":{}},"tags":{}}],["promptli",{"_index":6699,"title":{},"content":{"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"I spent the day pretending to attend a virtual Gop...":{}},"tags":{}}],["proof",{"_index":3490,"title":{},"content":{"Teaching by philosophy":{},"The Productive Programmer on Mac":{}},"tags":{}}],["proper",{"_index":6535,"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":{}},"tags":{}}],["properli",{"_index":2656,"title":{},"content":{"Healing creative scars":{},"The IndieWeb Mixed Bag":{}},"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":{}},"tags":{}}],["property/picoblaze.html",{"_index":4630,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["proport",{"_index":3267,"title":{},"content":{"Death to pseudocode?":{}},"tags":{}}],["propos",{"_index":2383,"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":{}},"tags":{}}],["proposal](/post/phd",{"_index":4671,"title":{},"content":{"A Ph.D. Thesis: Iteration 2":{}},"tags":{}}],["proposal](/propos",{"_index":3818,"title":{},"content":{"Reverse engineering a curriculum":{}},"tags":{}}],["prose",{"_index":6641,"title":{},"content":{"What is Creativity in Software Engineering?":{}},"tags":{}}],["protect",{"_index":1186,"title":{},"content":{"undefined":{},"Death to pseudocode?":{},"Tracking and privacy concerns on websites":{},"Exploring the AlterNet":{}},"tags":{}}],["protocol",{"_index":677,"title":{},"content":{"undefined":{},"Exploring the AlterNet":{},"Discord killed support for WinXP":{},"Using Hugo to Launch a Gemini Capsule":{},"Today, I tried to open a gemini:// link in my webb...":{}},"tags":{}}],["proton",{"_index":7001,"title":{},"content":{"Getting rid of trackers using LineageOS":{},"This is so frustrating. Suddenly, my local banking...":{}},"tags":{}}],["protonmail",{"_index":7000,"title":{},"content":{"Getting rid of trackers using LineageOS":{},"This is so frustrating. Suddenly, my local banking...":{}},"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":{}}],["proud",{"_index":4795,"title":{},"content":{"Teaching Object-Oriented design using the GBA":{},"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["proudli",{"_index":5750,"title":{},"content":{"An am486 Performance Analysis":{}},"tags":{}}],["prove",{"_index":3179,"title":{},"content":{"Take your time.":{},"Programming: a Creative Cognitive Process":{},"Thoughts on collaboration in education":{},"Getting rid of trackers using LineageOS":{}},"tags":{}}],["proven",{"_index":2935,"title":{},"content":{"I'm jealous of my dog":{}},"tags":{}}],["provenc",{"_index":2860,"title":{},"content":{"Nuts about local nuts":{}},"tags":{}}],["provid",{"_index":1631,"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":{},"Using Hugo to Launch a Gemini Capsule":{},"Trying to wrap my mind around WebMentions and how I could implement them without resorting to a t...":{}},"tags":{}}],["proxi",{"_index":1659,"title":{},"content":{"Integration Testing with SQLite":{},"Custom Webdriver Page Factories":{}},"tags":{}}],["pseudo",{"_index":7766,"title":{},"content":{"I just built a few Go projects on my Windows XP re...":{}},"tags":{}}],["pseudocod",{"_index":3250,"title":{"Death to pseudocode?":{}},"content":{"Death to pseudocode?":{}},"tags":{}}],["psm(4",{"_index":4633,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["psm4",{"_index":4643,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["psu",{"_index":5812,"title":{},"content":{"486 Upgrade 2: The SD Card HDD":{}},"tags":{}}],["psycholog",{"_index":4946,"title":{},"content":{"Programming: a Creative Cognitive Process":{}},"tags":{}}],["pthread",{"_index":1820,"title":{},"content":{"Bye autotools hello Scons":{}},"tags":{}}],["public",{"_index":580,"title":{},"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?":{}},"tags":{}}],["publicati",{"_index":4867,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["publiceren",{"_index":4869,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["publiek",{"_index":3945,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["publish",{"_index":3517,"title":{"Using Pandoc to publish a book":{},"Dog-walk thought: how cool would it be if the Nintendo Switch would support publishing screenshot...":{}},"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":{},"Using Hugo to Launch a Gemini Capsule":{},"Dog-walk thought: how cool would it be if the Nintendo Switch would support publishing screenshot...":{},"I've been fiddling with IndieWeb stuff the last week and all in all, I think it's a mixed...":{}},"tags":{"Using Pandoc to publish a book":{},"How to write academic papers in Markdown":{}}}],["publisher'",{"_index":5401,"title":{},"content":{"Project Warlock: About Perseverance":{}},"tags":{}}],["puffi",{"_index":3173,"title":{},"content":{"Take your time.":{}},"tags":{}}],["puke",{"_index":227,"title":{},"content":{"On finding your inner zen in big cities":{}},"tags":{}}],["pull",{"_index":2955,"title":{"I pulled the Google plug and installed LineageOS: https://brainbaking.com/post/2021/03/getting-ri...":{}},"content":{"I'm jealous of my dog":{},"Getting rid of trackers using LineageOS":{},"Discord killed support for WinXP":{},"I pulled the Google plug and installed LineageOS: https://brainbaking.com/post/2021/03/getting-ri...":{}},"tags":{}}],["pulvinar",{"_index":7387,"title":{},"content":{"amchart renderer":{}},"tags":{}}],["pump",{"_index":6701,"title":{},"content":{"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"tags":{}}],["pun",{"_index":2997,"title":{},"content":{"Inventing - for the worse?":{}},"tags":{}}],["purcell](https://www.goodreads.com/book/show/7849839",{"_index":3068,"title":{},"content":{"2017 in books":{}},"tags":{}}],["purpos",{"_index":1214,"title":{},"content":{"undefined":{},"Integration Testing with SQLite":{},"Using Pandoc to publish a book":{},"Designing websites with accessibility in mind":{},"Digitizing journals using DEVONthink":{}},"tags":{}}],["pursuit",{"_index":5691,"title":{},"content":{"Thoughts on collaboration in education":{},"Freshly Baked Thoughts":{}},"tags":{}}],["puru",{"_index":7349,"title":{},"content":{"amchart renderer":{}},"tags":{}}],["push",{"_index":988,"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":{},"@eli_oat a serious fire destroyed the data center ...":{},"I changed my mind on my toot syndication to brainb...":{}},"tags":{}}],["pusher",{"_index":2976,"title":{},"content":{"Inventing - for the worse?":{}},"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":{}},"tags":{}}],["pycharm",{"_index":4344,"title":{},"content":{"Productivity Tools on all platforms":{}},"tags":{}}],["pypl",{"_index":7094,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["pyramid",{"_index":2327,"title":{},"content":{"Teaching yourself to draw":{},"Healing creative scars":{}},"tags":{}}],["pythagora",{"_index":3457,"title":{},"content":{"Over entropie":{}},"tags":{}}],["python",{"_index":704,"title":{},"content":{"undefined":{},"Unit Testing PicoBlaze Assembly files":{}},"tags":{"Bye autotools hello Scons":{}}}],["python'",{"_index":4639,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["python3",{"_index":1034,"title":{},"content":{"undefined":{}},"tags":{}}],["python3.9",{"_index":6467,"title":{},"content":{"Programming on the Apple M1 Silicon":{}},"tags":{}}],["python](http://effbot.org/zone/default",{"_index":1078,"title":{},"content":{"undefined":{}},"tags":{}}],["python](http://www.artima.com/weblogs/viewpost.jsp?thread=101605",{"_index":1045,"title":{},"content":{"undefined":{}},"tags":{}}],["python’",{"_index":1082,"title":{},"content":{"undefined":{}},"tags":{}}],["qmake",{"_index":1859,"title":{},"content":{"Bye autotools hello Scons":{}},"tags":{}}],["qt",{"_index":3539,"title":{},"content":{"Computer Science learning pathways":{}},"tags":{}}],["quak",{"_index":6056,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{},"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["qualif",{"_index":3016,"title":{},"content":{"Inventing - for the worse?":{}},"tags":{}}],["qualit",{"_index":6657,"title":{},"content":{"What is Creativity in Software Engineering?":{}},"tags":{}}],["qualiti",{"_index":3021,"title":{},"content":{"Inventing - for the worse?":{},"Five reasons why agile and academia don't go together":{},"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["quam",{"_index":7353,"title":{},"content":{"amchart renderer":{}},"tags":{}}],["quantifi",{"_index":2332,"title":{},"content":{"Teaching yourself to draw":{}},"tags":{}}],["queri",{"_index":1339,"title":{},"content":{"Unit Testing Stored Procedures":{},"Exploring the Go programming language":{}},"tags":{}}],["quest",{"_index":6147,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["question",{"_index":1333,"title":{},"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":{},"So, we rewrote our CS courses in Markdown. I'm loo...":{}},"tags":{}}],["queue",{"_index":6932,"title":{},"content":{"Always have a Diaster Recovery Plan":{}},"tags":{}}],["qui",{"_index":7355,"title":{},"content":{"amchart renderer":{}},"tags":{}}],["quick",{"_index":1531,"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":{}},"tags":{}}],["quicker",{"_index":6609,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["quicklaunch",{"_index":4359,"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":{},"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["quiet",{"_index":327,"title":{},"content":{"On finding your inner zen in big cities":{},"Always have a Diaster Recovery Plan":{}},"tags":{}}],["quirk",{"_index":7119,"title":{},"content":{"The IndieWeb Mixed Bag":{}},"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":{},"I spent some time with Yarn/Jest/ES2019, it felt good to be programming again. I am developing a ...":{}},"tags":{}}],["quot",{"_index":3305,"title":{},"content":{"Thinking in terms of objects":{},"The Productive Programmer on Mac":{},"How to write academic papers in Markdown":{},"Today, I got a bit weird and made an animal crossi...":{}},"tags":{}}],["quot;remov",{"_index":7552,"title":{},"content":{"I've been fiddling with IndieWeb stuff the last week and all in all, I think it's a mixed...":{}},"tags":{}}],["quotat",{"_index":6812,"title":{},"content":{"How to write academic papers in Markdown":{}},"tags":{}}],["r",{"_index":1562,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{},"2017 in books":{},"Death to pseudocode?":{}},"tags":{}}],["race",{"_index":5646,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["raceway",{"_index":6737,"title":{},"content":{"My Retro Desk/Gaming Setup in 2021":{}},"tags":{}}],["racket",{"_index":1249,"title":{},"content":{"undefined":{}},"tags":{}}],["rad",{"_index":4261,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["radar](https://www.thoughtworks.com/radar",{"_index":7090,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["radeon",{"_index":6107,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"tags":{}}],["radermach",{"_index":4684,"title":{},"content":{"A Ph.D. Thesis: Iteration 2":{}},"tags":{}}],["radian",{"_index":5672,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["rage",{"_index":2261,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{}},"tags":{}}],["rail",{"_index":3292,"title":{},"content":{"Death to pseudocode?":{}},"tags":{}}],["raindrop",{"_index":2951,"title":{},"content":{"I'm jealous of my dog":{}},"tags":{}}],["ram",{"_index":5127,"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":{}},"tags":{}}],["rambl",{"_index":7777,"title":{},"content":{"Half-Baked Ideas":{}},"tags":{}}],["ramif",{"_index":7155,"title":{},"content":{"The IndieWeb Mixed Bag":{}},"tags":{}}],["rammen",{"_index":3989,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["ran",{"_index":5786,"title":{},"content":{"An am486 Performance Analysis":{},"486 Upgrade 2: The SD Card HDD":{}},"tags":{}}],["random",{"_index":1947,"title":{},"content":{"Faking domain logic":{},"Nuts about local nuts":{},"Teaching by philosophy":{},"Domain Driven Design in C":{},"Today, I got a bit weird and made an animal crossi...":{}},"tags":{}}],["rang",{"_index":2084,"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":{}},"tags":{}}],["range(10",{"_index":1084,"title":{},"content":{"undefined":{}},"tags":{}}],["rank",{"_index":7107,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["rant",{"_index":5084,"title":{},"content":{"Five reasons why agile and academia don't go together":{}},"tags":{}}],["rapen",{"_index":4541,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["rapid",{"_index":2377,"title":{},"content":{"Are you handing over enough when inspiring someone?":{}},"tags":{}}],["rapidli",{"_index":3495,"title":{},"content":{"Teaching by philosophy":{},"Reviving an old 80486 PC":{},"Building a Core2Duo Windows XP Retro PC":{},"Exploring the AlterNet":{}},"tags":{}}],["rare",{"_index":3216,"title":{},"content":{"Concentrating on serendipitous creativity":{},"Teaching Object-Oriented design using the GBA":{}},"tags":{}}],["raspberri",{"_index":4577,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["raster",{"_index":5664,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["rata",{"_index":6868,"title":{},"content":{"You Shouldn't Use Spotify":{}},"tags":{}}],["rate",{"_index":5653,"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":{}},"tags":{}}],["ratio",{"_index":6185,"title":{"Screen aspect ratios and DOS Games":{}},"content":{},"tags":{}}],["raw",{"_index":5783,"title":{},"content":{"An am486 Performance Analysis":{},"How to write academic papers in Markdown":{}},"tags":{}}],["ray",{"_index":5637,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["re",{"_index":1064,"title":{"Has anyone else noticed posted links on Twitter get re-encoded into t.co URLs in order to gather ...":{},"I just built a few Go projects on my Windows XP re...":{}},"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":{},"Has anyone else noticed posted links on Twitter get re-encoded into t.co URLs in order to gather ...":{},"Enjoyed an afternoon of oldskool Diablo II on the ...":{}},"tags":{}}],["reach",{"_index":2374,"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":{}},"tags":{}}],["react",{"_index":2172,"title":{"Migrating from Extjs to React gradually":{}},"content":{"Migrating from Extjs to React gradually":{}},"tags":{"Migrating from Extjs to React gradually":{}}}],["react.compon",{"_index":2233,"title":{},"content":{"Migrating from Extjs to React gradually":{}},"tags":{}}],["react/mod/someurl",{"_index":2216,"title":{},"content":{"Migrating from Extjs to React gradually":{}},"tags":{}}],["react/some/detail/url",{"_index":2240,"title":{},"content":{"Migrating from Extjs to React gradually":{}},"tags":{}}],["reaction",{"_index":3039,"title":{},"content":{"2017 in books":{}},"tags":{}}],["reactjs@acvillagers@aral@david@eli_oat@kev@kogakure@laura@rubenerdbrainbaking.comcodepen.iohttp://tilde.club/~jonbell/http://www.particles.org/particlesbbs/http://www.squirrel",{"_index":7532,"title":{},"content":{"I just learned about https://www.inklestudios.com/ink/ a scripting language used in story-heavy a...":{}},"tags":{}}],["rel=\"ugc\">https://blog.thimbleweedpark.com/scripting_test.htmlhttps://brainbaking.com/notes/https://brainbaking.com/post/2021/03/get",{"_index":7496,"title":{},"content":{"I pulled the Google plug and installed LineageOS: https://brainbaking.com/post/2021/03/getting-ri...":{}},"tags":{}}],["rel=\"ugc\">https://brainbaking.com/post/2021/03/th",{"_index":7547,"title":{},"content":{"I've been fiddling with IndieWeb stuff the last week and all in all, I think it's a mixed...":{}},"tags":{}}],["rel=\"ugc\">https://buttercup.pw/https://bytecellar.com/bbsing/https://caniuse.com/load",{"_index":7569,"title":{},"content":{"Great, I can ditch lazysizes.js! Didn't know about...":{}},"tags":{}}],["rel=\"ugc\">https://forth",{"_index":7542,"title":{},"content":{"https://forth-standard.org/ - yet another programming language I need to take a look at? That lis...":{}},"tags":{}}],["rel=\"ugc\">https://github.com/makeworld",{"_index":7629,"title":{},"content":{"Today, I tried to open a gemini:// link in my webb...":{}},"tags":{}}],["rel=\"ugc\">https://indieweb.org/micropubhttps://indieweb.org/pesoshttps://jefklakscodex.com/articles/reviews/son",{"_index":7687,"title":{},"content":{"I much prefer Sonic Mania's Lock On to Belgium's t...":{}},"tags":{}}],["rel=\"ugc\">https://keepassxc.org/https://kuleuven",{"_index":7614,"title":{},"content":{"So, we rewrote our CS courses in Markdown. I'm loo...":{}},"tags":{}}],["rel=\"ugc\">https://sebastiandedeyne.com/ad",{"_index":7481,"title":{},"content":{"Trying to wrap my mind around WebMentions and how I could implement them without resorting to a t...":{}},"tags":{}}],["rel=\"ugc\">https://twitter.com/olesovhcom/status/1369478732247932929https://web.dev/brows",{"_index":7565,"title":{},"content":{"Great, I can ditch lazysizes.js! Didn't know about...":{}},"tags":{}}],["rel=\"ugc\">https://www.inklestudios.com/ink/https://www.jayeless.net/2021/02/integr",{"_index":7492,"title":{},"content":{"Okay, so sending involves Webmention.app and IFTTT to poll my RSS feed (According to https://www....":{}},"tags":{}}],["rel=\"ugc\">https://www.strifestreams.com/post/628317276707405824/anoth",{"_index":7728,"title":{},"content":{"I noticed Tumblr sites do not support receiving pi...":{}},"tags":{}}],["rel=\"ugc\">https://www.youtube.com/watch?v=szum7mhwr88

i",{"_index":7760,"title":{},"content":{"Jeremy Clarke wrote a set of Nim tools that allows...":{}},"tags":{}}],["rel=\"ugc\">https://yeokhengmeng.com/2019/12/build",{"_index":7640,"title":{},"content":{"Someone made a Slack client on Windows 3.1? https:...":{}},"tags":{}}],["rel=\"ugc\">jefklakscodex.com/replit.comt.cowebmention.app
accord",{"_index":5244,"title":{},"content":{"Page Building with Brizy in Wordpress":{}},"tags":{}}],["span>cookson",{"_index":5726,"title":{},"content":{"Thoughts on collaboration in education":{}},"tags":{}}],["span>goethelaura",{"_index":5615,"title":{},"content":{"Tracking and privacy concerns on websites":{}},"tags":{}}],["span>neal",{"_index":6612,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["span>smyth",{"_index":5705,"title":{},"content":{"Thoughts on collaboration in education":{}},"tags":{}}],["span>wouterat",{"_index":5499,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["time_",{"_index":6550,"title":{},"content":{"Digitizing journals using DEVONthink":{}},"tags":{}}],["timelin",{"_index":6131,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["timeout",{"_index":1427,"title":{},"content":{"undefined":{},"Always have a Diaster Recovery Plan":{}},"tags":{}}],["timestamp",{"_index":1478,"title":{},"content":{"undefined":{}},"tags":{}}],["tincidunt",{"_index":7384,"title":{},"content":{"amchart renderer":{}},"tags":{}}],["tini",{"_index":56,"title":{},"content":{"Ending your day with happy thoughts":{}},"tags":{}}],["tinker",{"_index":7220,"title":{},"content":{"Exploring the Go programming language":{}},"tags":{}}],["tiob",{"_index":7104,"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":{}},"tags":{}}],["tire",{"_index":4406,"title":{},"content":{"A Decade in the Software Engineering industry":{},"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["tiresom",{"_index":6809,"title":{},"content":{"How to write academic papers in Markdown":{}},"tags":{}}],["titanium",{"_index":2763,"title":{},"content":{"A quick look at 6 fountain pens":{}},"tags":{}}],["titel",{"_index":3780,"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":{}},"tags":{}}],["title=\"nostalgi",{"_index":5060,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["tkplabs.org](http://tkplabs.org",{"_index":2446,"title":{},"content":{"How to teach kids to program":{}},"tags":{}}],["tl",{"_index":7255,"title":{},"content":{"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["tnt2",{"_index":6665,"title":{"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"content":{"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"tags":{}}],["to",{"_index":3140,"title":{},"content":{"Take your time.":{}},"tags":{}}],["to(",{"_index":1398,"title":{},"content":{"undefined":{}},"tags":{}}],["to](https://retrorevive.enochdew.com/uwin98",{"_index":6157,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["toch",{"_index":4517,"title":{},"content":{"Over analoog en digitaal":{},"De zin en onzin van conferenties":{}},"tags":{}}],["today",{"_index":84,"title":{"Today, I tried to open a gemini:// link in my webb...":{},"Today, I threw out https://buttercup.pw/ in favor ...":{},"Today, I got a bit weird and made an animal crossi...":{}},"content":{"Ending your day with happy thoughts":{},"Development principles in cooking":{},"I'm jealous of my dog":{},"Inventing - for the worse?":{},"Take your time.":{},"Reverse engineering a curriculum":{},"A journey through the history of webdesign":{},"Personal Desktop Screenshots of Olde":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Lousy Wordpress Hacking Attempts detected":{},"Today, I tried to open a gemini:// link in my webb...":{},"Yesterday, I logged in on someone's Commodore 64 B...":{},"Today, I threw out https://buttercup.pw/ in favor ...":{},"Today, I got a bit weird and made an animal crossi...":{}},"tags":{}}],["today#lineageos[mastodon](https://chat.brainbaking.com/@wout",{"_index":7776,"title":{},"content":{"Half-Baked Ideas":{}},"tags":{}}],["xlink:href='#news'>blog",{"_index":7288,"title":{},"content":{"Freshly Baked Thoughts":{}},"tags":{}}],["xlink:href='#news'>not",{"_index":7779,"title":{},"content":{"Half-Baked Ideas":{}},"tags":{}}],["xm",{"_index":1986,"title":{},"content":{".NET Memory management VS JVM Memory management":{}},"tags":{}}],["xml",{"_index":6955,"title":{},"content":{"Exploring the AlterNet":{},"The IndieWeb Mixed Bag":{}},"tags":{}}],["xmx",{"_index":1985,"title":{},"content":{".NET Memory management VS JVM Memory management":{}},"tags":{}}],["xp",{"_index":1286,"title":{"Building a Core2Duo Windows XP Retro PC":{},"I just built a few Go projects on my Windows XP re...":{}},"content":{"Unit Testing Stored Procedures":{},"Building a Core2Duo Windows XP Retro PC":{},"Building an Athlon Windows 98 Retro PC":{},"Discord killed support for WinXP":{},"I just built a few Go projects on my Windows XP re...":{}},"tags":{}}],["xperia",{"_index":7023,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"tags":{}}],["xtreme",{"_index":6399,"title":{},"content":{"WinXP Upgrade: Sound Blaster X-Fi":{}},"tags":{}}],["xul",{"_index":7185,"title":{},"content":{"Discord killed support for WinXP":{}},"tags":{}}],["xxl",{"_index":5644,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["xz1",{"_index":7018,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"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":{}},"tags":{}}],["y.get",{"_index":563,"title":{},"content":{"undefined":{}},"tags":{}}],["yadda",{"_index":7195,"title":{},"content":{"Discord killed support for WinXP":{}},"tags":{}}],["yagi",{"_index":2537,"title":{},"content":{"A samurai learning mindset":{}},"tags":{}}],["yagni](/img/yagni1.p",{"_index":2634,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["yagyu",{"_index":2506,"title":{},"content":{"A samurai learning mindset":{}},"tags":{}}],["yagyū'",{"_index":2522,"title":{},"content":{"A samurai learning mindset":{}},"tags":{}}],["yamaha",{"_index":5882,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["yarn",{"_index":7074,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["yarn/jest/es2019",{"_index":7523,"title":{"I spent some time with Yarn/Jest/ES2019, it felt good to be programming again. I am developing a ...":{}},"content":{"I spent some time with Yarn/Jest/ES2019, it felt good to be programming again. I am developing a ...":{}},"tags":{}}],["yay",{"_index":1343,"title":{},"content":{"Unit Testing Stored Procedures":{},"3D Software Rendering on the GBA":{},"RSS Feeds, Hugo, and Lazy Image Loading":{}},"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":{},"I just built a few Go projects on my Windows XP re...":{}},"tags":{}}],["yeah",{"_index":6818,"title":{},"content":{"How to write academic papers in Markdown":{},"You Shouldn't Use Spotify":{},"Always have a Diaster Recovery Plan":{}},"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":{},"Archive by year: 2021":{}},"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":{},"You are a product of your environment. Eventually...":{}},"tags":{}}],["year](/post/2020/04/vp",{"_index":6919,"title":{},"content":{"Always have a Diaster Recovery Plan":{}},"tags":{}}],["yearli",{"_index":6551,"title":{},"content":{"Digitizing journals using DEVONthink":{},"My Retro Desk/Gaming Setup in 2021":{},"Teaching students about coding trends":{}},"tags":{}}],["yeast",{"_index":942,"title":{},"content":{"Learning to become a baker":{}},"tags":{}}],["yell",{"_index":3127,"title":{},"content":{"Take your time.":{},"Exploring the AlterNet":{}},"tags":{}}],["yellow",{"_index":6173,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["yesterday",{"_index":6626,"title":{"Yesterday, I logged in on someone's Commodore 64 B...":{}},"content":{"The Productive Programmer on Mac":{},"Yesterday, I logged in on someone's Commodore 64 B...":{}},"tags":{}}],["yesteryear",{"_index":5980,"title":{},"content":{"Reviving an old 80486 PC":{},"A journey through the history of webdesign":{},"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["yip",{"_index":3529,"title":{},"content":{"Computer Science learning pathways":{}},"tags":{}}],["ymf262",{"_index":5896,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["yo",{"_index":5457,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["yottam",{"_index":2604,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["you'd",{"_index":1330,"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":{},"This is so frustrating. Suddenly, my local banking...":{}},"tags":{}}],["you'gr",{"_index":6015,"title":{},"content":{"A journey through the history of webdesign":{}},"tags":{}}],["you'll",{"_index":1510,"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":{},"You are a product of your environment. Eventually...":{}},"tags":{}}],["you'r",{"_index":1289,"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":{},"Freshly Baked Thoughts":{},"You are a product of your environment. Eventually...":{},"Spring is in the air: it is sunny and temperatures...":{},"Today, I got a bit weird and made an animal crossi...":{},"Half-Baked Ideas":{}},"tags":{}}],["you'v",{"_index":2478,"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":{}},"tags":{}}],["young",{"_index":937,"title":{},"content":{"Learning to become a baker":{},"Take your time.":{}},"tags":{}}],["younger",{"_index":5542,"title":{},"content":{"ITiCSE 2020: A Report":{}},"tags":{}}],["your",{"_index":3090,"title":{},"content":{"2017 in books":{}},"tags":{}}],["yourself",{"_index":242,"title":{"Teaching yourself to draw":{}},"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":{}},"tags":{}}],["yourself!”die(@md5(hellothinkcmf))hellomor",{"_index":5502,"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":1756,"title":{},"content":{"Metaprogramming instead of duplication":{}},"tags":{}}],["articledatabas",{"_index":1758,"title":{},"content":{"Metaprogramming instead of duplication":{}},"tags":{}}],["articlemanag",{"_index":1760,"title":{},"content":{"Metaprogramming instead of duplication":{}},"tags":{}}],["articlemanagertest",{"_index":1755,"title":{},"content":{"Metaprogramming instead of duplication":{}},"tags":{}}],["artifact",{"_index":6047,"title":{},"content":{"A journey through the history of webdesign":{}},"tags":{}}],["artifici",{"_index":3523,"title":{},"content":{"Computer Science learning pathways":{}},"tags":{}}],["artikel",{"_index":3975,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["artist",{"_index":3069,"title":{},"content":{"2017 in books":{},"Project Warlock: About Perseverance":{},"You Shouldn't Use Spotify":{}},"tags":{}}],["artist'",{"_index":3066,"title":{},"content":{"2017 in books":{}},"tags":{}}],["artistri",{"_index":3023,"title":{},"content":{"Inventing - for the worse?":{}},"tags":{}}],["artwork",{"_index":2354,"title":{},"content":{"Teaching yourself to draw":{}},"tags":{}}],["ascii",{"_index":7267,"title":{},"content":{"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["asia",{"_index":2862,"title":{},"content":{"Nuts about local nuts":{}},"tags":{}}],["asian",{"_index":2602,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["asimov",{"_index":4285,"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":{}},"tags":{}}],["aspect",{"_index":3554,"title":{"Screen aspect ratios and DOS Games":{}},"content":{"Computer Science learning pathways":{},"Five reasons why agile and academia don't go together":{}},"tags":{}}],["aspx",{"_index":2044,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{}},"tags":{}}],["ass",{"_index":3233,"title":{},"content":{"Concentrating on serendipitous creativity":{}},"tags":{}}],["assassin'",{"_index":3045,"title":{},"content":{"2017 in books":{}},"tags":{}}],["assembl",{"_index":4622,"title":{"Unit Testing PicoBlaze Assembly files":{}},"content":{"Unit Testing PicoBlaze Assembly files":{},"I just built a few Go projects on my Windows XP re...":{}},"tags":{"Unit Testing PicoBlaze Assembly files":{}}}],["assert",{"_index":1237,"title":{},"content":{"undefined":{},"Unit Testing Extjs UI with Siesta":{},"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["assert.that",{"_index":2263,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{}},"tags":{}}],["assert_that",{"_index":4664,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["assert_that.reg(\"s5\").contains(3",{"_index":4668,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["assess",{"_index":4624,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{},"Thoughts on collaboration in education":{}},"tags":{}}],["assign",{"_index":1066,"title":{},"content":{"undefined":{},"Enhancing the builder pattern with closures":{},"Death to pseudocode?":{},"ITiCSE 2020: A Report":{}},"tags":{}}],["assimil",{"_index":2570,"title":{},"content":{"A samurai learning mindset":{}},"tags":{}}],["assist",{"_index":5736,"title":{},"content":{"Thoughts on collaboration in education":{}},"tags":{}}],["associ",{"_index":2913,"title":{},"content":{"I'm jealous of my dog":{},"Reverse engineering a curriculum":{}},"tags":{}}],["assum",{"_index":2657,"title":{},"content":{"Healing creative scars":{}},"tags":{}}],["assumpt",{"_index":2382,"title":{},"content":{"Are you handing over enough when inspiring someone?":{}},"tags":{}}],["assword",{"_index":1436,"title":{},"content":{"undefined":{}},"tags":{}}],["asterix",{"_index":5642,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["astonish",{"_index":4399,"title":{},"content":{"A Decade in the Software Engineering industry":{},"Reviving an old 80486 PC":{}},"tags":{}}],["async",{"_index":2042,"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":5431,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["at",{"_index":962,"title":{},"content":{"Learning to become a baker":{}},"tags":{}}],["at](https://www.goodreads.com/user/year_in_books/2017/5451893",{"_index":3030,"title":{},"content":{"2017 in books":{}},"tags":{}}],["athlon",{"_index":6053,"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":{}}],["attach",{"_index":1494,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{},"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["attack",{"_index":5150,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{},"Lousy Wordpress Hacking Attempts detected":{}},"tags":{}}],["attempt",{"_index":2023,"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":{},"This is so frustrating. Suddenly, my local banking...":{}},"tags":{}}],["attend",{"_index":136,"title":{"I spent the day pretending to attend a virtual Gop...":{}},"content":{"Ending your day with happy thoughts":{},"The Productive Programmer on Mac":{},"Exploring the Go programming language":{},"I spent the day pretending to attend a virtual Gop...":{}},"tags":{}}],["attent",{"_index":1709,"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":{}},"tags":{}}],["attr",{"_index":7568,"title":{},"content":{"Great, I can ditch lazysizes.js! Didn't know about...":{}},"tags":{}}],["attr
n",{"_index":625,"title":{},"content":{"undefined":{}},"tags":{}}],["br/>patienc",{"_index":7279,"title":{},"content":{"Freshly Baked Thoughts":{}},"tags":{}}],["br/>r",{"_index":1441,"title":{},"content":{"undefined":{}},"tags":{}}],["br/>teach",{"_index":2328,"title":{},"content":{"Teaching yourself to draw":{}},"tags":{}}],["br>
even",{"_index":7736,"title":{},"content":{"This is so frustrating. Suddenly, my local banking...":{}},"tags":{}}],["br>
i",{"_index":7730,"title":{},"content":{"I noticed Tumblr sites do not support receiving pi...":{}},"tags":{}}],["br>
it'",{"_index":7768,"title":{},"content":{"I just built a few Go projects on my Windows XP re...":{}},"tags":{}}],["br>
thing",{"_index":7745,"title":{},"content":{"I spent the day pretending to attend a virtual Gop...":{}},"tags":{}}],["br>i",{"_index":7622,"title":{},"content":{"You are a product of your environment. Eventually...":{}},"tags":{}}],["br>make",{"_index":7761,"title":{},"content":{"Jeremy Clarke wrote a set of Nim tools that allows...":{}},"tags":{}}],["br>thi",{"_index":7650,"title":{},"content":{"Yesterday, I logged in on someone's Commodore 64 B...":{}},"tags":{}}],["br>whi",{"_index":7709,"title":{},"content":{"Spring is in the air: it is sunny and temperatures...":{}},"tags":{}}],["bracket",{"_index":3498,"title":{},"content":{"Teaching by philosophy":{},"486 Upgrade 2: The SD Card HDD":{}},"tags":{}}],["bradley'",{"_index":2303,"title":{},"content":{"Teaching yourself to draw":{}},"tags":{}}],["brain",{"_index":2461,"title":{"Good news everyone! Brain Baking was just launched...":{}},"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":{},"Using Hugo to Launch a Gemini Capsule":{},"Freshly Baked Thoughts":{},"Good news everyone! Brain Baking was just launched...":{}},"tags":{}}],["brainb",{"_index":7635,"title":{"I changed my mind on my toot syndication to brainb...":{}},"content":{},"tags":{}}],["brainbaking.com",{"_index":7504,"title":{"Heads up RSS feed readers of brainbaking.com! Federated half-baked thoughts (https://brainbaking....":{}},"content":{},"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":5113,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{},"Programming on the Apple M1 Silicon":{}},"tags":{}}],["brand",{"_index":2872,"title":{},"content":{"Nuts about local nuts":{},"DIY: Hosting stuff on your own VPS":{},"WinXP Upgrade: Sound Blaster X-Fi":{}},"tags":{}}],["breach",{"_index":6138,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["bread",{"_index":916,"title":{"36 hours later, the bread sings. @eli_oat":{}},"content":{"Learning to become a baker":{},"Domain Driven Design in C":{},"Using Pandoc to publish a book":{},"Lousy Wordpress Hacking Attempts detected":{},"36 hours later, the bread sings. @eli_oat":{}},"tags":{"Learning to become a baker":{}}}],["bread](http://www.redzuurdesem.b",{"_index":250,"title":{},"content":{"On finding your inner zen in big cities":{}},"tags":{}}],["break",{"_index":1656,"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":{}},"tags":{}}],["breakdown",{"_index":6513,"title":{},"content":{"Thoughts on Bullshit Jobs":{}},"tags":{}}],["breakfast",{"_index":3049,"title":{},"content":{"2017 in books":{}},"tags":{}}],["breakpoint",{"_index":1572,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["breath",{"_index":5130,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{},"Project Warlock: About Perseverance":{},"I spent the day pretending to attend a virtual Gop...":{}},"tags":{}}],["brengen",{"_index":3640,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{}},"tags":{}}],["brengt",{"_index":3731,"title":{},"content":{"A Ph.D. Thesis Proposal":{}},"tags":{}}],["bresenham",{"_index":5667,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["brew",{"_index":6465,"title":{},"content":{"Programming on the Apple M1 Silicon":{}},"tags":{}}],["brick",{"_index":2397,"title":{},"content":{"Are you handing over enough when inspiring someone?":{}},"tags":{}}],["bridg",{"_index":4939,"title":{},"content":{"Programming: a Creative Cognitive Process":{}},"tags":{}}],["bridge](https://developer.android.com/studio/command",{"_index":7025,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"tags":{}}],["brief",{"_index":4393,"title":{},"content":{"A Decade in the Software Engineering industry":{}},"tags":{}}],["briefli",{"_index":5535,"title":{},"content":{"ITiCSE 2020: A Report":{}},"tags":{}}],["bright",{"_index":2650,"title":{},"content":{"Healing creative scars":{}},"tags":{}}],["brillianc",{"_index":4964,"title":{},"content":{"Programming: a Creative Cognitive Process":{}},"tags":{}}],["brilliant",{"_index":6040,"title":{},"content":{"A journey through the history of webdesign":{}},"tags":{}}],["bring",{"_index":1500,"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":{}},"tags":{}}],["brit",{"_index":7112,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["brizi",{"_index":5227,"title":{"Page Building with Brizy in Wordpress":{}},"content":{"Page Building with Brizy in Wordpress":{}},"tags":{"Page Building with Brizy in Wordpress":{}}}],["brizy'",{"_index":5257,"title":{},"content":{"Page Building with Brizy in Wordpress":{}},"tags":{}}],["broad",{"_index":2741,"title":{},"content":{"A quick look at 6 fountain pens":{},"A Ph.D. Thesis: Iteration 2":{}},"tags":{}}],["broaden",{"_index":2654,"title":{},"content":{"Healing creative scars":{}},"tags":{}}],["broader",{"_index":3858,"title":{},"content":{"Reverse engineering a curriculum":{},"ITiCSE 2020: A Report":{}},"tags":{}}],["broke",{"_index":112,"title":{},"content":{"Ending your day with happy thoughts":{},"486 Upgrade 2: The SD Card HDD":{}},"tags":{}}],["broken",{"_index":3005,"title":{},"content":{"Inventing - for the worse?":{},"Hugo Extended: More static site processing power!":{},"486 Upgrade 2: The SD Card HDD":{},"Hi @laura thanks to your https://laurakalbag.com/what-is-mastodon-and-why-should-i-use-it/ I dipp...":{}},"tags":{}}],["bron",{"_index":1193,"title":{},"content":{"undefined":{}},"tags":{}}],["bron](http://nixcraft.com/shel",{"_index":1444,"title":{},"content":{"undefined":{}},"tags":{}}],["bron_",{"_index":5002,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["bronzen",{"_index":4012,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["brother",{"_index":6411,"title":{},"content":{"WinXP Upgrade: Sound Blaster X-Fi":{},"The insanity of collecting retro games":{}},"tags":{}}],["brought",{"_index":4712,"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":{}},"tags":{}}],["brown",{"_index":3319,"title":{},"content":{"Thinking in terms of objects":{}},"tags":{}}],["brows",{"_index":2160,"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":{},"Freshly Baked Thoughts":{},"Half-Baked Ideas":{}},"tags":{}}],["browser",{"_index":3255,"title":{},"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":{},"Great, I can ditch lazysizes.js! Didn't know about...":{}},"tags":{}}],["browser.org",{"_index":7183,"title":{},"content":{"Discord killed support for WinXP":{}},"tags":{}}],["browser/cli",{"_index":7265,"title":{},"content":{"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["browser](https://rtfreesoft.blogspot.com/2021/04/weekli",{"_index":7190,"title":{},"content":{"Discord killed support for WinXP":{}},"tags":{}}],["browserifi",{"_index":2185,"title":{},"content":{"Migrating from Extjs to React gradually":{}},"tags":{}}],["brushcutt",{"_index":7708,"title":{},"content":{"Spring is in the air: it is sunny and temperatures...":{}},"tags":{}}],["brussel",{"_index":204,"title":{},"content":{"On finding your inner zen in big cities":{}},"tags":{}}],["brute",{"_index":7038,"title":{},"content":{"Lousy Wordpress Hacking Attempts detected":{}},"tags":{}}],["bryntum",{"_index":2073,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{}},"tags":{}}],["bsd",{"_index":6249,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["bu",{"_index":5652,"title":{},"content":{"3D Software Rendering on the GBA":{},"486 Upgrade 2: The SD Card HDD":{},"Reviving an old 80486 PC":{}},"tags":{}}],["bubbel",{"_index":4121,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["bubbl",{"_index":945,"title":{},"content":{"Learning to become a baker":{}},"tags":{}}],["buddhism",{"_index":2942,"title":{},"content":{"I'm jealous of my dog":{}},"tags":{}}],["buddhist",{"_index":2934,"title":{},"content":{"I'm jealous of my dog":{}},"tags":{}}],["budget",{"_index":4859,"title":{},"content":{"De zin en onzin van conferenties":{},"Building a Core2Duo Windows XP Retro PC":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"tags":{}}],["buffalo",{"_index":2625,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["buffer",{"_index":1215,"title":{},"content":{"undefined":{}},"tags":{}}],["bug",{"_index":2058,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{},"3D Software Rendering on the GBA":{}},"tags":{}}],["buikpijn",{"_index":3386,"title":{},"content":{"Over entropie":{}},"tags":{}}],["build",{"_index":1621,"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":{},"Using Hugo to Launch a Gemini Capsule":{},"I spent the day pretending to attend a virtual Gop...":{}},"tags":{}}],["build ecosystem",{"_index":1865,"title":{},"content":{},"tags":{"Bye autotools hello Scons":{}}}],["build(funcbrain",{"_index":5493,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["class='fa",{"_index":4807,"title":{},"content":{"Teaching Object-Oriented design using the GBA":{}},"tags":{}}],["class='icon",{"_index":7284,"title":{},"content":{"Freshly Baked Thoughts":{},"Half-Baked Ideas":{}},"tags":{}}],["class='link",{"_index":5484,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["class='meta'>mor",{"_index":5491,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["class='sect1'>bla",{"_index":5486,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["class='topbar",{"_index":5483,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["class='txt",{"_index":5488,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["classes.html",{"_index":1032,"title":{},"content":{"undefined":{}},"tags":{}}],["classes](http://python",{"_index":1030,"title":{},"content":{"undefined":{}},"tags":{}}],["classic",{"_index":1606,"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":{},"I noticed Tumblr sites do not support receiving pi...":{}},"tags":{}}],["classic/)[^3",{"_index":4576,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["classic](https://www.nintendo.com/sup",{"_index":4523,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["classwork",{"_index":3504,"title":{},"content":{"Teaching by philosophy":{}},"tags":{}}],["claus",{"_index":2126,"title":{},"content":{"Webdriver Exception Handling":{}},"tags":{}}],["clean",{"_index":1825,"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":{}},"tags":{}}],["cleaner",{"_index":6509,"title":{},"content":{"Thoughts on Bullshit Jobs":{}},"tags":{}}],["cleanup",{"_index":4329,"title":{},"content":{"Domain Driven Design in C":{},"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["clear",{"_index":1739,"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":{}},"tags":{}}],["clearli",{"_index":2509,"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":{}},"tags":{}}],["clearurl",{"_index":6940,"title":{},"content":{"Exploring the AlterNet":{}},"tags":{}}],["clever",{"_index":2448,"title":{},"content":{"How to teach kids to program":{},"Death to pseudocode?":{}},"tags":{}}],["cleverli",{"_index":5904,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["cli",{"_index":5224,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"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":{}},"tags":{}}],["clicked(",{"_index":2234,"title":{},"content":{"Migrating from Extjs to React gradually":{}},"tags":{}}],["client",{"_index":1304,"title":{"Someone made a Slack client on Windows 3.1? https:...":{}},"content":{"Unit Testing Stored Procedures":{},".NET Memory management VS JVM Memory management":{},"Digitizing journals using DEVONthink":{},"Lousy Wordpress Hacking Attempts detected":{},"Someone made a Slack client on Windows 3.1? https:...":{}},"tags":{}}],["client/
th",{"_index":7713,"title":{},"content":{"Today, I got a bit weird and made an animal crossi...":{}},"tags":{}}],["db",{"_index":1651,"title":{},"content":{"Integration Testing with SQLite":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Today, I threw out https://buttercup.pw/ in favor ...":{}},"tags":{}}],["db](https://docs.google.com/spreadsheets/d/1lvf9noamklecphr_saa48m7suxitwii72ghrcw0wpnu/edit#gid=0",{"_index":5765,"title":{},"content":{"An am486 Performance Analysis":{}},"tags":{}}],["db](https://www.vogons.org/viewtopic.php?f=46&t=44877&start=20",{"_index":6189,"title":{},"content":{"Screen aspect ratios and DOS Games":{}},"tags":{}}],["dbconfigurationmock",{"_index":1727,"title":{},"content":{"Metaprogramming instead of duplication":{}},"tags":{}}],["ddd",{"_index":4301,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["ddl",{"_index":1720,"title":{},"content":{"Integration Testing with SQLite":{}},"tags":{}}],["ddr",{"_index":6080,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{},"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["ddr2",{"_index":6083,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{}},"tags":{}}],["ddr3",{"_index":6116,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{}},"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":{}},"tags":{}}],["dead",{"_index":3172,"title":{},"content":{"Take your time.":{},"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["dead[^dead",{"_index":6167,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["deadli",{"_index":2661,"title":{},"content":{"Healing creative scars":{}},"tags":{}}],["deal",{"_index":6564,"title":{},"content":{"RSS Feeds, Hugo, and Lazy Image Loading":{}},"tags":{}}],["death",{"_index":3249,"title":{"Death to pseudocode?":{}},"content":{},"tags":{}}],["deb",{"_index":2100,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{}},"tags":{}}],["debacl",{"_index":7082,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["debat",{"_index":7081,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["debug",{"_index":1213,"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":{}},"tags":{}}],["debug.writeline(george.isold",{"_index":4309,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["debunk",{"_index":5717,"title":{},"content":{"Thoughts on collaboration in education":{}},"tags":{}}],["decad",{"_index":4385,"title":{"A Decade in the Software Engineering industry":{}},"content":{},"tags":{}}],["decennium",{"_index":3718,"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":{}},"tags":{}}],["decentr",{"_index":6526,"title":{"Just saying hi @kogakure 👋 getting my feet wet with decentralized “tooting” (although I opted for...":{}},"content":{"Digitizing journals using DEVONthink":{},"Hi @laura thanks to your https://laurakalbag.com/what-is-mastodon-and-why-should-i-use-it/ I dipp...":{},"Just saying hi @kogakure 👋 getting my feet wet with decentralized “tooting” (although I opted for...":{}},"tags":{}}],["decept",{"_index":4957,"title":{},"content":{"Programming: a Creative Cognitive Process":{}},"tags":{}}],["decibel",{"_index":3155,"title":{},"content":{"Take your time.":{}},"tags":{}}],["decid",{"_index":1012,"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":{}},"tags":{}}],["decis",{"_index":1939,"title":{},"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":{}},"tags":{}}],["declar",{"_index":646,"title":{},"content":{"undefined":{},"Unit Testing Stored Procedures":{}},"tags":{}}],["declareert",{"_index":637,"title":{},"content":{"undefined":{}},"tags":{}}],["declareren",{"_index":1101,"title":{},"content":{"undefined":{}},"tags":{}}],["decor",{"_index":436,"title":{},"content":{"No, vegetarians do not eat fish!":{},"undefined":{},"Custom Webdriver Page Factories":{},"Designing websites with accessibility in mind":{}},"tags":{}}],["decoreren",{"_index":780,"title":{},"content":{"undefined":{}},"tags":{}}],["decronstruct",{"_index":3304,"title":{},"content":{"Thinking in terms of objects":{}},"tags":{}}],["dedic",{"_index":3269,"title":{},"content":{"Death to pseudocode?":{},"Project Warlock: About Perseverance":{},"The Internet Killed Secrets in Games":{}},"tags":{}}],["deduct",{"_index":3307,"title":{},"content":{"Thinking in terms of objects":{}},"tags":{}}],["deel",{"_index":1141,"title":{},"content":{"undefined":{},"A Ph.D. Thesis Proposal":{},"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["deep",{"_index":1850,"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":{}},"tags":{}}],["deepli",{"_index":1933,"title":{},"content":{"Faking domain logic":{}},"tags":{}}],["def",{"_index":1037,"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":{}},"tags":{}}],["default.aspxbrain",{"_index":5504,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["for(int",{"_index":515,"title":{},"content":{"undefined":{},"Death to pseudocode?":{}},"tags":{}}],["for(var",{"_index":863,"title":{},"content":{"undefined":{}},"tags":{}}],["foray",{"_index":4626,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["forbidden",{"_index":3154,"title":{},"content":{"Take your time.":{}},"tags":{}}],["forc",{"_index":3123,"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":{}},"tags":{}}],["forceren",{"_index":1388,"title":{},"content":{"undefined":{}},"tags":{}}],["ford",{"_index":6587,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["ford'",{"_index":4332,"title":{},"content":{"Productivity Tools on all platforms":{},"The Productive Programmer on Mac":{}},"tags":{}}],["ford gba",{"_index":4809,"title":{},"content":{"Teaching Object-Oriented design using the GBA":{}},"tags":{}}],["github](https://githut.info",{"_index":7100,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["githut'",{"_index":7099,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["gitlab",{"_index":3566,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{}},"tags":{}}],["give",{"_index":70,"title":{},"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":{}},"tags":{"Are you handing over enough when inspiring someone?":{}}}],["given",{"_index":1429,"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":{}},"tags":{}}],["giving](/img/sharing.png",{"_index":2409,"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":{}},"tags":{}}],["glanc",{"_index":7223,"title":{},"content":{"Exploring the Go programming language":{}},"tags":{}}],["glasheld",{"_index":5036,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["glide",{"_index":6689,"title":{},"content":{"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"tags":{}}],["global",{"_index":3019,"title":{},"content":{"Inventing - for the worse?":{},"Hugo Extended: More static site processing power!":{},"The insanity of collecting retro games":{}},"tags":{}}],["global.asaxbla",{"_index":5498,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["heal",{"_index":2635,"title":{"Healing creative scars":{}},"content":{"Journaling in practice":{}},"tags":{}}],["heap",{"_index":2007,"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":{}},"tags":{}}],["heard",{"_index":1308,"title":{},"content":{"Unit Testing Stored Procedures":{},"Digitizing journals using DEVONthink":{},"You Shouldn't Use Spotify":{}},"tags":{}}],["heat",{"_index":6100,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{}},"tags":{}}],["heaven",{"_index":1511,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{}},"tags":{}}],["heaven'",{"_index":7529,"title":{},"content":{"I just learned about https://www.inklestudios.com/ink/ a scripting language used in story-heavy a...":{}},"tags":{}}],["heavi",{"_index":1993,"title":{"I just learned about https://www.inklestudios.com/ink/ a scripting language used in story-heavy a...":{}},"content":{".NET Memory management VS JVM Memory management":{},"Unit Testing Extjs UI with Siesta":{},"Computer Science learning pathways":{},"Programming: a Creative Cognitive Process":{},"I just learned about https://www.inklestudios.com/ink/ a scripting language used in story-heavy a...":{}},"tags":{}}],["heavili",{"_index":1362,"title":{},"content":{"undefined":{},"Productivity Tools on all platforms":{}},"tags":{}}],["heavyweight",{"_index":2045,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{},"Teaching by philosophy":{},"Programming on the Apple M1 Silicon":{}},"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":3475,"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":4145,"title":{},"content":{"Over tijdsbesef":{},"Over analoog en digitaal":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["heck",{"_index":6435,"title":{},"content":{"Programming on the Apple M1 Silicon":{},"How to write academic papers in Markdown":{}},"tags":{}}],["heden",{"_index":4290,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["hedendaags",{"_index":3960,"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":1071,"title":{},"content":{"undefined":{},"Over het introduceren van bedrijfsethiek":{},"Over tijdsbesef":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["heelal",{"_index":3477,"title":{},"content":{"Over entropie":{}},"tags":{}}],["heen",{"_index":1225,"title":{},"content":{"undefined":{},"Over de inflatie van intellect":{}},"tags":{}}],["hefti",{"_index":5563,"title":{},"content":{"ITiCSE 2020: A Report":{}},"tags":{}}],["height",{"_index":2704,"title":{},"content":{"A quick look at 6 fountain pens":{},"amchart renderer":{}},"tags":{}}],["height='16'>fe",{"_index":7286,"title":{},"content":{"Freshly Baked Thoughts":{}},"tags":{}}],["height='16'><us",{"_index":7778,"title":{},"content":{"Half-Baked Ideas":{}},"tags":{}}],["hel",{"_index":4295,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["helaa",{"_index":3958,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["held",{"_index":6177,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{},"Today, I threw out https://buttercup.pw/ in favor ...":{}},"tags":{}}],["hele",{"_index":1149,"title":{},"content":{"undefined":{},"Over tijdsbesef":{}},"tags":{}}],["helema",{"_index":4537,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["helft",{"_index":3869,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["hell",{"_index":1955,"title":{},"content":{"Faking domain logic":{},"Digitizing journals using DEVONthink":{},"Teaching students about coding trends":{},"Enjoyed an afternoon of oldskool Diablo II on the ...":{}},"tags":{}}],["hell_",{"_index":4773,"title":{},"content":{"Teaching Object-Oriented design using the GBA":{}},"tags":{}}],["hello",{"_index":1128,"title":{"Bye autotools hello Scons":{}},"content":{"undefined":{},"How to write academic papers in Markdown":{},"Exploring the Go programming language":{},"I just built a few Go projects on my Windows XP re...":{}},"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":{}},"tags":{}}],["hem",{"_index":4488,"title":{},"content":{"Over analoog en digitaal":{},"De zin en onzin van conferenties":{}},"tags":{}}],["henc",{"_index":3708,"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":{}},"tags":{}}],["hendrerit",{"_index":7398,"title":{},"content":{"amchart renderer":{}},"tags":{}}],["herb",{"_index":2610,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["herbruikt",{"_index":1057,"title":{},"content":{"undefined":{}},"tags":{}}],["here",{"_index":182,"title":{"@rubenerd just installed my own Pleroma server to say hi! Big fan of your micro-blog for ages here.":{}},"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":{},"I pulled the Google plug and installed LineageOS: https://brainbaking.com/post/2021/03/getting-ri...":{},"Spring is in the air: it is sunny and temperatures...":{},"Jeremy Clarke wrote a set of Nim tools that allows...":{}},"tags":{}}],["here'",{"_index":1936,"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":{}},"tags":{}}],["here.</p",{"_index":7453,"title":{},"content":{"@rubenerd just installed my own Pleroma server to say hi! Big fan of your micro-blog for ages here.":{}},"tags":{}}],["here](/museum/1998",{"_index":6018,"title":{},"content":{"A journey through the history of webdesign":{}},"tags":{}}],["here](/museum/2000",{"_index":6044,"title":{},"content":{"A journey through the history of webdesign":{}},"tags":{}}],["here](/post/2020/09/reviv",{"_index":5760,"title":{},"content":{"An am486 Performance Analysis":{}},"tags":{}}],["here](/post/a",{"_index":2677,"title":{},"content":{"Healing creative scars":{}},"tags":{}}],["here](https://arxiv.org/abs/2101.00837",{"_index":6640,"title":{},"content":{"What is Creativity in Software Engineering?":{}},"tags":{}}],["here](https://gohugo.io/hugo",{"_index":5192,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"tags":{}}],["here](https://web.archive.org/web/20010705221029/http://www.awhilesoft.f2s.com",{"_index":6046,"title":{},"content":{"A journey through the history of webdesign":{}},"tags":{}}],["here’",{"_index":161,"title":{},"content":{"Ending your day with happy thoughts":{}},"tags":{}}],["herhaalbaar",{"_index":3647,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{}},"tags":{}}],["herhal",{"_index":3629,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{},"Over de inflatie van intellect":{}},"tags":{}}],["herinn",{"_index":4283,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["herinneren",{"_index":4198,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["herinneringen",{"_index":5061,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["herkenbaar",{"_index":3896,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["herkurken",{"_index":4126,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["herleven",{"_index":4535,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["heropsommen",{"_index":594,"title":{},"content":{"undefined":{}},"tags":{}}],["herself",{"_index":5093,"title":{},"content":{"Five reasons why agile and academia don't go together":{},"Page Building with Brizy in Wordpress":{}},"tags":{}}],["heruitgav",{"_index":4520,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["hesit",{"_index":2381,"title":{},"content":{"Are you handing over enough when inspiring someone?":{},"Development principles in cooking":{}},"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":{}},"tags":{}}],["hetzelfd",{"_index":4827,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["hex",{"_index":4659,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["hexen",{"_index":5362,"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":{}},"tags":{}}],["hi",{"_index":7445,"title":{"@rubenerd just installed my own Pleroma server to say hi! Big fan of your micro-blog for ages here.":{},"Hi @laura thanks to your https://laurakalbag.com/what-is-mastodon-and-why-should-i-use-it/ I dipp...":{},"Just saying hi @kogakure 👋 getting my feet wet with decentralized “tooting” (although I opted for...":{}},"content":{"@rubenerd just installed my own Pleroma server to say hi! Big fan of your micro-blog for ages here.":{},"Just saying hi @kogakure 👋 getting my feet wet with decentralized “tooting” (although I opted for...":{}},"tags":{}}],["hibern",{"_index":1996,"title":{},"content":{".NET Memory management VS JVM Memory management":{},"Exploring the Go programming language":{}},"tags":{}}],["hidden",{"_index":3120,"title":{},"content":{"Hiding Code Complexity":{},"Thinking in terms of objects":{},"Designing websites with accessibility in mind":{},"The Internet Killed Secrets in Games":{}},"tags":{}}],["hide",{"_index":2621,"title":{"Hiding Code Complexity":{}},"content":{"Development principles in cooking":{},"Hiding Code Complexity":{},"Death to pseudocode?":{},"My Retro Desk/Gaming Setup in 2021":{},"Jeremy Clarke wrote a set of Nim tools that allows...":{}},"tags":{}}],["hideou",{"_index":6825,"title":{},"content":{"How to write academic papers in Markdown":{}},"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":{}}],["hierond",{"_index":669,"title":{},"content":{"undefined":{}},"tags":{}}],["hierop",{"_index":833,"title":{},"content":{"undefined":{}},"tags":{}}],["hierrond",{"_index":741,"title":{},"content":{"undefined":{}},"tags":{}}],["high",{"_index":5357,"title":{},"content":{"Project Warlock: About Perseverance":{},"3D Software Rendering on the GBA":{},"An am486 Performance Analysis":{},"WinXP Upgrade: Sound Blaster X-Fi":{}},"tags":{}}],["higher",{"_index":3176,"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":{}},"tags":{}}],["highli",{"_index":2757,"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":{}},"tags":{}}],["highlight",{"_index":5314,"title":{},"content":{"Using Pandoc to publish a book":{},"Programming on the Apple M1 Silicon":{}},"tags":{}}],["hij",{"_index":4173,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{},"De zin en onzin van conferenties":{}},"tags":{}}],["hike",{"_index":298,"title":{},"content":{"On finding your inner zen in big cities":{}},"tags":{}}],["hill",{"_index":3130,"title":{},"content":{"Take your time.":{}},"tags":{}}],["him/her",{"_index":5146,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{}},"tags":{}}],["him/herself",{"_index":6502,"title":{},"content":{"Thoughts on Bullshit Jobs":{}},"tags":{}}],["hint",{"_index":6311,"title":{},"content":{"The Internet Killed Secrets in Games":{},"Has anyone else noticed posted links on Twitter get re-encoded into t.co URLs in order to gather ...":{}},"tags":{}}],["hip",{"_index":6850,"title":{},"content":{"You Shouldn't Use Spotify":{}},"tags":{}}],["hire",{"_index":3841,"title":{},"content":{"Reverse engineering a curriculum":{},"Project Warlock: About Perseverance":{}},"tags":{}}],["his/her",{"_index":6504,"title":{},"content":{"Thoughts on Bullshit Jobs":{}},"tags":{}}],["histor",{"_index":6675,"title":{},"content":{"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"tags":{}}],["histori",{"_index":4394,"title":{"A journey through the history of webdesign":{}},"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":{}},"tags":{}}],["history.blogspot.be/2010/06/insid",{"_index":1031,"title":{},"content":{"undefined":{}},"tags":{}}],["history_",{"_index":6618,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["hit",{"_index":1972,"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":{},"Enjoyed an afternoon of oldskool Diablo II on the ...":{}},"tags":{}}],["hln",{"_index":5592,"title":{},"content":{"Tracking and privacy concerns on websites":{}},"tags":{}}],["hln.be",{"_index":5588,"title":{},"content":{"Tracking and privacy concerns on websites":{}},"tags":{}}],["hln.jpg",{"_index":5594,"title":{},"content":{"Tracking and privacy concerns on websites":{}},"tags":{}}],["hm",{"_index":2391,"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":2392,"title":{},"content":{"Are you handing over enough when inspiring someone?":{}},"tags":{}}],["hmmm",{"_index":2282,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{}},"tags":{}}],["hobb",{"_index":4270,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["hobb'",{"_index":3044,"title":{},"content":{"2017 in books":{},"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["hobbi",{"_index":2642,"title":{},"content":{"Healing creative scars":{}},"tags":{}}],["hobbyisten",{"_index":4617,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["hoc",{"_index":5101,"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":3793,"title":{},"content":{"A Ph.D. Thesis Proposal":{}},"tags":{}}],["hoeveelheid",{"_index":3413,"title":{},"content":{"Over entropie":{},"De zin en onzin van conferenties":{}},"tags":{}}],["hog",{"_index":1990,"title":{},"content":{".NET Memory management VS JVM Memory management":{},"Journaling in practice":{}},"tags":{}}],["hoge",{"_index":3134,"title":{},"content":{"Take your time.":{}},"tags":{}}],["hold",{"_index":914,"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":{}},"tags":{}}],["hole",{"_index":1014,"title":{},"content":{"Learning to become a baker":{}},"tags":{}}],["holi",{"_index":2729,"title":{},"content":{"A quick look at 6 fountain pens":{},"Okay, so sending involves Webmention.app and IFTTT to poll my RSS feed (According to https://www....":{}},"tags":{}}],["holl",{"_index":3908,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["homag",{"_index":6272,"title":{},"content":{"The Internet Killed Secrets in Games":{}},"tags":{}}],["home",{"_index":266,"title":{},"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":{},"Spring is in the air: it is sunny and temperatures...":{}},"tags":{}}],["homebrew",{"_index":6462,"title":{},"content":{"Programming on the Apple M1 Silicon":{}},"tags":{}}],["homebrews](https://soffes.blog/homebrew",{"_index":6463,"title":{},"content":{"Programming on the Apple M1 Silicon":{}},"tags":{}}],["homemad",{"_index":964,"title":{},"content":{"Learning to become a baker":{},"How to teach kids to program":{}},"tags":{}}],["homo",{"_index":2962,"title":{},"content":{"Inventing - for the worse?":{}},"tags":{}}],["honderden",{"_index":4039,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["honest",{"_index":6851,"title":{},"content":{"You Shouldn't Use Spotify":{},"Getting rid of trackers using LineageOS":{}},"tags":{}}],["honestli",{"_index":2777,"title":{},"content":{"A quick look at 6 fountain pens":{},"You Shouldn't Use Spotify":{},"Exploring the AlterNet":{}},"tags":{}}],["honey",{"_index":2904,"title":{},"content":{"I'm jealous of my dog":{},"Hiding Code Complexity":{}},"tags":{}}],["honeycomb",{"_index":6716,"title":{},"content":{"My Retro Desk/Gaming Setup in 2021":{}},"tags":{}}],["hood",{"_index":3235,"title":{},"content":{"Concentrating on serendipitous creativity":{}},"tags":{}}],["hoofd",{"_index":3446,"title":{},"content":{"Over entropie":{},"A Ph.D. Thesis Proposal":{}},"tags":{}}],["hoogt",{"_index":4183,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["hook",{"_index":1751,"title":{},"content":{"Metaprogramming instead of duplication":{},"Webdriver Exception Handling":{},"Programming: a Creative Cognitive Process":{},"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["hoop",{"_index":1477,"title":{},"content":{"undefined":{}},"tags":{}}],["hooray",{"_index":4778,"title":{},"content":{"Teaching Object-Oriented design using the GBA":{}},"tags":{}}],["hoort",{"_index":3383,"title":{},"content":{"Over entropie":{}},"tags":{}}],["hop",{"_index":2992,"title":{},"content":{"Inventing - for the worse?":{},"A Decade in the Software Engineering industry":{},"You Shouldn't Use Spotify":{}},"tags":{}}],["hope",{"_index":5372,"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":{}},"tags":{}}],["hopefulli",{"_index":4943,"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":{}},"tags":{}}],["hopelijk",{"_index":4498,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["horadr",{"_index":6285,"title":{},"content":{"The Internet Killed Secrets in Games":{}},"tags":{}}],["horen",{"_index":3372,"title":{},"content":{"Over entropie":{},"Over analoog en digitaal":{}},"tags":{}}],["horizont",{"_index":5669,"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":3536,"title":{},"content":{"Computer Science learning pathways":{},"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["horrifi",{"_index":2435,"title":{},"content":{"Are you handing over enough when inspiring someone?":{},"Domain Driven Design in C":{}},"tags":{}}],["hospit",{"_index":6508,"title":{},"content":{"Thoughts on Bullshit Jobs":{}},"tags":{}}],["host",{"_index":2010,"title":{"DIY: Hosting stuff on your own VPS":{}},"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":{},"Always have a Diaster Recovery Plan":{},"Lousy Wordpress Hacking Attempts detected":{},"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["hostnam",{"_index":1405,"title":{},"content":{"undefined":{},"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["hot",{"_index":140,"title":{},"content":{"Ending your day with happy thoughts":{},"Development principles in cooking":{},"Teaching by philosophy":{}},"tags":{}}],["hotel",{"_index":286,"title":{},"content":{"On finding your inner zen in big cities":{},"No, vegetarians do not eat fish!":{},"Faking domain logic":{}},"tags":{}}],["hotkey",{"_index":6628,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["hou",{"_index":4053,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["hour",{"_index":200,"title":{"36 hours later, the bread sings. @eli_oat":{}},"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":{},"36 hours later, the bread sings. @eli_oat":{}},"tags":{}}],["hous",{"_index":4408,"title":{},"content":{"A Decade in the Software Engineering industry":{},"WinXP Upgrade: Sound Blaster X-Fi":{}},"tags":{}}],["hover",{"_index":6234,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["how.cssselector",{"_index":1881,"title":{},"content":{"Custom Webdriver Page Factories":{}},"tags":{}}],["howto",{"_index":5472,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["hq45",{"_index":6150,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["hql",{"_index":1998,"title":{},"content":{".NET Memory management VS JVM Memory management":{}},"tags":{}}],["hr",{"_index":924,"title":{},"content":{"Learning to become a baker":{},"Thoughts on Bullshit Jobs":{}},"tags":{}}],["href",{"_index":5208,"title":{},"content":{"Hugo Extended: More static site processing power!":{},"RSS Feeds, Hugo, and Lazy Image Loading":{}},"tags":{}}],["href=\"http://brainbaking.com",{"_index":7507,"title":{},"content":{"Heads up RSS feed readers of brainbaking.com! Federated half-baked thoughts (https://brainbaking....":{},"I changed my mind on my toot syndication to brainb...":{}},"tags":{}}],["href=\"http://codepen.io",{"_index":7607,"title":{},"content":{"So, we rewrote our CS courses in Markdown. I'm loo...":{}},"tags":{}}],["href=\"http://jefklakscodex.com",{"_index":7518,"title":{},"content":{"Dog-walk thought: how cool would it be if the Nintendo Switch would support publishing screenshot...":{}},"tags":{}}],["href=\"http://replit.com",{"_index":7601,"title":{},"content":{"So, we rewrote our CS courses in Markdown. I'm loo...":{}},"tags":{}}],["href=\"http://t.co",{"_index":7475,"title":{},"content":{"Has anyone else noticed posted links on Twitter get re-encoded into t.co URLs in order to gather ...":{}},"tags":{}}],["href=\"http://tilde.club/~jonbel",{"_index":7646,"title":{},"content":{"Someone made a Slack client on Windows 3.1? https:...":{}},"tags":{}}],["href=\"http://webmention.app",{"_index":7488,"title":{},"content":{"Okay, so sending involves Webmention.app and IFTTT to poll my RSS feed (According to https://www....":{}},"tags":{}}],["href=\"http://www.particles.org/particlesbb",{"_index":7652,"title":{},"content":{"Yesterday, I logged in on someone's Commodore 64 B...":{}},"tags":{}}],["href=\"http://www.squirrel",{"_index":7531,"title":{},"content":{"I just learned about https://www.inklestudios.com/ink/ a scripting language used in story-heavy a...":{}},"tags":{}}],["href=\"https://blog.thimbleweedpark.com/scripting_test.html",{"_index":7537,"title":{},"content":{"I just learned about https://www.inklestudios.com/ink/ a scripting language used in story-heavy a...":{}},"tags":{}}],["href=\"https://brainbaking.com/not",{"_index":7509,"title":{},"content":{"Heads up RSS feed readers of brainbaking.com! Federated half-baked thoughts (https://brainbaking....":{},"I changed my mind on my toot syndication to brainb...":{}},"tags":{}}],["href=\"https://brainbaking.com/post/2021/03/get",{"_index":7495,"title":{},"content":{"I pulled the Google plug and installed LineageOS: https://brainbaking.com/post/2021/03/getting-ri...":{}},"tags":{}}],["href=\"https://brainbaking.com/post/2021/03/th",{"_index":7546,"title":{},"content":{"I've been fiddling with IndieWeb stuff the last week and all in all, I think it's a mixed...":{}},"tags":{}}],["href=\"https://bsd.network/@rubenerd",{"_index":7451,"title":{},"content":{"@rubenerd just installed my own Pleroma server to say hi! Big fan of your micro-blog for ages here.":{},"Yesterday, I logged in on someone's Commodore 64 B...":{}},"tags":{}}],["href=\"https://buttercup.pw",{"_index":7696,"title":{},"content":{"Today, I threw out https://buttercup.pw/ in favor ...":{}},"tags":{}}],["href=\"https://bytecellar.com/bbs",{"_index":7633,"title":{},"content":{"Today, I tried to open a gemini:// link in my webb...":{}},"tags":{}}],["href=\"https://caniuse.com/load",{"_index":7567,"title":{},"content":{"Great, I can ditch lazysizes.js! Didn't know about...":{}},"tags":{}}],["href=\"https://chat.brainbaking.com/media/28da3d7d",{"_index":7689,"title":{},"content":{"I much prefer Sonic Mania's Lock On to Belgium's t...":{}},"tags":{}}],["href=\"https://chat.brainbaking.com/media/3dbcb044",{"_index":7590,"title":{},"content":{"Enjoyed an afternoon of oldskool Diablo II on the ...":{}},"tags":{}}],["href=\"https://chat.brainbaking.com/media/5098b8c5",{"_index":7668,"title":{},"content":{"36 hours later, the bread sings. @eli_oat":{}},"tags":{}}],["href=\"https://chat.brainbaking.com/media/6f8b72ca",{"_index":7579,"title":{},"content":{"Enjoyed an afternoon of oldskool Diablo II on the ...":{}},"tags":{}}],["href=\"https://chat.brainbaking.com/media/7f3ffba",{"_index":7662,"title":{},"content":{"36 hours later, the bread sings. @eli_oat":{}},"tags":{}}],["href=\"https://chat.brainbaking.com/media/8412444a",{"_index":7656,"title":{},"content":{"36 hours later, the bread sings. @eli_oat":{}},"tags":{}}],["href=\"https://chat.brainbaking.com/media/870f2c19",{"_index":7674,"title":{},"content":{"36 hours later, the bread sings. @eli_oat":{}},"tags":{}}],["href=\"https://chat.brainbaking.com/tag/lineageo",{"_index":7501,"title":{},"content":{"I pulled the Google plug and installed LineageOS: https://brainbaking.com/post/2021/03/getting-ri...":{},"This is so frustrating. Suddenly, my local banking...":{}},"tags":{}}],["href=\"https://chat.brainbaking.com/users/acvillag",{"_index":7718,"title":{},"content":{"Today, I got a bit weird and made an animal crossi...":{}},"tags":{}}],["href=\"https://dog.estate/@eli_oat",{"_index":7559,"title":{},"content":{"@eli_oat a serious fire destroyed the data center ...":{},"36 hours later, the bread sings. @eli_oat":{}},"tags":{}}],["href=\"https://forth",{"_index":7541,"title":{},"content":{"https://forth-standard.org/ - yet another programming language I need to take a look at? That lis...":{}},"tags":{}}],["href=\"https://fosstodon.org/@kev",{"_index":7550,"title":{},"content":{"I've been fiddling with IndieWeb stuff the last week and all in all, I think it's a mixed...":{}},"tags":{}}],["href=\"https://github.com/makeworld",{"_index":7627,"title":{},"content":{"Today, I tried to open a gemini:// link in my webb...":{}},"tags":{}}],["href=\"https://indieweb.org/micropub",{"_index":7513,"title":{},"content":{"Dog-walk thought: how cool would it be if the Nintendo Switch would support publishing screenshot...":{}},"tags":{}}],["href=\"https://indieweb.org/peso",{"_index":7516,"title":{},"content":{"Dog-walk thought: how cool would it be if the Nintendo Switch would support publishing screenshot...":{}},"tags":{}}],["href=\"https://jefklakscodex.com/articles/reviews/son",{"_index":7685,"title":{},"content":{"I much prefer Sonic Mania's Lock On to Belgium's t...":{}},"tags":{}}],["href=\"https://keepassxc.org",{"_index":7698,"title":{},"content":{"Today, I threw out https://buttercup.pw/ in favor ...":{}},"tags":{}}],["href=\"https://kuleuven",{"_index":7610,"title":{},"content":{"So, we rewrote our CS courses in Markdown. I'm loo...":{}},"tags":{}}],["href=\"https://laurakalbag.com/what",{"_index":7460,"title":{},"content":{"Hi @laura thanks to your https://laurakalbag.com/what-is-mastodon-and-why-should-i-use-it/ I dipp...":{}},"tags":{}}],["href=\"https://mastodon.ar.al/@ar",{"_index":7619,"title":{},"content":{"You are a product of your environment. Eventually...":{}},"tags":{}}],["href=\"https://mastodon.davidpeach.co.uk/@david",{"_index":7734,"title":{},"content":{"Good news everyone! Brain Baking was just launched...":{}},"tags":{}}],["href=\"https://mastodon.laurakalbag.com/@laura",{"_index":7458,"title":{},"content":{"Hi @laura thanks to your https://laurakalbag.com/what-is-mastodon-and-why-should-i-use-it/ I dipp...":{},"You are a product of your environment. Eventually...":{}},"tags":{}}],["href=\"https://mastodon.social/@kogakur",{"_index":7470,"title":{},"content":{"Just saying hi @kogakure 👋 getting my feet wet with decentralized “tooting” (although I opted for...":{}},"tags":{}}],["href=\"https://sebastiandedeyne.com/ad",{"_index":7480,"title":{},"content":{"Trying to wrap my mind around WebMentions and how I could implement them without resorting to a t...":{}},"tags":{}}],["href=\"https://twitter.com/olesovhcom/status/1369478732247932929",{"_index":7561,"title":{},"content":{"@eli_oat a serious fire destroyed the data center ...":{}},"tags":{}}],["href=\"https://web.dev/brows",{"_index":7564,"title":{},"content":{"Great, I can ditch lazysizes.js! Didn't know about...":{}},"tags":{}}],["href=\"https://www.inklestudios.com/ink",{"_index":7526,"title":{},"content":{"I just learned about https://www.inklestudios.com/ink/ a scripting language used in story-heavy a...":{}},"tags":{}}],["href=\"https://www.jayeless.net/2021/02/integr",{"_index":7490,"title":{},"content":{"Okay, so sending involves Webmention.app and IFTTT to poll my RSS feed (According to https://www....":{}},"tags":{}}],["href=\"https://www.strifestreams.com/post/628317276707405824/anoth",{"_index":7724,"title":{},"content":{"I noticed Tumblr sites do not support receiving pi...":{}},"tags":{}}],["href=\"https://www.youtube.com/watch?v=szum7mhwr88",{"_index":7759,"title":{},"content":{"Jeremy Clarke wrote a set of Nim tools that allows...":{}},"tags":{}}],["href=\"https://yeokhengmeng.com/2019/12/build",{"_index":7639,"title":{},"content":{"Someone made a Slack client on Windows 3.1? https:...":{}},"tags":{}}],["html",{"_index":1876,"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":{}},"tags":{}}],["html5",{"_index":5475,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["htmlinputbox",{"_index":1889,"title":{},"content":{"Custom Webdriver Page Factories":{}},"tags":{}}],["htmlsubmitbutton",{"_index":1888,"title":{},"content":{"Custom Webdriver Page Factories":{}},"tags":{}}],["http",{"_index":5159,"title":{"Someone made a Slack client on Windows 3.1? https:...":{}},"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":{}},"tags":{}}],["http(",{"_index":7273,"title":{},"content":{"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["http/1.1",{"_index":7054,"title":{},"content":{"Lousy Wordpress Hacking Attempts detected":{}},"tags":{}}],["http://bash.cyberciti.biz",{"_index":1422,"title":{},"content":{"undefined":{}},"tags":{}}],["http://cyberciti.biz/fb",{"_index":1414,"title":{},"content":{"undefined":{}},"tags":{}}],["http://groovy.codehaus.org/p",{"_index":770,"title":{},"content":{"undefined":{}},"tags":{}}],["http://racket",{"_index":1250,"title":{},"content":{"undefined":{}},"tags":{}}],["http://web.mit.edu/~axch/www/test",{"_index":1255,"title":{},"content":{"undefined":{}},"tags":{}}],["http://www.cs.utexas.edu/ftp/garbage/cs345/schintro",{"_index":1194,"title":{},"content":{"undefined":{}},"tags":{}}],["http://www.gnu.org/s/mit",{"_index":1246,"title":{},"content":{"undefined":{}},"tags":{}}],["https://brainbak",{"_index":7506,"title":{"Heads up RSS feed readers of brainbaking.com! Federated half-baked thoughts (https://brainbaking....":{}},"content":{},"tags":{}}],["https://brainbaking.com/post/2021/03/get",{"_index":7494,"title":{"I pulled the Google plug and installed LineageOS: https://brainbaking.com/post/2021/03/getting-ri...":{}},"content":{},"tags":{}}],["https://buttercup.pw",{"_index":7695,"title":{"Today, I threw out https://buttercup.pw/ in favor ...":{}},"content":{},"tags":{}}],["https://forth",{"_index":7539,"title":{"https://forth-standard.org/ - yet another programming language I need to take a look at? That lis...":{}},"content":{},"tags":{}}],["https://github.com/miloyip/gam",{"_index":3518,"title":{},"content":{"Computer Science learning pathways":{}},"tags":{}}],["https://github.com/wgroeneveld/gba",{"_index":5654,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["https://laurakalbag.com/what",{"_index":7454,"title":{"Hi @laura thanks to your https://laurakalbag.com/what-is-mastodon-and-why-should-i-use-it/ I dipp...":{}},"content":{},"tags":{}}],["https://www",{"_index":7487,"title":{"Okay, so sending involves Webmention.app and IFTTT to poll my RSS feed (According to https://www....":{}},"content":{},"tags":{}}],["https://www.inklestudios.com/ink",{"_index":7525,"title":{"I just learned about https://www.inklestudios.com/ink/ a scripting language used in story-heavy a...":{}},"content":{},"tags":{}}],["huge",{"_index":1611,"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":{}},"tags":{}}],["hugo",{"_index":2407,"title":{"Hugo Extended: More static site processing power!":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Using Hugo to Launch a Gemini Capsule":{}},"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":{},"Trying to wrap my mind around WebMentions and how I could implement them without resorting to a t...":{}},"tags":{"Hugo Extended: More static site processing power!":{},"RSS Feeds, Hugo, and Lazy Image Loading":{}}}],["hugo'",{"_index":5232,"title":{},"content":{"Page Building with Brizy in Wordpress":{}},"tags":{}}],["hugo.environ",{"_index":5226,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"tags":{}}],["hugo.html",{"_index":7491,"title":{},"content":{"Okay, so sending involves Webmention.app and IFTTT to poll my RSS feed (According to https://www....":{}},"tags":{}}],["hugo.html</a",{"_index":7493,"title":{},"content":{"Okay, so sending involves Webmention.app and IFTTT to poll my RSS feed (According to https://www....":{}},"tags":{}}],["hugo.io",{"_index":5228,"title":{},"content":{"Page Building with Brizy in Wordpress":{}},"tags":{}}],["hugo](/post/2020/05/hugo",{"_index":6557,"title":{},"content":{"RSS Feeds, Hugo, and Lazy Image Loading":{}},"tags":{}}],["hugo](https://gohugo.io",{"_index":2384,"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":4972,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["huiselijk",{"_index":4979,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["human",{"_index":2912,"title":{},"content":{"I'm jealous of my dog":{},"Death to pseudocode?":{},"Computer Science learning pathways":{},"ITiCSE 2020: A Report":{}},"tags":{}}],["humor",{"_index":3902,"title":{},"content":{"Over de inflatie van intellect":{}},"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":{}}],["hundr",{"_index":2786,"title":{},"content":{"Journaling in practice":{}},"tags":{}}],["hunt",{"_index":5865,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{},"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["hunter",{"_index":6877,"title":{},"content":{"You Shouldn't Use Spotify":{}},"tags":{}}],["hurt",{"_index":4328,"title":{},"content":{"Domain Driven Design in C":{},"Thoughts on Bullshit Jobs":{}},"tags":{}}],["hybrid",{"_index":4580,"title":{},"content":{"Over analoog en digitaal":{},"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["hyperkin",{"_index":6795,"title":{},"content":{"The insanity of collecting retro games":{}},"tags":{}}],["hét",{"_index":5003,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["héél",{"_index":4988,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["i$(gtest_dir",{"_index":1836,"title":{},"content":{"Bye autotools hello Scons":{}},"tags":{}}],["i'm",{"_index":7478,"title":{},"content":{"Has anyone else noticed posted links on Twitter get re-encoded into t.co URLs in order to gather ...":{},"Heads up RSS feed readers of brainbaking.com! Federated half-baked thoughts (https://brainbaking....":{},"Dog-walk thought: how cool would it be if the Nintendo Switch would support publishing screenshot...":{},"I spent some time with Yarn/Jest/ES2019, it felt good to be programming again. I am developing a ...":{}},"tags":{}}],["i'v",{"_index":7544,"title":{"I've been fiddling with IndieWeb stuff the last week and all in all, I think it's a mixed...":{}},"content":{"I've been fiddling with IndieWeb stuff the last week and all in all, I think it's a mixed...":{}},"tags":{}}],["i'd",{"_index":1960,"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":{}},"tags":{}}],["i'll",{"_index":2032,"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":{}},"tags":{}}],["i'm",{"_index":1967,"title":{"I'm jealous of my dog":{},"So, we rewrote our CS courses in Markdown. I'm loo...":{}},"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":{},"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":{},"So, we rewrote our CS courses in Markdown. I'm loo...":{},"I spent the day pretending to attend a virtual Gop...":{}},"tags":{}}],["i'v",{"_index":1277,"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":{}},"tags":{}}],["i5",{"_index":6112,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{}},"tags":{}}],["iaculi",{"_index":7325,"title":{},"content":{"amchart renderer":{}},"tags":{}}],["ic",{"_index":2468,"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":2358,"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":{},"Freshly Baked Thoughts":{},"Half-Baked Ideas":{}},"tags":{}}],["icon`",{"_index":6023,"title":{},"content":{"A journey through the history of webdesign":{}},"tags":{}}],["ifttt",{"_index":7485,"title":{"Okay, so sending involves Webmention.app and IFTTT to poll my RSS feed (According to https://www....":{}},"content":{"Okay, so sending involves Webmention.app and IFTTT to poll my RSS feed (According to https://www....":{}},"tags":{}}],["ignor",{"_index":2395,"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":{}},"tags":{}}],["ii",{"_index":2145,"title":{"Enjoyed an afternoon of oldskool Diablo II on the ...":{}},"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":{},"Enjoyed an afternoon of oldskool Diablo II on the ...":{}},"tags":{}}],["ii'",{"_index":6274,"title":{},"content":{"The Internet Killed Secrets in Games":{}},"tags":{}}],["iii/iv",{"_index":6074,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{}},"tags":{}}],["ik",{"_index":1183,"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":{}}],["illustr",{"_index":2365,"title":{},"content":{"Teaching yourself to draw":{},"Page Building with Brizy in Wordpress":{}},"tags":{}}],["im",{"_index":7013,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"tags":{}}],["imag",{"_index":2121,"title":{"RSS Feeds, Hugo, and Lazy Image Loading":{}},"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":{},"Great, I can ditch lazysizes.js! Didn't know about...":{},"Enjoyed an afternoon of oldskool Diablo II on the ...":{},"36 hours later, the bread sings. @eli_oat":{},"I much prefer Sonic Mania's Lock On to Belgium's t...":{}},"tags":{}}],["image.html",{"_index":6574,"title":{},"content":{"RSS Feeds, Hugo, and Lazy Image Loading":{}},"tags":{}}],["imageformat.png",{"_index":2129,"title":{},"content":{"Webdriver Exception Handling":{}},"tags":{}}],["imagemagick",{"_index":6468,"title":{},"content":{"Programming on the Apple M1 Silicon":{}},"tags":{}}],["images![^tip",{"_index":6582,"title":{},"content":{"RSS Feeds, Hugo, and Lazy Image Loading":{}},"tags":{}}],["imagin",{"_index":1930,"title":{},"content":{"Faking domain logic":{},"Unit testing in Legacy Projects: VB6":{},"Reverse engineering a curriculum":{},"Programming: a Creative Cognitive Process":{},"Thoughts on Bullshit Jobs":{}},"tags":{}}],["img",{"_index":4151,"title":{},"content":{"Over tijdsbesef":{},"Programming: a Creative Cognitive Process":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Enjoyed an afternoon of oldskool Diablo II on the ...":{},"36 hours later, the bread sings. @eli_oat":{},"I much prefer Sonic Mania's Lock On to Belgium's t...":{}},"tags":{}}],["img/analoguent.jpg",{"_index":4587,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["img/desktopshots/engagebusy_febr2005.jpg",{"_index":6235,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["img/desktopshots/feb2004.jpg",{"_index":6212,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["img/desktopshots/fvwm_aug2004.jpg",{"_index":6217,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["img/desktopshots/fvwm_confnew_20051027_1.jpg",{"_index":6251,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["img/desktopshots/lila_sept2004.jpg",{"_index":6226,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["imit",{"_index":2569,"title":{},"content":{"A samurai learning mindset":{}},"tags":{}}],["immedi",{"_index":2467,"title":{},"content":{"How to teach kids to program":{},"Combining async with generators in Node 11":{},"I spent the day pretending to attend a virtual Gop...":{}},"tags":{}}],["immer",{"_index":3362,"title":{},"content":{"Over entropie":{},"Boeken die mij gevormd hebben tot wie ik ben":{},"Over Onmiddellijke Voldoening":{}},"tags":{}}],["immin",{"_index":3229,"title":{},"content":{"Concentrating on serendipitous creativity":{}},"tags":{}}],["immut",{"_index":798,"title":{},"content":{"undefined":{}},"tags":{}}],["impact",{"_index":5546,"title":{},"content":{"ITiCSE 2020: A Report":{}},"tags":{}}],["impass",{"_index":3221,"title":{},"content":{"Concentrating on serendipitous creativity":{}},"tags":{}}],["impatient.https://laurakalbag.com/what",{"_index":7461,"title":{},"content":{"Hi @laura thanks to your https://laurakalbag.com/what-is-mastodon-and-why-should-i-use-it/ I dipp...":{}},"tags":{}}],["it'",{"_index":7545,"title":{"I've been fiddling with IndieWeb stuff the last week and all in all, I think it's a mixed...":{}},"content":{"I've been fiddling with IndieWeb stuff the last week and all in all, I think it's a mixed...":{},"@eli_oat a serious fire destroyed the data center ...":{}},"tags":{}}],["it'",{"_index":1281,"title":{},"content":{"Unit Testing Stored Procedures":{},"Enhancing the builder pattern with closures":{},"Integration Testing with SQLite":{},"Metaprogramming instead of duplication":{},"Bye autotools hello Scons":{},"Custom Webdriver Page Factories":{},"Faking domain logic":{},"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?":{},"How to teach kids to program":{},"A samurai learning mindset":{},"Development principles in cooking":{},"Healing creative scars":{},"A quick look at 6 fountain pens":{},"Journaling in practice":{},"Nuts about local nuts":{},"I'm jealous of my dog":{},"Inventing - for the worse?":{},"Hiding Code Complexity":{},"Take your time.":{},"Concentrating on serendipitous creativity":{},"Death to pseudocode?":{},"Teaching by philosophy":{},"Computer Science learning pathways":{},"A Ph.D. Thesis Proposal":{},"Reverse engineering a curriculum":{},"Domain Driven Design in C":{},"Productivity Tools on all platforms":{},"The Startup of a Lean Doctorate":{},"Unit Testing PicoBlaze Assembly files":{},"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":{},"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":{},"ITiCSE 2020: A Report":{},"Tracking and privacy concerns on websites":{},"3D Software Rendering on the GBA":{},"Thoughts on collaboration in education":{},"An am486 Performance Analysis":{},"486 Upgrade 2: The SD Card HDD":{},"Building a Core2Duo Windows XP Retro PC":{},"Personal Desktop Screenshots of Olde":{},"Win98 Upgrade: Sound Blaster Audigy":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Programming on the Apple M1 Silicon":{},"Thoughts on Bullshit Jobs":{},"Digitizing journals using DEVONthink":{},"My Retro Desk/Gaming Setup in 2021":{},"How to write academic papers in Markdown":{},"Exploring the AlterNet":{},"Teaching students about coding trends":{},"The IndieWeb Mixed Bag":{},"Discord killed support for WinXP":{},"Exploring the Go programming language":{},"I just built a few Go projects on my Windows XP re...":{}},"tags":{}}],["it'll",{"_index":3506,"title":{},"content":{"Teaching by philosophy":{},"This is so frustrating. Suddenly, my local banking...":{}},"tags":{}}],["ithellohi",{"_index":7456,"title":{},"content":{"Hi @laura thanks to your https://laurakalbag.com/what-is-mastodon-and-why-should-i-use-it/ I dipp...":{}},"tags":{}}],["p>just",{"_index":7468,"title":{},"content":{"Just saying hi @kogakure 👋 getting my feet wet with decentralized “tooting” (although I opted for...":{}},"tags":{}}],["p_userid",{"_index":1356,"title":{},"content":{"Unit Testing Stored Procedures":{}},"tags":{}}],["paar",{"_index":1098,"title":{},"content":{"undefined":{}},"tags":{}}],["pack",{"_index":6071,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{}},"tags":{}}],["pack.html",{"_index":5778,"title":{},"content":{"An am486 Performance Analysis":{}},"tags":{}}],["pack](https://www.philscomputerlab.com/do",{"_index":5777,"title":{},"content":{"An am486 Performance Analysis":{}},"tags":{}}],["packag",{"_index":959,"title":{},"content":{"Learning to become a baker":{},"Migrating from Extjs to React gradually":{},"Unit testing in Legacy Projects: VB6":{},"Nuts about local nuts":{},"Unit Testing PicoBlaze Assembly files":{},"DIY: Hosting stuff on your own VPS":{},"Hugo Extended: More static site processing power!":{},"Using Pandoc to publish a book":{},"Exploring the Go programming language":{},"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["package.json",{"_index":5217,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"tags":{}}],["package](https://github.com/wgroeneveld/opbtest",{"_index":4636,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["page",{"_index":96,"title":{"Custom Webdriver Page Factories":{},"Page Building with Brizy in Wordpress":{}},"content":{"Ending your day with happy thoughts":{},"Custom Webdriver Page Factories":{},"Unit Testing Extjs UI with Siesta":{},"Teaching yourself to draw":{},"Are you handing over enough when inspiring someone?":{},"Journaling in practice":{},"2017 in books":{},"Productivity Tools on all platforms":{},"IT Competences and Certificates":{},"DIY: Hosting stuff on your own VPS":{},"Page Building with Brizy in Wordpress":{},"Using Pandoc to publish a book":{},"Tracking and privacy concerns on websites":{},"A journey through the history of webdesign":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"The Productive Programmer on Mac":{},"What is Creativity in Software Engineering?":{},"Lousy Wordpress Hacking Attempts detected":{},"The IndieWeb Mixed Bag":{},"So, we rewrote our CS courses in Markdown. I'm loo...":{}},"tags":{}}],["pagefactori",{"_index":1903,"title":{},"content":{"Custom Webdriver Page Factories":{}},"tags":{}}],["pagefactory.initel",{"_index":1892,"title":{},"content":{"Custom Webdriver Page Factories":{}},"tags":{}}],["pages](https://github.com/trend",{"_index":7098,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["pagina",{"_index":654,"title":{},"content":{"undefined":{}},"tags":{}}],["pagina'",{"_index":4917,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["paid",{"_index":3012,"title":{},"content":{"Inventing - for the worse?":{},"Page Building with Brizy in Wordpress":{},"Thoughts on Bullshit Jobs":{},"Digitizing journals using DEVONthink":{},"My Retro Desk/Gaming Setup in 2021":{},"The insanity of collecting retro games":{},"You Shouldn't Use Spotify":{}},"tags":{}}],["pain",{"_index":1582,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{},"Productivity Tools on all platforms":{},"Teaching Object-Oriented design using the GBA":{},"3D Software Rendering on the GBA":{},"Always have a Diaster Recovery Plan":{},"Getting rid of trackers using LineageOS":{}},"tags":{}}],["painless",{"_index":6362,"title":{},"content":{"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["paint",{"_index":2350,"title":{},"content":{"Teaching yourself to draw":{}},"tags":{}}],["pair",{"_index":2475,"title":{},"content":{"How to teach kids to program":{},"Hiding Code Complexity":{},"Five reasons why agile and academia don't go together":{}},"tags":{}}],["pakketj",{"_index":4989,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["pakt",{"_index":1205,"title":{},"content":{"undefined":{}},"tags":{}}],["pale",{"_index":6396,"title":{},"content":{"WinXP Upgrade: Sound Blaster X-Fi":{},"Discord killed support for WinXP":{}},"tags":{}}],["palett",{"_index":4805,"title":{},"content":{"Teaching Object-Oriented design using the GBA":{},"3D Software Rendering on the GBA":{}},"tags":{}}],["pandem",{"_index":6788,"title":{},"content":{"The insanity of collecting retro games":{}},"tags":{}}],["pandoc",{"_index":5270,"title":{"Using Pandoc to publish a book":{}},"content":{"Using Pandoc to publish a book":{},"How to write academic papers in Markdown":{}},"tags":{"Using Pandoc to publish a book":{},"How to write academic papers in Markdown":{}}}],["pandoc](/post/2020/05/us",{"_index":6798,"title":{},"content":{"How to write academic papers in Markdown":{}},"tags":{}}],["pandoc](https://pandoc.org",{"_index":6801,"title":{},"content":{"How to write academic papers in Markdown":{}},"tags":{}}],["panel",{"_index":2046,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{},"Migrating from Extjs to React gradually":{},"Always have a Diaster Recovery Plan":{}},"tags":{}}],["panflut",{"_index":6836,"title":{},"content":{"How to write academic papers in Markdown":{}},"tags":{}}],["panic",{"_index":2827,"title":{},"content":{"Nuts about local nuts":{}},"tags":{}}],["paper",{"_index":2803,"title":{"How to write academic papers in Markdown":{}},"content":{"Journaling in practice":{},"Inventing - for the worse?":{},"The Startup of a Lean Doctorate":{},"A Ph.D. Thesis: Iteration 2":{},"De zin en onzin van conferenties":{},"Five reasons why agile and academia don't go together":{},"Designing websites with accessibility in mind":{},"ITiCSE 2020: A Report":{},"Thoughts on collaboration in education":{},"Thoughts on Bullshit Jobs":{},"What is Creativity in Software Engineering?":{},"My Retro Desk/Gaming Setup in 2021":{},"How to write academic papers in Markdown":{},"You Shouldn't Use Spotify":{}},"tags":{}}],["papers](https://speakerdeck.com/jakevdp/in",{"_index":4479,"title":{},"content":{"The Startup of a Lean Doctorate":{}},"tags":{}}],["paragraph",{"_index":5515,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["paralel",{"_index":4912,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["parallel",{"_index":7222,"title":{},"content":{"Exploring the Go programming language":{}},"tags":{}}],["param",{"_index":1112,"title":{},"content":{"undefined":{},"Death to pseudocode?":{}},"tags":{}}],["paramet",{"_index":1077,"title":{},"content":{"undefined":{},"Visual Studio 2012 for Eclipse users":{},"Enhancing the builder pattern with closures":{},".NET Memory management VS JVM Memory management":{}},"tags":{}}],["paramount",{"_index":3859,"title":{},"content":{"Reverse engineering a curriculum":{}},"tags":{}}],["parent",{"_index":953,"title":{},"content":{"Learning to become a baker":{},"Migrating from Extjs to React gradually":{}},"tags":{}}],["pari",{"_index":3832,"title":{},"content":{"Reverse engineering a curriculum":{}},"tags":{}}],["park",{"_index":3133,"title":{},"content":{"Take your time.":{},"Over entropie":{},"I just learned about https://www.inklestudios.com/ink/ a scripting language used in story-heavy a...":{}},"tags":{}}],["park!_",{"_index":5942,"title":{},"content":{"Reviving an old 80486 PC":{}},"tags":{}}],["parmesan",{"_index":2839,"title":{},"content":{"Nuts about local nuts":{}},"tags":{}}],["pars",{"_index":5189,"title":{},"content":{"Hugo Extended: More static site processing power!":{},"Page Building with Brizy in Wordpress":{}},"tags":{}}],["parsabl",{"_index":7136,"title":{},"content":{"The IndieWeb Mixed Bag":{}},"tags":{}}],["parsen",{"_index":718,"title":{},"content":{"undefined":{}},"tags":{}}],["parser",{"_index":7140,"title":{},"content":{"The IndieWeb Mixed Bag":{}},"tags":{}}],["parser](https://aime",{"_index":7138,"title":{},"content":{"The IndieWeb Mixed Bag":{}},"tags":{}}],["part",{"_index":952,"title":{},"content":{"Learning to become a baker":{},"Unit Testing Stored Procedures":{},"undefined":{},".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":{},"Are you handing over enough when inspiring someone?":{},"How to teach kids to program":{},"Healing creative scars":{},"A quick look at 6 fountain pens":{},"Journaling in practice":{},"Inventing - for the worse?":{},"Teaching by philosophy":{},"Computer Science learning pathways":{},"Domain Driven Design in C":{},"A Decade in the Software Engineering industry":{},"Programming: a Creative Cognitive Process":{},"Five reasons why agile and academia don't go together":{},"Hugo Extended: More static site processing power!":{},"3D Software Rendering on the GBA":{},"486 Upgrade 1: Sound Blaster 16":{},"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 Internet Killed Secrets in Games":{},"Win98 Upgrade: Sound Blaster Audigy":{},"Programming on the Apple M1 Silicon":{},"Thoughts on Bullshit Jobs":{},"Digitizing journals using DEVONthink":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"My Retro Desk/Gaming Setup in 2021":{},"How to write academic papers in Markdown":{},"You Shouldn't Use Spotify":{},"Teaching students about coding trends":{},"The IndieWeb Mixed Bag":{},"Someone made a Slack client on Windows 3.1? https:...":{}},"tags":{}}],["part?](/post/journ",{"_index":2638,"title":{},"content":{"Healing creative scars":{}},"tags":{}}],["parti",{"_index":5403,"title":{},"content":{"Project Warlock: About Perseverance":{},"The Internet Killed Secrets in Games":{},"Trying to wrap my mind around WebMentions and how I could implement them without resorting to a t...":{}},"tags":{}}],["particip",{"_index":6662,"title":{},"content":{"What is Creativity in Software Engineering?":{}},"tags":{}}],["particular",{"_index":3024,"title":{},"content":{"Inventing - for the worse?":{},"A Ph.D. Thesis: Iteration 2":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Teaching students about coding trends":{}},"tags":{}}],["particularli",{"_index":6222,"title":{},"content":{"Personal Desktop Screenshots of Olde":{},"Digitizing journals using DEVONthink":{},"How to write academic papers in Markdown":{}},"tags":{}}],["partit",{"_index":3271,"title":{},"content":{"Death to pseudocode?":{},"486 Upgrade 2: The SD Card HDD":{}},"tags":{}}],["partition(listr",{"_index":1439,"title":{},"content":{"undefined":{}},"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":{}},"tags":{}}],["pasta",{"_index":448,"title":{},"content":{"No, vegetarians do not eat fish!":{}},"tags":{}}],["pasta’",{"_index":440,"title":{},"content":{"No, vegetarians do not eat fish!":{}},"tags":{}}],["patch",{"_index":6209,"title":{},"content":{"Personal Desktop Screenshots of Olde":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"tags":{}}],["path",{"_index":1407,"title":{},"content":{"undefined":{},"Computer Science learning pathways":{},"A Decade in the Software Engineering industry":{},"RSS Feeds, Hugo, and Lazy Image Loading":{}},"tags":{}}],["pathet",{"_index":3149,"title":{},"content":{"Take your time.":{}},"tags":{}}],["pathway",{"_index":3515,"title":{"Computer Science learning pathways":{}},"content":{},"tags":{}}],["pattern",{"_index":1597,"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":{}},"tags":{}}],["pay",{"_index":1708,"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":{},"Today, I got a bit weird and made an animal crossi...":{}},"tags":{}}],["payoff",{"_index":4299,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["payout",{"_index":6869,"title":{},"content":{"You Shouldn't Use Spotify":{}},"tags":{}}],["pc",{"_index":1317,"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":{}},"tags":{}}],["pc.18845723",{"_index":6159,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["pc](/post/2020/09/reviv",{"_index":5804,"title":{},"content":{"486 Upgrade 2: The SD Card HDD":{},"486 Upgrade 1: Sound Blaster 16":{},"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["pc](/post/2020/10/build",{"_index":6055,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"tags":{}}],["pc_",{"_index":6155,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["pcb",{"_index":5875,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["pci",{"_index":6086,"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":{}},"tags":{}}],["pci128",{"_index":6320,"title":{},"content":{"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["pcpbench",{"_index":5792,"title":{},"content":{"An am486 Performance Analysis":{}},"tags":{}}],["pcs](/post/2020/09/486",{"_index":6366,"title":{},"content":{"WinXP Upgrade: Sound Blaster X-Fi":{}},"tags":{}}],["pcs](/post/2021/02/mi",{"_index":7180,"title":{},"content":{"Discord killed support for WinXP":{}},"tags":{}}],["pdf",{"_index":1578,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{},"Using Pandoc to publish a book":{}},"tags":{}}],["pdflatex",{"_index":5299,"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":{}},"tags":{}}],["peak",{"_index":5545,"title":{},"content":{"ITiCSE 2020: A Report":{},"Building a Core2Duo Windows XP Retro PC":{}},"tags":{}}],["peek",{"_index":6237,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["peer",{"_index":3227,"title":{},"content":{"Concentrating on serendipitous creativity":{},"Five reasons why agile and academia don't go together":{},"Thoughts on collaboration in education":{}},"tags":{}}],["pellentesqu",{"_index":7357,"title":{},"content":{"amchart renderer":{}},"tags":{}}],["pen",{"_index":460,"title":{"A quick look at 6 fountain pens":{}},"content":{"No, vegetarians do not eat fish!":{},"A quick look at 6 fountain pens":{},"Over de inflatie van intellect":{}},"tags":{}}],["pencil",{"_index":58,"title":{},"content":{"Ending your day with happy thoughts":{}},"tags":{}}],["pencil.that",{"_index":164,"title":{},"content":{"Ending your day with happy thoughts":{}},"tags":{}}],["pens](/img/6pen",{"_index":2759,"title":{},"content":{"A quick look at 6 fountain pens":{}},"tags":{}}],["pentium",{"_index":6073,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{},"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["penz",{"_index":2720,"title":{},"content":{"A quick look at 6 fountain pens":{}},"tags":{}}],["peopl",{"_index":277,"title":{},"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":{},"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["people'",{"_index":3101,"title":{},"content":{"Hiding Code Complexity":{}},"tags":{}}],["peplin",{"_index":4474,"title":{},"content":{"The Startup of a Lean Doctorate":{}},"tags":{}}],["pepper",{"_index":2601,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["per",{"_index":2390,"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":{}},"tags":{}}],["perceiv",{"_index":4925,"title":{},"content":{"Programming: a Creative Cognitive Process":{},"Thoughts on Bullshit Jobs":{}},"tags":{}}],["percentag",{"_index":6500,"title":{},"content":{"Thoughts on Bullshit Jobs":{},"Discord killed support for WinXP":{}},"tags":{}}],["perfect",{"_index":1988,"title":{},"content":{".NET Memory management VS JVM Memory management":{},"IT Competences and Certificates":{},"486 Upgrade 2: The SD Card HDD":{},"Exploring the Go programming language":{},"Today, I got a bit weird and made an animal crossi...":{}},"tags":{}}],["perfectli",{"_index":3080,"title":{},"content":{"2017 in books":{}},"tags":{}}],["perform",{"_index":2076,"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":{}},"tags":{}}],["perhap",{"_index":5081,"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":{}},"tags":{}}],["period",{"_index":947,"title":{},"content":{"Learning to become a baker":{},"Concentrating on serendipitous creativity":{},"Over tijdsbesef":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"tags":{}}],["perl",{"_index":714,"title":{},"content":{"undefined":{},"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["permiss",{"_index":6708,"title":{},"content":{"My Retro Desk/Gaming Setup in 2021":{},"Exploring the Go programming language":{}},"tags":{}}],["permitrootlogin",{"_index":5145,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{}},"tags":{}}],["pernici",{"_index":6487,"title":{},"content":{"Thoughts on Bullshit Jobs":{}},"tags":{}}],["persever",{"_index":5336,"title":{"Project Warlock: About Perseverance":{}},"content":{"The Internet Killed Secrets in Games":{}},"tags":{}}],["persist",{"_index":3099,"title":{},"content":{"Hiding Code Complexity":{},"DIY: Hosting stuff on your own VPS":{}},"tags":{}}],["person",{"_index":368,"title":{"Personal Desktop Screenshots of Olde":{}},"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":{},"Freshly Baked Thoughts":{}},"tags":{}}],["person(65",{"_index":4308,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["person(int",{"_index":4303,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["person_is_old",{"_index":4327,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["person_is_old(person",{"_index":4326,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["personag",{"_index":3915,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["personen",{"_index":3696,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{}},"tags":{}}],["persoon",{"_index":3396,"title":{},"content":{"Over entropie":{},"De zin en onzin van conferenties":{}},"tags":{}}],["persoonlijk",{"_index":3775,"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":{}},"tags":{}}],["perspectief",{"_index":4254,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["pescatarian",{"_index":354,"title":{},"content":{"No, vegetarians do not eat fish!":{}},"tags":{}}],["peso",{"_index":7153,"title":{},"content":{"The IndieWeb Mixed Bag":{},"Heads up RSS feed readers of brainbaking.com! Federated half-baked thoughts (https://brainbaking....":{},"Dog-walk thought: how cool would it be if the Nintendo Switch would support publishing screenshot...":{}},"tags":{}}],["pet",{"_index":3189,"title":{},"content":{"Take your time.":{}},"tags":{}}],["petit",{"_index":5928,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["petri",{"_index":3585,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{}},"tags":{}}],["pexels](https://pexels.com",{"_index":4721,"title":{},"content":{"IT Competences and Certificates":{}},"tags":{}}],["ph.d",{"_index":3706,"title":{"A Ph.D. Thesis Proposal":{},"A Ph.D. Thesis: Iteration 2":{}},"content":{"A Ph.D. Thesis Proposal":{}},"tags":{}}],["pharetra",{"_index":7391,"title":{},"content":{"amchart renderer":{}},"tags":{}}],["phase",{"_index":1336,"title":{},"content":{"Unit Testing Stored Procedures":{}},"tags":{}}],["phasellu",{"_index":7317,"title":{},"content":{"amchart renderer":{}},"tags":{}}],["phd",{"_index":3557,"title":{},"content":{"The Startup of a Lean Doctorate":{},"Thoughts on collaboration in education":{},"What is Creativity in Software Engineering?":{}},"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?":{}}}],["phenomenon",{"_index":3839,"title":{},"content":{"Reverse engineering a curriculum":{},"Thoughts on Bullshit Jobs":{}},"tags":{}}],["phil",{"_index":5846,"title":{},"content":{"486 Upgrade 2: The SD Card HDD":{}},"tags":{}}],["phil'",{"_index":5763,"title":{},"content":{"An am486 Performance Analysis":{},"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["philosophi",{"_index":2946,"title":{"Teaching by philosophy":{}},"content":{"I'm jealous of my dog":{},"Inventing - for the worse?":{},"2017 in books":{},"Reverse engineering a curriculum":{}},"tags":{"Teaching by philosophy":{}}}],["philosophy](/post/teach",{"_index":3806,"title":{},"content":{"Reverse engineering a curriculum":{}},"tags":{}}],["phone",{"_index":7016,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"tags":{}}],["photo",{"_index":5897,"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":{}},"tags":{}}],["photograph",{"_index":5528,"title":{},"content":{"ITiCSE 2020: A Report":{},"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["php",{"_index":5262,"title":{},"content":{"Page Building with Brizy in Wordpress":{}},"tags":{"Page Building with Brizy in Wordpress":{}}}],["physic",{"_index":1587,"title":{},"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":{}},"tags":{}}],["pi",{"_index":4578,"title":{"I noticed Tumblr sites do not support receiving pi...":{}},"content":{"Over analoog en digitaal":{}},"tags":{}}],["pick",{"_index":3483,"title":{},"content":{"Teaching by philosophy":{},"Building an Athlon Windows 98 Retro PC":{},"WinXP Upgrade: Sound Blaster X-Fi":{},"Exploring the Go programming language":{}},"tags":{}}],["picki",{"_index":2619,"title":{},"content":{"Development principles in cooking":{},"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["picoblaz",{"_index":4621,"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":4629,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["pictur",{"_index":2758,"title":{},"content":{"A quick look at 6 fountain pens":{},"Journaling in practice":{},"Take your time.":{}},"tags":{}}],["piec",{"_index":1060,"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":{}},"tags":{}}],["piet",{"_index":4825,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["pig",{"_index":3180,"title":{},"content":{"Take your time.":{}},"tags":{}}],["pijn",{"_index":3382,"title":{},"content":{"Over entropie":{}},"tags":{}}],["pike",{"_index":6965,"title":{},"content":{"Exploring the AlterNet":{}},"tags":{}}],["pike'",{"_index":7765,"title":{},"content":{"I just built a few Go projects on my Windows XP re...":{}},"tags":{}}],["piketti",{"_index":4745,"title":{},"content":{"IT Competences and Certificates":{}},"tags":{}}],["pile",{"_index":5477,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["pilot",{"_index":2732,"title":{},"content":{"A quick look at 6 fountain pens":{}},"tags":{}}],["pin",{"_index":2355,"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":{}},"tags":{}}],["pine",{"_index":2819,"title":{},"content":{"Nuts about local nuts":{}},"tags":{}}],["pingback",{"_index":6947,"title":{},"content":{"Exploring the AlterNet":{},"The IndieWeb Mixed Bag":{},"I noticed Tumblr sites do not support receiving pi...":{}},"tags":{}}],["pinki",{"_index":6985,"title":{},"content":{"Exploring the AlterNet":{}},"tags":{}}],["pinterest",{"_index":2352,"title":{},"content":{"Teaching yourself to draw":{}},"tags":{}}],["pipe",{"_index":5190,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"tags":{}}],["pipelin",{"_index":5173,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"tags":{}}],["pipes/scss",{"_index":5193,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"tags":{}}],["piss",{"_index":7120,"title":{},"content":{"The IndieWeb Mixed Bag":{}},"tags":{}}],["pitch",{"_index":6419,"title":{},"content":{"WinXP Upgrade: Sound Blaster X-Fi":{}},"tags":{}}],["pitfal",{"_index":740,"title":{},"content":{"undefined":{}},"tags":{}}],["pixel",{"_index":5608,"title":{},"content":{"Tracking and privacy concerns on websites":{},"3D Software Rendering on the GBA":{}},"tags":{}}],["pizza",{"_index":963,"title":{},"content":{"Learning to become a baker":{}},"tags":{}}],["pizza’",{"_index":439,"title":{},"content":{"No, vegetarians do not eat fish!":{}},"tags":{}}],["plaat",{"_index":3393,"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":1458,"title":{},"content":{"undefined":{}},"tags":{}}],["plaats2",{"_index":1459,"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":{},"You are a product of your environment. Eventually...":{},"I spent the day pretending to attend a virtual Gop...":{}},"tags":{}}],["placehold",{"_index":5511,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["placement",{"_index":6421,"title":{},"content":{"WinXP Upgrade: Sound Blaster X-Fi":{}},"tags":{}}],["plain",{"_index":5332,"title":{},"content":{"Using Pandoc to publish a book":{}},"tags":{}}],["plan",{"_index":2804,"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":{}},"tags":{}}],["plan\"_",{"_index":6917,"title":{},"content":{"Always have a Diaster Recovery Plan":{}},"tags":{}}],["plannen",{"_index":3577,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{}},"tags":{}}],["plant",{"_index":2419,"title":{},"content":{"Are you handing over enough when inspiring someone?":{}},"tags":{}}],["plastic",{"_index":2987,"title":{},"content":{"Inventing - for the worse?":{}},"tags":{}}],["plastieken",{"_index":5020,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["plateau",{"_index":2829,"title":{},"content":{"Nuts about local nuts":{}},"tags":{}}],["platform",{"_index":1503,"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":{},"I much prefer Sonic Mania's Lock On to Belgium's t...":{},"Half-Baked Ideas":{}},"tags":{}}],["platgeklopt",{"_index":3914,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["platinum",{"_index":2734,"title":{},"content":{"A quick look at 6 fountain pens":{}},"tags":{}}],["play",{"_index":2643,"title":{},"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":{},"This is so frustrating. Suddenly, my local banking...":{}},"tags":{}}],["player",{"_index":6280,"title":{},"content":{"The Internet Killed Secrets in Games":{},"You Shouldn't Use Spotify":{}},"tags":{}}],["pleasant",{"_index":5180,"title":{},"content":{"Hugo Extended: More static site processing power!":{},"Discord killed support for WinXP":{}},"tags":{}}],["pleasur",{"_index":5885,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["pleasures](https://nerdlypleasures.blogspot.com/2012/07/sound",{"_index":5869,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["plenti",{"_index":1312,"title":{},"content":{"Unit Testing Stored Procedures":{},"A Ph.D. Thesis: Iteration 2":{}},"tags":{}}],["plenty?ac=1&from_search=tru",{"_index":2607,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["plenty](https://www.goodreads.com/book/show/8086216",{"_index":2606,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["pleroma",{"_index":7444,"title":{"@rubenerd just installed my own Pleroma server to say hi! Big fan of your micro-blog for ages here.":{}},"content":{"@rubenerd just installed my own Pleroma server to say hi! Big fan of your micro-blog for ages here.":{},"Just saying hi @kogakure 👋 getting my feet wet with decentralized “tooting” (although I opted for...":{}},"tags":{}}],["plethora",{"_index":4392,"title":{},"content":{"A Decade in the Software Engineering industry":{},"Programming: a Creative Cognitive Process":{},"I spent the day pretending to attend a virtual Gop...":{}},"tags":{}}],["plichtbewust",{"_index":4216,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["pling",{"_index":4515,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["plot",{"_index":3938,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["plots",{"_index":4970,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["plow",{"_index":2298,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{},"What is Creativity in Software Engineering?":{}},"tags":{}}],["plu",{"_index":1199,"title":{},"content":{"undefined":{},"Thinking in terms of objects":{},"Reviving an old 80486 PC":{},"How to write academic papers in Markdown":{},"Exploring the AlterNet":{}},"tags":{}}],["plug",{"_index":1752,"title":{"I pulled the Google plug and installed LineageOS: https://brainbaking.com/post/2021/03/getting-ri...":{}},"content":{"Metaprogramming instead of duplication":{},"486 Upgrade 2: The SD Card HDD":{},"The Productive Programmer on Mac":{},"Getting rid of trackers using LineageOS":{},"I pulled the Google plug and installed LineageOS: https://brainbaking.com/post/2021/03/getting-ri...":{}},"tags":{}}],["plugin",{"_index":1497,"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":{},"Today, I threw out https://buttercup.pw/ in favor ...":{}},"tags":{}}],["plumb",{"_index":4298,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["plus(numb",{"_index":3308,"title":{},"content":{"Thinking in terms of objects":{}},"tags":{}}],["pm",{"_index":268,"title":{},"content":{"On finding your inner zen in big cities":{}},"tags":{}}],["png",{"_index":2128,"title":{},"content":{"Webdriver Exception Handling":{}},"tags":{}}],["pocket",{"_index":6854,"title":{},"content":{"You Shouldn't Use Spotify":{}},"tags":{}}],["pod",{"_index":3174,"title":{},"content":{"Take your time.":{}},"tags":{}}],["poge",{"_index":659,"title":{},"content":{"undefined":{},"Over entropie":{}},"tags":{}}],["pogingen",{"_index":3353,"title":{},"content":{"Over entropie":{}},"tags":{}}],["poi",{"_index":3556,"title":{},"content":{"Computer Science learning pathways":{}},"tags":{}}],["point",{"_index":1963,"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":{},"What is Creativity in Software Engineering?":{}},"tags":{}}],["pointcut",{"_index":2122,"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":{},"I spent the day pretending to attend a virtual Gop...":{}},"tags":{}}],["pointless",{"_index":6485,"title":{},"content":{"Thoughts on Bullshit Jobs":{}},"tags":{}}],["poison",{"_index":2948,"title":{},"content":{"I'm jealous of my dog":{}},"tags":{}}],["poke",{"_index":7645,"title":{},"content":{"Someone made a Slack client on Windows 3.1? https:...":{}},"tags":{}}],["polici",{"_index":7636,"title":{},"content":{"I changed my mind on my toot syndication to brainb...":{}},"tags":{}}],["polish",{"_index":5338,"title":{},"content":{"Project Warlock: About Perseverance":{}},"tags":{}}],["poll",{"_index":7486,"title":{"Okay, so sending involves Webmention.app and IFTTT to poll my RSS feed (According to https://www....":{}},"content":{"Okay, so sending involves Webmention.app and IFTTT to poll my RSS feed (According to https://www....":{}},"tags":{}}],["pollan'",{"_index":5290,"title":{},"content":{"Using Pandoc to publish a book":{}},"tags":{}}],["polyfil",{"_index":5464,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["polyglot",{"_index":7213,"title":{},"content":{"Exploring the Go programming language":{}},"tags":{}}],["ponder",{"_index":2917,"title":{},"content":{"I'm jealous of my dog":{}},"tags":{}}],["poof",{"_index":3842,"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":{}},"tags":{}}],["poor",{"_index":6920,"title":{},"content":{"Always have a Diaster Recovery Plan":{}},"tags":{}}],["pop",{"_index":2321,"title":{},"content":{"Teaching yourself to draw":{},"Hiding Code Complexity":{},"A journey through the history of webdesign":{},"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["popliedj",{"_index":5049,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["populair",{"_index":3887,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["popular",{"_index":1310,"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":{}},"tags":{}}],["port",{"_index":5143,"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":{}},"tags":{}}],["porta",{"_index":7364,"title":{},"content":{"amchart renderer":{}},"tags":{}}],["portal",{"_index":6282,"title":{},"content":{"The Internet Killed Secrets in Games":{}},"tags":{}}],["portion",{"_index":5239,"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":{}},"tags":{}}],["pose",{"_index":2707,"title":{},"content":{"A quick look at 6 fountain pens":{}},"tags":{}}],["posh",{"_index":434,"title":{},"content":{"No, vegetarians do not eat fish!":{}},"tags":{}}],["posit",{"_index":3263,"title":{},"content":{"Death to pseudocode?":{},"Using Pandoc to publish a book":{},"Project Warlock: About Perseverance":{},"My Retro Desk/Gaming Setup in 2021":{}},"tags":{}}],["positivisten",{"_index":3444,"title":{},"content":{"Over entropie":{}},"tags":{}}],["poss",{"_index":7156,"title":{},"content":{"The IndieWeb Mixed Bag":{},"Heads up RSS feed readers of brainbaking.com! Federated half-baked thoughts (https://brainbaking....":{},"Dog-walk thought: how cool would it be if the Nintendo Switch would support publishing screenshot...":{}},"tags":{}}],["posse](/notes/2021/03/04h08m47s31",{"_index":7157,"title":{},"content":{"The IndieWeb Mixed Bag":{}},"tags":{}}],["posse](https://indieweb.org/poss",{"_index":7150,"title":{},"content":{"The IndieWeb Mixed Bag":{}},"tags":{}}],["possess",{"_index":3008,"title":{},"content":{"Inventing - for the worse?":{}},"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":{},"Using Hugo to Launch a Gemini Capsule":{},"Jeremy Clarke wrote a set of Nim tools that allows...":{}},"tags":{}}],["post",{"_index":168,"title":{"Has anyone else noticed posted links on Twitter get re-encoded into t.co URLs in order to gather ...":{}},"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":{},"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":{},"Has anyone else noticed posted links on Twitter get re-encoded into t.co URLs in order to gather ...":{},"I've been fiddling with IndieWeb stuff the last week and all in all, I think it's a mixed...":{}},"tags":{}}],["post/2020/06/combin",{"_index":5420,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["post/index.xml",{"_index":7512,"title":{},"content":{"Heads up RSS feed readers of brainbaking.com! Federated half-baked thoughts (https://brainbaking....":{}},"tags":{}}],["post](/post/2020/09/reviv",{"_index":5752,"title":{},"content":{"An am486 Performance Analysis":{}},"tags":{}}],["post](https://stackoverflow.com/questions/5827612/nod",{"_index":5424,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["postbod",{"_index":3400,"title":{},"content":{"Over entropie":{}},"tags":{}}],["posteriori",{"_index":3301,"title":{},"content":{"Thinking in terms of objects":{}},"tags":{}}],["postgr",{"_index":5121,"title":{},"content":{"DIY: Hosting stuff on your own VPS":{}},"tags":{}}],["postmodern",{"_index":2247,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{}},"tags":{}}],["postprocess",{"_index":1898,"title":{},"content":{"Custom Webdriver Page Factories":{}},"tags":{}}],["posts](/post",{"_index":7774,"title":{},"content":{"Half-Baked Ideas":{}},"tags":{}}],["postsharp",{"_index":2124,"title":{},"content":{"Webdriver Exception Handling":{}},"tags":{}}],["posuer",{"_index":7344,"title":{},"content":{"amchart renderer":{}},"tags":{}}],["potenti",{"_index":5729,"title":{},"content":{"Thoughts on collaboration in education":{}},"tags":{}}],["potj",{"_index":4892,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["power",{"_index":728,"title":{"Hugo Extended: More static site processing power!":{}},"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":{}},"tags":{}}],["power.jpg",{"_index":5978,"title":{},"content":{"Reviving an old 80486 PC":{}},"tags":{}}],["powerhous",{"_index":2779,"title":{},"content":{"A quick look at 6 fountain pens":{}},"tags":{}}],["pr",{"_index":6254,"title":{},"content":{"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["prachtig",{"_index":3346,"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":{}},"tags":{}}],["practician",{"_index":2517,"title":{},"content":{"A samurai learning mindset":{}},"tags":{}}],["practicum",{"_index":3845,"title":{},"content":{"Reverse engineering a curriculum":{}},"tags":{}}],["practition",{"_index":4677,"title":{},"content":{"A Ph.D. Thesis: Iteration 2":{},"IT Competences and Certificates":{}},"tags":{}}],["praesent",{"_index":7393,"title":{},"content":{"amchart renderer":{}},"tags":{}}],["praktijk",{"_index":4881,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["praktisch",{"_index":3635,"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":{}},"tags":{}}],["preambl",{"_index":5295,"title":{},"content":{"Using Pandoc to publish a book":{}},"tags":{}}],["predecessor",{"_index":6339,"title":{},"content":{"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["predefin",{"_index":1345,"title":{},"content":{"Unit Testing Stored Procedures":{}},"tags":{}}],["predic",{"_index":1212,"title":{},"content":{"undefined":{}},"tags":{}}],["prefer",{"_index":5124,"title":{"I much prefer Sonic Mania's Lock On to Belgium's t...":{}},"content":{"DIY: Hosting stuff on your own VPS":{},"Building an Athlon Windows 98 Retro PC":{},"I much prefer Sonic Mania's Lock On to Belgium's t...":{}},"tags":{}}],["prefix",{"_index":1326,"title":{},"content":{"Unit Testing Stored Procedures":{},"A Decade in the Software Engineering industry":{}},"tags":{}}],["preload",{"_index":2095,"title":{},"content":{"Unit Testing Extjs UI with Siesta":{}},"tags":{}}],["prematur",{"_index":1243,"title":{},"content":{"undefined":{}},"tags":{}}],["premis",{"_index":6598,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["premium",{"_index":5252,"title":{},"content":{"Page Building with Brizy in Wordpress":{}},"tags":{}}],["preoccupi",{"_index":3156,"title":{},"content":{"Take your time.":{}},"tags":{}}],["prepar",{"_index":2594,"title":{},"content":{"Development principles in cooking":{},"Computer Science learning pathways":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"Getting rid of trackers using LineageOS":{}},"tags":{}}],["presenc",{"_index":3071,"title":{},"content":{"2017 in books":{},"I spent the day pretending to attend a virtual Gop...":{}},"tags":{}}],["present",{"_index":2432,"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":{}},"tags":{}}],["presentati",{"_index":4898,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["presenteert",{"_index":4885,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["presenteren",{"_index":3666,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{},"Over de inflatie van intellect":{},"De zin en onzin van conferenties":{}},"tags":{}}],["preserv",{"_index":1484,"title":{},"content":{"undefined":{},"Lousy Wordpress Hacking Attempts detected":{}},"tags":{}}],["preset",{"_index":5223,"title":{},"content":{"Hugo Extended: More static site processing power!":{}},"tags":{}}],["press",{"_index":2851,"title":{},"content":{"Nuts about local nuts":{},"Tracking and privacy concerns on websites":{},"486 Upgrade 2: The SD Card HDD":{},"Teaching students about coding trends":{}},"tags":{}}],["pressur",{"_index":3228,"title":{},"content":{"Concentrating on serendipitous creativity":{}},"tags":{}}],["pretend",{"_index":6490,"title":{"I spent the day pretending to attend a virtual Gop...":{}},"content":{"Thoughts on Bullshit Jobs":{},"Exploring the Go programming language":{},"I spent the day pretending to attend a virtual Gop...":{}},"tags":{}}],["pretti",{"_index":2041,"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":{}},"tags":{}}],["prevent",{"_index":6735,"title":{},"content":{"My Retro Desk/Gaming Setup in 2021":{}},"tags":{}}],["preview",{"_index":5258,"title":{},"content":{"Page Building with Brizy in Wordpress":{}},"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?":{}},"tags":{}}],["previous](https://people.cs.kuleuven.be/~wouter.groeneveld/slr",{"_index":4922,"title":{},"content":{"Programming: a Creative Cognitive Process":{}},"tags":{}}],["price",{"_index":2754,"title":{},"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":{}},"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":{}}],["prij",{"_index":4072,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["primari",{"_index":6521,"title":{},"content":{"Digitizing journals using DEVONthink":{}},"tags":{}}],["primarili",{"_index":6852,"title":{},"content":{"You Shouldn't Use Spotify":{}},"tags":{}}],["primi",{"_index":7339,"title":{},"content":{"amchart renderer":{}},"tags":{}}],["primit",{"_index":790,"title":{},"content":{"undefined":{}},"tags":{}}],["princ",{"_index":7726,"title":{},"content":{"I noticed Tumblr sites do not support receiving pi...":{}},"tags":{}}],["princip",{"_index":3662,"title":{},"content":{"Over het introduceren van bedrijfsethiek":{}},"tags":{}}],["principl",{"_index":2456,"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":{}},"tags":{"Development principles in cooking":{}}}],["prinf(\"%d",{"_index":4316,"title":{},"content":{"Domain Driven Design in C":{}},"tags":{}}],["print",{"_index":561,"title":{},"content":{"undefined":{},"What is Creativity in Software Engineering?":{}},"tags":{}}],["printer",{"_index":2989,"title":{},"content":{"Inventing - for the worse?":{}},"tags":{}}],["priori",{"_index":3300,"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":5467,"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":{},"Hi @laura thanks to your https://laurakalbag.com/what-is-mastodon-and-why-should-i-use-it/ I dipp...":{},"I pulled the Google plug and installed LineageOS: https://brainbaking.com/post/2021/03/getting-ri...":{},"This is so frustrating. Suddenly, my local banking...":{}},"tags":{"Tracking and privacy concerns on websites":{},"Digitizing journals using DEVONthink":{},"Getting rid of trackers using LineageOS":{},"The IndieWeb Mixed Bag":{}}}],["privacy](/tags/privaci",{"_index":6989,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"tags":{}}],["privat",{"_index":1617,"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":{}},"tags":{}}],["privéwereld",{"_index":4852,"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":{}},"tags":{}}],["probabl",{"_index":1290,"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":{}},"tags":{}}],["probeert",{"_index":834,"title":{},"content":{"undefined":{}},"tags":{}}],["probleem",{"_index":3590,"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":3742,"title":{},"content":{"A Ph.D. Thesis Proposal":{}},"tags":{}}],["probleemstel",{"_index":3710,"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":{}},"tags":{}}],["problem](https://trudymorgancole.wordpress.com/2014/03/02/dog",{"_index":2929,"title":{},"content":{"I'm jealous of my dog":{}},"tags":{}}],["problemat",{"_index":4704,"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":1124,"title":{},"content":{"undefined":{},"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["proc.cal",{"_index":1152,"title":{},"content":{"undefined":{}},"tags":{}}],["proc.new",{"_index":1131,"title":{},"content":{"undefined":{}},"tags":{}}],["proc_test",{"_index":1151,"title":{},"content":{"undefined":{}},"tags":{}}],["proc`",{"_index":1137,"title":{},"content":{"undefined":{}},"tags":{}}],["procedur",{"_index":1275,"title":{"Unit Testing Stored Procedures":{}},"content":{"Unit Testing Stored Procedures":{},"Integration Testing with SQLite":{},"Unit testing in Legacy Projects: VB6":{},"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["proceed",{"_index":6634,"title":{},"content":{"What is Creativity in Software Engineering?":{}},"tags":{}}],["proceeding_",{"_index":4880,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["process",{"_index":1009,"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":{}},"tags":{}}],["process](/post/2019/10/cr",{"_index":6654,"title":{},"content":{"What is Creativity in Software Engineering?":{}},"tags":{}}],["process](http://csis.pace.edu/~ctappert/srd2015/2015pdf/d4.pdf",{"_index":4451,"title":{},"content":{"The Startup of a Lean Doctorate":{}},"tags":{}}],["processor",{"_index":5274,"title":{},"content":{"Using Pandoc to publish a book":{},"Building an Athlon Windows 98 Retro PC":{},"WinXP Upgrade: Sound Blaster X-Fi":{}},"tags":{}}],["produc",{"_index":1901,"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":{}},"tags":{}}],["produceert",{"_index":3344,"title":{},"content":{"Over entropie":{}},"tags":{}}],["produceren",{"_index":4076,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["product",{"_index":1499,"title":{"Productivity Tools on all platforms":{},"The Productive Programmer on Mac":{},"You are a product of your environment. Eventually...":{}},"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?":{},"You are a product of your environment. Eventually...":{}},"tags":{"Productivity Tools on all platforms":{},"The Productive Programmer on Mac":{}}}],["products/vsedidhd",{"_index":6197,"title":{},"content":{"Screen aspect ratios and DOS Games":{}},"tags":{}}],["proeverijen",{"_index":4059,"title":{},"content":{"Over tijdsbesef":{}},"tags":{}}],["prof",{"_index":6062,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{}},"tags":{}}],["profess",{"_index":2513,"title":{},"content":{"A samurai learning mindset":{},"Inventing - for the worse?":{},"IT Competences and Certificates":{},"Thoughts on collaboration in education":{}},"tags":{}}],["profession",{"_index":402,"title":{},"content":{"No, vegetarians do not eat fish!":{},"IT Competences and Certificates":{},"Freshly Baked Thoughts":{},"I spent the day pretending to attend a virtual Gop...":{}},"tags":{}}],["professionalism](http://ictprofessionalism.eu/th",{"_index":4726,"title":{},"content":{"IT Competences and Certificates":{}},"tags":{}}],["professionel",{"_index":3947,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["professor",{"_index":3485,"title":{},"content":{"Teaching by philosophy":{},"A Ph.D. Thesis Proposal":{},"Thoughts on collaboration in education":{},"Thoughts on Bullshit Jobs":{}},"tags":{}}],["professorship",{"_index":5716,"title":{},"content":{"Thoughts on collaboration in education":{}},"tags":{}}],["profil",{"_index":2357,"title":{},"content":{"Teaching yourself to draw":{},"IT Competences and Certificates":{}},"tags":{}}],["profound",{"_index":5886,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"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":{},"I spent some time with Yarn/Jest/ES2019, it felt good to be programming again. I am developing a ...":{},"https://forth-standard.org/ - yet another programming language I need to take a look at? That lis...":{}},"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":{},"I spent some time with Yarn/Jest/ES2019, it felt good to be programming again. I am developing a ...":{},"https://forth-standard.org/ - yet another programming language I need to take a look at? That lis...":{},"I spent the day pretending to attend a virtual Gop...":{},"Jeremy Clarke wrote a set of Nim tools that allows...":{},"I just built a few Go projects on my Windows XP re...":{}},"tags":{"Teaching students about coding trends":{}}}],["programm",{"_index":3516,"title":{"The Productive Programmer on Mac":{}},"content":{"Computer Science learning pathways":{},"Domain Driven Design in C":{},"The Productive Programmer on Mac":{},"Jeremy Clarke wrote a set of Nim tools that allows...":{}},"tags":{}}],["programmeerwerk",{"_index":3798,"title":{},"content":{"A Ph.D. Thesis Proposal":{}},"tags":{}}],["programmer?from_search=tru",{"_index":4334,"title":{},"content":{"Productivity Tools on all platforms":{}},"tags":{}}],["programmer?from_search=true&from_srp=true&qid=jyuzonuvol&rank=1",{"_index":6591,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["programmer](https://github.com/miloyip/gam",{"_index":3519,"title":{},"content":{"Computer Science learning pathways":{}},"tags":{}}],["programmer](https://www.goodreads.com/book/show/3411606",{"_index":4333,"title":{},"content":{"Productivity Tools on all platforms":{}},"tags":{}}],["programmer_",{"_index":6597,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["programming\"_",{"_index":6589,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["programming](https://th",{"_index":3825,"title":{},"content":{"Reverse engineering a curriculum":{}},"tags":{}}],["progress",{"_index":3855,"title":{},"content":{"Reverse engineering a curriculum":{},"My Retro Desk/Gaming Setup in 2021":{}},"tags":{}}],["proin",{"_index":7368,"title":{},"content":{"amchart renderer":{}},"tags":{}}],["project",{"_index":1413,"title":{"Unit testing in Legacy Projects: VB6":{},"Project Warlock: About Perseverance":{},"I just built a few Go projects on my Windows XP re...":{}},"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":{},"I spent the day pretending to attend a virtual Gop...":{},"I just built a few Go projects on my Windows XP re...":{}},"tags":{}}],["project=program.vbp",{"_index":2291,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{}},"tags":{}}],["prolifer",{"_index":6957,"title":{},"content":{"Exploring the AlterNet":{}},"tags":{}}],["prolong",{"_index":3014,"title":{},"content":{"Inventing - for the worse?":{}},"tags":{}}],["promin",{"_index":3531,"title":{},"content":{"Computer Science learning pathways":{}},"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":{}},"tags":{}}],["promise.all(subdirs.map(async",{"_index":5442,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["promise.resolv",{"_index":5454,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["promise.resolve(\"yo",{"_index":5458,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["promisifi",{"_index":5433,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["promisify(fs.readdir",{"_index":5437,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["promisify(fs.stat",{"_index":5439,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["promot",{"_index":3200,"title":{},"content":{"Concentrating on serendipitous creativity":{}},"tags":{}}],["prompt",{"_index":1435,"title":{},"content":{"undefined":{},"The Productive Programmer on Mac":{}},"tags":{}}],["promptli",{"_index":6699,"title":{},"content":{"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{},"I spent the day pretending to attend a virtual Gop...":{}},"tags":{}}],["proof",{"_index":3490,"title":{},"content":{"Teaching by philosophy":{},"The Productive Programmer on Mac":{}},"tags":{}}],["proper",{"_index":6535,"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":{}},"tags":{}}],["properli",{"_index":2656,"title":{},"content":{"Healing creative scars":{},"The IndieWeb Mixed Bag":{}},"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":{}},"tags":{}}],["property/picoblaze.html",{"_index":4630,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["proport",{"_index":3267,"title":{},"content":{"Death to pseudocode?":{}},"tags":{}}],["propos",{"_index":2383,"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":{}},"tags":{}}],["proposal](/post/phd",{"_index":4671,"title":{},"content":{"A Ph.D. Thesis: Iteration 2":{}},"tags":{}}],["proposal](/propos",{"_index":3818,"title":{},"content":{"Reverse engineering a curriculum":{}},"tags":{}}],["prose",{"_index":6641,"title":{},"content":{"What is Creativity in Software Engineering?":{}},"tags":{}}],["protect",{"_index":1186,"title":{},"content":{"undefined":{},"Death to pseudocode?":{},"Tracking and privacy concerns on websites":{},"Exploring the AlterNet":{}},"tags":{}}],["protocol",{"_index":677,"title":{},"content":{"undefined":{},"Exploring the AlterNet":{},"Discord killed support for WinXP":{},"Using Hugo to Launch a Gemini Capsule":{},"Today, I tried to open a gemini:// link in my webb...":{}},"tags":{}}],["proton",{"_index":7001,"title":{},"content":{"Getting rid of trackers using LineageOS":{},"This is so frustrating. Suddenly, my local banking...":{}},"tags":{}}],["protonmail",{"_index":7000,"title":{},"content":{"Getting rid of trackers using LineageOS":{},"This is so frustrating. Suddenly, my local banking...":{}},"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":{}}],["proud",{"_index":4795,"title":{},"content":{"Teaching Object-Oriented design using the GBA":{},"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["proudli",{"_index":5750,"title":{},"content":{"An am486 Performance Analysis":{}},"tags":{}}],["prove",{"_index":3179,"title":{},"content":{"Take your time.":{},"Programming: a Creative Cognitive Process":{},"Thoughts on collaboration in education":{},"Getting rid of trackers using LineageOS":{}},"tags":{}}],["proven",{"_index":2935,"title":{},"content":{"I'm jealous of my dog":{}},"tags":{}}],["provenc",{"_index":2860,"title":{},"content":{"Nuts about local nuts":{}},"tags":{}}],["provid",{"_index":1631,"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":{},"Using Hugo to Launch a Gemini Capsule":{},"Trying to wrap my mind around WebMentions and how I could implement them without resorting to a t...":{}},"tags":{}}],["proxi",{"_index":1659,"title":{},"content":{"Integration Testing with SQLite":{},"Custom Webdriver Page Factories":{}},"tags":{}}],["pseudo",{"_index":7766,"title":{},"content":{"I just built a few Go projects on my Windows XP re...":{}},"tags":{}}],["pseudocod",{"_index":3250,"title":{"Death to pseudocode?":{}},"content":{"Death to pseudocode?":{}},"tags":{}}],["psm(4",{"_index":4633,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["psm4",{"_index":4643,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["psu",{"_index":5812,"title":{},"content":{"486 Upgrade 2: The SD Card HDD":{}},"tags":{}}],["psycholog",{"_index":4946,"title":{},"content":{"Programming: a Creative Cognitive Process":{}},"tags":{}}],["pthread",{"_index":1820,"title":{},"content":{"Bye autotools hello Scons":{}},"tags":{}}],["public",{"_index":580,"title":{},"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?":{}},"tags":{}}],["publicati",{"_index":4867,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["publiceren",{"_index":4869,"title":{},"content":{"De zin en onzin van conferenties":{}},"tags":{}}],["publiek",{"_index":3945,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["publish",{"_index":3517,"title":{"Using Pandoc to publish a book":{},"Dog-walk thought: how cool would it be if the Nintendo Switch would support publishing screenshot...":{}},"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":{},"Using Hugo to Launch a Gemini Capsule":{},"Dog-walk thought: how cool would it be if the Nintendo Switch would support publishing screenshot...":{},"I've been fiddling with IndieWeb stuff the last week and all in all, I think it's a mixed...":{}},"tags":{"Using Pandoc to publish a book":{},"How to write academic papers in Markdown":{}}}],["publisher'",{"_index":5401,"title":{},"content":{"Project Warlock: About Perseverance":{}},"tags":{}}],["puffi",{"_index":3173,"title":{},"content":{"Take your time.":{}},"tags":{}}],["puke",{"_index":227,"title":{},"content":{"On finding your inner zen in big cities":{}},"tags":{}}],["pull",{"_index":2955,"title":{"I pulled the Google plug and installed LineageOS: https://brainbaking.com/post/2021/03/getting-ri...":{}},"content":{"I'm jealous of my dog":{},"Getting rid of trackers using LineageOS":{},"Discord killed support for WinXP":{},"I pulled the Google plug and installed LineageOS: https://brainbaking.com/post/2021/03/getting-ri...":{}},"tags":{}}],["pulvinar",{"_index":7387,"title":{},"content":{"amchart renderer":{}},"tags":{}}],["pump",{"_index":6701,"title":{},"content":{"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"tags":{}}],["pun",{"_index":2997,"title":{},"content":{"Inventing - for the worse?":{}},"tags":{}}],["purcell](https://www.goodreads.com/book/show/7849839",{"_index":3068,"title":{},"content":{"2017 in books":{}},"tags":{}}],["purpos",{"_index":1214,"title":{},"content":{"undefined":{},"Integration Testing with SQLite":{},"Using Pandoc to publish a book":{},"Designing websites with accessibility in mind":{},"Digitizing journals using DEVONthink":{}},"tags":{}}],["pursuit",{"_index":5691,"title":{},"content":{"Thoughts on collaboration in education":{},"Freshly Baked Thoughts":{}},"tags":{}}],["puru",{"_index":7349,"title":{},"content":{"amchart renderer":{}},"tags":{}}],["push",{"_index":988,"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":{},"@eli_oat a serious fire destroyed the data center ...":{},"I changed my mind on my toot syndication to brainb...":{}},"tags":{}}],["pusher",{"_index":2976,"title":{},"content":{"Inventing - for the worse?":{}},"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":{}},"tags":{}}],["pycharm",{"_index":4344,"title":{},"content":{"Productivity Tools on all platforms":{}},"tags":{}}],["pypl",{"_index":7094,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["pyramid",{"_index":2327,"title":{},"content":{"Teaching yourself to draw":{},"Healing creative scars":{}},"tags":{}}],["pythagora",{"_index":3457,"title":{},"content":{"Over entropie":{}},"tags":{}}],["python",{"_index":704,"title":{},"content":{"undefined":{},"Unit Testing PicoBlaze Assembly files":{}},"tags":{"Bye autotools hello Scons":{}}}],["python'",{"_index":4639,"title":{},"content":{"Unit Testing PicoBlaze Assembly files":{}},"tags":{}}],["python3",{"_index":1034,"title":{},"content":{"undefined":{}},"tags":{}}],["python3.9",{"_index":6467,"title":{},"content":{"Programming on the Apple M1 Silicon":{}},"tags":{}}],["python](http://effbot.org/zone/default",{"_index":1078,"title":{},"content":{"undefined":{}},"tags":{}}],["python](http://www.artima.com/weblogs/viewpost.jsp?thread=101605",{"_index":1045,"title":{},"content":{"undefined":{}},"tags":{}}],["python’",{"_index":1082,"title":{},"content":{"undefined":{}},"tags":{}}],["qmake",{"_index":1859,"title":{},"content":{"Bye autotools hello Scons":{}},"tags":{}}],["qt",{"_index":3539,"title":{},"content":{"Computer Science learning pathways":{}},"tags":{}}],["quak",{"_index":6056,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{},"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["qualif",{"_index":3016,"title":{},"content":{"Inventing - for the worse?":{}},"tags":{}}],["qualit",{"_index":6657,"title":{},"content":{"What is Creativity in Software Engineering?":{}},"tags":{}}],["qualiti",{"_index":3021,"title":{},"content":{"Inventing - for the worse?":{},"Five reasons why agile and academia don't go together":{},"Win98 Upgrade: Sound Blaster Audigy":{}},"tags":{}}],["quam",{"_index":7353,"title":{},"content":{"amchart renderer":{}},"tags":{}}],["quantifi",{"_index":2332,"title":{},"content":{"Teaching yourself to draw":{}},"tags":{}}],["queri",{"_index":1339,"title":{},"content":{"Unit Testing Stored Procedures":{},"Exploring the Go programming language":{}},"tags":{}}],["quest",{"_index":6147,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["question",{"_index":1333,"title":{},"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":{},"So, we rewrote our CS courses in Markdown. I'm loo...":{}},"tags":{}}],["queue",{"_index":6932,"title":{},"content":{"Always have a Diaster Recovery Plan":{}},"tags":{}}],["qui",{"_index":7355,"title":{},"content":{"amchart renderer":{}},"tags":{}}],["quick",{"_index":1531,"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":{}},"tags":{}}],["quicker",{"_index":6609,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["quicklaunch",{"_index":4359,"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":{},"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["quiet",{"_index":327,"title":{},"content":{"On finding your inner zen in big cities":{},"Always have a Diaster Recovery Plan":{}},"tags":{}}],["quirk",{"_index":7119,"title":{},"content":{"The IndieWeb Mixed Bag":{}},"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":{},"I spent some time with Yarn/Jest/ES2019, it felt good to be programming again. I am developing a ...":{}},"tags":{}}],["quot",{"_index":3305,"title":{},"content":{"Thinking in terms of objects":{},"The Productive Programmer on Mac":{},"How to write academic papers in Markdown":{},"Today, I got a bit weird and made an animal crossi...":{}},"tags":{}}],["quot;remov",{"_index":7552,"title":{},"content":{"I've been fiddling with IndieWeb stuff the last week and all in all, I think it's a mixed...":{}},"tags":{}}],["quotat",{"_index":6812,"title":{},"content":{"How to write academic papers in Markdown":{}},"tags":{}}],["r",{"_index":1562,"title":{},"content":{"Visual Studio 2012 for Eclipse users":{},"2017 in books":{},"Death to pseudocode?":{}},"tags":{}}],["race",{"_index":5646,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["raceway",{"_index":6737,"title":{},"content":{"My Retro Desk/Gaming Setup in 2021":{}},"tags":{}}],["racket",{"_index":1249,"title":{},"content":{"undefined":{}},"tags":{}}],["rad",{"_index":4261,"title":{},"content":{"Boeken die mij gevormd hebben tot wie ik ben":{}},"tags":{}}],["radar](https://www.thoughtworks.com/radar",{"_index":7090,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["radeon",{"_index":6107,"title":{},"content":{"Building a Core2Duo Windows XP Retro PC":{},"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"tags":{}}],["radermach",{"_index":4684,"title":{},"content":{"A Ph.D. Thesis: Iteration 2":{}},"tags":{}}],["radian",{"_index":5672,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["rage",{"_index":2261,"title":{},"content":{"Unit testing in Legacy Projects: VB6":{}},"tags":{}}],["rail",{"_index":3292,"title":{},"content":{"Death to pseudocode?":{}},"tags":{}}],["raindrop",{"_index":2951,"title":{},"content":{"I'm jealous of my dog":{}},"tags":{}}],["ram",{"_index":5127,"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":{}},"tags":{}}],["rambl",{"_index":7777,"title":{},"content":{"Half-Baked Ideas":{}},"tags":{}}],["ramif",{"_index":7155,"title":{},"content":{"The IndieWeb Mixed Bag":{}},"tags":{}}],["rammen",{"_index":3989,"title":{},"content":{"Over de inflatie van intellect":{}},"tags":{}}],["ran",{"_index":5786,"title":{},"content":{"An am486 Performance Analysis":{},"486 Upgrade 2: The SD Card HDD":{}},"tags":{}}],["random",{"_index":1947,"title":{},"content":{"Faking domain logic":{},"Nuts about local nuts":{},"Teaching by philosophy":{},"Domain Driven Design in C":{},"Today, I got a bit weird and made an animal crossi...":{}},"tags":{}}],["rang",{"_index":2084,"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":{}},"tags":{}}],["range(10",{"_index":1084,"title":{},"content":{"undefined":{}},"tags":{}}],["rank",{"_index":7107,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["rant",{"_index":5084,"title":{},"content":{"Five reasons why agile and academia don't go together":{}},"tags":{}}],["rapen",{"_index":4541,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["rapid",{"_index":2377,"title":{},"content":{"Are you handing over enough when inspiring someone?":{}},"tags":{}}],["rapidli",{"_index":3495,"title":{},"content":{"Teaching by philosophy":{},"Reviving an old 80486 PC":{},"Building a Core2Duo Windows XP Retro PC":{},"Exploring the AlterNet":{}},"tags":{}}],["rare",{"_index":3216,"title":{},"content":{"Concentrating on serendipitous creativity":{},"Teaching Object-Oriented design using the GBA":{}},"tags":{}}],["raspberri",{"_index":4577,"title":{},"content":{"Over analoog en digitaal":{}},"tags":{}}],["raster",{"_index":5664,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["rata",{"_index":6868,"title":{},"content":{"You Shouldn't Use Spotify":{}},"tags":{}}],["rate",{"_index":5653,"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":{}},"tags":{}}],["ratio",{"_index":6185,"title":{"Screen aspect ratios and DOS Games":{}},"content":{},"tags":{}}],["raw",{"_index":5783,"title":{},"content":{"An am486 Performance Analysis":{},"How to write academic papers in Markdown":{}},"tags":{}}],["ray",{"_index":5637,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["re",{"_index":1064,"title":{"Has anyone else noticed posted links on Twitter get re-encoded into t.co URLs in order to gather ...":{},"I just built a few Go projects on my Windows XP re...":{}},"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":{},"Has anyone else noticed posted links on Twitter get re-encoded into t.co URLs in order to gather ...":{},"Enjoyed an afternoon of oldskool Diablo II on the ...":{}},"tags":{}}],["reach",{"_index":2374,"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":{}},"tags":{}}],["react",{"_index":2172,"title":{"Migrating from Extjs to React gradually":{}},"content":{"Migrating from Extjs to React gradually":{}},"tags":{"Migrating from Extjs to React gradually":{}}}],["react.compon",{"_index":2233,"title":{},"content":{"Migrating from Extjs to React gradually":{}},"tags":{}}],["react/mod/someurl",{"_index":2216,"title":{},"content":{"Migrating from Extjs to React gradually":{}},"tags":{}}],["react/some/detail/url",{"_index":2240,"title":{},"content":{"Migrating from Extjs to React gradually":{}},"tags":{}}],["reaction",{"_index":3039,"title":{},"content":{"2017 in books":{}},"tags":{}}],["reactjs@acvillagers@aral@david@eli_oat@kev@kogakure@laura@rubenerdbrainbaking.comcodepen.iohttp://tilde.club/~jonbell/http://www.particles.org/particlesbbs/http://www.squirrel",{"_index":7532,"title":{},"content":{"I just learned about https://www.inklestudios.com/ink/ a scripting language used in story-heavy a...":{}},"tags":{}}],["rel=\"ugc\">https://blog.thimbleweedpark.com/scripting_test.htmlhttps://brainbaking.com/notes/https://brainbaking.com/post/2021/03/get",{"_index":7496,"title":{},"content":{"I pulled the Google plug and installed LineageOS: https://brainbaking.com/post/2021/03/getting-ri...":{}},"tags":{}}],["rel=\"ugc\">https://brainbaking.com/post/2021/03/th",{"_index":7547,"title":{},"content":{"I've been fiddling with IndieWeb stuff the last week and all in all, I think it's a mixed...":{}},"tags":{}}],["rel=\"ugc\">https://buttercup.pw/https://bytecellar.com/bbsing/https://caniuse.com/load",{"_index":7569,"title":{},"content":{"Great, I can ditch lazysizes.js! Didn't know about...":{}},"tags":{}}],["rel=\"ugc\">https://forth",{"_index":7542,"title":{},"content":{"https://forth-standard.org/ - yet another programming language I need to take a look at? That lis...":{}},"tags":{}}],["rel=\"ugc\">https://github.com/makeworld",{"_index":7629,"title":{},"content":{"Today, I tried to open a gemini:// link in my webb...":{}},"tags":{}}],["rel=\"ugc\">https://indieweb.org/micropubhttps://indieweb.org/pesoshttps://jefklakscodex.com/articles/reviews/son",{"_index":7687,"title":{},"content":{"I much prefer Sonic Mania's Lock On to Belgium's t...":{}},"tags":{}}],["rel=\"ugc\">https://keepassxc.org/https://kuleuven",{"_index":7614,"title":{},"content":{"So, we rewrote our CS courses in Markdown. I'm loo...":{}},"tags":{}}],["rel=\"ugc\">https://sebastiandedeyne.com/ad",{"_index":7481,"title":{},"content":{"Trying to wrap my mind around WebMentions and how I could implement them without resorting to a t...":{}},"tags":{}}],["rel=\"ugc\">https://twitter.com/olesovhcom/status/1369478732247932929https://web.dev/brows",{"_index":7565,"title":{},"content":{"Great, I can ditch lazysizes.js! Didn't know about...":{}},"tags":{}}],["rel=\"ugc\">https://www.inklestudios.com/ink/https://www.jayeless.net/2021/02/integr",{"_index":7492,"title":{},"content":{"Okay, so sending involves Webmention.app and IFTTT to poll my RSS feed (According to https://www....":{}},"tags":{}}],["rel=\"ugc\">https://www.strifestreams.com/post/628317276707405824/anoth",{"_index":7728,"title":{},"content":{"I noticed Tumblr sites do not support receiving pi...":{}},"tags":{}}],["rel=\"ugc\">https://www.youtube.com/watch?v=szum7mhwr88

i",{"_index":7760,"title":{},"content":{"Jeremy Clarke wrote a set of Nim tools that allows...":{}},"tags":{}}],["rel=\"ugc\">https://yeokhengmeng.com/2019/12/build",{"_index":7640,"title":{},"content":{"Someone made a Slack client on Windows 3.1? https:...":{}},"tags":{}}],["rel=\"ugc\">jefklakscodex.com/replit.comt.cowebmention.app
accord",{"_index":5244,"title":{},"content":{"Page Building with Brizy in Wordpress":{}},"tags":{}}],["span>cookson",{"_index":5726,"title":{},"content":{"Thoughts on collaboration in education":{}},"tags":{}}],["span>goethelaura",{"_index":5615,"title":{},"content":{"Tracking and privacy concerns on websites":{}},"tags":{}}],["span>neal",{"_index":6612,"title":{},"content":{"The Productive Programmer on Mac":{}},"tags":{}}],["span>smyth",{"_index":5705,"title":{},"content":{"Thoughts on collaboration in education":{}},"tags":{}}],["span>wouterat",{"_index":5499,"title":{},"content":{"Designing websites with accessibility in mind":{}},"tags":{}}],["time_",{"_index":6550,"title":{},"content":{"Digitizing journals using DEVONthink":{}},"tags":{}}],["timelin",{"_index":6131,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["timeout",{"_index":1427,"title":{},"content":{"undefined":{},"Always have a Diaster Recovery Plan":{}},"tags":{}}],["timestamp",{"_index":1478,"title":{},"content":{"undefined":{}},"tags":{}}],["tincidunt",{"_index":7384,"title":{},"content":{"amchart renderer":{}},"tags":{}}],["tini",{"_index":56,"title":{},"content":{"Ending your day with happy thoughts":{}},"tags":{}}],["tinker",{"_index":7220,"title":{},"content":{"Exploring the Go programming language":{}},"tags":{}}],["tiob",{"_index":7104,"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":{}},"tags":{}}],["tire",{"_index":4406,"title":{},"content":{"A Decade in the Software Engineering industry":{},"Personal Desktop Screenshots of Olde":{}},"tags":{}}],["tiresom",{"_index":6809,"title":{},"content":{"How to write academic papers in Markdown":{}},"tags":{}}],["titanium",{"_index":2763,"title":{},"content":{"A quick look at 6 fountain pens":{}},"tags":{}}],["titel",{"_index":3780,"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":{}},"tags":{}}],["title=\"nostalgi",{"_index":5060,"title":{},"content":{"Over Onmiddellijke Voldoening":{}},"tags":{}}],["tkplabs.org](http://tkplabs.org",{"_index":2446,"title":{},"content":{"How to teach kids to program":{}},"tags":{}}],["tl",{"_index":7255,"title":{},"content":{"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["tnt2",{"_index":6665,"title":{"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"content":{"Win98 Upgrade: GeForce 3 Ti200 vs Riva TNT2":{}},"tags":{}}],["to",{"_index":3140,"title":{},"content":{"Take your time.":{}},"tags":{}}],["to(",{"_index":1398,"title":{},"content":{"undefined":{}},"tags":{}}],["to](https://retrorevive.enochdew.com/uwin98",{"_index":6157,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["toch",{"_index":4517,"title":{},"content":{"Over analoog en digitaal":{},"De zin en onzin van conferenties":{}},"tags":{}}],["today",{"_index":84,"title":{"Today, I tried to open a gemini:// link in my webb...":{},"Today, I threw out https://buttercup.pw/ in favor ...":{},"Today, I got a bit weird and made an animal crossi...":{}},"content":{"Ending your day with happy thoughts":{},"Development principles in cooking":{},"I'm jealous of my dog":{},"Inventing - for the worse?":{},"Take your time.":{},"Reverse engineering a curriculum":{},"A journey through the history of webdesign":{},"Personal Desktop Screenshots of Olde":{},"RSS Feeds, Hugo, and Lazy Image Loading":{},"Lousy Wordpress Hacking Attempts detected":{},"Today, I tried to open a gemini:// link in my webb...":{},"Yesterday, I logged in on someone's Commodore 64 B...":{},"Today, I threw out https://buttercup.pw/ in favor ...":{},"Today, I got a bit weird and made an animal crossi...":{}},"tags":{}}],["today#lineageos[mastodon](https://chat.brainbaking.com/@wout",{"_index":7776,"title":{},"content":{"Half-Baked Ideas":{}},"tags":{}}],["xlink:href='#news'>blog",{"_index":7288,"title":{},"content":{"Freshly Baked Thoughts":{}},"tags":{}}],["xlink:href='#news'>not",{"_index":7779,"title":{},"content":{"Half-Baked Ideas":{}},"tags":{}}],["xm",{"_index":1986,"title":{},"content":{".NET Memory management VS JVM Memory management":{}},"tags":{}}],["xml",{"_index":6955,"title":{},"content":{"Exploring the AlterNet":{},"The IndieWeb Mixed Bag":{}},"tags":{}}],["xmx",{"_index":1985,"title":{},"content":{".NET Memory management VS JVM Memory management":{}},"tags":{}}],["xp",{"_index":1286,"title":{"Building a Core2Duo Windows XP Retro PC":{},"I just built a few Go projects on my Windows XP re...":{}},"content":{"Unit Testing Stored Procedures":{},"Building a Core2Duo Windows XP Retro PC":{},"Building an Athlon Windows 98 Retro PC":{},"Discord killed support for WinXP":{},"I just built a few Go projects on my Windows XP re...":{}},"tags":{}}],["xperia",{"_index":7023,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"tags":{}}],["xtreme",{"_index":6399,"title":{},"content":{"WinXP Upgrade: Sound Blaster X-Fi":{}},"tags":{}}],["xul",{"_index":7185,"title":{},"content":{"Discord killed support for WinXP":{}},"tags":{}}],["xxl",{"_index":5644,"title":{},"content":{"3D Software Rendering on the GBA":{}},"tags":{}}],["xz1",{"_index":7018,"title":{},"content":{"Getting rid of trackers using LineageOS":{}},"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":{}},"tags":{}}],["y.get",{"_index":563,"title":{},"content":{"undefined":{}},"tags":{}}],["yadda",{"_index":7195,"title":{},"content":{"Discord killed support for WinXP":{}},"tags":{}}],["yagi",{"_index":2537,"title":{},"content":{"A samurai learning mindset":{}},"tags":{}}],["yagni](/img/yagni1.p",{"_index":2634,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["yagyu",{"_index":2506,"title":{},"content":{"A samurai learning mindset":{}},"tags":{}}],["yagyū'",{"_index":2522,"title":{},"content":{"A samurai learning mindset":{}},"tags":{}}],["yamaha",{"_index":5882,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["yarn",{"_index":7074,"title":{},"content":{"Teaching students about coding trends":{}},"tags":{}}],["yarn/jest/es2019",{"_index":7523,"title":{"I spent some time with Yarn/Jest/ES2019, it felt good to be programming again. I am developing a ...":{}},"content":{"I spent some time with Yarn/Jest/ES2019, it felt good to be programming again. I am developing a ...":{}},"tags":{}}],["yay",{"_index":1343,"title":{},"content":{"Unit Testing Stored Procedures":{},"3D Software Rendering on the GBA":{},"RSS Feeds, Hugo, and Lazy Image Loading":{}},"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":{},"I just built a few Go projects on my Windows XP re...":{}},"tags":{}}],["yeah",{"_index":6818,"title":{},"content":{"How to write academic papers in Markdown":{},"You Shouldn't Use Spotify":{},"Always have a Diaster Recovery Plan":{}},"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":{},"Archive by year: 2021":{}},"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":{},"You are a product of your environment. Eventually...":{}},"tags":{}}],["year](/post/2020/04/vp",{"_index":6919,"title":{},"content":{"Always have a Diaster Recovery Plan":{}},"tags":{}}],["yearli",{"_index":6551,"title":{},"content":{"Digitizing journals using DEVONthink":{},"My Retro Desk/Gaming Setup in 2021":{},"Teaching students about coding trends":{}},"tags":{}}],["yeast",{"_index":942,"title":{},"content":{"Learning to become a baker":{}},"tags":{}}],["yell",{"_index":3127,"title":{},"content":{"Take your time.":{},"Exploring the AlterNet":{}},"tags":{}}],["yellow",{"_index":6173,"title":{},"content":{"Building an Athlon Windows 98 Retro PC":{}},"tags":{}}],["yesterday",{"_index":6626,"title":{"Yesterday, I logged in on someone's Commodore 64 B...":{}},"content":{"The Productive Programmer on Mac":{},"Yesterday, I logged in on someone's Commodore 64 B...":{}},"tags":{}}],["yesteryear",{"_index":5980,"title":{},"content":{"Reviving an old 80486 PC":{},"A journey through the history of webdesign":{},"Using Hugo to Launch a Gemini Capsule":{}},"tags":{}}],["yip",{"_index":3529,"title":{},"content":{"Computer Science learning pathways":{}},"tags":{}}],["ymf262",{"_index":5896,"title":{},"content":{"486 Upgrade 1: Sound Blaster 16":{}},"tags":{}}],["yo",{"_index":5457,"title":{},"content":{"Combining async with generators in Node 11":{}},"tags":{}}],["yottam",{"_index":2604,"title":{},"content":{"Development principles in cooking":{}},"tags":{}}],["you'd",{"_index":1330,"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":{},"This is so frustrating. Suddenly, my local banking...":{}},"tags":{}}],["you'gr",{"_index":6015,"title":{},"content":{"A journey through the history of webdesign":{}},"tags":{}}],["you'll",{"_index":1510,"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":{},"You are a product of your environment. Eventually...":{}},"tags":{}}],["you'r",{"_index":1289,"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":{},"Freshly Baked Thoughts":{},"You are a product of your environment. Eventually...":{},"Spring is in the air: it is sunny and temperatures...":{},"Today, I got a bit weird and made an animal crossi...":{},"Half-Baked Ideas":{}},"tags":{}}],["you'v",{"_index":2478,"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":{}},"tags":{}}],["young",{"_index":937,"title":{},"content":{"Learning to become a baker":{},"Take your time.":{}},"tags":{}}],["younger",{"_index":5542,"title":{},"content":{"ITiCSE 2020: A Report":{}},"tags":{}}],["your",{"_index":3090,"title":{},"content":{"2017 in books":{}},"tags":{}}],["yourself",{"_index":242,"title":{"Teaching yourself to draw":{}},"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":{}},"tags":{}}],["yourself!”