2018-08-10 23:59:11 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>Hacks 'R' Us</title>
|
|
|
|
<link rel="stylesheet" href="style.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
|
|
<h1><a href="/"><img src="img/logo.svg" alt="Hacks 'R' Us Logo"></a></h1>
|
2019-03-03 02:01:39 +00:00
|
|
|
<h2>Who?</h2>
|
2020-08-16 13:30:24 +01:00
|
|
|
<ul class="fisher-price-links">
|
2019-03-03 01:19:56 +00:00
|
|
|
<li><a href="https://twitter.com/sudoreboot">Sam W</a></li>
|
2018-08-11 10:20:27 +01:00
|
|
|
<li><a href="https://twitter.com/Rrah99">Robert Walker</a></li>
|
2018-08-11 22:19:30 +01:00
|
|
|
<li><a href="https://twitter.com/thomasslee97">Tom Lee</a></li>
|
2020-07-21 00:50:39 +01:00
|
|
|
<li><a href="https://twitter.com/mikechislett">Mike Chislett</a></li>
|
2019-03-03 02:01:39 +00:00
|
|
|
<li><a href="https://www.google.com/search?&q=how+do+you+meet+nice+people">Other nice people</a></li>
|
2018-08-10 23:59:11 +01:00
|
|
|
</ul>
|
2019-03-03 02:01:39 +00:00
|
|
|
<h2>What?</h2>
|
|
|
|
<p>Dumb stuff with technology</p>
|
|
|
|
<h2>Where?</h2>
|
2020-08-16 13:30:24 +01:00
|
|
|
<p>Preferably, a hacker camp or con (probably under a <span class="unicorns">DOME</span>)</p>
|
|
|
|
<p>Failing that, the Internet</p>
|
2020-08-26 18:14:55 +01:00
|
|
|
<h2>Events</h2>
|
2020-08-16 13:30:24 +01:00
|
|
|
<p>We were here:</p>
|
|
|
|
<ul class="fisher-price-links">
|
|
|
|
<li><a href="https://emfcamp.org">EMF2018</a></li>
|
|
|
|
<li><a href="https://events.ccc.de/congress/2018">35C3</a></li>
|
|
|
|
<li><a href="https://events.ccc.de/camp/2019/">CCCAMP19</a></li>
|
|
|
|
<li><a href="https://events.ccc.de/congress/2019">36C3</a></li>
|
|
|
|
<li><a href="https://emfcamp.org"><s>EMF2020</s></a> stupid virus</li>
|
|
|
|
</ul>
|
2020-08-26 18:14:55 +01:00
|
|
|
<p>We might go here:</p>
|
|
|
|
<ul class="fisher-price-links">
|
|
|
|
<li><a href="https://mch2021.org/">MCH2021</a></li>
|
|
|
|
<li><a href="https://emfcamp.org">EMF2022</a></li>
|
|
|
|
</ul>
|
|
|
|
<h2 id='policy'>Policy</h2>
|
2020-08-26 21:50:11 +01:00
|
|
|
<ol class="left-aligned nested parent">
|
2020-08-25 20:45:01 +01:00
|
|
|
<li>No one shall dissuade or stop anyone from making anything, especially if it's a bad idea.</li>
|
|
|
|
<li>"Fuck it, we'll do it live" is always acceptable.</li>
|
|
|
|
<li>Maybe policy should go on the website.</li>
|
2020-08-26 17:59:43 +01:00
|
|
|
<li>> For policy proposals in chat.</li>
|
2020-08-26 21:50:11 +01:00
|
|
|
<ol class="nested">
|
|
|
|
<li>Un defined, (but positive) number of ✅ are needed for policy approvals.</li>
|
2020-08-26 21:30:42 +01:00
|
|
|
<li>Ticks must outweigh ❌ votes</li>
|
|
|
|
</ol>
|
|
|
|
<li>No hacker shall intentionally set another hacker on fire, or through inaction allow another hacker to be set on fire.</li>
|
|
|
|
<li>For the avoidance of doubt, explosions are a type of fire.</li>
|
|
|
|
<li>Disputes between members will be settled non-violently through a game of Guess Who?</li>
|
|
|
|
<li>Policy items in <blink><blink></blink> tags are only in effect whilst visible.</li>
|
|
|
|
<li>Policy is not serious, see Code of Conduct for serious things.</li>
|
2020-08-25 20:45:01 +01:00
|
|
|
</ol>
|
2018-08-10 23:59:11 +01:00
|
|
|
</div>
|
2020-08-26 18:06:02 +01:00
|
|
|
|
|
|
|
<script>
|
|
|
|
document.onkeypress = (e) => {
|
|
|
|
if (e.key === '>') {
|
|
|
|
document.getElementById("policy").scrollIntoView();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
2018-08-10 23:59:11 +01:00
|
|
|
</body>
|
2018-08-11 10:20:27 +01:00
|
|
|
</html>
|