• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing only topics with the tag "decentralization". Back to normal view
    1. Community organization brainstorming: decentralizing society

      What the recent Reddit protest cemented in my mind is how ineffective protest tends to be the larger and more entrenched an established order is. There's no real incentive to change because...

      What the recent Reddit protest cemented in my mind is how ineffective protest tends to be the larger and more entrenched an established order is. There's no real incentive to change because ultimately everyone knows that the protestors have little recourse.

      If you want to enact change, just trying to get people enraged and trying to get them to express that rage is not a great tactic. What you need as an alternative for people to go to instead, because that's the only real threat that matters to the establishment, the threat of being replaced.

      So to that end, I'd like to start a conversation about what it is that people need, and how we can arrange structures to get those things without needing to rely on external actors who don't have your interests at heart.

      For example, community mesh networks are a way of expanding internet into more of a public amenity so everyone can have access to it.

      Virtual power plants can allow communities to produce their own power reliably and reduce their reliance on major power providers.

      These are the kinds of things I am interested in. I feel that the most effective way to push back against profiteering corporations is to simply reduce our need for them in the first place.

      What are some good community oriented solutions to societal needs that you feel deserve more attention and interest?

      18 votes
    2. My seventy-two hours Secure-Scuttlebutt experience

      Warning, this is a rant. Feel free to criticize me. As ESL speaker, there's a "butt" in the name. SSB is the protocol, you have to download client called "patchwork" which is not an attractive...

      Warning, this is a rant. Feel free to criticize me.

      1. As ESL speaker, there's a "butt" in the name.
      2. SSB is the protocol, you have to download client called "patchwork" which is not an attractive name either
      3. After setup patchwork, idk what to do next except staring at a blank "timeline" something
      4. So I grabbed documentations (you need manuals to use a god damn social network software), obviously you have to join pubs to dive in.
      5. After joined pubs, you start to stare list of "pubs followed you/someone else joined the pub" message explode.
      6. After a awkward self-post on "#new-people", I learned that you have to follow others to get content. So am I supposed to follow thousands of strangers on the Internet for a good degree of influx content?
      7. After several rounds following, I still dont get how to make new friends. I mean by what? I cant judge if I should follow someone because of random recent posts.
      8. So I started to search for stuff. The search is mostly broken, the results are not in chronological order, only English alphabet works, I dont know if reply someone's 2 year old post is polite or not. Engaging a conversation but expect no response feels wrong.
      9. The only way to tell if a "channel" is popular or not is through the search box. The "all channels" page does not show numbers at all.
      10. Channel names are a mess. The plural form and alternative spellings are killing me. I always feels worried that I might miss good content by not thinking of what creative "channel" names people invent. When making posts it gets worse, you have to paste dozens of bullshit channel names just in case.
      11. There's no way to tell if the software is functioning or not. Sometimes it took up to ten minutes busy downloading stuff, the rest times it's totally static. F5 does not work, Cmd+R reloads the whole electron app frame.
      12. When downloading stuff, I totally do not want old posts. There's not way to filter that.
      13. There's an "Active Channels" on the left side of the software, it jumps indefinitely for no reason. When I click one of the channels, I see old posts without any "activity". Again, you have to follow people in that channel to get fresh content.
      14. There's search for name tag function. Maybe there are people social with each other just by lookup Internet IDs. Since names can be the same on Secure-Scuttlebutt, you have to use public keys to identify people accurately.
      15. It's written in Nodejs/Javascript. I lost my motive to contribute.

      TL;DR barrier of harvest is wayyy too high.

      Anyone else using/tried secure-scuttlebutt? What are your thoughts?

      12 votes
    3. Feedback on a federated decentralized git hosting solution

      I have an idea, it's not particularly new. I think git code sharing could integrate very nicely with blockchains. I think it could be done elegantly without modifying the git protocol at all, just...

      I have an idea, it's not particularly new. I think git code sharing could integrate very nicely with blockchains.

      I think it could be done elegantly without modifying the git protocol at all, just as an optional superset (like Github) to provide forks, PR and discussion.

      Something like:

      • smart contract based system
      • something like lightening network for off master chain pushes
      • local node hosting all obtained versions of code, something like PNPM meets zeronet
      • cloning/pushing over DHT with web torrent.
      • client key pairs for collaboration and authentication

      Do you guys think it could be done? Thoughts? Ideas? Criticisms?

      Would anyone be interested in working on something like this? I'd like all the help I can get and any input people have.

      6 votes