For me it’s calculating. Too many people put math into their search engines and not their calculator.

  • GreenKnight23@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    13 hours ago

    I self host a lot of software. something like 20 different apps.

    the amount of self hosted open source software that uses CDNs for libraries is too damn high.

    it became such a problem for me that I created my own locally managed CDN and use rewrite rules on any of my apps to replace remote packages with local ones.

    I’ve even cloned entire repos, replaced the references with local ones.

    IMO, if your software is “self hosted” it should be a fully functioning service that will run without the internet. your app is broke shit if it doesn’t work when the internet goes down and is meaningless to self host at that point.

    my point, any app you use online can, in theory, be done offline. you just need the skill, knowledge, and drive to make it that way.