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

help-circle

  • Fair cop on the inconveniences, although I’ve found it fine after an adaption phase, coming from fedora it was lesser than hopping to a new distro. Hard agree on knowing the nuances being problematic, clarity and accessible education is sorely missing, certainly the steepest part of the learning curve.

    I just run ‘distrobox upgrade -all’ in my Daily.service, didn’t need quadlets (although after adaption I quite like them for containers now).


  • Why would I use a system that isn’t supposed to change if I want to change it?

    There’s a bunch of benefits, atomic updates, intrinsic rollback, security of immutability, safe automatic updating and it goes on. Some things are not quite ready yet, e.g. things like sddm which should probably install themes to /etc (which they’re working on), so as often happens in linux, workarounds ensue. Making one directory mutable does not destroy all the benefits.


  • Yeah, I had that at the beginning, then added to my fstab

    #enable sddm and therefore good themes
    /var/sddm /usr/share/sddm none rbind 0 0
    
    

    and KDE themes with sddm components install fine now (most themes install fine into /home, does Gnome really not have per user themes?)

    Essentially you can tactically make things mutable as needed, use sparingly, but maybe not even trying lessens your opinion, no?





  • MalReynolds@slrpnk.nettoSelfhosted@lemmy.worldcurrent best HDD-model choice
    link
    fedilink
    English
    arrow-up
    10
    arrow-down
    1
    ·
    11 days ago

    To a large degree, the point of RAID is to not care about drive reliability, trust the process. Also, you seem to conflate RAID with backup (“RAID is not a backup”), you want both. In a NAS, you’re probably better off with RAID5 + backup.

    In a system that can take a drive failure, the current datahoarder zeitgeist is Manufacturer Recertified (Enterprise) Drives, see ServerPartDeals.com if you’re a yank, other countries have their own options.




  • Sure, I was being mildly facetious, but pointing to a better pattern, the nature of python means it is, barring some extreme development, always going to be an order of magnitude slower than compiled. If you’re not going to write even a little C, then you need to look for already written C / FORTRAN / (SQL for data) / whatever that you can adapt to reap those benefits. Perhaps a general understanding of C and a good knowledge of what your Python is doing is enough to get a usable result from a LLM.


  • When you need speed in Python, after profiling, checking for errors, and making damn sure you actually need it, you code the slow bit in C and call it.

    When you need speed in C, after profiling, checking for errors, and making damn sure you actually need it, you code the slow bit in Assembly and call it.

    When you need speed in Assembly, after profiling, checking for errors, and making damn sure you actually need it, you’re screwed.

    Which is not to say faster Python is unwelcome, just that IMO its focus is frameworking, prototyping or bashing out quick and perhaps dirty things that work, and that’s a damn good thing.





  • Also note that Thinkpads up to a couple of years ago (when soldering RAM became a thing) are mostly trivial to open and upgrade RAM / drives, so you don’t have to care about those and can pick up a bargain (look to T480 at the moment (not the TN screen tho), or whatever is 3 years or so old, as that’s the corporate fleets that are getting dumped onto the market).




  • MalReynolds@slrpnk.nettoLinux@lemmy.mlThinkpad recs?
    link
    fedilink
    English
    arrow-up
    4
    ·
    18 days ago

    I’m on a T580, great machine, basically a P52. Dual batteries. No TN screens (I think, make sure). I put the discrete graphics card cooler in my (integrated graphics) coz I live in a hot place and some TPN7950 on the CPU, and it never cracks 70C and usually stays silent. Upgraded the SSD to a 2TB nvme, and it’s basically been flawless for 2+ yrs, touch wood.