• 0 Posts
  • 47 Comments
Joined 2 years ago
cake
Cake day: June 18th, 2023

help-circle

  • Nobody said anything about serfdom.

    Communities shouldn’t be able to fail like so.

    Communities are always able to fail like so. A division between members can absolutely fracture any kind of social cooperation.

    Your average stand-alone commune doesn’t get that much bigger than a family-farm.

    This isn’t a commune, it’s a compound. Or a live/work arrangement. Or just a cult, depending on how “we’re all family here” they are.

    I wouldn’t encourage too deep an integration between artisans and single communes. Everyone in the commune should know how to make their commune work and who do go to outside the commune when specific tools or expertise are needed beyond their commune’s residents.

    This isn’t a commune, it’s just a town, or a village.

    The whole concept of a commune is self-supporting, self-sustaining and to at least some degree self-contained. Also, frequently, self-absorbed.

    No one person in a commune should be irreplacable or capable of taking the whole thing down

    The smaller the group is the more inevitable this is. At a very small size (less than 20 people), where the group is dependent on itself for food production, then just the loss of basic labor might ruin the group’s ability to provide for itself.

    in a way that prevents residents from being able to just up and leave.

    If everyone just up and leaves, what was even the point of forming a commune? Again, what you’re talking about is just a town. A primarily agrarian town maybe, but still just a town.


  • Well it’s less about how you would react individually, and more about how the commune as a whole would deal with the internal division.

    In small interdependent groups, social breakdowns can cause the entire community to fail, because every member is an essential part of how the community supports itself and there are no backups for any skill set.

    The bus factor problem applies if people start refusing to work with each other.



  • I think the real problem isn’t with the pragmatic aspects of scaling, but with sociocultural and interpersonal issues.

    What do you do in a small commune when you eventually have 2 people who can’t stand each other, but haven’t committed any offenses that would justify removing one of them, and neither is willing to voluntarily give up the home they’ve built and leave? And what happens when that problem begins to spread?








  • This is an increasing problem and I’m not sure how the open source community is going to deal with it. It’s been a big problem with NPM packages and also Python libraries over the past five years. There’s a bunch of malicious typo-squatting stuff in many package repositories (say you want libcurl but you type libcrul, congratulations it’s probably there and it’ll probably install libcurl for you and bring a fun friend along).

    Now with AI slop code getting submitted, it’s not really possible to check every new package upload. And who’s going to volunteer for that work?






  • Encrypting the connection is good, it means that no one should be able capture the data and read it - but my concern is more about the holes in the network boundary you have to create to establish the connection.

    My point of view is, that’s not something you want happening automatically, unless you manually configured it to do that yourself and you know exactly how it works, what it connects to and how it authenticates (and preferably have some kind of inbound/outbound traffic monitoring for that connection).


  • NaibofTabr@infosec.pubtoSelfhosted@lemmy.worldSyncthing alternatives
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    4 months ago

    Ah, just one question - is your current Syncthing use internal to your home network, or does it sync remotely?

    Because if you’re just having your mobile devices sync files when they get on your home wifi, it’s reasonably safe for that to be fire-and-forget, but if you’re syncing from public networks into private that really should require some more specific configuration and active control.


  • NaibofTabr@infosec.pubtoSelfhosted@lemmy.worldWhat do I actually need?
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    4
    ·
    4 months ago

    My main reasons are sailing the high seas

    If this is the goal, then you need to concern yourself with your network first and the computer/server second. You need as much operational control over your home network as you can manage, you need to put this traffic in a separate tunnel from all of your normal network traffic and have it pop up on the public network from a different location. You need to own the modem that links you to your provider’s network, and the router that is the entry/exit point for your network. You need to segregate the thing doing the sailing on its own network segment that doesn’t have direct access to any of your other devices. You can not use the combo modem/router gateway device provided by your ISP. You need to plan your internal network intentionally and understand how, when, and why each device transmits on the network. You should understand your firewall configuration (on your network boundary, not on your PC). You should also get PiHole up and running and start dropping unwanted inbound and outbound traffic.

    OpSec first.