Viewing profile — lawnmowed
lawnmowed
HN member- Joined
- Sun, May 24, 2026, 11:41 PM UTC
- HN karma
- 1
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About lawnmowed
No profile information was provided.
Recent public activity
-
comment
Comment #48854734
Cool, another script to add to the block list. The last thing I need is for every other website to download and run models on my machine.
-
comment
Comment #48498100
Grouped HTML: p text img img /p Grouped CSS: p:has(img) {...} p img {...} No group HTML: p text /p img img No group CSS: p:has(+ img) {...} p + img {...} p + img + img {...} Valid,…