I don’t know if I’ll ever need this, but here’s how to use a GPS unit with 1PPS (pulse-per-second) capability as an accurate time source feeding the ntpd time daemon.
Blog Archives
danielrapp.github.io/doppler/
Use your computer’s speakers, microphone, and the doppler effect to achieve hands-free gesture control of your browser. Sort of. (experimental)
WordPress › About » Security
“This document is an analysis and explanation of the WordPress core software development and its related security processes, as well as an examination of the inherent security built directly into the software. Decision makers evaluating WordPress as a content management system or web application framework should use this document in their analysis and decition-making, and for developers to refer to it to familiarize themselves with the security components and best practices of the software.”
RadicalResearch HSTS Super Cookies
Websites could use a security feature of your iOS device to track your browsing even if you clear the browser history.
Let’s Write Fast JavaScript — The JavaScript Collection — Medium
Some good tips for performance optimization in JavaScript.
Let’s Write Fast JavaScript — The JavaScript Collection — Medium
How to Correctly Use BootstrapJS and AngularJS Together ? Scotch
Embracing Promises in JavaScript
Variables and scoping in ECMAScript 6
is.js - micro check library
A JavaScript library with easy checks for variable types, common date functions (is yesterday? is weekend?), regular expressions (is email? is url?), environment (is ie? is mac? is mobile?), etc.
Project Zero: Finding and exploiting ntpd vulnerabilities
Great rundown of the process of finding a remotely exploitable security bug in the ntp daemon. As a programmer, I love reading through stuff like this — it’s a great way to learn programming details that I might have glossed over in the past.