Blog

Programming insights to Storytelling, it's all here.

Ibrahim Diallo

September 2018

Respecting Do Not Track with Google Analytics

Respecting Do Not Track with Google Analytics

It's hard for me to talk about user privacy on this blog when I have Google Analytics measuring everything you do on the website. I've tried to move away from it in the past and use the self-hosted open-source alternative but it quickly failed. When I received a burst of traffic, the server on which it was hosted crashed. I'm still looking for a self-hosted solution but in the meanwhile, I will do what I can to limit tracking by respecting users that specifically ask not to be tracked.

Kwik Talk - A Conversation Simulator

Kwik Talk - A Conversation Simulator

Recently I was reading an article that stated that human conversation is limited to a maximum of 4 people. Add more people to the group and they slowly break into smaller groups.

JS Tip of the day

Optimization: Minimize look-ups in for loops.

In JavaScript, like in many other languages a loop can be defined in many ways. The standard of course is the for-loop, the while loop, or do while loop. They a…

Photography