Hackers & Designers: Difference between revisions

From Hackers & Designers
No edit summary
('d')
 
(42 intermediate revisions by 3 users not shown)
Line 3: Line 3:
}}
}}
__NOTOC__
__NOTOC__
<div class="radio_player">
===== 📯 Amazing news: we are back with our Summer Camp!!!!!!!!!!!!!!!!!!! =====
===== 📻 Listen to the live stream of Pirat(e)s Radio 1.0 =====
 
🥁 So save the date!
 
'''))))))))) July 13 to 23 ((((((((('''


<html>
This year the Summer Camp will take place in Amsterdam! (so no actual camp life, but don’t worry we are brewing a very exciting format)
<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>
'''The open call for participation will be shared early May! Stay tuned 📡'''
<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");
===== 📭 The 7th [[HD Bulletin 7|H&D Bulletin]] – H&D's quasi-quarterly publication is available to read online and to order as printed matter (Riso printing! €8,00 + shipping costs). =====
cur++;
if(cur >= num) cur = 0;
}, 500);


console.log("hello from pipa pipa")
・゚
</script>
</html>


Every day at (or around) 20:30!
<br>
& archive here: [[Pirat(e)s Radio Broadcast]]
<div class="radio_player">
===== 📻 Listen back to our =====
===== [[Pirat(e)s Radio Broadcast]] 📻 =====
</div>
</div>


<html>
<html>
        <div
            id="svg-container"
            class="destination"
        >
            <svg
                class="hidden drawing"
                xmlns="http://www.w3.org/2000/svg"
                xmlns:xlink="http://www.w3.org/1999/xlink"
                id="svgElement"
                width="200px"
                height="200px"
                viewBox="0 0 500 500"
                enable-background="new 0 0 100 100"
                preserveAspectRatio="none"
                xml:space="preserve"
            ></svg>
        </div>
<script>
<script>
// live svg drawing
console.log("hello from pipa pipa")
console.log("hello from pipa pipa")
</script>
</script>
</html>


===== 🐜 The H&D Summer Camp 2024 Unruly Currents & Everyday Piracy is happening 15 – 25 July 2024 at Het Wilde Weg and will be open to temporary visitors on 4 mornings and over the weekend for the [[HDSC2024 OPEN PROGRAM!]]  =====
<style>
・゜゜.・ 。 ·  ゜ *  . ° ・ ゜ ° ・゚゚ ・  *
#svg-container {
=====''🐞 Het H&D Zomerkamp 2024 Unruly Currents & Everyday Piracy vindt plaats van 15 t/m 25 juli 2024 aan Het Wilde Weg en is op 4 ochtenden en in het weekend open voor tijdelijke bezoekers voor het [https://hackersanddesigners.nl/hdsc2024-open-program-nl HDSC2024 OPEN PROGRAMMA!]''=====
 
[[File:H&d unruly publicposter english correct.jpg|thumb]]
    position: fixed;
===== Graphic Design by [https://www.instagram.com/axiatonal/ Michael Fowler] =====
    z-index: 200;
===== Find all the documentation of [https://hackersanddesigners.nl/activities?type=hdsc2023 last year’s wonderful camp here]. =====
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
 
    pointer-events: none;
 
}
 
.drawing {
position: absolute;
top: 0;
left: 0;
pointer-events: all;
}
 
.drawing:hover {
rotate: 1turn;
transition: rotate 0.5s ease-out;
}
 
@keyframes grow {
  0% {
    scale: 0.1;
  }
  100% {
    scale: 1;
  }
}
 
.destination svg path {
  /* This section calls the slideInFromLeft animation we defined above */
  animation: 1s cubic-bezier(0.68, -0.6, 0.32, 1.6) 0s 1 grow;
}


・゚
svg.hidden {
display: none;
}


===== 📡 Listen back to the daily radio livestream of this years' Hackers & Designers [https://hackersanddesigners.nl/s/Summer_Camp_2023 Summer Camp 2023] ''Hopepunk: Reknitting Collective Infrastructures'' on [https://soundcloud.com/juju10v3/sets/hopepunkradio goodtimesbadtimes.club] =====
</style>
<script src="https://draw-it-with-others.org/hd-drw/drw.js" defer></script>
</html>


・゚


===== 🍉 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. [[Solidarity with Palestine | Read our full statement.]] =====  
===== Find the documentation of [https://hackersanddesigners.nl/activities?type=hdsc2024 HDSC2024 here]=====  


・゚
・゚


===== 📭 The third [[HD Bulletin 3|H&D Bulletin]] – H&D's new occasional publication is now available to read online and to purchase as printed matter. =====
===== 🍉 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. [[Solidarity with Palestine | Read our full statement.]] =====  


・゚
・゚

Latest revision as of 10:51, 16 April 2026

MainNavigation No


📯 Amazing news: we are back with our Summer Camp!!!!!!!!!!!!!!!!!!!

🥁 So save the date!

))))))))) July 13 to 23 (((((((((

This year the Summer Camp will take place in Amsterdam! (so no actual camp life, but don’t worry we are brewing a very exciting format)

The open call for participation will be shared early May! Stay tuned 📡

・゚

📭 The 7th H&D Bulletin – H&D's quasi-quarterly publication is available to read online and to order as printed matter (Riso printing! €8,00 + shipping costs).

・゚


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


Find the documentation of HDSC2024 here.

・゚

🍉 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.

・゚

📚 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!