• 0 Posts
  • 20 Comments
Joined 2 years ago
cake
Cake day: July 28th, 2024

help-circle
  • TruePe4rl@lemmy.mltoLinux@lemmy.mlshould i switch to linux?
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    edit-2
    1 day ago

    The switch or dual boot is up to you. I can lay out some general steps in case you want to have an overview. Please do not be scared off by it. Depending on the distro, most things work out of the box or with very little effort.

    1. familiarize
      • look up some distros, I personally like to go Arch-based, but feel free to use whatever seems good and popular enough (please no Ubuntu)
      • try virtual machine and then live ISO
    2. verify compatibility
      • this one is a bit more work, basically try all functionality in the live ISO, or at least things like display, mouse, keyboard, touchpad, Wi-Fi, storage
    3. install
      • you probably won’t need to look into this super deep, default installers handle this pretty well
      • formatting and partitioning (look into ArchWiki guide, you probably don’t need swap partition)
      • if you are going to be reinstalling look into using efibootmgr to possibly clear up old and fix existing boot entries (i had to enable boot flag after setting up dualboot, because macOS installer overwrote the previous settings, thanks Apple :-) )
    4. configure missing/not working OS stuff
      • look for missing drivers and system management software for either your specific hardware or some more general ones
      • best sources are wikis like ArchWiki (even if you don’t use Arch), forums and some software search sites like AlternativeTo
      • in some cases the software does not meet the requirements for a wiki page to be up (Xlibre being notable example - feel free to look up the whole story)
      • you may have to put some time into getting GPU fully working, since nvidia has several driver options depending on the GPU
      • I personally had to fix USB autosuspend config, only look into it if devices plugged in after boot are not being detected
    5. use
      • installs and updates are done using package manager (windows has winget, btw)
      • for windows games use Wine or rather some of its forks
      • most people here already shared their recommendations for this part

    edited












  • To be completely honest, I don’t consider any name to be bad.

    You may say AxCx is terrible name, but once you give them a listen it exactly fits the name. Same goes for Hijokaidan, who are actually named based on one of fan’s suggestion claiming that “escape staircase” suits their sound more. Party Cannon is absolutely hillarious imo, when you look at the logo and the sound. Brojob also has a name that fits their lyrical themes.

    In some cases the name may come out a bit lame, but bad names? Nah. I don’t consider any name bad, most of them sound either fucking epic and/or hillarious when you look at the full picture.

    Come on, let musicians have some fun.



  • pacman + yay + appman (in cases where appimage is more convenient)

    If you need something from AUR, Chaotic AUR builds some of them.

    Technically I also use managers for certain languages and environments, so sometimes cargo, pip, luarocks, … whatever.

    I did try to use flatpak in the past, but I just found it annoying. If you do not explicitly need it’s capabilities for a certain app it is mostly makes accessing app’s config and data a major annoyance imo.




  • In my case Tectonic (XeLaTeX with a few quirks, but error messages are actually readable) and Typst are both goto options when I want to write a document.

    LaTeX is older and has currently more features. I would generally recommend it for writing serious articles and documents that need hyperref highlights for instance.

    Typst still has a lot to catch up when you compare it to LaTeX, but I really like the overall document structure (except the table syntax, but I’ve seen worse) and design choices. In my opiniton, Typst has frendlier tools that just work (Neovim integration is amazing once you figure out the LSP and Tinymist).

    Syntactically Typst allows faster typing, so you may use it to write notes directly during lectures.

    Math parsing is a bit different, but also tends to be easier to write.

    I also like that Typst works with different “elements” than LaTeX. It kinda fells more like HTML and CSS merged into one in terms of control and workflow.