Updates
This commit is contained in:
264
html/events/index.html
Normal file
264
html/events/index.html
Normal file
@@ -0,0 +1,264 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- 2025-10-03 -->
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=100%, initial-scale=0.7" />
|
||||
<title>Events and Trips</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-org1c4e989" class="outline-2">
|
||||
<h2 id="org1c4e989">Events and Trips</h2>
|
||||
<div class="outline-text-2" id="text-org1c4e989">
|
||||
<p>
|
||||
Here I keep some memoirs of (mostly music) events I’ve helped organized, participated in, or attended; I’m putting trips I’ve gone on here as well.
|
||||
</p>
|
||||
</div>
|
||||
<div id="outline-container-orgd73458a" class="outline-3">
|
||||
<h3 id="orgd73458a">Co-organized</h3>
|
||||
<div class="outline-text-3" id="text-orgd73458a">
|
||||
</div>
|
||||
<div id="outline-container-org5da2a81" class="outline-4">
|
||||
<h4 id="org5da2a81"><i><a href="./premier_impact.html">Premier Impact</a></i></h4>
|
||||
<div class="outline-text-4" id="text-org5da2a81">
|
||||
<p>
|
||||
A doujin music event in Paris which I helped organize!
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org90a7860" class="outline-3">
|
||||
<h3 id="org90a7860">Participated or Support Crew</h3>
|
||||
<div class="outline-text-3" id="text-org90a7860">
|
||||
</div>
|
||||
<div id="outline-container-orge5e957a" class="outline-4">
|
||||
<h4 id="orge5e957a"><i><a href="./wroclaw.html">Millennium Strike WROC.WAV + Wrocław trip</a></i></h4>
|
||||
<div class="outline-text-4" id="text-orge5e957a">
|
||||
<p>
|
||||
I sorta-kinda was support crew here. Also includes general notes on my trip to the beautiful city of Wrocław, Poland.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<div id='footer'><div id='modified-date'>Last modified: 2025-10-03</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>
|
||||
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>
|
||||
<br>
|
||||
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- 2025-10-02 -->
|
||||
<!-- 2025-10-03 -->
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=100%, initial-scale=0.7" />
|
||||
<title>Premier Impact Retrospective</title>
|
||||
@@ -215,20 +215,20 @@
|
||||
</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 id="outline-container-orga8e151f" class="outline-2">
|
||||
<h2 id="orga8e151f">Premier Impact Retrospective</h2>
|
||||
<div class="outline-text-2" id="text-orga8e151f">
|
||||
</div>
|
||||
<div id="outline-container-org5aa9fa9" class="outline-3">
|
||||
<h3 id="org5aa9fa9">Introduction</h3>
|
||||
<div class="outline-text-3" id="text-org5aa9fa9">
|
||||
<div id="outline-container-org914754d" class="outline-3">
|
||||
<h3 id="org914754d">Introduction</h3>
|
||||
<div class="outline-text-3" id="text-org914754d">
|
||||
<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">
|
||||
<figure id="org79bb27f">
|
||||
<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 “Sakka”.</i></figcaption>
|
||||
@@ -236,13 +236,13 @@ This is a retrospective on <a href="https://paris.reloadreset.net/"><i>Premier I
|
||||
</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 id="outline-container-org18319e3" class="outline-3">
|
||||
<h3 id="org18319e3">Organisation</h3>
|
||||
<div class="outline-text-3" id="text-org18319e3">
|
||||
</div>
|
||||
<div id="outline-container-org56a6665" class="outline-4">
|
||||
<h4 id="org56a6665">Context</h4>
|
||||
<div class="outline-text-4" id="text-org56a6665">
|
||||
<div id="outline-container-org06b3083" class="outline-4">
|
||||
<h4 id="org06b3083">Context</h4>
|
||||
<div class="outline-text-4" id="text-org06b3083">
|
||||
<p>
|
||||
A bit of context that’ll help illustrate some of the organisational difficulties involved in the event:
|
||||
</p>
|
||||
@@ -259,9 +259,9 @@ The observant reader might notice that this is a bit of a tight squeeze; it coul
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orgb9f2e0c" class="outline-4">
|
||||
<h4 id="orgb9f2e0c">Motivation, Branding & Concept</h4>
|
||||
<div class="outline-text-4" id="text-orgb9f2e0c">
|
||||
<div id="outline-container-org5886f28" class="outline-4">
|
||||
<h4 id="org5886f28">Motivation, Branding & Concept</h4>
|
||||
<div class="outline-text-4" id="text-org5886f28">
|
||||
<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 “we invite our friends to play good music”; it’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’t yet established in France, despite there clearly existing a sizeable audience for them — our aim was thus to start putting this on the map here in Paris.
|
||||
</p>
|
||||
@@ -275,9 +275,9 @@ For the poster we ended up borrowing a lot from the <a href="https://reloadreset
|
||||
</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">
|
||||
<div id="outline-container-org3065663" class="outline-4">
|
||||
<h4 id="org3065663">Searching for a Venue</h4>
|
||||
<div class="outline-text-4" id="text-org3065663">
|
||||
<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>
|
||||
@@ -315,7 +315,7 @@ One place that <i>was</i> open to talks with us was the awesome <a href="http://
|
||||
|
||||
<div class="org-center">
|
||||
|
||||
<figure id="org2fad397">
|
||||
<figure id="orgf674ac1">
|
||||
<img src="../../static/images/spot13_1.jpg" alt="spot13_1.jpg" width="70%">
|
||||
|
||||
</figure>
|
||||
@@ -323,7 +323,7 @@ One place that <i>was</i> open to talks with us was the awesome <a href="http://
|
||||
|
||||
<div class="org-center">
|
||||
|
||||
<figure id="org6e6952d">
|
||||
<figure id="orgf02b745">
|
||||
<img src="../../static/images/spot13_2.jpg" alt="spot13_2.jpg" width="70%">
|
||||
|
||||
</figure>
|
||||
@@ -348,17 +348,17 @@ At the time we seriously considered the logistics of this — with less tha
|
||||
</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">
|
||||
<div id="outline-container-org20f9b45" class="outline-4">
|
||||
<h4 id="org20f9b45">Finding a Venue</h4>
|
||||
<div class="outline-text-4" id="text-org20f9b45">
|
||||
<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’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">
|
||||
<div id="outline-container-org67f073f" class="outline-4">
|
||||
<h4 id="org67f073f">Staff and Promotion</h4>
|
||||
<div class="outline-text-4" id="text-org67f073f">
|
||||
<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>
|
||||
@@ -369,16 +369,16 @@ I want to give massive thanks to Ed for agreeing to take over the slot that my s
|
||||
</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 id="outline-container-org381ac5d" class="outline-3">
|
||||
<h3 id="org381ac5d">Event Day</h3>
|
||||
<div class="outline-text-3" id="text-org381ac5d">
|
||||
</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 id="outline-container-org62d75b0" class="outline-4">
|
||||
<h4 id="org62d75b0">The Venue; Setting Up</h4>
|
||||
<div class="outline-text-4" id="text-org62d75b0">
|
||||
<div class="org-center">
|
||||
|
||||
<figure id="orge3c2f27">
|
||||
<figure id="orgfeb4db3">
|
||||
<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>
|
||||
@@ -391,7 +391,7 @@ We arrived at the venue 2 hours early, and we needed every minute of that time,
|
||||
|
||||
<div class="org-center">
|
||||
|
||||
<figure id="orgdf497f5">
|
||||
<figure id="org8868c4a">
|
||||
<img src="../../static/images/pi_empty.jpg" alt="pi_empty.jpg" width="70%">
|
||||
|
||||
<figcaption><span class="figure-number">Figure 3: </span><i>… like this.</i></figcaption>
|
||||
@@ -408,7 +408,7 @@ Anyhow, the place was a maze — from what I hear Apt drew a little map to
|
||||
|
||||
<div class="org-center">
|
||||
|
||||
<figure id="orgec3e955">
|
||||
<figure id="org4995108">
|
||||
<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>
|
||||
@@ -420,12 +420,12 @@ A big shout out to Shiz for actually knowing what he was doing and setting up al
|
||||
</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 id="outline-container-org9288890" class="outline-4">
|
||||
<h4 id="org9288890">The Event</h4>
|
||||
<div class="outline-text-4" id="text-org9288890">
|
||||
<div class="org-center">
|
||||
|
||||
<figure id="orga6be543">
|
||||
<figure id="orgc40e5b9">
|
||||
<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>
|
||||
@@ -437,9 +437,9 @@ The event was, by all means, a <b>smashing success</b>. Being a free event it&rs
|
||||
</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">
|
||||
<div id="outline-container-orgbd993b0" class="outline-4">
|
||||
<h4 id="orgbd993b0">TECHNICAL DIFFICULTIES; Our Act</h4>
|
||||
<div class="outline-text-4" id="text-orgbd993b0">
|
||||
<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>
|
||||
@@ -470,9 +470,9 @@ The GK-3B is pretty expensive so we had bought it with the intention of using it
|
||||
</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">
|
||||
<div id="outline-container-org50ba3a5" class="outline-3">
|
||||
<h3 id="org50ba3a5">Closing Words</h3>
|
||||
<div class="outline-text-3" id="text-org50ba3a5">
|
||||
<p>
|
||||
Looking critically, behind the scenes—and to some extend unfortunately also on the stage—this was an organisational mess. Some of this definitely could’ve been prevented – Apt and I take full responsibility for the original error of failing to secure a venue in time. Other hecticness in the planning wasn’t really preventable—there’s a reason this post opens with a description of our schedule—but will be avoided in the future. It was a learning experience for sure.
|
||||
</p>
|
||||
@@ -510,7 +510,7 @@ And You, The Reader, for bearing with my doubtlessly excessive wordiness.
|
||||
|
||||
<div class="org-center">
|
||||
|
||||
<figure id="orgcdee495">
|
||||
<figure id="org82ba198">
|
||||
<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>
|
||||
@@ -519,8 +519,8 @@ And You, The Reader, for bearing with my doubtlessly excessive wordiness.
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orge0a84c5" class="outline-3">
|
||||
<h3 id="orge0a84c5">Set Rerecordings</h3>
|
||||
<div id="outline-container-org864ddba" class="outline-3">
|
||||
<h3 id="org864ddba">Set Rerecordings</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footnotes">
|
||||
@@ -558,11 +558,10 @@ And You, The Reader, for bearing with my doubtlessly excessive wordiness.
|
||||
<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>
|
||||
<br>
|
||||
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- 2025-10-02 -->
|
||||
<!-- 2025-10-03 -->
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=100%, initial-scale=0.7" />
|
||||
<title>Wrocław/Millennium Strike</title>
|
||||
@@ -215,20 +215,20 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="content" class="content">
|
||||
<div id="outline-container-orga30632f" class="outline-2">
|
||||
<h2 id="orga30632f">Wrocław/Millennium Strike WROC.WAV</h2>
|
||||
<div class="outline-text-2" id="text-orga30632f">
|
||||
<div id="outline-container-org06e3b2a" class="outline-2">
|
||||
<h2 id="org06e3b2a">Wrocław/Millennium Strike WROC.WAV</h2>
|
||||
<div class="outline-text-2" id="text-org06e3b2a">
|
||||
</div>
|
||||
<div id="outline-container-org2d42167" class="outline-3">
|
||||
<h3 id="org2d42167">Arriving</h3>
|
||||
<div class="outline-text-3" id="text-org2d42167">
|
||||
<div id="outline-container-org4732fcb" class="outline-3">
|
||||
<h3 id="org4732fcb">Arriving</h3>
|
||||
<div class="outline-text-3" id="text-org4732fcb">
|
||||
<p>
|
||||
Alex, <a href="https://apt-get.xyz">apt-get</a>, <a href="https://x.com/a_nrvnqsr">mercury.lamp</a>, pachy and myself were in Wrocław<sup><a id="fnr.1" class="footref" href="#fn.1" role="doc-backlink">1</a></sup>, Poland between April 30th and May <END DATE> for <i>Millennium Strike Live WROC.WAV</i> where apt and merc were performing (B2B, under alias <i>Re;iwa Diabolik</i>). Shout out to pachy for finding time and money to join us last minute; I am very very glad he was able to be there, it wouldn’t have been the same without him.
|
||||
</p>
|
||||
|
||||
<div class="org-center">
|
||||
|
||||
<figure id="org805e994">
|
||||
<figure id="orge48c2cf">
|
||||
<img src="../../static/images/wroclaw_boys.jpg" alt="wroclaw_boys.jpg" width="70%">
|
||||
|
||||
<figcaption><span class="figure-number">Figure 1: </span><i>Quake III was a good game.</i></figcaption>
|
||||
@@ -245,7 +245,7 @@ We had a bunch of gear to transport and were trying to limit luggage charges, so
|
||||
|
||||
<div class="org-center">
|
||||
|
||||
<figure id="org500882c">
|
||||
<figure id="orge0a7030">
|
||||
<img src="../../static/images/wroc_bags.jpg" alt="wroc_bags.jpg" width="70%">
|
||||
|
||||
<figcaption><span class="figure-number">Figure 2: </span><i>Finding suitable bags.</i></figcaption>
|
||||
@@ -254,7 +254,7 @@ We had a bunch of gear to transport and were trying to limit luggage charges, so
|
||||
|
||||
<div class="org-center">
|
||||
|
||||
<figure id="org209651f">
|
||||
<figure id="org0d2eaa4">
|
||||
<img src="../../static/images/poland_plane.jpg" alt="poland_plane.jpg" width="70%">
|
||||
|
||||
<figcaption><span class="figure-number">Figure 3: </span><i>Poland from above.</i></figcaption>
|
||||
@@ -262,16 +262,16 @@ We had a bunch of gear to transport and were trying to limit luggage charges, so
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org4dbd3aa" class="outline-3">
|
||||
<h3 id="org4dbd3aa">Setcrafting</h3>
|
||||
<div class="outline-text-3" id="text-org4dbd3aa">
|
||||
<div id="outline-container-org393314e" class="outline-3">
|
||||
<h3 id="org393314e">Setcrafting</h3>
|
||||
<div class="outline-text-3" id="text-org393314e">
|
||||
<p>
|
||||
Basically all the time in Wrocław before the event was spent on… actually preparing the set, which hadn’t really been started yet, so we were mostly inside the hotel — this had much to do with apt and I being busy preparing for <a href="./premier_impact.html">Premier Impact</a> and everyone just generally being busy. Alex, pachy and I were technically free, but I was also trying to make stuff happen for <i>Premier Impact</i> still, and we all kinda hung around for moral support.
|
||||
</p>
|
||||
|
||||
<div class="org-center">
|
||||
|
||||
<figure id="orgb84e9e1">
|
||||
<figure id="org27e911b">
|
||||
<img src="../../static/images/setcrafting_wroc.jpg" alt="setcrafting_wroc.jpg" width="70%">
|
||||
|
||||
<figcaption><span class="figure-number">Figure 4: </span><i><del>Cowboy Bebop at his computer</del> Setcrafting.</i></figcaption>
|
||||
@@ -279,12 +279,12 @@ Basically all the time in Wrocław before the event was spent on… actuall
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org78941a1" class="outline-3">
|
||||
<h3 id="org78941a1">The Event</h3>
|
||||
<div class="outline-text-3" id="text-org78941a1">
|
||||
<div id="outline-container-orgdf3f7c8" class="outline-3">
|
||||
<h3 id="orgdf3f7c8">The Event</h3>
|
||||
<div class="outline-text-3" id="text-orgdf3f7c8">
|
||||
<div class="org-center">
|
||||
|
||||
<figure id="org627dbc3">
|
||||
<figure id="org09a274c">
|
||||
<img src="../../static/images/milstrike_wroc.jpg" alt="milstrike_wroc.jpg" width="50%">
|
||||
|
||||
<figcaption><span class="figure-number">Figure 5: </span><i>Event poster.</i></figcaption>
|
||||
@@ -297,7 +297,7 @@ The venue for the event was a club called Transformator. Pretty cool place, good
|
||||
|
||||
<div class="org-center">
|
||||
|
||||
<figure id="org4383760">
|
||||
<figure id="orgeb1ec92">
|
||||
<img src="../../static/images/transformator_backstage.jpg" alt="transformator_backstage.jpg" width="70%">
|
||||
|
||||
<figcaption><span class="figure-number">Figure 6: </span><i>Backstage at Transformator</i></figcaption>
|
||||
@@ -310,7 +310,7 @@ The itself event was a lot of fun. Nothing much particular to say, other than th
|
||||
|
||||
<div class="org-center">
|
||||
|
||||
<figure id="org8e3b0e7">
|
||||
<figure id="orgfc39de0">
|
||||
<img src="../../static/images/milstrike_merc.jpg" alt="milstrike_merc.jpg" width="70%">
|
||||
|
||||
<figcaption><span class="figure-number">Figure 7: </span><i>Merc is always so photogenic.</i></figcaption>
|
||||
@@ -322,24 +322,24 @@ Unfortunately as the event was winding down (in the early morning, I think aroun
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org11fb8fc" class="outline-3">
|
||||
<h3 id="org11fb8fc">Wrocław</h3>
|
||||
<div class="outline-text-3" id="text-org11fb8fc">
|
||||
<div id="outline-container-org6c6d0b3" class="outline-3">
|
||||
<h3 id="org6c6d0b3">Wrocław</h3>
|
||||
<div class="outline-text-3" id="text-org6c6d0b3">
|
||||
</div>
|
||||
<div id="outline-container-org2bc11a1" class="outline-4">
|
||||
<h4 id="org2bc11a1">Pleasant Surprise</h4>
|
||||
<div class="outline-text-4" id="text-org2bc11a1">
|
||||
<div id="outline-container-org289db01" class="outline-4">
|
||||
<h4 id="org289db01">Pleasant Surprise</h4>
|
||||
<div class="outline-text-4" id="text-org289db01">
|
||||
<p>
|
||||
With us primarily being there for the event and it being a really busy period, I don’t think any of us had really read up on the city very much. Safe to say we were all very pleasantly surprised! Wrocław is an absolutely lovely city; real student town energy with lots of young people, very warm hospitality and a very homely, casual atmosphere in restaurants as well.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orga2390f1" class="outline-4">
|
||||
<h4 id="orga2390f1">Food and Drink</h4>
|
||||
<div class="outline-text-4" id="text-orga2390f1">
|
||||
<div id="outline-container-org82ca345" class="outline-4">
|
||||
<h4 id="org82ca345">Food and Drink</h4>
|
||||
<div class="outline-text-4" id="text-org82ca345">
|
||||
<div class="org-center">
|
||||
|
||||
<figure id="orgd1e0fb9">
|
||||
<figure id="org3eb96da">
|
||||
<img src="../../static/images/poland_food.jpg" alt="poland_food.jpg" width="70%">
|
||||
|
||||
<figcaption><span class="figure-number">Figure 8: </span><i>Delicious.</i></figcaption>
|
||||
@@ -355,9 +355,9 @@ Food prices were maybe about half what you’d find in an equivalent western
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org42aeccb" class="outline-4">
|
||||
<h4 id="org42aeccb">Architecture, Cityscape</h4>
|
||||
<div class="outline-text-4" id="text-org42aeccb">
|
||||
<div id="outline-container-orgbab2014" class="outline-4">
|
||||
<h4 id="orgbab2014">Architecture, Cityscape</h4>
|
||||
<div class="outline-text-4" id="text-orgbab2014">
|
||||
<p>
|
||||
Wrocław has really cool architecture, a pretty eclectic mix of styles and old and new stuff. Lots of old defensive works that I believe were built after the Mongol invasion. Quoting Wikipedia:
|
||||
</p>
|
||||
@@ -378,7 +378,7 @@ Lots of beautiful brickwork which is a style of architecture I have not encounte
|
||||
|
||||
<div class="org-center">
|
||||
|
||||
<figure id="org718115d">
|
||||
<figure id="org6d916c0">
|
||||
<img src="../../static/images/wroc_architecture1.jpg" alt="wroc_architecture1.jpg" width="70%">
|
||||
|
||||
</figure>
|
||||
@@ -391,7 +391,7 @@ There was something very familiar about the layout of the city and the style of
|
||||
|
||||
<div class="org-center">
|
||||
|
||||
<figure id="orgdd51681">
|
||||
<figure id="org9ad349c">
|
||||
<img src="../../static/images/wroc_architecture2.jpg" alt="wroc_architecture2.jpg" width="70%">
|
||||
|
||||
</figure>
|
||||
@@ -403,7 +403,7 @@ The streets are broad, well-maintained and very clean. There’s good public
|
||||
|
||||
<div class="org-center">
|
||||
|
||||
<figure id="org4624b70">
|
||||
<figure id="org12882a2">
|
||||
<img src="../../static/images/wroc_architecture4.jpg" alt="wroc_architecture4.jpg" width="70%">
|
||||
|
||||
</figure>
|
||||
@@ -415,7 +415,7 @@ The nighttime atmosphere was very pleasant as well, perhaps owning to the high s
|
||||
|
||||
<div class="org-center">
|
||||
|
||||
<figure id="org97bd9d0">
|
||||
<figure id="orgf6e36b0">
|
||||
<img src="../../static/images/wroc_street.jpg" alt="wroc_street.jpg" width="70%">
|
||||
|
||||
</figure>
|
||||
@@ -427,7 +427,7 @@ We were there at the same time as the largest guitar festival in the world. Guit
|
||||
|
||||
<div class="org-center">
|
||||
|
||||
<figure id="org009c409">
|
||||
<figure id="orgc2e8ba3">
|
||||
<img src="../../static/images/wroc_guitars.jpg" alt="wroc_guitars.jpg" width="70%">
|
||||
|
||||
<figcaption><span class="figure-number">Figure 9: </span><i>That’s a lot of guitars. We didn’t really have the time to hang around unfortunately, and as you can see it was very busy anyhow.</i></figcaption>
|
||||
@@ -435,16 +435,16 @@ We were there at the same time as the largest guitar festival in the world. Guit
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orgc2db48c" class="outline-4">
|
||||
<h4 id="orgc2db48c">People, History and Closing Notes</h4>
|
||||
<div class="outline-text-4" id="text-orgc2db48c">
|
||||
<div id="outline-container-org01bd2cc" class="outline-4">
|
||||
<h4 id="org01bd2cc">People, History and Closing Notes</h4>
|
||||
<div class="outline-text-4" id="text-org01bd2cc">
|
||||
<p>
|
||||
Overall Wrocławians made a strong impression on me as warm, hospitable, humorous and headstrong people. Wrocław had a very active anti-communist resistance that they are very proud of, and they’ve kept that history very alive, both visibly in the city scape but also in their endearing fashion sense.
|
||||
</p>
|
||||
|
||||
<div class="org-center">
|
||||
|
||||
<figure id="org8ad0725">
|
||||
<figure id="org9cb26c1">
|
||||
<img src="../../static/images/wroc_dwarf.jpg" alt="wroc_dwarf.jpg" width="70%">
|
||||
|
||||
<figcaption><span class="figure-number">Figure 10: </span><i>The <a href="https://en.wikipedia.org/wiki/Wroc%C5%82aw_Dwarfs">Wrocław Dwarves</a> that abound in the cityscape are emblematic of the resistence. Their appearance traces directly from Dutch</i> kabouters, <i>so they were a strangely familiar sight.</i></figcaption>
|
||||
@@ -485,11 +485,10 @@ I definitely intend to return to Wrocław sooner rather than later. With how bus
|
||||
<div id='footer'><div id='modified-date'>Last modified: 2025-07-23</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>
|
||||
<br>
|
||||
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user