• 0 Posts
  • 28 Comments
Joined 5 months ago
cake
Cake day: May 26th, 2024

help-circle



  • I write business letters in HTML. I have a custom letter.css and a base letter.html+.js that loads individual letters into a template. I have some custom tags for date, address and similar. The individual docs are super clean. I can export compiled html files with embedded css (no js needed) and images that render perfectly and are even smaller then the pdfs I export (print) and those are small too.

    Two downsides. The biggest problem, I didn’t find a way to do proper multi page docs. And especially Firefox has limited print css support.

    Second: everything is crudely hacked together and in no way usable by others…

    maybe chatgpt can rewrite the code better, so I can publish it?



  • A distro is composed of:

    • an installer
    • base system (bootloader, filesystems, service runner, DE, basic apps, settings)
    • packet manager and packaged software
    • an updater between releases

    The biggest things you notice are updated packages. Many of the base-system differences aren’t even pushed to updated installations. Most of what the user sees as °the os° is the DE anyway.













  • Mike1576218@lemmy.mltoLinux@lemmy.mlLinux Myths
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    3 months ago

    Was on the phone and only quickly looked up the latest version. So I only updated to 40, not rawhide.

    Sure Gentoo had dependency resolution. Does Gentoo still have use flags? Because that makes dependency resolution much hardere It’s not enough to know the dependeicies, you also have to know all the use flags you dedend on. And if a maintainer adds a use flag for a feature you depend on, you have to add that dependency as well or people who disable that flag break with your package.

    I’d be surprised if gentoo was considered stable, if you make heavy use of use-flags - if they still exist.

    edit Maybe your “dependency resolution” is a new automatic thing that identifies dependencies including use flags automaticallt? It was automatidally done, only if the maintainers put the right stuff in their ebuilds.


  • Mike1576218@lemmy.mltoLinux@lemmy.mlLinux Myths
    link
    fedilink
    arrow-up
    4
    ·
    3 months ago

    phew long answer. I wouldn’t call Gentoo unstable. I was rather interested in why it’s supposedly more stable then Fedora.

    I just wrote from my limited experience. I never had something break on Fedora. I just updated a system from 35 to 41. The stuff that broke was something I compiled against old dependencies. (That’s why I didn’t update so long)

    My Gentoo experience is >15y old. I had numerous incompatibilities, because I used the tools the system gave me. But sure that’s on me if I cutomize my system with USE flags. And it’s probably better now.


  • Mike1576218@lemmy.mltoLinux@lemmy.mlLinux Myths
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    3 months ago

    IDK. Gentoo is considered stable, but fedora “leaning unstable”?

    Anyway what is that whole un/stable supposed to mean anyway? All non-rolling distros try to be stable. What can break are third party repos and stuff you compiled yourself. With fedora that can “break” twice a year. With a rolling distro that can “break” on every updates