Today on lobsters: A Tired Raccoon’s Containerization Manifesto a call to containerize…
Monthly Archives: June 2021
HTML Tips
Via r/programming today: HTML Tips.
Modern Unix
This via r/programming today: Modern Unix. A list of powerful replacements for ancient Unix commands.
Disable Siri in MacBook Pro touchbar
System Preferences -> Keyboard -> Customise Control Strip: then drag Siri button off touchbar.
Modulinos In Bash
Via Hacker News today: Modulinos In Bash. “A modulino is a file which behaves like a library when it is imported, and like a script when executed.”
WebCoLa
Today I learned about WebCoLa: cola.js (A.K.A. “WebCoLa”) is an open-source JavaScript library for arranging your HTML5 documents and diagrams using constraint-based optimization techniques.
LaTeX \input vs \include
Today I discovered When should I use \input vs. \include? in which I learned about the LaTeX \input command.
Postfix Backwards-Compatibility Safety Net
Today I discovered the Postfix Backwards-Compatibility Safety Net via my mail log. Gonna have to review my Postfix settings…
JavaScript console object
Via r/programming: Advanced console.log Tips & Tricks. A good run down on browser logging facilities…
Testing in Production, the safe way
This via r/programming today: Testing in Production, the safe way.