Hackers & Designers: Difference between revisions

From Hackers & Designers
No edit summary
No edit summary
 
(281 intermediate revisions by 7 users not shown)
Line 2: Line 2:
|MainNavigation=No
|MainNavigation=No
}}
}}
'''HDSA2020 will take place remotely from July  20-25, 2020'''
__NOTOC__


[[File:Opencall.gif]]
===== 📻 Listen to [[Cloud Grrrround Radio Live Broadcast]]! =====


In the light of the COVID-19 pandemic Hackers & Designers acknowledges the importance of continuity and solidary action, thus proposes an alternative format for the 6th edition of the H&D Summer Academy. Without rendering the current events as an opportunity we restructured our annual H&D Summer Academy into a distributed workshop programme—taking place in one dedicated week in July! We have received a lot of exciting workshop proposals and are excited about potential of this year's summer academy.  
<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;


Are you interested in exploring the possibilties and boundaries of network infrastructures, inter-social and technical communication protocols, material implications of connectivity? You want to lift the fog off cloud concepts? Are you thinking through making? Are you looking for new challenges and cross-disciplinary collaboration? Join the H&D Summer Academy 2020!
to = setInterval(function(){
for(let i = 0; i < num; i++ ){
radios[i].removeAttribute("checked")
}


Check out our [[Open Call for participation HDSA2020: Network Imaginaries]]
radios[cur].setAttribute("checked", "checked");
cur++;
if(cur >= num) cur = 0;
}, 500);


'''BodyBuilding: A Platform in Transition'''


Our exhibition [[BodyBuilding. Inefficient Tool Building for Quantified Beings]] at Tetem in Enschede is currently closed for public due to COVID-19. H&D is working on means to share what we developed with our collaborators. Join our event '[[BodyBuilding: A Platform in Transition]] on 24 June where we launch a website dedicated to publishing works from the BodyBuilding exhibition. 
</script>
<style>
audio {
width: 100%;
}
</style>
</html>
Every other day at (or around) 20:00!


Stay tuned by signing up to our mailinglist and check [https://tetem.nl/event/tetem-gesloten-ivm-coronavirus-t-m-6-april-2020/ the website of Tetem].
・゚


'''Portable Respirator'''
===== 📯 Join [[HDSC2026 Clouds to Commons Public Program]]🥁 =====
Our collaborator [[Bongani Ricky Masuku]] designed a portable respirator for healthcare workers on the front line against the epidemic.
[[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.]]
He has made the project open source, so that the research project can be freely shared with academic institutes willing to try out the concept & test in effort to save lives. Find his slides [[Bongani Ricky Masuku | here]]


'''Want to receive updates?'''


Sign up for the H&D mailing list by sending an email to: [mailto:news-join@lists.hackersanddesigners.nl news-join@lists.hackersanddesigners.nl].
 
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 [[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 {
 
    position: fixed;
    z-index: 200;
    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;
}
 
</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]]
* [[Fake it! Fake them! Fake you! Fake us! 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] =====
 
・゚
 
===== '''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.=====
 
・゚
 
<small>
*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!
</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!