Maybe a cartoon shark
Wasn’t that intended to fix an issue where other players in your multiplayer session could cause your console to execute arbitrary code? Imagine the fallout if it became “play Mario Kart and then have your console refuse to boot again”
What workload makes that much of a difference?
Yo ho ho and a bottle of rum for me!
Carefully.
I personally shove Transmission into Docker:
services:
wireguard:
image: ghcr.io/linuxserver/wireguard
container_name: wireguard
cap_add:
- NET_ADMIN
- SYS_MODULE
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Stockholm
ports:
- 9091:9091/tcp
volumes:
- ./config:/config
- /lib/modules:/lib/modules
sysctls:
- net.ipv6.conf.all.disable_ipv6=0
- net.ipv4.conf.all.src_valid_mark=1
restart: unless-stopped
transmission:
image: ghcr.io/linuxserver/transmission
container_name: transmission
ulimits:
nofile: 1048576
environment:
- PUID=1000
- PGID=996
- TZ=Europe/Stockholm
- USER=azurediamond
- PASS=hunter2
volumes:
- ./config:/config
- /data:/data
- /data/Torrents/dl:/downloads
- /data/Torrents/inbox/start:/watch
network_mode: "service:wireguard"
depends_on: [ "wireguard" ]
restart: unless-stopped
Make sure your mullvad config is called wg0.conf
in ./config
.
Pedantically, it’s not required, but it’s probably a good idea to make your life easier.
It’s more of a thing amongst the newer generations.
Most startups have group denonyms, don’t look too deep into it.
When will they learn that their actions have consequences? Star field is going to be a fucking disaster lol.
I’m working through Persona 4. It runs like a dream!
They’ve been trying to IPO since 2021 lol, it’s not gonna happen
He’s answering as a CEO, not as a community member. What did you expect lol
spez confirmed Reddit isn’t profitable
We’ll continue to be profit-driven until profits arrive. Unlike some of the 3P apps, we are not profitable.
I hope that the main Xenoblade subreddit can have a faction over here. There’s lots of interesting comments there.
I can use Plex on my PS5 and share it with my friends without having to do DevOps work.