We pirate because we're selfish but use every excuse in the book to convince ourselves otherwise...
It's always projection.
Sometimes I just like to have a leg up. I got Starfield a week or so after it was officially released and before I got it I watched a couple "10 things I wish I knew before I started playing" type videos. Made the game more enjoyable for me instead of learning it the hard way.
It's because people desperately want this game to be good and the initial release was a train wreck.
Good luck getting him to show up to work. He's the laziest person in the US.
How did I say that like it's a bad thing?
Then you'd need to include a headphone jack since the headphones acted as the antenna.
From what I know he only needs 20 or 30 dems to vote "present" which will lower the bar enough to the point where he will get to keep his job. My guess is that this is the best option for Democrats since they've proven that he's an incredibly ineffective Majority leader.
Is hating transgender people and drag queens a policy position?
First he wanted them to rake the leaves now he wants them to dampen the forests...
I'm a stickler for a headphone jack so I just replaced the battery in my 4a instead of buying a new one. Not sure how to proceed with the EOL security updates but Lineage is always an option. If they would just release a phone with a headphone jack I'd have a new phone next week.
It's odd because I always considered them right up there with Toyota and Honda but between their transmission and engine issues over the past decade they're clearly not in the same league.
Off topic here but from the looks of it Lemmy requires a serious amount of time and work. Is the development team working on this full time in lieu of a full time programming job? Or is a passion project in addition to your real live duties?
Does Lemmy (this community specifically) circlejerk as hard as reddit does when it comes to Epic bad?
I'll stick with Capitalism, then...
Great idea, what are we replacing it with?
Yea I guess there's someone who read this thread and thought "people wipe sitting down?"
If you'd like to sanitize your account before deleting it I use this method. I use chrome on W10 and I'm not sure if it works with other browsers or OS.
-
ctrl+shift+J
-
then copy and paste:
var $domNodeToIterateOver = $('.del-button .option .yes'), currentTime = 0, timeInterval = 1500;
$domNodeToIterateOver.each(function() {
var _this = $(this); currentTime = currentTime + timeInterval;
setTimeout(function() { _this.click(); }, currentTime); });
To make this work you'll need to be using RES on desktop. Go to your profile and load up all your comments and submissions, I just hold down spacebar until everything is loaded. Once that's done I do the above command and the comments/submissions get deleted one by one.
EDIT: Looks like there's easier/faster ways to do this so go with what works for you.