Miscellaneous articles that have helped me, in reverse chronological order.
February 2024
- git – .gitignore is not ignoring directories • Stack Overflow
- Particularly, when you’re at a loss for how you managed the
node_modules
folder before today—tl;dr don’t include it when you initialise the repo. 😅
- Particularly, when you’re at a loss for how you managed the
September 2022
- How to disconnect your local git repo from the remote master.
- All you need to know to manage changing remotes, as well as disconnecting your local repo.
March 2022
- A complete guide to
word-wrap
,overflow-wrap
, andword-break
in CSS • LogRocket Blog white-space
• MDN- Some quick primers on navigating CSS, in particular how to manage wrapping in code elements in tables.
- If you really want to do it, what you’re after is
white-space: pre
for code elements to retain their structure. And maybe add!important
to it, but that sounds like a bad idea…
- My ear buds keep auto muting themselves • Richard Bloomfield’s Blog
- Annoying behaviour widely considered to be a bug introduced in MacOS Monterey… Windows pa rin.
- Added Disable Gain Control to Chrome and gave it access to Google Meet.
- TOC Macro – Exclude two headings with different names • Atlassian Community
- Exclude headings from Confluence TOCs without learning regex! Heh heh.