Hackers & Designers: Difference between revisions

From Hackers & Designers
No edit summary
No edit summary
 
(323 intermediate revisions by 7 users not shown)
Line 2: Line 2:
|MainNavigation=No
|MainNavigation=No
}}
}}
{{#ev:youtube|zpq0cFM7vSk}}
__NOTOC__


Hackers & Designers kicks off the [[H&D Summer Academy – Fake it! Fake them! Fake you! Fake us!|4th edition of the H&D Summer Academy]] by inviting hackers/designers/makers/artists to come together to establish a critical perspective on truth as such. Who owns information? Who directs data flows and who enables or limits access to information? Living and working in a post-truth reality how can we stay or become informed users and critical makers? Can we (re)build independent environments that shape our practices?
===== 📻 Listen to [[Cloud Grrrround Radio Live Broadcast]]! =====


Join our upcoming [[Fake it! HDSA End Program at Butcher's Tears|Public Event]] at Butcher's Tears with all HDSA2018 participants, music, food, beers!
<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;


Follow our process on our [https://www.youtube.com/watch?v=IFXIj7cK0TQ&list=PL-so9IFqQ0Y4m-c84McJ6N73uq5uT8Ze-&index=1 HDSA 2018 Youtube Channel]!
to = setInterval(function(){
for(let i = 0; i < num; i++ ){
radios[i].removeAttribute("checked")
}


Our [[H&D Summer Talks 2018]] are now online as [https://www.youtube.com/watch?v=aN1aXN6Dglc&list=PL-so9IFqQ0Y4WyhG5hHQn0pkYBHyltdYk videos] or [https://soundcloud.com/fanfarefanfarefanfare/sets/hackers-and-designers-summer podcasts]!
radios[cur].setAttribute("checked", "checked");
cur++;
if(cur >= num) cur = 0;
}, 500);


Stay up to date about upcoming activities: Sign up for our [http://eepurl.com/bjue1D newsletter].


[[File:HDSA Facebook3.jpg|thumb]]
</script>
<style>
audio {
width: 100%;
}
</style>
</html>
Every other day at (or around) 20:00!


[[Category:Article]]
・゚
 
===== 📯 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"!
 
・゚
 
===== 📭 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!