• 0 Posts
  • 231 Comments
Joined 3 years ago
cake
Cake day: July 3rd, 2023

help-circle



  • krashmo@lemmy.worldtome_irl@lemmy.worldme irl
    link
    fedilink
    arrow-up
    7
    ·
    14 days ago

    I get the anxiety but you can actually just voice this concern out loud. Tell your story then when you’re done say something like “I didn’t say that to make this about me, but rather to express that I empathize with your situation and I am here to help if you would like”.

    People generally understand that shared experiences provide the foundation for personal relationships. If you make it clear in some way you are trying to build that foundation rather than shift the focus away from their problems you will be fine. The easiest way to do that is just to straight up say what your intent is.


  • There’s other good speculation on the reasoning but I wonder if it’s due to the younger staff put in charge of posting this notice. Maybe they pestered management about the specific reasoning until they determined that hard liquor did not meet the provided definition of restricted items, then added the last sentence as a form of protest.






  • krashmo@lemmy.worldtome_irl@lemmy.worldme_irl
    link
    fedilink
    arrow-up
    23
    ·
    30 days ago

    This has been my experience. I am pushing 40 and the last few years have beaten the optimism right out of me, and I already thought that was long gone.

    I have often wondered if this is what most people have experienced throughout history or if this another fun millennial game we were forced to play. I’m sure every generation has had their stupid trends and societal problems but watching a country collapse under the weight of it’s own stupidity seems less common. Not new, but certainly not something every generation deals with.


  • Copy/paste from another comment I made a while back:

    Look into docker containers in general. If I was going to start from scratch in your position this is what I’d do:

    Install a Linux distribution on the computer you plan to use for self hosting. This can be anything from a raspberry pi up to a custom build but I would recommend starting with something you have physical possession of. I found Debian with the KDE plasma desktop environment to be pretty familiar coming from Windows. You could technically do most of this on Windows but imo self hosting is pretty much the only thing that a casual user would find better supported through Linux than Windows. The tools are made for people who want to do things themselves and those kinds of people tend to use Linux.

    Once you have a Linux distribution installed, get docker set up. Once docker is set up, install portainer as your first docker container. The steps above require some command line work, which may or may not be intimidating for you, but once you have portainer functional you will have a GUI for docker that is easier to use than CLI for most people.

    From this point you can find the docker installation instructions for any service you want to run. Docker containers have all the required dependencies of a given service packaged together nicely so deploying new services is super easy once you get the hang of it. You basically just have to define where the container should store it’s data and what web port you want to access the service on. The rest is preconfigured for you by the people who created the container.

    There’s certainly more to be said on this topic, some of which you would likely want to look into before you deploy something your whole family will be using (storage setup and backup capability, virtual machines to segregate services, remote accessibility, security, etc). However, the above is really all you need to get to the point where you can deploy pretty much anything you’d like on your local network. The rest is more about best practices and saving yourself headaches when something breaks than it is about functionality.





  • It’s always been that way. Even most people who used the internet “way back when” have no clue how it actually functions. Terms like DNS and IPv4 are vaguely familiar concepts at best outside of professional or hobbyist circles.

    There’s nothing inherently wrong with that either. There’s too much stuff for any one person to know. You learn the stuff that interests you and ignore the rest, which hopefully means somebody is interested in all of it. That’s why it’s good that there’s all different kinds of people out there.