This on r/programming today: What’s New in PHP 8.
Monthly Archives: November 2020
Firefox HTTPS-Only Mode
Today is a historic day! I’m now running Firefox 83 an have enabled the new HTTPS-Only mode!
What Gödel Discovered
I love a little pop Gödel: What Gödel Discovered.
The state of leetcode in 2020
A video which popped up on r/programming today: The state of leetcode in 2020. I wish I had more time for leetcode.com.
So you’ve made a mistake and it’s public…
This popped up on Hacker News today: So you’ve made a mistake and it’s public…, an interesting and quick read.
The Chicago Manual of Style
Today I read the Preface from The Chicago Manual of Style, 17th Ed. The whole thing doesn’t appear to be available for free online; I will consider purchasing a copy.
Low Hanging Fruits in Frontend Performance Optimization
Today I discovered Low Hanging Fruits in Frontend Performance Optimization which is chock full of performance tips for websites.
This is how I git
Bumped into This is how I git which is full of tips about working with git.
Codd’s 12 rules
Today in my travels I came across Codd’s 12 rules. They are rules for what qualifies as a relational database. Apparently these rules are discussed in RELATIONAL MODEL DATABASE MANAGEMENT 2 but as that is $486 I will not have a copy any time soon…
Stop checking for NULL pointers!
Read this great article Stop checking for NULL pointers! It mentions that there are many other invalid pointers than NULL, which is the same idea I had recently with regard to foreign keys in databases.