Settings, preferences and defaults
https://fed.brid.gy/r/https://eclecticlight.co/2026/05/19/settings-preferences-and-defaults/
Settings, preferences and defaults
https://fed.brid.gy/r/https://eclecticlight.co/2026/05/19/settings-preferences-and-defaults/
Defaults determine destiny.
The Minimise Easter Egg lives on
https://fed.brid.gy/r/https://eclecticlight.co/2026/04/27/the-minimise-easter-egg-lives-on/
#!/usr/bin/env swift
// https://apple.stackexchange.com/a/455015
import Cocoa
let mailApp = URL(fileURLWithPath: "/Applications/Microsoft Outlook.app")
NSWorkspace.shared.setDefaultApplication(at: mailApp, toOpenURLsWithScheme: "mailto")
The user agent CSS overview received its yearly mini-update (recommendations welcome, especially when you know about older, esoteric user agent style sheets!):

CSS manages the default formatting of documents through user agent style sheets, a cornerstone of the cascade. This means that a web browser doesn’t just present a line of text when it’s fed with an HTML document that has no styling information, but…
Learn how your smartphone default settings betray you and can turn you in, worst case.
#privacy #security #defaults #permissions #smartphones #digitalprivacy #dataleaks
#e2e #ios #android
How to Use Logical OR for Defaults
a || b when falsy. Fast. But 0 and '' become b.

How to Use Nullish Coalesce for Real Defaults
?? only triggers on null/undefined. 0 and '' stay. || lies.
