• 1 Post
  • 31 Comments
Joined 2 years ago
cake
Cake day: January 31st, 2024

help-circle



  • I don’t use iOS, so I can’t speak to it directly, but some quick searching tells me it supports IMAP, caldav, and carddav. If so, you could just use native apps.

    Most of the privacy respecting email services require a paid plan for this, but they are inexpensive.

    This doesn’t solve your Google calendar ask, but I pointedly don’t have my work calendar on my phone. I just check each calendar separately when needed, it’s not much extra work.








  • I love Linux, but I admit these are valid. I’ve had some of these same issues.

    Sleep mode that doesn’t work consistently,

    I haven’t had any issues with sleep on my devices, but I have in the recent past on previous hardware.

    WiFi driver issues, printer driver issues, touchpad driver issues,

    My WiFi doesn’t work at all on my desktop. Though it’s worked on a live image from another distro so seems likely to be an issue with the distro’s distributed kernel, not a Linux one. I run a rolling release distro so won’t be that the kernel is too old. But don’t care so haven’t troubleshot it much. My printer requires the use of vendor provided drivers, which are only available for some distros. It works, but not a solution I’m happy with. Never had touchpad issues.

    several different wonky ways to install programs instead of just double-clicking an .exe and pressing “next-next-OK”,

    I think package repos > collecting and installing your software piecemeal from all over the place. But having to deal with repos, flatpaks, appimages, etc. can be daunting.

    random shutdown of programs for no reason or error codes

    Sounds like an OOM process kill maybe? That’ll show in your kernel logs if so. But no immediate visual feedback.

    …the list goes on. And on topnof that, all the stuff that people are used to using that just doesn’t run on Linux at all.

    If there’s proprietary software that doesn’t run on Linux that someone wants/needs to run and there aren’t any viable alternatives then yeah, probably a non-starter. There’s wine of course but it can be a crapshoot. No shade intended towards the project. It’s amazing what it can do, even if it can’t do everything.




  • JovialSodium@lemmy.sdf.orgtoMemes@lemmy.mlThe People's LLM
    link
    fedilink
    arrow-up
    51
    arrow-down
    1
    ·
    edit-2
    1 year ago

    Probably this is all very reactionary, NVIDIA’s stock will recover and they’ll remain a big player in the LLM space.

    But I’m uninterested in LLM’s and would love to see price drops on GPU’s, so i hope there is a longer term moderate market loss for them in this space.


  • +1 for installing Arch. If you have enough knowledge of Linux to understand what Arch is and why it is, comparatively, a more involved installation. Then you’re probably ready to install it. As was mentioned in another content, long as you know the basics, it’s not as hard as you might think. Also as suggested in another comment installing in a VM or spare hardware is good practice.

    As for learning, take the time to understand the commands you’re copy/pasting. Read the man page, see what the flags you’re pasting in to. That might sound daunting at first, and you might not always be able to completely wrap you’re head around it. But you’ll learn more and more over time.