he/him

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

help-circle



  • tuto@lemmy.worldtoLinux@lemmy.mlwhat's your opinion on typst?
    link
    fedilink
    brezhoneg
    arrow-up
    1
    ·
    7 months ago

    Not entirely agreeing, but there are some things that are not quite there yet. For me it’s mostly:

    • Bibliography sorting
    • Spellchecking
    • Syntax highlighting for lesser known programming languages like GDScript

    Otherwise I don’t really have complaints. If anything LaTeX was the one thing setting me back (and don’t even get me started on Word).





  • If you’re not a techy person/power user, I would recommend staying with Kubuntu/Xubuntu (flavors of Ubuntu, that seem familiar to Windows users), or a more loved variant Linux Mint. You’ll have everything you need there, and your gaming will do just fine using Steam thanks to Proton. My first time (~2014) I went with Ubuntu, since it has an easy to use installer (like most distributions), with relatively sane default settings. Nowadays I would recommend Linux Mint or anything Debian based for the stability.



  • As already mentioned, poetry (python-poetry) is the best thing I know regarding package management for projects. It’s quite easy to setup and use, and I use it together with pyenv.

    If your problem lies on your locally installed packages, then I think you’re basically on your own manually searching for packages you don’t use. There’s not really a way for pip/python to know which packages are relevant or not (at least not that I know of), and if your problem is just about a single environment, then just delete the environment and start anew.