Comment on
Republican Nancy Mace says she likes to watch videos of ICE detaining people
Nazi scum.
Comment on
Republican Nancy Mace says she likes to watch videos of ICE detaining people
Nazi scum.
Comment on
Workers at companies that tested out a 4-day workweek are happier and more efficient — and firms made more money. One lawmaker says it's 'here to stay.'
This would be amazing, which is why it'll never happen in the US.
Comment on
I'm disappointed with Third Wave Water
Yes it's wasteful. Do what I did, save yourself the money and start making your own water, it's extremely easy and costs next to nothing. Check out https://www.tinkercoffee.com/blog/2017/11/9/thats-some-high-quality-h20
Comment on
Clarence Thomas thinks voting rights act should be gutted
Clarence Thomas is a piece of shit.
Comment on
Donald Trump indicted for second time, in classified documents investigation
It would be nice to see this piece of shit actually face some consequences for once.
Comment on
June 9 2023 - Announcement - sh.itjust.works
Reply in thread
I'll second that 🍻
Comment on
NVIDIA 535.54.03 Linux Graphics Driver Released with Better Wayland Support
Hopefully VRR gets figured out this year.
Comment on
exploding-heads are infiltrating our discussions
Reply in thread
I made a script just for that https://github.com/wescode/lemmy_migrate
Comment on
[GitHub - lemmy_migrate] - Copy Lemmy Communities from one account to another
Reply in thread
I'm not sure what you mean, that's what this tool does. It will login to your main account, get a list of all your subscribed communities and subscribe to them on a new account on any instance that you specify.
Comment on
So.... what makes this server different? :)
Sh.itjust.works
Comment on
Spez's AMA is live, the shitshow begins
Reply in thread
Considering doing the same after 14 years of using reddit. End of an era I suppose. I think Lemmy has a ton of potential though.
Comment on
I just noticed sh.itjust.works new home image is the happy seal meme 😊
Perfect.
Comment on
Lemmy v0.18.0 Release
Nice job everyone!
Comment on
[Vote] Should we defederate exploding-heads?
Aye
Comment on
Why You Should Use Bionic Reading in Chrome (or Any Browser): An extension to highlight the most important parts of words
Reply in thread
Try jiffy reader.
Comment on
[Vote] Use the Fediverse Overseer to pre-emptively defederate from suspected botted instances
Aye. It's clear those are bot accounts, I see no reason not to. Servers can be unblocked in the future if things change.
Comment on
Is there a script to delete my post/comment history?
Comment on
Which distro are you using right now?
Fedora. I used Arch for over a decade and decided to give fedora a go recently. It's been great so far.
Comment on
Can someone explain what the "q" param of resolveObject looks like?
Pass an instance URL or ![email protected]
Comment on
Shreddit is a program to remove all your Reddit comments
Here is an updated shreddit written in rust. https://github.com/andrewbanchich/shreddit. I used it yesterday and it worked. The only issue is it seems to only process 25 entries at time so you need to run the code in a loop. In bash you can do something like: while :;do ./shreddit args;done and kill it once it completes.