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

help-circle


  • MaungaHikoi@lemmy.nztoAsklemmy@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    2
    ·
    10 months ago

    I still make little static sites on occasion. There’s still free options for hosting, I’ve got some on GitHub and used to use netlify til they changed their free tier. Sticking a static site into aws s3 +cloud front is super cheap if you don’t have much traffic. The nice thing is that they run forever without any intervention.













  • As someone who started and still works in a co-op, it’s because it’s hard. Banks don’t understand worker coops and won’t lend money to you without a real person to attach the risk to, which means founders have to take an enormous risk which it can be hard to compensate them for. The legal structure isn’t common so you are limited in the lawyers who can set one up for you. Others have mentioned the cost problems - I started a software dev coop so we didn’t have a large capital outlay but it did cost nearly 10k just in setup costs.

    It took a lot of work to get to where we are, with little supporting resources. In contrast, I started an LLC in half an hour and $150 registration fee to the government. So no, it not just “what people choose”.


  • Yep that’s the one. If you can make a cron job to make the zip file, logrotate could handle keeping the last x files.

    It might sound complicated, but the cool thing about *nix environments is that everything is made up of a combo of little tools. You can learn one at a time and slowly build something super complicated over time. First thing would be figuring out the right set of commands to make a zip file from the directory I reckon. Then add that to cron so it happens every day. Then add logrotate into the mix and have that do its thing every day after the backup runs.