PoolloverNathan

u/PoolloverNathan@programming.dev
9 posts · 613 comments

Recent posts

Recent comments

on Website · c/lemmyshitpost · 1 pts · 173d

Thank you — is there a way to find a listing? I tried searching the other day (for unrelated reasons) but couldn't find anything useful.

on What's yours? · c/microblogmemes · 19 pts · 201d

Every time someone refers to mobile data as “wifi” I die a little inside. I understand that the difference is unnoticeable for most people, but it pains me.

on Sudo disbelief · c/linuxmemes · 3 pts · 201d

!! is pure textual substitution, so it'd be sudo rm a.txt && rm b.txt. You could do something like sudo sh -c "!!" though.

on *Permanently Deleted* · c/comicstrips · 3 pts · 231d

A session token… set by JavaScript, with no secure attribute, and no domain. (and no expiry, but I think that just uses browser lifetime)