• 0 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: January 9th, 2024

help-circle
  • Is it because developers are often using dependencies that are ahead of release versions?

    That has been my experience recently. I had the same mindset as you until a critical piece of software I use shat the bed on Arch (LiveCaptions) that affected my being able to watch training videos for work.

    Because it was time critical and I didn’t feel like possibly breaking other things for one package, I grabbed the flatpak. It came with its own nvidia driver package (mine was newer) and it worked out of the box without having to mess with anything and that was enough to change my hardline view on that.

    Now it’s just another tool to use in an emergency when important things randomly break.


  • You mentioned a buzzing in another reply. That sounds like a grounding issue to me. Any chance you blew something under the board that is causing a short? At this point it would be wise to do a full tear down.

    I’m almost at my train stop, so one final question before disappearing for the day: when resocketing the CPU did you put it in correctly and was there damage when you removed it initially?






  • Ooh damn. Mandrake was my first distro, I remember being sooo excited when the CDs came in the mail. It was I think 4 discs?

    The experience was absolutely not good lol. At the time I only had one computer (some eMachines something or other) and a 56k line that only went to 14400 or 2600 baud depending on the weather. My NIC wasn’t supported and after some banging my head on the desk I ended up going back to windows 98se after a few days because it was the family computer I messed up and caught sooo much flak for wiping.

    Returned some years later when it was called Mandriva and had a better experience with a custom built AMD machine. The eMachines machine by then was still around as a network file server running a flavour of BSD that served media to my OG xbox played through XBMC (now Kodi).

    Great post OP and thanks for the trip down memory lane!






  • To answer the direct question, BTRFS works fine for gaming. Garuda uses BTRFS by default and I’ve been daily driving it for a few years now. My gaming machine hasn’t had an unrecoverable failure that wasn’t my fault (not checking consple output for errors when updating and then rebooting). Games on an ext4 file system work fine - that’s what I do for games I don’t play often. The main NVME is for games that are played regularly and everything else goes to the storage SSDs.

    Correct me if I’m wrong, it seems like you want an immutable distro more than BTRFS for what you want to do.



  • Over-explaining is my biggest issue. I’m entirely self taught and the trash quality of certain softwares with non-descriptive variable and function names sort of steered me towards clearly naming things (sometimes verbosely). That has the unfortunate side effect of repetition when documenting and it comes across as sarcastic or condescending when proofreading.

    Its far easier to have a machine do it than to second-guess every sentence.

    You mentioned a llamafile, is that offline? I’m using GPT-4 at the moment because my partner has a subscription. If so, I maaaay have to check it out ^^


  • I use it to generate code documentation because I’m incapable of documenting things without sounding like a condescending ass. Paste in a function, tell it to produce docstrings and doctests, then edit the hell out of it to sound more human and use actual data in the tests.

    Its also great for readmes. I have a template that I follow for that and only work on one section at a time.