mirror of
https://github.com/mmalmi/mmalmi.github.io.git
synced 2025-04-22 16:51:33 +00:00
medium links -> sb.fi
This commit is contained in:
parent
18b2d0493a
commit
1d33ef4cf4
@ -26,7 +26,7 @@ If you were unhappy with your “government”, you could change it at will, jus
|
||||
|
||||
Law and protection providers would have the natural incentive to focus on proactive crime prevention rather than just dealing with the damage. They would likely want to help you with security planning and offer discounts for doing it. Customer experience would be massively better than what we have now — providers would actually have to care about keeping their customers.
|
||||
|
||||
**How do we get there?** Through technological advancements that make old-style governments obsolete. We will have decentralized and voluntary alternatives that outcompete stagnant government services. When we have better alternatives for education, healthcare, social security, money, [reputation systems](https://medium.com/@mmalmi/learning-to-trust-strangers-167b652a654f), dispute resolution, personal registry, ownership registry and personal safety, governments lose their justification and legitimacy.
|
||||
**How do we get there?** Through technological advancements that make old-style governments obsolete. We will have decentralized and voluntary alternatives that outcompete stagnant government services. When we have better alternatives for education, healthcare, social security, money, [reputation systems](https://siriusbusiness.fi/learning-to-trust-strangers), dispute resolution, personal registry, ownership registry and personal safety, governments lose their justification and legitimacy.
|
||||
|
||||
When the framework of governments and banks is not needed to run companies, organize work and property or move money, taxation without consent becomes increasingly difficult and government monopolies become even less justified.
|
||||
|
||||
|
@ -73,7 +73,7 @@ You can have end-to-end encrypted private chats and get mobile or desktop notifi
|
||||
|
||||
*Iris [browser application](https://github.com/irislib/iris-angular). Also available for [desktop](https://github.com/irislib/iris-electron), [mobile](https://github.com/irislib/iris-mobile) and as a [library](https://github.com/irislib/iris-lib).*
|
||||
|
||||
Iris web of trust works both on the software level and the user level. On the software level it is used to manage peer connections and prioritize storage space: friends connect to each other and replicate each other’s content. On the user level it aims to serve as a [socially scalable version of the system of trust](https://medium.com/@mmalmi/learning-to-trust-strangers-167b652a654f) that naturally exists in tribes and villages, reducing the need for a [centralized](https://medium.com/@mmalmi/law-is-better-without-monopoly-778963880276) justice system and facilitating the [gift economy](https://en.wikipedia.org/wiki/Gift_economy).
|
||||
Iris web of trust works both on the software level and the user level. On the software level it is used to manage peer connections and prioritize storage space: friends connect to each other and replicate each other’s content. On the user level it aims to serve as a [socially scalable version of the system of trust](https://siriusbusiness.fi/learning-to-trust-strangers) that naturally exists in tribes and villages, reducing the need for a [centralized](https://siriusbusiness.fi/law-is-better-without-monopoly) justice system and facilitating the [gift economy](https://en.wikipedia.org/wiki/Gift_economy).
|
||||
|
||||
Web of trust helps filter out spam and other unwanted content without entrusting the power to a central moderator. Instead of a single moderator, you have multiple “moderators” whom you can choose and whose collective decisions you can override. **It makes trolling, fake news and other propaganda campaigns more difficult**, since your messages are only shown to people whose WoT you are in.
|
||||
|
||||
|
@ -96,6 +96,8 @@ Feel free to inspect the element and override the stylesheet to match your site'
|
||||
|
||||
Check it out on [Codepen](https://codepen.io/mmalmi/pen/bGddeqE) or [Github](https://irislib.github.io/iris-lib/example/chatbox/)
|
||||
|
||||
If you want to improve or customize the functionality, addChatButton() source code can be found [here](https://github.com/irislib/iris-lib/blob/master/src/chat.js).
|
||||
|
||||
# Notes
|
||||
|
||||
Chats are persisted in users' browsers. Heroku nodes are ephemeral: their filesystem is reset once in a while. If you want to persist the chats on a server, you can add S3 storage to your heroku gun instance, or run a docker gun node.
|
||||
|
Loading…
x
Reference in New Issue
Block a user