mindhunter's comments

mindhunter | 2 years ago | on: Edison Bulb Night Mode

If he’d run the dark mode JavaScript in the head and control the style through a css class, it would not flash.

mindhunter | 3 years ago | on: Tower 9 for Mac is here

I recently made the leap in the opposite direction: after being asked to pay 59€ to continue using the app I downloaded Tower 2. So far I'm not missing anything they introduced since then. I'm actually happy about the old app icon.

When the warning that the license is running out popped up some time ago I expected the app to still work. Just that I won't get any new updates (like Sketch). But no: it just stops working and demands more money. Pew....

mindhunter | 11 years ago | on: Web Starter Kit

CSS3's flex attribute solves that. It's the holy grail for modern web-interface-development. Vertical center text:

.vertical-text { display: flex; flex-direction: column; justify-content: center; }

(add ´align-items: center´for horizontal center)

mindhunter | 13 years ago | on: Code Reads

How I hoped this to be an announcement for a public code reading. Like a author reading a chapter of his book, Jeremy reading and discussing a part of the coffeescript source.
page 1