captainkangaroo

joined 1 year ago
 

A change queued up last week by AMDGPU driver maintainer Alex Deucher will now default to the fullscreen 3D workload profile for discrete GPUs. AMD APUs with integrated graphics will continue to use the default "bootup" power profile but discrete graphics cards will be running in the "fullscreen 3D" power profile by default.

[–] captainkangaroo@discuss.tchncs.de 4 points 1 month ago (1 children)

That actually is impressive! I like your style. Curious, how long did it take you to get to this point?

 

Python 3.13 is the latest stable release of the Python programming language, with a mix of changes to the language, the implementation and the standard library. The biggest changes include a new interactive interpreter, experimental support for running in a free-threaded mode (PEP 703), and a Just-In-Time compiler (PEP 744).

Not the author. But thank you, I didn't know that.

 

California recently became the first state to ban deceptive sales of so-called "disappearing media."

On Tuesday, Governor Gavin Newsom signed AB 2426 into law, protecting consumers of digital goods like books, movies, and video games from being duped into purchasing content without realizing access was only granted through a temporary license.

 

From the repo

A (somewhat opinionated) list of SQL tips and tricks that I've picked up over the years in my job as a data analyst.

[–] captainkangaroo@discuss.tchncs.de 2 points 1 month ago* (last edited 1 month ago)

What you're doing is equivalent to

nix-shell -p "grim slurp"

Which won't work because nix-shell expects

nix-shell -p "grim" "slurp"

Which then becomes

{...}@args: with import <nixpkgs> args; (pkgs.runCommandCC or pkgs.runCommand) "shell" { buildInputs = [ (grim) (slurp) ]; } ""

According to the manual

nix-shell --packages interprets each command line arguments as attribute names inside the Nix packages collection.

The error message is because you are giving multiple package names as a single argument.

As someone who don't like using a mouse, yes please!!

[–] captainkangaroo@discuss.tchncs.de 31 points 1 month ago* (last edited 1 month ago)

According to one of the maintainers

YouTube/Google has patched the latest workaround that we had in order to restore the video playback functionality.

Right now we have no other solutions/fixes. You may be able to get Invidious working on residential IP addresses (like at home) but on datacenter IP addresses Invidious won't work anymore.

view more: next ›