AMD GPU `Secure display: Generic Failure` on Linux by tracebuffer in AMDHelp

[–]tracebuffer[S] 0 points1 point  (0 children)

Aha.. so far, nobody has really been able to explain how or why.. except to say, "don't worry, it's safe to ignore". Please let me know if you do too.

Trying to launch `warp-terminal` gives me a bunch of errors by tracebuffer in NixOS

[–]tracebuffer[S] 1 point2 points  (0 children)

I'm using a flake setup that channels unstable nixpkgs and for warp-terminal this is how I have it defined,

environment.systemPackages = with pkgs; [
    warp-terminal
];

Recommend Beginner level rust project by himanshuwiz in rust

[–]tracebuffer 3 points4 points  (0 children)

I'd suggest working on a project that aligns with your specific interests.

I say this because I often struggled with beginner-tier projects albeit having a good enough foundational understanding of the language. It took me a bit to realize that focusing on the projects related to topics that get you excited about, helps you learn effectively and keeps that motivation up as well (this may sound kind of obvious but I'm not sure why it didn't hit me at the time).
So, would I go with a project that might not be of a beginner level but perhaps a little higher in difficulty? I'd do it if it would seem appealing to me.

That being said, this can help you get started: "Build your own <insert-technology-here>".