BakedCatboy

joined 11 months ago
[–] [email protected] 27 points 10 months ago (2 children)

Correct, I only use American for the US because I don't think there's a term like "Mexican" or "Canadian" for the US other than "American". US-ican or United States-ican doesn't quite roll off the tongue.

[–] [email protected] 40 points 10 months ago (15 children)

It's very American that one of the pages nearby me is a well known mass shooting.

[–] [email protected] 4 points 10 months ago (3 children)

This is awesome. I pretty much agree with all the ideal specs aside from preferring rear fingerprint sensors. I used to have the Pixel 2 (5" display) and it was pretty much my ideal phone, sadly it just kept getting buggier and buggier as apps got updated and it wasn't able to run the latest lineage as smoothly. Really disappointing as I had also just gotten accustomed to opening it up to replace the battery and do other repairs myself so maintaining it indefinitely wouldn't have cost me much as long as parts continued to be available.

[–] [email protected] 2 points 10 months ago (1 children)

I think they do this to game people who use the "rebuy" button without shopping around again. Several times I've bought a consumable and when I go back, the exact listing j bought from has doubled in price while many other listings are normal. That's why I never use the "buy again" section, and if I can afford to wait I'll find a lower or comparable price on eBay, and hope they aren't just drop shipping me from a cheaper listing that I didn't find on Amazon.

[–] [email protected] 3 points 10 months ago (2 children)

Note that the 2x10G is SFP+ not SFP. I was briefly confused. I have tons of SFP+ stuff but no SFP gear whatsoever

[–] [email protected] 7 points 10 months ago (1 children)

My gaming PC doesn't even have wifi, I just ran a cable. I wire everything I can, even my Chromecast using USB otg adapters. The less stuff that's on the WiFi, the less crappy of an experience the stuff that's left will have. Also I'm just about there with you, my non-work laptop is an almost 6 year old XPS 15 with a 7700k, but I swapped the wifi chip for an ax200ngw wifi 6 one for $15.

[–] [email protected] 11 points 10 months ago

I'm more excited about reducing congestion when more of my neighbors upgrade to 6, so that BSS coloring and other wifi 6/7 features can enable more efficient use of the spectrum. Before wifi 6 most of the upgrades were just increasing data rates, but really lacking in improvements to spectral use efficiency (like the resource unit allocation in OFDMA which splits channels into sub carriers and centrally plans assignment to multiple client devices for simultaneous use which results in much less wasted airtime compared to each device yelling and listening while waiting to see if they can have exclusive access to the whole channel which wastes time) and interference management (like preamble puncturing which allows partial use of a channel when only a portion has interference). In a crowded environment like an apartment building wifi 6 should help a lot in reducing channel utilization.

[–] [email protected] 27 points 10 months ago* (last edited 10 months ago) (3 children)

It feels like the rollout of client modules and APs/routers was better synchronized this time. Back with wifi 6 I ordered the Intel modules within a week of them being available on AliExpress and then waited for what felt like months for APs to be available (it looks like unifi's wifi 6 ap finally came out in November 2021 based on when I bought it). Unifi's U7 pro dropped a few days ago so I nabbed one as soon as I saw the email and that arrived today so that's already set up, and the wifi 7 modules have already been out for a bit, i just didn't order them since I was anticipating a wait for APs. So now I just gotta wait a bit for shipping and I'll have all my laptops upgraded too.

[–] [email protected] 6 points 10 months ago

If it's just videos you want, you can try using network inspector to see if you can catch the url of the file - assuming giving the url of the video's webpage to youtube-dl along with a snapshot of your browsers logged in cookies doesn't work. You might also see an m3u8 in the network inspector, which you can also give the url of to youtube-dl and it'll download all the segments and merge them into a video file (you might also need auth cookies or headers unless it's a temporary url which can work anywhere, just check the network request to see what's sent). Some sites do separate m3u8 for video and audio or multiple ones for different video qualities, so you might need to change the quality to maximum for the browser to request the high quality stream url. You might also see a file requested that just lists the urls for m3u8s of each quality. If you see a vtt file then you can also grab that, convert to an srt, and remux with mkvtoolnix to embed it into the file as an optional subtitle.

This should all work as long as they don't use drm / widevine type stuff and as long as they don't have some supremely annoying security measures (like using authenticated urls that are one time use so by the time your browser shows it in the network inspector the url is expired or something). Otherwise for widevine you'll need to do some kind of screen / HDMI capture type setup.

[–] [email protected] 0 points 10 months ago* (last edited 10 months ago)

I went with the DS1621xs+, the main driving factors being:

  • that I already had a 6 drive raidz2 array in truenas and wanted to keep the same configuration
  • I also wanted to have ECC, which while maybe not necessary, the most valuable thing I store is family photos which I want to do everything within my budget to protect.

If I remember correctly only the 1621xs+ met those requirements, though if I was willing to go without ECC (which requires going with xeon) then the DS620slim would have given me 6 bays and integrated graphics which includes quicksync and would have allowed me to do power efficient transcoding and thus running Plex/jf right on the nas. So there's tradeoffs, but I tend to lean towards overkill.

If you know what level of redundancy you want and how many drives you want to be running considering how much the drives will cost, whether you want an extra level of redundancy while rebuilds are happening after 1 failure, how much space is sacrificed to parity, then that's a good way to narrow down off the shelf nases if you go that way. Newegg's NAS builder comes in handy if you just select "All" capacities and then use the nas filters by number of drive bays, then you can compare whats left.

And since the 1621xs+ has a pretty powerful xeon, I run most things on the nas itself. Synology supports docker and docker compose out of the box (once the container app is installed), so I just ssh into the box and keep my compose folders somewhere in the btrfs volume. Docker nicely allows anything to be run without worrying about dependencies being available on the host OS, the only gotcha is kernel stuff since docker containers share the host kernel - for example wire guard which relies on kernel support I could only get to work using a user space wire guard docker container (using boringtun) and after the VPN/tail scale app is installed (presumably because that adds tap/tun interfaces that's needed for vpn containers to work.

Only jellyfin/Plex is on my NUC. On the nas I run:

  • Adguard

  • Sonarr/radarr/lidarr/prowlarr/transmission/overseerr

  • Castblock

  • Grocy

  • Nextcloud

  • A few nginx instances for websites

  • Uptime-kuma

  • Vaultwarden

  • Traefik and wire guard which connects to a vps as a reverse proxy for anything that needs to be accessible from the public internet

[–] [email protected] 3 points 10 months ago (2 children)

Just want to second this - I use an Intel nuc10i7 that has quicksync for Plex/jellyfin, can transcode at least 8 streams simultaneously without breaking a sweat, probably more if you don't have 4K, and a separate synology nas that mainly handles storage. I run docker containers on both and the nuc has my media mounted using a network share via a dedicated direct gigabit Ethernet connecting the two so I can keep all the filesystem access traffic off of my switch /LAN.

This strategy was to be able to pick the best nas based on my redundancy needs (raidz2 / btrfs with double redundancy for my irreplaceable personal family memories) while being able to get a cost effective low power quicksync device for transcoding my media collection, which is the strategy I chose over pre-transcoding or keeping multiple qualities in order to save HDD space and be flexible to the low bandwidth requirements of whoever I share with who has a slow connection.

[–] [email protected] 20 points 10 months ago* (last edited 10 months ago)

What do you mean no? Everything I said is true - I'm just describing my firsthand impression. Nowhere did I say transparent aluminum is a type of glass? I was just describing why it feels heavier and colder than you would expect since it looks like glass, of which most are less dense and less thermally conductive compared to transparent aluminum, which is not glass but makes sense to compare to in order to convey what handling a piece feels like.

view more: ‹ prev next ›