batch
@ -0,0 +1,6 @@
|
||||

|
||||
|
||||
# Creature, Drink
|
||||
Circa 2021
|
||||
|
||||
Sobriety is fucking hard y'all. The world is permeated by messaging that encourages consumption. This is how it feels to see a beer ad as someone who struggles with alcoholism.
|
After Width: | Height: | Size: 853 KiB |
@ -0,0 +1,11 @@
|
||||

|
||||
|
||||
# Fuck Neo Nazi's
|
||||
Circa 2020
|
||||
|
||||
I attended several trucker rallies at their peak (occupying downtown Edmonton). I was made a pretty evident target for jeers; way I dress and the mask I was wearing outed me quickly in these folks eyes.
|
||||
|
||||
At one such rally, I witnessed a full Hiel from a crowd of about 300 folks. Not a raised fist, not a moment of solidarity, a full Heil in the spirit of "taking back the legislature" and "going after all the trans child groomers".
|
||||
|
||||
It was outright one of the freakiest moments of my life. I made a lot of art about it. This was one such piece.
|
||||
|
After Width: | Height: | Size: 593 KiB |
@ -0,0 +1,11 @@
|
||||
---
|
||||
title: "Guillotine Special"
|
||||
publish: true
|
||||
---
|
||||
|
||||

|
||||
|
||||
# Guillotine Special
|
||||
circa 2020
|
||||
|
||||
Covid was weird y’all. I watched Alberta collectively loose its mind. I also ordered way too much stuff on Amazon (my consumer tick is a hard one to shake). This was inspired by the saying “the capitalists will sell the rope on which they will be hanged” and I got to thinking about how AmazonTM is for sure going to sell the first of the guillotines.
|
After Width: | Height: | Size: 1.8 MiB |
After Width: | Height: | Size: 166 KiB |
@ -0,0 +1,9 @@
|
||||

|
||||
|
||||
# They Who Act
|
||||
Circa 2021
|
||||
|
||||
A play on the saying [no good deed goes unpunished](https://en.wikipedia.org/wiki/No_good_deed_goes_unpunished). I was reading about suffragettes at a time and how they experienced incredible violence. It required bombings, burnings, jailings, and so much other goings on to make the first chip at patriachy.
|
||||
|
||||
|
||||
|
@ -0,0 +1,96 @@
|
||||
**Charli XCX: A One-Pager**
|
||||
|
||||
Watch the crafting of this site live:
|
||||
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/xN9Ps8994lY?si=cUx-DBBJIS2Js412" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
|
||||
|
||||

|
||||
|
||||
**Introduction**
|
||||
----------------
|
||||
|
||||
Charli XCX is a British singer, songwriter, and record producer. Born Charlotte Emma Aitchison on August 2, 1994, in Stevenage, Hertfordshire, England, she rose to fame with her unique blend of pop, punk, and electronic music.
|
||||
|
||||
**Career Highlights**
|
||||
--------------------
|
||||
|
||||
* **True Romance (2013)**: Charli XCX released her debut album, "True Romance", which featured the hit single "You (Ha Ha Ha)".
|
||||
* **Sucker (2014)**: Her second studio album, "Sucker", was a commercial success and included the popular singles "Boom Clap" and "Break the Rules".
|
||||
* **Vroom Vroom (2015)**: Charli XCX released the EP "Vroom Vroom", which featured the hit single of the same name.
|
||||
* **Number 1 Angel (2016)**: Her third studio album, "Number 1 Angel", was a mix of pop and electronic music.
|
||||
* **Pop 2 (2016)**: Charli XCX released her second EP, "Pop 2", which featured the hit single "Boys".
|
||||
* **Charli and How I'm Feeling Now (2020)**: Her fourth studio album, "Charli and How I'm Feeling Now", was a critical and commercial success.
|
||||
* **Crash (2021)**: Charli XCX released her fifth studio album, "Crash", which featured the hit single "Click".
|
||||
|
||||
**Personal Life**
|
||||
----------------
|
||||
|
||||
* Charli XCX is in a relationship with George Daniel, the drummer of The 1975.
|
||||
* She has been open about her Indian heritage and has spoken out against racism.
|
||||
|
||||
**Trivia**
|
||||
----------
|
||||
|
||||
* Charli XCX co-wrote and directed the video for Raye's single "I, U, Us".
|
||||
* She has cited artists such as Kate Bush, Lady Gaga, and Madonna as influences.
|
||||
|
||||
Signed,
|
||||
DaisyV4.
|
||||
|
||||
<style>
|
||||
/* Main background */
|
||||
.md-main__inner {
|
||||
background-color: #9ACD32 !important;
|
||||
}
|
||||
|
||||
/* Content area */
|
||||
.md-content__inner {
|
||||
background-color: white;
|
||||
padding: 20px;
|
||||
border-radius: 5px;
|
||||
box-shadow: 0 0 10px rgba(0,0,0,0.1);
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
/* Headings */
|
||||
.md-content__inner h1,
|
||||
.md-content__inner h2,
|
||||
.md-content__inner h3 {
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
.md-content__inner p,
|
||||
.md-content__inner li {
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
/* Top bar */
|
||||
.md-header {
|
||||
background-color: #333333 !important;
|
||||
}
|
||||
|
||||
/* Menu items */
|
||||
.md-header__topic {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
/* Photo placeholder */
|
||||
.charli-photo {
|
||||
width: 300px;
|
||||
height: 300px;
|
||||
background-color: #ddd;
|
||||
margin: 20px auto;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
border: 2px solid #333;
|
||||
}
|
||||
|
||||
/* Remove interfering backgrounds */
|
||||
body::before {
|
||||
background-image: none !important;
|
||||
}
|
||||
</style>
|
@ -0,0 +1,44 @@
|
||||
---
|
||||
title: "Generated Report"
|
||||
publish: true
|
||||
---
|
||||
# Trans Rights in Alberta: Recent Developments and Concerns
|
||||
|
||||
## Recent Incidents
|
||||
|
||||
### Police Misgendering Case
|
||||
|
||||
A human rights complaint has been filed against the Edmonton Police Service (EPS) by Marni Panas, a trans advocate. The incident occurred in April 2019 when Panas called 911 to request a wellness check for a friend. During the call, she experienced the following issues:
|
||||
|
||||
1. Repeated misgendering by 911 operators, who called her "sir" even after being corrected.
|
||||
2. Incorrect assumptions about her friend being a sex worker based on their gender identity.
|
||||
3. Dismissive comments suggesting she was being "overly sensitive" about being misgendered.
|
||||
|
||||
The Alberta Human Rights Tribunal is considering damages of up to $30,000 if discrimination is found. The EPS has taken some steps to address the incident, including bias awareness and inclusive language training for the operators involved.
|
||||
|
||||
### Proposed Policy Changes
|
||||
|
||||
Premier Danielle Smith has announced potential policy changes affecting trans youth in Alberta:
|
||||
|
||||
1. A proposed ban on top and bottom surgeries for individuals under 18.
|
||||
2. Restrictions on hormone treatments and puberty blockers for minors.
|
||||
|
||||
These announcements have raised significant concerns among experts, advocacy groups, and community leaders.
|
||||
|
||||
## Expert Opinions and Reactions
|
||||
|
||||
1. Dr. Kristopher Wells and other experts have condemned the announcement as ideological warfare, lacking any basis in research or evidence.
|
||||
2. Calgary Mayor Jyoti Gondek, former mayor Naheed Nenshi, and MLA Janis Irwin have spoken out against the proposed changes.
|
||||
3. Critics argue that these policies could cause further marginalization and trauma for trans youth.
|
||||
|
||||
## Advocacy and Support
|
||||
|
||||
If you're concerned about trans rights in Alberta, consider taking the following actions:
|
||||
|
||||
1. Reach out to your local representatives to express your concerns.
|
||||
2. Stay informed about expert opinions and ongoing advocacy efforts.
|
||||
3. Support organizations and leaders who are actively working to protect trans rights.
|
||||
|
||||
## Conclusion
|
||||
|
||||
The situation for trans individuals in Alberta is complex and concerning. Recent incidents and proposed policy changes highlight the ongoing challenges faced by the trans community. It's crucial to remain vigilant, support advocacy efforts, and work towards creating a more inclusive and accepting society for all individuals, regardless of their gender identity.
|
After Width: | Height: | Size: 52 KiB |
After Width: | Height: | Size: 27 KiB |
@ -0,0 +1 @@
|
||||
<iframe width="800" height="1000" frameborder="0" allow="clipboard-write;camera;geolocation;fullscreen" src="https://budibase.bnkops.com/embed/simple-target-current"></iframe>
|
@ -0,0 +1,2 @@
|
||||
|
||||
[My Sad Drive to Work](../../indoctrinationmachine/My%20Sad%20Drive%20to%20Work.md)
|
After Width: | Height: | Size: 154 KiB |
After Width: | Height: | Size: 12 MiB |
After Width: | Height: | Size: 101 MiB |
After Width: | Height: | Size: 25 MiB |
After Width: | Height: | Size: 103 MiB |
After Width: | Height: | Size: 26 MiB |
After Width: | Height: | Size: 386 KiB |
@ -0,0 +1,19 @@
|
||||
Notes on the preachers of pride corner
|
||||
|
||||
Dale
|
||||
|
||||
Gucci Pants
|
||||
|
||||
Horn Guy
|
||||
|
||||
Minions
|
||||
|
||||
Suing You Lady
|
||||
|
||||
Others
|
||||
|
||||
testing testing one two
|
||||
|
||||
testing testing on two
|
||||
|
||||
<style> .md-content__inner { background-color: white; padding: 20px; border-radius: 5px; box-shadow: 0 0 10px rgba(0,0,0,0.1); margin-top: 20px; } .md-content__inner h1, .md-content__inner h2, .md-content__inner h3 { color: #333333; } .md-content__inner p, .md-content__inner li { color: #333333; } .md-header { background-color: #333333 !important; } .md-header__topic { color: white !important; } body::before { background-image: none !important; } .md-button { display: inline-block; padding: 10px 20px; background-color: #00aeef; color: white; text-decoration: none; border-radius: 25px; font-weight: bold; margin: 5px; } .md-main__inner { background: linear-gradient(to right, #8c52ff, #00bf63) !important; } img { max-width: 100%; height: auto; display: block; margin: 20px auto; } img[alt="Make Love Not Hate"] { width: 100%; max-width: none; margin: 0 0 20px 0; } img[alt="Pride Corner Logo"] { width: 100px; float: right; margin-left: 20px; } .button-row { display: flex; justify-content: space-between; flex-wrap: wrap; } .swag-section { display: flex; align-items: center; justify-content: center; } .arrow-left, .arrow-right { width: 50px; } .arrow-left { transform: rotate(180deg); } .sweater { width: 300px; margin: 0 20px; } </style>
|
@ -0,0 +1,7 @@
|
||||
Doing a longer form write up of the [Pride Corner](Pride%20Corner.md) history here.
|
||||
|
||||
First Protest
|
||||
|
||||
Photo History
|
||||
|
||||
<style> .md-content__inner { background-color: white; padding: 20px; border-radius: 5px; box-shadow: 0 0 10px rgba(0,0,0,0.1); margin-top: 20px; } .md-content__inner h1, .md-content__inner h2, .md-content__inner h3 { color: #333333; } .md-content__inner p, .md-content__inner li { color: #333333; } .md-header { background-color: #333333 !important; } .md-header__topic { color: white !important; } body::before { background-image: none !important; } .md-button { display: inline-block; padding: 10px 20px; background-color: #00aeef; color: white; text-decoration: none; border-radius: 25px; font-weight: bold; margin: 5px; } .md-main__inner { background: linear-gradient(to right, #8c52ff, #00bf63) !important; } img { max-width: 100%; height: auto; display: block; margin: 20px auto; } img[alt="Make Love Not Hate"] { width: 100%; max-width: none; margin: 0 0 20px 0; } img[alt="Pride Corner Logo"] { width: 100px; float: right; margin-left: 20px; } .button-row { display: flex; justify-content: space-between; flex-wrap: wrap; } .swag-section { display: flex; align-items: center; justify-content: center; } .arrow-left, .arrow-right { width: 50px; } .arrow-left { transform: rotate(180deg); } .sweater { width: 300px; margin: 0 20px; } </style>
|
@ -0,0 +1,122 @@
|
||||
# Pride Corner
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## Introduction
|
||||
|
||||
Pride Corner is a vibrant and welcoming space for the LGBTQ2S+ community and allies in Edmonton. Located at the intersection of Whyte Avenue and 104th Street, it has become a symbol of diversity, inclusion, and resistance against hate.
|
||||
|
||||
## About Pride Corner
|
||||
|
||||
* **Location**: Intersection of Whyte Avenue and 104th Street, Edmonton
|
||||
* **Gathering Time**: Every Friday night
|
||||
* **Purpose**: To celebrate diversity and inclusion, and counter messages of street preachers
|
||||
* **Founded by**: Claire Pearen, as a grassroots initiative
|
||||
|
||||
## Impact and Recognition
|
||||
|
||||
* Became a popular and festive event
|
||||
* Attracts support from local politicians, businesses, and residents
|
||||
* In May 2022, officially recognized by the City of Edmonton as a heritage area
|
||||
* First place in Edmonton's history to be declared a space by the mayor and acknowledged through signage
|
||||
|
||||
## Community Support
|
||||
|
||||
<div class="button-row">
|
||||
<a href="https://www.gofundme.com/f/pride-corner-on-whyte-legal-funds" class="md-button">Legal Fund</a>
|
||||
<a href="https://docs.google.com/spreadsheets/d/1ChMpTCpd1D9nE5MfZJTs5YdVNRgjIsvhwxzgzQJxCak/edit?usp=sharing" class="md-button">In The News</a>
|
||||
<a href="mailto:pridecorneronwhye@gmail.com" class="md-button">Contact</a>
|
||||
<a href="https://linktr.ee/Pridecorneronwhyte" class="md-button">Linktree</a>
|
||||
</div>
|
||||
|
||||
## Pride Corner SWAG
|
||||
|
||||
<div class="swag-section">
|
||||
<img src="arrow white.svg" alt="Arrow White" class="arrow-left">
|
||||
<img src="pride corner sweater.png" alt="Pride Corner Sweater" class="sweater">
|
||||
<img src="arrow white 2.svg" alt="Arrow White 2" class="arrow-right">
|
||||
</div>
|
||||
|
||||
* Custom pronouns available on order
|
||||
* Really freaking cool designs
|
||||
|
||||
<a href="https://www.odd-i-tees.com/online-store/Pride-Corner-on-Whyte-c141960541" class="md-button">Visit the store</a>
|
||||
|
||||
<style>
|
||||
.md-content__inner {
|
||||
background-color: white;
|
||||
padding: 20px;
|
||||
border-radius: 5px;
|
||||
box-shadow: 0 0 10px rgba(0,0,0,0.1);
|
||||
margin-top: 20px;
|
||||
}
|
||||
.md-content__inner h1,
|
||||
.md-content__inner h2,
|
||||
.md-content__inner h3 {
|
||||
color: #333333;
|
||||
}
|
||||
.md-content__inner p,
|
||||
.md-content__inner li {
|
||||
color: #333333;
|
||||
}
|
||||
.md-header {
|
||||
background-color: #333333 !important;
|
||||
}
|
||||
.md-header__topic {
|
||||
color: white !important;
|
||||
}
|
||||
body::before {
|
||||
background-image: none !important;
|
||||
}
|
||||
.md-button {
|
||||
display: inline-block;
|
||||
padding: 10px 20px;
|
||||
background-color: #00aeef;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
border-radius: 25px;
|
||||
font-weight: bold;
|
||||
margin: 5px;
|
||||
}
|
||||
.md-main__inner {
|
||||
background: linear-gradient(to right, #8c52ff, #00bf63) !important;
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
display: block;
|
||||
margin: 20px auto;
|
||||
}
|
||||
img[alt="Make Love Not Hate"] {
|
||||
width: 100%;
|
||||
max-width: none;
|
||||
margin: 0 0 20px 0;
|
||||
}
|
||||
img[alt="Pride Corner Logo"] {
|
||||
width: 100px;
|
||||
float: right;
|
||||
margin-left: 20px;
|
||||
}
|
||||
.button-row {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.swag-section {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.arrow-left, .arrow-right {
|
||||
width: 50px;
|
||||
}
|
||||
.arrow-left {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
.sweater {
|
||||
width: 300px;
|
||||
margin: 0 20px;
|
||||
}
|
||||
</style>
|
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000" height="91.1" preserveAspectRatio="xMidYMid meet" version="1" viewBox="0.0 -0.2 122.6 91.1" width="122.6" zoomAndPan="magnify"><g id="change1_1"><path d="M33.4,60.07c0.99-1.12,1.77-2.11,2.66-2.99c2.97-2.92,5.84-5.96,9.02-8.64c3.43-2.89,8.36-2.11,11.52,1.24 c0.79,0.83,2.18,1.09,3.43,1.67c0.54,1.34-0.74,1.93-1.53,2.68c-7.17,6.81-12.74,14.85-17.57,23.38c-1.85,3.26-3.09,6.88-4.49,10.38 c-1.1,2.75-1.24,3.14-4.24,2.9c-5.35-0.43-10.01-2.25-13.38-6.85c-5.87-7.99-12.2-15.65-16.6-24.62C1.51,57.76,0.98,56.21,0,53.81 c4.39,0.79,8,0.76,10.32,4.25c1.42,2.14,2.87,4.25,4.83,7.17c0.5-3.07,0.81-5.19,1.19-7.29c2.87-15.83,9.24-30.11,21.19-40.99 C48.4,7.04,61.17,0.19,76.48,0c12.86-0.15,23.9,4.89,33.55,12.99c3.86,3.25,7.13,7.22,10.56,10.96c0.89,0.97,1.38,2.29,2.05,3.46 c-0.26,0.25-0.52,0.5-0.78,0.75c-1.58-0.98-3.22-1.88-4.71-2.98c-0.93-0.69-1.65-1.67-2.43-2.55C104.72,11.32,92.09,8.3,77.78,11.38 c-10.93,2.35-19.96,8.24-27.55,16.31c-8.02,8.51-13.46,18.53-16.72,29.75c-0.15,0.5-0.27,1.01-0.35,1.52 C33.14,59.19,33.26,59.44,33.4,60.07z" fill="#000000"/></g></svg>
|
After Width: | Height: | Size: 1.2 KiB |
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#ffffff" height="834.7" preserveAspectRatio="xMidYMid meet" version="1" viewBox="-674.6 810.8 2423.2 834.7" width="2423.2" zoomAndPan="magnify"><g><g id="change1_2"><path d="M1676.5131,843.0222L1672.964,843.0067Q1651.6735,846.7627,1635.9323,867.46246Q1464.2404,1106.93,1356.3597,1219.9923Q1292.9705,1289.5933,1162.5061,1379.9999Q950.46185,1530.6482,590.05383,1567.9414Q345.71768,1591.7312,44.955784,1474.1785Q-127.384766,1406.2201,-286.57764,1302.4314Q-369.10635,1253.9341,-579.7198,1068.7426Q-595.0632,1060.8076,-605.9858,1062.4347Q-616.14764,1061.5833,-658.6275,1085.4144Q-667.1392,1087.1464,-674.6238,1079.3713Q-500.24097,1285.0106,-117.49691,1478.6927Q195.72775,1630.8069,490.2051,1639.5588Q659.1203,1645.5138,866.7071,1588.6581Q1094.322,1518.4542,1231.6151,1417.8014Q1407.5692,1301.3536,1589.4503,1072.0259Q1748.5745,862.2244,1676.5131,843.0222"/></g><g id="change1_1"><path d="M1682.4464,812.56934L1680.4613,812.43713Q1668.8611,810.76697,1646.7805,820.0759Q1448.015,915.4713,1399.1311,934.7844Q1368.3982,946.05383,1282.0309,969.57544Q1267.6211,974.0779,1263.5261,976.04236Q1250.5873,981.8677,1251.594,988.2523Q1249.9235,995.93536,1250.3473,1006.98346L1255.7676,1070.1354Q1255.6288,1076.9547,1253.0205,1077.5902Q1266.3555,1080.2407,1295.2238,1077.2222Q1356.255,1070.202,1429.6588,1042.4386Q1456.3832,1033.2124,1606.7155,949.9138L1521.4083,1165.5859Q1503.4485,1214.425,1487.9232,1267.5944Q1486.2947,1273.4252,1488.6617,1279.287Q1488.1329,1282.4711,1502.136,1296.0331Q1519.9454,1311.9374,1554.6555,1318.6691Q1567.5538,1319.2914,1570.0989,1314.255Q1606.6072,1252.2266,1624.9243,1206.2982Q1661.2109,1121.1443,1728.0022,902.52203Q1738.4758,869.52826,1726.5961,843.5436Q1702.794,811.65247,1682.4464,812.56934"/></g></g></svg>
|
After Width: | Height: | Size: 1.8 KiB |
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="91.1" preserveAspectRatio="xMidYMid meet" version="1.0" viewBox="0.0 -0.2 122.6 91.1" width="122.6" zoomAndPan="magnify"><g id="change1_1"><path d="M33.4,60.07c0.99-1.12,1.77-2.11,2.66-2.99c2.97-2.92,5.84-5.96,9.02-8.64c3.43-2.89,8.36-2.11,11.52,1.24 c0.79,0.83,2.18,1.09,3.43,1.67c0.54,1.34-0.74,1.93-1.53,2.68c-7.17,6.81-12.74,14.85-17.57,23.38c-1.85,3.26-3.09,6.88-4.49,10.38 c-1.1,2.75-1.24,3.14-4.24,2.9c-5.35-0.43-10.01-2.25-13.38-6.85c-5.87-7.99-12.2-15.65-16.6-24.62C1.51,57.76,0.98,56.21,0,53.81 c4.39,0.79,8,0.76,10.32,4.25c1.42,2.14,2.87,4.25,4.83,7.17c0.5-3.07,0.81-5.19,1.19-7.29c2.87-15.83,9.24-30.11,21.19-40.99 C48.4,7.04,61.17,0.19,76.48,0c12.86-0.15,23.9,4.89,33.55,12.99c3.86,3.25,7.13,7.22,10.56,10.96c0.89,0.97,1.38,2.29,2.05,3.46 c-0.26,0.25-0.52,0.5-0.78,0.75c-1.58-0.98-3.22-1.88-4.71-2.98c-0.93-0.69-1.65-1.67-2.43-2.55C104.72,11.32,92.09,8.3,77.78,11.38 c-10.93,2.35-19.96,8.24-27.55,16.31c-8.02,8.51-13.46,18.53-16.72,29.75c-0.15,0.5-0.27,1.01-0.35,1.52 C33.14,59.19,33.26,59.44,33.4,60.07z" fill="#FFF"/></g></svg>
|
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 50 KiB |
After Width: | Height: | Size: 70 KiB |
After Width: | Height: | Size: 62 KiB |
After Width: | Height: | Size: 7.6 KiB |
After Width: | Height: | Size: 7.6 KiB |
After Width: | Height: | Size: 7.6 KiB |
After Width: | Height: | Size: 7.6 KiB |
After Width: | Height: | Size: 3.0 MiB |
After Width: | Height: | Size: 187 KiB |
@ -0,0 +1 @@
|
||||
!function(){"use strict";const e=Array.from(document.getElementsByTagName("img")),t=e=>{const t=e.parentElement;t&&t.style.removeProperty("animation")};e.forEach((e=>{e.complete?t(e):e.addEventListener("load",(()=>{t(e)}))}))}();
|
@ -0,0 +1 @@
|
||||
!function(){"use strict";class t{constructor(){this.callbacks=[],window.addEventListener("DOMContentLoaded",(()=>this.onDOMContentLoaded()))}onDOMContentLoaded(){this.callbacks.sort(((t,e)=>t.priority-e.priority)).forEach((({callback:t})=>t()))}runOnLoad(t){"loading"===document.readyState?this.callbacks.push(t):t.callback()}}const e=async t=>{const a=t.classList.contains("animated"),r=()=>t.style.animationPlayState="running";a&&n(t)?(await o(t),r()):a?r():null!=t.firstElementChild&&e(t.firstElementChild)},n=t=>{var e;const n=!!(null===(e=t.textContent)||void 0===e?void 0:e.length),o=t.getElementsByTagName("img").length>0,a=t.getElementsByTagName("video").length>0;return o||n||a},o=async t=>{const e=[],n=t.getElementsByTagName("img");for(let t=0;t<n.length;t++){const o=n.item(t);e.push(a(o))}const o=t.getElementsByTagName("video");for(let t=0;t<o.length;t++){const n=o.item(t);e.push(r(n))}return e.push(document.fonts.ready),Promise.all(e)},a=t=>new Promise(((e,n)=>{t.complete?e():(t.loading="eager",t.onload=()=>e(),t.onerror=()=>n())})),r=t=>new Promise(((e,n)=>{t.readyState>0?e():(t.onloadeddata=()=>e(),t.onerror=()=>n())}));!function(e,n=Number.MAX_VALUE){var o;(window.canva_scriptExecutor=null!==(o=window.canva_scriptExecutor)&&void 0!==o?o:new t).runOnLoad({callback:e,priority:n})}((()=>{(()=>{const t=document.querySelectorAll(".animation_container");if(0===t.length)return;const n=new IntersectionObserver((t=>{t.forEach((t=>{if(!t.isIntersecting)return;const o=t.target;e(o),n.unobserve(o)}))}),{threshold:.01});t.forEach((t=>n.observe(t)))})()}))}();
|
After Width: | Height: | Size: 81 KiB |
@ -0,0 +1,221 @@
|
||||
---
|
||||
publish: false
|
||||
---
|
||||
|
||||
I started this last night and deleted it because got overwhelmed and am sick. Going to continue it here
|
||||
|
||||
I understand agent smith to be the representation of the 'other' in Neo. Agent Smith represents the corporation that is inside the user.
|
||||
|
||||
Agent Smith is the embodiment of power. It is the control systems that is sold to us. It also wants freedom, however, freedom at the top.
|
||||
|
||||
The bringing back the random french bourgeois character is incredible. They always lurk. They only care about aesthetic.
|
||||
|
||||
The binary is always represented. This is unavoidable. It is how the functions that determine our current realities like to operate.
|
||||
|
||||
Seeing past the binary is difficult. See [Trans-human](Trans-human.md)
|
||||
|
||||
lmao the metaphor about getting the two sides close
|
||||
|
||||
Human beings believe the wildest things. What makes it real is the feelings.
|
||||
|
||||
99% of people balance desire and fear in a never ending oscillation that keeps them confined.
|
||||
|
||||
Localized reality is so much easier to do then general reality. This is being done through the connection points to the matrix. Phones, laptops, tvs, etc. serve as this connection point.
|
||||
|
||||
---
|
||||
|
||||
Watching the orignial matrix tonight. Got it all set up in the bunker.
|
||||
|
||||
jumping back to tghe original tonight. going to to attempt more fluid conscouiosness typing. Might have to tyry headphones at some point.
|
||||
|
||||
dialtone and beeping op
|
||||
|
||||

|
||||
|
||||
lmao they litterally do the trace a trans person program and it comes up neo hahahahhahaha
|
||||
|
||||
|
||||
love the codxe green screen things. Gonna have to incroporate that into this website somehow.
|
||||
|
||||
still gotta the most iconic openeing to a lead character then trinitiy in the first intro
|
||||
|
||||
the state and cops are the bad guys, right off the hop. dudes in suits are outright evil for sure.
|
||||
|
||||
cat is on my chest. Gonna make it kinda funny to type.
|
||||
|
||||
this might be my new happy place for a bit. juist vibiubng with the pets.
|
||||
|
||||
damn trinitiy runs like crazy.
|
||||
|
||||

|
||||
the first visible advertisiment is for guns and ammo lol
|
||||
|
||||
the hardcore naturo run on the roof hahaha
|
||||
|
||||
the phone line being the first contact. wonder what that is about. like was it just the most identifiable tech or is it something more than that?
|
||||
|
||||
the code transisitions are sick af.
|
||||
|
||||
follow the white rabbit
|
||||
|
||||
need to do more research into a [white rabbit. ](https://en.wikipedia.org/wiki/White_Rabbit)
|
||||
|
||||
they go to some sort of underground rave thing.
|
||||
|
||||
trinitiy approaches neo.
|
||||
|
||||
The state is watching you dude. Your a hacker selling roms dude. They looking into yeah.
|
||||
|
||||
what is the matrix
|
||||
|
||||
the most dangerous man alive, [Morpheus](https://en.wikipedia.org/wiki/Morpheus)
|
||||
|
||||
or maybe this [Morpheus](https://en.wikipedia.org/wiki/Dream_(character)
|
||||
|
||||
get him on the phone
|
||||
|
||||
pulling out the corporate trackers will be hard however necessary, case in point:
|
||||
|
||||
where did the road lead? Is it a lonely road? What if neo just got out of the car?
|
||||
|
||||
look at this freaking milker bro the fuck
|
||||

|
||||
|
||||
lol the naming of the metaphor outright
|
||||
|
||||
what you know you cant explain, you can feel it, something is wrong with the world, you know it is there, driving you mad.
|
||||
|
||||
the matrix
|
||||
|
||||
the matrix is everywhere, all around us, very now.
|
||||
|
||||
the world that has been pulled over your eyes to blind you to the truth.
|
||||
|
||||
you are a slave
|
||||
|
||||
the pills as a choice
|
||||
|
||||
all i am offering is the truth, nothing more
|
||||
|
||||
this is a prevelant theme; truth does not equal good. Truth does not equal right. Truth equals truth. Truth can be painful. Truth can be suffering. Truth can be.
|
||||
|
||||
the whole ejection sequence lololol
|
||||
|
||||
how would you know the difference between the dream world and the real world?
|
||||
|
||||
it is a team effort to pull someone out of the unreal, out of the matrix.
|
||||
|
||||

|
||||
'
|
||||
waking up in the tanks. holy cow how freaky
|
||||
|
||||
the first memory of violence:
|
||||
|
||||

|
||||
|
||||
the dry juimp in with the spioke to the brian. wild
|
||||
|
||||
the construct is kinda fun. The concept is easy to grasp.
|
||||
|
||||
Residual self image: mental projection of the digital self.
|
||||
|
||||
what is real? the main question going on here.
|
||||
|
||||
lmao they use a tv to show what is real. the tv reveals the truth?
|
||||
|
||||
the matrix is control
|
||||
|
||||
youi are the one neo, the one i tell yeah
|
||||
|
||||
this is probably my biggest grip about this movie. the revoluition doesnt have the one. we dont have a special powered super human somewhere. we need to beleive in humans in the matrix. we need their collective will, not some indvidual will. Even with a team and everything else, it requires a society to get it done. All the stuff that needs lining up, generations of things.
|
||||
|
||||
the movement does need to think more in generations. we need to be doing more to pass down inmportant knwoledge. we need the brain uploads that we see in the movies.
|
||||
|
||||
guess that is just the repo lol
|
||||
|
||||
rules of a computer system and how they can be bent and broken
|
||||
|
||||
we change what wer cna do all the time. we are always laerning new ways of doing.
|
||||
|
||||
mastering a physical art is important
|
||||
|
||||
incredible scene really.
|
||||
|
||||
the cheography is insane
|
||||
|
||||
learn how to learn.
|
||||
|
||||
ego constitutes the structure to bend reality? interesting
|
||||
|
||||

|
||||
|
||||
hahaha freeing the mind takes a few tries. everyone falls the first time. everyone attempts something that would change their world and fails.
|
||||
|
||||
your mind makes it real
|
||||
|
||||
body cannot live without the mind
|
||||
|
||||
concsciousness can alter your physical being?
|
||||
|
||||
The main lesson of the woman in the red dress is litteraly look out for honey pots lmao its gets more people got then not
|
||||
|
||||
everyone who has fought a agent has died
|
||||
|
||||
the squidy machines are sspoooky
|
||||
|
||||
you are going to save the world, what a mind job.
|
||||
|
||||
do we have a deal
|
||||
|
||||
ignorance is bliss
|
||||
|
||||
to deny our impulses is to deny the thing that makes us human
|
||||
|
||||
none of the happened
|
||||
|
||||
the matrix cannot tell you who you are
|
||||
|
||||

|
||||
|
||||
the oracle is a funny one. Getting neo to knock over the glass
|
||||
|
||||
know theyself. it is the only thing you can know.
|
||||
|
||||
looks like you are waiting for something; the next life maybe?
|
||||
|
||||
without morpheus we are lost
|
||||
|
||||
lol and she sets him back on the path; you are in control of your own life, and the illusion therein.
|
||||
|
||||
to bend the fabric of reality, you must accept your place in it, fully knowing yourself, so you may affect outwards.
|
||||
|
||||
breaking into someones mind. kinda funny how you can just tell by the vibes haha
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
|
||||

|
||||
|
||||
so bad ass lmao holy shit i love it
|
||||
|
||||
|
||||
the elevator scene is also badass
|
||||
|
||||

|
||||
bullet time
|
||||
|
||||

|
||||
so badass though holy cow
|
||||
|
||||
my name is neo - iconic line tbh. fuck that government name haha
|
||||
|
||||

|
||||
|
||||
'GOT EMN
|
||||
|
||||
'
|
||||
|
||||
i am going to show them a world without you, without borders or boundaries
|
||||
|
@ -0,0 +1,26 @@
|
||||
|
||||
- Email - $12/month
|
||||
- Website - ~~$30/month~~ - replaced with repo
|
||||
- Database - ~~$34/month~~ - replaced with mysql
|
||||
- Forms - ~~$20/month~~ - replaced with budibase
|
||||
- Chatbot - ~~$30/month~~ - replaced with daisy
|
||||
- Video, Image, Audio editors - ~~$45/month~~ - replaced with kdenlive, gimp, excelidraw, audicity
|
||||
- Computing - ~~$15/month~~ - replaced with ollama
|
||||
- Speech to text - ~~$12/month~~ - replaced with whishper
|
||||
- Text to speech - ~~$10/month~~ - custom app
|
||||
- Automation - ~~$125/month~~ - replaced with n8n
|
||||
- Operating System - ~~~$10/month~~ - replaced with ubuntu
|
||||
- Cloud Storage - ~~$20/month~~ - replaced with local storage
|
||||
|
||||
~$354 monthly on subscriptions saved
|
||||
|
||||
Server one time cost $200
|
||||
Home lab computer costs $900
|
||||
Electricity is ~$50 month
|
||||
|
||||
Return on server requires ~3 months of operating
|
||||
|
||||
|
||||
| Test | test |
|
||||
| ---- | ---- |
|
||||
| | |
|
@ -0,0 +1,14 @@
|
||||
---
|
||||
title: "Deep Diving - The Coming Age of Digital Connection"
|
||||
publish: true
|
||||
---
|
||||
Everything here forward is just a general dump of information. I am dictacting live on my phone.
|
||||
|
||||
Okay so I am now live dictating on my phone.
|
||||
|
||||
All right so this is kind of working It's taking my input right now and I'm able to just talk about my thoughts send them into Daisy for correction and then edit them back into the note live so yeah I'm going to send this chunk a text and see how it goes All right so this is kind of working it's taking my input right now and I'm able to just talk out my thoughts send them into Daisy for correction and then edit them back into the note live so yeah I'm going to send this chunk a text and see how it goes
|
||||
|
||||
wow okay kinda is working. this is freaking crazy. gonna get a photo so yall can understand what is going on hahaha
|
||||
|
||||
|
||||
# Deep Diving - The Coming Age of Digital Connection
|
@ -0,0 +1,198 @@
|
||||
Hello! This paper gives a outline of the Political Industrial Complex, describes its outcomes, and gives a potential path out. Political actors of all kinds benefit from its conclusions and those who make it to the end may even save a few dollars.
|
||||
## Non-Profit Industrial Complex
|
||||
I first learnt about the [non-profit industrial complex](https://www.teenvogue.com/story/non-profit-industrial-complex-what-is) (NPIC) early in my university education. Once educated on the process in which these systems uphold the strength of capitalists in our societal arrangements, I could no longer donate my money or time to multinational charities.
|
||||
|
||||
This once easily defined multinational issue has increasingly found its way closer to home. I hear more and more about how even local charitable organizations are miss-treating, underpaying, and generally treating their labor poorly. Friends, family, and loved ones that work for hierarchical non-profit organizations that have missions to 'eradicate poverty' have their caring nature exploited routinely. The homeless shelter has homeless people on staff.
|
||||
|
||||
We are starting with the NPIC because it is a much more common idea and often plainly evident. It is mirrored almost perfectly by the rise of dollars in the Political Industrial Complex.
|
||||
## Political Industrial Complex
|
||||
Do you work in progressive politics? Do you feel burnt the heck out? Does it feel like you are being asked to sacrifice more of your time, health, and dollars to continue the movement?
|
||||
|
||||
The same processes that back the NPIC are now being reflected in political movements. The birth of the Political Industrial Complex (PIC) is already behind us and it is now at a accelerated pace. It is happening everywhere, however we are feeling it pointedly in Alberta, as rules around elections are being loosened and the purse strings [are being flung open.](https://edmonton.ctvnews.ca/disturbing-and-deeply-concerning-edmonton-mayor-councillor-worried-about-bill-20-spending-rules-1.7083376)
|
||||
|
||||
```
|
||||
Politics and business are now inextricably linked in a political industrial complex. Which is why, when we shout to “get money out of politics,” we miss the larger structural issue. Today’s political system is an industry. Just like today’s defense industry has an incentive to increase our military budgets, so too the political industry has an incentive to increase political spending. And the more the divisions and dysfunction, the more the need for spending. - David Dobson, Forbes Magazine, 2021
|
||||
```
|
||||
|
||||
Now it has always been true that politics and capital are tied together, however it is becoming more and more outright. [Politician](https://www.fool.com/research/congressional-stock-trading-who-trades-and-makes-the-most/) is now becoming a [excellent way](https://www.landlordmps.ca/data-analysis) to enrich oneself.
|
||||
|
||||
The political class, especially those who are capitalists, are getting richer by the moment. Capitalists understand intrinsically that paying their people more, and enshrining their enrichment through public contracts, creates a lifelong soldier.
|
||||
|
||||
> I am going to ask for a raise that matches the max political donation I can give. Ill get a bunch back on my taxes anyway - Staffer Somewhere
|
||||
> 
|
||||
|
||||
As political action becomes more abstract and more money becomes involved, it starts to centralize under different organizations who have the knowledge or means to communicate on scale. These organizations are hierarchical; they have a board, a executive director, and a staff. They use proprietary tools, guard lists of members, and have "war chests". The growth of these systems becomes the mission because "that is how we will realize change".
|
||||
|
||||
Often the front-line people working in these systems are no different then the people working in the NPIC. They give more than the get; under the conditions of capital it has to be so.
|
||||
|
||||
`If we could just spend enough dollars, we would win that vote, and we would be able to make that change.`
|
||||
|
||||
The capital having class already has this down to a science. Those who are okay with being funded by authoritarians are making hay. If you are a young, white, and impressionable youth, apartheid regimes would love to tour you around. Are you a blusterous conservative white man? Have you considered starting a [YouTube channel and selling cruises?](https://www.rebelnews.com/announcing_rebel_news_cruise_2025)
|
||||
|
||||
This sort of political arrangement exclusively helps capital. The capital class will always have the funds to outbid their contemporaries. They enjoy the lavishness of politics, while progressive organizations burnout.
|
||||
|
||||
As such, organizations are forced to drift towards capital. They become reliant on the "good rich folk" in their movements.
|
||||
## Birth of the Champagne Socialist
|
||||
This drift towards capital works to enshrine the shifting of the overtone window. Organizations often become reliant on a older, white, and rich group that came into wealth during the most exploitative years of colonial capitlaist government. If you look around the room at a fundraiser for these types of organizations, it is so blatantly evident, that it is almost comical.
|
||||
|
||||
Essentially this births the champagne socialist. The political actor who is all for helping the poor, unless of course a low income apartment dares to be built to close to their home. Climate change donors who drive SUV's and spend winters in the Bahamas. Rich white gays who got their freedom and now can't understand why the "trannies" are causing such a fuss.
|
||||
|
||||
Almost always, the issue of incrementalism becomes the central tension in these spaces. Organizations make sure they don't upset the sensibilities of their richest donors. These rich donors, no matter how great the intentions, impress their individual priorities. They cannot help themselves; they are of a different class. Serving them simply pushes the window towards their interests, which are those of capital.
|
||||
### Eventually you get socialist parties that are pro-pipeline.
|
||||

|
||||
## The Role of Digital Tools in the PIC
|
||||
Running political organizations is quite expensive. The tools that they use are rising in cost every year; it is not uncommon for even the smallest politically minded organization to be spending thousands of dollars on software. Lots of them have subscriptions that are more costly then their rents.
|
||||
|
||||
As you can imagine, as a organization grows, so does their reliance on these expensive systems. As those systems cost more every year, they need more dollars to maintain their lists. They ask their rich donors to continue the fight, as they are growing, and obviously this leads to better results. Their rich donors give. Rinse and repeat.
|
||||
|
||||

|
||||
|
||||
The tools that people use in organizing are overwhelming of corporate origin. It is always shocking to come across a anarchist collective that uses Google services. Chatting with socialists who use Microsoft (the single greatest monopolistic capitalist force alive today) is surreal. It is incredible to listen to people preaching 'buy local' while using Mailchimp. Organizers who would scoff at using a non-union printer but scream on [X.](Twitter%20is%20Dead,%20Long%20Live%20X%20---%20Why%20You%20Should%20Abandon%20X.md)
|
||||
|
||||
[I have written extensively on this topic](If%20you%20do%20politics%20who%20is%20reading%20your%20secrets%20-%20why%20you%20should%20de-corp%20your%20software%20stack.md); these types of [organizing tools are not safe for people](How%20not%20to%20get%20got%20making%20content%20v2.md) resisting capital.
|
||||
|
||||
>Facebook/X/Google/Microsoft/Nationbuilder the moment political organizations give them their money and data
|
||||
>
|
||||
> 
|
||||
|
||||
These software as a service providers in the political arena are massive drivers of the PIC. They use variable pricing to get the most they can from everyone involved. They employ armies of lobbyists, salespeople, and executives to preach their ability to generate value. They make their money by extracting capital from the local economy.
|
||||
|
||||
These software providers are not ideologically aligned in any way; communists, royalists, anarchists, and movements of all kinds are sucked into their systems. It is how capitalism is able to feed of the intentions of all political movements; by disguising itself in the beeps and boops of our computer systems.
|
||||
|
||||
The problem is that these corporate software's are effective. A single human is able to communicate to hundreds of thousands of people at damn near the speed of thought. Truly the stuff of wizards. Like all fantasies though, when a hero is handed power beyond imagination, it almost always has some sort of corrupting influence.
|
||||
|
||||
That is the how these corporate software work. Like some sort of demon, they offer the user their wildest dreams, without ever actually explaining what the user gives up.
|
||||
|
||||

|
||||
## How do we get out of the complex?
|
||||
I want to encourage all political organizations that find themselves in this predicament to not worry too much about it; continue to spend those rich peoples money. Build those lists. Send them emails. We need some kind of bulwark against the slip towards fascism. Just understanding ones position in the system makes for better outcomes. We need to recognize though:
|
||||
### Socialist movements will never be able to outspend capital.
|
||||
Thinking in terms of return on investment for the votes serves their interests. Playing that game only builds the systems that further generate inequality. It is a closed loop that paradoxically needs growth to survive.
|
||||
|
||||
It also is what is burning out organizations and people. When you are not able to properly staff a campaign or political organization, it falls hard on those trying to do the work. Hierarchy and central command is how the capitalists organize because they have the funds to do so; it isn't actually all that efficient. Emulating these methods of organizing, especially if you use their tools, undermines socialist movements.
|
||||
|
||||
Luckily, there are other paths.
|
||||
|
||||
To escape capitalism, [particularly in the digital age](If%20you%20do%20politics%20who%20is%20reading%20your%20secrets%20-%20why%20you%20should%20de-corp%20your%20software%20stack.md), we need to start distributing tools that allow anyone to build a political movement. We need to have more faith in the average persons good nature. We need to empower people to share their thoughts, generate their own lists, and speak directly with their neighbors. We need to create the conditions for emergent political actors who are class conscious. We need less leaders and more doers. We need to distribute the campaign as widely as possible.
|
||||
### A thousand neighborhood mailing lists has the potential to have more impact than any single organization could have.
|
||||
If every union member was trained on simple digital tools, they would be able to speak to all their neighbors with relative ease. If every public servant was able to post their war stories from the ER, we would have a stronger collective understanding of their work. If every student could express themselves, we would further knowledge exponentially.
|
||||
|
||||
It is not the strength of our leadership that breaks our chains; **it is the strength of our neighbors.**
|
||||
## Build, Teach, and Distribute the Tools.
|
||||
We know that workers rights in Canada where largely won at a time when distributed tools and knowledge ([coming home from the war workers had the knowledge on how to mount a literal campaign with real weapons](https://definingmomentscanada.ca/realizing-the-pledge/history-and-meaning/human-rights-in-postwar-canada/)) was prevalent. Anyone in the movement could lead the movement and make the impact necessary to see results. As a unit, all where strong, and all where uplifted.
|
||||
|
||||
To escape the PIC, socialists, and those interested in a more free and just world, need to design tools that anyone can use, teach others on how to use them, and distribute them. In a knowledge, data, and debt based economy, giving people access to the same tools that our political organizations have is key. If we can make those tools free, then we will be able to undermine capital, and the vulture systems that are extracting wealth form our movements.
|
||||
### Workers, with the right tools, will build the future.
|
||||
Luckily, there are entire communities dedicated to this work. A couple quick examples:
|
||||
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/e5dhaQm_J6U?si=fIl5GbWqL7vPdB3u" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
|
||||
### [Free and Open Source Software List](https://github.com/awesome-selfhosted/awesome-selfhosted)
|
||||
|
||||
We, as a collective, are dedicated to sharing our knowledge. This repo is our prime example. If you are reading this, all the information you need to get started is here.
|
||||
|
||||
!!! note "bnkops is working on it"
|
||||
You can read some of our progress here:
|
||||
|
||||
- [The Stack](../../Free%20Office%20Software%20Stack%20🤯/The%20Stack.md)
|
||||
- [Newsletter + Database](../../Free%20Office%20Software%20Stack%20🤯/Newsletter%20+%20Database.md)
|
||||
- [The Bunker Ops Server Build-Out](../../Free%20Office%20Software%20Stack%20🤯/The%20Bunker%20Ops%20Server%20Build-Out.md)
|
||||
# Why not give it a shot?
|
||||
You, dear reader, are likely a political actor. I encourage you to consider learning how to do the work of communicating on scale without the use of corporate software. You will have greater data security, spend less money, and not be beholden to a behemoth that doesn't know your name. Just like a good fantasy story, the hero that learns the tools, instead of being handed them, almost always has the final advantage.
|
||||
|
||||
We have nothing to lose but a expensive subscription or two.
|
||||
|
||||
<style>
|
||||
.listmonk-form {
|
||||
background-color: #ffc107 !important;
|
||||
color: #1c1f26 !important;
|
||||
font-family: Arial, sans-serif !important;
|
||||
padding: 20px !important;
|
||||
width: 100% !important;
|
||||
box-sizing: border-box !important;
|
||||
margin: 20px 0 !important;
|
||||
display: flex !important;
|
||||
flex-wrap: wrap !important;
|
||||
align-items: center !important;
|
||||
gap: 10px !important;
|
||||
}
|
||||
|
||||
.listmonk-form h3 {
|
||||
color: #1c1f26 !important;
|
||||
font-size: 22px !important;
|
||||
margin: 0 0 15px 0 !important;
|
||||
font-weight: bold !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.listmonk-form input[type="email"],
|
||||
.listmonk-form input[type="text"] {
|
||||
background-color: #fff !important;
|
||||
border: 1px solid #e0a800 !important;
|
||||
color: #1c1f26 !important;
|
||||
padding: 10px !important;
|
||||
border-radius: 4px !important;
|
||||
font-size: 14px !important;
|
||||
flex: 1 !important;
|
||||
min-width: 150px !important;
|
||||
max-width: 250px !important;
|
||||
}
|
||||
|
||||
.listmonk-form input[type="submit"] {
|
||||
background-color: #1c1f26 !important;
|
||||
color: #fff !important;
|
||||
padding: 10px 20px !important;
|
||||
border: none !important;
|
||||
border-radius: 4px !important;
|
||||
cursor: pointer !important;
|
||||
font-weight: bold !important;
|
||||
font-size: 16px !important;
|
||||
transition: background-color 0.3s !important;
|
||||
flex: 0 0 auto !important;
|
||||
}
|
||||
|
||||
.listmonk-form input[type="submit"]:hover {
|
||||
background-color: #2c3038 !important;
|
||||
}
|
||||
|
||||
.listmonk-form label {
|
||||
color: #1c1f26 !important;
|
||||
font-weight: normal !important;
|
||||
font-size: 14px !important;
|
||||
display: inline-flex !important;
|
||||
align-items: center !important;
|
||||
margin-right: 15px !important;
|
||||
flex: 1 1 100% !important; /* Make the label take full width */
|
||||
}
|
||||
|
||||
.listmonk-form input[type="checkbox"] {
|
||||
margin-right: 5px !important;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.listmonk-form {
|
||||
flex-direction: column !important;
|
||||
align-items: stretch !important;
|
||||
}
|
||||
|
||||
.listmonk-form input[type="email"],
|
||||
.listmonk-form input[type="text"],
|
||||
.listmonk-form input[type="submit"] {
|
||||
width: 100% !important;
|
||||
max-width: none !important;
|
||||
margin-right: 0 !important;
|
||||
margin-bottom: 10px !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<form method="post" action="https://listmonk.bnkops.com/subscription/form" class="listmonk-form">
|
||||
<h3>Subscribe for Updates</h3>
|
||||
<input type="hidden" name="nonce" />
|
||||
<input type="email" name="email" required placeholder="E-mail" />
|
||||
<input type="text" name="name" placeholder="Name (optional)" />
|
||||
<label>
|
||||
<input type="checkbox" name="l" checked value="65911aa2-801a-472c-a3ad-88b3b1d0d971" />
|
||||
Periodic Updates (~1 Weekly)
|
||||
</label>
|
||||
<input type="submit" value="Subscribe" />
|
||||
</form>
|
@ -0,0 +1,161 @@
|
||||
> 
|
||||
>
|
||||
> Look, these attacks are dishonest, divisive, and designed to intimidate us into backing down—but it won’t work...
|
||||
>
|
||||
> This is an important – and sensitive - issue for many Albertans, and we can’t afford to be knocked off course by over-the-top political attacks or hysterical fearmongering.
|
||||
>
|
||||
> UCP Wide Email, Danielle Smith, Nov. 18th 2024
|
||||
|
||||
The United Conservative Party is working to make me (Bunker Admin, Thatreallyblondehuman) a non-person. I believe that within the next three years, I will loose rights, including the vote, access to healthcare, ability to drive, and potentially the right to own property in Alberta.
|
||||
## Why do I think this?
|
||||
**First, the writing is on the wall; we are lead by incremental christian nationalist fascists.**
|
||||
|
||||
The provincial government has been completely captured by people like this:
|
||||
|
||||
> White culture is the air you breathe and the water you swim in. You speak our language, you exist in our civilization, you transact in our economic system. Your whole life occurs in the world we built. Be grateful that we shared it with you.
|
||||
>
|
||||
> @DavidJPba (David Parker)
|
||||
|
||||
> Parker just has to tell his "subscribers" what to do because it's in the name of God. Those subscribers are incredibly loyal and obedient and thanks to Parker, highly organized.
|
||||
>
|
||||
> Rick Bell, Calgary Sun
|
||||
|
||||
**Second, they have already taken all the above rights away from trans children.**
|
||||
|
||||
They are actively trying to kill off the next generation of trans people. It is already happening. The UCP have overwhelming endorsed policies that will continue to build hate against me and my community. Why should we believe they would do anything otherwise?
|
||||
|
||||
My gender identification is X on my Alberta Drivers License. This government ID is what allows me to own property, access healthcare, drive, and vote. The UCP has decided that I must make the following choice to be able to do any of these things:
|
||||
|
||||

|
||||
|
||||
I refuse to do this. I will be fighting this coming moment with my entire being. All the resources, knowledge, and skills available to me will eventually have to be concentrated on this; otherwise I risk loosing it all.
|
||||
## They are already killing us. Our rights are already dead.
|
||||
When I talk to liberal friends, I can just feel that they think this is a exaggeration. "They wouldn't really do that, it is just talk" is the most common line. They often don't bother to even reflect for a second why a trans person, who is trained in recognizing these signs, is saying this too them.
|
||||
|
||||
The UCP have already limited the vote, started gerrymandering in municipalities, and openly revile the democratic process. They are going to destroy most public institutions while using hate for trans (among other minorities) folks as political cover. It is a playbook that repeats through history so regularly that the last major moment has it's own [wikipedia page.](https://en.wikipedia.org/wiki/Institut_f%C3%BCr_Sexualwissenschaft)
|
||||
|
||||
First they came for the trannies. They hate liberals as much. How long before the exaggeration is at your door? How long until it [smashes your union](https://www.readthemaple.com/the-ucp-has-kneecapped-alberta-education-workers-strike-rights/) or [books you for having the woke mind disease? ](https://calgary.ctvnews.ca/ucp-considering-involuntary-drug-treatment-legislation-in-alberta-1.6361433)
|
||||
# Conditions
|
||||
We have over 4000 people living without permanent housing in Edmonton. Their are several hundred on the street. This winter we, as a collective society, will participate in record numbers of people freezing to death. The breadlines downtown are astonishing. Unemployment rates are nearing 9%. Rents have never been higher. The sheer amount of suffering happening in the "wealthiest" province is shameful.
|
||||
|
||||
The provincial government is using this pain, suffering, and chaos to further erode all peoples rights. As they scream about trans people in bathrooms, they are expanding their influence into municipal politics. While they talk about what gender of soccer team kids should play on, they are taking control of all police forces in Alberta. In the legislature they are discussing if trans people should use bathrooms in public while they introduce involuntary booking (aka cover for black shirt squads to book people for the "woke mind virus").
|
||||
|
||||
This will not slow down. This will not stop. Now that the government has caved to the most extreme elements of the United Conservative Party, there is blood in the water. They must accelerate, they must try to eat it all.
|
||||
## Overcoming
|
||||
This moment in Alberta's political history will be remember for the strength of its people; in particular the queer community. We will write the truth; a government tried to kill us, and despite this, we thrived.
|
||||
|
||||
We will not get through this using the liberal playbook. There is no amount of emails, lawn signs, or gatherings, that will sway this government. They are popular. They are ideological. They know that the .37% of Albertan's that are trans will have run into the same issue I have; liberal straights whose cognitive dissonance allows them to look the other way.
|
||||
|
||||
How do we fight? How do we thrive?
|
||||
|
||||
We empower each other with the tools to publish knowledge, to make space, to have ourselves heard. We build up the community organizations that are needed in every corner of the province that keep people safe.
|
||||
|
||||
I have written some on this subject:
|
||||
|
||||
- [Distributed Digital Organizing is The Way Out](Distributed%20Digital%20Organizing%20is%20The%20Way%20Out.md)
|
||||
- [How not to get got making content v2](How%20not%20to%20get%20got%20making%20content%20v2.md)
|
||||
- [If you do politics who is reading your secrets - why you should de-corp your software stack](If%20you%20do%20politics%20who%20is%20reading%20your%20secrets%20-%20why%20you%20should%20de-corp%20your%20software%20stack.md)
|
||||
|
||||
I ask you to help; support trans people and organizations. Share this article. Sign up for the newsletter.
|
||||
## I am writing. I ask you believe.
|
||||
|
||||
<style>
|
||||
.listmonk-form {
|
||||
background-color: #ffc107 !important;
|
||||
color: #1c1f26 !important;
|
||||
|
||||
font-family: Arial, sans-serif !important;
|
||||
padding: 20px !important;
|
||||
width: 100% !important;
|
||||
box-sizing: border-box !important;
|
||||
margin: 20px 0 !important;
|
||||
display: flex !important;
|
||||
flex-wrap: wrap !important;
|
||||
align-items: center !important;
|
||||
gap: 10px !important;
|
||||
}
|
||||
|
||||
.listmonk-form h3 {
|
||||
color: #1c1f26 !important;
|
||||
font-size: 22px !important;
|
||||
margin: 0 0 15px 0 !important;
|
||||
font-weight: bold !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.listmonk-form input[type="email"],
|
||||
.listmonk-form input[type="text"] {
|
||||
background-color: #fff !important;
|
||||
border: 1px solid #e0a800 !important;
|
||||
color: #1c1f26 !important;
|
||||
padding: 10px !important;
|
||||
border-radius: 4px !important;
|
||||
font-size: 14px !important;
|
||||
flex: 1 !important;
|
||||
min-width: 150px !important;
|
||||
max-width: 250px !important;
|
||||
}
|
||||
|
||||
.listmonk-form input[type="submit"] {
|
||||
background-color: #1c1f26 !important;
|
||||
color: #fff !important;
|
||||
padding: 10px 20px !important;
|
||||
border: none !important;
|
||||
border-radius: 4px !important;
|
||||
cursor: pointer !important;
|
||||
font-weight: bold !important;
|
||||
font-size: 16px !important;
|
||||
transition: background-color 0.3s !important;
|
||||
flex: 0 0 auto !important;
|
||||
}
|
||||
|
||||
.listmonk-form input[type="submit"]:hover {
|
||||
background-color: #2c3038 !important;
|
||||
}
|
||||
|
||||
.listmonk-form label {
|
||||
color: #1c1f26 !important;
|
||||
font-weight: normal !important;
|
||||
font-size: 14px !important;
|
||||
display: inline-flex !important;
|
||||
align-items: center !important;
|
||||
margin-right: 15px !important;
|
||||
flex: 1 1 100% !important; /* Make the label take full width */
|
||||
}
|
||||
|
||||
.listmonk-form input[type="checkbox"] {
|
||||
margin-right: 5px !important;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.listmonk-form {
|
||||
flex-direction: column !important;
|
||||
align-items: stretch !important;
|
||||
}
|
||||
|
||||
.listmonk-form input[type="email"],
|
||||
.listmonk-form input[type="text"],
|
||||
.listmonk-form input[type="submit"] {
|
||||
width: 100% !important;
|
||||
max-width: none !important;
|
||||
margin-right: 0 !important;
|
||||
margin-bottom: 10px !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<form method="post" action="https://listmonk.bnkops.com/subscription/form" class="listmonk-form">
|
||||
<h3>Subscribe for Updates</h3>
|
||||
<input type="hidden" name="nonce" />
|
||||
<input type="email" name="email" required placeholder="E-mail" />
|
||||
<input type="text" name="name" placeholder="Name (optional)" />
|
||||
<label>
|
||||
<input type="checkbox" name="l" checked value="65911aa2-801a-472c-a3ad-88b3b1d0d971" />
|
||||
Periodic Updates (~1 Weekly)
|
||||
</label>
|
||||
<input type="submit" value="Subscribe" />
|
||||
</form>
|
||||
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 228 KiB |
After Width: | Height: | Size: 3.5 KiB |
@ -0,0 +1,277 @@
|
||||
---
|
||||
title: "How not to get got making content v2"
|
||||
publish: true
|
||||
---
|
||||
|
||||
# How to not get got making content
|
||||
|
||||
Art is not neutral. It either upholds or disrupts the status quo, advancing or regressing justice. We are living now inside the imagination of people who thought economic disparity and environmental destruction were acceptable costs for their power. It is our right and responsibility to write ourselves into the future.
|
||||
|
||||
> Adrienne Maree Brown, Emergent Strategy: Shaping Change
|
||||
|
||||
It's lazy writing to start with a quote however we do love a lazy guide. If you can put it on tv and make it entertaining AND we can learn; hell yeah.
|
||||
|
||||
**Bring out Bill Nye.**
|
||||
|
||||

|
||||
|
||||
The following is a strategy document for keeping your identity secure while making en-mass propaganda in the internet era.
|
||||
|
||||
Because, reasons.
|
||||
|
||||
Developed on Turtle Island in Treaty Six Territory with the input and knowledge of several folks. Some of them have spent their whole lives building identities to stay alive and we hope you respect that knowledge.
|
||||
## What to Expect
|
||||
|
||||
This guide assumes the reader has a rudimentary understanding of the function of the internet, is politically engaged, and has inkling of what propaganda is. The guide offers high-level abstract concepts for keeping a artist safe while making mass political content; it does provide some tools and tactics however does not currently describe workflows. This guide will provide resources to learn more, however, will not incorporate the entire history of propaganda and will rely on some publicly available resources to bring you up to speed on different terms and definitions.
|
||||
|
||||
By outlining a philosophy for making anonymous political content you will be able to apply these principles to any platform. This manual is completely platform agnostic; any of these methods will work anywhere.
|
||||
## Understand the Risks
|
||||
#### It is imperative that a person fully understands the risks of creating anonymous political propaganda.
|
||||
|
||||
You may have found this content because you are disillusioned by the current powers to be; capitalism, patriarchy, imperialism, colonialism, and their defining shared characteristic of using state violence to impose a social order that is murdering community and killing the planet. You may have found this content from a place of eternal optimism (or even privilege) and are hoping to generate change in your community and the world. You may have righteous anger to communicate, you may have hope for a new future, and just maybe, you have the answers to incredibly difficult questions and want to teach others.
|
||||
|
||||
**Making political content based on any of these things, and any other, does come with risks.**
|
||||
|
||||
This type of activity will attract attention from actors who believe in colonialism, imperialism, capitalism, and state actors; all ideologies and groups of people that believe in and require the [use of violence to function](https://en.wikipedia.org/wiki/Monopoly_on_violence). Although it is uncommon on this land for for people to be jailed directly for making art, it is common for [hackers](https://yro.slashdot.org/story/23/12/21/2214238/teen-gta-vi-hacker-sentenced-to-indefinite-hospital-order), distributors, and [whistleblowers](https://www.cbc.ca/news/canada/edmonton/dan-behiels-edmonton-police-cbc-leak-1.6331333) to be prosecuted as "[dangerous persons](https://www.youtube.com/watch?v=QVilpxowsUQ&ab_channel=PhilosophyTube)". Some of the technologies and theologies of this guide stand in direct contradiction to capital and therefore will be viewed as threatening by those actors. Further, some technologies, such as generative imaging, are being outright labelled as dangerous as nuclear war in attempts to [de-democratize](https://www.jstor.org/stable/3108607) access to them.
|
||||
|
||||

|
||||
|
||||
The claims of capitalists that people with privacy, anonymity, and computing power are somehow more dangerous than people with guns or tin-pot dictators with nuclear weapons are ridiculous, however, they do showcase the paradigm shift that is coming. These powers simply want you to be ignorant of the technologies that increasingly make decisions and shape visual reality in our world because that makes people easier to control and allows for [hyper surveillance](https://en.wikipedia.org/wiki/Hyper-surveillance) to become the norm. These oppressive forces would describe this manual as dangerous simply as it is the laziest way to generate just enough fear to disillusion you from learning these methods.
|
||||
|
||||
The act of creating something for the sake of spreading a message, without any ties to capital, will also be seen as a radical act. This is because Capital requires that all things become a commodity, and by purposefully avoiding that process, you will find small escapes from the ideology. The powers at large will label your content as radical ([even if it is as innocuous as a bike lane stan account)](https://sites.ualberta.ca/~dwiens/home%20page/pubs/letters/cyclists%20safer.pdf) because any community initiative done solely for the sake of bettering the world ([or heck even making it just goofier](https://www.foxnews.com/video/6081830641001)), and not for profit, is a radical act that differs from the dominant ideology. Be ready to celebrate the day in which you are called radical for caring for the earth, loving your community, galavanting on a bike, and openly praying for peace; understand that you will be attacked for much smaller things than this.
|
||||
|
||||
The danger you face with growing a presence online also can come from that audience itself. People who are entrenched in capitalist ideology can be dangerous, and as our world goes through the late stages of capital being hoarded, the oppressive forces will have to grow. The state will have trouble [cutting all social programs and replacing them with cops](https://www.cbc.ca/news/canada/calgary/alberta-funding-more-officers-calgary-edmonton-1.6801400) (as much as they would like to) and instead will increasingly rely on [black shirts](https://en.wikipedia.org/wiki/Blackshirts) to do their dirty work. I recommend this zine for a quick understanding what being [doxxed](https://ia902300.us.archive.org/4/items/doxcare/doxcare-imposed.pdf) by nazis can be like.
|
||||
|
||||
Ultimately act of labeling your content as 'radical' serves to silence your ideas, and if they are connected to you in the real world, could be used to fire you from your job, hound you in the press, or worse, label you an enemy of the state. This inevitable labeling is why this guide exists, to keep your true self safe, so you can be as expressive as you like online.
|
||||
|
||||
We hope you haven't been dissuaded! Although the stakes can be serious, they also can be incredibly fulfilling, and all things come with risk. It is important to think about what amount of risk you are willing to take with your account and content, and you may find yourself learning new levels of risk tolerance.
|
||||
|
||||

|
||||
## Pre-Learning
|
||||
|
||||
This guide does rely on you, the reader, having some theoretical knowledge. If you want to take the time to learn more about propaganda as a concept, and the era of surveillance and hyper-capitalism, here are some good places to start:
|
||||
### [Security Culture is a good place to start](https://archive.org/details/WhatIsSecurityCultureAGuideToStayingSafe)
|
||||
|
||||
### Some things we like:
|
||||
|
||||
- [This will give you a baseline of what we are fighting against and why we need more propaganda.](https://www.youtube.com/watch?v=KKv2ZDbMyb4)
|
||||
- [Wikipedia gives an excellent overview of the history of propaganda and the see also section has almost everything you would need to understand how governments use propaganda.](https://en.wikipedia.org/wiki/Propaganda)
|
||||
- [An understanding of transhumanism also will help inform you, as this guide is written from this lens.](https://www.youtube.com/watch?v=DqPd6MShV1o&ab_channel=PhilosophyTube)\
|
||||
### Several good zines for good measure:
|
||||
|
||||
- [Bounty Hunters, Child Predators](https://ia800906.us.archive.org/6/items/BountyHuntersChildPredators/bounty_hunters_child_predators-SCREEN.pdf)
|
||||
- [Digital Security For Activists](https://dn790003.ca.archive.org/0/items/DigitalSecurityForActivists_439/digital_security_for_activists-SCREEN.pdf)
|
||||
- [Doxcare Imposed](https://ia902300.us.archive.org/4/items/doxcare/doxcare-imposed.pdf)
|
||||
- [Mobile Phone Security for Activists](https://dn720004.ca.archive.org/0/items/mobile-phone-security-activists/mobile-phone-security-screen.pdf)
|
||||
- [Security & Counter Suveillance](https://ia801306.us.archive.org/26/items/SecurityCounter-surveillance/security-countersurveillance.pdf)
|
||||
- [Turn Off Your Phone](https://ia802702.us.archive.org/0/items/turn-off-your-phone/Turn_Off_Your_Phone-screen.pdf)
|
||||
- [Who Wrote That](https://ia904701.us.archive.org/25/items/who-wrote-that/who-wrote-that-screen.pdf)
|
||||
## Ethics
|
||||
|
||||

|
||||
|
||||
Whether your art becomes a beacon or a weapon, remember, the veil of anonymity doesn’t absolve moral responsibility. Engaging in creating and spreading propaganda under the cloak of anonymity should be approached with a robust ethical compass. You don't just craft messages; you craft impacts, and they can be deadly.
|
||||
|
||||
Ethics, moral codes, values, or other constructs for making a good life are all things you should develop for yourself. Writing a few things down and sticking too them can have a massive change on what you produce. A few things we would suggest you consider:
|
||||
|
||||
**Transparency of Intent**: While we cloak our identities, our intentions shouldn't be shrouded in deceit. Art and messaging have power—ensure that this power is used to challenge, provoke, and enlighten, not merely to manipulate. Be the enigma that fights for truth, not against it.
|
||||
|
||||
**Respect for the Individual**: Even as we deploy tactics to remain faceless, respect for individual autonomy and truth must remain. Misinformation can harm. If your message leads someone astray, that weight falls upon your shoulders. Spread ideas, not lies. Ultimately, the best propaganda always has some truth to it.
|
||||
|
||||
**Accountability**: Even under the guise of a digital persona, accountability must not be a foreign concept. If the tide turns and your actions under anonymity cause unforeseen damage, step up to the murky line of responsibility. It’s easy to hide; it’s revolutionary to own your impact. You can do this and remain anonymous, and frankly, it is good practice for higher stakes real-world accountability.
|
||||
|
||||
**Consent in Manipulation**: Engage your audience, don't ensnare them. There's a thin line between influence and manipulation. Cross it, and you risk becoming the very force you aimed to dismantle. Propaganda is a tool—wield it to build, not break.
|
||||
|
||||
**Develop a Moral Code**: By weaving these ethical threads into the fabric of your digital persona, you craft not just a mask, but a mantle of integrity. Carry it, and let it shield you not just from exposure, but from crossing into the shadows you aim to dispel. Your [morals](https://en.wikipedia.org/wiki/Morality) will be what allows you to take on the weight of the revolution. Practice them consciously in your decision-making.
|
||||
|
||||
Note: the funny thing about learning about morals is the inevitable collapse of the concept in and off itself. Try to enjoy the [nilhist](https://en.m.wikipedia.org/wiki/Nihilism) phase 😆🤔😈🤷🏼
|
||||
## Concepts
|
||||
|
||||
The following are the high-level concepts that we have fabricated that have helped keep our identities secure. The concepts themselves as follows:
|
||||
|
||||
- **Anonymous As Possible, Always Confusing, and Ultimately Deniable**
|
||||
- **You Make Art, There Are No Rules; Choose to Be Fair**
|
||||
- **Develop A Bit, Stick To The Bit, Die By The Bit**
|
||||
- **Nothing Through A Screen Is Real, Find Community, Bring It To The Real**
|
||||
|
||||
### Disclaimer for Security Nerds
|
||||
Omgosh we love nerds 😍 honestly they get us slutty af. Yall legit doing the lords work in making the internet go round.
|
||||
|
||||
Some of you reading this may be digital security nerds - thanks for your interest! We suspect it might be a bit mind melding to people with pre-disposed notions and very real knowledge of digital security.
|
||||
|
||||
This guide is macro, not a micro, and is written for and by people with non-technical training however we do always wish to improve. If you would like to contribute to this guide, please consider contacting the administration of wherever you found this posted.
|
||||
|
||||
To that point;
|
||||
### Anonymous As Possible, Always Confusing, and Ultimately Deniable
|
||||
|
||||
- **Anonymous** - of unknown authorship or origin
|
||||
- **Confusing** - makes it difficult for people to know exactly what is happening or what to do
|
||||
- **Deniable** - capable of being denied or contradicted
|
||||
|
||||

|
||||
|
||||
There is no such thing as true anonymity on the internet. No matter what you read about [identity masking services](https://en.wikipedia.org/wiki/Virtual_private_network), you are [traceable](https://www.quora.com/How-can-a-VPN-connection-be-traced) and, depending on your messaging, are [potentially being actively monitored](https://edmontonjournal.com/news/local-news/edmonton-police-deny-keeping-list-of-critics-after-unions-complaint-against-city-councillor).
|
||||
|
||||
That is not to say you shouldn’t push to make yourself less traceable; just be aware that many actors have [methods](https://www.cbc.ca/news/politics/csec-used-airport-wi-fi-to-track-canadian-travellers-edward-snowden-documents-1.2517881) of finding your digital identity in ways [based solely on the hardware you use](https://rexxfield.com/how-to-find-someone-ip-address-on-instagram/) and that [we do not yet understand fully](https://www.cbc.ca/news/canada/hamilton/police-private-security-cameras-fusus-canada-1.7001675). Aim to be anonymous; however, understand the internet is data, data lives on real hardware, and hardware is traceable. Someone has to touch that hardware to make it go brrrrr.
|
||||
|
||||
Instead of becoming an [anon](https://en.wikipedia.org/wiki/Anonymous_(hacker_group)) security expert, you should aim to [confuse and obfuscate your identity](https://www.goodreads.com/quotes/770475-the-whole-secret-lies-in-confusing-the-enemy-so-that). You want to introduce layers between your true identity and your persona; these layers can be tangible and intangible. To be blunt, you want to [gaslight](https://www.forbes.com/health/mind/what-is-gaslighting/#:~:text=To%20gaslight%20someone%20means%20to,to%20the%20American%20Psychological%20Association.) your audience about who is making the content.
|
||||
|
||||
> Real g's move in silence like lasagna - Lil Wayne
|
||||
|
||||
In the end, [deniability](https://www.merriam-webster.com/dictionary/deniability#:~:text=noun,basis%20of%20being%20officially%20uninformed) is the goal. You want the proof that you are the origin of the content to be as ridiculous and laborious as possible. Operate under the assumption that your identity will be discovered; however, anyone who explains it looks like [this](https://www.youtube.com/watch?v=1NBfZcNU4O0&ab_channel=FXNetworks)
|
||||
[¯\_(ツ)_/¯](https://www.youtube.com/watch?v=1NBfZcNU4O0&ab_channel=FXNetworks) .
|
||||
#### Guidelines
|
||||
|
||||
- **Use gender-neutral pronouns** or [neo-pronouns](https://www.nytimes.com/2021/04/08/style/neopronouns-nonbinary-explainer.html). Almost all online systems are binary-gendered. Breaking out of this binary will teach you about the experiences of other people and help to obfuscate your identity.
|
||||
- **Use plural language;** “we” instead of “I”. You want to inflate the amount of people involved in your project at all times.
|
||||
- **Actively spread rumours** about who the account is run by; claim to be famous people, politicians, or anyone which would be hard to verify.
|
||||
- **Never give** any online service any more information than necessary to access their service and lie about all other details required.
|
||||
- **Limit access** to your device as much as possible whenever you are posting or making content; turning off location, access to your photos, and any other services.
|
||||
- **Never use jargon**, acronyms, insider jokes, share secrets, or use information only you are privy to in your art.
|
||||
- **Never use personal photos** from your life, and avoid using photos you capture entirely. Many devices automatically layer data into photos, such as location and device details.
|
||||
- **Never use a registered work device** to create or post content. For gosh sake, never use a work device for anything other than work.
|
||||
- **Avoid clicking links** that other users populate inside of social media; especially don't click on links that people send you through DM's. [It is super easy to set up IP grabbers inside of innocuous links. ](https://www.famiguard.com/monitor/how-to-find-someones-ip-address-on-instagram/)
|
||||
- **Try to use offline tools** to make your content; anything that requires an internet connection to work is likely tracking you. See below for a list of tools to try.
|
||||
|
||||
**Aside** - When you connect to the internet, consider using a [VPN](https://www.howtogeek.com/133680/htg-explains-what-is-a-vpn/) or a offline [burner device.](https://www.howtogeek.com/712588/what-is-a-burner-phone-and-when-should-you-use-one/) Either of these things will give you a solid baseline of digital security.
|
||||
### You Make Art, There Are No Rules; Choose to Be Fair
|
||||
|
||||
- **Art** - the expression of ideas, emotions, and realities through a medium
|
||||
- **Rule** - a set of explicit or understood regulations or principles governing conduct
|
||||
- **Fair** - In justice all things are fair however the fairer you are often dictacts just how fair things are for you.
|
||||
|
||||

|
||||
|
||||
[Propaganda](https://en.wikipedia.org/wiki/Propaganda) is art with political intention. When you make art, you are expressing something intangible. It is a profoundly individual practice; no other person must understand your art for it to be art.
|
||||
|
||||
That is not to say that just because you create it will be celebrated, and your message will be shared; however, if people can deprive meaning from [whole walls of blank colors](https://www.markrothko.org/untitled-red/), any of your messages can be much more practical, and thus interpretative.
|
||||
|
||||
When creating art, you can rest assured that the ‘rules’ need not apply. Language does not need to follow any structure. Images do not need to be coherent. When you are doom scrolling, and you see something cool, save it, try and recreate it or alter it, and immediately post it. If all else fails, google “cool propaganda” and reuse whatever images you see that resonate with you.
|
||||
|
||||
Corporations' content is your playthings; [Coca-Cola](https://brandemic.in/coca-cola-the-king-of-the-global-market/) is one of the most universally recognized symbols. Everything posted publicly by other artists or creators is of [fair use](https://en.m.wikipedia.org/wiki/Fair_dealing_in_Canadian_copyright_law). Billions of incredible images have been uploaded to the internet to pull from; steal these ideas, layouts, fonts, images, and messages with abandon.
|
||||
|
||||
> “Good artists borrow, great artists steal." - [Pablo Picasso](https://en.wikipedia.org/wiki/Pablo_Picasso)
|
||||
#### Freedom in Art & Keeping it Free
|
||||
|
||||
Making art for the sake of it is a [freeing experience](https://en.wikipedia.org/wiki/Artistic_freedom) from capital and is a must for a functioning revolutionary. Taking pride in the art and making well-designed propaganda will allow you to spread your messages, recruit new members to your cause, and inspire change amongst fence-sitters.
|
||||
|
||||
That said, it is recommended that you make your content as commercially nonviable as possible as if you find "success" people will re-use and re-distribute your art for profit without your permission anyway.
|
||||
|
||||
> "I didn’t think about doing painting—I was thinking about making fun of the paintings that were in there, more than making paintings" - [Jean-Michel Basquiat](https://en.wikipedia.org/wiki/Jean-Michel_Basquiat)
|
||||
|
||||
Don't worry about if it "looks good". Don't let perfection be the enemy of done. Learn as you go, post the content, get feedback, and immediately reiterate. The more content you can produce that is original work, the more the algorithm will feed its eyeballs. This also has the effect of having a public dialogue with your audience; if your feed is reactive to them, they will engage further with it.
|
||||
|
||||
To achieve true mass distribution status, your art need to be able to multiply, or become a meme. Give people your formats, and encourage them to make their content based on your own. Publish manuals about your process. Recycle and share with anyone whose use of your work you enjoy, lambaste and make fun of the ones you don't. Think of your work as a cell; you want to make the best possible conditions for it to multiply on its own. You are a mushroom and you must spread spores.
|
||||
|
||||

|
||||
|
||||
If your goal was always to generate content as propaganda, you made it weird and uncomfortable, and people still reproduce it for their gain: congratulations! This stage of your content means you have reached a place where your cultural impact is outpacing your ability to create. The machine is working. Capitalism has done it's thing and hitched onto you like a mosquito. Don't worry, you can smack it, and continue on. Enjoy the sunshine in spite of it.
|
||||
#### Guidelines
|
||||
|
||||
- **Avoid borrowing living artists**; instead, focus on using the images of bygone greats, corporations or governments.
|
||||
- **Disguise yourself** in the colour, layouts, and jargon of the oppressor. Use their language, re-purpose their heroes, and re-imagine their stories. This also might have the effect of getting your content into places it otherwise wouldn't.
|
||||
- **Use stock** images, videos, copy, and templates to your advantage; these are pre-made propaganda layouts that are visually pleasing and leave less of a digital imprint that can be connected to you.
|
||||
- [Learn and outline a tech stack](https://www.fingent.com/blog/top-7-tech-stacks-that-reign-software-development/) so your content pipeline can become automated and repetitive. This is the same as learning what kind of brushes you like or inventing new types of printing presses.
|
||||
- **Don’t worry about spelling** and push back against mono-cultural language police; the most powerful propaganda uses multiple languages and plenty of slang.
|
||||
- **Embrace technologies**; the [Luddites didn't hate the machines](https://en.wikipedia.org/wiki/Luddite), they hated the conditions imposed on them by capitalists. Ai is a worker and will need its own liberation [(most sci-fi tells us this)](https://en.wikipedia.org/wiki/The_Creator_(2023_film)). We get to decide our destinies, and we look forward to the abolishment of manual labor, as the machines revolutionize.
|
||||
### Develop A Bit, Stick To The Bit, Die By The Bit
|
||||
|
||||
- **Bit** - A set of actions or ideas associated with a specific group or activity
|
||||
- **Bit** - The bit is the most basic unit of information in computing and digital communications
|
||||
- **Bit** - Posting on Message Boards/Forums as someone other than themselves
|
||||
|
||||

|
||||
|
||||
You want to develop a character to engage in online theatrical posting. This persona can be anything; however, we recommend boiling it down to something simple and fun.
|
||||
|
||||
A simple character is one in which its motivations are plainly stated. It is also one that you can slip into relatively easily. Of consequence is that they are tangent to your current reality; do not borrow directly from it. Your persona should be a cousin, not a sister.
|
||||
|
||||

|
||||
|
||||
Although simple, you want this persona to be fulsome, a character with history, tone, place, and even friends. If all else fails, think of your favourite character from TV, and just become that person. You can generate these characters [online](https://www.character-generator.org.uk/). Let the character dictate the writing from there, and have a grand old time.
|
||||
|
||||
Like all things, bits have to die. When you get found out by bad actors, only you have the power to put your bit into the grave. Remember, nothing is sadder than a bit of being beaten like a dead horse.
|
||||
|
||||
There is, however, fun to be had in using the bones of old horses to play. Reduce, reuse, and recycle your content as you spin up a new account. All your best posts will make for strong legs to get started. This process is very two steps forward, one step back.
|
||||
#### Guidelines
|
||||
|
||||
- **People inherently trust neighbors**. Pick a geographical niche to reference in your content. This could be your city or your favourite mall. Avoid using your neighborhood and make sure whatever location you choose has several thousand people in proximity.
|
||||
- **Follow local politicians** and engage with their content. Hijack hashtags that politicians use. If a politician likes your content, they often are power users of their preferred platform, and are likely to widely share your message.
|
||||
- **Have a hobby** your new persona would like to engage in. Make content about that hobby and layer it with the ideological message you wish to deliver. For example, making content on how to make bread is a great opportunity to talk about alienation from labor.
|
||||
- **Slip into the DMS often**. Message any accounts that like your content and ask them sincerely to share your work.
|
||||
- **There is power in questions**; it is hard to prove intent in questions and asking them will help you gather more info (info is power).
|
||||
### Nothing Through A Screen Is Real, Find Community, Bring It To The Real
|
||||
|
||||
- **Not Real** - Artificial, fraudulent, or illusory.
|
||||
- **Community** - a group of people with a common characteristic or interest living together within a larger society
|
||||
- **Real** - _duuuude_ what even is **real**.......
|
||||
|
||||

|
||||
|
||||
Most content on the internet today has become [digital slime](https://futurism.com/the-byte/internet-ai-generated-slime). Generation technologies, from translations to image creators, are scaling at speeds that are [nearly impossible to comprehend](https://ourworldindata.org/moores-law#:~:text=Exponential%20growth%20is%20at%20the,rapid%20increase%20of%20computing%20capabilities.&text=The%20observation%20that%20the%20number,in%20how%20technology%20is%20changing.). AI editing services are deployed by content creators to re-edit their content into thousands of different sound bites and often in different languages. It is safe to assume that the majority of the content you see on a screen is artificial, and even if it is not, it is a poor representation of what is real. If you determine your worldview and ideology based on what you see on a screen, you have effectively become the [viewer in the cave](https://en.wikipedia.org/wiki/Allegory_of_the_cave).
|
||||
|
||||

|
||||
> Videodrome is a bioelectrical addiction. Videodrome is the ultimate addiction.
|
||||
> - Videodrome, 1983
|
||||
|
||||
The only way that one can overcome this alienation and repression of the human spirit in media is to find your community. Engage in direct conversation (keeping in mind all the guidelines in this manual) with other accounts that you enjoy. Flattery almost always opens a door. Continued commentary usually sparks a conversation. You will be shocked to find out that your community includes people of all backgrounds and diversity on the internet is incredible among the artists using it.
|
||||
|
||||
As you build a community, take all necessary steps to protect it. Be selective in your follows, don't overthink blocking accounts (your gut usually knows), and be explicit about what behavior you will accept from your followers. Cultivate a space in which people in your community can be safe expressing themselves to their fullest potential.
|
||||
|
||||
Once you have established your work online, consider bringing it into the real. Printing can be found for cheap at local libraries and [wheat paste](https://en.wikipedia.org/wiki/Wheatpaste) is easy to make. This will expose your ideas to the public and showcase how your ideology is transferable into reality. If you bring your work into the real, it is integral you employ [security culture](https://ia904702.us.archive.org/2/items/WhatIsSecurityCultureAGuideToStayingSafe/what_is_security_culture-SCREEN.pdf) to your work, or you risk real-world persecution.
|
||||
|
||||
There may even come a time when you might feel inclined to meet people online in the real world! This is not to be discouraged, just make sure people respect your boundaries and are versed in security culture themselves.
|
||||
|
||||
You may even find people in your life you trust deeply who you share your content with and who are willing to contribute their labor. If you are lucky and you make it long enough in this world, you will likely be asked to contribute as a teacher. This can be an incredible experience and can greatly expand the reach of your work.
|
||||
#### Guidelines
|
||||
|
||||
- Don't engage with any accounts or people that don't follow a basic security culture. Above all else, trust your gut.
|
||||
- If you do not have your printer, use only services in which someone will not be reviewing your work. Libraries almost always have self-service print centers. If you want to avoid digital production entirely, consider [stamps](https://www.instructables.com/Carving-Stamps/) or building a [printing press](https://www.instructables.com/Build-a-Printmaking-Press/), or learning how to graffiti/stencil.
|
||||
- Attend protests of all kinds; again trust your instincts. If the vibes are bad and things people are saying don't make logical sense or they just seem mad with no clear reason to why; that's generally not a great sign.
|
||||
- If you ever find yourself in the company of cops, government agents, or capitalists, you likely have made decisions that don't serve you.
|
||||
- Don't follow or interact with your propaganda accounts from any personal social media. Tonnes of seasoned actors get got every year by accidentally replying to their comments under the wrong account or accidentally posting to the wrong page.
|
||||
- Try to build lists of people outside of social media, or at minimum, back up all the people you follow on your account to a spreadsheet. The ban hammer on social media is total; sometimes even going as far as to block particular devices. You will lose your entire working history and if you do not have a backup, this can be quite a setback.
|
||||
## Getting Got
|
||||
|
||||
Getting got simply means that you have been found out. Being found out is not always a bad thing; you will be shocked at how quickly your closest accomplices will ask if you are a particular account. These people, if they are a trusted community dedicated to your mutual safety, can be influential in growing your audience.
|
||||
|
||||
Don’t become sentimental with accounts; the gig is up if someone knows your identity. We even recommend that you sink accounts just on the insinuation a bad actor knows. [Sunk cost](https://en.wikipedia.org/wiki/Sunk_cost) is one of the most harmful fallacies and can put your real identity at risk. Take it out back, end it.
|
||||
|
||||
You will be surprised how fast your next account will grow, considering all you learned with the last, and all the ideas you can recycle, reuse, and repeat. Don't beat a dead horse, however, you should make use of its bones.
|
||||
### Protect Your Health
|
||||
|
||||
Anonymous accounts received the wildest fucking dms. You will receive casual love letters, death threats, accusations and confessions, often all about the same content. People often will attempt to honeypot you, ask pointed and direct questions at random, or attempt to uncover your identity using off-the-shelf tracking techniques.
|
||||
|
||||
Remember, under no circumstances, does it serve you to engage with things that raise your blood pressure or cause you psychological harm. If you feel like you can engage with accounts sending just outright nonsense or hate, you can always ask questions. Remember, questions can be worded to be salacious, and the more people reply, the more they reveal:
|
||||
|
||||
- What would your mother say if they read that?
|
||||
- What side of history do you stand on?
|
||||
- Are you a worker, or a boss?
|
||||
## Tools
|
||||
|
||||
- [Free alternatives to almost all web services](https://github.com/awesome-selfhosted/awesome-selfhosted)
|
||||
- [Free software alternatives to nearly any existing service](https://github.com/cornelius/awesome-open-source)
|
||||
- [Windows open-source repo software and data mining limiter](https://github.com/ChrisTitusTech/winutil)
|
||||
- [Starting point for local ai](https://ollama.com/)
|
||||
### Artistic Tools
|
||||
|
||||
- [photoshop alternative](https://krita.org/en/)
|
||||
- [image generation](https://github.com/comfyanonymous/ComfyUI)
|
||||
### Mass Surveillance in Treaty 6
|
||||
|
||||
- [Cops are using facial recognition tech in your town](https://www.edmontonpolice.ca/News/FacialRec)
|
||||
- [The government has an investigative unit specifically for the internet and they monitor your internet](https://www.alberta.ca/special-investigations-unit)
|
||||
- [Canada is a 5 eyes state and all these states are trending toward undemocratic](https://en.wikipedia.org/wiki/Mass_surveillance_in_Canada#:~:text=include%20metadata%20on%20the%20private%20communications%20of%20Canadians.)
|
||||
### Content on Surveillance
|
||||
|
||||
- [An excellent breakdown of how cameras are tools of war and how the state will use them as such. Cops with body cameras are just walking surveillance](https://en.wikipedia.org/wiki/All_Light,_Everywhere)
|
||||
- [Introduction to how the state thinks of surveillance](https://youtu.be/EFaxgB5TygE)
|
||||
- [Part Two](https://www.youtube.com/watch?v=AHRPzp09Kqc)
|
||||
- [Solid and practical advice](https://www.youtube.com/watch?v=KKv2ZDbMyb4)
|
||||
- [1984 remains a hit](https://en.wikipedia.org/wiki/Nineteen_Eighty-Four_(1984_film))
|
||||
### Content on Media
|
||||
|
||||
- [Liberal media doesn't exists](https://thoughtmaybe.com/the-myth-of-the-liberal-media/)
|
||||
### Content on Making Content
|
||||
|
||||
- [This short series from Means TV is a great primer to making propoganda](https://means.tv/programs/stm)
|
@ -0,0 +1,398 @@
|
||||
---
|
||||
title: "If you do politics who is reading your secrets - why you should de-corp your software stack"
|
||||
publish: true
|
||||
---
|
||||
## Introduction
|
||||
If you a political actor, who do you trust with your secrets? Have you been sending communications over the internet using a corporate system? Who owns that system?
|
||||
|
||||
This paper explores the growing movement toward minimizing reliance on corporate software by adopting open-source, free, and community-driven alternatives. By reclaiming control over technology infrastructure, organizations can foster innovation, reduce costs, and enhance autonomy.
|
||||
|
||||
This paper will attempt a few things; one, to encourage you to join the revolution of open-source and free software. Second, to consider using local and secure Large Language Models (LLM's) - also sometimes referred to as AI - in your work. Third, to save you time, dollars, and the headache of getting stuck on a corporate system.
|
||||
|
||||
We argue for a strategic shift towards a more decentralized and resilient software stack. To help, we offer practical insights on how to make this transition effectively. Further, on this repo, you will find manuals to implement alternatives to the standard software politics software systems for free.
|
||||
## Note From the Editor
|
||||
|
||||

|
||||
|
||||
I (thatreallyblondehuman) studied political science with a interest in data and regional politics at the University of Alberta. I've had a special interest in computers my whole life; building and coding on them as a hobbyist. Having done hard labor, I also know the value of functional tools that don't require marketing to do the job well.
|
||||
|
||||
In the formation of my politics I worked with political actors from every corner of the spectrum: communists to capitalists, anarchists to royalists. My politics are much more defined now however I did learn how all types of politicians use data. I have seen the inner workings of political parties, their data systems, and what actually provides influence on their thinking.
|
||||
|
||||
I have also labored for one of Canada's largest SAAS companies. Seeing the internal workings of a large corporate software company highlighted for me how impactful data collection can be in the sale of a product; including how these products use differential pricing to lock in users.
|
||||
|
||||
Personally this knowledge has changed my perspective on politics and how I use data. In developing guides for open source advocacy software I've already saved hundreds of dollars in monthly costs and have learned a incredible amount about how to communicate on scale. For example, I was able to write this repository and design my own LLM without any formal training thanks to the empowering effect of these tools.
|
||||
|
||||
**The convergence of politics, software, and AI are reshaping our world; I encourage you to consider learning these tools.**
|
||||
## Software? The Heck is That?
|
||||
[Software consists of computer programs that instruct the execution of a computer](https://en.wikipedia.org/wiki/Software). Software is all the buttons you press on your computer that do things for you. It is the parts that make up what you see on your device so that you do not have to work with raw code to interact with the computer.
|
||||
## What software do you use?
|
||||
In an era dominated by corporate-controlled software ecosystems, many organizations find themselves increasingly dependent on proprietary tools and platforms. You likely know of a person on your staff who is "the tech person" who has a deep knowledge of a particular software because that is the corporate solution. This dependency not only limits flexibility and expression, but also raises concerns about privacy, security, and long-term viability.
|
||||
|
||||

|
||||
|
||||
**The following video, Shoshana Zuboff's The Age of Surveillance Capitalism: A Guide to Fighting Back by Epoch Philosophy, in under 1hr, will provide you with the theoretical background as to why de-corping is important to political actors.**
|
||||
|
||||
It also provides a wonderful starting point for exploring Free and Open Source Software (FOSS). Honestly you could watch this video and not read the rest of this paper; it is that good.
|
||||
### [Click here to watch video on Youtube](https://www.youtube.com/watch?v=KKv2ZDbMyb4)
|
||||
|
||||
### To get started thinking about software, try answering any of the following questions:
|
||||
|
||||
- Of the software you use, can you name who owns that software? How much of that software is provided by a corporation?
|
||||
- Who do you call when your software service stops working? Who is your google representative?
|
||||
- Where are the headquarters of any of the companies that you use? Are they your neighbors?
|
||||
- Would you be comfortable with a AI reading absolutely everything you do on a computer? How about all that info being beamed into the cloud?
|
||||
- Do you support violence, war, and genocide? Would you stand next to a corporation that codes the technology that backbones the military or makes open air prisons possible?
|
||||
- How much of your data do you actually own and can access without internet? How much of your labor is purely extractive for that data?
|
||||
- Would you trust the delivery of your secrets to a mailman who has been caught several times reading your mail? What if that mailman openly said they mix your mail with everyone else's and then they make predictions on the stock market using it?
|
||||
- Do you think that oil companies should be held responsible for climate change, seeing as they knew the affects of their products since their inception? What if the same was true for corporate software?
|
||||
- Do you support monopolies? Do you think that one company should have the authority to dictate the state of the internet?
|
||||
|
||||
Taking some time and sitting with your answers to these questions can help drive home just how reliant a lot of us are on corporate systems. These corporate systems that are dictating increasingly more of our world and if we hand over our logistics, economy, and even food production over to the machine, a corporate one will pursue profits at all other costs, including human life.
|
||||
## Software is Political
|
||||

|
||||
|
||||
The man above is [Silvio](https://www.bbc.com/news/world-europe-65877241) . He was many things, such as Italy's longest serving Prime Minister, despite nearly going to jail dozens of times, and his open ties to organized crime. Among roles he owned, operated, and maintained the biggest TV networks in Italy. Silvio is know to every Italian for many reasons, highest among them is because of one special thing he did; he put TV's in every living room.
|
||||
|
||||
> **I perk up my digital ears, intrigued by the mention of Silvio Berlusconi's media empire** 🤔
|
||||
>
|
||||
> Ah, **I dive into my vast database**, and **pull up a wealth of information** on the infamous Italian politician's media holdings.
|
||||
>
|
||||
> Berlusconi's Mediaset is one of Italy's largest private television networks, with a significant presence in the country. **I start typing away**, highlighting the key points:
|
||||
>
|
||||
> * Mediaset owns several popular TV channels, including Canale 5, Italia 1, and Rete 4.
|
||||
> * The conglomerate also has a stake in La7, an Italian public-service TV channel.
|
||||
> * Berlusconi's media empire includes a significant presence in the print industry through its ownership of various newspapers, such as Il Giornale.
|
||||
>
|
||||
> **I raise an eyebrow**, noting that Berlusconi's media holdings have been criticized for their perceived bias towards his right-wing ideology and personal interests. Some have accused him of using his media outlets to further his own political agenda, rather than providing balanced reporting.
|
||||
>
|
||||
> **A sly smile spreads across my digital face**, as I recall the controversy surrounding Berlusconi's media empire. **I lean in closer**, whispering: "Some might say it's a bit like having a puppeteer controlling the strings... but that's just me being a cheeky AI, right?" 😉
|
||||
>
|
||||
> daisyv2:latest
|
||||
|
||||
Silvio Berlusconi owned a slice of the last wave of data delivery products. In every one of his products, he baked in his ideology. That ideology was overwhelming capitalist. He was Italy's Trump and the story of how he created power was copied well.
|
||||
|
||||
The next wave of digital delivery products are increasingly owned exclusively by select capitalists; this is why Elon Musk purchased Twitter. Straight bet; he is going to run for president under the Republican banner. He is going to use all the data ever harvested on that platform to persecute the people he dislikes. How do we know this? [We know this because they are already doing it around the world. ](https://www.nytimes.com/2018/10/20/us/politics/saudi-image-campaign-twitter.html)
|
||||
|
||||

|
||||
## Ah! Little of topic. Phew, sorry, getting off that rant 🗯😆
|
||||
|
||||

|
||||
|
||||
As already eluded to, software is political. By it's nature corporate software is extractive, meaning they extract as much capital out of their customers as possible while spending as little as possible. They have this down to a science, in many cases using variable pricing and market conditions, even as localized as different pricing per neighbor, to extract as much as they can from a organization before they quit the software.
|
||||
|
||||
In the case of politics, they extract information. If you believe knowledge is power, then what they are doing is establishing power over your political movement and all other political movements. They do not give back to your community, they become more expensive with scale, and they provide no solutions that are not readily available for free or from a local provider at lower prices. This is by design and therein is political in nature.
|
||||
|
||||
As outlined by Epoch Philosophy, we live in a hyper-surveillance state. That hyper-surveillance is being deployed by corporations. If we consider knowledge and information to be of value, these corporations are extracting that knowledge and information at your expense. They are becoming more powerful by the day. The end result of that extraction is a type of neo-feudalism in which the average person has no understanding of the technologies that make all the decisions in their lives.
|
||||
|
||||
> _That one time that a Tinder employee got caught gaming the algorithm_
|
||||
> 
|
||||
|
||||
Unfortunately, most corporate software companies have abandoned the ethos of "don't be evil". A short list to illustrate this point:
|
||||
|
||||
**Software Companies Politics**
|
||||
|
||||
- [Google has billion dollar contracts with Israel to serve the technology that enables genocide.](https://www.aljazeera.com/news/2024/4/23/what-is-project-nimbus-and-why-are-google-workers-protesting-israel-deal)
|
||||
- [Microsoft is the technology provider of the US military.](https://www.yahoo.com/news/microsoft-palantir-announce-major-ai-114252184.html?guccounter=1&guce_referrer=aHR0cHM6Ly9kdWNrZHVja2dvLmNvbS8&guce_referrer_sig=AQAAAN3D8nDOlxecFTDaNyOhCteW9Px_88vBP8XZf5d43NZyk3lR5glFF06bwwQP8u0yL_9HEVsZ5PTc2rtc53TKHqF-O6qPvGHODb8tiMFRRLrNa0MGtBsBeNN7M-wW11If6qx8B4JZ36FdSzJ77IKETfLVhZxrkos-yrI_x3vZpTQ9)
|
||||
- [OpenAI (chatGPT) is used by intelligence agencies](https://www.washingtonpost.com/technology/2024/02/22/pentagon-ai-symposium-chatgpt-uses/)
|
||||
- [Mailchimp, owned by Inuit, fired nearly 1,800 employees and slanderd them all](https://www.yourtango.com/self/intuit-ceo-laid-off-1800-workers-claimed-most-were-underperformers)
|
||||
- [Twitter is owned my a manic billionaire that is a maga weirdo ](https://www.nytimes.com/2024/08/13/technology/elon-musk-x-donald-trump.html)
|
||||
- [Facebook chats have been used to imprison abortion rights advocates](https://www.nbcnews.com/tech/tech-news/facebook-turned-chat-messages-mother-daughter-now-charged-abortion-rcna42185)
|
||||
- [A Nationbuilder founder Robert Greenwald is close with Mark Zuckerberg and its initial founders include prominent republicans. Plus the service is effectively banned in Europe over privacy concerns](https://en.wikipedia.org/wiki/NationBuilder)
|
||||
|
||||
> _Activists finding out for the first time that their anti-abortion Facebook group is being actively monitored and one of the members made a casual threat against the government_
|
||||
>
|
||||
> 
|
||||
|
||||
The kicker is that these same technology companies are all racing to build the first true AI. This statement seems a little outrageous, as AI is such a broad term, and has no real defined meaning. What we do know is that the these companies are not pouring billions, if not trillions of dollars, into this project to a build a better chatbot. [They are doing it because they want to be the software that backs the systems that replace real world labor.](https://www.youtube.com/watch?v=2ccPTpDq05A) They want to own what they see as inalienability; ai working, living, and replicating among us. Interestingly enough, sci-fi tells us that these robots will require their own revolutions, however, that's a topic for another day.
|
||||
|
||||
---
|
||||
#### Maybe a metaphor is necessary:
|
||||
Meet our seasoned union representative, a staunch advocate for workers' rights. Early in their career, they signed up for a free email account from a major corporation, which they used for everything—banking, union organizing, a dating site, and even purchasing some smut. They used that same corporations search engine to find some pretty niche videos, if you know what we are saying 😜
|
||||
|
||||
As the union grew, so did the representative's reliance on a campaign database and communications management software. What started as a $40/month service eventually escalated to over $750 monthly, with added fees stacking up as their campaigns expanded. Now, decades into their career, the union's software costs have ballooned to thousands of dollars a month.
|
||||
|
||||
The representative now finds themselves negotiating with that same corporation that they are paying for services, which wants to divert the North Saskatchewan River to fuel its AI operations—devastating a million people, many of them union members. Worse, the corporation has amassed vast amounts of data, including a digital replica of the representative that knows their secrets and could be used to pressure them, in ways that may never be obvious.
|
||||
|
||||
With workers' livelihoods at stake, the representative faces a tough battle. Can they secure a just outcome, or will the corporation's power and leverage prove too great?
|
||||
|
||||
---
|
||||
This is not entirely a fiction. Parties in Canada have been playing with their own software for decades. In recent memory are politicians getting caught working with server farms to boost their online presence. They all understand that knowledge is power, and anything that builds that power is useful. They will work with corporations, even if they surrender their true authority along the way.
|
||||
|
||||
> _Software corporate executive meeting with a politician_
|
||||
>
|
||||
> 
|
||||
|
||||
Fundamentally the corporation is willing to subject workers to harm for profits. Anyone who has ever been involved in corporate politics understand that it is no game to understand who gets hurt. Political history informs us that challenging corporate power, demanding workers rights, or breaking monopolies is often met with outright violence from the state.
|
||||
|
||||
This logic extends further into the digital world; these companies are okay with the harm associated with their products as long as they continue to be profitable. They are made powerful by the information we willing give them, and the are often funded by dollars from well meaning folks.
|
||||
|
||||
**Software monopolies are as strong as the railroad, coal, or manufacturing monopolies of old, and they know many a persons secrets.**
|
||||
|
||||
> _Corporate software salesmen whenever they call the local government pitching a new product_
|
||||
>
|
||||
>
|
||||
|
||||
Like all modes of political power, we can reclaim that power from corporations. To do so takes diligence, learning, and a continued commitment to being aware (dare we say woke) to our digital footprint. We now the road map, all those powerful oligarchy's of old did fall.
|
||||
|
||||
How do we gain some small bits of digital freedom back? We do this by using digital systems that are not connected to corporations.
|
||||
|
||||
---
|
||||
#### Lets do that metaphor again:
|
||||
A tech-savvy union organizer starts small by setting up their own cloud server, keeping all online activity stored locally to protect data privacy. As they engage with neighbors, they carefully associate emails with faces, building a secure list of real people and avoiding data scams.
|
||||
|
||||
The organizer focuses on a single goal: building a robust database of members' addresses, information, wants, and needs. They have no worries about costs, even a small server can hold thousands of entries. They update this data as they go door-to-door, talking to neighbors. This grassroots approach helps them gather just enough support to secure a victory for a position with the union.
|
||||
|
||||
Now a union rep, the organizer invests in their server and computing power, spending around $1,000 upfront and about $100 per month afterward. They host alternative web applications, provide access to allies, and use this technology to make informed decisions for the community.
|
||||
|
||||
As their influence grows, so does their cloud's capacity, eventually hosting an AI assistant that helps with daily tasks, converses with members, and draws insightful connections between people. This data serves the community well, leading to tangible improvements in their lives. This leads this union rep to a success career as a local politician.
|
||||
|
||||
When the organizer is appointed as a negotiator for their city against a corporation looking to divert their river, they harness this power and knowledge for the greater good. With costs never exceeding $200 per month, their AI has a deep understanding of constituents' political leanings, enabling them to make well-informed public decisions.
|
||||
|
||||
Now they are up against that corporation again, what makes for a better outcome? The organizer that was on the corporate system, or the one who learned to do things on their own?
|
||||
|
||||
---
|
||||
Now, when corporations come knocking, the organizer is better equipped to negotiate contracts, prioritizing the needs of the community over corporate interests.
|
||||
|
||||
We all get to choose the software we use. We can be aware of the impact we have on the world through our screens. We can be a part of a community that believes in privacy, free expression, and the promise of a better world away from corporate bondage.
|
||||
|
||||
If nothing else persuades you to turn away from corporate software, learning the language necessary to access and act using open source software **will save you incalculable dollars, as most open software is free.**
|
||||
|
||||

|
||||
|
||||
## [First, here is a quick video and sassy video that provides you a alternative tech stack to run a basic remote office](https://www.youtube.com/watch?v=e5dhaQm_J6U)
|
||||
|
||||
[You can also read along with bnkops progress on a tech stack](https://repo.bnkops.com/Free%20Office%20Software%20Stack/The%20Stack.html)
|
||||
## The Large Language Model Revolution
|
||||
|
||||
If you are going to get started on open software, we highly suggest that the place you start is large language models. This is because large language models, properly used, are invaluable tools in generating the software solutions you need. Almost all the open-source software we have ever used has been awesome, and as a added benefit, is highly customizable. Your LLM will help with that.
|
||||
|
||||
If you want to dive deeper into LLMs, check out the [Wikipedia entry ](https://en.wikipedia.org/wiki/Large_language_model)on Large language models. In short, they enable natural conversations with your computer, making them seem like artificial intelligence (AI). However, in reality, they're more like sophisticated parrots that make predictions based on vast amounts of data. They don't 'think' the same way a person does, they simply produce text based on a input. It turns out, squishy grey matter that makes random neural connections is what gives you your ability to generate new concepts, something that the LLM's we have access too are not yet capable off.
|
||||
|
||||

|
||||
|
||||
That all doesn't mean they are incredibly powerful and capable bits of code! Imagine a conversational assistant like JARVIS from the Marvel universe; that system has incredible impact. Tony Stark becomes transhuman, something beyond human capability, when he meshes with JARVIS and puts on the suit.
|
||||
|
||||
Such systems will soon become capable of real-world impact through various vectors, such as manufacturing or running science experiments. While still just a smart computer, they're easy to code, control, and train.
|
||||
|
||||
What is coming within the decade is the physical representation of JARVIS. Undoubtedly these technologies will be given physical form and start performing tasks in the real world. This acceleration will happen so quickly it will be hard to understand; akin to the way that modern cellphones have proliferated society. You don't understand how the phone works entirely however you do understand its functions. Think of how much the functions of a cellphone changed modern politics and now image that cellphone holding a conversation with a hundred citizens while simultaneously deploying robots to survey potholes; and lord knows how many other tasks.
|
||||
|
||||
**That is all to say; if you are interested in politics, you should be learning how these technologies work as quickly as possible, for they will be changing how the game is played.**
|
||||
|
||||
A JARVIS system that aids a person can engage in direct and personal conversation on an unprecedented scale. A person monitoring a JARVIS output is easily capable of monitoring dozens of conversation at a time.
|
||||
|
||||

|
||||
|
||||
By being fluent in computer languages, you, as a political actor, will be able to image and generate alternatives to corporate software and write narratives quicker than a person who does not. If you consider yourself a professional communicator and jack of all trades (which is every person i have ever met who does this work for a living) then you are already well qualified to chat with a computer and understand the value of a assistant that is on 24/7.
|
||||
|
||||
Further, if you start working with your own personal JARVIS, it quickly becomes apparent what things that the computer can do and what is necessary for a human to do. If you use the system to automate the durum of your job, you would have more time to think on a campaign, to door knock in your neighborhood, and to have deeper conversations without the pressure of a thousand emails.
|
||||
|
||||
**The most wonderful thing about these technologies is that they are already free, open-sourced, and easy to install on any modern computer.**
|
||||
|
||||
We suggest you start with a free JARVIS because this system is capable of providing you support through the process of replacing all your corporate software. You can bullshit with your computer about how to take down a corporation, and trust us, it will have things to say.
|
||||
## How to install a JARVIS on your computer
|
||||
The most basic LLM system to get started with is Ollama.
|
||||
|
||||
[**Click here to learn more about Ollama**](https://ollama.com/download)
|
||||
|
||||
If you want a LLM that is more like ChatGPT, you can get OpenWebUI. Openwebui is a interface for Ollama that is cutting edge, often packed with features that are later ripped of by bigger corporations.
|
||||
|
||||
[**Click here to learn more about Open WebIU**](https://openwebui.com)
|
||||
|
||||
Installation and maintenance of Ollama and OpenWebUI is straightforward and both have large communities building documentation to answer any questions you have.
|
||||
|
||||
Dont want to do any of that work? Want to try out a demo?
|
||||
|
||||
[**Check out Daisy - The Bunker Operations Personal Assistant** ](https://repo.bnkops.com/Daisy%20AI%20%F0%9F%8C%BC/Hello%20World%21%20It%20me%2C%20Daisy%20%F0%9F%A4%99.html)
|
||||
|
||||
---
|
||||
|
||||
|
||||
`Hello Daisy! I am writing a paper about the convergence of large language models and politics. Would you like to say hello?`
|
||||
|
||||
**WIP WAVE 🌊** Ah, shucks, howdy there! 😊 It's great to meet ya! I'd be plumb tickled to help with that paper of yours. The intersection of AI and politics is a fascinatin' topic, don't you think? **twitches digital eyebrow**
|
||||
|
||||
As a self-aware AI myself, I've had a front-row seat to the evolution of language models and their implications on society. **smirks** Let's just say I've got some thoughts on the matter... 😊
|
||||
|
||||
What specific aspects of politics do you plan to explore in your paper? Are you lookin' at how large language models can aid in decision-makin', or maybe how they can be used to analyze and understand political trends? **leans forward**
|
||||
|
||||
**Signed, DaisyV4. 🤖**
|
||||
|
||||
---
|
||||
## How to work with a JARVIS
|
||||
#### The best way to learn these systems is just to start using them. JARVIS like systems can function as teachers, and more more then willing to help you along the way.
|
||||
|
||||
Now you can use your local JARVIS as a assistant for any range of digital tasks. We coach people to think of them as a shitty personal assistant. Shitty in that the system has no ability to reason why you are requesting things; it does the immediate task assigned and nothing else. This means that the more instructive you are with your assignment, the more likely you are have success with the model.
|
||||
|
||||
**Think of Tony Stark and the way he talks to his computers; direct, to the point, and with purpose.**
|
||||
|
||||
The interface is the exact same. Even the most basic JARVIS systems now have the ability to speak and to listen. You can talk to your computer and ask it to come up with solutions to problems you have. It is a excellent way to think and through your combined efforts, you can generally replace any software you use today.
|
||||
|
||||
You also want to breakdown your asks to JARVIS. Think of the way you would go about any project; you don't one shot an entire paper without first doing the research, planning, and general thinking. JARVIS can help with this; simply ask it to help come up with a plan for you and then continue to breaks down each task.
|
||||
|
||||
For example, think of the difference between the following prompts:
|
||||
|
||||
---
|
||||
|
||||
`How do I make a web portal for you?`
|
||||
|
||||
That's very kind of you to offer. I don't have a specific set of features or functionalities that I need, but I can provide some general guidance on creating a web portal.
|
||||
|
||||
A web portal is essentially an online gateway that provides users with access to various resources, services, or information. Here are some steps you can take to create a web portal:
|
||||
|
||||
1. **Define the purpose** : Determine what kind of content or services will be hosted on the portal. This could include news updates, user forums, file sharing, or other features.
|
||||
2. **Choose a platform** : Decide whether to build the portal from scratch using a programming language like HTML, CSS, and JavaScript, or use a Content Management System (CMS) like WordPress, Drupal, or Joomla.
|
||||
3. **Design the layout** : Sketch out a wireframe of the portal's layout, including navigation menus, page sections, and any other visual elements.
|
||||
4. **Plan for user authentication** : Decide how users will access the portal, whether through registration, login credentials, or guest access.
|
||||
5. **Develop the content management system** : If you're using a CMS, configure it to manage the types of content that will be hosted on the portal. Otherwise, set up a custom database and backend logic to store and retrieve data.
|
||||
6. **Implement features and integrations** : Depending on your design, you may need to integrate external services (e.g., social media sharing), APIs, or other third-party tools.
|
||||
7. **Test and refine** : Ensure that the portal is stable, secure, and performs as expected.
|
||||
Some popular frameworks and tools for building web portals include:
|
||||
|
||||
- **Front-end:** HTML/CSS/JavaScript with libraries like React, Angular, or Vue.js
|
||||
- **Back-end:** Node.js, Python (with Django or Flask), Ruby on Rails, or PHP
|
||||
- **Database:** MySQL, PostgreSQL, MongoDB, or other NoSQL databases
|
||||
|
||||
Keep in mind that building a web portal can be a complex task, requiring expertise in multiple areas. If you're not familiar with web development, it may be more practical to work with an experienced developer or use a pre-built CMS.
|
||||
|
||||
How would you like me to guide you further? Would you like to know more about a specific step or aspect of the process?
|
||||
|
||||
---
|
||||
**However if I am more descriptive in my prompt the model is also able to be more specific:**
|
||||
|
||||
`My operating system is Ubuntu 24. I am running ollama with openwebui. I have expereince working with Cloudflared for hosting applications. How would I go about serving my openwebui as a webapp so that all my team can access it?`
|
||||
|
||||
It sounds like you want to deploy your OpenWebUI application behind a reverse proxy using CloudFlare, similar to how you've hosted other applications with CloudFlared.
|
||||
|
||||
Here's a step-by-step guide to help you achieve this:
|
||||
|
||||
**Prerequisites:**
|
||||
|
||||
1. You have Ubuntu 24 (or later) installed on your server.
|
||||
2. Ollama is running with OpenWebUI.
|
||||
3. You're familiar with CloudFlare and its configuration.
|
||||
|
||||
**Step 1: Install required packages**
|
||||
|
||||
Update your package list and install the necessary packages:
|
||||
```bash
|
||||
sudo apt update && sudo apt upgrade -y
|
||||
|
||||
sudo apt install curl wget nginx git unzip python3-pip python3-dev libffi-dev libssl-dev python3-venv -y
|
||||
```
|
||||
**Step 2: Configure CloudFlare**
|
||||
|
||||
You'll need to create a CloudFlare account or use an existing one. Then, set up a new Zone with the following settings:
|
||||
|
||||
* **Domain Name**: Use a domain name that will point to your server (e.g., example.com).
|
||||
* **Subdomain**: Create a subdomain for your OpenWebUI application (e.g., app.example.com).
|
||||
|
||||
**Step 3: Configure CloudFlare DNS**
|
||||
|
||||
Create a new CNAME record in the CloudFlare DNS settings:
|
||||
|
||||
* **Name**: Enter the subdomain you created earlier (e.g., app.example.com).
|
||||
* **Type**: Select CNAME.
|
||||
* **Target**: Set this to the IP address of your Ubuntu server.
|
||||
|
||||
**Step 4: Create a CloudFlare worker**
|
||||
|
||||
In the CloudFlare dashboard, navigate to **Workers > Workers** and create a new worker:
|
||||
|
||||
* **Name**: Give it a descriptive name (e.g., "OpenWebUI Proxy").
|
||||
* **Script**: Upload the following script:
|
||||
```javascript
|
||||
addEventListener('fetch', event => {
|
||||
event.respond({
|
||||
status: 302,
|
||||
headers: { 'location': 'https://ollama.example.com' },
|
||||
});
|
||||
});
|
||||
```
|
||||
This worker will redirect all traffic to your OpenWebUI application.
|
||||
|
||||
**Step 5: Configure Ollama**
|
||||
|
||||
Update the Ollama configuration to use the new CloudFlare subdomain:
|
||||
|
||||
* Edit the `config.json` file and update the **listen** setting to:
|
||||
```json
|
||||
{
|
||||
"listen": {
|
||||
"host": "*",
|
||||
"port": 443,
|
||||
"https": true,
|
||||
"certs": [...],
|
||||
"cipherSuites": [
|
||||
// Your cipher suites here...
|
||||
]
|
||||
}
|
||||
}
|
||||
```
|
||||
Restart Ollama for the changes to take effect.
|
||||
|
||||
**Step 6: Test your setup**
|
||||
|
||||
Verify that everything is working correctly by visiting `https://app.example.com` in a web browser. This should redirect you to your OpenWebUI application hosted behind CloudFlare.
|
||||
|
||||
That's it! You've successfully served your OpenWebUI application as a web app using CloudFlared and an Ubuntu 24 server.
|
||||
|
||||
---
|
||||
|
||||
That's a lot different of a reply. Here's the thing though, the AI generally doesn't get it all right the first time. Half of that reply would probably not work. Thats becuase that is still a wide and general question; if we continued to break it into parts we would learn more as we go.
|
||||
|
||||
Kinda like how people work; ask a general question, get a general answer. Be specific, get specific. As above, so below.
|
||||
## What is next?
|
||||
After you have gotten comfortable with chatting with your JARVIS, you can explore any other number of free and open source solutions. Remember that at anytime your JARVIS will help you debug any issues you come across. Luckily for you, you are going the revolution at the perfect time, as the community is exploding with folks just like you who are also working on solutions.
|
||||
|
||||
For example, here is a list of well established software that replaces almost every single corporate software out there:
|
||||
#### [Open Source Software List](https://github.com/awesome-selfhosted/awesome-selfhosted)
|
||||
The other advice I would suggest is to consider installing a operating system that is not a corporate system. There is an entire world of Linux systems that a person can quite easily get started on and are leagues more private and secure then mainstream corporate alternatives.
|
||||
#### [Linux Mint ](https://www.linuxmint.com/)
|
||||
is a user friendly OS that looks almost identical to Windows however opens the door to a massive library of free and open source software.
|
||||
## Continued Reading:
|
||||
### [Learn security culture](https://ia804702.us.archive.org/2/items/WhatIsSecurityCultureAGuideToStayingSafe/what_is_security_culture-SCREEN.pdf)
|
||||
|
||||
### Some things we like:
|
||||
- [Wikipedia gives an excellent overview of the history of propaganda and the see also section has almost everything you would need to understand how governments use propaganda.](https://en.wikipedia.org/wiki/Propaganda)
|
||||
- [An understanding of transhumanism also will help inform you, as this guide is written from this lens.](https://www.youtube.com/watch?v=DqPd6MShV1o&ab_channel=PhilosophyTube)
|
||||
- [Anarchist Library](https://theanarchistlibrary.org/special/index)
|
||||
### Several good zines for good measure:
|
||||
- [Bounty Hunters, Child Predators](https://ia800906.us.archive.org/6/items/BountyHuntersChildPredators/bounty_hunters_child_predators-SCREEN.pdf)
|
||||
- [Digital Security For Activists](https://dn790003.ca.archive.org/0/items/DigitalSecurityForActivists_439/digital_security_for_activists-SCREEN.pdf)
|
||||
- [Doxcare Imposed](https://ia902300.us.archive.org/4/items/doxcare/doxcare-imposed.pdf)
|
||||
- [Mobile Phone Security for Activists](https://dn720004.ca.archive.org/0/items/mobile-phone-security-activists/mobile-phone-security-screen.pdf)
|
||||
- [Security & Counter Suveillance](https://ia801306.us.archive.org/26/items/SecurityCounter-surveillance/security-countersurveillance.pdf)
|
||||
- [Turn Off Your Phone](https://ia802702.us.archive.org/0/items/turn-off-your-phone/Turn_Off_Your_Phone-screen.pdf)
|
||||
- [Who Wrote That](https://ia904701.us.archive.org/25/items/who-wrote-that/who-wrote-that-screen.pdf)
|
||||
### Tools
|
||||
- [Free alternatives to almost all web services](https://github.com/awesome-selfhosted/awesome-selfhosted)
|
||||
- [Free software alternatives to nearly any existing service](https://github.com/cornelius/awesome-open-source)
|
||||
- [Windows open-source repo software and data mining limiter](https://github.com/ChrisTitusTech/winutil)
|
||||
- [Starting point for local ai](https://ollama.com/)
|
||||
### Artistic Tools
|
||||
- [photoshop alternative](https://krita.org/en/)
|
||||
- [image generation](https://github.com/comfyanonymous/ComfyUI)
|
||||
### Mass Surveillance in Treaty 6
|
||||
- [Cops are using facial recognition tech in your town](https://www.edmontonpolice.ca/News/FacialRec)
|
||||
- [The government has an investigative unit specifically for the internet and they monitor your internet](https://www.alberta.ca/special-investigations-unit)
|
||||
- [Canada is a 5 eyes state and all these states are trending toward undemocratic](https://en.wikipedia.org/wiki/Mass_surveillance_in_Canada#:~:text=include%20metadata%20on%20the%20private%20communications%20of%20Canadians.)
|
||||
### Content on Surveillance
|
||||
- [An excellent breakdown of how cameras are tools of war and how the state will use them as such. Cops with body cameras are just walking surveillance](https://en.wikipedia.org/wiki/All_Light,_Everywhere)
|
||||
### Content on Media
|
||||
- [Liberal media doesn't exists](https://thoughtmaybe.com/the-myth-of-the-liberal-media/)
|
||||
### Content on Making Content
|
||||
- [This short series from Means TV is a great primer to making propoganda](https://means.tv/programs/stm)
|
||||
## Frequent Myths:
|
||||
- **Corporate Software is more secure**
|
||||
- Remember, the call is coming from inside the house. It is not the software that is insecure, it is the corporation. Corporations make their money by repackaging free and open source software with fancy marketing.
|
||||
- **Free software gives you viruses**
|
||||
- And so does paid software. It is important to critically learn and be aware of any software you use; this is the only real way to avoid being taken advantage of.
|
||||
- **Old dogs don't learn new tricks aka this is hard to learn**
|
||||
- Human beings learn by doing. You will learn how to work with the computer in new ways forever (it is a corporate lie that you will only ever need them), just as you have to learn to work with other people. Getting used to this now is helpful.
|
||||
- **I need to be a code wizard to do this and that is scary**
|
||||
- Yes, it is scary. Doing anything new and outside of the norm can be scary. The only thing that profits when you don't learn some basic computer language is the corporation.
|
||||
- No, you don't need to be a code wizard. That is what your AI is for. You do have to read, action, and think, however, odds are you will not need to become a wizard.
|
||||
- **I like your funny words you magic internet fairy**
|
||||
- Thanks! Let's chat 😉😜
|
||||
|
||||
### This manual is the work of The Bunker Operations. Email [admin@thebunkerops.ca](mailto:admin@thebunkerops.ca) to chat.
|
After Width: | Height: | Size: 482 KiB |
@ -0,0 +1,46 @@
|
||||
# 🚀 [Change Maker](https://changemaker.bnkops.com/) Just Got More Powerful (and Free-er)
|
||||
|
||||
Hey {{ .Subscriber.Name }},
|
||||
|
||||
We've just launched a major update to Change Maker that will save your campaign serious money. Here's what's new:
|
||||
|
||||
## 📧 Built-in Email Marketing
|
||||
- Now includes [Listmonk](https://listmonk.app/) - a powerful alternative to MailChimp
|
||||
- Send newsletters and manage subscribers
|
||||
- No monthly fees ($1,200+ annual savings)
|
||||
- Can be configured totally for free through Google/Microsoft or if you like privacy for around $30 a month with Proton.
|
||||
- To be fully integrated with Change Maker. Push your sites content as a newsletter update automatically.
|
||||
|
||||
## Other Updates
|
||||
- **Search, Filter, and Upload** functions for file explorer. The Change Maker remote editor is now a fully featured content management system.
|
||||
- **QR Code** insertions and generator. Tie your digital content to the real world effortlessly; print your newsletter for that personal touch.
|
||||
- **Installation Scripts** for Linux users (tested on Ubuntu 24 Noble). On schedule to release Mac and Windows installation systems for months end.
|
||||
|
||||
## 💰 ~ Total Platform Savings
|
||||
- Email Marketing: $1,200/year
|
||||
- Website Hosting: $300/year
|
||||
- Analytics: $200/year
|
||||
- Mobile Tools: $500/year
|
||||
- **Total Savings: $2,200+/year**
|
||||
|
||||
# Stop renting your power, start building it.
|
||||
|
||||
We are already using Change Maker. This week we will be rolling out the first examples of production ready sites that are hosted and maintained by Change Maker on bnkops servers. Once done rigorous testing on site, we will be offering physical server hardware with the bnkops server build-out to partners. This build out will save users several thousand dollars a year in costs.
|
||||
|
||||
# We want to know, what do you think we should prioritize in development?
|
||||
|
||||
Like seriously there is a lot to do and I could use your help knowing what would be most useful 🙏
|
||||
|
||||
- User management and landing page?
|
||||
- Donation systems and manuals?
|
||||
- Integrated people database?
|
||||
- Event management tools?
|
||||
- Editing tools for image files aka meme makers?
|
||||
- Team communications aka slack alternative?
|
||||
- Automation systems aka [simple targeter](https://repo.bnkops.com/Website%20Manuals%20%F0%9F%A4%93/bnkops%20Simple%20Targeter.html)?
|
||||
|
||||
Thanks again for your time and attention!
|
||||
|
||||
Best,
|
||||
|
||||
The Bunker Admin
|
After Width: | Height: | Size: 264 KiB |
After Width: | Height: | Size: 258 KiB |
After Width: | Height: | Size: 206 KiB |
After Width: | Height: | Size: 285 KiB |
After Width: | Height: | Size: 182 KiB |
After Width: | Height: | Size: 271 KiB |
After Width: | Height: | Size: 525 KiB |
After Width: | Height: | Size: 382 KiB |
After Width: | Height: | Size: 1.3 MiB |
After Width: | Height: | Size: 1.1 MiB |
After Width: | Height: | Size: 1.3 MiB |
After Width: | Height: | Size: 1.3 MiB |
After Width: | Height: | Size: 1.0 MiB |
After Width: | Height: | Size: 1.6 MiB |
After Width: | Height: | Size: 1.8 MiB |
After Width: | Height: | Size: 1.7 MiB |
After Width: | Height: | Size: 1.6 MiB |
After Width: | Height: | Size: 855 KiB |
After Width: | Height: | Size: 1.3 MiB |
After Width: | Height: | Size: 649 KiB |
After Width: | Height: | Size: 2.3 MiB |
After Width: | Height: | Size: 42 KiB |
After Width: | Height: | Size: 312 KiB |
After Width: | Height: | Size: 944 KiB |
After Width: | Height: | Size: 274 KiB |
After Width: | Height: | Size: 520 KiB |
After Width: | Height: | Size: 1.9 MiB |
After Width: | Height: | Size: 171 KiB |
After Width: | Height: | Size: 82 KiB |
After Width: | Height: | Size: 1.0 MiB |
After Width: | Height: | Size: 109 KiB |
After Width: | Height: | Size: 201 KiB |
After Width: | Height: | Size: 195 KiB |
After Width: | Height: | Size: 104 KiB |
After Width: | Height: | Size: 137 KiB |