Monthly Archives: October 2018

Make a website dark according to user preferences

- Posted in web

In macOS Mojave, you can set your preference to dark UI. You can target this preference with CSS using code like this: @media (prefers-color-scheme: light) { body { background-color: #FFF; color: #000; } } @media (prefers-color-scheme: dark) { body { background: #000; color: #FFF; } } See this Codepen for a demo. This only works […]

Minder technologie, niet meer

- Posted in Uncategorized

Ik las voor de gemeenteraaadsverkiezingen in politieke folders dat Antwerpen de “City of Things” moet worden en dat wij de eerste moeten zijn met de uitrol van een 5G netwerk. Ik heb mijn bedenkingen bij de constante adoratie van technologie. Mijn boodschap is eenvoudig: bezint eer ge begint. Gedane zaken nemen geen keer. Als iemand die […]

Rename layers using regular expressions in Figma

- Posted in Uncategorized

Since a few weeks you can batch rename layers using regular expressions in Figma. This is pretty freaking awesome.

Expand stroke-based SVGs in batch using an Illustrator script

- Posted in workflow - 5 comments

I was in the situation where had a bunch of SVGs, but they were stroke-based, from feather-icons.com. I don’t trust the cross-browser rendering of SVG strokes. It leads to problems when trying to color the icons with CSS as well – so I needed the expanded versions. There are over 200 icons in the set. Expanding […]

“Mag ik uw identiteitskaart voor de garantie?”

- Posted in other - 1 comment

Als ik een game in de Mediamarkt ga halen vragen ze aan de kassa of ze “mijn identiteitskaart mogen voor de garantie”. Ik zie de mensen voor mij dan vaak schaapachtig hun kaart afgeven. Mediamarkt zal er wel bij varen, bij een hoop adresinformatie van hun klanten. Volgens de Europese garantiewetgeving lijkt het me zeker […]

pug-textmate2-bundle

- Posted in software

From the README: If you are one of the holdouts who is still using Textmate and codes in Pug, you will find that there are a lot of outdated bundles out there. I use this one which provides the correct syntax highlighting. It’s not perfect but it’s the best I have. It’s a modified version […]

Weg met de betutteling

- Posted in entrepeneurship

Ik kom het keer op keer tegen. De ping-pong tafel. De PS4 op kantoor. Referentie: Artikel in Net magazine over een studio in Belfast Ik snap het niet. Waar dienen die dingen eigenlijk voor? Om op 16u op vrijdag een rondje ping pong te spelen (en lawaai te maken voor de rest)? Om tussen de […]

Android thoughts

- Posted in other

I am a casual user of Android. I only use Android every once in a while, such as now, while my iPhone is in repair. I’ve owned several Android Phones over the years, mostly Google ones. I choose to use Android sometimes, just to stay up to date with what is happening, so I can design […]