since we’re stretching the concepts, how about being inhuman for failing an actual captcha? :P
- 0 Posts
- 3 Comments
Joined 6 months ago
Cake day: March 25th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
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 StatesEnglish0·1 month 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!)
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…