font-size: 3000%;
[hacker voice]: i'm in
stock photo creators lint your CSS challenge (impossible)
a masterpiece
@molly0xfff It’s… it’s so *beautiful*.
@Meyerweb @molly0xfff Dammit! I loaded this page and lost $27M.
@Meyerweb @molly0xfff i wouldn't expect anything less from as a commentary. LMAO
@molly0xfff Detective: zoom! enhance!
Tech wiz: `font-size: 3000%; transform: scale(-1, 1)`
@molly0xfff lol. For a minute I thought someone was ripping off A List Apart πŸ˜†
@molly0xfff and the missed opportunity of not making it over 9000%

@molly0xfff Is this piece of art available as NFT?

…
Yes, I am going to leave now.

@molly0xfff i can't gleam a lot from the photographer (mika baumeister)'s german portfolio site, but i'm very curious what use this css could possibly have besides a gag easter egg for web devs to find 😭
@molly0xfff ah yes, right-to-left reading, lol.
@molly0xfff πŸ˜‚πŸ€£ Thanks, that made me laugh.
ο»Ώ@[email protected]ο»Ώ I hacked you!!!!11!!!!111!one111!!!
Molly White (@[email protected])

6.44K Posts, 672 Following, 130K Followers Β· crypto researcher & critic, software engineer, wikipedian β€’ @[email protected] creator β€’ newsletter: https://www.citationneeded.news/ she/her β€’ :QueerCat_Bisexual:

Hachyderm.io

@molly0xfff Now I want to write a linter ruleset that can be run in 'fix' mode to produces stock photo-like output. Rules might include:

- Randomly determine indent depth, change it only after an open or clasing brace. It makes it easy to spot a block you remembered the shape of when scrolling through a long file.

- There should be a n%4 empty lines after a block equal, where the length of the block is n. Spacing matters.

- All numeric units must be specified as a number that has no more than one nonzero digit: 1, 200, and 3000 are all fine. 3100 is not. 16 is way out.

- Terminate lines with extra braces if you feel like it. Syntax errors are just how you tell the parser you love it.