Skip Navigation
Posts
58
Comments
8
Joined
1 yr. ago
Linux @lemmy.ml
captainkangaroo @discuss.tchncs.de
Linux @lemmy.ml
captainkangaroo @discuss.tchncs.de

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.

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

  • Neovim @sopuli.xyz
    captainkangaroo @discuss.tchncs.de

    This Week in Neovim79: Official Supermaven code completion in Neovim, Beautiful menu UI for Neovim, NvChad UI collection, reactive UI development

    Neovim @programming.dev
    captainkangaroo @discuss.tchncs.de

    This Week in Neovim79: Official Supermaven code completion in Neovim, Beautiful menu UI for Neovim, NvChad UI collection, reactive UI development

    Programming @programming.dev
    captainkangaroo @discuss.tchncs.de
    docs.python.org What’s New In Python 3.13

    Editors, Adam Turner and Thomas Wouters,. This article explains the new features in Python 3.13, compared to 3.12. Python 3.13 was released on October 7, 2024. For full details, see the changelog. ...

    What’s New In Python 3.13

    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).

    Linux @lemmy.ml
    captainkangaroo @discuss.tchncs.de
  • Not the author. But thank you, I didn't know that.

  • Technology @lemmy.world
    captainkangaroo @discuss.tchncs.de
    Technology @lemmy.world
    captainkangaroo @discuss.tchncs.de
    Emacs @lemmy.ml
    captainkangaroo @discuss.tchncs.de

    TIL emacs has a built-in vi (not vim) mode called viper

    Programming @programming.dev
    captainkangaroo @discuss.tchncs.de

    Few lesser known tricks, quirks and features of C

    C Programming Language @programming.dev
    captainkangaroo @discuss.tchncs.de
    Technology @lemmy.world
    captainkangaroo @discuss.tchncs.de

    Sony, Ubisoft scandals prompt California ban on deceptive sales of digital goods

    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.

    Nix / NixOS @programming.dev
    captainkangaroo @discuss.tchncs.de
    NixOS @infosec.pub
    captainkangaroo @discuss.tchncs.de
    Technology @lemmy.world
    captainkangaroo @discuss.tchncs.de

    Qualcomm Snapdragon Dev Kit for Windows Teardown

    Programming @programming.dev
    captainkangaroo @discuss.tchncs.de

    SQL tips and tricks

    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.

  • What you're doing is equivalent to

     bash
        
    nix-shell -p "grim slurp"
    
    
      

    Which won't work because nix-shell expects

     bash
        
    nix-shell -p "grim" "slurp"
    
    
      

    Which then becomes

     nix
        
    {...}@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.

  • NixOS @infosec.pub
    captainkangaroo @discuss.tchncs.de

    Immich merged to NixOS:master

    Technology @lemmy.world
    captainkangaroo @discuss.tchncs.de
  • I am not the author. Just thought this was interesting.

  • Nix / NixOS @programming.dev
    captainkangaroo @discuss.tchncs.de

    Git hashes in Nix

    NixOS @infosec.pub
    captainkangaroo @discuss.tchncs.de

    Git hashes in Nix

  • 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.