analog photography · open source maintainer (@VoidLinux et al.)
website | https://placeviolette.net |
pronouns | she/her |
pronoms | elle |
locale | québec |
analog photography · open source maintainer (@VoidLinux et al.)
website | https://placeviolette.net |
pronouns | she/her |
pronoms | elle |
locale | québec |
Amongst other things, there's an open source software supply chain story here. This Android library with 174 stars and one maintainer has taken down Monday.com, Eventbrite (!!!), UPS, Kraken, Lowe's, YBS, IKEA, Agibank, iFood, PagBank, pago.ro, and Udemy. Again, this is the same failure mode that caused outages in 2023. https://github.com/appmattus/certificatetransparency/issues/143#issuecomment-2993753426
🆕 blog! “Decorative text within HTML”
This is a *very* silly post. Sorry about that!
👀 Read more: https://shkspr.mobi/blog/2025/05/decorative-text-within-html/
⸻
#css #HTML
Back in 2020, Andy Bell introduced me to the idea of grouping attribute values. You've probably seen something like this before: HTML<article class="card-section-background1-colorRed" ></article> A single class over-encumbered by all sorts of things. The more modular way to write this would be: HTML<article class="card section box bg-base color-primary" ></article> That's pretty…