Live data from Hacker News

Viewing profile — lawnmowed

lawnmowed

HN member
Joined
Sun, May 24, 2026, 11:41 PM UTC
HN karma
1
Public activity
2 items

About lawnmowed

No profile information was provided.

Recent public activity

  1. 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.

  2. 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,…