Hackers & Designers: Difference between revisions

From Hackers & Designers
No edit summary
Line 4: Line 4:
__NOTOC__
__NOTOC__
<div class="radio_player">
<div class="radio_player">
===== 📻 Listen to the live stream of Pirat(e)s Radio 1.0 =====
===== 📻 Listen back to our [[Pirat(e)s Radio Broadcast]] ====
 
<html>
<form class="radios">
  <input type="radio" id="radio1" name="radio1" value="1" aria-hidden="true">
  <input type="radio" id="radio2" name="radio1" value="2" aria-hidden="true">
  <input type="radio" id="radio3" name="radio1" value="3" aria-hidden="true">
  <input type="radio" id="radio4" name="radio1" value="4" aria-hidden="true">
  <input type="radio" id="radio5" name="radio1" value="5" aria-hidden="true"checked="checked">
  <input type="radio" id="radio6" name="radio1" value="6" aria-hidden="true">
  <input type="radio" id="radio7" name="radio1" value="7" aria-hidden="true">
  <input type="radio" id="radio8" name="radio1" value="8" aria-hidden="true">
  <input type="radio" id="radio9" name="radio1" value="9" aria-hidden="true">
</form>
</html>
<html>
<audio controls>
<source src="https://live.hackersanddesigners.nl/stream">
</audio>
</html>
<html>
<form class="radios">
  <input type="radio" id="radio1" name="radio1" value="1" aria-hidden="true">
  <input type="radio" id="radio2" name="radio1" value="2" aria-hidden="true">
  <input type="radio" id="radio3" name="radio1" value="3" aria-hidden="true">
  <input type="radio" id="radio4" name="radio1" value="4" aria-hidden="true">
  <input type="radio" id="radio5" name="radio1" value="5" aria-hidden="true" checked="checked">
  <input type="radio" id="radio6" name="radio1" value="6" aria-hidden="true">
  <input type="radio" id="radio7" name="radio1" value="7" aria-hidden="true">
  <input type="radio" id="radio8" name="radio1" value="8" aria-hidden="true">
  <input type="radio" id="radio9" name="radio1" value="9" aria-hidden="true">
</form>
</html>
 
<html>
<script>
let cur = 0;
let radios = document.querySelectorAll('input[type=radio]')
let num = radios.length;
 
to = setInterval(function(){
for(let i = 0; i < num; i++ ){
radios[i].removeAttribute("checked")
}
 
radios[cur].setAttribute("checked", "checked");
cur++;
if(cur >= num) cur = 0;
}, 500);
</script>
</html>
 
Every day at (or around) 20:30!
& archive here: [[Pirat(e)s Radio Broadcast]]
</div>
</div>



Revision as of 12:19, 26 September 2024

MainNavigation No


= 📻 Listen back to our Pirat(e)s Radio Broadcast


Find the documentation of last year’s camp here.

・゚

📡 Listen back to the daily radio livestream of last years' Hackers & Designers Summer Camp 2024 Hopepunk: Reknitting Collective Infrastructures on goodtimesbadtimes.club

・゚

🍉 Hackers & Designers stands in full solidarity with the Palestinian people and their ongoing struggle for self-determination and liberation from the oppressive colonial State of Israel and its Western supporters. Read our full statement.

・゚

📭 The fifth H&D Bulletin – H&D's quasi-quarterly publication is available to read online and to purchase as printed matter.

・゚

📚 First, Then... Repeat. Workshop Scripts in Practice, Network Imaginaries and Coded Bodies is still available! Contact us at info@hackersanddesigners.nl to get a copy (25€ or 15€ + shipping costs)!

・゚

The content of the following publications can be also found online! Find all the articles in the Publishing tab or on the pages of the respective book:

・゚

🎥 Learn about H&D's activities with 'Together, Decentralised', our Volumetric Interview with RGBdog

・゚

Want to receive H&D updates?
Sign up for the H&D mailing list by sending an email to: news+subscribe@lists.hackersanddesigners.nl. Make sure to check your spam folder if you don't receive a confirmation email for your subscription.

・゚

  • Support people living in Ukraine from the Netherlands: Ukraine Support
  • We put together a non exhaustive list of Anti-Racism Resources to build a better understanding of what can be done to actively fight racism. We will continue to add things as we stumble upon new inspiring resources, feel free to share!