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

help-circle


  • Among other factors, I think humans have a certain instinctive drive: when there’s a broad sense of social malaise—when lots of people feel there’s something wrong with their social institutions, but there’s no consensus on how to remedy it—they gravitate toward whatever thing the social establishment seems most afraid of, because in our deep history that’s been an effective way to break out of dangerous institutional stasis.

    Depending on the social establishment at the time, that anti-establishment movement could take many forms—religious, ideological, nationalistic, etc. So I think Trumpism is an inevitable reaction to the rise of the neoliberal establishment under Clinton and the Bushes: the underlying cause of the neoliberal malaise is economic, but the most visible social anxieties are over racism, sexism, and other social factors. So that creates a feedback loop of growing fear that attracts those feeling a general sense of discontent.








  • AbouBenAdhem@lemmy.worldtoSelfhosted@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    5 months ago

    If you didn’t map a local config file into the container, it’s using the default version inside the container at /app/public/conf.yml (and any changes will get overwritten when you rebuild the container). If you want to make changes to the configuration for the widget, you’ll want to use the -v option with a local config file so the changes you make will persist.










  • AbouBenAdhem@lemmy.worldtoSelfhosted@lemmy.worldShould I move to Docker?
    link
    fedilink
    English
    arrow-up
    10
    ·
    edit-2
    10 months ago

    As a casual self-hoster for twenty years, I ran into a consistent pattern: I would install things to try them out and they’d work great at first; but after installing/uninstalling other services, updating libraries, etc, the conflicts would accumulate until I’d eventually give up and re-install the whole system from scratch. And by then I’d have lost track of how I installed things the first time, and have to reconfigure everything by trial and error.

    Docker has eliminated that cycle—and once you learn the basics of Docker, most software is easier to install as a container than it is on a bare system. And Docker makes it more consistent to keep track of which ports, local directories, and other local resources each service is using, and of what steps are needed to install or reinstall.