Goofed Home

Conversation

$$4672
https://piefed.social/u/hanrahan posted on Feb 26, 2026 18:58
In reply to: https://lemmy.today/post/47645010

down again ?

https://piefed.social/comment/10305810

‘Heated Rivalry’ Season 2 Is Shooting This Summer, Expected to Air in Spring 2027

$$4658
https://piefed.social/u/Skavau posted on Feb 26, 2026 18:36
https://piefed.social/c/television/p/1820943/heated-rivalry-season-2-is-shooting-this-summer-expected-to-air-in-spring-2027

Be Wary of Bluesky

$$2434
https://lemmy.ml/u/morrowind posted on Feb 22, 2026 06:25

I’m not the author, just sharing.

https://lemmy.ml/post/43528586

66 posts in conversation

$$4285
https://sopuli.xyz/u/73ms posted on Feb 25, 2026 20:10
In reply to: https://lemmy.dbzer0.com/comment/24626243

The features are theoretical in the sense that there is no real guarantee they’d be possible after BSky corp changes their behavior and that they are in use only in the least significant way possible, for tiny and irrelevant numbers of users. But of course this is just restating the obvious again. For a network truly to be shielded against this sort of thing it should be decentralized already before.

See this for how constellation makes no difference: https://mastodon.social/@ricci@discuss.systems/116126736087551797

https://sopuli.xyz/comment/22103233
$$4656
https://piefed.social/u/hanrahan posted on Feb 26, 2026 18:33
In reply to: https://lemmy.world/comment/22279673

sure and he left.twitter, him ostensibly leaving doesn’t make it any better. The entire way its set up is the failure, it’s yet another shitstain on the internet.

https://piefed.social/comment/10305457

‘Tulsa King’ Spinoff Starring Samuel L. Jackson Gets New Title After Moving Setting From NOLA To Frisco, TX; Taylor Sheridan Writing All Episodes

$$4655
https://piefed.social/u/Skavau posted on Feb 26, 2026 18:32
https://piefed.social/c/television/p/1820928/tulsa-king-spinoff-starring-samuel-l-jackson-gets-new-title-after-moving-setting-from-n

Jury Duty Presents: Company Retreat – Official Trailer | Season 2 | Prime Video

$$4654
https://piefed.social/u/Skavau posted on Feb 26, 2026 18:32
https://piefed.social/c/television/p/1820925/jury-duty-presents-company-retreat-official-trailer-season-2-prime-video

Conversation

$$4648
https://piefed.zip/u/UnfinishedProjects posted on Feb 26, 2026 18:07
In reply to: https://activitypub.space/post/1372

Oh, I’m dumb - that makes more sense. Thank you!

https://piefed.zip/comment/3982708

Leave big tech behind! How to replace Amazon, Google, X, Meta, Apple – and more

$$4629
https://infosec.pub/u/cm0002 posted on Feb 26, 2026 17:21
https://infosec.pub/post/42642367

$$4643
https://piefed.social/u/pageflight posted on Feb 26, 2026 18:04
In reply to: https://infosec.pub/post/42642367

Great to see a big outlet with a story like this.

They don’t have my preferred alternatives for the first couple: Kagi search (one great feature is being able to down-rank domains as a preference) and fastmail (I like their auth options more than proton).

But it’s also nice that they only mention a couple top picks, decision paralysis does make the switch a lot harder.

https://piefed.social/comment/10305071

HBO Max Hits 131.6M Subs, NBA Exit Pinches Advertising As WBD Deal Drama Dominates Q4

$$4633
https://piefed.social/u/Skavau posted on Feb 26, 2026 17:32
https://piefed.social/c/television/p/1820681/hbo-max-hits-131-6m-subs-nba-exit-pinches-advertising-as-wbd-deal-drama-dominates-q4

Three Docker-rrelated questions

$$4274
https://piefed.social/u/somegregariousdude posted on Feb 25, 2026 19:42

Hey all, I know the purists might sneer at me for this, but I just spun up a server via Hetzner so I could run Docker in the cloud. Since my ISP uses CGNAT, my only options for hosting services at home are either via Tailscale Funnel or CloudFlare Tunnel. If you remember my previous post about Yattee, that’s not available on the public internet, but was meant for my private use only. The idea behind this new project is hosting things I intend for public access. I’m debating if I’m going to use a domain I already own that ends in the .us TLD or if I should wait until I get paid in a couple of days and buy a new one from Pork Bun that doesn’t have the .us TLD and all the potential baggage that carries. Three questions come to mind:

  • 1. How practical is running Portainer on my Docker instance? (I’ve got it installed, but I’m new to Portainer and Docker for the most part.)
  • 2. Other than Friendica, Mastodon, Matrix, PeerTube and PieFed, what’s worth running on a Docker instance with 8 VCPUs, 16GB of RAM and around 300GB of storage?
    • 3. Is there a Matrix room for those wishing to discuss self-hosting, especially via Docker?
https://piefed.social/c/selfhosted/p/1816807/three-docker-rrelated-questions

23 posts in conversation

$$4541
https://programming.dev/u/dallen posted on Feb 26, 2026 12:35
In reply to: https://piefed.social/c/selfhosted/p/1816807/three-docker-rrelated-questions

I personally have a K3S cluster I host at home and an auto-scaled cluster in Hetzner. I see different use cases and am happy to have both.

One thing to mention is that you can also run your own tunnel with something like pangolin on a VPS (CX23 is plenty). Thus, you could have a cheaper could bill if you wanted a hybrid setup.

Also, I highly recommend moving your node to a data center closer to home.

https://programming.dev/comment/22404829
$$4621
https://piefed.social/u/somegregariousdude posted on Feb 26, 2026 16:54
In reply to: https://programming.dev/comment/22404829

unfortunately, the American data centers that Hetzner has don’t have any capacity for the type of VPS that I’m interested in. what they do offer for those particular data centers is just entirely too expensive for my budget. That’s why I went with one of the European data centers, as even with the upcoming pricing increase, I’ll be able to actually afford my VPS. Plus, having it outside of American jurisdiction makes me much happier.

https://piefed.social/comment/10304140

Raid Z2 help

$$3235
https://lemmy.world/u/a_fancy_kiwi posted on Feb 23, 2026 19:14

tldr: I’m going to set up raid z2 with 4x8TB hard drives. I’ll have photos, documents (text, pdf, etc.), movies/tv shows, and music on the pool. Are the below commands good enough? Anything extra you think I should add?

sudo zpool create mypool raidz2 -o ashift=12 /dev/disk/by-id/12345 ...

zfs set compression=lz4 mypool #maybe zstd?
zpool set autoexpand=on mypool
zpool set autoreplace=on mypool
zpool set listsnapshots=on mypool

With ai raising hard drive prices, I over spent on 3x10TB drives in order to reorganize my current pool and have 3 hard drives sitting on a shelf in the event of a failure. My current pool was built over time but it currently consists of 4x8TB drives. They are a mirrored stripe so a usable 16TB. If I understand it correctly, I can lose 1 drive for sure without losing data and maybe a second drive depending on which drive fails. Because of that, I want to move to raid z2 to ensure I can lose 2 drives without data loss. I’m going to move data from my 4x8TB drives, to the 3x10TB, reconfigure the 4x8TB, and move everything back. I run Immich, plex/jellyfin, and navidrome off the pool. All other documents are basically there for storage just in case. What options should I use for raid z2 when setting it up?

https://lemmy.world/post/43497457

18 posts in conversation

$$4524
https://lemmy.zip/u/eleitl posted on Feb 26, 2026 09:49
In reply to: https://lemmy.world/comment/22313043

Make sure you scrub weekly. The probability of a second device failure is higher than you think, since it can be triggered by resilvering. I would also make sure you have a spare at hand.

https://lemmy.zip/comment/24890426
$$4617
https://lemmy.world/u/non_burglar posted on Feb 26, 2026 16:49
In reply to: https://lemmy.world/comment/22352907

For context, I’ve also been using ZFS since Solaris.

I was wrong about compression on datasets vs pools, my apologies.

By “almost no impact” (for compression), I meant well under 1% penalty for zstd, and almost unmeasurable for lz4 fast, with compression efficiency being roughly the same for both lz4 and zstd. Here is some data on that.

Lz4 compression on modern (post-haswell) CPUs is actually so fast, that lz4 can beat non-compressed writes in some workloads (see this). And that is from 2015.

Today, there is no reason to turn off compression.

I will definitely look into the NFS integrations for ZFS, I use NFS (exports and mounts) extensively, I wonder what I’ve been missing.

Anyway, thanks for this.

https://lemmy.world/comment/22360803
Create New Post