hacksrus.uk/index.html

91 lines
3.9 KiB
HTML
Raw Normal View History

2018-08-10 23:59:11 +01:00
<!DOCTYPE html>
<html lang="en">
2020-08-29 16:34:49 +01:00
2018-08-10 23:59:11 +01:00
<head>
<meta charset="UTF-8">
<title>Hacks 'R' Us</title>
<link rel="stylesheet" href="style.css">
2020-09-09 00:27:51 +01:00
<link rel="icon" href="favicon.svg">
2018-08-10 23:59:11 +01:00
</head>
2020-08-29 16:34:49 +01:00
2018-08-10 23:59:11 +01:00
<body>
<div class="container">
<h1><a href="/"><img src="img/logo.svg" alt="Hacks 'R' Us Logo"></a></h1>
<h2>Who?</h2>
2022-04-06 13:48:26 +01:00
<p>Some! Including but not limited to:</p>
<ul class="fisher-price-links">
2023-04-11 22:46:25 +01:00
<li><a href="https://wlcx.cc">Sam W</a></li>
2018-08-11 10:20:27 +01:00
<li><a href="https://twitter.com/Rrah99">Robert Walker</a></li>
2020-07-21 00:50:39 +01:00
<li><a href="https://twitter.com/mikechislett">Mike Chislett</a></li>
2022-11-20 02:59:43 +00:00
<li><a href="https://hacksrus.xyz/sbaudlr">Baud</a></li>
<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>
<h2>What?</h2>
<p>Dumb stuff with technology</p>
<h2>Where?</h2>
2021-05-24 18:45:26 +01:00
<p>At a hacker camp or con near you (probably under a <span class="unicorns">DOME</span>)</p>
<p>Then (and the rest of the time) you can find us hiding under rocks on the internet:</p>
<ul class="fisher-price-links">
<li><a href="https://twitter.com/_hacksrus">Birdsite @_hacksrus</a></li>
<li><a href="ircs://irc.libera.chat/#hacksrus">irc.libera.chat #hacksrus</a></li>
</ul>
<h2>Events</h2>
<p>We were here:</p>
<ul class="fisher-price-links">
<li><a href="https://emfcamp.org">EMF2018</a></li>
2022-06-10 12:33:22 +01:00
<li><a href="https://events.ccc.de/category/35c3/">35C3</a></li>
2023-04-11 22:46:25 +01:00
<li><a href="https://events.ccc.de/category/camp-2019/">Chaos Communication Camp 2019</a></li>
2022-06-10 12:33:22 +01:00
<li><a href="https://events.ccc.de/category/36c3/">36C3</a></li>
<li><a href="https://emfcamp.org"><s>EMF2020</s></a> stupid virus</li>
2022-04-06 13:48:26 +01:00
<li><a href="https://mch2021.org/"><s>MCH2021</s></a> stupid virus</li>
<li><a href="https://emfcamp.org">EMF2022</a></li>
2022-08-08 12:47:05 +01:00
<li><a href="https://mch2022.org">MCH2022</a></li>
2023-09-27 21:49:41 +01:00
<li><a href="https://events.ccc.de/category/camp-2023/">Chaos Communication Camp 2023</a></li>
</ul>
2022-02-03 12:04:39 +00:00
<p>We are going here:</p>
<ul class="fisher-price-links">
2023-09-27 21:49:41 +01:00
<li><a href="">37C3</a></li>
</ul>
2023-09-27 21:58:38 +01:00
<h2>Domes!</h2>
<p>You may have seen our Dome at the events listed above, if you would like to build you own <a href="static/dome_instructions.pdf">We have instructions</a></p>
<h2 id='policy'>Policy</h2>
2020-08-29 16:34:49 +01:00
<p>For more formal information, the <a href="/conduct.html">Code of Conduct</a> may be relevant to your
interests.</p>
<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>
<li>&gt; For policy proposals in chat.
<ol class="">
<li>Un defined, (but positive) number of ✅ are needed for policy approvals.</li>
<li>Ticks must outweigh ❌ votes</li>
</ol>
</li>
2020-08-29 16:34:49 +01:00
<li>No hacker shall intentionally set another hacker on fire, or through inaction allow another hacker to be
set on fire.</li>
2020-08-26 21:30:42 +01:00
<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 <span class="blink">&lt;blink&gt;</span> tags are only in effect whilst visible.</li>
2020-08-26 21:30:42 +01:00
<li>Policy is not serious, see Code of Conduct for serious things.</li>
2020-09-09 00:07:02 +01:00
<li>If it can be run non-combustably at full brightness, it shall be run non-combustably at full brightness.</li>
2020-11-02 05:24:49 +00:00
<li>If it can be horribly overengineered, it shall be horribly overengineered.</li>
2021-05-24 18:45:09 +01:00
<li>Voice channels are always considered "at risk".</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();
}
}
2020-09-20 23:26:45 +01:00
const queryString = window.location.search;
if (queryString.match(/[rainbow|unicorn]mode=1/i)) {
document.body.classList.add("unicorns");
}
2020-08-26 18:06:02 +01:00
</script>
2018-08-10 23:59:11 +01:00
</body>
2020-08-29 16:34:49 +01:00
2020-10-22 21:16:28 +01:00
</html>