Goofed Home

‘Robin Hood’ Renewed for Season 2 at MGM+

$$3720
https://piefed.social/u/Skavau posted on Feb 24, 2026 15:50
https://piefed.social/c/television/p/1812157/robin-hood-renewed-for-season-2-at-mgm

$$3728
https://lemmy.world/u/reddig33 posted on Feb 24, 2026 16:00
In reply to: https://piefed.social/c/television/p/1812157/robin-hood-renewed-for-season-2-at-mgm

We could have had another season of Domina, but got this instead.

https://lemmy.world/comment/22322362

Making the Case for a Modern Synaptic-Style Package Manager on Linux

$$3725
https://lemy.lol/u/cm0002 posted on Feb 24, 2026 15:57

Desktop Linux is in a better place than it used to be. App stores have made software discovery much simpler, and it’s become normal to install an app without even needing to know what a repository is.

We can grab almost any app in seconds (or minutes, depending on your connection), but that convenience comes with a trade-off. We’ve lost some of the fine-grained control that used to be standard on the Linux desktop.

https://lemy.lol/post/61622872

Clonezilla Live 3.3.1 Released with Linux Kernel 6.18

$$3716
https://lemy.lol/u/cm0002 posted on Feb 24, 2026 15:40

Clonezilla Live, free and open-source disk cloning and imaging software for system backup, recovery, and deployment, has released its latest stable snapshot, v3.3.1, based on Debian Sid, with the Linux kernel updated to v6.18, and Partclone to v0.3.45.

A major highlight is expanded support for 4Kn (4K native) and 512n/e disks. The release adds mechanisms for cloning between mismatched sector formats, allowing 4Kn-to-512n/e and 512n/e-to-4Kn migrations. NTFS handling is improved by correctly updating the Total Sectors field.

Moreover, a new utility, ocs-pt-512-4k-convert, enables conversion of partition tables from 512B to 4Kn layouts. The GPT expansion tool ocs-expand-gpt-pt has also been rewritten to detect sector mismatches and perform conversions when needed.

https://lemy.lol/post/61621836

Old Thin Clients - Which CPU is fine?

$$1701
https://sopuli.xyz/u/theorangeninja posted on Feb 20, 2026 16:47

I am currently looking for Thin Clients on ebay to use as my main server instead of the RPi 4 with an external USB drive.

I found decent offers for: - Dell Optiplex 3020M with i5-4590T 4GB RAM 120GB SSD - Dell Wyse 5070 with Celeron J4105 or Pentium Silver J5005 both with 8GB RAM 64GB SSD

Given the current prices of new hardware my questions are: - Should I go for 8GB RAM? - Or are 4GB RAM fine and I should take double the storage?

Things I want to run on this server: - Karakeep - FreshRSS - Paperless-NGX or Papra - Immich - Booklore

Because I plan to mostly use podman I tried to check for virtualization and all three suppoert Intels VT-x technolgy, will that be fine for my use case?

https://sopuli.xyz/post/41470645

25 posts in conversation

$$3098
https://lemmy.snowgoons.ro/u/timwa posted on Feb 23, 2026 13:47
In reply to: https://sopuli.xyz/comment/22056567

Advanced Vector Extensions instruction set; introduced with Sandy Bridge in 2011, but not included in Pentium/Celeron branded processors even after then for reasons best known only to Intel.

Mongo is the application that has most irritated me by requiring it, but I doubt it’s the only one.

https://lemmy.snowgoons.ro/comment/80788
$$3713
https://lemmy.world/u/iggy posted on Feb 24, 2026 15:34
In reply to: https://sopuli.xyz/comment/22056530

Correct (which is why I mentioned Kata, as that’s a container runtime backed by microvms, sort of like how AWS uses firecracker to run lambdas and “serverless” container workloads)

https://lemmy.world/comment/22321904

Tubi Exec Says Audiences “Don’t Really Care” If Content Is Made by Professionals, Creators, or Users

$$3702
https://piefed.social/u/Skavau posted on Feb 24, 2026 15:09
https://piefed.social/c/television/p/1812009/tubi-exec-says-audiences-dont-really-care-if-content-is-made-by-professionals-creators

$$3707
https://lemmy.zip/u/IWW4 posted on Feb 24, 2026 15:27
In reply to: https://piefed.social/c/television/p/1812009/tubi-exec-says-audiences-dont-really-care-if-content-is-made-by-professionals-creators

Yeah, all consumers care about is good content.

https://lemmy.zip/comment/24851750

Netflix, Prime Video and Other Streamers in U.K. Will Be Subject to ‘Enhanced Regulation’ and Ofcom Investigations Following New Legislation

$$3687
https://piefed.social/u/Skavau posted on Feb 24, 2026 14:10
https://piefed.social/c/television/p/1811788/netflix-prime-video-and-other-streamers-in-u-k-will-be-subject-to-enhanced-regulation-a

First time steaming fish

$$24
https://lemmy.world/u/idunnololz posted on Feb 18, 2026 03:52

It was actually so easy. Definitely would make again.

https://lemmy.world/post/43272567

16 posts in conversation

$$3350
https://lemmy.world/u/idunnololz posted on Feb 23, 2026 22:46
In reply to: https://lemmy.world/comment/22303750

The green stuffed pictured is not grass. It’s thinly sliced scallions.

https://lemmy.world/comment/22309718
$$3673
https://lemmy.world/u/stiffyGlitch posted on Feb 24, 2026 13:31
In reply to: https://lemmy.world/comment/22309718

yea, I know

https://lemmy.world/comment/22319839

Conversation

$$3654
https://lemmy.world/u/TractorDuffy posted on Feb 24, 2026 13:01
In reply to: https://lemmy.blahaj.zone/comment/18812566

Another swing and a miss?

https://lemmy.world/comment/22319301

Linus Torvalds Drops Old Linux Kconfig Option To Address Tiresome Kernel Log Spam

$$3403
https://lemy.lol/u/cm0002 posted on Feb 24, 2026 00:40

Following yesterday’s Linux 7.0-rc1 release, Linus Torvalds authored and merged a patch to get rid of the Linux kernel’s WARN_ALL_UNSEEDED_RANDOM Kconfig option. While that option was added with good intentions, on some systems it can yield a lot of unnecessary kernel log spam.

The WARN_ALL_UNSEEDED_RANDOM option has for many years been part of the Linux kernel and enabling it will provide a warning whenever there is a use of unseeded randomness within the kernel. To help spot situations of random number generation use prior to being able to securely use RNG on the system, this option was added long ago to help spot such uses of unseeded randomness by kernel code. But due to caveats on some CPUs around a fully-seeded CRNG, the WARN_ALL_UNSEEDED_RANDOM can become like an endless stream of spam. After encountering a bug report where much of the kernel log were just messages about unseeded randomness and in turn losing some of the initial boot log, Torvalds had enough and gutted out this option.

https://lemy.lol/post/61594812

$$3626
https://infosec.pub/u/TacoSocks posted on Feb 24, 2026 12:01
In reply to: https://lemy.lol/post/61594812

The proper way to find these things for the hypothetical developer that cares - if such a person exists - is almost certainly with boot time tracing. That gives you the option to get call graphs etc too, which is likely a requirement for fixing any problems anyway. See Documentation/trace/boottime-trace.rst for that option.

The solution for developers that care, if they exist.

https://infosec.pub/comment/20549674

Making Icon Sets Easy With Web Origami

$$3607
https://programming.dev/u/codeinabox posted on Feb 24, 2026 10:37
https://programming.dev/post/46260496

Create New Post