8 to Abolition

8 to Abolition is a police and prison abolition campaign created during the Black Lives Matter protests of 2020 following the killing of George Floyd.[1][2][3]

8 to Abolition
Campaign material from May 2020
FormationMay 2020
PurposePolice abolition
Website8toabolition.com

Formation

8 to Abolition was created by a group of abolitionists in response to the 8 Can't Wait campaign created by Campaign Zero.[4][5][6] 8 to Abolition states that they believe the 8 Can't Wait campaign is "dangerous and irresponsible, offering a slate of reforms that have already been tried and failed, that mislead a public newly invigorated to the possibilities of police and prison abolition, and that do not reflect the needs of criminalized communities."[1][7]

Campaign

The eight points of the 8 to Abolition campaign are as follows:[1][8]

  1. Defund police
  2. Demilitarize communities
  3. Remove police from schools
  4. Free people from jails and prisons
  5. Repeal laws that criminalize survival
  6. Invest in community self-governance
  7. Provide safe housing for everyone
  8. Invest in care, not cops

The campaign is spread primarily via social media, where graphics and info on the campaign are shared with the hashtag "#8toAbolition".

gollark: I tested four different compression algorithms and brotli did fairly well; I would have used zstandard but the node bindings for it are awful, and brotli actually did do better on small inputs.
gollark: For example, it stores created/updated timestamps in a way which allows them to be looked up more quickly, makes it faster to look up the latest revision of stuff, allows me to do compression (I implemented brotli compression to reduce storage requirements a lot), and allows revisions to have data and represent stuff other than "the page content changed".
gollark: The new version *is* better, even if it involves something like 70 lines more code.
gollark: I've reworked minoteaur's design a bit again because productivity is BEES and happens to other people.```sqlCREATE TABLE pages ( id INTEGER PRIMARY KEY, name TEXT NOT NULL, updated INTEGER NOT NULL, content TEXT NOT NULL);``` I went from that small and thus uncool database thingy to this:```sqlCREATE TABLE versions ( vuuid TEXT PRIMARY KEY COLLATE BINARY, rawSize INTEGER NOT NULL, encoding TEXT, data BLOB NOT NULL);CREATE TABLE pages ( title TEXT PRIMARY KEY, created INTEGER NOT NULL, updated INTEGER NOT NULL, latestVersion TEXT NOT NULL REFERENCES versions(vuuid));CREATE TABLE revisions ( ruuid TEXT PRIMARY KEY COLLATE BINARY, page TEXT NOT NULL REFERENCES pages(title), timestamp INTEGER NOT NULL, type TEXT NOT NULL, data TEXT NOT NULL, -- JSON version TEXT NOT NULL REFERENCES versions(vuuid));CREATE INDEX revisions_page_ix ON revisions(page);```
gollark: Suspicious timing.

References

  1. "8 to Abolition - Why". www.8toabolition.com. 2020. Archived from the original on 2020-07-08. Retrieved 2020-06-08.
  2. Provenzano, Brianna (2020-06-08). "It's Not Enough To Reform The Police — Defunding Is The Only Answer". Refinery29. Archived from the original on 2020-07-08. Retrieved 2020-06-08.
  3. Simonson, Jocelyn (2020-06-08). "Power over Policing". Boston Review. Archived from the original on 2020-06-30. Retrieved 2020-06-10.
  4. Goodman, Amy; Sarsour, Linda; Denzel Smith, Mychal (2020-06-08). "Defund the Police: Linda Sarsour & Mychal Denzel Smith on What Meaningful Change Would Look Like". Democracy Now!. Archived from the original on 2020-07-08. Retrieved 2020-06-09.
  5. Ongweso Jr, Edward (2020-06-09). "'Defund the Police' Actually Means Defunding the Police". Vice. Archived from the original on 2020-07-08. Retrieved 2020-06-10.
  6. Smith, Lilly (2020-06-10). "In the fight for police reform and abolition, design plays a key role". Fast Company. Archived from the original on 2020-06-13. Retrieved 2020-06-10.
  7. Diavolo, Lucy (2020-06-08). "The Protests Are Changing How People Think About Police". Teen Vogue. Archived from the original on 2020-06-09. Retrieved 2020-06-09.
  8. Peters, Adele (2020-06-10). "These 8 steps for police abolition go further than #8Can'tWait". Fast Company. Archived from the original on 2020-06-14. Retrieved 2020-06-11.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.