Skip to content

Commit

Permalink
Create blog interface, need to fix some bugs still
Browse files Browse the repository at this point in the history
  • Loading branch information
shushugah committed Jan 15, 2024
1 parent 82c1977 commit 59afc59
Show file tree
Hide file tree
Showing 7 changed files with 205 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
_site
.sass-cache
.jekyll-metadata
Expand Down
File renamed without changes.
9 changes: 8 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,16 @@ defaults:
values:
# unless languages: ["bl" "ah"] is included, english is only/default frontmatter language
languages: ["en"]
- scope:
type: "blogs"
values:
layout: "blog"

collections:
- workplaces
workplaces:
output: true
blogs:
output: true

exclude_from_localizations: ["assets"]
links:
Expand Down
31 changes: 31 additions & 0 deletions _data/authors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
techworkersco:
name: Tech Workers Coalition
twitter: TechWorkersCo
picture:
liav_keren:
name: Liav Keren
picture: /assets/css/images/logo.png
timo_daum:
name: Timo Daum
url: http://www.2pir.de/
picture: /assets/img/authors/timo_daum.jpg
igm_berlin:
name: IGMetall Berlin
twitter: IGMetall_Berlin
picture: /assets/img/authors/igm_berlin.jpg
techworkersber:
name: Berlin Tech Workers Coalition
twitter: TechWorkersBER
picture: /assets/css/images/logo.png
dziedzic_l:
name: Paul L. Dziedzic
twitter: dziedzic_l
picture: /assets/img/authors/dziedzic_l.jpg
make_amazon_pay:
name: Make Amazon Pay
url: www.makeamazonpay.com
picture: /assets/img/authors/make_amazon_pay.jpg
mutova:
name: Simon
picture: /assets/css/images/logo.png
title: omg
40 changes: 40 additions & 0 deletions _includes/blog.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
layout: default
permalink: /blog
---

<!-- {% assign author = site.data.authors[page.author] %} -->
<!-- Output author details if some exist. -->
<h1>Blog</h1>
<article class="post">
<header class="post-header">
<a href="/events">Read more articles</a>
<h1 class="post-title">{{ page.title | escape }}</h1>
{% assign author = site.data.authors[page.author] | default: site.data.authors['techworkersco'] %}
<section class="l-stack -horizontal -space-large">
{% if author.picture %}
<img
class="h-rounded"
style="--circle-size: 4.5rem"
src="{{author.picture}}"
alt="{{author.name}}"
/>
{% endif %}
<div class="l-stack -vertical" style="--stack-spacing: 1rem">
<div><b>{{ author.name }}</b></div>
<time
class="aside"
datetime="{{ page.date | date: '%Y-%m-%d' }}"
>
{{ page.date | '%-d %B %Y' }}
</time>
</div>
{% if page.translator %}
<span> And translated by {{ page.translator }} </span>
{% endif %}
</section>
</header>
<div class="post-content">
{{ content }}
</div>
</article>
47 changes: 47 additions & 0 deletions blogs.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
layout: page
permalink: /blogs
---
<h1>Blogs</h1>
<ul
class="list -no-list-style l-stack -vertical"
style="--stack-spacing: 1.5rem"
>
{% assign limit = include.limit %}
{% assign sorted_posts = site.blogs | filter_tags: include.tags | sort: 'date' | reverse %}
{% for post in sorted_posts limit: limit %}
{% assign author = site.data.authors[post.author] | default:
site.data.authors['techworkersber'] %}

<li>
<article
class="event-card__info-column l-stack -vertical"
style="--stack-spacing: 0.5rem"
aria-labelledby="news-{{ post.title | slugify }}">
<section class="l-stack -horizontal" style="--stack-spacing: 1rem">
<div class="l-stack -horizontal" style="--stack-spacing: 0.25rem">
{% if author.picture %}
<img
class="h-rounded"
style="--circle-size: 1.75rem"
src="{{author.picture}}"
alt="{{author.name}}"
/>
{% endif %}
<span>{{ author.name }}</span>
</div>
<time
class="aside"
datetime="{{ post.date | date: '%Y-%m-%d' }}"
>{{ post.date | localize: site.lang, '%-d %B %Y' }}</time>
</section>
{% if limit %}<h3{% else %}<h2{% endif %}
class="event-card__title"
id="news-{{ post.title | slugify }}"
>
<a href="{{ post.url }}" class="event-card__link">{{ post.title }}</a>
{% if limit %}</h3>{% else %}</h2>{% endif %}
</article>
</li>
{% endfor %}
</ul>
78 changes: 78 additions & 0 deletions climate/2020-09-20-climate-strike.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
---
layout: page
title: Climate Strike
permalink: /climate-strike/
---
<div class="climate-container">
<img src="/assets/img/climatestrike/2.png" alt="Zero carbon emissions by 2030"/>
<img src="/assets/img/climatestrike/1.png" alt="Zero contracts with fossil fuel companies"/>
<img src="/assets/img/climatestrike/3.png" alt="Zero funding of climate denial lobbying or other efforts"/>
<img src="/assets/img/climatestrike/4.png" alt="Zero harm to climate refugees and frontline communities"/>
<div class="clear"></div>
</div>

## There's a climate crisis and tech workers are walking out

On September 20th 2019, millions of people will mobilize across the globe in the largest ever #ClimateStrike, led by students, workers, and people who care about a livable future. As tech workers, we have a responsibility to hold our employers accountable and to be part of the solution, not the problem.

## Here is how you can participate

1. On September 20, join a protest near you, as an individual or even better, with your co-workers.
You can find a list of over 3,000 local marches happening as part of the Global Climate Strike [here](https://globalclimatestrike.net/).
**Tech workers from across companies will be meeting up before these marches, then joining their local march together. Find a tech worker location and meeting time** [here](https://docs.google.com/spreadsheets/d/1ThY98n11LVFV_26P9nmEbvUjvMXwa671nK1gOBPf7mM/). (If you don't see your city listed, feel free to add it in [this form](https://docs.google.com/forms/d/e/1FAIpQLSfJDnN7_u04b-jvDjBGXisUtrQvVbRSqc-wTOkptsPpQV_wnQ/viewform). We'll make sure it gets on to the list).

2. Before September 20, talk to your colleagues, post to your company slack or message board, share on Twitter, and let people know why you're joining the Global Climate Strike. Use the hashtag [#TechClimateStrike](https://twitter.com/search?q=%23TechClimateStrike&src=typed_query).

3. On September 20, post photos of the walkout in your city with the hashtag #TechClimateStrike, preferably while wearing your company's branded clothing. If you're walking out with other tech workers, post a group photo (with everyone's consent, of course).

## Tech's dirty role in climate change

The tech industry cultivates a "green" public image, but it is in fact a major contributor to climate change. Here are three ways tech is contributing to the climate crisis:

### Tech's hidden carbon footprint
The tech industry has a [massive carbon footprint](https://horizon-magazine.eu/article/ai-can-help-us-fight-climate-change-it-has-energy-problem-too.html#.XXpXGq40qf8.twitter), often obscured behind jargon like "cloud computing" or "bitcoin mining", along with depictions of code and automation as abstract and immaterial.

In reality, tech's computational infrastructure is estimated to emit as much carbon as aviation, representing a shockingly [large percentage of global emissions](https://www.nature.com/articles/d41586-018-06610-y). A recent study found that creating just one advanced AI model contributes [five times as much carbon dioxide](https://www.technologyreview.com/s/613630/training-a-single-ai-model-can-emit-as-much-carbon-as-five-cars-in-their-lifetimes/) as an average American car over its lifetime, from creation to breakdown. And this doesn't count the global supply chains and manufacturing needed to produce hardware and consumer devices, from mining to shipping to e-waste disposal. When we look beyond the hype, we see an industry hiding behind greenwashing and marketing, hoping its significant contribution to climate change will go unnoticed.


### Tech's collaboration with Big Oil accelerates climate change
The big players in tech -- specifically Google, Microsoft and Amazon -- contribute to climate change through partnerships with the oil and gas industries. These three companies combined have [billions of dollars of contracts with big oil](https://www.wsj.com/articles/silicon-valley-courts-a-wary-oil-patch-1532424600). [They license](https://gizmodo.com/how-google-microsoft-and-big-tech-are-automating-the-1832790799) infrastructure, engineering resources, and AI capabilities to fossil fuel companies, promising to make extraction "more efficient". At the 2018 Amazon re:Invent conference, Amazon hosted a session called "_[Predicting the Next Oil Field in Seconds with Machine Learning.](https://aws.amazon.com/blogs/machine-learning/your-guide-to-ai-and-machine-learning-at-reinvent-2018/)_" In the same year, Microsoft's theme at one of its conferences was _["Empowering Oil & Gas with AI".](https://news.microsoft.com/en-xm/2018/11/12/microsoft-demonstrates-the-power-of-ai-and-cloud-to-oil-and-gas-players-at-adipec-2018/)_ Google now has an [Energy division](https://cloud.google.com/solutions/energy/), created specifically to court oil and gas companies. This all translates to accelerating climate change, directly working against the goal of a livable future, which requires fossil fuel reserves remain unused and ["in the ground"](https://www.nature.com/articles/nature14016).


### Tech's repression of climate refugees and frontline communities

The environmental justice movement, backed by a mountain of data, makes it clear that people of color, poor people, and those living in developing countries are on the [front lines of climate change](https://www.nytimes.com/2019/09/05/us/politics/environmental-justice-climate-town-hall.html). [Extreme weather displaced](https://www.nytimes.com/2019/09/12/climate/extreme-weather-displacement.html) a record 7 million people in the first half of 2019 alone. The recent devastation in the Bahamas and Puerto Rico are sobering examples, and the decision by the current US administration to deny temporary protected status to climate refugees from the Bahamas [sets a chilling precedent](https://www.reuters.com/article/us-storm-dorian-immigration-bahamas/u-s-denies-protective-status-to-bahamas-hurricane-evacuees-idUSKCN1VW2OS). These are the communities that will need shelter and assistance from the countries and rich individuals who [bear the most responsibility](https://www.vox.com/energy-and-environment/2019/4/24/18512804/climate-change-united-states-china-emissions) for carbon emissions. Instead, we see a pattern of exclusion and oppression emerging, aided by the tech industry.

Amazon, Palantir, and other companies are already [selling technology](https://www.technologyreview.com/s/612335/amazon-is-the-invisible-backbone-behind-ices-immigration-crackdown/) that is being used to police, surveil, and track vulnerable communities in the US, and people seeking shelter and asylum at the border. These technologies are used to police and surveil frontline populations, and are a core part of an infrastructure designed to exclude those in need, and [shield those most responsible](https://slate.com/technology/2019/05/documents-reveal-palantir-software-is-used-for-ice-deportations.html) from accountability.

## Demands

We demand that our employers across the tech industry act with boldness and urgency, and commit to:

- Zero carbon emissions by 2030
- Zero contracts with fossil fuel companies
- Zero funding of climate denial lobbying or other efforts
- Zero harm to climate refugees and frontline communities

## Companies whose workers are joining the strike

- [Amazon](https://medium.com/@amazonemployeesclimatejustice/amazon-employees-are-joining-the-global-climate-walkout-9-20-9bfa4cbb1ce3)
- [Atlassian](https://www.atlassian.com/blog/announcements/climate-strike)
- [Cobot](https://blog.cobot.me/cobot-will-join-the-global-climate-strike-public-letter-88af2e473482)
- [Ecosia](https://blog.ecosia.org/join-ecosia-global-climate-strike/)
- [Facebook](https://twitter.com/FBClimateAction/status/1173646327462281217)
- [Google](https://twitter.com/ClimateGooglers/status/1172962371360309248)
- [Microsoft](https://twitter.com/MsWorkers4/status/1173635089495801857)
- [Square](https://twitter.com/SquareWorkers/status/1174840277028130816)
- [Twitter](https://twitter.com/TwtAction/status/1174735640681799681)


## Social media

- Amazon: [https://twitter.com/AMZNforClimate](https://twitter.com/AMZNforClimate)
- Facebook: [https://twitter.com/FBClimateAction](https://twitter.com/FBClimateAction)
- Google: [https://twitter.com/ClimateGooglers](https://twitter.com/ClimateGooglers)
- Microsoft: [https://twitter.com/MsWorkers4](https://twitter.com/MsWorkers4)
- Square: [https://twitter.com/SquareWorkers](https://twitter.com/SquareWorkers)
- Twitter: [https://twitter.com/TwtAction](https://twitter.com/TwtAction)
- Tech Workers Coalition: [https://twitter.com/techworkersco](https://twitter.com/techworkersco)

0 comments on commit 59afc59

Please sign in to comment.