https://www.youtube.com/watch?v=rZHwGnGrm_k
>tfw I get the dark theme looking right on FBXL Social again
>tfw I get the dark theme looking right on FBXL Social again
A streamer who doesn't know fuck all about cybersecurity was very adamant that having a VPN would protect against viruses and hacking!!! What incentive did they have to lie???
I'm giving some serious consideration to a CPU upgrade on my main server, or alternatively maybe offloading the database stuff to another server. Fediverse is growing! (my server isn't even big!)
Twitter had a lawsuit where a child was coherced into creating child porn and said child porn was posted on Twitter, and when the child tried to report it to Twitter, Twitter claimed there was no rule violation and refused to remove it. Every single bit of this "oh, twitter is so bad just in the past 19 days" claptrap I put next to this fact. Every time I see someone talking about "trust and safety", I need to put it next to this fact.
https://nypost.com/2021/01/21/twitter-sued-for-allegedly-refusing-to-remove-child-porn/
A tweet thread on the topic with many sources showing a systemic problem before Elon ever arrived:
https://twitter.com/elizableu/status/1566255230374842369?lang=en
https://nypost.com/2021/01/21/twitter-sued-for-allegedly-refusing-to-remove-child-porn/
A tweet thread on the topic with many sources showing a systemic problem before Elon ever arrived:
https://twitter.com/elizableu/status/1566255230374842369?lang=en
Windows 11 sort of reminds me of one of those half baked Linux distributions that pretend that it's windows from the early 2000s. Like it's so schizophrenic it's trying to be so many different things at once and refusing to complete any of them.
$3M and remember -- they were fighting in court to be continued to allow child porn on the platform.
I've got the oddest thing on soapbox where I change the css and it works properly, but the browser has a memory of the original css. I end up doing a ctrl-alt-shift refresh every time and it loads the proper css. Really strange. Seems to happen on mobile too, except there's no way to ctrl-alt-shift-refresh on that.
I remember a story from far before any of this occurred, way back in the mid 2010s, back when Donald Trump was a reality TV star with a bunch of hotels.
It was a bunch of obvious fraud and election act violations, and it resulted in a fine.
So yeah. What do you call someone who cheats to win an election? "Elected". Why wouldn't you cheat if all you're going to get for cheating is a slap on the wrist?
It was a bunch of obvious fraud and election act violations, and it resulted in a fine.
So yeah. What do you call someone who cheats to win an election? "Elected". Why wouldn't you cheat if all you're going to get for cheating is a slap on the wrist?
Your cousin Timmy learn calculus at 6 months old! He have to make his own chair! And not allowed to use building material or tools!
Once you undo your chains and leave the cave, you can never return and be satisfied with the shadows cast upon the wall.
https://video.fbxl.net/w/p/wncXRsWk4ucwPiGzmm2YvP
The Graysonian Ethic deepfake audio book is fully released now, and this weekend I uploaded the whole thing to peertube. Here's a playlist with everything laid out in order. Totally playable without an account on fbxl social. It's also on youtube if you want to see it there.
The Graysonian Ethic deepfake audio book is fully released now, and this weekend I uploaded the whole thing to peertube. Here's a playlist with everything laid out in order. Totally playable without an account on fbxl social. It's also on youtube if you want to see it there.
Ah, it's just because I was using the old domain, the new domain doesn't have the same error.
nvm. (Maybe someone else with a peertube will see it and fix their stuff up)
nvm. (Maybe someone else with a peertube will see it and fix their stuff up)
@graf I just saw an error message on tv.poast.org that I saw when I migrated FBXL video to peertube 5.0 about oauth failing. There are two things I needed to change to get it working properly.
First I needed to add the secrets part to my config file:
# Secrets you need to generate the first time you run PeerTube
secrets:
# Generate one using `openssl rand -hex 32`
peertube: '' # where there's a big series of letters and numbers in there
Second, my config was set to look at port 9000:
# Correspond to your reverse proxy server_name/listen configuration (i.e., your public PeerTube instance URL)
webserver:
https: false
hostname: 'localhost'
port: 9000
I needed to change the 9000 to 443 since it was on https externally and it looks like peertube 5 actually cares about that.
I might be totally off, but figure I'd pass what I learned on, maybe it'll help.
First I needed to add the secrets part to my config file:
# Secrets you need to generate the first time you run PeerTube
secrets:
# Generate one using `openssl rand -hex 32`
peertube: '' # where there's a big series of letters and numbers in there
Second, my config was set to look at port 9000:
# Correspond to your reverse proxy server_name/listen configuration (i.e., your public PeerTube instance URL)
webserver:
https: false
hostname: 'localhost'
port: 9000
I needed to change the 9000 to 443 since it was on https externally and it looks like peertube 5 actually cares about that.
I might be totally off, but figure I'd pass what I learned on, maybe it'll help.