Let’s play a game of “Fortunately, Unfortunately“. Respond the previous post (the first comment below this post) by replying this post (not the previous post!)
I’ll start with: “I found this website.“
I’ve been noticing lately that most YouTubers’ tone when they’re speaking seems to get more intense over time, even those that didn’t try to bait the algorithm too much
I can hear from their older videos their tone seem to be more relaxed and casual, compared to their recent ones which is more characterized
Is it because they’ve been influenced by those that would do anything for Trending? Is it just my sample size that’s too small? Or am I just mistakenly associated their speech quality (as in how great they’re encoded) with their tonality? I don’t know.
I somehow have to find out the afterlife of books or I will be on it in the next leg
(Useless information: This pose is alluding a panel in a local history comic. Hint: It’s about a tailor and a sewing machine)
Premise 1: There are no mistakes, only happy accidents.
Premise 2: There are no accidents.
There’s this stupid (non-uninstallable) lockscreen app on my phone that changes the background to some random picture
It bugs me so much that I want to use another launcher to change the lockscreen, unfortunately out of 2 from f-droid none of the launchers there changes the lockscreen :(
Now that the Redstone Heart isn't powering PAMA, it can't hurt anyone.
—Harper
Okay verified, PAMA is it/it (as I suspect)
WHY DOES NETWORKMANAGER ALWAYS FAILS TO ACKNOWLEDGE THAT I HAVE CONNECTED TO MY WIFI NETWORK
I CAN PING GOOGLE BUT THIS IDIOT THINKS CONNECTION HASN’T BEEN ESTABLISHED AND ALWAYS TRIES TO RECONNECT TO MY WIFI
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
so I had this picture of an error message about me not knowing what to post
someone mentioned a Sonic reference of which I don’t understand since I’m not aware of the error message being related to one
a year later and I realized it’s probably about the button “snooping as usual I see?”
let word = OneOrMore(.word)
let emailPattern = Regex {
Capture {
ZeroOrMore {
word
"."
}
word
}
"@"
Capture {
word
OneOrMore {
"."
word
}
}
}
what is this