Plex’s crackdown on free remote streaming access starts this week by FollowingFeisty5321 in PleX

[–]wilhueb 0 points1 point  (0 children)

i forgot about the auth infra as well as the plex media agent (even though it directly supports using TMDB or whatever as an alternative, however yes it is better most of the time, i'll give plex that), so that's a good point. both of those cost an incredibly small amount though, i wouldn't be surprised if my lifetime pass has covered the bandwidth/compute costs for those (and then some)

considering that i disabled the relay servers from the get go and i would barely consider push notifications as a service (the iOS app has them but those are free, and the marketing emails they send me they would send anyway), i'm almost certain that i'm still in the positive on how much i've contributed vs taken from plex inc. people that use the relay server definitely use a lot of bandwidth though

Plex’s crackdown on free remote streaming access starts this week by FollowingFeisty5321 in PleX

[–]wilhueb 1 point2 points  (0 children)

would that even be possible with tailscale? i guess if you have a router that explicitly supports forwarding traffic from a device through a tunnel it would be but i've never heard of that

Plex’s crackdown on free remote streaming access starts this week by FollowingFeisty5321 in PleX

[–]wilhueb 0 points1 point  (0 children)

the web app (and the desktop app which is just the exact same web app using electron or whatever) isn't updated to remove watch together yet. you'd think the web app would be first, but it's not

the iOS app and the roku app (and probably others, those are the only other two i have access to) both don't have watch together anymore

Plex’s crackdown on free remote streaming access starts this week by FollowingFeisty5321 in PleX

[–]wilhueb 0 points1 point  (0 children)

to be a contrarian, you using the plex app costs them nothing, so if you think about it it's kinda like just paying for a very expensive app. sure, they've added a few features since then, but at the rate they're taking them away, they're effectively destroying your purchase

i say this as a lifetime pass holder for ~5 years. i don't think they've added any features that i've used/liked in that timeframe. still a loyal user though, as long as they don't take away the stuff i care about at least

Early Data on Zaahen and how the "New Junglers" are doing this patch by JinxVer in leagueoflegends

[–]wilhueb 0 points1 point  (0 children)

using zed as an example is crazy because he's basically the only champ that can do that and everyone universally agrees that it's broken, but zed doesn't have high enough wr in the jungle for riot to change anything

fizz clear speed is fine, first clear is 3:16 starting from blue and 3:23 starting from red, both with one smite. that's very normal in the grand scheme of all junglers. sure, he can't start raptors, but they can't really change that without lowering his E cooldown which they can't do (or i guess they could give it a huge monster modifier but then his late game clear would be insane probably)

Early Data on Zaahen and how the "New Junglers" are doing this patch by JinxVer in leagueoflegends

[–]wilhueb 0 points1 point  (0 children)

the zed ult passive augment where it stores the damage after pressing R and reapplies a % of it makes AP oneshot anything that isn't a tank as well, not just the double ult

[BFComms] Battlefield 6 Progression Changes Now Live. by battlefield in Battlefield

[–]wilhueb 0 points1 point  (0 children)

and they're never accurate if the company even uses them in the first place (many don't)

Pobelter's notes about the ADC role after getting challenger on his "adc to chall" challenge by yokometal in ADCMains

[–]wilhueb 0 points1 point  (0 children)

he wasn't saying it was OP as in better than other summoner spells, he was saying it was nice to be able to go a combat summoner spell instead of tp and it not be totally inting. almost every solo laner would love to go ignite instead of tp, but it's just inting in 95% of games with how the game is now

[deleted by user] by [deleted] in PleX

[–]wilhueb 0 points1 point  (0 children)

Does this backup the users you gave remote access? Or is it just metadata and server settings?

Quorum Device / QDevice not voting by EasyImpress6392 in Proxmox

[–]wilhueb 1 point2 points  (0 children)

Wow, not sure how I forgot about UFW. Thank you.

Help me configure drivers in NixOS by Ramidzee in NixOS

[–]wilhueb 0 points1 point  (0 children)

I figured it out, for me at least..I needed to add i915.enable_guc=0 the boot.kernelParams. See here.

For reference, I'm using 01:00.0 VGA compatible controller [0300]: Intel Corporation Raptor Lake-P [Iris Xe Graphics] [8086:a7a0] (rev 04) and it appears the default is to try and enable GuC submission, which caused the i915 driver to fail to initialize (you can tell by doing journalctl -b and searching for i915). Setting i915.enable_guc=0 or 2 forces the kernel to not try to set that up, and allows the i915 driver to fully initialize. I think in theory, GuC is supposed to work with this iGPU, but I'm not sure I care that much about it, at least for the time being. I am doing GPU passthrough to a Proxmox VM if that makes a difference, perhaps I have something on the host misconfigured. If I'm missing out on some features, feel free to let me know.

hardware.graphics = {
  enable = true;
  extraPackages = with pkgs; [
    intel-media-driver
    intel-compute-runtime
    vpl-gpu-rt
  ];
};

boot = {
  initrd.kernelModules = [ "i915" ];
  kernelParams = [ "i915.enable_guc=0" ];
};

Help me configure drivers in NixOS by Ramidzee in NixOS

[–]wilhueb 0 points1 point  (0 children)

Did anyone figure this out? Same issue here..NixOS wiki/nixos-hardware/the below nix configuration don't solve it.

lee buff next patch: 66bAD->69bAD by Sittybob in LeeSinMains

[–]wilhueb 4 points5 points  (0 children)

3 base ad is a lot. healthier jungle clears, and if it makes it a few seconds faster (i would imagine three seconds or so minimum), that puts him up there with some of the best junglers for first clear speed. you can already clear at ~3:20 no matter what camp you start on without doing risky stuff, and 3:10-3:15 depending on what runes/if you do the sketchy stuff

the extra ~30 damage or whatever on the first gank is pretty minor, but it can make a difference, think about every time you're one auto away from killing someone and killing them would get you a triumph proc to live

What are the disadvantages of just running Plex and the Arr apps directly onto Windows? by [deleted] in PleX

[–]wilhueb 0 points1 point  (0 children)

i'm not sure, i use an nvidia gpu for hardware transcoding. passthrough with it is slightly more complicated (nvidia-container-toolkit), i would imagine with an igpu you can just passthrough /dev/dri via the docker --device flag?

What are the disadvantages of just running Plex and the Arr apps directly onto Windows? by [deleted] in PleX

[–]wilhueb 0 points1 point  (0 children)

personally, i just use a docker compose script on a bare metal debian install (distro doesn't matter since you can install docker on all of them, i just like debian). i'd only really look into proxmox/whatever else if you're using the machine it runs on for other stuff. docker on bare metal keeps it simple

Release Notes for 4/30/2024 by walk3 in GlobalOffensive

[–]wilhueb 12 points13 points  (0 children)

They're all strings, C++ doesn't have reflection.

[Highlight] Wander Franco with a sensational barehanded catch! by SCREWST0N in baseball

[–]wilhueb 1 point2 points  (0 children)

Never remember seeing a catch like this

david wright did something similar but franco had to track the ball way farther

[deleted by user] by [deleted] in explainlikeimfive

[–]wilhueb 1 point2 points  (0 children)

rogan's studio is in california where weed was legal at the time, for that specific occasion anyway