Cloud Grrrround Radio Live Broadcast: Difference between revisions

From Hackers & Designers
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 9: Line 9:
|Print=No
|Print=No
}}
}}
Live every other day from HDSC2026: Clouds to Commons!
 
===== 📻 Listen to [[Cloud Grrrround Radio Live 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>
<style>
audio {
width: 100%;
}
</style>
</html>
Every other day at (or around) 20:00!
 
・゚


[[File:CloudGroundRadio.jpg]]
[[File:CloudGroundRadio.jpg]]
Line 21: Line 81:
==Episode 3==
==Episode 3==
<htmltag tagname= "iframe" width="100%" height="166" scrolling="no" frameborder="no" allow="autoplay; encrypted-media" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/soundcloud%253Atracks%253A2364324722&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></htmltag>
<htmltag tagname= "iframe" width="100%" height="166" scrolling="no" frameborder="no" allow="autoplay; encrypted-media" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/soundcloud%253Atracks%253A2364324722&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></htmltag>
==Episode 4==
<htmltag tagname= "iframe" width="100%" height="166" scrolling="no" frameborder="no" allow="autoplay; encrypted-media" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/soundcloud%253Atracks%253A2365730852&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></htmltag>
==Episode 5==
<htmltag tagname= "iframe" width="100%" height="166" scrolling="no" frameborder="no" allow="autoplay; encrypted-media" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/soundcloud%253Atracks%253A2372938868&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></htmltag>
<htmltag tagname= "iframe" width="100%" height="166" scrolling="no" frameborder="no" allow="autoplay; encrypted-media" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/soundcloud%253Atracks%253A2372933237&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></htmltag>

Latest revision as of 14:39, 1 August 2026

Cloud Grrrround Radio Live Broadcast
Name Cloud Grrrround Radio Live Broadcast
Location The Cloud
Date 2026/07/23
Time 19:00
PeopleOrganisations Hackers & Designers
Type HDSC2026
Web Yes
Print No


📻 Listen to Cloud Grrrround Radio Live Broadcast!

                 
                 

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

・゚

CloudGroundRadio.jpg

Episode 1

Episode 2

Episode 3

Episode 4

Episode 5