hollyberries

joined 5 months ago
[–] [email protected] 1 points 1 month ago

Broken in iOs 16.7.2 using whatever built in viewer comes with Safari.

[–] [email protected] 1 points 1 month ago
[–] [email protected] 2 points 1 month ago

Yeah same here regarding immutable distros. I've only dabbled in the reading and it seems to fit your use case. ^^

Keeping my eye on the thread for future reference. Best of luck!

[–] [email protected] 6 points 1 month ago (2 children)

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.

[–] [email protected] 26 points 2 months ago (2 children)

I'm a fan of hellpotting them.

[–] [email protected] 2 points 2 months ago (1 children)

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 ^^

[–] [email protected] 10 points 2 months ago (4 children)

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.