The Missing Bit

Blog posts

Using SVG sprites in elm with webpack
2017-06-26

SVG sprites is the new way to use icons in web app. Actually it is not "that new", but support now in 2017 is quite good.

It is actually quite easy to use them from elm.

Read more »

 

Don't leave password around in SPA
2017-06-10

There is one thing I have noticed with SPA (single page app) login forms. Many of them keep the password in memory. And when I say in memory, I don't mean as freed() memory which may require freezing your PC's RAM to access, I mean as actual living object within the javascript state.

Read more »

 

Leaving macOS, part 4 = Landing Setup
2017-04-17

This is the fourth and last part of my entry about leaving macOS.

Read more »

 

Leaving macOS, part 2 = Requirements
2017-03-11

This is the second part of my entry about leaving macOS.

Read more »

 

Leaving macOS, part 3 = OS Candidates
2017-03-11

This is the third part of my entry about leaving macOS.

Read more »