[-] KindaABigDyl@programming.dev 12 points 3 days ago

This is just a vertical scrolling window manager

[-] KindaABigDyl@programming.dev 166 points 3 weeks ago

Having bunch of plugins built-in is not any better than having a bunch of plugins

[-] KindaABigDyl@programming.dev 41 points 1 month ago

Big talk from AI who almost constantly generates syntax errors lol

[-] KindaABigDyl@programming.dev 185 points 1 month ago
typedef struct {
    bool a: 1;
    bool b: 1;
    bool c: 1;
    bool d: 1;
    bool e: 1;
    bool f: 1;
    bool g: 1;
    bool h: 1;
} __attribute__((__packed__)) not_if_you_have_enough_booleans_t;
[-] KindaABigDyl@programming.dev 43 points 1 month ago

Common Dynamic Typing L

[-] KindaABigDyl@programming.dev 43 points 2 months ago

"I will revise that part to reflect the correct approach."

Proceeds to spit out the exact same output

31

Not sure if this is a good place to ask for help, but I have scoured the internet and no one has a solution, so hopefully this question helps me as well as others.

I'm trying to get my computer to run at its best when on Hyprland. I have an MSI Raider GE76 which has an Nvidia GTX 3080 Mobile and an Intel Tiger Lake CPU with integrated graphics.

I typically have an external display over display port, an Ultrawide 3440x1440@60Hz, and the internal laptop display is on eDP at 1920x1080@360Hz. Note tho that while I often have the dual screen setup, I do need to be able to go to just the Intel display. The Nvidia GPU drives all outputs (DP, HDMI, Thunderbolt) EXCEPT for the eDP which is connected to the Intel card.

On X11, I could use reverse prime sync to use the Nvidia card for everything and just have the Intel card draw whatever the Nvidia card renders. This worked well. Unfortunately there isn't anything like that for Wayland, and I don't have a hardware switch to put the eDP on the nvidia side of things.

This means that I have to use the default prime modes to run stuff on the nvidia card which makes the second screen incredibly laggy. Now, I can disable the i915 module and the external display becomes buttery smooth, but I can't use my built-in display (which means I also can't use the display when I'm not connected to the external monitor).

How can I get both to work well on Wayland?

Can I run the external display exclusively on Nvidia and the internal on Intel with Prime? That could work, but idk if that's possible.

What's the optimal way to set up an external display on Wayland with and Nvidia hybrid-graphics laptop? Bc right now I'm thinking of just going back to X11 and praying it gets enough support to live until I can get a decent Wayland config.

112
[-] KindaABigDyl@programming.dev 36 points 1 year ago

I wonder if marketing this as "replacement to League" is the best move or if it should market itself as simply a new MOBA

[-] KindaABigDyl@programming.dev 35 points 1 year ago* (last edited 1 year ago)

Also fyi there's trash-cli

I have rm aliased to trash-rm (not in sudo tho, so I can still force true deletion), so that if I remove something in terminal it also goes to trash.

You can empty the trash via trash-empty

It also uses ${XDG_DATA_HOME}/Trash (usually ~/.local/share/Trash)

[-] KindaABigDyl@programming.dev 42 points 1 year ago

My biggest disagreement is this:

Do not unnecessarily use braces where a single statement will do.

Always put braces around if statements. It will bite you in the butt

[-] KindaABigDyl@programming.dev 64 points 1 year ago

LibreOffice is the superior IDE for Delphi

[-] KindaABigDyl@programming.dev 33 points 1 year ago

Great reason to push more code out of the kernel and into user land

[-] KindaABigDyl@programming.dev 33 points 2 years ago* (last edited 2 years ago)

Return to the office. Forced to use Windows again

2
view more: next ›

KindaABigDyl

joined 2 years ago