-
Do years really even exist or is it just a ploy for big calendar to sell more grids of paper?
-
Laying out my goals for 2021, and a rough summation of how they went for 2020.
-
Release notes for v1.0 of gmartinez.com. A story of how there is nothing more permanent than a temporary fix.
-
Laying out my goals for 2020 and a rough summation of how they went for 2019.
-
Weglot's WordPress plugin had an XSS vulnerability prior to version 3.1.4 with a small attack vector. Following WordPress code guidelines and not relying on browsers to filter out XSS attacks may have prevented it.
-
Markov Chains are useful for generating text based on a source text. Given a large enough dataset you can produce text that sounds extremely similar to something that author would write. This post contains a brief walkthrough and example of how to create this data structure in Javascript