







Yes, that’s what the comment said — smaller PRs are better.


[\b^] won’t work — I assume you meant something like (\b|^). That shouldn’t change anything either though, as \b is explicitly defined to match (^|$).


Hello future people


The "+/"* buffers, I assume.
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.
Ooh, where do you find AT&T block allocations?


Such a rule can’t descend on IRC as I understand it — anyone could just stand up a new server, couldn’t they?
RCS? RSS is a feed format.
nix run nixpkgs#virtualenv ~/.venv
. ~/.venv/bin/activate
pip install foo
# ...
NixOS user here; please do not recommend NixOS.


Final update, trust
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.
!! is pure textual substitution, so it’d be sudo rm a.txt && rm b.txt. You could do something like sudo sh -c "!!" though.
A session token… set by JavaScript, with no secure attribute, and no domain. (and no expiry, but I think that just uses browser lifetime)