• 9 Posts
  • 135 Comments
Joined 9 months ago
cake
Cake day: December 28th, 2023

help-circle
  • renzev@lemmy.worldtolinuxmemes@lemmy.worldapt install firefox
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    1 day ago

    I like your comment a lot because you can substitute a lot of different things for “snap” and it still ends up sounding like a very reasonable opinion

    I feel like I would be more okay with leaded gasoline if it didn’t still have a lot of very real flaws.

    I feel like I would be more okay with anarcho-capitalism if it didn’t still have a lot of very real flaws.

    I feel like I would be more okay with PFAS-coated cookware if it didn’t still have a lot of very real flaws.

    I feel like I would be more okay with single-use plastic bags if it didn’t still have a lot of very real flaws.

    I feel like I would be more okay with cryptocurrencies if it didn’t still have a lot of very real flaws.

    I feel like I would be more okay with generative AI if it didn’t still have a lot of very real flaws.

    I feel like I would be more okay with eating highly processed meat if it didn’t still have a lot of very real flaws.



  • It’s not a miniscule gripe tho. Snap is still broken for many users, and relying on it for something as critical as a web browser is asking for trouble. Experimental technologies like snap should be opt-in for users who are willing to deal with the issues they create. Do they really expect a novice to see firefox’s filepicker not behaving correctly, and think “Aha, an XDG desktop portal issue! Let me drop everything I’m doing and go troubleshoot that” ? Ubuntu is meant to be linux for normies, they don’t have the time or the knowledge to deal with snap.



  • One of my friends spent like a month distrohopping just to find a debian-based distro that fits these two criteria:

    • First-class support for KDE

    • Isn’t broken all the time

    Ubuntu fails both. KDE Neon excels on the first one, but fails harder than ubuntu on the second one. Kubuntu as well. Debian has horridly outdated packages, and he refuses to use nix/flatpak. Tuxedo OS is obscure and broken. Mint is great, but installing KDE takes some effort.

    He finally settled on Ubuntu Server with the native KDE package. Still has to do some weird incantations to banish snap tho.

    How did things get this bad?






  • I agree. I also think part of the blame can be placed on the system administrators who failed to make a recovery plan for circumstances like these – it’s not good to blindly place your trust in software that can be remotely updated.

    In Linux, this type of scenario could be prevented by configuring servers to make copy-on-write snapshots before every software upgrade (e.g. with BTRFS or LVM), and automatically switching back to the last good snapshot if a kernel panic or other error is detected. Do you know if something similar can be achieved under Windows?






  • Whether or not typst is “superior” is largely debatable, but here are some reasons why I personally prefer Typst to LaTeX:

    • leaner syntax
    • less boilerplate
    • (arguably) more intuitive syntax for math and formatting
    • real-time preview thanks to incremental compilation
    • automatic package management
    • Ability to perform calculations/data processing inline inside your document (I know you can do this in LaTeX as well, but typst makes it easier)

    However, as Andrew said, it is very much still in beta, so I don’t think it can be a complete replacement for LaTeX. Basically, think of it as something in between LaTeX and Markdown. Less features, but easier to write.


  • This is what I though as well when I first looked at their website. But nope, the compiler and LSP are available as fully offline programs under the apache license. But I understand how you’d get confused, their website is strikingly polished for an open-source non-commercial project!

    The only thing you’re missing out on if you use the offline version is having the rendered preview update in real time as you type, but you can sort of emulate that feature using their neovim plugin and a really fast PDF viewer like zathura.


  • honestly LaTeX isn’t too bad once you have it all set up. An environment with the correct packages, a collection of templates for common document types, a set of macros for often-used constructions, and and editor with good snippets and syntax highlighting. Once you have all of that, LaTeX becomes a breeze. At one point, I was even taking notes with LaTeX in real-time during lectures.

    But that’s the beauty of typst – it’s like a fully beefed out LaTeX setup, but straight out of the box. No need for snippets, because the syntax is lean enough as it is. No need for templates, because there is no boilerplate needed for a document. No need to waste half an hour setting up an environment and looking for dependencies – all of typst is just two executables (compiler and LSP), and package management is automatic.