<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>The Counterforce - Issue 10</title>
  <subtitle></subtitle>
  <link href="https://the-counterforce.org/tag/issue-10/feed.xml" rel="self"/>
  <link href="https://the-counterforce.org/tag/issue-10/"/>
  
  <updated>2026-04-02T20:42:16.000-04:00</updated>
  <id>https://the-counterforce.org/tag/issue-10/</id>
  <author>
    <name>The Counterforce - Issue 10</name>
  </author>
  <entry>
    <title>How To: Make a band website with Faircamp</title>
    <link href="https://the-counterforce.org/faircamp-how-to/"/>
    <updated>2026-03-14T14:58:22.000-04:00</updated>
    <published>2026-03-14T14:58:22.000-04:00</published>
    <id>https://the-counterforce.org /faircamp-how-to/</id>
    <content type="html"><img class="post-card-image" src="https://ghost.the-counterforce.org/content/images/2026/03/Screenshot-2026-03-16-at-20.08.53-1.png" alt="How To: Make a band website with Faircamp"></img>&lt;p&gt;&lt;em&gt;A step-by-step guide for making your own self-hosted band website, geared toward punks with zero knowledge about code or making websites.&lt;/em&gt;&lt;/p&gt;&lt;h2 id=&quot;why-make-a-band-website&quot;&gt;Why make a band website?&lt;/h2&gt;&lt;p&gt;Your punk band is already making demo tapes (right?), but what if you also want to put your music on the internet for people to check out, stream or download?&lt;/p&gt;&lt;p&gt;At time of writing, Bandcamp is heavily favoured among punks I know for being a free-to-use, straightforward and customizable place to share music online and maybe even get a few bucks from release or merch sales. Links to Bandcamp are ubiquitous in our review section. While Bandcamp as a company used to have a cool, independent vibe, in the last few years they were acquired by Epic Games and then Songtradr, and oops! &lt;a href=&quot;https://jacobin.com/2023/12/bandcamp-music-streaming-sale-tech-workers-union-layoffs-organizing&quot; rel=&quot;noreferrer&quot;&gt;did a little union-busting&lt;/a&gt; in the process. But compared to Spotify (&lt;a href=&quot;https://techwontsave.us/episode/262_how_spotify_remade_the_music_industry_w_liz_pelly&quot; rel=&quot;noreferrer&quot;&gt;the actual worst thing to happen to music&lt;/a&gt;, &lt;a href=&quot;https://exclaim.ca/music/article/spotify-is-running-ice-recruitment-ads&quot; rel=&quot;noreferrer&quot;&gt;ran recruitment ads for ICE&lt;/a&gt;, &lt;a href=&quot;https://djmag.com/news/spotifys-daniel-ek-leads-eu600-million-investment-ai-military-defence-company&quot; rel=&quot;noreferrer&quot;&gt;CEO invested in genocide&lt;/a&gt;) or YouTube music (aka Google), well, you could do worse!&lt;/p&gt;&lt;p&gt;&quot;Cool&quot; alternatives to Bandcamp-like platforms have been &lt;a href=&quot;https://the-counterforce.org/i-will-do-my-worst-1/&quot; rel=&quot;noreferrer&quot;&gt;discussed previously&lt;/a&gt; in the pages of The Counterforce. Any of these new cool-seeming platforms will move through the enshittification cycle like clockwork, be sold and bought by assholes who will profit off your art, use it to train AI, invest in genocide or fossil fuels, or finance the rise of the far-right. The apocalyptic scenario in which we entrust all our music to a centralized service that starts to fuck us over or disappears overnight has happened before and will happen again.&lt;/p&gt;&lt;p&gt;Making your own website for your music projects is a worthwhile project. It creates a presence for your music online that you can own, control, change and move at your own discretion. By doing so, you&#39;ll be helping grow a loosely-defined movement toward a cooler, freakier, smaller and less-corporate internet (sometimes referred to as the &lt;a href=&quot;https://ar.al/2020/08/07/what-is-the-small-web/&quot; rel=&quot;noreferrer&quot;&gt;small web&lt;/a&gt;). &lt;/p&gt;&lt;p&gt;Plus, if you build your own site, you&#39;ll accidentally learn a bit about how the internet works in the process.  One way that giant tech companies maintain their stranglehold on our lives and imaginations is by mystifying everything that goes on inside phones and computers, making it all seem impossibly complicated. Some of it is impossibly (and unnecessarily) complicated, but putting a simple website online isn’t actually that hard. Let&#39;s do it!&lt;/p&gt;&lt;h2 id=&quot;how-to&quot;&gt;How-To&lt;/h2&gt;&lt;p&gt;The technical section of this guide has two aspects – 1. building the site, and 2. putting the site online. We&#39;re going to build the website using a software called &lt;a href=&quot;https://simonrepp.com/faircamp/&quot; rel=&quot;noreferrer&quot;&gt;Faircamp&lt;/a&gt;. And we&#39;ll put the website online using a hosting platform called &lt;a href=&quot;https://neocities.org&quot; rel=&quot;noreferrer&quot;&gt;Neocities&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;If you have never made a website before, I think this is a pretty good “first website” project. The example site I’m using today – &lt;a href=&quot;https://recall.rocks&quot; rel=&quot;noreferrer&quot;&gt;a site I made for my band RECALL&lt;/a&gt; – is my first successful, functional website, after many vague and incomplete attempts to do so throughout the last ~20 years. Assuming you have access to all your audio/artwork files, you can probably make your site and get it online, all on a Sunday afternoon.&lt;/p&gt;&lt;p&gt;If you are already a “computer person” or someone who tinkers with static sites, I will just direct you to &lt;a href=&quot;https://simonrepp.com/faircamp/manual/&quot; rel=&quot;noreferrer&quot;&gt;Faircamp’s excellent manual&lt;/a&gt; – I know a few moderately tech-savvy or just determined people who heard me talking about writing this guide and were just able to figure it out on their own from there. There are also links to a few other tutorials, which might be helpful if the way I’m explaining something isn’t doing it for you. Even though there are other guides, I did want to make my own that is more geared toward the aspects that I think punks will care about and that is way more beginner-friendly than any of the other guides that exist. &lt;a href=&quot;https://johannbourquenez.com/faircamp-tutoriel-en-francais/&quot; rel=&quot;noreferrer&quot;&gt;Y’a même un tutoriel en français.&lt;/a&gt;&lt;/p&gt;&lt;h2 id=&quot;what-is-faircamp&quot;&gt;What is Faircamp?&lt;/h2&gt;&lt;p&gt;Faircamp is a &lt;a href=&quot;https://simonrepp.com/faircamp/static-websites.html&quot; rel=&quot;noreferrer&quot;&gt;Static Site Generator&lt;/a&gt;. Basically, it&#39;s a program that you download and run on your computer that’ll take all your music files, images and information and spit out the HTML files that make up a website. You can then take these HTML files that the program generated and host them (aka “put them on the internet”) wherever you want.&lt;/p&gt;&lt;p&gt;Compared to &lt;em&gt;dynamic websites&lt;/em&gt;, which are very prevalent on the modern internet, &lt;em&gt;static sites&lt;/em&gt; are very lightweight – they’re cheap and require less resources to run, and they load better on poor internet connections (which increases accessibility for people who live rurally, who rely on cellphone data plans for internet access or who might want to visit your site from a place with less robust internet infrastructure.) Our website, the-counterforce.org is another example of a static site. DIY, cheap, accessible, and typically not focused on making money –&amp;nbsp;static sites are very punk!&lt;/p&gt;&lt;p&gt;Back to Faircamp – here&#39;s a Faircamp site that I built for my band RECALL, which I’ll be using as the example for this whole tutorial: &lt;a href=&quot;https://recall.rocks&quot; rel=&quot;noreferrer&quot;&gt;https://recall.rocks&lt;/a&gt;&lt;/p&gt;&lt;figure class=&quot;kg-card kg-image-card&quot;&gt;&lt;img src=&quot;https://ghost.the-counterforce.org/content/images/2026/03/Screenshot-2026-03-16-at-20.08.53.png&quot; class=&quot;kg-image&quot; alt=&quot;screenshot of recall website&quot; loading=&quot;lazy&quot; width=&quot;2000&quot; height=&quot;1386&quot; srcset=&quot;https://ghost.the-counterforce.org/content/images/size/w600/2026/03/Screenshot-2026-03-16-at-20.08.53.png 600w, https://ghost.the-counterforce.org/content/images/size/w1000/2026/03/Screenshot-2026-03-16-at-20.08.53.png 1000w, https://ghost.the-counterforce.org/content/images/size/w1600/2026/03/Screenshot-2026-03-16-at-20.08.53.png 1600w, https://ghost.the-counterforce.org/content/images/2026/03/Screenshot-2026-03-16-at-20.08.53.png 2156w&quot; sizes=&quot;(min-width: 720px) 720px&quot; /&gt;&lt;/figure&gt;&lt;p&gt;As you can see, we have a photo, a little description of the band, links to all the places to find us or buy physical releases, and a few albums that you can stream from the site or download. &lt;/p&gt;&lt;figure class=&quot;kg-card kg-image-card&quot;&gt;&lt;img src=&quot;https://ghost.the-counterforce.org/content/images/2026/03/recall-player-1.png&quot; class=&quot;kg-image&quot; alt=&quot;&quot; loading=&quot;lazy&quot; width=&quot;932&quot; height=&quot;1333&quot; srcset=&quot;https://ghost.the-counterforce.org/content/images/size/w600/2026/03/recall-player-1.png 600w, https://ghost.the-counterforce.org/content/images/2026/03/recall-player-1.png 932w&quot; sizes=&quot;(min-width: 720px) 720px&quot; /&gt;&lt;/figure&gt;&lt;p&gt;Each release has it’s own page with an player for streaming the songs, a Download link, liner notes and lyrics.&lt;/p&gt;&lt;p&gt;And here&#39;s some more examples of band sites that were built using Faircamp: &lt;a href=&quot;https://streetg.love/s&quot; rel=&quot;noreferrer&quot;&gt;STREET GLOVES&lt;/a&gt; • &lt;a href=&quot;https://catharsis.band&quot; rel=&quot;noreferrer&quot;&gt;CATHARSIS&lt;/a&gt; • &lt;a href=&quot;https://nerve-war.neocities.org&quot; rel=&quot;noreferrer&quot;&gt;NERVE WAR&lt;/a&gt; • &lt;a href=&quot;https://flatteeth.neocities.org&quot; rel=&quot;noreferrer&quot;&gt;FLAT TEETH&lt;/a&gt;&lt;/p&gt;&lt;p&gt;In this tutorial I&#39;ll be showing how to use it to make a simple page for a single band/artist, but you can also make a &quot;label&quot; style page with pages for multiple artists and their respective releases (check out the &lt;a href=&quot;https://2025.demo-fest.org&quot; rel=&quot;noreferrer&quot;&gt;Demo Fest 2025&lt;/a&gt; page or &lt;a href=&quot;https://likeweeds.org&quot; rel=&quot;noreferrer&quot;&gt;likeweeds.org&lt;/a&gt; for examples of how this looks).&lt;/p&gt;&lt;p&gt;We’ll walk through the process of building this site together, and when we’re done you’ll have your own site that YOU own and can put wherever you want online. &lt;/p&gt;&lt;h2 id=&quot;get-organized&quot;&gt;Get Organized&lt;/h2&gt;&lt;p&gt;Here&#39;s what you&#39;ll need to follow this tutorial and build your site:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;A computer (sorry, you can’t do this on a phone or tablet). It can be running Windows, MacOS (10.14 or later) or Linux.&lt;/li&gt;&lt;li&gt;All your band’s music and art files plus the accompanying text like liner notes (more on this later)&lt;ul&gt;&lt;li&gt;&lt;strong&gt;audio files&lt;/strong&gt; for all of your music (.wav or .mp3 file formats)&lt;/li&gt;&lt;li&gt;&lt;strong&gt;album artwork&lt;/strong&gt; for all of your releases, plus a &lt;strong&gt;cover photo&lt;/strong&gt; which will go on the front page of your site –&amp;nbsp;this could be a logo or a cool looking photo of your band (jpg, png or webp file format)&lt;/li&gt;&lt;li&gt;all the &lt;strong&gt;text bits&lt;/strong&gt;: Grab all the &quot;metadata&quot; about your band and releases. A short description or bio of your band, liner notes, release credits, lyrics, upcoming shows. If you already have a bandcamp, a lot of this might just be there. It will save you some time if you have this all ready in some open tabs or dump it in a document.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;links&lt;/strong&gt; to sites where people buy physical releases or merch, or other places to listen to the music or watch videos, etc (whatever kinds of stuff you would put in a Linktree... minus all the unnecessary and creepy tracking). &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;A few bucks/a credit card. Here’s the cost breakdown:&lt;ul&gt;&lt;li&gt;A paid Neocities &quot;supporter&quot; account (what I’m recommending in this guide for hosting) is $5 US/month. Neocities has a free tier, but we&#39;ll need some of the paid account features to support a functioning music player and file downloads. One paid account gives you enough space to host many, many, many band sites (or other websites – your personal blog, your tattoo or show poster portfolio site, etc), so if that cost feels prohibitive or you don&#39;t have a credit card, share an account with a few or a bunch of friends and split it. You can also start on Neocities and move to a cheaper hosting option if you figure something else out down the line.&lt;/li&gt;&lt;li&gt;Neocities will give you a yourband.neocities.org domain, but you may want a fun or memorable custom domain for your site. Cost varies widely – you can get one for as cheap as $2-3/year or as much as you can imagine, but you probably shouldn&#39;t pick one that costs more than like $10-15 a year or you&#39;re not going to want to keep paying for it. There are several different domain registrars, I happen to use porkbun.com. Maybe you even already have a good or clever band domain that you’ve been paying for but never figured out how to do anything with, or that has some stupid Wix site parked on it (&lt;a href=&quot;https://boycottwix.org&quot; rel=&quot;noreferrer&quot;&gt;get outta there!&lt;/a&gt;). Now’s the time to put it to a good use.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;hr /&gt;&lt;h2 id=&quot;a-few-more-preliminary-steps&quot;&gt;A few more preliminary steps&lt;/h2&gt;&lt;h3 id=&quot;1-sign-up-for-your-neocities-account&quot;&gt;1. Sign up for your Neocities account&lt;/h3&gt;&lt;p&gt;Go to &lt;a href=&quot;https://neocities.org&quot; rel=&quot;noreferrer&quot;&gt;neocities.org&lt;/a&gt; and sign up for an account. Like I mentioned they have a free tier, but to stream audio files you will need a paid supporter account. So, go ahead and set that up (or you can wait until a few steps later to drop the actual $, but tbh if you got your files together you’ve done most of the hard part).&lt;/p&gt;&lt;p&gt;Your Neocities account can host multiple websites. If you already have a Neocities account/site, or if you’re sharing a paid account between multiple bands or projects, go to the dropdown menu in the top right corner &amp;gt; Settings &amp;gt; Your Sites and select &quot;Create new site&quot;.&lt;/p&gt;&lt;p&gt;Once you are a bit comfortable with making a faircamp, you can use Neocities to host more websites for zines, distros, fests, events, workshops, whatever... maybe we&#39;ll cover some of that in a future guide ;)&lt;/p&gt;&lt;h3 id=&quot;2-download-a-code-editor&quot;&gt;2. Download a code editor&lt;/h3&gt;&lt;p&gt;Next, we’re going to download a code editing program for creating the files Faircamp needs. This isn’t strictly necessary but I’ve found it helped me a lot in this process, so I’ll recommend you do it too. Basically you want a text editor, but you can edit your files and see your folder structure at the same time.&lt;/p&gt;&lt;p&gt;If you already have one you like, use it! I’ve used &lt;a href=&quot;https://www.sublimetext.com&quot; rel=&quot;noreferrer&quot;&gt;Sublime Text&lt;/a&gt; which is available for MacOS, Windows and various Linux distros.&lt;/p&gt;&lt;h3 id=&quot;3-install-faircamp&quot;&gt;3. Install Faircamp&lt;/h3&gt;&lt;p&gt;We have to download and install Faircamp on your computer. The way we download and run this program might be different than the way you’re used to downloading and running programs, because (for now) Faircamp is just a command line program, with no graphical user interface. In short, you’re going to have to do some hacker stuff, but don’t worry – it&#39;s not that hard and it&lt;em&gt; will&lt;/em&gt; make you feel cool. &lt;/p&gt;&lt;p&gt;Go to the &lt;a href=&quot;https://simonrepp.com/faircamp/download.html&quot; rel=&quot;noreferrer&quot;&gt;Faircamp downloads page&lt;/a&gt; and follow the instructions for your particular operating system:&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Windows&lt;/strong&gt;: you can just download the program from the site above.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;MacOS&lt;/strong&gt;: there’s a little extra stuff we get to do in the terminal, lucky you:&lt;/p&gt;&lt;p&gt;Open your Terminal: on your computer desktop, click on the magnifying glass icon in the top right corner of your screen and just type “terminal” and hit enter.&lt;br /&gt;&lt;br /&gt;First we have to install something called &lt;a href=&quot;https://brew.sh&quot; rel=&quot;noreferrer&quot;&gt;Homebrew&lt;/a&gt;, which allows MacOS to install a wide variety of command-line programs. Copy and paste this text into your terminal window:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;/bin/bash -c &quot;$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)&quot;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Then hit &quot;return.&quot; Some stuff will happen, just follow the instructions. It might ask for your password, type it in (it won&#39;t show you the characters being typed) and hit &quot;return&quot; again. The installation might take a few minutes and might look like nothing is happening for a bit! Once it&#39;s done, your username will appear again (it should look like what you saw when you first opened the terminal.) Then, type:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;brew install faircamp&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;and hit &quot;return.&quot; Follow any additional prompts to install Faircamp.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Linux:&lt;/strong&gt; it will depend on which distro you are using. Faircamp is available for NixOS and in the Arch AUR, and there are packages you can download and install yourself for Debian/Mint/Ubuntu/elementary or Fedora on the &lt;a href=&quot;https://simonrepp.com/faircamp/download.html&quot; rel=&quot;noreferrer&quot;&gt;Faircamp downloads page&lt;/a&gt;.&lt;/p&gt;&lt;h2 id=&quot;organize-your-files&quot;&gt;Organize your files&lt;/h2&gt;&lt;p&gt;Faircamp needs all of your audio files and cover art neatly organized in folders for each release. In this example, we’re just creating a page for the band (RECALL) which has three releases (Demo 2024, EP, and Demo II). To start create a new main folder for your site (in our case it’s called “RECALL”). Drag and drop the following files into this folder:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;your band’s logo or a cool photo (.jpg, .png, or .webp)&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Inside the RECALL folder, right click to create a new folder for your first release –&amp;nbsp;for us it’s called “Demo 2024”. Drag and drop these files into Demo 2024:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;the “Demo 2024” wav files (either the whole album or separate tracks. The nerds will thank you if these are tagged correctly with metadata, but if not at least give the files coherent names and number them in order.)&lt;/li&gt;&lt;li&gt;album art (.jpg, .png, or .webp)&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Repeat this process for the rest of the releases. When you&#39;re done it should look something like this:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;FOLDER: RECALL&lt;/strong&gt;&lt;ul&gt;&lt;ul&gt;&lt;li&gt;recall_cover.jpg&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;strong&gt;FOLDER: Demo 2024&lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;ul&gt;&lt;ul&gt;&lt;li&gt;demo_artwork.jpg&lt;/li&gt;&lt;li&gt;track_1.mp3&lt;/li&gt;&lt;li&gt;track_2.mp3&lt;/li&gt;&lt;li&gt;track_3.mp3&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;strong&gt;FOLDER: Demo II&lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;ul&gt;&lt;li&gt;demo-2-artwork.jpg&lt;/li&gt;&lt;li&gt;track_1.mp3&lt;/li&gt;&lt;li&gt;track_2.mp3&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;p&gt;Etc!&lt;/p&gt;&lt;h2 id=&quot;creating-the-manifests&quot;&gt;Creating the Manifests&lt;/h2&gt;&lt;p&gt;Besides audio files and artwork, Faircamp needs all the extra text about your band and releases. This all goes into specially-formatted file Faircamp calls &lt;em&gt;manifests&lt;/em&gt;. Some facts about Faircamp manifests:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;They are basically text files&lt;/li&gt;&lt;li&gt;Each one ends in the &quot;.eno&quot; extension&lt;/li&gt;&lt;li&gt;Every folder gets one manifest and only one manifest file&lt;/li&gt;&lt;li&gt;There is one Catalog manifest file for the website called &quot;catalog.eno&quot; that goes in the main folder&lt;/li&gt;&lt;li&gt;There is one Release manifest file for &lt;em&gt;each&lt;/em&gt; release folder, always called &quot;release.eno&quot;&lt;/li&gt;&lt;li&gt;Manifests contain two types of things:&lt;/li&gt;&lt;/ul&gt;&lt;ol&gt;&lt;ol&gt;&lt;li&gt;Text for your website (lyrics, liner notes, descriptions, etc)&lt;/li&gt;&lt;li&gt;Instructions for how your Faircamp site should look and function&lt;/li&gt;&lt;/ol&gt;&lt;/ol&gt;&lt;p&gt;Open your code editor program (Sublime Text, or whatever other code editor you&#39;re using). Go up to &lt;code&gt;File &amp;gt; Open&lt;/code&gt; and select the main folder we made in the first step (in my example, this folder is called “RECALL”). Your code editor should display the folder on the left side, with all your little release subfolders nested inside it.&lt;/p&gt;&lt;figure class=&quot;kg-card kg-image-card&quot;&gt;&lt;img src=&quot;https://ghost.the-counterforce.org/content/images/2026/03/Screenshot-2026-03-21-at-10.02.54.png&quot; class=&quot;kg-image&quot; alt=&quot;&quot; loading=&quot;lazy&quot; width=&quot;1856&quot; height=&quot;1146&quot; srcset=&quot;https://ghost.the-counterforce.org/content/images/size/w600/2026/03/Screenshot-2026-03-21-at-10.02.54.png 600w, https://ghost.the-counterforce.org/content/images/size/w1000/2026/03/Screenshot-2026-03-21-at-10.02.54.png 1000w, https://ghost.the-counterforce.org/content/images/size/w1600/2026/03/Screenshot-2026-03-21-at-10.02.54.png 1600w, https://ghost.the-counterforce.org/content/images/2026/03/Screenshot-2026-03-21-at-10.02.54.png 1856w&quot; sizes=&quot;(min-width: 720px) 720px&quot; /&gt;&lt;/figure&gt;&lt;p&gt;First you will create your “Catalog Manifest”. This is a text file full of the main information about your band, and instructions that Faircamp will use to build our site. Go up to the menu and select &lt;code&gt;File &amp;gt; New File&lt;/code&gt;. Name your new file &quot;catalog.eno&quot;  and save the file inside your main folder (&quot;RECALL&quot;). &lt;/p&gt;&lt;p&gt;In your code editor, click on your catalog.eno file to open it, and copy-paste in the following text:&lt;/p&gt;&lt;pre&gt;&lt;code&gt;title: RECALL
base_url: https://recall.rocks
language: en

home_image:
description = a black and white photo of the band recall playing on a stage
file = recall_cover.jpg

feeds:
- generic_rss
- podcast_rss

release_downloads:
- mp3

link:
label = Email
url = mailto:recall514@gmail.com

link:
label = Bandcamp
url = https://recall514.bandcamp.com/album/demo-2024

link:
label = 7&quot; on 11PM Records
url = https://11pmrecords.bandcamp.com/album/ep-3

link:
label = Tape on Broken Skull Records
url = https://brokenskull.bandcamp.com/album/recall

-- synopsis
Hardcore punk with dbeats – Montréal, QC
-- synopsis

-- more

Upcoming shows in Montreal:

-- more&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Now you’re gonna change all the little bits of info in this file to make them relevant to your band, not mine! Some are self-explanatory, some you should just leave as-is, and some might not be totally clear about what they do, so we’ll go through them one by one. &lt;/p&gt;&lt;blockquote&gt;WARNING: 95% of error messages and troubleshooting you’ll have to do down the line will be caused by mistakes or errant bits of text in these files. Make sure the formatting stays the same as above and that there&#39;s no extra text anywhere in the file! Take note: if you&#39;re using Sublime Text, it automatically inserts the file name (e.g. catalog.eno) at the top of your text field, so make sure you delete it so it doesn&#39;t mess up your file. &lt;/blockquote&gt;&lt;p&gt;&lt;code&gt;title:&lt;/code&gt; the name of your band (or the name of the site)&lt;/p&gt;&lt;p&gt;&lt;code&gt;base_url:&lt;/code&gt; the url where your website is going to live eventually. This might be https://yourbandname.neocities.org or your custom domain name (https://recall.rocks).&lt;/p&gt;&lt;p&gt;&lt;code&gt;language:&lt;/code&gt; Faircamp is translated into a bunch of languages! You can leave it ‘en’ for english, or &lt;a href=&quot;https://simonrepp.com/faircamp/translate/&quot; rel=&quot;noreferrer&quot;&gt;see which other languages are supported&lt;/a&gt; and swap in the code. And if your preferred language isn’t listed or isn’t complete, maybe you can contribute a translation?&lt;/p&gt;&lt;p&gt;&lt;code&gt;home_image:&lt;/code&gt; change the &lt;code&gt;file&lt;/code&gt; name to match the name of the cover image you put in this folder (the photo of your band or the logo or something). Mine’s called &lt;code&gt;recall_cover.jpg&lt;/code&gt; and is a picture of the band. For the &lt;code&gt;description:&lt;/code&gt; Describe the image in a sentence or two, e.g. “a grainy black and white photo of a 5-piece punk band playing on stage.” This is for accessibility and helps visitors who use a screen reader know what’s on the page!&lt;/p&gt;&lt;p&gt;&lt;code&gt;feeds:&lt;/code&gt;&lt;strong&gt; &lt;/strong&gt;you can leave this as is. This generates a feed that people can use to follow your band if they’re using RSS.&lt;/p&gt;&lt;p&gt;&lt;code&gt;release_download_access:&lt;/code&gt; leave it as “free” if you want people to be able to download your music, or “disabled” if you don’t want people to have the option to download your music&lt;/p&gt;&lt;p&gt;&lt;code&gt;release_downloads:&lt;/code&gt; only mp3 should be listed (more files are supported by Faircamp, but Neocities doesn’t allow them so we’re sticking with mp3 for now).&lt;/p&gt;&lt;p&gt;&lt;code&gt;links:&lt;/code&gt; This is the place where you can put your links for buying releases, merch, listening in other places, maybe some videos... whatever. Each link requires a &lt;code&gt;label&lt;/code&gt; e.g. what is shown on the page, and &lt;code&gt;url&lt;/code&gt; for the place the link takes you to. Note: it’s great to include an email address here so people who aren’t on Instagram can contact you! Just like in the example, you can format it like &lt;code&gt;mailto:band-email@provider.com&lt;/code&gt; so that it&#39;s a clickable link.&lt;/p&gt;&lt;p&gt;&lt;code&gt;-- synopsis&lt;/code&gt; This is the short text that appears at the top of the page under your band name. Unlike all of the categories before, this one is a set of two &lt;code&gt;-- synopsis&lt;/code&gt; tags, and all the text has to be sandwiched in between them!&lt;/p&gt;&lt;p&gt; &lt;code&gt;-- more&lt;/code&gt; : This is the longer text at the bottom of the page, underneath the releases. You can leave this blank, or write your band’s manifesto, post info about your upcoming shows or tours, share more links, go wild. Similar to synopsis, make sure all the text is in between the two  &lt;code&gt;-- more&lt;/code&gt;  tags!&lt;/p&gt;&lt;p&gt;Hit “Save” on that file, close it, and our catalog manifest is good to go!&lt;/p&gt;&lt;hr /&gt;&lt;p&gt;Now we’re gonna do a similar process in our first release folder –&amp;nbsp;creating what&#39;s called the &quot;&lt;a href=&quot;https://simonrepp.com/faircamp/manual/releases-release-eno.html&quot; rel=&quot;noreferrer&quot;&gt;Release manifest&lt;/a&gt;.&quot; Same idea as the Catalog manifest, but it&#39;s just for this particular release. &lt;/p&gt;&lt;p&gt;In “Demo 2024”, navigate to File &amp;gt; New File and create a new file called &lt;code&gt;release.eno&lt;/code&gt; (it should &lt;em&gt;actually&lt;/em&gt; be named release.eno verbatim – don&#39;t sub in the name of your release!). Click to open it up and paste in the following text. Remember to be careful about errant text or extra bits to avoid errors later!&lt;/p&gt;&lt;pre&gt;&lt;code&gt;title: Demo (2024)
permalink: demo-2024
date: 2024-03-01

release_artist: Recall

release_downloads:
- mp3

m3u: disabled
more_label: Liner Notes
track_numbering: arabic-dotted

cover:
description = distressed drawing of a small figure falling off a steep staircase into a stone-walled chasm
file = democover.jpg

-- synopsis
Demo cassette, self-released March 2024
-- synopsis

-- more
Recorded and mixed by Kelly at Hamspace in Montréal, February 2024
♥ Thank you Blair
Mastered by Papa Boom Bam Sam
Art by Taylor

All music by RECALL
Étienne - Guitar
Kelly - Bass
Misery - Vocals
Simon - Drums
Taylor - Guitar
...
-- more&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Similar to the last one, but&amp;nbsp;this time all the info will pertain to your first release:&lt;/p&gt;&lt;p&gt;&lt;code&gt;title:&lt;/code&gt; name of the release&lt;/p&gt;&lt;p&gt;&lt;code&gt;permalink:&lt;/code&gt; this is what goes on the end of the URL for linking directly to this specific release. You can make it whatever you want, but it’s standard practice to make it something like the name of the release separated by a dash (-). E.g., if your band website is “recall.rocks” and your first release is called “demo 2024”, you’d put &lt;code&gt;demo-2024&lt;/code&gt; in the permalink field. The full url for this release would be: https://recall.rocks/demo-2024/&lt;/p&gt;&lt;p&gt;&lt;code&gt;date:&lt;/code&gt; the date the album was released, NOT the day you’re making the page. This is how the releases get displayed chronologically on the page.&lt;/p&gt;&lt;p&gt;&lt;code&gt;release_artist:&lt;/code&gt; your band name&lt;/p&gt;&lt;p&gt;&lt;code&gt;release_downloads:&lt;/code&gt; just leave it as mp3 for the same reasons as above&lt;/p&gt;&lt;p&gt;&lt;code&gt;m3u:&lt;/code&gt; leave as-is&lt;br /&gt;&lt;code&gt;more_label:&lt;/code&gt; this names the section at the bottom of the page “Liner Notes.” Keep it as-is for now, you can change it to something else if you want.&lt;br /&gt;&lt;code&gt;track_numbering:&lt;/code&gt; leave as-is&lt;/p&gt;&lt;p&gt;&lt;code&gt;cover:&lt;/code&gt; Change the &lt;code&gt;file&lt;/code&gt; name to correspond to the album cover art file that’s in this release folder, and write a little image &lt;code&gt;description&lt;/code&gt; for accessibility.&lt;/p&gt;&lt;p&gt;The &lt;code&gt;-- synopsis&lt;/code&gt; and &lt;code&gt;-- more&lt;/code&gt; sections function the same as above – but this time they’re just for the release, so your “more” might be stuff like liner notes, lyrics, etc. Again, remember to ensure that all of your text is sandwiched in between the two &lt;code&gt;-- synopsis&lt;/code&gt; or &lt;code&gt;-- more&lt;/code&gt; tags!&lt;/p&gt;&lt;p&gt;Now, repeat this process for your other releases! If you want, you can duplicate your release.eno file by right clicking and creating a copy, moving the copy to your second release folder, and renaming the file “release.eno”. Repeat the process of updating all the info for your second release, save it, and so on!&lt;/p&gt;&lt;figure class=&quot;kg-card kg-image-card&quot;&gt;&lt;img src=&quot;https://ghost.the-counterforce.org/content/images/2026/03/Screenshot-2026-03-21-at-10.05.52.png&quot; class=&quot;kg-image&quot; alt=&quot;&quot; loading=&quot;lazy&quot; width=&quot;1850&quot; height=&quot;1142&quot; srcset=&quot;https://ghost.the-counterforce.org/content/images/size/w600/2026/03/Screenshot-2026-03-21-at-10.05.52.png 600w, https://ghost.the-counterforce.org/content/images/size/w1000/2026/03/Screenshot-2026-03-21-at-10.05.52.png 1000w, https://ghost.the-counterforce.org/content/images/size/w1600/2026/03/Screenshot-2026-03-21-at-10.05.52.png 1600w, https://ghost.the-counterforce.org/content/images/2026/03/Screenshot-2026-03-21-at-10.05.52.png 1850w&quot; sizes=&quot;(min-width: 720px) 720px&quot; /&gt;&lt;/figure&gt;&lt;h3 id=&quot;bonus-some-other-stuff-that-might-be-relevant-for-the-kind-of-site-you-wanna-build&quot;&gt;Bonus: some other stuff that might be relevant for the kind of site you wanna build:&lt;/h3&gt;&lt;p&gt;&lt;br /&gt;&lt;strong&gt;Label Mode:&lt;/strong&gt;&amp;nbsp;You can also use Faircamp to build a “label page” that features releases from multiple artists! But it can be used for more than just actual labels – you could make an archive of all of your own past/current projects, or a single page where someone could stumble on all of your friends’ bands in a particular town or corner of the scene.&amp;nbsp;&lt;a href=&quot;https://simonrepp.com/faircamp/manual/label.html&quot;&gt;Here is more info in Faircamp&#39;s docs.&lt;/a&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;add the tag&amp;nbsp;&lt;code&gt;label_mode&lt;/code&gt;&amp;nbsp;in your catalog.eno file&lt;/li&gt;&lt;li&gt;make the info in the catalog.eno file correspond to the project/distro/label/person instead of a band (name, description, links, etc)&lt;/li&gt;&lt;li&gt;in your main folder, you&#39;ll create a subfolder for each artist, each containing an&amp;nbsp;&lt;a href=&quot;https://simonrepp.com/faircamp/manual/artists-artist-eno.html&quot; rel=&quot;noreferrer&quot;&gt;Artist manifest&lt;/a&gt;. The release folders (with the release manifest, the audio files, and the artwork) will be contained within their respective artist folders. &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Tracks:&lt;/strong&gt;&amp;nbsp;If you want each track of a particular to have its own page (for example, if a certain track has it&#39;s own artwork, credits, or you want it to have it&#39;s own page with the lyrics) you can create sub-folders inside a release folder for each track, each with it’s own “track.eno” that can have particular info like lyrics and featured collaborators!&amp;nbsp;&lt;a href=&quot;https://simonrepp.com/faircamp/manual/tracks-track-eno.html&quot;&gt;More info here&lt;/a&gt;.&lt;/p&gt;&lt;h2 id=&quot;run-faircamp-to-create-a-preview-of-your-site&quot;&gt;Run Faircamp to create a preview of your site&lt;/h2&gt;&lt;p&gt;Terminal time!&lt;/p&gt;&lt;p&gt;First we gotta open a terminal – we&#39;re gonna open the terminal from inside our main folder (in my example the &quot;RECALL&quot; folder):&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Windows:&lt;/strong&gt;&amp;nbsp;Open your main folder in the file manager. When you are in your main folder, click on the address bar type &lt;code&gt;cmd&lt;/code&gt; and hit Enter.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Mac:&lt;/strong&gt;&amp;nbsp;Highlight the folder itself and right click “new terminal at folder”&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Linux:&lt;/strong&gt;&amp;nbsp;right click inside the folder and see if there&#39;s an “open in terminal” option... if that doesn&#39;t work, you might just have to look up how to do this in your OS or file manager&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;em&gt;If you are a terminal wizard already you can just use the terminal to navigate to your main folder.&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;Now, in your terminal, type&lt;br /&gt;&lt;br /&gt;MacOS or Linux:&amp;nbsp;&lt;code&gt;faircamp -p&lt;/code&gt;&lt;br /&gt;Windows:&amp;nbsp;&lt;code&gt;faircamp.exe -p&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;One of two things will happen: the ideal scenario is that a little browser window pops open with a preview of your site on it (don’t worry, it’s not online yet – this is just a preview running on your computer). Maybe it looks good right out of the box! Maybe it is a little busted or not looking how you want, or you see things that you want to change. We&#39;ll talk about that in a second.&lt;br /&gt;&lt;br /&gt;The other thing that can happen is that you will not see your site, and instead your terminal window will fill with error messages. It might look like scary insane jibberish code, but try to look at the highlighted words and phrases and see if you can glean any information that might help you troubleshoot. &lt;/p&gt;&lt;h3 id=&quot;heres-two-common-error-messages-you-might-see-when-you-try-to-preview-your-site&quot;&gt;Here&#39;s two common error messages you might see when you try to preview your site:&lt;/h3&gt;&lt;figure class=&quot;kg-card kg-image-card&quot;&gt;&lt;img src=&quot;https://ghost.the-counterforce.org/content/images/2026/03/Screenshot-2026-03-21-at-10.12.51.png&quot; class=&quot;kg-image&quot; alt=&quot;&quot; loading=&quot;lazy&quot; width=&quot;1260&quot; height=&quot;422&quot; srcset=&quot;https://ghost.the-counterforce.org/content/images/size/w600/2026/03/Screenshot-2026-03-21-at-10.12.51.png 600w, https://ghost.the-counterforce.org/content/images/size/w1000/2026/03/Screenshot-2026-03-21-at-10.12.51.png 1000w, https://ghost.the-counterforce.org/content/images/2026/03/Screenshot-2026-03-21-at-10.12.51.png 1260w&quot; sizes=&quot;(min-width: 720px) 720px&quot; /&gt;&lt;/figure&gt;&lt;p&gt;This error is telling us that there is an extra line of text in our catalog.eno file that Faircamp can&#39;t read. Go through the file and make sure there&#39;s no stray bits of text!&lt;/p&gt;&lt;figure class=&quot;kg-card kg-image-card&quot;&gt;&lt;img src=&quot;https://ghost.the-counterforce.org/content/images/2026/03/Screenshot-2026-03-21-at-10.13.15.png&quot; class=&quot;kg-image&quot; alt=&quot;&quot; loading=&quot;lazy&quot; width=&quot;1258&quot; height=&quot;198&quot; srcset=&quot;https://ghost.the-counterforce.org/content/images/size/w600/2026/03/Screenshot-2026-03-21-at-10.13.15.png 600w, https://ghost.the-counterforce.org/content/images/size/w1000/2026/03/Screenshot-2026-03-21-at-10.13.15.png 1000w, https://ghost.the-counterforce.org/content/images/2026/03/Screenshot-2026-03-21-at-10.13.15.png 1258w&quot; sizes=&quot;(min-width: 720px) 720px&quot; /&gt;&lt;/figure&gt;&lt;p&gt;This error message is telling us that Faircamp can&#39;t find the image file we indicated it should use in the catalog.eno manifest. Make sure the file name indicated in your manifest (.eno) matched the name of the actual file in your folder!&lt;/p&gt;&lt;h2 id=&quot;check-out-the-preview-site-and-make-changes&quot;&gt;Check out the preview site and make changes&lt;/h2&gt;&lt;p&gt;If you notice something you want to change on your site (or if your site didn&#39;t build in the first place), you can go back into sublime text and edit your catalog.eno or release.eno files. Make sure you save any changes!&lt;br /&gt;&lt;br /&gt;If your preview site is still running, you will have to type&amp;nbsp;&lt;code&gt;ctrl-c&lt;/code&gt;&amp;nbsp;in your terminal to stop the preview and get your cursor back so you can type the next command.&lt;br /&gt;&lt;br /&gt;To see your preview site again after making changes to your files, type&amp;nbsp;&lt;code&gt;faircamp -p&lt;/code&gt;&amp;nbsp;(or &lt;code&gt;faircamp.exe -p&lt;/code&gt; in Windows) again.&lt;br /&gt;&lt;br /&gt;You will probably have to toggle back and forth between running&amp;nbsp;&lt;code&gt;faircamp -p&lt;/code&gt;&amp;nbsp;to preview your site and&amp;nbsp;&lt;code&gt;ctrl-c&lt;/code&gt;&amp;nbsp;to stop the preview a zillion times, as you tweak and fix small errors and make your site look the way you want it to.&lt;/p&gt;&lt;p&gt;Faircamp provides a lot of additional ways to customize your site. If you are feeling confident, check the documentation like the pages for the &lt;a href=&quot;https://simonrepp.com/faircamp/manual/catalog-catalog-eno.html&quot; rel=&quot;noreferrer&quot;&gt;Catalog&lt;/a&gt; and &lt;a href=&quot;https://simonrepp.com/faircamp/manual/releases-release-eno.html&quot; rel=&quot;noreferrer&quot;&gt;Release &lt;/a&gt;manifests.&lt;/p&gt;&lt;h2 id=&quot;build-your-site-for-real&quot;&gt;Build your site, for real&lt;/h2&gt;&lt;p&gt;Once you have the preview version of the site looking exactly how you want, the last step in the terminal is to instruct Faircamp to actually build the files that will make our website. In the terminal, type&lt;br /&gt;&lt;br /&gt;MacOS or Linux: &lt;code&gt;faircamp --build-dir ../my-faircamp-site&lt;/code&gt;&lt;/p&gt;&lt;p&gt;Windows: &lt;code&gt;faircamp.exe --build-dir ..&#92;my-faircamp-site&lt;/code&gt;&lt;/p&gt;&lt;p&gt;and hit enter.&lt;br /&gt;&lt;br /&gt;Faircamp will now build files for the live version of your site. It will be in a new folder called &lt;code&gt;my-faircamp-site&lt;/code&gt;, in the same folder as your main Faircamp folder (so one folder &quot;up&quot; from where you&#39;ve been working). &lt;/p&gt;&lt;h2 id=&quot;put-your-site-online&quot;&gt;Put your site &lt;em&gt;online&lt;/em&gt;&lt;/h2&gt;&lt;p&gt;Go back to your Neocities site’s dashboard and navitage to “Edit Site”. You’ll see a tan box with a few files in it. &lt;/p&gt;&lt;p&gt;Open your “my-faircamp-site” folder, grab all the files inside of it and drag and drop them into the tan box. Depending on how large your music files are, it might take a while to upload. &lt;/p&gt;&lt;p&gt;Now at the top of the editor page, click on the red url of your site. The site should pop up in another window, looking how it looked in your preview. Congratulations, your site is live on the internet!&lt;/p&gt;&lt;p&gt;Before you get too excited –&amp;nbsp;don&#39;t forget to save and backup everything you&#39;ve done! If you want to change your site in the future – either by updating the information in your .eno files or adding a new release – you&#39;ll update these files, run Faircamp preview, build the site, and re-upload your files to your hosting provider.&lt;br /&gt;&lt;br /&gt;There&#39;s a lot more to say about this, but these are YOUR files. If it comes out that the CEO of Neocities is super invested in military tech and donating money to far-right politicians, you can pull your website off there and put it somewhere else!&lt;/p&gt;&lt;hr /&gt;&lt;p&gt;&lt;em&gt;If you followed this guide and you want to show off your new website or give feedback, please &lt;/em&gt;&lt;a href=&quot;mailto:the-counterforce@riseup.net&quot; rel=&quot;noreferrer&quot;&gt;&lt;em&gt;send an email&lt;/em&gt;&lt;/a&gt;&lt;em&gt;, message us on Signal (&lt;/em&gt;counterforce.99&lt;em&gt;) or tag us on &lt;/em&gt;&lt;a href=&quot;https://kolektiva.social/@the_counterforce&quot; rel=&quot;noreferrer&quot;&gt;&lt;em&gt;Mastodon&lt;/em&gt;&lt;/a&gt;&lt;em&gt;! Thanks for reading.&lt;/em&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>The Counterforce #10 + MRR Reviews #514</title>
    <link href="https://the-counterforce.org/the-counterforce-10-mrr-reviews-514/"/>
    <updated>2026-04-02T20:42:16.000-04:00</updated>
    <published>2026-04-02T20:42:16.000-04:00</published>
    <id>https://the-counterforce.org /the-counterforce-10-mrr-reviews-514/</id>
    <content type="html"><img class="post-card-image" src="https://ghost.the-counterforce.org/content/images/2026/04/CF-10.png" alt="The Counterforce #10 + MRR Reviews #514"></img>&lt;p&gt;We made to TEN issues of The Counterforce in print form! The latest zine compiles everything on the site &lt;a href=&quot;https://the-counterforce.org/tag/issue-9/&quot; rel=&quot;noreferrer&quot;&gt;since the last issue&lt;/a&gt;: PERSONA Southeast Asia tour zine haul, The Counterforce Crossword, How To build your own band website, Broke Ass Comic Zone, interview with Ergot + all the usual reviews and columns. Taylor, who has done the layout for all 10 of these issues, made a special cover for this one. &lt;/p&gt;&lt;p&gt;Download the PDF for printing &lt;a href=&quot;https://the-counterforce.org/zines/the-counterforce/CF-10-US-letter-imposed.pdf&quot; rel=&quot;noreferrer&quot;&gt;here&lt;/a&gt; and view more issues on The Counterforce &lt;a href=&quot;https://the-counterforce.org/zines/the-counterforce/&quot; rel=&quot;noreferrer&quot;&gt;Zines page&lt;/a&gt;. &lt;/p&gt;&lt;p&gt;Also up now is the newest MRR Reviews digest zine (#514 for March 2026). Find that on the &lt;a href=&quot;https://the-counterforce.org/zines/MRR&quot; rel=&quot;noreferrer&quot;&gt;MRR Zines page&lt;/a&gt;, along side a dozen or so &quot;back issues&quot; for you to print, read, and distribute!&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>I Will Do My Worst #3</title>
    <link href="https://the-counterforce.org/i-will-do-my-worst-3/"/>
    <updated>2026-03-15T16:03:36.000-04:00</updated>
    <published>2026-03-15T16:03:36.000-04:00</published>
    <id>https://the-counterforce.org /i-will-do-my-worst-3/</id>
    <content type="html"><img class="post-card-image" src="https://ghost.the-counterforce.org/content/images/2026/03/i-will-do-my-worst.png" alt="I Will Do My Worst #3"></img>&lt;p&gt;The first and only time I ever used the DICE app was to go to a show in New York City. It was the only way to get a ticket to a show I was traveling many hours and crossing an international border to attend. The only way to buy a ticket was by installing the app on a mobile phone – a deranged, dystopic idea. To purchase a ticket for this &lt;em&gt;hardcore punk show&lt;/em&gt;, I needed not only a credit card, but a decently-new mobile phone running an OS made by Apple or Google. I needed my phone to be working at the venue so I could show a QR code of my ticket to get in. I would expect this for a mainstream Live Nation concert, but not for a punk show. At the time, I figured &quot;only in New York&quot; – a place where one is likely to encounter strange, novel experiments in capitalism. But since then I&#39;ve started seeing DICE relied upon by promoters in Toronto, and I&#39;ve heard it&#39;s used in London too. Not just regular promoters, like people booking hardcore punk gigs. What?? I suspect the only reason we haven&#39;t run into it much in Montreal is for Quebec cultural preservation reasons (here it would have to be a Quebec-owned startup called DÉS).&lt;/p&gt;&lt;p&gt;(For the sake of completeness: according to DICE you &lt;em&gt;can&lt;/em&gt; buy tickets through their website without using their dedicated app, using your legal name and having ID with you, &lt;em&gt;if&lt;/em&gt; the venue/promoter has a list of DICE ticket holders at the door. So basically good luck with that.)&lt;/p&gt;&lt;p&gt;DICE began as a London-based startup founded by an UMG industry label guy. Ostensibly the point was to make ticket sales easy, without dynamic pricing or resellers/scalping. Which is fine enough, but those aren&#39;t really problems I have ever encountered trying to buy tickets for actual underground hardcore punk shows. &lt;/p&gt;&lt;p&gt;Pretty quickly DICE got loaded up with hundreds of millions in venture capital investment. SoftBank, French billionaires, Google subsidiary co-founders. This is all just on Wikipedia. These people are not looking to &quot;enhance the live music experience&quot; or whatever, they are here to squeeze massive profits out of you. Last year, the whole thing was bought by Fever (another international/multinational ticket platform) after Fever itself raised hundreds of millions in venture capital from investors like Goldman Sachs. &lt;/p&gt;&lt;p&gt;This isn&#39;t some plucky independent startup run by a homie who&#39;s trying to make ticket sales easier. This is billion dollar business. When there is that much money invested, it&#39;s all about &lt;em&gt;making more money&lt;/em&gt;. &lt;/p&gt;&lt;p&gt;That&#39;s why DICE is so app-centric. You must install the app to get into the show, allowing them to collect tons of your data, which is shared with 3rd parties. They know exactly when you arrive at the show! They track your interests and desires. You are encouraged to link your account to your Spotify or Apple Music so they can provide better algorithmic recommendations of shows you might want to go to. DICE will keep doing this, and it will get worse and worse as they need to squeeze as much data out of you as possible.&lt;/p&gt;&lt;p&gt;This is the kind of data that gets collected, correlated, and sold to ICE and Palantir, by the way! You can&#39;t pretend this isn&#39;t true anymore.&lt;/p&gt;&lt;p&gt;Here&#39;s a fun thing in their privacy policy:&lt;/p&gt;&lt;blockquote&gt;&lt;strong&gt;Your image or recordings&lt;/strong&gt;&amp;nbsp;– we might get photographs, audio or video recordings of events listed on the DICE Platform. We may reproduce and/or publish your image (as part of a general photograph of an event) on the DICE Platform and in other promotional materials, social networking channels and other materials related to the DICE Platform;&lt;/blockquote&gt;&lt;p&gt;That kind of shit is just par for the course for apps and platforms like this. Most similar online ticket platforms are similarly evil. I&#39;m picking on DICE because they really push you to install an app, and their cool hipster branding seems to have appealed to punk promoters. NO!&lt;/p&gt;&lt;p&gt;&lt;strong&gt;If you must sell advance tickets, there are simple, time-tested, DIY ways to take a bite out of these predatory, ticket-seller megoliths: &lt;/strong&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Sell some physical tickets at local venues/shows/record stores before the gig. &lt;/li&gt;&lt;li&gt;If you must sell tickets online, use a relatively chill online purchasing option (like Big Cartel – I&#39;m pretty sure they are still independent and have not taken VC investment). &lt;/li&gt;&lt;li&gt;Always ensure dedicated people have a way to buy tickets in person, with cash, either by holding some at the door or providing physical pre-sales.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Yeah, it&#39;s a little more &quot;work&quot; for everyone – too bad! The tradeoff is worth it, especially in situations where something like DICE is essentially the &lt;em&gt;only&lt;/em&gt; way to buy a ticket for a show.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>GUL - Demo</title>
    <link href="https://the-counterforce.org/gul-demo/"/>
    <updated>2026-03-16T20:42:06.000-04:00</updated>
    <published>2026-03-16T20:42:06.000-04:00</published>
    <id>https://the-counterforce.org /gul-demo/</id>
    <content type="html"><img class="post-card-image" src="https://ghost.the-counterforce.org/content/images/2026/03/gul.jpg" alt="GUL - Demo"></img>&lt;p&gt;Like RUDIMENTARY PENI if they were from Catalonia. Four dreary, driving, a bit spooky, songs. Recorded at home (with a drum machine I think?). More people should just sit down and make music like this. At home, all written, recorded, produced in one room, maybe in one afternoon. I really like it. I hope we get more from GUL. &lt;/p&gt;&lt;p&gt;&lt;em&gt;Cassette released on Atemptat Sonor, listen here: &lt;/em&gt;&lt;a href=&quot;https://bandwagon.fm/69b2b1ebb92ab6bcbd1651e1&quot;&gt;&lt;em&gt;https://bandwagon.fm/69b2b1ebb92ab6bcbd1651e1&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;&lt;figure class=&quot;kg-card kg-bookmark-card&quot;&gt;&lt;a class=&quot;kg-bookmark-container&quot; href=&quot;https://bandwagon.fm/69b2b1ebb92ab6bcbd1651e1&quot;&gt;&lt;div class=&quot;kg-bookmark-content&quot;&gt;&lt;div class=&quot;kg-bookmark-title&quot;&gt;GUL - Demo&lt;/div&gt;&lt;div class=&quot;kg-bookmark-description&quot;&gt;&lt;/div&gt;&lt;div class=&quot;kg-bookmark-metadata&quot;&gt;&lt;img class=&quot;kg-bookmark-icon&quot; src=&quot;https://static.ghost.org/v5.0.0/images/link-icon.svg&quot; alt=&quot;&quot; /&gt;&lt;span class=&quot;kg-bookmark-author&quot;&gt;Bandwagon.fm&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;kg-bookmark-thumbnail&quot;&gt;&lt;img src=&quot;https://ghost.the-counterforce.org/content/images/thumbnail/69b2b1ecb92ab6bcbd16522f&quot; alt=&quot;&quot; onerror=&quot;this.style.display = &#39;none&#39;&quot; /&gt;&lt;/div&gt;&lt;/a&gt;&lt;/figure&gt;</content>
  </entry>
  <entry>
    <title>BROKE ASS COMICS ZONE #2</title>
    <link href="https://the-counterforce.org/broke-ass-comics-zone-2/"/>
    <updated>2026-03-16T20:07:04.000-04:00</updated>
    <published>2026-03-16T20:07:04.000-04:00</published>
    <id>https://the-counterforce.org /broke-ass-comics-zone-2/</id>
    <content type="html"><img class="post-card-image" src="https://ghost.the-counterforce.org/content/images/2026/03/BROKE-ASS-header.jpg" alt="BROKE ASS COMICS ZONE #2"></img>&lt;figure class=&quot;kg-card kg-image-card&quot;&gt;&lt;img src=&quot;https://ghost.the-counterforce.org/content/images/2026/03/broke-ass-2.jpg&quot; class=&quot;kg-image&quot; alt=&quot;&quot; loading=&quot;lazy&quot; width=&quot;1500&quot; height=&quot;1159&quot; srcset=&quot;https://ghost.the-counterforce.org/content/images/size/w600/2026/03/broke-ass-2.jpg 600w, https://ghost.the-counterforce.org/content/images/size/w1000/2026/03/broke-ass-2.jpg 1000w, https://ghost.the-counterforce.org/content/images/2026/03/broke-ass-2.jpg 1500w&quot; sizes=&quot;(min-width: 720px) 720px&quot; /&gt;&lt;/figure&gt;</content>
  </entry>
  <entry>
    <title>The Counterforce Crossword #1</title>
    <link href="https://the-counterforce.org/the-counterforce-crossword-1/"/>
    <updated>2026-03-16T19:55:28.000-04:00</updated>
    <published>2026-03-16T19:55:28.000-04:00</published>
    <id>https://the-counterforce.org /the-counterforce-crossword-1/</id>
    <content type="html">&lt;figure class=&quot;kg-card kg-image-card&quot;&gt;&lt;img src=&quot;https://ghost.the-counterforce.org/content/images/2026/04/CF-crossword-1.png&quot; class=&quot;kg-image&quot; alt=&quot;&quot; loading=&quot;lazy&quot; width=&quot;785&quot; height=&quot;785&quot; srcset=&quot;https://ghost.the-counterforce.org/content/images/size/w600/2026/04/CF-crossword-1.png 600w, https://ghost.the-counterforce.org/content/images/2026/04/CF-crossword-1.png 785w&quot; sizes=&quot;(min-width: 720px) 720px&quot; /&gt;&lt;/figure&gt;&lt;h2 id=&quot;across&quot;&gt;Across&lt;/h2&gt;&lt;p&gt;1. What many punks have on their bodies.&lt;br /&gt;10. 1920 play by Čapek that coined the word robot.&lt;br /&gt;11. Suffix for the intensification of “funny.”&lt;br /&gt;12. Shoes that have a sports mode.&lt;br /&gt;16. DIY musical gift to make your crush.&lt;br /&gt;17. What you might fold in a protest.&lt;br /&gt;19. What you challenge a skateboarder to do in passing.&lt;br /&gt;21. A group of canine furries, perhaps?&lt;br /&gt;24. US narc cops, for short.&lt;br /&gt;25. First band on the lineup.&lt;br /&gt;27. No ___ Records, pop punk label.&lt;br /&gt;28. National leader targeted by many 80s punk songs.&lt;br /&gt;30. Your forefathers.&lt;br /&gt;32. Original director of cult horror classic, Suspiria (1977).&lt;br /&gt;35. 1971 prison uprising in New York.&lt;br /&gt;38. If writing songs in an ABCD structure, reaching these letters means you&#39;ve gone too far.&lt;br /&gt;41. VAN HALEN, briefly.&lt;br /&gt;42. Amp and gear set up.&lt;br /&gt;43. Where lyrics get jotted down.&lt;br /&gt;44. An affirmative you’ll hear in Quebec.&lt;br /&gt;45. Store chain for “borrowing” nice camping gear.&lt;br /&gt;46. What you might mutter after seeing a mediocre band.&lt;br /&gt;47. Acronym seen on many show flyers.&lt;br /&gt;49. A post punk or egg punk band may have this.&lt;br /&gt;51. A hardcore kid’s favorite dancy dance.&lt;br /&gt;53. Last word of a Germs song that is the title of the 2007 Darby Crash biopic.&lt;br /&gt;54. Synonym to cherub, missing a middle letter.&lt;br /&gt;55. Boston hardcore band, or an alternative to a hard drive.&lt;br /&gt;58. Every anti authoritarian&#39;s favorite four letter acronym.&lt;br /&gt;60. A class of happy pills.&lt;br /&gt;62. Comes after &quot;sub,&quot; &quot;power,&quot; and &quot;K.&quot;&lt;br /&gt;64. What you may make your lentil soup in.&lt;br /&gt;67. What members of LOS CRUDOS, SPITBOY, and THE BAGS all identify as.&lt;br /&gt;69. Tough section of a bike ride.&lt;br /&gt;70. FEAR played on this show in 1981.&lt;br /&gt;72. Double word new wave outfit.&lt;br /&gt;73. Homophone for hosts of an event.&lt;br /&gt;74. Ease of use.&lt;br /&gt;75. Abbreviation for magazine that originated from a Berkeley, CA radio show.&lt;br /&gt;76. The name of Vivienne Westwood’s infamous clothing boutique from 1974-1976.&lt;br /&gt;77. “This,” or “um” in Spanish.&lt;/p&gt;&lt;h2 id=&quot;down&quot;&gt;Down&lt;/h2&gt;&lt;p&gt;1.An essential for punk guitarists. Less so for a folk musician.&lt;br /&gt;2. Series of 1970s punk fests, tours, and carnivals in rebuttal to the far right National Front.&lt;br /&gt;3. Healthy fruit eaten in a bundle.&lt;br /&gt;4. Alternate to “hey.”&lt;br /&gt;5. The first three words to DEVO’s existential query.&lt;br /&gt;6. The name of CRASS’s farm cottage.&lt;br /&gt;7. What J.K. Rowling is.&lt;br /&gt;8. It’s exposed many times when singing “YMCA”&lt;br /&gt;9. What every guitarist hopes to have when putting together a song.&lt;br /&gt;13. What you may need an hour before a gig starts.&lt;br /&gt;14. Another word for sea, minus the last letter.&lt;br /&gt;15. US west coast town abbreviation.&lt;br /&gt;16. A bad customer doesn’t do this.&lt;br /&gt;18. Prefix with masochism.&lt;br /&gt;20. An essential tool for all zine makers.&lt;br /&gt;22. Lord of the Ring&#39;s humanoid monster.&lt;br /&gt;23. Certification abbreviation.&lt;br /&gt;26. Intergovernmental military alliance that Tankies hate.&lt;br /&gt;28. WU TANG CLAN  Member, Robert Diggs, nickname.&lt;br /&gt;29. Emo band, Joan of ___.&lt;br /&gt;31. An elite potluck would have a table fully dedicated to toppings for making this frozen &lt;br /&gt;treat.&lt;br /&gt;33. Lake bordering US and Canada.&lt;br /&gt;34. Alternate to &quot;see ya&quot; when the day is over.&lt;br /&gt;36. 1970 song by the Stooges, and contemporary NYC venue.&lt;br /&gt;37. Second half of the name for the&quot;decentralized anarchist collective of autonomous cells,&quot; started in 1996.&lt;br /&gt;38. SLC Punk (1998) main protagonist actor, for short.&lt;br /&gt;39. 4chan board that Qanon emerged from.&lt;br /&gt;40. The status ___.&lt;br /&gt;43. Insult you use towards someone fake.&lt;br /&gt;45. Web feed letters.&lt;br /&gt;47. What screamo vocals lyrics &quot;sound&quot; like.&lt;br /&gt;48. A gamers technical annoyance, if the number is low.&lt;br /&gt;50. Obnoxious and outspoken crowd member.&lt;br /&gt;52. The last word in the “same” repetitive line in TALKING HEAD’s “Once in a Lifetime”&lt;br /&gt;56. Cheap airline or first word in a Miyazaki film title.&lt;br /&gt;57. What you may do when a mutual aid request is shared with you.&lt;br /&gt;59. a Dom and a CEO both do this.&lt;br /&gt;61. First name of punk filmmaker Benning, novelist Z. Smith, and singer of GLOSS.&lt;br /&gt;63. &lt;em&gt;The&lt;/em&gt; GENUWINE song.&lt;br /&gt;64. Pool stick.&lt;br /&gt;65. What you set on a record player.&lt;br /&gt;66. Guitar amp detail, measured in Ω.&lt;br /&gt;68. Oklahoma city, minus the last letter.&lt;br /&gt;70. A shady person.&lt;br /&gt;71. Slack.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>THE SMARTHEARTS - Not Forgotten 12&quot; EP</title>
    <link href="https://the-counterforce.org/the-smarthearts-not-forgotten/"/>
    <updated>2026-03-16T17:17:54.000-04:00</updated>
    <published>2026-03-16T17:17:54.000-04:00</published>
    <id>https://the-counterforce.org /the-smarthearts-not-forgotten/</id>
    <content type="html"><img class="post-card-image" src="https://ghost.the-counterforce.org/content/images/2026/03/a4112142285_10.jpg" alt="THE SMARTHEARTS - Not Forgotten 12&quot; EP"></img>&lt;p&gt;&lt;em&gt;Contributed by Aaron Meyer&lt;/em&gt;&lt;/p&gt;&lt;p&gt;During my first year as a public school teacher I have faced many headaches: the bureaucracy and over arching shadow of Chicago Public Schools, my students asking me if I am in high school or if I am 80, writing IEPs. HOWEVER, as I sit on my bus to teach another day to middle schoolers I continue to listen over-and-over to the most recent Power Pop masterpiece by Philly rockers THE SMARTHEARTS. &lt;/p&gt;&lt;p&gt;I saw them in 2019 in Milwaukee &amp;amp; Chicago and was mesmerized by their riffs, inspiring lyrics, and overall tightness they displayed as a band. Fast Forward to 2025 they&#39;re back with a new EP and it&#39;s a killer! From their opening song &quot;One-on-One&quot; to the organ manner of &quot;If You Were Mine,&quot; THE SMARTHEARTS songs&#39; each land a an amazing musical punch to your ears. The biggest song of the album though is &quot;Not Forgotten.&quot; Not only does this song get me through an average school day, but it is the song that we need in a time of ever-growing fascism in our world and genocide in Palestine. This album has it all and is the thing that will lift your spirits as it has mine.&lt;/p&gt;&lt;p&gt;&lt;em&gt;Listen here: &lt;/em&gt;&lt;a href=&quot;https://thesmarthearts.bandcamp.com/album/not-forgotten&quot;&gt;&lt;em&gt;https://thesmarthearts.bandcamp.com/album/not-forgotten&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;&lt;figure class=&quot;kg-card kg-bookmark-card&quot;&gt;&lt;a class=&quot;kg-bookmark-container&quot; href=&quot;https://thesmarthearts.bandcamp.com/album/not-forgotten&quot;&gt;&lt;div class=&quot;kg-bookmark-content&quot;&gt;&lt;div class=&quot;kg-bookmark-title&quot;&gt;Not Forgotten, by The Smarthearts&lt;/div&gt;&lt;div class=&quot;kg-bookmark-description&quot;&gt;5 track album&lt;/div&gt;&lt;div class=&quot;kg-bookmark-metadata&quot;&gt;&lt;img class=&quot;kg-bookmark-icon&quot; src=&quot;https://ghost.the-counterforce.org/content/images/icon/a4112142285_3.jpg&quot; alt=&quot;&quot; /&gt;&lt;span class=&quot;kg-bookmark-author&quot;&gt;The Smarthearts&lt;/span&gt;&lt;span class=&quot;kg-bookmark-publisher&quot;&gt;Marty Fedowitz&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;kg-bookmark-thumbnail&quot;&gt;&lt;img src=&quot;https://ghost.the-counterforce.org/content/images/thumbnail/a4112142285_5.jpg&quot; alt=&quot;&quot; onerror=&quot;this.style.display = &#39;none&#39;&quot; /&gt;&lt;/div&gt;&lt;/a&gt;&lt;/figure&gt;</content>
  </entry>
  <entry>
    <title>Questions &amp; Statements #1</title>
    <link href="https://the-counterforce.org/questions-statements-1/"/>
    <updated>2026-03-15T17:37:25.000-04:00</updated>
    <published>2026-03-15T17:37:25.000-04:00</published>
    <id>https://the-counterforce.org /questions-statements-1/</id>
    <content type="html"><img class="post-card-image" src="https://ghost.the-counterforce.org/content/images/2026/03/questions-and-statements.jpeg" alt="Questions &amp; Statements #1"></img>&lt;h2 id=&quot;2-zines-that-i-can%E2%80%99t-put-back-on-the-shelf&quot;&gt;2 zines that I can’t put back on the shelf&lt;/h2&gt;&lt;p&gt;I’ve been collecting various zines since my friend Will showed me “Drawings in bars” when I was a teen. This past year two that I can’t seem to get enough of are a photo zine by Ivan Hitch and a zine of drawings by Willow Gallagher.&lt;/p&gt;&lt;figure class=&quot;kg-card kg-gallery-card kg-width-wide&quot;&gt;&lt;div class=&quot;kg-gallery-container&quot;&gt;&lt;div class=&quot;kg-gallery-row&quot;&gt;&lt;div class=&quot;kg-gallery-image&quot;&gt;&lt;img src=&quot;https://ghost.the-counterforce.org/content/images/2026/03/IMG_0531-2.jpg&quot; width=&quot;1536&quot; height=&quot;2048&quot; loading=&quot;lazy&quot; alt=&quot;&quot; srcset=&quot;https://ghost.the-counterforce.org/content/images/size/w600/2026/03/IMG_0531-2.jpg 600w, https://ghost.the-counterforce.org/content/images/size/w1000/2026/03/IMG_0531-2.jpg 1000w, https://ghost.the-counterforce.org/content/images/2026/03/IMG_0531-2.jpg 1536w&quot; sizes=&quot;(min-width: 720px) 720px&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;kg-gallery-image&quot;&gt;&lt;img src=&quot;https://ghost.the-counterforce.org/content/images/2026/03/IMG_0530-1.jpg&quot; width=&quot;1536&quot; height=&quot;2048&quot; loading=&quot;lazy&quot; alt=&quot;&quot; srcset=&quot;https://ghost.the-counterforce.org/content/images/size/w600/2026/03/IMG_0530-1.jpg 600w, https://ghost.the-counterforce.org/content/images/size/w1000/2026/03/IMG_0530-1.jpg 1000w, https://ghost.the-counterforce.org/content/images/2026/03/IMG_0530-1.jpg 1536w&quot; sizes=&quot;(min-width: 720px) 720px&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/figure&gt;&lt;p&gt;Ivan Hitch showcases his perspective as an adventurous young documentarian of Philadelphia. Friends, tags, landscapes and some archival graffiti photos make up this zine. Many names to look forward to like spy one, nemel, orb, hazel, item, IAO, SOS to name a few.&lt;/p&gt;&lt;p&gt;Keep an eye out.&lt;/p&gt;&lt;figure class=&quot;kg-card kg-image-card&quot;&gt;&lt;img src=&quot;https://ghost.the-counterforce.org/content/images/2026/03/IMG_0532.jpg&quot; class=&quot;kg-image&quot; alt=&quot;&quot; loading=&quot;lazy&quot; width=&quot;1536&quot; height=&quot;2048&quot; srcset=&quot;https://ghost.the-counterforce.org/content/images/size/w600/2026/03/IMG_0532.jpg 600w, https://ghost.the-counterforce.org/content/images/size/w1000/2026/03/IMG_0532.jpg 1000w, https://ghost.the-counterforce.org/content/images/2026/03/IMG_0532.jpg 1536w&quot; sizes=&quot;(min-width: 720px) 720px&quot; /&gt;&lt;/figure&gt;&lt;p&gt;Free the world 2k25 by Willow Gallagher is a visual packed full of machines, people, creatures, plants, daily horrors and so much more. I enjoy these kinds of detailed maximalist draws. Pockets of jagged lettering announce political ideas, daily struggles and systemic horrors.&lt;/p&gt;&lt;p&gt;My favourite page illustrates the pollution of our atmosphere by satellites.&lt;/p&gt;&lt;p&gt;I look forward to seeing more.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>ZINES I GOT ON TOUR IN ASIA AND TRAVELING HOME</title>
    <link href="https://the-counterforce.org/zines-i-got-on-tour-in-asia-and-traveling-home/"/>
    <updated>2026-03-15T16:44:49.000-04:00</updated>
    <published>2026-03-15T16:44:49.000-04:00</published>
    <id>https://the-counterforce.org /zines-i-got-on-tour-in-asia-and-traveling-home/</id>
    <content type="html"><img class="post-card-image" src="https://ghost.the-counterforce.org/content/images/2026/03/zines.png" alt="ZINES I GOT ON TOUR IN ASIA AND TRAVELING HOME"></img>&lt;p&gt;&lt;br /&gt;&lt;em&gt;Contributed by Arthur Rot&lt;/em&gt;&lt;/p&gt;&lt;p&gt;In January, I was lucky to join NYC queercore band PERSONA on tour in Asia. (Thank you AJ!!!) Every show was organized by a collective, some active for over 20 years (CRUX). The group effort and longevity of DIY in Asia was a strong antidote to the passing trends, social hierarchies, and self-importance we’re conditioned into in our region of the world. I came back feeling less guarded and more enthusiastic. I met a woman in Tokyo who said that the underground in Asia wasn’t taking itself too seriously, and I’m trying to hold onto that idea – at the end of the day, we are all just fools messing around together on the fringes of society because we like it.&lt;/p&gt;&lt;p&gt;Shoutout to Palong and Mernie, MUTILATED NOISE Records + HAB HABAN POBLACION (Makati/Manila), HARDCORE HOPE Collective (Batangas City), CRUX OF RESISTANCE AND EXISTENCE Collective (Legazpi City), SUCK GLUE BOYS (Taipei), MOUHOI and RICE (Hong Kong) and everyone who put us on, took care of us, showed us around, cooked us amazing food, took massive group photos, traded tapes and zines, and helped me keep belief in DIY networks alive in a time of isolation and repression at home.&lt;/p&gt;&lt;h2 id=&quot;siege-fanzine-5-baguio-city-philippines-2024&quot;&gt;SIEGE Fanzine #5 Baguio City, Philippines (2024)&lt;/h2&gt;&lt;p&gt;Edgy fanzine dedicated to “those who are still awake and not afraid to be yourself.” Impassioned “anti-woke” political horseshoe vibes which I mostly didn’t read. Amid diatribes against the “Leftist Manila scene” and its “anarcho-gossip,” there is a thorough interview with YOUTH ALTERATION, an all-girl hardcore band from Bulacan Province who PERSONA played with in Batangas City (on the drummer’s birthday!). Started by sisters Yeumi (guitar) and Kaz (drums) during the pandemic when they were 11 and 14(!!), later replacing their dad with bassist Naya. They are the only punks at their religious school and have gotten some of their peers interested in punk. They don’t stand for bullying and always stick up for the underdog. Their parents are punks and the scene is supportive. Themes: anti-machismo violence, anti-celebrity culture, overcoming shyness, rage for people who kill stray cats. I don’t recommend SIEGE fanzine unless you are entertained by culture war wingnuttery but I highly recommend YOUTH ALTERATION.&lt;/p&gt;&lt;p&gt;*the video for YOUTH ALTERATION – NINE was partially filmed at our show together :)&lt;/p&gt;&lt;h2 id=&quot;grief-windmills-8josel-nicolas-quezon-city-philippines-2023&quot;&gt;GRIEF (WINDMILLS #8) - Josel Nicolas, Quezon City, Philippines (2023)&lt;/h2&gt;&lt;p&gt;Josel/Josie is a comic artist who volunteers at a zine shop and library (Independent Study/Gantala Press/Library Una) at Chapter House, a comradely DIY space in Quezon City (a city in the Manila metro area). I gave Josel copies of the Chaos Star for the library and he traded me a stack of his comic, about a 35-year old bespectacled animal guy’s struggles through the death of his parents, caregiving, creativity, ambivalence towards god, and the often thankless task of making komiks.&lt;/p&gt;&lt;h2 id=&quot;suck-glue-boys-taipei-taiwan&quot;&gt;SUCK GLUE BOYS Taipei, Taiwan&lt;/h2&gt;&lt;p&gt;SUCK GLUE BOYS are a DIY collective from Taipei who put on punk, noise and art shows, film screenings, and printmaking workshops (“PRINT FAST DRY YOUNG”). They are named after a local street punk song. They formed in 2020 to organize renegade gigs and have since expanded their activities. They are hardworking and inspiring, promoting scene unity between subcultures and across borders. Willie gave us a stack of zines made by the collective, as well as t-shirts and a really beautiful memorial block print he made of Leslie Feinberg. (In the last issue of my zine, I reviewed Notes of a Crocodile by Qiu Miaojin, an influential Taiwanese lesbian writer who died young in the 90s, who I learned is from the same town as Luhung, a SUCK GLUE BOYS collective member and noise musician. Trading my writing about a Taiwanese dyke ancestor for Willie’s homage to our New York elder on the other side of the world was a powerful synchronicity).&lt;/p&gt;&lt;figure class=&quot;kg-card kg-gallery-card kg-width-wide kg-card-hascaption&quot;&gt;&lt;div class=&quot;kg-gallery-container&quot;&gt;&lt;div class=&quot;kg-gallery-row&quot;&gt;&lt;div class=&quot;kg-gallery-image&quot;&gt;&lt;img src=&quot;https://ghost.the-counterforce.org/content/images/2026/03/vegan-food.png&quot; width=&quot;1869&quot; height=&quot;3249&quot; loading=&quot;lazy&quot; alt=&quot;&quot; srcset=&quot;https://ghost.the-counterforce.org/content/images/size/w600/2026/03/vegan-food.png 600w, https://ghost.the-counterforce.org/content/images/size/w1000/2026/03/vegan-food.png 1000w, https://ghost.the-counterforce.org/content/images/size/w1600/2026/03/vegan-food.png 1600w, https://ghost.the-counterforce.org/content/images/2026/03/vegan-food.png 1869w&quot; sizes=&quot;(min-width: 720px) 720px&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;kg-gallery-image&quot;&gt;&lt;img src=&quot;https://ghost.the-counterforce.org/content/images/2026/03/suck-glue-boy-1.png&quot; width=&quot;2000&quot; height=&quot;2667&quot; loading=&quot;lazy&quot; alt=&quot;&quot; srcset=&quot;https://ghost.the-counterforce.org/content/images/size/w600/2026/03/suck-glue-boy-1.png 600w, https://ghost.the-counterforce.org/content/images/size/w1000/2026/03/suck-glue-boy-1.png 1000w, https://ghost.the-counterforce.org/content/images/size/w1600/2026/03/suck-glue-boy-1.png 1600w, https://ghost.the-counterforce.org/content/images/size/w2400/2026/03/suck-glue-boy-1.png 2400w&quot; sizes=&quot;(min-width: 720px) 720px&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;figcaption&gt;&lt;p&gt;&lt;span style=&quot;white-space: pre-wrap;&quot;&gt;L) Luhung shows us how to ask for vegan food in Mandarin R) SUCK GLUE BOY solidarity banner&lt;/span&gt;&lt;/p&gt;&lt;/figcaption&gt;&lt;/figure&gt;&lt;h2 id=&quot;outlining-the-wavement-an-exhibition-of-punk-flyers-from-taiwan-and-japan-2023&quot;&gt;Outlining the Wavement: An Exhibition of Punk Flyers from Taiwan and Japan (2023)&lt;/h2&gt;&lt;p&gt;This zine is a bilingual (English and Mandarin) collection of 13 DIY punk artists’ flyers that were exhibited in an art show organized by SUCK GLUE BOYS at TWIN PEAK records in Taipei. The introduction asks,&lt;/p&gt;&lt;blockquote&gt;“besides music, what is ‘punk’? We believe that the true soil of creativity lies in the idea that you can do it yourself, and it is this notion that has given rise to unique visual artworks of nonconformity. … ‘Anyone’ can participate in the scene and express themselves in ‘any way’ they want!”&lt;/blockquote&gt;&lt;p&gt;A beautiful full-color perfect-bound zine with contributions from familiar heads like Yagi from UNARM and Kohei from innumerable sick prints, as well as new friends from tour: Tina Cho, drippy illustrator/frontwoman of SPIT, and chaos agent Khu Tsìng-Bûn, responsible for the iconic SUCK GLUE BOY drawing and hanging out with us on the sidewalk until dawn.&lt;/p&gt;&lt;h2 id=&quot;the-solidarity-with-palestine-in-punk-sceneschen-wei-lun-2024&quot;&gt;THE SOLIDARITY WITH PALESTINE IN PUNK SCENES - Chen Wei-Lun (2024)&lt;/h2&gt;&lt;p&gt;A history of Palestinian resistance to Israeli apartheid leading up to October 7, 2023, followed by the lineage of international punk solidarity with the Palestinian cause throughout the decades and a scene report on current efforts of the Taiwanese scene: benefits, compilations and artmaking, including many beautiful collectively-made block-printed banners. SUCK GLUE BOYS wasted no time making their position heard, immediately organizing a solidarity event in November 2023 to raise consciousness in the DIY scene around Palestine, combatting misinformation coming from the Taiwanese media and government. The zine concludes with a playlist of pro-Palestine punk tracks (from Oi Polloi to Pure Terror) and Asian DIY solidarity compilations. The zine is &lt;a href=&quot;https://drive.proton.me/urls/BA08S5CXKC#gVARFYdRqvuT&quot; rel=&quot;noreferrer&quot;&gt;free to download and distribute&lt;/a&gt; (and also featured &lt;a href=&quot;https://lausancollective.com/2025/palestine-solidarity-sinosphere/&quot; rel=&quot;noreferrer&quot;&gt;here&lt;/a&gt;).&lt;/p&gt;&lt;h2 id=&quot;persona-interview-zine&quot;&gt;PERSON(A) INTERVIEW ZINE&lt;/h2&gt;&lt;p&gt;In Mandarin. Shoutouts to 538, Migrante Network, Chaos Computer, Punk HQ, ABC No Rio, 2020 Uprising, and many friends’ bands from NYC. Beautifully printed, this was a generous gift to the tour and a true inspiration to how much thought, intention and excitement can go into receiving a touring band and making their message accessible locally.&lt;/p&gt;&lt;h2 id=&quot;ruang-meruang-fanzine-vol-1-stay-in-sanity-indonesiataiwan-2025&quot;&gt;RUANG MERUANG Fanzine Vol. 1 STAY IN SANITY Indonesia/Taiwan (2025)&lt;/h2&gt;&lt;p&gt;RUANG MERUANG (“living room”) is a fanzine put out between punks in Indonesia and Taiwan with the goal of strengthening ties between scenes. Later issues are in Mandarin and Indonesian, however the first issue is in Indonesian and English. I eagerly swooped the last copy at the Taipei show. Interviews with So-Cal emotive crust revivalists LAGRIMAS, Indonesian/Taiwanese noise duo SUNDIALLL, an in-depth interview with our new friends SUCK GLUE BOYS, among others. I felt shy to talk to the creators of RUANG MERUANG, they seemed cool, mysterious and focused. The general consensus in Asia is that Indonesia has an amazing scene, is very supportive and attentive to scenes in the west, and that we would do well to pay more attention to what is happening there (and stop only touring Japan!). This in-depth and intentional bilingual, international DIY zine proves the point further.&lt;/p&gt;&lt;h2 id=&quot;gay-guerrilla-3-san-francisco-ca-usa-2025&quot;&gt;GAY GUERRILLA #3 San Francisco, CA, USA (2025)&lt;/h2&gt;&lt;p&gt;GAY GUERRILLA is a love letter/altar to Eyevee, a continuation of her newsletter by her friends after her death last year. Eyevee was a trickster criminal girl child breathing real life into the San Francisco Mission District against the grain of the city’s sterilization, which her crew continues to do. A chaotic b&amp;amp;w 11x17” zine spraypainted multicolored around the edges, cut-up of her drawings and writings with contributions from living friends and favorite references – Jean Genet, Kaliflower (SF queer commune and freaky newsletter of 1970s), named for a piece by avant-garde composer Julius Eastman. What forms is a nonlinear collaboration that cuts through the veil, where lost friends and spaces continue to shape our living reality. GAY GUERRILLA is the embodiment of love for a friend who lives on through the words, actions and attitudes of her people.&lt;/p&gt;&lt;h2 id=&quot;brown-recluse-volunteer-guide-oakland-ca-2025&quot;&gt;BROWN RECLUSE VOLUNTEER GUIDE Oakland, CA (2025)&lt;/h2&gt;&lt;p&gt;BROWN RECLUSE ZINE DISTRO is a zine distro for and by QTBIPOC zinemakers. BRZD formed in the 2010s in response to the liberal white feminism of 90’s riot grrl and the sexism and racism of anarchist/punk scenes in the Pacific Northwest. It was started by Xiamara Chupaflor and is now run by Ari and Rufino in Oakland. I was lucky to hang out with Ari (La Bola de Cristal, MRR), Elsa, Zuli and Romeo at the distro studio when I was in the Bay and trade stacks of paper and cute stuff. Ari is a no-bullshit zine lifer whom I love and respect very much. The distro has expanded beyond their expectations since 2020, when they committed to offering free printing services to Black zinesters and movement organizers and gained a ton of new readers and subscribers online. This zine explains how the distro functions and how to contribute as a volunteer, and offers a framework for running your own distro – how to keep track of logistics and not exploit yourself too much in the process. Of interest to people committed to their ethics who are trying to navigate growing projects through shady institutions and unspoken power imbalances.&lt;br /&gt;signal: @BrownRecluseZineDistro.04&lt;/p&gt;&lt;h2 id=&quot;cosmic-sludge-2-sapling-elsa-trash-oakland-ca-usa-20262025&quot;&gt;COSMIC SLUDGE #2 + SAPLING Elsa Trash Oakland, CA, USA (2026/2025)&lt;/h2&gt;&lt;p&gt;Elsa Trash is one of my favorite artists. We met on the internet 15 years ago as gay noise freaks who made zines. Since then, we both left our hometowns and got to be real-life friends on the West Coast. These quarter-size zines mark her celebrated return to comix after several years prioritizing her noise punk/no wave band INVERTS and becoming a mom! SAPLING is a short wordless comic in which a smiling three-eyed, two-nosed, two-mouthed mommy at the bottom of a staircase watches over a wiggling child-shape meandering in the garden. COSMIC SLUDGE #2 is a full-color “automatic comic” featuring Elsa’s multi-faced girl-selves compelling us to stop cop cities everywhere and keep going. In spite of the extermination fantasies of our enemies, these small zines are a testament to our continuity and a good reminder that we actually do love drawing.&lt;/p&gt;&lt;hr /&gt;&lt;p&gt;&lt;strong&gt;Long live freak international underground connection!&lt;/strong&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>STRESSSYSTEEM - de Vorige Oorlog</title>
    <link href="https://the-counterforce.org/stresssysteem-de-vorige-oorlog/"/>
    <updated>2026-03-15T15:53:05.000-04:00</updated>
    <published>2026-03-15T15:53:05.000-04:00</published>
    <id>https://the-counterforce.org /stresssysteem-de-vorige-oorlog/</id>
    <content type="html"><img class="post-card-image" src="https://ghost.the-counterforce.org/content/images/2026/03/stresssysteem.jpg" alt="STRESSSYSTEEM - de Vorige Oorlog"></img>&lt;p&gt;Netherlands metalpunk. Metalpunk in that the drummer is using a double-kick pedal for sure (even some metal blastbeats in the first track). Not so much metalpunk like SACRILEGE or LIFELESS DARK although the tape does close with a cover of &quot;Lifeline&quot;, I find the rest of the tape draws from a broader metal influence (maybe later thrash) than just SACRILEGE. It&#39;s much more like metal played by punks (one of the best kinds of metal). I wish it was a bit crustier, a bit dirtier, a bit stenchier but that&#39;s just a matter of my personal taste. A great tape to check out if you wanna hear DIY punks doing metalpunk in the Netherlands.&lt;/p&gt;&lt;p&gt;&lt;em&gt;Available as cassette from Cognitive Decline, listen here: &lt;/em&gt;&lt;a href=&quot;https://stresssysteem.bandcamp.com/album/de-vorige-oorlog&quot;&gt;&lt;em&gt;https://stresssysteem.bandcamp.com/album/de-vorige-oorlog&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;&lt;figure class=&quot;kg-card kg-bookmark-card&quot;&gt;&lt;a class=&quot;kg-bookmark-container&quot; href=&quot;https://stresssysteem.bandcamp.com/album/de-vorige-oorlog&quot;&gt;&lt;div class=&quot;kg-bookmark-content&quot;&gt;&lt;div class=&quot;kg-bookmark-title&quot;&gt;De Vorige Oorlog, by STRESSSYSTEEM&lt;/div&gt;&lt;div class=&quot;kg-bookmark-description&quot;&gt;11 track album&lt;/div&gt;&lt;div class=&quot;kg-bookmark-metadata&quot;&gt;&lt;img class=&quot;kg-bookmark-icon&quot; src=&quot;https://ghost.the-counterforce.org/content/images/icon/a3444288648_3.jpg&quot; alt=&quot;&quot; /&gt;&lt;span class=&quot;kg-bookmark-author&quot;&gt;STRESSSYSTEEM&lt;/span&gt;&lt;span class=&quot;kg-bookmark-publisher&quot;&gt;jonnyasian666&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;kg-bookmark-thumbnail&quot;&gt;&lt;img src=&quot;https://ghost.the-counterforce.org/content/images/thumbnail/a3444288648_5.jpg&quot; alt=&quot;&quot; onerror=&quot;this.style.display = &#39;none&#39;&quot; /&gt;&lt;/div&gt;&lt;/a&gt;&lt;/figure&gt;</content>
  </entry>
  <entry>
    <title>THE DISSIDENTS / D.O.V.E. - A Better World Split</title>
    <link href="https://the-counterforce.org/the-dissidents-d-o-v-e-a-better-world-split/"/>
    <updated>2026-03-15T14:45:47.000-04:00</updated>
    <published>2026-03-15T14:45:47.000-04:00</published>
    <id>https://the-counterforce.org /the-dissidents-d-o-v-e-a-better-world-split/</id>
    <content type="html"><img class="post-card-image" src="https://ghost.the-counterforce.org/content/images/2026/03/a-better-world.jpg" alt="THE DISSIDENTS / D.O.V.E. - A Better World Split"></img>&lt;p&gt;First side, THE DISSIDENTS. Earnest political lyrics with a melodic delivery. Contextually you are thinking it&#39;s crust, but the songwriting is melodic/melancholic punk. Being from Montreal, I&#39;m thinking of BALLAST and PREYING HANDS. There&#39;s a bit of synth sprinkled in which brings to my mind Montreal&#39;s defunct FACIALS, but really just their BURNING KITCHEN cover. HEARTSOVER would probably be a better comparison from the early 2010s Squalor scene, but at this point probably only two people reading this know what I&#39;m talking about. Righteous earnest lyrics delivered with passion, anger, and lots of singalongs. &lt;/p&gt;&lt;p&gt;D.O.V.E. is a band from California who sound like they are from the UK? I believe they are one of those bands I&#39;ve only heard of from patches. But I mean no disrespect, I must back a 2025 release that opens with a track called &quot;Beyond Speciesism&quot;. It&#39;s anarchopunk. Although the VENTURES-esque riffing in &quot;Wind Of Revolution&quot; makes me feel like this is more on the peace punk side of things. D.O.V.E. is slower and more meandering than THE DISSIDENTS, so it&#39;s a really nice pairing. The lyrics are just as earnest and delivered with the same conviction. FFO giving a shit about things.&lt;/p&gt;&lt;p&gt;It&#39;s worth noting that this record is dedicated to Daryl Hardcastle of OMEGA TRIBE who passed away in 2024, and to Bill Chamerlain, guitarist of THE DISSIDENTS who passed away in July 2025 - making this a posthumous release, if I understand correctly. So this is a special release!&lt;/p&gt;&lt;p&gt;&lt;em&gt;Available on DC and LP from Grow Your Own Records. Listen here: &lt;/em&gt;&lt;a href=&quot;https://thedissidents.bandcamp.com/album/a-better-world&quot;&gt;&lt;em&gt;https://thedissidents.bandcamp.com/album/a-better-world&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;&lt;figure class=&quot;kg-card kg-bookmark-card&quot;&gt;&lt;a class=&quot;kg-bookmark-container&quot; href=&quot;https://thedissidents.bandcamp.com/album/a-better-world&quot;&gt;&lt;div class=&quot;kg-bookmark-content&quot;&gt;&lt;div class=&quot;kg-bookmark-title&quot;&gt;A Better World, by The Dissidents / D.O.V.E.&lt;/div&gt;&lt;div class=&quot;kg-bookmark-description&quot;&gt;14 track album&lt;/div&gt;&lt;div class=&quot;kg-bookmark-metadata&quot;&gt;&lt;img class=&quot;kg-bookmark-icon&quot; src=&quot;https://ghost.the-counterforce.org/content/images/icon/a2618022744_3.jpg&quot; alt=&quot;&quot; /&gt;&lt;span class=&quot;kg-bookmark-author&quot;&gt;The Dissidents&lt;/span&gt;&lt;span class=&quot;kg-bookmark-publisher&quot;&gt;The Dissidents&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;kg-bookmark-thumbnail&quot;&gt;&lt;img src=&quot;https://ghost.the-counterforce.org/content/images/thumbnail/a2618022744_5.jpg&quot; alt=&quot;&quot; onerror=&quot;this.style.display = &#39;none&#39;&quot; /&gt;&lt;/div&gt;&lt;/a&gt;&lt;/figure&gt;</content>
  </entry>
  <entry>
    <title>Red Wine &amp; Glue vol. 2 - Comp CS</title>
    <link href="https://the-counterforce.org/red-wine-glue-vol-2-comp/"/>
    <updated>2026-02-27T15:39:58.000-05:00</updated>
    <published>2026-02-27T15:39:58.000-05:00</published>
    <id>https://the-counterforce.org /red-wine-glue-vol-2-comp/</id>
    <content type="html"><img class="post-card-image" src="https://ghost.the-counterforce.org/content/images/2026/03/redwhiteglue.jpg" alt="Red Wine &amp; Glue vol. 2 - Comp CS"></img>&lt;p&gt;&quot;Do It Yourself Violence&quot;. This is a &quot;compilation tape of four DIY powerviolence and d-beat projects&quot; from the Netherlands, I assume. It&#39;s a bit of a 4-way split, with 3 songs each from PETER R DE VRIES, AARTxSTAARTJES, CHAŌSMELCK, and KRÄNKER. If I&#39;m following the tracklist correctly, PETER R DE VRIES and AARTxSTAARTJES are the powerviolence bands. I would classify them both firmly as pizzaviolence, a term longtime readers of mine will understand. Both being named after Dutch TV media personalities (a hallmark of pizzaviolence) there are interstitial samples of, I assume, these respective personalities speaking lifted from TV or documentaries. Not my favourite stuff, but certainly they are having fun. FFO: SPAZZ, etc.&lt;/p&gt;&lt;p&gt;CHAŌSMELCK (Chaos Milk!?) is a bit more interesting. Strange vocal effects, noisy guitar, odd song structure, and yes there is a d-beat. Maybe a GISM influence? I expect this band to be really cool live. Their last song was my favourite. Finally KRÄNKER, the most straightforward band name of the comp starting out with a song titled &quot;Drop The Bomb&quot; complete with intro war sound samples. I&#39;m expecting some war bad d-beat and that&#39;s what we&#39;ve got. The vocals are almost guttural and the drums are loose, so loose it&#39;s charming. It almost sounds like the drummer fucks up in the middle of the first song but that&#39;s just how the song goes. &lt;/p&gt;&lt;p&gt;I don&#39;t think this comp made it on any year-end best-of lists, but that&#39;s not the point of a comp like this! A comp like this is simply the essence of the DIY spirit in any smaller scene.&lt;/p&gt;&lt;figure class=&quot;kg-card kg-bookmark-card&quot;&gt;&lt;a class=&quot;kg-bookmark-container&quot; href=&quot;https://redwineglue.bandcamp.com/album/red-wine-glue-vol-2&quot;&gt;&lt;div class=&quot;kg-bookmark-content&quot;&gt;&lt;div class=&quot;kg-bookmark-title&quot;&gt;Red Wine &amp;amp; Glue vol. 2, by Red Wine &amp;amp; Glue&lt;/div&gt;&lt;div class=&quot;kg-bookmark-description&quot;&gt;12 track album&lt;/div&gt;&lt;div class=&quot;kg-bookmark-metadata&quot;&gt;&lt;img class=&quot;kg-bookmark-icon&quot; src=&quot;https://ghost.the-counterforce.org/content/images/icon/a2664353724_3.jpg&quot; alt=&quot;&quot; /&gt;&lt;span class=&quot;kg-bookmark-author&quot;&gt;Red Wine &amp;amp; Glue&lt;/span&gt;&lt;span class=&quot;kg-bookmark-publisher&quot;&gt;Bandcamp New &amp;amp; Notable Mar 3, 2024&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;kg-bookmark-thumbnail&quot;&gt;&lt;img src=&quot;https://ghost.the-counterforce.org/content/images/thumbnail/a2664353724_5.jpg&quot; alt=&quot;&quot; onerror=&quot;this.style.display = &#39;none&#39;&quot; /&gt;&lt;/div&gt;&lt;/a&gt;&lt;/figure&gt;</content>
  </entry>
  <entry>
    <title>KOMATIITE - Famine Pact EP + Demo</title>
    <link href="https://the-counterforce.org/komatiite-famine-pact-ep-demo/"/>
    <updated>2026-02-27T15:14:10.000-05:00</updated>
    <published>2026-02-27T15:14:10.000-05:00</published>
    <id>https://the-counterforce.org /komatiite-famine-pact-ep-demo/</id>
    <content type="html"><img class="post-card-image" src="https://ghost.the-counterforce.org/content/images/2026/02/komatitte.jpg" alt="KOMATIITE - Famine Pact EP + Demo"></img>&lt;p&gt;KOMATITTE - I looked it up. It sounds like a borrowed word from some language that would put an umlaut on that O or A but it&#39;s actually a type of volcanic rock. Your first assumption from the name would be correct though: this is fast Nordic-influenced d-beat hardcore. The guitar is &quot;too loud&quot; (good) and the gruff vocals are low in the mix. I expect no less than 4 guitar cabs on stage for this band for proper face-melting. I am biased against guitar solos but the weird and quick ones they deploy are great. &lt;/p&gt;&lt;p&gt;The Famine Pact EP is 5 quick songs with 1 obligatory mid-tempo slammer. The undated Demo which was also sent in preserves the same ratio, with a noticeably lower-fi sound. Blown out drums and I assume it was recorded live or on a 4-track in a basement (or a barn?). Yes this is band is from rural Maine, which is awesome both because it&#39;s always good to be reminded that good punk comes from everywhere, and you are probably missing some of the best right under your nose (in this case KOMATIITE are probably jamming within a 6 hour drive of me, although a horrible border separates us).&lt;/p&gt;&lt;p&gt;These two tapes are on Bandcamp, but first I will share this recent bootleg I found of their set in Portland (ME, duh) uploaded to the Internet Archive by a fellow Zoomer: &lt;/p&gt;&lt;figure class=&quot;kg-card kg-bookmark-card&quot;&gt;&lt;a class=&quot;kg-bookmark-container&quot; href=&quot;https://archive.org/details/komatiite2025-10-16/komatiite2025-10-16t01.flac&quot;&gt;&lt;div class=&quot;kg-bookmark-content&quot;&gt;&lt;div class=&quot;kg-bookmark-title&quot;&gt;Komatiite Live at Blue on 2025-10-16 : Free Download, Borrow, and Streaming : Internet Archive&lt;/div&gt;&lt;div class=&quot;kg-bookmark-description&quot;&gt;?&lt;/div&gt;&lt;div class=&quot;kg-bookmark-metadata&quot;&gt;&lt;img class=&quot;kg-bookmark-icon&quot; src=&quot;https://ghost.the-counterforce.org/content/images/icon/glogo.jpg&quot; alt=&quot;&quot; /&gt;&lt;span class=&quot;kg-bookmark-author&quot;&gt;Internet Archive&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;kg-bookmark-thumbnail&quot;&gt;&lt;img src=&quot;https://ghost.the-counterforce.org/content/images/thumbnail/default.jpg&quot; alt=&quot;&quot; onerror=&quot;this.style.display = &#39;none&#39;&quot; /&gt;&lt;/div&gt;&lt;/a&gt;&lt;/figure&gt;&lt;p&gt;&lt;em&gt;Listen to both the Famine Pact EP and Demo here: &lt;/em&gt;&lt;a href=&quot;https://komatiite.bandcamp.com/&quot;&gt;&lt;em&gt;https://komatiite.bandcamp.com/&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;&lt;figure class=&quot;kg-card kg-bookmark-card&quot;&gt;&lt;a class=&quot;kg-bookmark-container&quot; href=&quot;https://komatiite.bandcamp.com/&quot;&gt;&lt;div class=&quot;kg-bookmark-content&quot;&gt;&lt;div class=&quot;kg-bookmark-title&quot;&gt;Komatiite&lt;/div&gt;&lt;div class=&quot;kg-bookmark-description&quot;&gt;Komatiite.
Maine.&lt;/div&gt;&lt;div class=&quot;kg-bookmark-metadata&quot;&gt;&lt;img class=&quot;kg-bookmark-icon&quot; src=&quot;https://ghost.the-counterforce.org/content/images/icon/apple-touch-icon-7.png&quot; alt=&quot;&quot; /&gt;&lt;span class=&quot;kg-bookmark-author&quot;&gt;Komatiite&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;kg-bookmark-thumbnail&quot;&gt;&lt;img src=&quot;https://ghost.the-counterforce.org/content/images/thumbnail/0039112490_23.jpg&quot; alt=&quot;&quot; onerror=&quot;this.style.display = &#39;none&#39;&quot; /&gt;&lt;/div&gt;&lt;/a&gt;&lt;/figure&gt;</content>
  </entry>
  <entry>
    <title>V/A - VENDING MACHINE (LIVE AT ABC) CS</title>
    <link href="https://the-counterforce.org/vending-machine-live-at-abc/"/>
    <updated>2026-02-22T14:45:19.000-05:00</updated>
    <published>2026-02-22T14:45:19.000-05:00</published>
    <id>https://the-counterforce.org /vending-machine-live-at-abc/</id>
    <content type="html"><img class="post-card-image" src="https://ghost.the-counterforce.org/content/images/2026/02/various-vending-machine-live-at-abc-cassette-1764660456.jpg" alt="V/A - VENDING MACHINE (LIVE AT ABC) CS"></img>&lt;p&gt;Having wrangled enough bands to release 2.5 of &#39;em myself (plus an incredibly ill-fated 2x CS that will never see the light of day due to the endless call-outs and sexual misconduct that plague hardcore punk, to say nothing of literal conflagration and potent personal shortcomings), I can confidently say putting together a compilation is among the most thankless and unenviable tasks someone in DIY can engage in this side of show promoting. &lt;/p&gt;&lt;p&gt;That a few people found it prudent to document a certain time (post-pandemic), a certain place (LA&#39;s ABC Rehearsal Studios), and a certain thing (the hardcore punk bands that haunt said locale) is inspiring, a blatantly local documentation rooted in championing your friends and peers that seems fewer and further between every day. That they took the time include a 16pg zine with art from each band and a brief interview detailing the thought process behind the project? Chef&#39;s kiss. Can&#39;t ask for more, however it looks (pretty cool!) and whether or not the bands included lyrics (they did not).&lt;/p&gt;&lt;p&gt;One issue with the hyper-localized omnibus format is that someone, let&#39;s say a Midwesterner like myself, will pick up the comp for a band they really like, say ADVOIDS for example, and that Midwesterner will have to listen to the entire A and B sides to get to those four tracks (well played, guys). And they&#39;ll probably reflect on how, when you&#39;re organizing a hyper localized omnibus, it would likely hurt someone&#39;s feelings if they don&#39;t get asked to participate, which is how you get bands like DECADENCE on &quot;This Is Boston, Not LA,&quot; or, for a more relevant example, MUNCHKINHEAD right hereabouts. This is possibly the worst band I&#39;ve ever heard; to wit, during my first go-through, upon reaching the positively putroidal, post-egg runoff &quot;ABC,&quot; I put the walkman down for a couple weeks before returning and finally reaching the ADVOIDS track. I&#39;m considering recording over this dogshit so I never have to subject myself to it again. Absolutely unreal that anyone put this much work into a project and then paid money to include these three cuts, which include, and I wish I was making this up, a &quot;funny&quot; &quot;Louie Louie&quot; cover. Jesus Christ, y&#39;all shoulda yanked the surfboards outta DIODE&#39;s hands and dragged them into the studio for their session.&lt;/p&gt;&lt;p&gt;As you can see, I&#39;ve really let the &#39;HEAD&#39;s &quot;efforts&quot; eclipse an otherwise interesting and frequently awesome piece of plastic. UNCANNI and the almighty ADVOIDS are the stand-outs for me, high energy and nasty and a little off. ANIMATED VIOLENCE seems like they&#39;d be great live, but I&#39;d love to get my hands on the lyrics to &quot;Voice of Change&quot; before I give them a wholehearted endorsement. GROTTO veers into oncoming traffic, smashing dead on with the MINNEAPOLIS URANIUM CLUB BAND, before fleeing the scene &#39;n&#39; hoping no one would notice. The intermissions contributed by SACRED BATHERS do a great job of directing the flow of traffic. REARRANGED FACE evoke the SPITS and SECRET PROSTITUTES, but luckily for them it&#39;s a bit more of the latter. BIG SHOT&#39;s inclusions are neither offensive nor bothersome. I honestly dug LACKEY&#39;s &quot;Stop Trespassing,&quot; but I wish they had played around more with the speed and intensity displayed there rather than DEVOlving into the uninteresting, quirked-up synth stylings of their other two offerings.&lt;/p&gt;&lt;p&gt;The good is great, the bad is fucking wretched, and everything else will appeal to many. &lt;/p&gt;&lt;p&gt;Scoop it up if ya can (Sorry State still has copies in stock), or give it a go here: &lt;a href=&quot;https://youtu.be/9Qw5bk-3cDM?si=fkW1cZCyMTM3IMjS&quot;&gt;https://www.youtube.com/watch?v=9Qw5bk-3cDM&lt;/a&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Interview with Ergot</title>
    <link href="https://the-counterforce.org/interview-with-ergot/"/>
    <updated>2026-02-11T20:47:44.000-05:00</updated>
    <published>2026-02-11T20:47:44.000-05:00</published>
    <id>https://the-counterforce.org /interview-with-ergot/</id>
    <content type="html"><img class="post-card-image" src="https://ghost.the-counterforce.org/content/images/2026/02/IMG_2908.jpg" alt="Interview with Ergot"></img>&lt;p&gt;&lt;em&gt;I caught up with Ergot recently to talk about punk and punk graffiti.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Slim: When did you start writing Ergot?&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Ergot:&lt;/strong&gt; Started writing Ergot in 2006 in Minneapolis. First crew was called BS (Black Sabbath), which was me and my friends&#39; high school code for smoking weed, then later code for doing graffiti… PEB (Pigs Eye Boys), TKG (The Kind Gents), PTS (Philips Terror Squad/Paint The Streets), were all my original crews with my scummy punk/rocker friends in southside Minneapolis. A bunch of misfits who’d drink cheap beer and go to punk shows in basements and warehouses – a story that’s played out countless times across the world… I painted a lot on tour with my bands back in the day, doing spots in a bunch of cities in North America and Europe. And also traveled a bit in Europe/UK while staying in squats and all that, going to shows and painting. Once again – an archetypal story!&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Wow love the weed smoking code. I feel like the graffiti story now is more be a skater. Is there a big scene of people touring, squatting and painting in the US? Who were the people that inspired you to join the graffiti movement?&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Well yes definitely crews like KUK from the Bay Area or early KYT in Seattle/Minneapolis were more punk focused, maybe even political at times, playing in bands or adjacent to the music scenes there. Abhor KUK did the lettering in some DYSTOPIA records, for example. And if you can find the old KUK zines they’re clearly sorta bike crusties. Early 907 crew from NYC also – they were linked to the Black Label Bike Club and had a chapter in Copenhagen who would do Bike Kill at K-Town.&lt;/p&gt;&lt;p&gt;I would go to a DIY warehouse for shows in high school called the Mala in Minneapolis and see tags by OZE108 907, Nimz HM, REHAB HM, YOUTH RVS (another Mpls crew worth mentioning), and I was mystified. I felt like I had discovered these two underground worlds that I’d imagined were separate, but here they intersected and it made me feel very at home.&lt;/p&gt;&lt;p&gt;I later traveled around Europe and saw lots of Nimz stuff. I think he may have been in 907 too. He’s still got a spot partially riding on the highline in NYC.&lt;/p&gt;&lt;figure class=&quot;kg-card kg-image-card&quot;&gt;&lt;img src=&quot;https://ghost.the-counterforce.org/content/images/2026/02/IMG_9906.jpg&quot; class=&quot;kg-image&quot; alt=&quot;&quot; loading=&quot;lazy&quot; width=&quot;1600&quot; height=&quot;1200&quot; srcset=&quot;https://ghost.the-counterforce.org/content/images/size/w600/2026/02/IMG_9906.jpg 600w, https://ghost.the-counterforce.org/content/images/size/w1000/2026/02/IMG_9906.jpg 1000w, https://ghost.the-counterforce.org/content/images/2026/02/IMG_9906.jpg 1600w&quot; sizes=&quot;(min-width: 720px) 720px&quot; /&gt;&lt;/figure&gt;&lt;p&gt;&lt;strong&gt;Has the avenue you pushed stylistically always been accepted or have you had some battles?&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Graffiti is interesting because you have so much personality wrapped into it if you’re able to decode it. What a person paints on, the colors they use, how it’s placed, the style of the letters themselves, all tell a story once you can read all the cues. I personally see lots of value in graffiti when I can see a full story in a single piece, like an individual screaming about their life and their interests. So being able to fuse some colorful, intricate piecing styles with a more raw punk bombing essence was a way for me to tell my story in a satisfying way.&lt;/p&gt;&lt;p&gt;There was always a little bit of funny commentary from either side, like I should cut back the drips on a piece, or I shouldn’t put bubbles in the street spot. But I think at the end of the day the &lt;em&gt;attempted&lt;/em&gt; fusion was appreciated by both sides&lt;/p&gt;&lt;p&gt;I should also say that none of this was really conscious at the time. It’s only looking back years later that I can see that I was mixing this stuff together. Back then I was just trying to have fun with letters and keep things interesting for myself.&lt;/p&gt;&lt;figure class=&quot;kg-card kg-image-card&quot;&gt;&lt;img src=&quot;https://ghost.the-counterforce.org/content/images/2026/02/IMG_1013.jpg&quot; class=&quot;kg-image&quot; alt=&quot;&quot; loading=&quot;lazy&quot; width=&quot;1600&quot; height=&quot;1200&quot; srcset=&quot;https://ghost.the-counterforce.org/content/images/size/w600/2026/02/IMG_1013.jpg 600w, https://ghost.the-counterforce.org/content/images/size/w1000/2026/02/IMG_1013.jpg 1000w, https://ghost.the-counterforce.org/content/images/2026/02/IMG_1013.jpg 1600w&quot; sizes=&quot;(min-width: 720px) 720px&quot; /&gt;&lt;/figure&gt;&lt;p&gt;&lt;strong&gt;What’s your best moment from graffiti and what’s your worst moment?&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Hard to pin down a single best or worst moment, but I guess in general best is whenever you get into a flow style-wise and with getting over. Climbing down from something and looking up and what you left there and feeling self actualized. Worst moments for me are when you’re caught in someone’s beef and you think they’re all silly, or losing friends to ego or social pressures.&lt;/p&gt;&lt;p&gt;I do have some getaway stories and getting caught stories too...&lt;/p&gt;&lt;p&gt;&lt;strong&gt;How’d you get into punk and what made you feel like it was your community ?&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;I sort of can’t remember, but initially I think i just vibed hard with music and then went down a rabbithole from NIRVANA and stuff towards heavier music, looking for something specific but not knowing what it was. Finding bands that had politics in the music really clicked with me. And it was like this crazy underground society (similar to graff) that seemed to have lots of meaning and feeling. The catharsis of the music itself and also meeting other kids who were sort of fucked up and damaged made me feel at home for sure.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;I found out about bands like TOWER 7 and FLOWER through your illustration work. Not to mention the incredible cover you did for DESTRUCT’s record Cries The Mocking Mother Nature. When did you begin drawing flyers and doing illustrations for bands?&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Thanks. I started drawing flyers and doing punk art in 2013 or so. I’d done some designs for my bands like collages and simple layouts but decided I should try to push myself a bit, and was inspired by some classic punk illustrators. Plus I started working with Shock at his screen printing studio and wanted to make posters and shirts for my friends. It was pretty chaotic for years, trying to do punk art, paint graffiti, do music stuff, and drinking a lot and all that. But I think I found a better focus at the end of the pandemic.&lt;/p&gt;&lt;p&gt;I did some logos and art for WATCHLIST, and some of the newer bands from NYC, and hope to keep it rockin.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Could you tell us a bit about ICBM (the most punk graff crew)?&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Ok, about ICBM –&lt;/p&gt;&lt;p&gt;Started by zigzag and wombat pre-pandemic. AMEBIX reference. It was pretty important to be like a “real” graffiti writer but also actually down with DIY punk and active within that world to some degree. I remember when I met Cancer Carl he was wearing a NO SECURITY shirt. Pesoe sets up gigs. A lot of other members play in bands and stuff. There’s also a political bend to it all and importance on critical views of society. I suppose it’s just trying to keep an assembled group of people who are like actually down with the more underground forms of graffiti and music and on some anarchist/whatever-you-want-to-label-it political bend.&lt;/p&gt;&lt;figure class=&quot;kg-card kg-image-card&quot;&gt;&lt;img src=&quot;https://ghost.the-counterforce.org/content/images/2026/02/IMG_1424.jpg&quot; class=&quot;kg-image&quot; alt=&quot;&quot; loading=&quot;lazy&quot; width=&quot;1600&quot; height=&quot;1200&quot; srcset=&quot;https://ghost.the-counterforce.org/content/images/size/w600/2026/02/IMG_1424.jpg 600w, https://ghost.the-counterforce.org/content/images/size/w1000/2026/02/IMG_1424.jpg 1000w, https://ghost.the-counterforce.org/content/images/2026/02/IMG_1424.jpg 1600w&quot; sizes=&quot;(min-width: 720px) 720px&quot; /&gt;&lt;/figure&gt;&lt;p&gt;&lt;strong&gt;Could you tell us a crazy story?&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Ok so one time, during the peak pandemic, I had this spot at Myrtle Broadway in Brooklyn on big boy while it was all shuttered up. I’d done a fill right on the corner there. And then it got dissed presumably by the business owners with “bitchass” and stuff like that. So on a Sunday at like 3pm I biked right up to it just to fix the fill quick. But I was suddenly apprehended from behind in a chokehold by a few people who live on the street there. Turns out some of them were sorta running security on the block, I think they got k2 as payment. It was like 4 or 5 guys holding me all crazy, and also this was peak pandemic so it felt pretty wild to be so close on top of the violent aspect. They dragged me into a smoke shop and locked the doors. And inside was like the kingpin guy all “well well well” gangster style. They took my glasses off my face and held my eyes open and acted like they were gonna spray paint my eyeballs. And they opened a door into the basement and said they were gonna throw me in. It was pretty hectic. Then a grandma from the block who’d seen it all started banging on the windows saying they needed to let me go. And they all got shook and also maybe respected the grandma so after a while they opened the door and threw me out. I thanked her and biked away. I biked past the same intersection a few weeks later and all the guys were still on the block and pointed and laughed at me. I sort of felt bad for them. I think graffiti takes you into places where you witness certain depths of suffering that aren&#39;t always easy to engage with.&lt;/p&gt;&lt;figure class=&quot;kg-card kg-image-card&quot;&gt;&lt;img src=&quot;https://ghost.the-counterforce.org/content/images/2026/02/ergort-1-1.jpg&quot; class=&quot;kg-image&quot; alt=&quot;&quot; loading=&quot;lazy&quot; width=&quot;933&quot; height=&quot;741&quot; srcset=&quot;https://ghost.the-counterforce.org/content/images/size/w600/2026/02/ergort-1-1.jpg 600w, https://ghost.the-counterforce.org/content/images/2026/02/ergort-1-1.jpg 933w&quot; sizes=&quot;(min-width: 720px) 720px&quot; /&gt;&lt;/figure&gt;</content>
  </entry>
  <entry>
    <title>Columna Marginal - February 2026</title>
    <link href="https://the-counterforce.org/columna-marginal-february-2026/"/>
    <updated>2026-02-11T21:05:26.000-05:00</updated>
    <published>2026-02-11T21:05:26.000-05:00</published>
    <id>https://the-counterforce.org /columna-marginal-february-2026/</id>
    <content type="html"><img class="post-card-image" src="https://ghost.the-counterforce.org/content/images/2026/02/marginal-feb.jpg" alt="Columna Marginal - February 2026"></img>&lt;p&gt;The occidental world is so fucked up that it&#39;s making the president of Spain seem like a good president. Even if the decisions of this government are pure opportunism, and if it fuels the game of polarization that all right-wing politicians started, the (leftist) international opinion seems pretty good about Pedro Sánchez and his government. But that&#39;s what happens when everyone reads the headlines instead of the whole article.&lt;/p&gt;&lt;p&gt;Let me say this loud and clear: Spain is not an oasis of the left, and one of the reasons is the existence of the party that is in power nowadays. But that&#39;s a long story that I can&#39;t explain here. I&#39;ll let the next elections show you a totally different face of this territory.&lt;/p&gt;&lt;p&gt;Anyways, Spain sucks, and PSOE (the so-called &quot;socialist&quot; party of Spain) sucks too. With this party in power, we had:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Several massacres on the borders or in the sea, blocking migrant people from entering the country while rich people get in through planes. Amnesty International is still asking for some answers for 30 dead and 70 disappeared (in the border??) on June 24th of 2022.&lt;/li&gt;&lt;li&gt;Prosecution of alternative leftist or anarchist political projects, including several cases of cops infiltrating social movements. These cases were defended by a minister that has been accused SIX times by the European Court of Human Rights for not investigating tortures of police while he was a judge. This is the same guy that defends the previously commented massacres. Suspicious, right?&lt;/li&gt;&lt;li&gt;In the middle of a housing crisis, they gave LOTS of money to be able to pay the rents, and what happened? Oh, the miracle: landlords increased prices, and the result: rich people getting richer. It&#39;s impossible they didn&#39;t know, especially when so many of the known faces of the party are landlords. In general terms there&#39;s a really bad management of the housing crisis just to protect landlords.&lt;/li&gt;&lt;li&gt;Corruption. Corruption is everywhere. All kinds of cases appear around the president, and yes, maybe many are created by a toxic political environment that lies to get votes, but many aren&#39;t.&lt;/li&gt;&lt;li&gt;Spain gave all the power to Morocco to do anything they want with Western-Sahara, leaving the Sahrawi people totally abandoned (even more than before). Even worse, this was used to improve relationships between the two countries and make Morocco control the border so Spain does not have to do the dirty work. Colonialism and racism from a &quot;socialist&quot; government.&lt;/li&gt;&lt;li&gt;More externalized dirty work: they opened jails for migrants in Mauritania. These jails were paid for by the government, yes. And they will hold minors inside too, yes, something that can’t happen here (but it’s done in another type of prison for migrants called CIEs). So poor racialized migrants can’t enter our border, or they will be killed, prosecuted, brutally assaulted and/or raped, and if they survive, they will work like slaves for people that don’t want to pay taxes and won’t ever be held as criminals. The same government that allows this also goes to other countries to create cages so fewer people cross two borders and/or get in a boat that is a nearly certified death in the Mediterranean.&lt;/li&gt;&lt;li&gt;Bought military technology from Israel after advertising an arms embargo on that country. Also, a few years before, they sold a lot of military stuff to Saudi Arabia that was used to bomb Yemen.&lt;/li&gt;&lt;li&gt;Etc.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;I could continue writing about this, but I just don&#39;t want to. Spain sucks. PSOE sucks. Many think they are nice because they aren&#39;t horrible fascists, but they do a lot of shit. And now let me show you some punk music from this country that promotes anarchy instead of lame social democrats. If ESKORBUTO can&#39;t be voted for, let me show you who should be the ones I would vote for.&lt;/p&gt;&lt;h1 id=&quot;lamprea-explosivaanarqu%C3%ADa-de-monta%C3%B1a&quot;&gt;LAMPREA EXPLOSIVA - Anarquía de Montaña&lt;/h1&gt;&lt;p&gt;From the mountains of remote Galiza, here you have a band that I really love and that I have been following and known since we (them and me) were kids. We met after so many years of some Internet relationship in Galiza, in a squat in a very, very small town (it has... 10 houses?) in the middle of a natural paradise. I always had a special love for duos (PIÑÉN or CIEMO, for example), and LAMPREA EXPLOSIVA, with their already long history and their parallel duo band with the same two people that change instruments (GIUSSEPPE), was always a special one. They also manage their own label, Caracol Negro!&lt;/p&gt;&lt;p&gt;LAMPREA EXPLOSIVA are for punks that love Thoreau, Emerson and Walt Whitman, but also Emma Goldman, Quico Sabaté and Kropotkin. Not many anarchists understand the secret words of the beating heart of the forest, its natural processes, and the art of waiting and letting things grow. I always hoped they were a seed for more Galician youngsters to get their instruments and make noise until their ears bleed, but as far as I know, only they did something like this beautiful eco-anarchist project in the last few years. Maybe the other ones are so hidden in their mountains that their sounds are unreachable for me.&lt;/p&gt;&lt;p&gt;In this release, LAMPREA EXPLOSIVA has a first track &quot;Unha forza de combate / Guía breve dos mustélidos de Galiza&quot;, where they talk about another thing that I didn&#39;t mention before about our government. Their support of extractivism in our own land, the elimination of natural spaces for touristic projects, the constant help for fucked up real estate businesses, or any other economic profit from natural resources. Nature battles against these aggressions in so many ways, but also there are many people that do so. Defend your forests, deserts, and seas!&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://caracolnegro.bandcamp.com/album/anarqu-a-de-monta-a&quot; rel=&quot;noopener noreferrer&quot;&gt;&lt;em&gt;https://caracolnegro.bandcamp.com/album/anarqu-a-de-monta-a&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;&lt;figure class=&quot;kg-card kg-bookmark-card&quot;&gt;&lt;a class=&quot;kg-bookmark-container&quot; href=&quot;https://caracolnegro.bandcamp.com/album/anarqu-a-de-monta-a&quot;&gt;&lt;div class=&quot;kg-bookmark-content&quot;&gt;&lt;div class=&quot;kg-bookmark-title&quot;&gt;Anarquía de montaña, by Lamprea Explosiva&lt;/div&gt;&lt;div class=&quot;kg-bookmark-description&quot;&gt;6 track album&lt;/div&gt;&lt;div class=&quot;kg-bookmark-metadata&quot;&gt;&lt;img class=&quot;kg-bookmark-icon&quot; src=&quot;https://ghost.the-counterforce.org/content/images/icon/a1269443351_3.jpg&quot; alt=&quot;&quot; /&gt;&lt;span class=&quot;kg-bookmark-author&quot;&gt;Caracol Negro&lt;/span&gt;&lt;span class=&quot;kg-bookmark-publisher&quot;&gt;Bandcamp New &amp;amp; Notable Jun 20, 2024&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;kg-bookmark-thumbnail&quot;&gt;&lt;img src=&quot;https://ghost.the-counterforce.org/content/images/thumbnail/a1269443351_5.jpg&quot; alt=&quot;&quot; onerror=&quot;this.style.display = &#39;none&#39;&quot; /&gt;&lt;/div&gt;&lt;/a&gt;&lt;/figure&gt;&lt;h1 id=&quot;arrestpobre-i-perill%C3%B3s&quot;&gt;ARREST - Pobre i Perillós&lt;/h1&gt;&lt;p&gt;An already classic band from Barcelona. They have been playing since the start of the previous decade, and their music and lyrics are amazing. If you&#39;re into early 80s UK punk like the first few No Future Records releases this is for you. The band has members of TOTÄLICKERS, CRUZ, CRIMEN DE ESTADO and SIBERIA. They also have a fake band that is pretty funny called STOICHKOV. Sometimes I can feel like I&#39;m a Barça punk too!&lt;/p&gt;&lt;p&gt;In this EP there&#39;s an amazing track, &quot;Mentirán&quot; that summarizes pretty well some things I didn&#39;t explain in the text of this column. The rise in the cost of living, evictions, and how it feels to be a poor person in this country. That&#39;s why the name of the EP means &quot;poor and dangerous&quot;. The lyrics are translated on their Bandcamp page if you&#39;re curious.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://arrest.bandcamp.com/album/ep-7-pobre-i-perill-s&quot; rel=&quot;noopener noreferrer&quot;&gt;&lt;em&gt;https://arrest.bandcamp.com/album/ep-7-pobre-i-perill-s&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;&lt;figure class=&quot;kg-card kg-bookmark-card&quot;&gt;&lt;a class=&quot;kg-bookmark-container&quot; href=&quot;https://arrest.bandcamp.com/album/ep-7-pobre-i-perill-s&quot;&gt;&lt;div class=&quot;kg-bookmark-content&quot;&gt;&lt;div class=&quot;kg-bookmark-title&quot;&gt;ep 7″ Pobre i Perill​ó​s, by Arrest&lt;/div&gt;&lt;div class=&quot;kg-bookmark-description&quot;&gt;4 track album&lt;/div&gt;&lt;div class=&quot;kg-bookmark-metadata&quot;&gt;&lt;img class=&quot;kg-bookmark-icon&quot; src=&quot;https://ghost.the-counterforce.org/content/images/icon/a2202697482_3.jpg&quot; alt=&quot;&quot; /&gt;&lt;span class=&quot;kg-bookmark-author&quot;&gt;Arrest&lt;/span&gt;&lt;span class=&quot;kg-bookmark-publisher&quot;&gt;Bandcamp New &amp;amp; Notable Apr 19, 2022&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;kg-bookmark-thumbnail&quot;&gt;&lt;img src=&quot;https://ghost.the-counterforce.org/content/images/thumbnail/a2202697482_5.jpg&quot; alt=&quot;&quot; onerror=&quot;this.style.display = &#39;none&#39;&quot; /&gt;&lt;/div&gt;&lt;/a&gt;&lt;/figure&gt;&lt;h1 id=&quot;roturaal-otro-lado&quot;&gt;ROTURA - Al otro lado&lt;/h1&gt;&lt;p&gt;ROTURA aren&#39;t a classic from the city of Barcelona yet, but I hope they will be. Watching them play live is always beautiful, and I loved this project since the beginning. They do a powerful melodic punk, very political, and have really catchy songs that have stayed with me since the first listen.&lt;/p&gt;&lt;p&gt;I wouldn&#39;t say that ROTURA reminds me of specific bands, but there&#39;s always an easy comparison of the vocals with ELEKTRODUENDES, but don&#39;t be fooled by these descriptions and listen to them! They sound very different in general terms. In my opinion, the lyrics of the songs are a big part of this band, and they also have them translated on their Bandcamp page. During the last year I&#39;ve been listening to them nonstop. Also, they are in the Fediverse! The only band I know from here that has &lt;a href=&quot;https://counterforce.social/@rotura_punk&quot; rel=&quot;noopener noreferrer&quot;&gt;Mastodon&lt;/a&gt; and &lt;a href=&quot;https://pixelfed.social/rotura_punk&quot; rel=&quot;noopener noreferrer&quot;&gt;Pixelfed&lt;/a&gt; accounts.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://rotura-punk.bandcamp.com/album/al-otro-lado&quot; rel=&quot;noopener noreferrer&quot;&gt;&lt;em&gt;https://rotura-punk.bandcamp.com/album/al-otro-lado&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;&lt;figure class=&quot;kg-card kg-bookmark-card&quot;&gt;&lt;a class=&quot;kg-bookmark-container&quot; href=&quot;https://rotura-punk.bandcamp.com/album/al-otro-lado&quot;&gt;&lt;div class=&quot;kg-bookmark-content&quot;&gt;&lt;div class=&quot;kg-bookmark-title&quot;&gt;Al otro lado, by Rotura&lt;/div&gt;&lt;div class=&quot;kg-bookmark-description&quot;&gt;8 track album&lt;/div&gt;&lt;div class=&quot;kg-bookmark-metadata&quot;&gt;&lt;img class=&quot;kg-bookmark-icon&quot; src=&quot;https://ghost.the-counterforce.org/content/images/icon/a2105394323_3.jpg&quot; alt=&quot;&quot; /&gt;&lt;span class=&quot;kg-bookmark-author&quot;&gt;Rotura&lt;/span&gt;&lt;span class=&quot;kg-bookmark-publisher&quot;&gt;dcdirkzwager&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;kg-bookmark-thumbnail&quot;&gt;&lt;img src=&quot;https://ghost.the-counterforce.org/content/images/thumbnail/a2105394323_5.jpg&quot; alt=&quot;&quot; onerror=&quot;this.style.display = &#39;none&#39;&quot; /&gt;&lt;/div&gt;&lt;/a&gt;&lt;/figure&gt;&lt;h1 id=&quot;kiratxagiza-ustelkeria&quot;&gt;KIRATXA - Giza Ustelkeria&lt;/h1&gt;&lt;p&gt;From Euskal Herria, this &quot;new&quot; band is bringing the noise to this column. I missed them and the &quot;pomada&quot; that Oscar always carries with him when they came to Barcelona, I hope I have a second opportunity!&lt;/p&gt;&lt;p&gt;Their raw punk sounds spit over nearly everything, from heroin to the military, from the countries that perpetrate a genocide that we all know to the bosses (&quot;who doesn&#39;t want to kill their boss?&quot;). In the song &quot;Mare Mortum&quot; they talk about the amount of people who are left to die in the Mediterranean Sea while they are trying to reach the coasts of this horrible country.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://kiratxa.bandcamp.com/album/giza-ustelkeria&quot; rel=&quot;noopener noreferrer&quot;&gt;&lt;em&gt;https://kiratxa.bandcamp.com/album/giza-ustelkeria&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;&lt;figure class=&quot;kg-card kg-bookmark-card&quot;&gt;&lt;a class=&quot;kg-bookmark-container&quot; href=&quot;https://kiratxa.bandcamp.com/album/giza-ustelkeria&quot;&gt;&lt;div class=&quot;kg-bookmark-content&quot;&gt;&lt;div class=&quot;kg-bookmark-title&quot;&gt;GIZA USTELKERIA, by KIRATXA&lt;/div&gt;&lt;div class=&quot;kg-bookmark-description&quot;&gt;7 track album&lt;/div&gt;&lt;div class=&quot;kg-bookmark-metadata&quot;&gt;&lt;img class=&quot;kg-bookmark-icon&quot; src=&quot;https://ghost.the-counterforce.org/content/images/icon/a3635149616_3.jpg&quot; alt=&quot;&quot; /&gt;&lt;span class=&quot;kg-bookmark-author&quot;&gt;KIRATXA&lt;/span&gt;&lt;span class=&quot;kg-bookmark-publisher&quot;&gt;Bandcamp Album of the Day Feb 6, 2018&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;kg-bookmark-thumbnail&quot;&gt;&lt;img src=&quot;https://ghost.the-counterforce.org/content/images/thumbnail/a3635149616_5.jpg&quot; alt=&quot;&quot; onerror=&quot;this.style.display = &#39;none&#39;&quot; /&gt;&lt;/div&gt;&lt;/a&gt;&lt;/figure&gt;&lt;h1 id=&quot;dolentst&quot;&gt;DOLENT - S/T&lt;/h1&gt;&lt;p&gt;Let&#39;s keep the noisy sounds on; this Valencia band is SO good. One of my favorites from last year. It is a modern-sounding hardcore punk sung in Valencià created by some of the people that helped to release a lot of punk around here in the last decades. They are pretty fast, and I think the guitars have an effect that is too loud for my personal taste, but besides that, I like it a lot. I&#39;ve played this so many times already! I wish I could have gotten the tape, but I&#39;m always late, and it&#39;s sold out now.&lt;/p&gt;&lt;p&gt;The track &quot;Som l&#39;amenaça&quot; says something like &quot;burn the flag, destroy Spain&quot; (this is a free interpretation), which is all I want. In my opinion this band is a little gem produced in this area of the world that has been totally overlooked, but it&#39;s worth a listen or two. You will like it, I promise! I hope they keep doing this band for so long.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://polzedelamort.bandcamp.com/album/dolent-dolent&quot; rel=&quot;noopener noreferrer&quot;&gt;&lt;em&gt;https://polzedelamort.bandcamp.com/album/dolent-dolent&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;&lt;figure class=&quot;kg-card kg-bookmark-card&quot;&gt;&lt;a class=&quot;kg-bookmark-container&quot; href=&quot;https://polzedelamort.bandcamp.com/album/dolent-dolent&quot;&gt;&lt;div class=&quot;kg-bookmark-content&quot;&gt;&lt;div class=&quot;kg-bookmark-title&quot;&gt;DOLENT - DOLENT, by Polze De La Mort&lt;/div&gt;&lt;div class=&quot;kg-bookmark-description&quot;&gt;10 track album&lt;/div&gt;&lt;div class=&quot;kg-bookmark-metadata&quot;&gt;&lt;img class=&quot;kg-bookmark-icon&quot; src=&quot;https://ghost.the-counterforce.org/content/images/icon/a1510820535_3.jpg&quot; alt=&quot;&quot; /&gt;&lt;span class=&quot;kg-bookmark-author&quot;&gt;Polze De La Mort&lt;/span&gt;&lt;span class=&quot;kg-bookmark-publisher&quot;&gt;dcdirkzwager&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;kg-bookmark-thumbnail&quot;&gt;&lt;img src=&quot;https://ghost.the-counterforce.org/content/images/thumbnail/a1510820535_5.jpg&quot; alt=&quot;&quot; onerror=&quot;this.style.display = &#39;none&#39;&quot; /&gt;&lt;/div&gt;&lt;/a&gt;&lt;/figure&gt;</content>
  </entry>
  <entry>
    <title>X-Force - Demo CS</title>
    <link href="https://the-counterforce.org/x-force-demo-cs/"/>
    <updated>2026-01-24T01:08:35.000-05:00</updated>
    <published>2026-01-24T01:08:35.000-05:00</published>
    <id>https://the-counterforce.org /x-force-demo-cs/</id>
    <content type="html"><img class="post-card-image" src="https://ghost.the-counterforce.org/content/images/2026/01/a4159393381_10.jpg" alt="X-Force - Demo CS"></img>&lt;p&gt;A lyrical snippet, before we begin in earnest: &quot;Because you&#39;re a fucking retard / shoving shit up your nose / because you&#39;re a fucking retard / swiggin&#39; shit down your throat.&quot; &lt;/p&gt;&lt;p&gt;Let&#39;s ignore for a second that this is some of the weakest attempt at flow, rhythm, and rhyme scheme; this is straight edge for the absolute lowest common denominator. Absolutely pathetic. Everyone from Convulse Records to Rage Deposit to the four goons responsible for writing this shit should be embarrassed.&lt;/p&gt;&lt;p&gt;I guess it should come as no surprise that a bunch of white guys from central Indiana are high-functioning conservatives. The &quot;street cleaning&quot; mantra typical of this end of hardcore, its pitch and cadence ringing in harmony with every fascist excretion, has long disgusted me, but this feels particularly brain dead as the state contemporaneously makes very real moves to cleanse the streets of every single person it deems unworthy of life and freedom. I don&#39;t really think you can separate this release from the context we&#39;ve been in livin&#39; in since 2016, (and since 2001, 1964, 1865, 1776, and on and on and on), and I don&#39;t think you can ignore the parallel rhetoric we&#39;re inundated endlessly with from above, either. The mainstream has tossed out all pretense to civility and resistance, and the underground, for all its vaunted ideals, despite the lip service disdain X-FORCE directs towards &quot;corporate&quot; hardcore, follows suit.&lt;/p&gt;&lt;p&gt;Bands like X-FORCE or CONSERVATIVE MILITARY IMAGE become commonplace, people casually toss out slurs, and every capital H hardcore band has at long last re-established a safe space wherein their every whim is catered to. They lurch to and fro, from one Hoosier basement to another, and perform their apex masculinity drag show revue, unconfronted by opposing thought.&lt;/p&gt;&lt;p&gt;I&#39;m the victim of an addict who was the victim of an addict who was the sister of addicts, and whatever contempt or resentment I may hold towards erstwhile parental figures, I don&#39;t wish death on any of them. In response, I chose straight edge for 13 years of my life. It allowed me structure and control in a complicated world. It allowed me solace and distance from the addiction that has plagued my family and friend groups for generations. I broke edge 9 years ago this September. I regret nothing. Straight edge made me a better person in many ways, but never better than anyone else. &lt;/p&gt;&lt;p&gt;This is a common theme throughout these four meandering, not at all brief tracks: superiority, supremacy. Four guys dressing up ridiculous, reactionary, crypto-Christian vengeance in X-swatches and dunks, an impotent rage lobbed against a boogeyman they&#39;ll never know within the confines of the top-40, five-band Convulse package deal tour infrastructure, and they&#39;ll never see when the tour ends and they return to the Demolisten podcast booth.&lt;/p&gt;&lt;p&gt;It&#39;s a bit, and a bad one, and the righteousness falls apart real quicklike &#39;cause at the end of the day, these people are dumb Indiana hicks too inert to have ever left their hovel, too stupid to conceive of a reality beyond their own, too scared to confront the structures and apparatus that perpetuates the addiction they vilify, and fortunate enough to have only ever experienced their carefully constructed fantasy of violence.&lt;/p&gt;&lt;p&gt;You can find this yourself if you really must subject yourself to this 10-minute aural atrocity. It&#39;s the sort of uninspired dog shit one would expect from this end of the spectrum, nothing ventured and nothing iterated upon in the least; hell, even THE RIVAL MOB (my least favorite hardcore band of all time until 10am today) had the good sense to rip off decent bands while hating AIDS patients, and the FUs wrote a magnum opus whilst raw-dogging the stars &#39;n&#39; stripes.&lt;/p&gt;</content>
  </entry>
</feed>
