Spyke

Posts

steamdeck·Steam HardwarebylinuxFan

[Kubuntu on Deck] Took 30 years, but finally got 'em.

cross-posted from: https://vlemmy.net/post/478649

I dual boot Kubuntu 22.04(edit: 23.04) on the SD. Using a Pinnacle 801e TV stick and NextPVR for viewing.

The TV stick does most of the heavy lifting, CPU usage was really low. Drivers weren't an issue. It's already supported in the kernel.

I just got sick of that damn hedgehog struttin' around like he owns the place.

View original on vlemmy.net
116

AMD Ryzen 5 7500F to launch this week, the first AM5 CPU without integrated RDNA2 graphics - VideoCardz.com

This seems kind of puzzling at first, as someone buying a 7500 is most likely to want integrated graphics.

But on the other hand, this could be AMD's way of selling higher spec chips with defects. If a mid-range chip has cores or compute units that don't meet spec, selling it as an 7500F is better than trashing it.

AMD Ryzen 5 7500F to launch this week, the first AM5 CPU without integrated RDNA2 graphics - VideoCardz.comhttps://videocardz.com/newz/amd-ryzen-5-7500f-to-launch-this-week-the-first-am5-cpu-without-integrated-rdna2-graphicsOpen linkView original on vlemmy.net
7
ublockorigin·uBlockOriginbylinuxFan

Youtube filters that have made life more bearable for me.

This filter removes a channel you don't want in your home page or search results. It will still show up if you search for it by name.

www.youtube.com##ytd-video-renderer:has-text(ChannelNameHere)

www.youtube.com##ytd-compact-video-renderer:has-text(ChannelNameHere)

www.youtube.com##ytd-rich-item-renderer:has-text(ChannelNameHere)

This filter removes videos with "reaction" in the title, but you can change it to filter whatever word you don't want to see.

www.youtube.com###video-title-link:has-text(/reaction/i):upward(8)

www.youtube.com###video-title:has-text(/reaction/i):upward(6)

www.youtube.com###video-title > yt-formatted-string.ytd-video-renderer.style-scope:has-text(/reaction/i)

My favorite. This filter removes a comment that only has the word "First" or "First.", ignoring capitalization.

www.youtube.com###content-text:has-text(/^first$/i):upward(6)

www.youtube.com###content-text:has-text(/^first.$/i):upward(6)
View original on vlemmy.net
11