have you been getting the cancer vids too?
i was worried the algorythm had caught something i hadnt.
and it’s youtubers i had never previously watched
have you been getting the cancer vids too?
i was worried the algorythm had caught something i hadnt.
and it’s youtubers i had never previously watched
tbh, i’m not sure you’re correct. most other franchises are either more devicive or do not have the same cross generational appeal.
Star wars is highly devicive
Stargate was widely loved but currently only exists for a single generation
BSG was great but didnt achieve the same culture permiation that star trek did
if its aliased you should be able to just run “fire” and it does the rest
i read a reddit post years ago where a someone wrote a script that iterates through all the projects in their dev folder, for each project creating a new branch, committing and pushing.
they then aliased it to “fire” or “panic” or something like that.
not a bad idea really
extra funny when you realise a most of the ground work for the shit state the economy is in was laid under trump
i heard someone talking about “Bidenflation” today
Couldnt have sounded dumber if he tried
not with that attitude
you could use WSL in Wine in WSL.
go full circle
Windows Subsystem for Linux
Sheppey…
They got webbed feet over there
i actually thought i would go take a look at threads. when i tried to log in on my PC it told me i had to download the app on my phone before it would let me log in with the account they already apparently created for me.
so i left and havent been back
I set my browser to not save any cookies so it doesn’t really matter what i click
tbf, i saw the images and they did not include any beheaded babies.
By the time i got out of customer service i was getting a lot of complaints about how little it sounded i cared. (I didn’t)
i gave up on jerboa in the earlier days and moved to Connect. havent felt the need to move on from that since then.
Jerboa may have improved since i used it though so don’t that this as me slating it. Jerboa is developed by the same dev that writes the main lemmy backend and webapp so obvs he needs to prioritise that
Depends where you are. There are tax implications for this too. look at IR35 in the UK
tax gets complicated
I can think of some things i could implement on the lemmy server side that could help with this, i’m pretty sure that the IWF maintains a list of file hashes for CSAM and there are probably a few other hash sources you could draw from too.
so the process would be something like the following
so for known CSAM you don’t have to subject mods or user to it before it gets pulled.
for new/edited media with unrecognised hashes that does contain CSAM then a mod/admin would have to review and flag it at which point the same permaban for the user, then law enforcement report could be triggered automatically.
The federation aspect could be trickier though. which is why this would probably be better to be an embedded lemmy feature rather than a third party add on.
I’m guessing it would be possible to create an automoderator that does all this on the community level and only approves the post to go live once it has passed checks.
if your updates included a new kernel try installing the kernel headers for the new kernel.
then if it’s still not working reinstall the nvidia driver.
i used to daily drive debian with proprietary nvidia drivers and it would break with every kernel upgrade
from memory, so almost certainly incorrect, the fix was simply something like
sudo apt install linux-headers-`uname -r` && sudo reboot