since we’re stretching the concepts, how about being inhuman for failing an actual captcha? :P
- 0 Posts
- 4 Comments
adry@piefed.socialto
politics @lemmy.world•YSK that Gerrymandering allows politicians to determine election outcomes by changing electoral maps. In most western countries, it's illegal. Gerrymandering is common in the United StatesEnglish
8·1 year agoAh, I saw this term in the past. Never understood, I could barely see the relationship to US elections. And, I’m a complete alien to the sophisticated methods billionaires use to sustain their US dictatorship, but it seems to me that this only works because of some “given” stuff like having only 2 parties, and having electorates… Disclaimer: I don’t want to bother that much into understanding this, like going through lengthy articles on the web. But will definitively read your answers (thanks!)
adry@piefed.socialto
Selfhosted@lemmy.world•Distributed/replicated storage optionsEnglish
3·1 year ago+1 I use it to on all of my devices for sharing 1 folder, just set one as introducer, and keep adding nodes (e.g. phone, Work mini, laptops, PC, …) Once you have that set, start adding folders as needed for specific cases (e.g. a folder shared among all mentioned except for Work mini.)

this is self-hosting local-first apps. There’s some local-first manifesto somewhere… one of their greatest ‘backend’ developments were CRDTs. The idea, is that the app can be turned off, synchronization can be interrupted and resumed, and so on. Those CRDTs allow people to use a text editor even when the client(s) are disconnected from the server. Of course, depending on how much your version differs, the merge conflict of diverging versions will be easier to solve…