I will continue to downvote until morale improves.
Wait.
Comment on Fediverse Social Media Guide
Irelephant@lemm.ee 10 months agoI just downvoted your comment.
The amount of karma (points) on your comment and Lemmy account has decreased by one.
There are several reasons I may deem a comment to be unworthy of positive or neutral karma. These include, but are not limited to:
Rudeness towards other Lemmings,
Spreading incorrect information,
Sarcasm not correctly flagged with a /s.
No - not yet. But you should refrain from making comments like this in the future. Otherwise I will be forced to issue an additional downvote, which may put your commenting and posting privileges in jeopardy.
Sure, mistakes happen. But only in exceedingly rare circumstances will I undo a downvote. If you would like to issue an appeal, shoot me a private message explaining what I got wrong. I tend to respond to Lemmy PMs within several minutes. Do note, however, that over 99.9% of downvote appeals are rejected, and yours is likely no exception.
Accept the downvote and move on. But learn from this mistake: your behavior will not be tolerated on ^(?:(?:feddit.(?:it|ie|uk|org|de|nl))|(?:lemmy.(?:cafe|ml|ca|org|world|zip|nz))|(?:sh.itjust.works|programming.dev|lemm.ee|sopuli.xyz|jlai.lu|lemmy.blahaj.zone|lemmy.dbzer0.com|aussie.zone|beehaw.org|lemmy.sdf.org|slrpnk.net))$. I will continue to issue downvotes until you improve your conduct. Remember: Lemmy is privilege, not a right.
I will continue to downvote until morale improves.
Wait.
You forgot the most frequently asked question:
No.
You can if you have a lot of alts.
Now this is podracing.
flamingos@feddit.uk 10 months ago
Shout out to my favourite lemmy instance, shmitjustoworks. Real cool people.
Irelephant@lemm.ee 10 months ago
^(?:(?:feddit\.(?:it|ie|uk|org|de|nl))|(?:lemmy\.(?:cafe|ml|ca|org|world|zip|nz))|(?:sh\.itjust\.works|programming\.dev|lemm\.ee|sopuli\.xyz|jlai\.lu|lemmy\.blahaj\.zone|lemmy\.dbzer0\.com|aussie\.zone|beehaw\.org|lemmy\.sdf\.org|slrpnk\.net))$pretty sure this is correct.
flamingos@feddit.uk 10 months ago
Looks correct, but boring as you kept it pretty readable, the total opposite of what a regex should be.
^(?:(?:feddit\.(?:i[te]|uk|org|de|nl))|(?:lemm(?:\.ee|y\.(?:ca(?:fe)?|ml|(?:sdf\.)?org|world|zip|nz|blahaj\.zone|dbzer0\.com)))|(?:sh\.itjust\.works|programming\.dev|sopuli\.xyz|jlai\.lu|aussie\.zone|beehaw\.org|slrpnk\.net))$Now this is getting there, but to make a real regex, we need to go to Emacs’ syntax:
"^\\(?:\\(?:feddit\\.\\(?:i[te]\\|uk\\|org\\|de\\|nl\\)\\)\\|\\(?:lemm\\(\\.ee\\|y\\.\\(ca\\(?:fe\\)?\\|ml\\|\\(?:sdf\\.\\)org\\|world\\|zip\\|nz\\|blahaj\\.zone\\|dbzer0\\.com?\\)\\)\\)\\|\\(?:sh\\.itjust\\.works\\|sopuli.xyz\\|jlai\\.lu\\|aussie\\.zone\\|beehaw.org\\|slrpnk\\.net\\)\\)$"I am a weirdo who actually like regexIrelephant@lemm.ee 10 months ago
That is fucked up and its annoying that it works
Irelephant@lemm.ee 10 months ago
I am unbelievably shit at regex, and I didn’t bother testing this one.