Hackers & Designers: Difference between revisions

From Hackers & Designers
No edit summary
No edit summary
 
(114 intermediate revisions by 4 users not shown)
Line 2: Line 2:
|MainNavigation=No
|MainNavigation=No
}}
}}
__NOTOC__


Save the date: HDSC2024 will take place July 15 to 25 at [https://www.hetwildeweg.nl/ Het Wilde Weg] in the South of The Netherlands!
===== 📻 Listen to [[Cloud Grrrround Radio Live Broadcast]]! =====
An open call will circulate in April, stay tune and join our temporary village!
 
In the meantime find all the documentation of [https://hackersanddesigners.nl/events?type=hdsc2023 last year’s wonderful camp]
<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>
<style>
audio {
width: 100%;
}
</style>
</html>
Every other day at (or around) 20:00!


・゚
・゚
'''[[Solidarity with Palestine | 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 here.]]
'''


[[File:Screenshot-Octomode.png|thumb]]
===== 📯 Join [[HDSC2026 Clouds to Commons Public Program]]🥁 =====
[[File:HD Hmm 2.gif|thumb| Design by [https://fanfarefanfare.nl/ fanfare], Typefaces in use: Authentic Sans designed by Christina Janus and Desmond Wong mixed with NEKaTOENEa LaNdScApES designed by fanfare using Grid Type by Katharina Nejdl.]]
 
 
 
HDSC2026 runs from July 13 to 23 with an intensive hands-on program together with a group of 30+ participants. The public program aims to contextualise the Summer Camp and open up the reflection and processes of its hands-on trajectory to a wider audience. If you are curious about H&D's activities but never joined any, this is a great starting point. Join us for talks, performances, a field trip, a meal, and more, let's connect, start conversations, deconstruct and re-imagine "the Cloud"!


・゚
・゚


📡 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]'''
===== 📭 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). =====
<!--
・゚
<br>
<div class="radio_player">
===== 📻 Listen back to our =====
===== [[Pirat(e)s Radio Broadcast]] 📻 =====
</div>
 
<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>
console.log("hello from pipa pipa")
</script>


<style>
#svg-container {


📬 The third '''[[HD Bulletin 3|H&D Bulletin]]''' – H&D's new occasional publication is now available
    position: fixed;
to read online and soon to purchase as printed matter.
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;


    pointer-events: none;


📚 [[First, Then... Repeat. Workshop Scripts in Practice | ''First, Then... Repeat. Workshop Scripts in Practice'']], [[Network Imaginaries Publication| ''Network Imaginaries'']] and [[Coded Bodies Publication|''Coded Bodies'']] is still available! Contact us at [mailto:info@hackersanddesigners.nl 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:
.drawing {
* [[First, Then... Repeat. Workshop Scripts in Practice | ''First, Then... Repeat. Workshop Scripts in Practice'']]
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;
}
 
</style>
<script src="https://draw-it-with-others.org/hd-drw/drw.js" defer></script>
</html>
 
 
===== Find the documentation of [https://hackersanddesigners.nl/activities?type=hdsc2024 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. [[Solidarity with Palestine | Read our full statement.]] =====
 
・゚
 
===== 📚 [[First, Then... Repeat. Workshop Scripts in Practice | ''First, Then... Repeat. Workshop Scripts in Practice'']], [[Network Imaginaries Publication| ''Network Imaginaries'']] and [[Coded Bodies Publication|''Coded Bodies'']] is still available! Contact us at [mailto:info@hackersanddesigners.nl 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: =====
* [[First, Then... Repeat. Workshop Scripts in Practice | First, Then... Repeat. Workshop Scripts in Practice]]
* [[Coded Bodies Publication]]
* [[Coded Bodies Publication]]
* [[Fake it! Fake them! Fake you! Fake us! Publication]]
* [[Fake it! Fake them! Fake you! Fake us! Publication]]
* [[On & Off the Grid Publication]]
* [[On & Off the Grid Publication]]


・゚  
・゚


🎥 Learn about H&D's activities with ''Together, Decentralised'', our [https://www.youtube.com/watch?v=fsMxVA4UaPA&ab_channel=Krea Volumetric Interview] with [https://www.rgbdog.studio/ RGBdog]
===== 🎥 Learn about H&D's activities with 'Together, Decentralised', our [https://www.youtube.com/watch?v=fsMxVA4UaPA&ab_channel=Krea Volumetric Interview] with [https://www.rgbdog.studio/ RGBdog] =====


・゚
・゚


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


・゚
・゚


<small>
<small>
*''Support people living in Ukraine from the Netherlands: [[Ukraine Support]]''
*Support people living in Ukraine from the Netherlands: [[Ukraine Support]]
*To provide an environment of mutual respect that is safe and welcoming for all participants H&D wrote (and will continue writing, reviewing, and incorporating new insights) a Code of Conduct. This document intends to make explicit what it takes for us as a community to create such a safe environment and what to do when such an environment is under threat: [[Code of Conduct|H&D Code of Conduct]].
*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!
*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!
</small>
</small>

Latest revision as of 15:38, 20 July 2026

MainNavigation No


📻 Listen to Cloud Grrrround Radio Live Broadcast!

                 
                 

Every other day at (or around) 20:00!

・゚

📯 Join HDSC2026 Clouds to Commons Public Program🥁
Design by fanfare, Typefaces in use: Authentic Sans designed by Christina Janus and Desmond Wong mixed with NEKaTOENEa LaNdScApES designed by fanfare using Grid Type by Katharina Nejdl.


HDSC2026 runs from July 13 to 23 with an intensive hands-on program together with a group of 30+ participants. The public program aims to contextualise the Summer Camp and open up the reflection and processes of its hands-on trajectory to a wider audience. If you are curious about H&D's activities but never joined any, this is a great starting point. Join us for talks, performances, a field trip, a meal, and more, let's connect, start conversations, deconstruct and re-imagine "the Cloud"!

・゚

📭 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).

・゚

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