Comment on
*Permanently Deleted*
Eat a full MRE the day before. Good luck ever pooping again.
Comment on
*Permanently Deleted*
Eat a full MRE the day before. Good luck ever pooping again.
Comment on
*Permanently Deleted*
Reply in thread
Dude. At this point, just explain. No one knows you on here. This is ridiculous.
Comment on
*Permanently Deleted*
Reply in thread
Yeah I see this as a way to see if they can give Ric the spot next year. Kind of weird thoguh since the AT is pretty shitty this year. It's either that or they want to punish Ric even more for leaving in the first place and just destroy him.
Comment on
*Permanently Deleted*
Reply in thread
You said you'd let us know after what it was about! What a copout!
Comment on
What can the 'average Joe' start hosting, that will change their life?
Reply in thread
Can you provide more details as to why id want this over pihole? I've had a container on my interior server with pihole without issues for years. Should I change?
Comment on
OceanGate listed job posting for ‘submersible pilot’ during doomed Titan rescue efforts
OceanGate Gate
Comment on
2023 Austrian Grand Prix Race Weekend Thread
Awww, Yuki it's ok! Everything is fine.
Comment on
YSK how to deal with questions about gaps in your employment.
Reply in thread
This is interesting. I'm gonna have to tell some of my friends looking for work about this one. It's gross as heck that it works but whatever I guess.
Comment on
Anon dreams
He got too cocky.
Comment on
Ambient music generators that never end or repeat
Kind of like long player. Neat.
Comment on
WiFi Router Recommendations?
Have you considered getting a wired router and separate access point? That's what I do. I don't like my router, ERX, it's great, just not what I want. I pair that with a unifi access point. That way I can add more if needed.
Comment on
*Permanently Deleted*
Reply in thread
Eat a full MRE the day before. Good luck ever pooping again.
Comment on
What's your favorite movie from the 90s?
The Fifth Element
Comment on
finished House of Suns. now what?
Reply in thread
Thanks I've added both to my library and will check them out!
Comment on
Noticing major shifts in opinion on lawn care
Reply in thread
The biggest problem (in the US) has to be all the suburbs, especially those with HOAs, and rental properties.
These places aren't likely to change anytime soon. It's weird cus clover and no maintenance lawns would be ideal for everyone, but who knows.
Comment on
YSK: there is a Lemmy frontend similar to old reddit called mlmym
Trying to run this on unraid, but login and dark mode don't work :(
Comment on
new season and character wipe
Eternal realm characters aren't being wiped.
You just have to make a new character to do seasons content. You can still use your current main forever to fully 100% the game of you feel like it. That character just won't get the new content.
No need to rush anything.
Comment on
finished House of Suns. now what?
Reply in thread
I've read Rama, and I just started Raft, so I'll add the rest to my list! Thank you.
Comment on
Update - ongoing/future work
Once it stores nothing server side, I think this will be my goto. It's slick AF.
Comment on
How do you rewrite or delete all your old reddit comments?
Make a new bookmark, then put this as the link/url.
It's an updated powerdeletesuite by leeola.
javascript: (function() { window.bookmarkver = '1.4'; var isReddit = document.location.hostname.split('.').slice(-2).join('.') === 'reddit.com'; var isOverview = !! document.location.href.match(/\/overview\b/i); if (isReddit && isOverview) { var cachBustUrl = 'https://raw.githubusercontent.com/leeola/PowerDeleteSuite/master/powerdeletesuite.js?' + (new Date().getDate()); fetch(cachBustUrl).then(function(response) { return response.text(); }).then(function(data) { var script = document.createElement('script'); script.id = 'pd-script'; script.innerHTML = data; document.getElementsByTagName('head')[0].appendChild(script); }).catch(function() { alert('Error retreiving PowerDeleteSuite from github'); }); } else if (confirm('This script can only be run from your own user profile on reddit. Would you like to go there now?')) { document.location = 'https://old.reddit.com/u/me/overview'; } else { alert('Please go to your reddit profile before running this script'); } })();