Goofed Home

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

ABC’s ‘The Rookie’ to Crossover With Dropout’s ‘Game Changer’ in March Episode

$$3423
https://piefed.social/u/Skavau posted on Feb 24, 2026 01:05
https://piefed.social/c/television/p/1810099/abcs-the-rookie-to-crossover-with-dropouts-game-changer-in-march-episode

7 posts in conversation

$$3543
https://lemmy.world/u/calamitycastle posted on Feb 24, 2026 07:05
In reply to: https://lemmy.world/comment/22313927

That’s 2 points to Brennan

https://lemmy.world/comment/22315446
$$3573
https://feddit.online/u/Encephalotrocity posted on Feb 24, 2026 08:50
In reply to: https://lemmy.world/comment/22315446

No no. he cannot win!

https://feddit.online/comment/7286721

FediGroups -- helping you share and interact across the Fediverse!

$$3397
https://piefed.social/u/pieland posted on Feb 24, 2026 00:26
https://piefed.social/c/fediverse/p/1809959/fedigroups-helping-you-share-and-interact-across-the-fediverse

4 posts in conversation

$$3550
https://lemmy.world/u/freamon posted on Feb 24, 2026 07:25
In reply to: https://piefed.blahaj.zone/comment/3475611

Not really.

Gup.pe groups were genuine ActivityPub Groups, like Lemmy communities, whereas these ‘FediGroup’ things are just Mastodon bots. They’re a ‘Service’, aka the automated version of a ‘Person’, so they’re no use to anyone on platforms (like Lemmy) that can only follow Groups.

The most similar recent thing to gup.pe is https://ovo.st/

Compare:

curl --header 'accept: application/activity+json' https://lemmy.world/c/fediverse | jq -r .type   
=> Group   
curl --header 'accept: application/activity+json' https://ovo.st/club/askfedi | jq -r .type  
=> Group

with

curl --header 'accept: application/activity+json' https://fedigroups.social/@audiofiction | jq -r .type  
=> Service
https://lemmy.world/comment/22315694
$$3563
https://piefed.blahaj.zone/u/ada posted on Feb 24, 2026 08:07
In reply to: https://lemmy.world/comment/22315694

Ah. That’s disappointing. It does explain why it was running on a mastodon instance though.

https://piefed.blahaj.zone/comment/3478588

Linux 7.0-rc1 Released With Many New Features

$$2786
https://lemy.lol/u/cm0002 posted on Feb 22, 2026 22:40

Linus Torvalds just capped off the Linux 7.0 merge window with the release of Linux 7.0-rc1. While the big version bump is coincidental with Linus Torvalds liking to bump it after x.19, Linux 7.0 is quite heavy on new features.

Linux 7.0 is packing a lot of changes and new features. Making this kernel all the more interesting beyond the changes and big version number is that it’s also expected to be the default kernel for the likes of Ubuntu 26.04 LTS and Fedora 44 for making this an extra special release. Linux 7.0 brings more enablement work for Intel Nova Lake and Diamond Rapids processors, more AMD Zen 6 enablement too, and a lot of new hardware driver support throughout – including for non-AMD/Intel platforms like more Qualcomm Snapdragon X2 upstreaming work. On the graphics side is also new AMD graphics hardware support for upcoming products.

https://lemy.lol/post/61541798

4 posts in conversation

Word Count Linux: 1

$$3294
https://midwest.social/u/lengau posted on Feb 23, 2026 21:26
In reply to: https://sh.itjust.works/comment/23937723

I, for one, welcome our vigesimal BDFL.

https://midwest.social/comment/22859551
$$3558
https://programming.dev/u/somegeek posted on Feb 24, 2026 07:46
In reply to: https://lemy.lol/post/61541798

I honestly think it would be much cooler if linux used semantic versioning instead of random versioning, but Linus bumping majors just because he feels like it is also funny and cool.

https://programming.dev/comment/22363817

Game Feel in Pygame: Juice, Screenshake, and Micro-Animations

$$3529
https://lemmy.world/u/monica_b1998 posted on Feb 24, 2026 06:15
https://lemmy.world/post/43512650

Cursed screenshot: XFCE desktop from remote machine launched over KDE Plasma of local machine

$$3132
https://lemy.lol/u/cm0002 posted on Feb 23, 2026 15:01

I like the idea of X forwarding, but it doesn’t work in real world anymore. As far as I know, it has to do many round-trips for everything. Launching something like LibreOffice Writer is funny, it will be loading bit by bit, icon by icon for several minutes. It was only usable for me on < 1ms network.

Unlike say VNC, it opens windows locally.

And now there’s Waypipe which does the same thing, but for Wayland. And it actually works! Even better than VNC.

BUT, it doesn’t work for X programs. It can somewhat work with rootful Xwayland… but that’s basically a desktop for X-only programs.
https://lemy.lol/api/v3/image_proxy?url=https%3A%2F%2Flemmy.ml%2Fapi%2Fv3%2Fimage_proxy%3Furl%3Dhttps%253A%252F%252Ffiles.catbox.moe%252Fqybbb5.png

Welp, I just wanted to check something on the remote desktop, so I launched VNC, and WOAH, I didn’t expect to get XFCE invasion.
I didn’t know XFCE can do Wayland now.

Anyway, this cursed thing does actually work pretty fine. xfce4-session works with Waypipe, good to know.

OC by @user224@lemmy.sdf.org

https://lemy.lol/post/61571194

$$3181
https://lemmy.today/u/hexagonwin posted on Feb 23, 2026 16:50
In reply to: https://lemy.lol/post/61571194

this is actually still very useful for vms, containers, etc. even over LAN it’s quite usable for ~gtk2 programs.

https://lemmy.today/comment/22455945
$$3520
https://discuss.tchncs.de/u/ken posted on Feb 24, 2026 05:58
In reply to: https://lemy.lol/post/61571194

@cm0002@lemy.lol Could you at least cross-post like a normal person or link to OP? Hard to reply like this.

https://discuss.tchncs.de/comment/24123548

I bought my first ever butane torch and there's so much to roast all over my yard and nobody to stop me

$$2913
https://feddit.uk/u/Iconoclast posted on Feb 23, 2026 06:10

If only I had friends I would’ve bought two!

https://feddit.uk/post/44810622

54 posts in conversation

$$3509
https://feddit.org/u/prenatal_confusion posted on Feb 24, 2026 05:20
In reply to: https://lemmy.world/comment/22297040

It works with the a Scottish accent too!

https://feddit.org/comment/11690602
$$3517
https://lemmy.dbzer0.com/u/Someonelol posted on Feb 24, 2026 05:54
In reply to: https://sh.itjust.works/comment/23928981

Talk about scorched earth.

https://lemmy.dbzer0.com/comment/24594736

How a surge in memory prices will affect the game industry

$$3516
https://lemmy.world/u/Jeffool posted on Feb 24, 2026 05:53
https://lemmy.world/post/43512208

Create New Post