Blog

Programming insights to Storytelling, it's all here.

Ibrahim Diallo

August 2023

100 o'clock

100 o'clock

What if a day was a hundred hours? I often played this scenario in my head and thought it shouldn't be too hard to simulate. But when I finally got to it, I found that a lot of things with time are just arbitrary. There isn't a fundamental constant that defines time as we currently know it. We just had to agree on some values to get the math going.

JS Tip of the day

Use local storage and fall back to cookies

Cookies There are better ways to save information on the browser then using cookies. Cookies save all values in one long string and has to be parsed every time…

Photography