

This is gold… damnit geordi fix the fuckin wifi!
This is gold… damnit geordi fix the fuckin wifi!
Sad because prodigy was really good.
YESSSSS
It’s perfectly fine to host jellyfin online. Use a proxy server to enable TLS and do not use default ports 80/443. Use letsencrypt for free certificates. No need for VPN to access here either. Do not expose any other ports such as SSH on default ports. Lock down your jellyfin server and any other related services behind a VPN service and block access to Internet through other interfaces (except for port forwards on your ISP for jelly). Go high on port ranges since they typically aren’t scanned or blocked. Go dual stack for best results and don’t use your router address for IPv6 more than likely you have your own /64 choose a different address for port forwards. Do not assign this address to your internal servers. Use a reserved unrouted IPv6 range internally and do NAT6. Do not allow any raw IPv6 internet access
Microsoft has policy that prevents it from retaliatory actions against human rights violations. Court should rule Microsoft violated its own policies…
I play with controller on PC but I don’t play competitive but honestly… I don’t want to lol. But they should let us play together in competitive. Guess I won’t bother with it cause I like to save my wrists for actual important things on kbm otherwise I have carpal tunnel issues. It would be cool to see controllers on leaderboard with kbm. Gyro aiming is pretty good these days too.
Actually this is wrong cross play is enabled by default and the game will even warn you that you’ll have a harder time finding console only gamers to play with.
It’s still hard to find PCIe 4 stuff lol
Technically all certificates are pinned, especially with public CAs, most OS package the latest CA certs which will all go out of style within 10 years or so. You can see this by loading up any old distro or defunct version of windows.
They’re all vicious assholes that get irritated by the most mundane things so I’m gonna expect them to sting me and they have for no reason that I could tell… Also these look like yellow jackets, which are particularly annoying but not as annoying as the 4 species of hornets battling for territory around my old house. I think bumblebees are cute though they will boop you and not try to kill you.
Support matrix!! It already has international support, just needs to be a bit better with stickers and qol stuff. I’ve been using it for years. It’s nice to know I don’t have to worry about my privacy at all with chat rooms that can continue on without the original server.
It’s not actually possible to return one of these cyber trucks due to rules involving sale after purchase.
I added whisper and have never looked back. Sometimes it’s not exactly right but it’s usually obvious and funny 🤣
I’ve been really enjoying prodigy and wow season 2 really kicked it up a notch! Loving all the Janeway action. Lots of good Voyager characters too.
There’s no way a judge is gonna allow this. Outrageous. The language is way out of scope.
That doesn’t make it any less vile.
Truthfully BT is about to explode with DHT once bitmagnet implements indexing it will be game over. You can just point it at a folder with your files and every torrent that ever contained that file will be seeded automatically no matter what folder or name it has. Everyone has gig connections now.
I would use one for privacy but there would be black vans following me around and probably land a felony. It is really easy to track these things. All they have to do is look for big blob of gps unavailable bubble moving around and they can also triangulate the signal with fairly cheap tools. Jamming is just spamming noise after all.
Clearly post does not understand kernel booting. Initrd will never go away, you need a way to tell the kernel to start systemd, which is usually part of initramfs. Both can be compiled as part of the kernel image which can be directly booted from EFI. So basically EFI->Kernel->Decompress InitramFS->Run Initrd Boot Script (usually ends by kicking off SystemD). Initramfs is compressed to reduce boot partition usage, load faster into ram (more noticeable on HDD). You want the bare minimum of kernel modules available in initramfs to load storage drivers, filesystem, LVM, LUKS. Everything else should be modules on the root filesystem, unless it needed for boot. You can compile these static into the kernel too. Generally modules are preferable as they can be unloaded/reloaded if there is an issue. Also updating initramfs modules is annoying. I wrote my own initrd scripts and custom initramfs. You can build it all with bash scripts and configure the kernel to include the payload.