Any suggestions for cheap but decent laptops for coding?
  • Darkrai Darkrai Now 83%

    I found a thinkpad with a radeon GPU for only 200 which was nice.

    4
  • US man used AI to generate 13,000 child sexual abuse pictures, FBI alleges
  • Darkrai Darkrai Now 65%

    It seems weird that the AI companies aren't being held responsible too.

    10
  • Twitter is officially X.com now
  • Darkrai Darkrai Now 100%

    It will never stop because X is a terrible name and means nothing without "formerly known as twitter"

    10
  • Decision of Next Os
  • Darkrai Darkrai Now 100%

    Ones of the reasons I like Pop, they install a recovery partition with a copy of the install USB, finally they have a 'factory reset' that reinstalls the OS while keeping the users home folders.

    3
  • X now treats the term cisgender as a slur
  • Darkrai Darkrai Now 87%

    How can I stop if I never started?

    6
  • What platform are you playing Minecraft on?
  • Darkrai Darkrai Now 100%

    It's so good on the steam deck, it barely drains the battery somehow.

    1
  • The corporate boot licking of Google after firing the palestine protestors in insane
  • Darkrai Darkrai Now 88%

    I disagree, I think protesting during working hours is kind of the point, same as a union protest during working hours. It affects the corps bottom line, the only thing they care about.

    32
  • Kids Online Safety Act gains enough supporters to pass the Senate
  • Darkrai Darkrai Now 100%

    We already have a social credit score, we started it in the 80s. Its called credit

    11
  • U.S. Sues Apple, Accusing It of Maintaining an iPhone Monopoly
  • Darkrai Darkrai Now 93%

    Stop talking to the type of people that care about what phone you have.

    14
  • Thank you American software
  • Darkrai Darkrai Now 83%

    Then the VPN has your data, and also your ISP depending on how secure your setup is

    4
  • *Permanently Deleted*
  • Darkrai Darkrai Now 100%

    This person made a pretty good video essay on the topic. They theorize among other things that its a sort of way to mentally prepare themselves in case they're in the same situation.

    https://youtu.be/1FWId1YBU3g

    2
  • Nvidia bans using translation layers for CUDA software
  • Darkrai Darkrai Now 100%

    Do you think this is something the EU will say is anti-competitive or something? I don't think current late-state capitalism America will do anything.

    1
  • Rip Yuzu
  • Darkrai Darkrai Now 100%

    If we do make that, can we make the git CLI equivalent tool not terrible like the current.

    I found git to be so frustrating to learn by trial and error. All the different ways it won't let you pull updates, the confusing branch and stream tracking stuff where I have to make a new branch and cherry pick the one commit I actually was intending to put in a PR. Finally I find the error messages could probably be way more informative and helpful.

    1
  • OneDrive is ruining my PC gaming setups
  • Darkrai Darkrai Now 100%

    Oh, can you tell me how to disable all the tracking then? https://youtu.be/IT4vDfA_4NI?si=9kY3yD5yceifSyq8

    Its really not a good OS anymore.

    1
  • Released my first steam + godot game today, and the source code is available!
  • Darkrai Darkrai Now 100%

    You have to buy a listing for your game on Steam? I thought you just had to get it greenlit

    1
  • Released my first steam + godot game today, and the source code is available!
  • Darkrai Darkrai Now 100%

    I'm currently playing around with Godot so I really appreciate all the examples I can get. Thanks!

    5
  • Sorry... I'm dumb when it comes to crosscompiling 🤷
  • Darkrai Darkrai Now 100%

    I was able to use this guys docker image and tool in order to cross compile my Rust programs in the past. They were very simple programs so I dont know how well it works for larger projects.

    https://github.com/Jake-Shadle/xwin

    12
  • :3{:3|:3&};:3
  • Darkrai Darkrai Now 100%

    Its creating a function named : that spawns two copies of : then calls that function to start the duplicating code or forks. For that, its called a fork bomb.

    29
  • github.com

    I made this app to help me keep track of the different games I have on each of my SD cards. If you have 2 or more SD cards that you swap between and you're ever trying to remember which one has which, this app will help you out. Right now it's a completely stand-alone app that I recommend launching through Steam. I might one day look into making a version as Decky loader plugin that more people might use. As there's no official game-pad layout I would just switch to the 'Web Browser' layout provided by Valve as it has a mouse scroll wheel bound to the left track-pad and the mouse cursor on the right. The first thing you'll probably notice is there's some resolution bug with the app where if you launch it in Desktop Mode, the font and dividers are much much larger than they should be. Otherwise, if you launch it in gaming mode, the mouse cursor can only reach about 40% of the display area for some reason. ¯\_(ツ)\_/¯ If you have any clue on what might help, please feel free to reach out on GitHub or here Since I last posted about my app, I've added a search bar to help filter the list for any specific game you might be looking for; and also improved the UI and coloring. Thank you for reading my whole post, please share it to any friends you think might find it helpful or interesting.

    29
    1
    https://system76.com/components

    You can also buy their pre-assembled [Launch keyboard](https://system76.com/accessories/launch) Their keyboard is fully open-source with the CAD files even being available on their Github.

    4
    0

    How's everyone weekend going? I've been dealing with this issue for a little while so I thought I would finally look into it and make a post about it. Sometimes when I wake my PC from sleep, it fails to resume correctly. I'm able to log in from the lock screen just fine, but when I get to my desktop there's usually some graphical glitches like medium-sized black boxes spanning across different application windows. The next thing I'll notice is that if I try to close windows or interact with the desktop, it will lock up to the point I can't use my mouse or keyboard. Trying to switch to another TTY terminal doesn't even work at that point. If I switch to a TTY quickly before it locks up then I can use the reboot command normally as a fix. If it does lock up however, I'm still able to [REISUB](https://blog.kember.net/posts/2008-04-reisub-the-gentle-linux-restart/) in order to reset. I've found all the times that I've done that recently in my syslog and linked it to this [pastebin](https://pastebin.com/6Gywb2pj); I tried to keep anything that seemed relevant from when the PC goes to sleep until when I had to reset it manually. Looking through my syslogs, I notice lines that seem to indicate the GPU isn't waking correctly. (ie codium.desktop[19525]: [19525:0616/173717.963456:ERROR:gpu\_process\_host.cc(991)] GPU process exited unexpectedly: exit\_code=512, and GpuWatchdog[84807]: segfault at 0 ip 00007fa297f929a6 sp 00007fa28c3fd370 error 6 in libcef.so[7fa293aef000+7770000] likely on CPU 3 (core 3, socket 0) ) I'm not sure if that means its a mesa driver issue, a CPU sleep state issue, or maybe just the current kernel update. I was hoping someone with more experience could look through the [pastebin link](https://pastebin.com/6Gywb2pj) and see if you notice anything I didn't. I separated the different crashes with white space. My desktop is an Asus ROG Crosshair VIII Formula with a Ryzen 9 5950X CPU, and a XFX Radeon 6700x GPU Thank you for you time and help, let me know if I left anything important out.

    7
    7

    I originally subscribed to kbin.social/m/pop\_os. I was wondering if it will still be 'supported'. As long as lemmy.world is federated to kbin it doesn't matter to me.

    6
    3
    Darkrai Now
    6 76

    Darkrai

    Darkrai@ kbin.social