exu

@exu.fosstodon.org.ap.brid.gy

A lurker from the deepest server racks. ⚠️ may try to be funny [bridged from https://fosstodon.org/@exu on the fediverse by https://fed.brid.gy/ ]

Remember, "I don't know, I lack sufficient information on this topic" is NEVER an acceptable answer. Instead, loudly state the first opinion that pops into your head, speak with authority, and gaslight anyone who disagrees until they begin to question everything they know.

I've started using ** in Fish instead of find & xargs and I really love it, instead of writing `find . -name '*.py' | xargs wc -l` I can just write `wc -l **.py` it hasn't 100% replaced `find` for me but I'm definitely using xargs way less than I used to