Benjamin Halilovic
devbenjo.bsky.social
Benjamin Halilovic
@devbenjo.bsky.social
Reposted by Benjamin Halilovic
Dragi 🇷🇸 govornici srpskog: Samo jebeno koristi HTML

Prevod poslao @filipmirkovic16. Hvala!

👇👇👇
May 21, 2025 at 11:27 AM
A "grep sed regex combo" that hrlped me today:

grep -rlE "(.+)ip_address=127\.0\.0\.1\s\s\s\s(.+)" . | xargs sed -E -i "s/(.+)ip_address=127\.0\.0\.1\s\s\s\s(.+)/\1\2/g"
May 21, 2025 at 9:27 AM
Very nice write up of HTML's feature richness. Like often in Computer Science. Less is often more.

justfuckingusehtml.com

credits: @kyrylo.org
Just fucking use HTML
Stop reinventing the wheel. The web was doing just fine before your bloated frameworks crawled out of the sewer.
justfuckingusehtml.com
May 15, 2025 at 12:20 PM
The regex of my day:
^\s{4,}cls\..+\s(?==)
April 25, 2025 at 3:00 PM