ukrainian cat ~

  • 0 Posts
  • 122 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle


  • voxel@sopuli.xyztolinuxmemes@lemmy.worldMany such cases
    link
    fedilink
    arrow-up
    22
    arrow-down
    1
    ·
    edit-2
    17 days ago

    hdr support is coming tho

    • steamos already has it iirc (well, specifically gamescope)

    • kde 6 has experimental hdr support with wayland session

    • cosmic de devs promised hdr support in the first public stable release

    what i really miss is passkeys (specifically, using tpm2 to store them like windows hello does)





  • voxel@sopuli.xyztolinuxmemes@lemmy.worldLinux not in meme
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    edit-2
    1 month ago

    or…

    Upgrade to Enterprise (upgrading to enterprise will also remove ads in settings)

    in gpo editor:

    • Set updates to Manual
    • set the telemetry level to “Security” in group policy (iirc can also be called “Compliance”). This only works on Enterprise.
    • opt out of Microsoft accounts. This will force account creation to skip right to local accounts as if MS accounts were never a thing. This only works on Enterprise/Pro.
    • disable copilot and integrated bing search

    do a full reboot








  • yeah you need to mess around with snappiness to avoid that
    (so either increase it to make it unload stuff to hdd earlier, leaving more ram for critical stuff, or decrease it to like 5 in order to make it only use swap when absolutely needed) basically just mess around with it and see what value works best. i my case 10-15 works more or less okay-ish under full ram load


  • well I’m using lower-ish-level stuff like wgpu a lot, so there’s a lot of repeated code in my codebase with only small variations, but I can’t really encapsulate it into anything since all of my pipelines are completely different and have different requirements (it’s basically already as encapsulated as it gets without limiting freedom)


  • voxel@sopuli.xyztoProgrammer Humor@programming.devAI Suggestions
    link
    fedilink
    arrow-up
    77
    arrow-down
    5
    ·
    edit-2
    2 months ago

    don’t get the negativity towards copilot in other comments.
    it’s a really smart autocomplete, and this is exactly what i wanted for the past 5 years.
    (yeah it’s not going to replace programmers or whatever people’s exaggerated opinions of it are)

    wanna quickly create a wgpu bind group?
    let texture_bind_group = <tab> <tab> and it’s smart enough to understand the context and pull in texture and texture sampler that are already defined as local variables.

    too lazy to type this obvious thing in?
    (like of course the next opcode islet op = self.fetch();) just press tab and move on with your life.

    wanna quickly refactor something?
    select, ask CP Chat to “replace all if statements with match”, check if it’s correct and click confirm (it will even show git-style diffs, so it’s hard for something unexpected to slip in)

    it’s not perfect, and it’s suggestions do not match your intention like 50% of the time but when they do match or your intention is REALLY obvious (like you already wrote a clear and concise variable name and need to complete the value), you’re a single keypress away from completing those 2 lines of code

    It’s not a total deal breaker but it’s definitely very useful. (especially for me, because of my very short attention span. unless i can quickly complete a thing I’m currently working on in less than a minute i will forget about the next 10 things I was thinking of doing)

    also i don’t believe the price is justified, but it’s free for students so of course I’m gonna use it.

    (you just need to verify your student email and upload a photo of your student id on education.github.com, and you get a free gh copilot subscription, gh pro account, priority support and promos on loads of services like heroku etc while you’re a student)


  • never had issues with gnome on my laptop with 4 gbs of ddr3, actually it’s pretty smooth even while running from an 8 year old 5200rpm hdd, even with all the animations and stuff enabled.
    freezes a bit while loading icons in the app menu for the first time after boot but it’s really usable once everything gets cached to ram.