I enjoyed watching this YouTube video: Object Oriented Programming vs Functional Programming.
Category Archives: Programming
Wikipedia: All public logs
Today I discovered this on Wikipedia: All public logs. It’s interesting to see that for something as huge as Wikipedia they still only process a command (vs query) every few seconds.
The problem with semver is Hyrum’s Law
Today I realised the problem with semver is Hyrum’s Law.
Comparison of algorithm running times
So I put this together. It’s a comparison of various Big-O running times. It was an exercise in a book I’m reading: Introduction to Algorithms, 3rd Edition, which is obsolete now as the 4ed is out.
Declarative Diagrams
Some diagram generators to check out:
Window Functions Overview
Reading about Window Functions.
Interactive trees in HTML5
The RS-232 protocol
An awesome video about The RS-232 protocol by Ben Eater. There’s some cool stuff on his channel.
Booth multiplier
Today I learned about Booth’s multiplication algorithm. I will have to circle back and read closely.
LibreOffice 7.3 API Documentation
So I’m off to read the LibreOffice 7.3 API Documentation. Supported macro languages include a form of BASIC and a form of JavaScript. Gonna try JavaScript… my goal is to generate the ASCII tables for my book, programmatically, as it were.