Files
blog/html/events/premier_impact.html
2025-10-02 20:33:56 +02:00

570 lines
33 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!-- 2025-10-02 -->
<meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Premier Impact Retrospective</title>
<meta name="generator" content="Org Mode" />
<style type="text/css">
#content { max-width: 60em; margin: auto; }
.title { text-align: center;
margin-bottom: .2em; }
.subtitle { text-align: center;
font-size: medium;
font-weight: bold;
margin-top:0; }
.todo { font-family: monospace; color: red; }
.done { font-family: monospace; color: green; }
.priority { font-family: monospace; color: orange; }
.tag { background-color: #eee; font-family: monospace;
padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
.underline { text-decoration: underline; }
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
p.verse { margin-left: 3%; }
pre {
border: 1px solid #e6e6e6;
border-radius: 3px;
background-color: #f2f2f2;
padding: 8pt;
font-family: monospace;
overflow: auto;
margin: 1.2em;
}
pre.src {
position: relative;
overflow: auto;
}
pre.src:before {
display: none;
position: absolute;
top: -8px;
right: 12px;
padding: 3px;
color: #555;
background-color: #f2f2f299;
}
pre.src:hover:before { display: inline; margin-top: 14px;}
/* Languages per Org manual */
pre.src-asymptote:before { content: 'Asymptote'; }
pre.src-awk:before { content: 'Awk'; }
pre.src-authinfo::before { content: 'Authinfo'; }
pre.src-C:before { content: 'C'; }
/* pre.src-C++ doesn't work in CSS */
pre.src-clojure:before { content: 'Clojure'; }
pre.src-css:before { content: 'CSS'; }
pre.src-D:before { content: 'D'; }
pre.src-ditaa:before { content: 'ditaa'; }
pre.src-dot:before { content: 'Graphviz'; }
pre.src-calc:before { content: 'Emacs Calc'; }
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
pre.src-fortran:before { content: 'Fortran'; }
pre.src-gnuplot:before { content: 'gnuplot'; }
pre.src-haskell:before { content: 'Haskell'; }
pre.src-hledger:before { content: 'hledger'; }
pre.src-java:before { content: 'Java'; }
pre.src-js:before { content: 'Javascript'; }
pre.src-latex:before { content: 'LaTeX'; }
pre.src-ledger:before { content: 'Ledger'; }
pre.src-lisp:before { content: 'Lisp'; }
pre.src-lilypond:before { content: 'Lilypond'; }
pre.src-lua:before { content: 'Lua'; }
pre.src-matlab:before { content: 'MATLAB'; }
pre.src-mscgen:before { content: 'Mscgen'; }
pre.src-ocaml:before { content: 'Objective Caml'; }
pre.src-octave:before { content: 'Octave'; }
pre.src-org:before { content: 'Org mode'; }
pre.src-oz:before { content: 'OZ'; }
pre.src-plantuml:before { content: 'Plantuml'; }
pre.src-processing:before { content: 'Processing.js'; }
pre.src-python:before { content: 'Python'; }
pre.src-R:before { content: 'R'; }
pre.src-ruby:before { content: 'Ruby'; }
pre.src-sass:before { content: 'Sass'; }
pre.src-scheme:before { content: 'Scheme'; }
pre.src-screen:before { content: 'Gnu Screen'; }
pre.src-sed:before { content: 'Sed'; }
pre.src-sh:before { content: 'shell'; }
pre.src-sql:before { content: 'SQL'; }
pre.src-sqlite:before { content: 'SQLite'; }
/* additional languages in org.el's org-babel-load-languages alist */
pre.src-forth:before { content: 'Forth'; }
pre.src-io:before { content: 'IO'; }
pre.src-J:before { content: 'J'; }
pre.src-makefile:before { content: 'Makefile'; }
pre.src-maxima:before { content: 'Maxima'; }
pre.src-perl:before { content: 'Perl'; }
pre.src-picolisp:before { content: 'Pico Lisp'; }
pre.src-scala:before { content: 'Scala'; }
pre.src-shell:before { content: 'Shell Script'; }
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
/* additional language identifiers per "defun org-babel-execute"
in ob-*.el */
pre.src-cpp:before { content: 'C++'; }
pre.src-abc:before { content: 'ABC'; }
pre.src-coq:before { content: 'Coq'; }
pre.src-groovy:before { content: 'Groovy'; }
/* additional language identifiers from org-babel-shell-names in
ob-shell.el: ob-shell is the only babel language using a lambda to put
the execution function name together. */
pre.src-bash:before { content: 'bash'; }
pre.src-csh:before { content: 'csh'; }
pre.src-ash:before { content: 'ash'; }
pre.src-dash:before { content: 'dash'; }
pre.src-ksh:before { content: 'ksh'; }
pre.src-mksh:before { content: 'mksh'; }
pre.src-posh:before { content: 'posh'; }
/* Additional Emacs modes also supported by the LaTeX listings package */
pre.src-ada:before { content: 'Ada'; }
pre.src-asm:before { content: 'Assembler'; }
pre.src-caml:before { content: 'Caml'; }
pre.src-delphi:before { content: 'Delphi'; }
pre.src-html:before { content: 'HTML'; }
pre.src-idl:before { content: 'IDL'; }
pre.src-mercury:before { content: 'Mercury'; }
pre.src-metapost:before { content: 'MetaPost'; }
pre.src-modula-2:before { content: 'Modula-2'; }
pre.src-pascal:before { content: 'Pascal'; }
pre.src-ps:before { content: 'PostScript'; }
pre.src-prolog:before { content: 'Prolog'; }
pre.src-simula:before { content: 'Simula'; }
pre.src-tcl:before { content: 'tcl'; }
pre.src-tex:before { content: 'TeX'; }
pre.src-plain-tex:before { content: 'Plain TeX'; }
pre.src-verilog:before { content: 'Verilog'; }
pre.src-vhdl:before { content: 'VHDL'; }
pre.src-xml:before { content: 'XML'; }
pre.src-nxml:before { content: 'XML'; }
/* add a generic configuration mode; LaTeX export needs an additional
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
pre.src-conf:before { content: 'Configuration File'; }
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
th.org-right { text-align: center; }
th.org-left { text-align: center; }
th.org-center { text-align: center; }
td.org-right { text-align: right; }
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
.equation-container {
display: table;
text-align: center;
width: 100%;
}
.equation {
vertical-align: middle;
}
.equation-label {
display: table-cell;
text-align: right;
vertical-align: middle;
}
.inlinetask {
padding: 10px;
border: 2px solid gray;
margin: 10px;
background: #ffffcc;
}
#org-div-home-and-up
{ text-align: right; font-size: 70%; white-space: nowrap; }
textarea { overflow-x: auto; }
.linenr { font-size: smaller }
.code-highlighted { background-color: #ffff00; }
.org-info-js_info-navigation { border-style: none; }
#org-info-js_console-label
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
.org-info-js_search-highlight
{ background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { }
</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/>
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.js"></script>
<link rel="stylesheet" href="/static/footnote.css" type="text/css"/>
<link rel="stylesheet" href="/static/collapse.css" type="text/css">
<link rel="stylesheet" href="/static/custom.css" type="text/css">
<link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head>
<body>
<div id="preamble" class="status">
<div id="header">
<a class="navbar-link" href="/">Home</a>
<a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work">
<a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — €30/hr — <i>2hr free!</i>
</span>
</div>
</div>
<div id="content" class="content">
<div id="outline-container-orge523173" class="outline-2">
<h2 id="orge523173">Premier Impact Retrospective</h2>
<div class="outline-text-2" id="text-orge523173">
</div>
<div id="outline-container-org5aa9fa9" class="outline-3">
<h3 id="org5aa9fa9">Introduction</h3>
<div class="outline-text-3" id="text-org5aa9fa9">
<p>
This is a retrospective on <a href="https://paris.reloadreset.net/"><i>Premier Impact</i></a>, a music event we held on the 10th of May 2025.
</p>
<div class="org-center">
<figure id="orgac39e10">
<img src="../../static/images/premier_impact_poster.png" alt="premier_impact_poster.png" width="70%">
<figcaption><span class="figure-number">Figure 1: </span><i>Event poster. I participated under the alias &ldquo;Sakka&rdquo;.</i></figcaption>
</figure>
</div>
</div>
</div>
<div id="outline-container-org498ea5f" class="outline-3">
<h3 id="org498ea5f">Organisation</h3>
<div class="outline-text-3" id="text-org498ea5f">
</div>
<div id="outline-container-org56a6665" class="outline-4">
<h4 id="org56a6665">Context</h4>
<div class="outline-text-4" id="text-org56a6665">
<p>
A bit of context that&rsquo;ll help illustrate some of the organisational difficulties involved in the event:
</p>
<ul class="org-ul">
<li>My mom and (later) brother were staying over at our place between April 20th and April 29th;</li>
<li><a href="./wroclaw.html">We were in Wrocław, Poland</a> from April 30th until May 5th for <i>Millennium Strike Live WROC.WAV</i>;</li>
<li>Premier Impact took place on the 10th of May;</li>
<li><a href="https://linktr.ee/suzubrah">Suzubrah</a> stayed over at our place between May 19th and May 26th.</li>
</ul>
<p>
The observant reader might notice that this is a bit of a tight squeeze; it couldn&rsquo;t realy be helped<sup><a id="fnr.1" class="footref" href="#fn.1" role="doc-backlink">1</a></sup>, but it was the underlying reason for a lot of the difficulties encountered.
</p>
</div>
</div>
<div id="outline-container-orgb9f2e0c" class="outline-4">
<h4 id="orgb9f2e0c">Motivation, Branding &amp; Concept</h4>
<div class="outline-text-4" id="text-orgb9f2e0c">
<p>
The event theme was <a href="https://en.wikipedia.org/wiki/Doujin_music">doujin music</a> and generally <a href="https://en.wikipedia.org/wiki/J-core">J-core</a>/<a href="https://en.wikipedia.org/wiki/Breakcore">breakcore</a>/<a href="https://en.wikipedia.org/wiki/Anime_song">anison</a>, though in practice we gave DJs complete free reign as to what to play and the event was better characterized as &ldquo;we invite our friends to play good music&rdquo;; it&rsquo;s perhaps best understood in relationship to other similar events<sup><a id="fnr.2" class="footref" href="#fn.2" role="doc-backlink">2</a></sup>. These events are already common elsewhere, but not aren&rsquo;t yet established in France, despite there clearly existing a sizeable audience for them &#x2014; our aim was thus to start putting this on the map here in Paris.
</p>
<p>
Expanding the details on the branding and concept is where we get to my first source of dissatisfaction. I had really intended for us to have some unique visual branding and more of a &ldquo;concept&rdquo; to the event, with a bit of a <i>narrative</i> through decorations and with me taking an emcee/host role with some intermissions; unfortunately primarily due to scheduling issues and inexperience we weren&rsquo;t able to make this happen and the event took a more straightforward &ldquo;DJs play music while guests rave&rdquo; format.
</p>
<p>
For the poster we ended up borrowing a lot from the <a href="https://reloadreset.net/">《re;load re;set》</a> house style. This was largely a functional decision; I personally had a somewhat different, more colorful/geometric/fractally vision for the design, but I lack apt&rsquo;s graphic design skills and we weren&rsquo;t able to accomodate my (admittedly poorly formed) ideas very well. We also ended up borrowing the 《re;load re;set》 name, though the event shouldn&rsquo;t properly be understood to be a 《re;load re;set》 event. The primary reason we did this was because we thought borrowing an existing brand would make for an easier sell to venues.
</p>
</div>
</div>
<div id="outline-container-org8c75914" class="outline-4">
<h4 id="org8c75914">Searching for a Venue</h4>
<div class="outline-text-4" id="text-org8c75914">
<p>
Since this was our first event<sup><a id="fnr.3" class="footref" href="#fn.3" role="doc-backlink">3</a></sup> we went into this without existing contacts and without a confirmed audience. Largely because of this<sup><a id="fnr.4" class="footref" href="#fn.4" role="doc-backlink">4</a></sup> we mostly committed to finding a venue that would let us host the event <i>for free</i>.
</p>
<p>
There&rsquo;s a decent number of cultural non-profits in the Paris area offering this kind of thing, but I was nonetheless rather skeptical of the idea &#x2014; we were, in practice, asking strangers to offers us something for free, taking on some level of risk on their part, with us having no reputation or experience.
</p>
<p>
We asked around in our network and by <i>late january</i> were in talks with an acquaintance about a venue. It was a venue they had played at before, some kind of shared cultural space that also had a workshop and stuff, but they required you to already have someone on the inside in order to deal with them. Best I can tell our contact <i>wasn&rsquo;t</i> actually someone on the inside. We were in talks for quite a while, but after a series of canceled meetings, poor communication and an inability on our side to get in touch with anyone in charge at the venue itself<sup><a id="fnr.5" class="footref" href="#fn.5" role="doc-backlink">5</a></sup>, we officially gave up on the matter on <i>March 18th</i>.
</p>
<p>
Only then did we start contacting alternative venues. Mind that by then we were suddenly <i>very late</i> late to start looking &#x2014; we were less than 2 months out from the event<sup><a id="fnr.6" class="footref" href="#fn.6" role="doc-backlink">6</a></sup> without so much as a lead on a venue. Without a venue, we couldn&rsquo;t publicise the event &#x2014; many people ended up flying in or otherwise travelling for the event, and we couldn&rsquo;t risk letting people schedule travel for an event that might be canceled.
</p>
<p>
This mistake was by far the biggest f&#x2014;up we had and really put the whole event in jeopardy. I put the blame for this basically entirely on naivitè and internal communications problems in our part, heavily potentiated by the fact that it was simply a rather busy and stressful period<sup><a id="fnr.7" class="footref" href="#fn.7" role="doc-backlink">7</a></sup>. We hold no hard feelings whatsoever towards our initial contact; we let way too much hinge on what always was a pretty weak lead, for way too long. Thank you for offering to help us, making time for discussions, and for all the helpful information you shared.
</p>
<p>
We started scrambling to find a place. I don&rsquo;t really know the exact details since Apt, having more contacts and knowing French, handled the communication. I know the response was almost always one of two things:
</p>
<ul class="org-ul">
<li>They understandably weren&rsquo;t able to accomodate our narrow scheduling constraints on such short notice (<i>i.e.</i> they were already booked); or</li>
<li>They downright ghosted us.</li>
</ul>
<p>
I of course completely understand venues being unable to accomodate this; no hard feelings. The names of those who ghosted us will be remembered.
</p>
<p>
One place that <i>was</i> open to talks with us was the awesome <a href="http://spot13paris.com/">Spot 13</a>. Seriously, this place is <i>awesome</i>. It&rsquo;s a massive open free street art area under an overpass:
</p>
<div class="org-center">
<figure id="org2fad397">
<img src="../../static/images/spot13_1.jpg" alt="spot13_1.jpg" width="70%">
</figure>
</div>
<div class="org-center">
<figure id="org6e6952d">
<img src="../../static/images/spot13_2.jpg" alt="spot13_2.jpg" width="70%">
</figure>
</div>
<p>
On <i>April 11th</i>, we had a very good hour-long conversation on with a staff member in their office near the site. The deal they offer is straightforward:
</p>
<ul class="org-ul">
<li>You get access to the entire space for a full day;</li>
<li>It costs €1000;</li>
<li>You can&rsquo;t monopolize the place &#x2014; it stays open for anyone to access, so you can&rsquo;t charge tickets<sup><a id="fnr.8" class="footref" href="#fn.8" role="doc-backlink">8</a></sup>;</li>
<li>What you see is what you get, everything else you must provide yourself &#x2014; <i>i.e.</i>, no speakers, no electricity<sup><a id="fnr.9" class="footref" href="#fn.9" role="doc-backlink">9</a></sup>, <i>no toilets</i>.</li>
</ul>
<p>
At the time we seriously considered the logistics of this &#x2014; with less than a month until the event and our schedules getting <i>very busy very soon</i>, we were really rather at the end of our rope. We concluded that it would&rsquo;ve been&#x2026; <i>possible</i>, but challenging, and we&rsquo;d have to be prepared for a budget of ~€2000 total with little chance to recuperate much if anything of it. Still, I&rsquo;m keeping the idea in my back pocket &#x2014; this would make for an awesome location for a day-long festival type event, with a BBQ and stuff<sup><a id="fnr.10" class="footref" href="#fn.10" role="doc-backlink">10</a></sup>.
</p>
<p>
<b>I would like to deeply thank the staff of Spot 13</b> for taking us seriously enough to go over all of this in depth, even as it was very obvious our inexperience would put us in way over our head.
</p>
</div>
</div>
<div id="outline-container-orge907f84" class="outline-4">
<h4 id="orge907f84">Finding a Venue</h4>
<div class="outline-text-4" id="text-orge907f84">
<p>
We originally got a reply from <a href="https://les-amarres.org/"><i>Les Amarres</i></a> on <i>April 4th</i>, so we were in communication with both them and <i>Spot 13</i> in parallel, but we only got confirmation they&rsquo;d be available on <i>April 15th</i>. They let us hold the event in their venue for free, so accepting immediately was a no-brainer. They even gave our staff free drinks and meals<sup><a id="fnr.11" class="footref" href="#fn.11" role="doc-backlink">11</a></sup>!
</p>
</div>
</div>
<div id="outline-container-org35d7960" class="outline-4">
<h4 id="org35d7960">Staff and Promotion</h4>
<div class="outline-text-4" id="text-org35d7960">
<p>
Only now that we had a venue we ready to formally invite guest DJs and start putting publicity out. Promo went out on <i>April 24th</i>, less than 2.5 weeks until the event.
</p>
<p>
I want to give massive thanks to Ed for agreeing to take over the slot that my set would&rsquo;ve taken at the last moment, since Apt and I decided to merge our sets which left a slot free. It was Ed&rsquo;s first time playing live.
</p>
</div>
</div>
</div>
<div id="outline-container-orgd52f3c4" class="outline-3">
<h3 id="orgd52f3c4">Event Day</h3>
<div class="outline-text-3" id="text-orgd52f3c4">
</div>
<div id="outline-container-org1374c43" class="outline-4">
<h4 id="org1374c43">The Venue; Setting Up</h4>
<div class="outline-text-4" id="text-org1374c43">
<div class="org-center">
<figure id="orge3c2f27">
<img src="../../static/images/pi_les_amaress.jpg" alt="pi_les_amaress.jpg" width="70%">
<figcaption><span class="figure-number">Figure 2: </span><i>The venue,</i> Les Amarres.</figcaption>
</figure>
</div>
<p>
We arrived at the venue 2 hours early, and we needed every minute of that time, because when we arrived the event room looked&#x2026;
</p>
<div class="org-center">
<figure id="orgdf497f5">
<img src="../../static/images/pi_empty.jpg" alt="pi_empty.jpg" width="70%">
<figcaption><span class="figure-number">Figure 3: </span><i>&#x2026; like this.</i></figcaption>
</figure>
</div>
<p>
Les Amarres is<sup><a id="fnr.12" class="footref" href="#fn.12" role="doc-backlink">12</a></sup> a big place. It&rsquo;s more than just an event center; it also does duty as a community center and other community services like language lessons for refugees. When there are events it can accomodate several at once; <i>Premier Impact</i> was held contemporaneously with a drag queen cabaret and a noise music show. The noise show on the same (upper) floor as us and impressive to hear &#x2014; there was a little tucked away bathroom where you could hear it very clearly, it was an experience. Big props to the folks from these events who showed up at <i>Premier Impact</i> towards the end, y&rsquo;all were awesome to see.
</p>
<p>
Anyhow, the place was a maze &#x2014; from what I hear Apt drew a little map to our event and stuck it at the entrance to help people actually find our room. On the staff side, finding the necessary gear to set up the event was a big scavenger hunt through several little storage rooms throughout the complex. There was a helpful staff member present, but him being deaf made communication pretty tricky. Another big shout out to the guys from the noise show for showing us around!
</p>
<div class="org-center">
<figure id="orgec3e955">
<img src="../../static/images/pi_setup.jpg" alt="pi_setup.jpg" width="70%">
<figcaption><span class="figure-number">Figure 4: </span><i>All set up. The big subwoofer in the corner took four men to carry up the stairs; on the way back down after the event we used the elevator we had then learned exists.</i></figcaption>
</figure>
</div>
<p>
A big shout out to Shiz for actually knowing what he was doing and setting up all the audio equipment.
</p>
</div>
</div>
<div id="outline-container-org46ca724" class="outline-4">
<h4 id="org46ca724">The Event</h4>
<div class="outline-text-4" id="text-org46ca724">
<div class="org-center">
<figure id="orga6be543">
<img src="../../static/images/pi_party.jpg" alt="pi_party.jpg" width="70%">
<figcaption><span class="figure-number">Figure 5: </span><i>Ravers. This picture is in the midst of the TECHNICAL DIFFICULTIES of next section.</i></figcaption>
</figure>
</div>
<p>
The event was, by all means, a <b>smashing success</b>. Being a free event it&rsquo;s hard to say exactly how many people showed up; the most I can reliably count in one picture is 32 people, during Shiz&rsquo; set. Taking into account people moving in and out throughout the night, I don&rsquo;t think it&rsquo;s an unreasonable estimate to say that <b>about 50 people</b> likely attended the event in some capacity. That&rsquo;s a number I am incredibly happy with, given that it was our first event and that we only announced it a mere <b>16 days</b> earlier!
</p>
</div>
</div>
<div id="outline-container-orgdb456ea" class="outline-4">
<h4 id="orgdb456ea">TECHNICAL DIFFICULTIES; Our Act</h4>
<div class="outline-text-4" id="text-orgdb456ea">
<p>
Those that were present around the end of the event might have seen Apt and I frantically faffing about with two DJ controllers, three laptops and a bass guitar. We ran into two kinds of technical issues during our set.
</p>
<p>
Our technical setup was messy. We had a CDJ available, and some DJs used it, but not everyone had experience playing on one, so we also let people bring their own laptops and decks which many including ourselves did. Additionally, with the setting up of the room being as hectic as it was, there wasn&rsquo;t enough time for sound checks, and we skipped ours.
</p>
<p>
Apt and I had a special live VJing setup planned using a bass guitar as a controller, with apt manning the deck and me doing the video. The setup used a Roland GK-3B MIDI converter that mapped each string on the bass to a different effect, and each fret on that string to a setting for that effect, using TOOLL3. The Roland device was necessary for this; it installs as a bass pickup and lets you isolate a MIDI signal for each string (doing audio-to-MIDI conversion wouldn&rsquo;t work, since a (bass) guitar has the same notes at different places on different strings).
</p>
<p>
We built the entire setup (including crafting the set) in a single 20 hour straight mad dash the day before the event. We didn&rsquo;t have time to do a general repetition of the set, or even to properly test audio on Apt&rsquo;s laptop (we built everything on desktop). In fact, we were still briefly tweaking the setup and adding effects in the hallway mid-event.
</p>
<p>
The first issue we encountered was that Apt&rsquo;s laptop wasn&rsquo;t recognizing our deck, probably because of a driver issue. That&rsquo;s why in the previous section&rsquo;s picture you can see Shiz running Mixxx on his laptop while apt is installing Mixxx on Progress&rsquo;. In the end we were able to get it working on Shiz&rsquo; machine; thank you so much. Fun story: Apt gestured for me to call Shiz mid-set so he could ask him [spoiler]how to right-click on a mac[/spoiler]. I also want to thank Merc for jumping in and playing music on the fly while we were sorting ourselves out. And props to those of you who kept raving while listening to nothing but feedback hum for the 10 minutes or so leading up to that. All of you worked together to save our set, and my gratitude is immense.
</p>
<p>
The second issue was that we couldn&rsquo;t get a signal out of the bass. The GK-3B has an outgoing cable that goes into a little MIDI conversion box, and the signal goes from there to the computer. The box has a certain setting that has to be turned on for our setup to work, but loses its state when unplugged, so it stopped working after we unplugged it and transported it to the venue. Unfortunately we didn&rsquo;t manage to figure the issue out at the time, and performed the set without visuals.
</p>
<p>
The GK-3B is pretty expensive so we had bought it with the intention of using it at the event and then returning it to the store afterwards. Since our setup was still pretty rough around the edges and we didn&rsquo;t feel like polishing a setup for a device that we were getting rid of soon, we never ended up performing, much less recording the live visuals &#x2014; it wouldn&rsquo;t be the same as a recording anyways, since the showmanship would&rsquo;ve been in the live performance. Still, I&rsquo;d love to try this again another time, I still think it&rsquo;s a really cool idea.
</p>
</div>
</div>
</div>
<div id="outline-container-org62b9735" class="outline-3">
<h3 id="org62b9735">Closing Words</h3>
<div class="outline-text-3" id="text-org62b9735">
<p>
Looking critically, behind the scenes&#x2014;and to some extend unfortunately also on the stage&#x2014;this was an organisational mess. Some of this definitely could&rsquo;ve been prevented &#x2013; Apt and I take full responsibility for the original error of failing to secure a venue in time. Other hecticness in the planning wasn&rsquo;t really preventable&#x2014;there&rsquo;s a reason this post opens with a description of our schedule&#x2014;but will be avoided in the future. It was a learning experience for sure.
</p>
<p>
For me the primary takeaway is not organisational difficulties and incompetence on our part, but rather the fact that the event was a smashing success. Despite everything turnout was beyond our best hopes and the room was at capacity. The event was received incredibly well, and people were asking us when the next event would be as soon as it ended.
</p>
<p>
This is the part of the story we don&rsquo;t tell our collective moms, but I suppose I must spare some words on &ldquo;the incident&rdquo;. Those leaving the event at the end might have noticed the police presence on the lower floor. Best I can tell what happened is that two people unrelated to our event had an altercation on the bottom floor, whereupon one of them left only to return armed with a box cutter and hammer and assault the other person. I hear the victim was alright, or at least as alright as one can be after being assaulted with weapons. I want to stress that to my knowledge none of our party were in any way involved, in danger or inconvenienced by these events.
</p>
<p>
In light of the heart-warmingly sunny reception, we are very tentatively planning to hold another event early next year, with the hope of making it a bi-yearly occurrence.
</p>
<p>
<br>
<b>I want to give special thanks to:</b>
</p>
<ul class="org-ul">
<li>Apt, for handling all the venue negotiations and calling upon his immense social network to make this happen;</li>
<li>Ed, for jumping in and filling the slot that opened up last minute; it was his first live set;</li>
<li>Shiz, for helping us set up the audio at the venue;</li>
<li>Progress, because I know just how much effort you put into this; it was his first set;</li>
<li>Vyvyde, your set was crazy;</li>
<li>Merc, Alex and Pachy, for being there throughout the whole process and offering immense support from beginning to end;</li>
<li>Les Amarres, for agreeing to let us use their complex <i>for free</i> on such short notice, for trusting us enough to let us haul around your audio equipment unsupervised, and for providing us with food and drink;</li>
<li>You, The Audience, for being the life and soul of the party and making this worth doing for all of us;</li>
<li><p>
And You, The Reader, for bearing with my doubtlessly excessive wordiness.
</p>
<div class="org-center">
<figure id="orgcdee495">
<img src="../../static/images/pi_congratulations.png" alt="pi_congratulations.png" width="70%">
<figcaption><span class="figure-number">Figure 6: </span><i>And to all children, congratulations.</i></figcaption>
</figure>
</div></li>
</ul>
</div>
</div>
<div id="outline-container-orge0a84c5" class="outline-3">
<h3 id="orge0a84c5">Set Rerecordings</h3>
</div>
</div>
<div id="footnotes">
<h2 class="footnotes">Footnotes: </h2>
<div id="text-footnotes">
<div class="footdef"><sup><a id="fn.1" class="footnum" href="#fnr.1" role="doc-backlink">1</a></sup> <div class="footpara" role="doc-footnote"><p class="footpara">my mom&rsquo;s visit was planned around her birthday, Premier Impact was planned to coincide with WROC.WAV, and Suzu&rsquo;s visit coincided with his world tour</p></div></div>
<div class="footdef"><sup><a id="fn.2" class="footnum" href="#fnr.2" role="doc-backlink">2</a></sup> <div class="footpara" role="doc-footnote"><p class="footpara">in Europe <i>e.g.</i> <b>Pon de Beats</b>, <b>the Dokomi J-rave</b>, <b>NDXJCL Unmuted</b>, <b>Neonyaa!!</b> and numerous overseas of which the venerable <b>Anime North Truck Rave</b> is probably the crown jewel)</p></div></div>
<div class="footdef"><sup><a id="fn.3" class="footnum" href="#fnr.3" role="doc-backlink">3</a></sup> <div class="footpara" role="doc-footnote"><p class="footpara">Discounting 《re;load re;set》which is Apt and merc&rsquo;s event and online-only.</p></div></div>
<div class="footdef"><sup><a id="fn.4" class="footnum" href="#fnr.4" role="doc-backlink">4</a></sup> <div class="footpara" role="doc-footnote"><p class="footpara">And because of us being broke.</p></div></div>
<div class="footdef"><sup><a id="fn.5" class="footnum" href="#fnr.5" role="doc-backlink">5</a></sup> <div class="footpara" role="doc-footnote"><p class="footpara">Even after visiting in person several times and contacting all their social media.</p></div></div>
<div class="footdef"><sup><a id="fn.6" class="footnum" href="#fnr.6" role="doc-backlink">6</a></sup> <div class="footpara" role="doc-footnote"><p class="footpara">Which wasn&rsquo;t reschedulable because of schedule issues detailed earlier.</p></div></div>
<div class="footdef"><sup><a id="fn.7" class="footnum" href="#fnr.7" role="doc-backlink">7</a></sup> <div class="footpara" role="doc-footnote"><p class="footpara">For reference, I definitively immigrated to Paris only in the final days of 2024 and was correspondingly exhausted as well</p></div></div>
<div class="footdef"><sup><a id="fn.8" class="footnum" href="#fnr.8" role="doc-backlink">8</a></sup> <div class="footpara" role="doc-footnote"><p class="footpara">They do offer the ability to monopolize it at a higher rate.</p></div></div>
<div class="footdef"><sup><a id="fn.9" class="footnum" href="#fnr.9" role="doc-backlink">9</a></sup> <div class="footpara" role="doc-footnote"><p class="footpara">They do rent out a generator.</p></div></div>
<div class="footdef"><sup><a id="fn.10" class="footnum" href="#fnr.10" role="doc-backlink">10</a></sup> <div class="footpara" role="doc-footnote"><p class="footpara"><i>Summer 2027??</i> :teto:</p></div></div>
<div class="footdef"><sup><a id="fn.11" class="footnum" href="#fnr.11" role="doc-backlink">11</a></sup> <div class="footpara" role="doc-footnote"><p class="footpara">Though by the time many of us went to try and redeem the meal tickets, they claimed to have already given out all our party&rsquo;s meals, which can&rsquo;t be true, since we&#x2026; still had the meal tickets.</p></div></div>
<div class="footdef"><sup><a id="fn.12" class="footnum" href="#fnr.12" role="doc-backlink">12</a></sup> <div class="footpara" role="doc-footnote"><p class="footpara">Was?</p></div></div>
</div>
</div></div>
<div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-07-30</div><hr>
If you have any comments about this page, you can email me at: <br>
<b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
<br>
This website <a href="/feed.xml">supports RSS</a> (I update it manually). <br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
</div>
</div>
</body>
</html>