932 Followers
480 Following
282 Posts
@AmeliaBR That was fun, I got 36/80 😅

A weird Chrome behavior:

Using separate offset-distance and offset-path properties performs better than the shorthand `offset`.

Created a small command line tool for managing API keys and launching coding agents

https://getaivo.dev/

Favorite food during Chinese New Year at home - 包面

@karlcow It seems the issue is still there. I don’t have an iPhone to check the latest Safari on mobile, but on desktop Safari it still fails to recognize data-URI SVG filters in CSS.

As shown in the screenshot , Chrome renders the noisy effect (right), while Safari does not (left).

https://bugs.webkit.org/show_bug.cgi?id=104169

In which @yuanchuan reconstructs the generative images that (used to) accompany OpenAI's blog posts:

https://yuanchuan.dev/daily-sketch-4

Amazing stuff.

My favorite reconstructions are 3 and 15 - which how much can with so little

@jack hope I’ve got this right.

svg {
viewBox: -100 -100 200 200;
path {
fill: none;
stroke: black;
stroke-linejoin: round;
d: m 50 -50 @M90.p.Plot(
points: 2;
r: 10;
rotate: $(@ri5 * 60)
)
}
}