Frames are a frequently misunderstood part of buying a bike.There are tons of measurements and nobody seems to know whatthey all do. If I tell you a bike has...| dyladan.me
A few weeks ago a coworker asked me to do an introductory presentation on the way we use Docker. This is an attempt at distilling my thoughts into a more con...| dyladan.me
I’m thinking about adding a new post here about the evolution of asynchronous javascript. Until that comes, maybe this will help.| dyladan.me
The yubikey is a fascinating device capable of generating passwords thatare only useful in the instant they are generated.By the end of this post you should ...| dyladan.me
Abusing the sigmoid function for fun and profit| dyladan.me
Aside from saving time, why are programmers always told not to write code thathas been written for us? Short answer: you don’t know what you don’t know.| dyladan.me
Previously, in Why Histograms? and Histograms vs Summaries, I went over the basics of histograms and summaries, explaining the tradeoffs, benefits, and limit...| dyladan.me
In many ways, histograms and summaries appear quite similar.They both roll up many data points into a data structure for efficient processing, transmission, ...| dyladan.me
A histogram is a multi-value counter that summarizes the distribution of data points.For example, a histogram may have 3 counters which count the occurrences...| dyladan.me