• 0 Posts
  • 24 Comments
Joined 6 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.









  • Imo the most important thing is the separation of what you do. If you’re logged in on facebook, you can do that from your public ip. Anything you’re not associated with your name you want to use a diffferent browser identity and maybe a different ip.

    If you use Torrents or do anything illegal or whistleblowing or similar stuff, use a live linux iso with no persistence and a vpn bought with monero.





  • Mike1576218@lemmy.mltoLinux@lemmy.mlLinux Myths
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    4 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.