Amazing new security.
"Memory Integrity Enforcement (MIE) is the culmination of an unprecedented design and engineering effort, spanning half a decade, that combines the unique strengths of Apple silicon hardware with our advanced operating system security …" security.apple.com/blog/memory-...
Posts by Patrick Angle
Are you excited for masonry layouts in CSS? Wondering what’s happening?
Well, a third option is emerging. One that unifies the `flex-flow` and `grid-auto-flow` properties into a whole new mechanism — Item Flow.
Learn what it is, and what it means for Flexbox and Grid in webkit.org/blog/16587/i...
*sigh* here we go again…
Severance promo on Apple.com, featuring a Lumon desktop terminal from Macrodata Refinement.
It might be a while before we see Apple feature another company's computer on apple.com.
Code editor with HTML code in, alongside a preview pane displaying an open color input which includes an opacity slider. HTML: `<input type="color" alpha>`
Two new features for the HTML color input!
- an alpha attribute, allowing the user to select a translucent color.
- a colorspace attribute, allowing the author to choose between srgb and display-p3.
With either attribute present the value is a CSS color function instead of hex. Try it in STP 207!