— Brian Moeskau (@bmoeskau)
— Ted Patrick (@__ted__)
— Zeb Evans (clientpoint.com)
— Ryan Vice (vicesoftware.com)
Released May 31st
A state-of-the-art, high-performance JS utility library with a small bundle size and strong type annotations.
* BEW hosted a Meteor v0.6 talk back in Sept 2013!
** v22.5.0 added Sqlite (yay), but also "broke almost all applications" and NPM (oops!)
*** Related, the Node team also found that their CI is horribly broken...
Stable version releases:
Extends CSS by providing meaning and context to CSS variables.
Default custom properties are simple strings:
:root {
--myColor: hotpink;
}
Use @property
to provide a detailed style definition:
@property --myColor {
syntax: '<color>';
inherits: false;
initial-value: hotpink;
}
Control lowercase letter size relative to uppercase letters.
Verdana vs Times at font-size: 40px
:
Control lowercase letter size relative to uppercase letters.
Times with font-size-adjust: 0.54
:
Reported June 25th
A shady Chinese company bought the domain + repo
cdn.polyfill.io
started injecting malwarebootcdn.net
and several other CDNsGoogle announced Privacy Sandbox 4+ years ago.
That was to include phasing out third-party cookies.
They just announced a "new path" forward:
Instead of deprecating third-party cookies, we would introduce a new experience in Chrome that lets people make an informed choice that applies across their web browsing, and they’d be able to adjust that choice at any time. We're discussing this new path with regulators, and will engage with the industry as we roll this out.
Apple OTOH is cracking down further in Safari 17.
New private browsing defaults:
Plus, additional safeguards in ALL browsing modes
Announced July 1st
A brand-new browser from scratch, backed by a non-profit.
Targeting "early adopter" alpha in... 2026
Occurred July 18th
Faulty config sent to ~1% of all Windows machines
A minimalist coding playground (using sliders)
Easily create comics with Batman and Robin.
<article class="batman-comic">
<section>
<div class="batman"></div>
</section>
</article>
Demo
Brian Moeskau