Archive for the 'international' Category

GentleJunk co. on festival Rdeče Zore in Slovenia, 10.03.2007.

Tuesday, February 27th, 2007

Performans TRANS/FORM together with BuraBend and Cunterview.net in Menza pri Koritu, Metelkova (Ljubljana, Slovenija) at 23h.

Research blog opened

Sunday, February 11th, 2007

We have opened a new blog for Free Culture Research in Brazil. It will follow travel in Brazil from 13th of March to begining of April. More >>

Croatia - Brazil cultural exchange

Friday, January 12th, 2007

For the second time Ministry of Culture Croatia will support project ‘Croatia&Brazil - Free Cultures’. After initial visit to Brazilian cultural centers last year, this year’s visit will be orientated towards research in Brazilian Free Culture. Cultural Centers and Free Culture activists will be visited and talks on possibilities of opening Brazilian Culture Center during Icommons Summmit in Dubrovnik will be discussed.
Research visit to Brazil will probably take place in late March. WordPress<meta content="OpenOffice.org 2.0 (Linux)" name="GENERATOR" /><meta content="k" name="AUTHOR" /><meta content="20070112;13555600" name="CREATED" /><meta content="16010101;0" name="CHANGED" /> blog will be opened soon and research material  will be accessible to all.</p> </div> <p class="postmetadata">Posted in <a href="http://gentlejunk.net/category/international/" title="View all posts in international" rel="category tag">international</a>, <a href="http://gentlejunk.net/category/newsvijesti/" title="View all posts in news/vijesti" rel="category tag">news/vijesti</a> | <a href="http://gentlejunk.net/2007/01/12/croatia-brazil-cultural-exchange/#respond" title="Comment on Croatia - Brazil cultural exchange">No Comments »</a></p> </div> <div class="post"> <h3 id="post-35"><a href="http://gentlejunk.net/2006/12/21/brasil-hrvatska-free-cultures-icommons/" rel="bookmark" title="Permanent Link to Brasil & Hrvatska - free cultures @ iCommons">Brasil & Hrvatska - free cultures @ iCommons</a></h3> <small>Thursday, December 21st, 2006</small> <div class="entry"> <p>Upcoming <a title="ISummit 2006" href="http://icommons.org/">iCommons Summit</a> in 2007 will happen in Dubrovnik, Croatia, between 15th and 17th of June. Primary conference venue will be <a rel="nofollow" title="http://www.dubrovnik.hr/revelin/index.htm" class="external text" href="http://www.dubrovnik.hr/revelin/index.htm">tower Revelin</a> and secondary conference and primary performance venue will be the ancient quarantine, <a rel="nofollow" title="http://members.shaw.ca/rlippiatt-long/index files/Page2346.htm" class="external text" href="http://members.shaw.ca/rlippiatt-long/index_files/Page2346.htm">Lazareti.</a><span class="external text" /></p> <p><span class="external text" />Incubated by Creative Commons, <a href="http://icommons.org/">iCommons</a> is an organisation with a broad vision to develop a united global commons front by collaborating with open content, access to knowledge, open access publishing and free culture communities around the world.</p> <p>Using the annual iCommons Summit as the main driver of this vision, iCommons will feature projects that encourage collaboration across borders and communities, and promote the tools, models and practice that facilitate universal participation in the cultural and knowledge domains.</p> <p>One of the suggested programms on iCommons Summit 2007 is workshop <a href="http://wiki.icommons.org/index.php/Programme#Brasil_.26_Hrvatska_-_free_cultures">‘Brasil and Hrvatska - free cultures’ </a>presentations that will promote exchange between projects in the areas of free culture, social technology, low tech labs and tactical media projets from Brasil and Croatia.</p> </div> <p class="postmetadata">Posted in <a href="http://gentlejunk.net/category/info/" title="View all posts in info" rel="category tag">info</a>, <a href="http://gentlejunk.net/category/international/" title="View all posts in international" rel="category tag">international</a> | <a href="http://gentlejunk.net/2006/12/21/brasil-hrvatska-free-cultures-icommons/#respond" title="Comment on Brasil & Hrvatska - free cultures @ iCommons">No Comments »</a></p> </div> <div class="navigation"> <div class="alignleft"></div> <div class="alignright"><a href="http://gentlejunk.net/category/international/page/2/">Next Entries »</a></div> </div> </div> <div id="sidebar"> <ul> <li><h2>GentleJunk co.</h2> <a href="http://gentlejunk.net">GentleJunk collective</a> is collaborative platform that offers possibilities for experimentation in multimedia and new media art. Collaborative works in social interventions and hacking, culture jamming, artivism, detournement and similar techniques are explored. Collaborate on artistic and artless imagination, work together, share ideas and invent concepts, de-construct and re-construct future and past, subvert. Meanwhile, visit <a href="http://gentlejunk.net/audio">GentleJunk NetLabel</a> </p> </li> <script language="JavaScript" type="text/JavaScript"> <!-- var _top=0 var _left=0 var _eventopen=false var distancecursorX=0 //Customize x offset of tooltip var distancecursorY=0 //Customize y offset of tooltip var offsetdivfrompointerX=5 //Customize x offset of tooltip DIV relative to pointer image var offsetdivfrompointerY=5 //Customize y offset of tooltip DIV relative to pointer image. Tip: Set it to (height_of_pointer_image-1). var ie=document.all var ns6=document.getElementById && !document.all function _show(_object) { if (document.getElementById){ subobj=document.getElementById(_object) _eventopen=true //subobj.style.width = 200 //subobj.style.height = 100 subobj.style.left=_left subobj.style.top=_top subobj.style.display="block" return false } else { return true } } function _close(subobj){ document.getElementById(subobj).style.display="none" _eventopen=false } function ietruebody(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } function mousepos(e) { if (_eventopen){ var nondefaultpos=false var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft; var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop; //Find out how close the mouse is to the corner of the window var winwidth=ie&&!window.opera? ietruebody().clientWidth : window.innerWidth-20 var winheight=ie&&!window.opera? ietruebody().clientHeight : window.innerHeight-20 var rightedge=ie&&!window.opera? winwidth-event.clientX-distancecursorX : winwidth-e.clientX-distancecursorX var bottomedge=ie&&!window.opera? winheight-event.clientY-distancecursorY : winheight-e.clientY-distancecursorY var leftedge=(distancecursorX<0)? distancecursorX*(-1) : -1000 //if the horizontal distance isn't enough to accomodate the width of the context menu if (rightedge<subobj.offsetWidth){ //move the horizontal position of the menu to the left by it's width subobj.style.left=curX-subobj.offsetWidth+"px" nondefaultpos=true } else if (curX<leftedge) subobj.style.left="5px" else{ //position the horizontal position of the menu where the mouse is positioned subobj.style.left=curX+distancecursorX-offsetdivfrompointerX+"px" } //same concept with the vertical position if (bottomedge<subobj.offsetHeight){ subobj.style.top=curY-subobj.offsetHeight-distancecursorY+"px" nondefaultpos=true } else{ subobj.style.top=curY+distancecursorY+offsetdivfrompointerY+"px" } subobj.style.visibility="visible" } // when _eventopen is false else { var nondefaultpos=false var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft; var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop; //Find out how close the mouse is to the corner of the window var winwidth=ie&&!window.opera? ietruebody().clientWidth : window.innerWidth-20 var winheight=ie&&!window.opera? ietruebody().clientHeight : window.innerHeight-20 var rightedge=ie&&!window.opera? winwidth-event.clientX-distancecursorX : winwidth-e.clientX-distancecursorX var bottomedge=ie&&!window.opera? winheight-event.clientY-distancecursorY : winheight-e.clientY-distancecursorY var leftedge=(distancecursorX<0)? distancecursorX*(-1) : -1000 //if the horizontal distance isn't enough to accomodate the width of the context menu if (rightedge<200){ //move the horizontal position of the menu to the left by it's width _left=curX+"px" nondefaultpos=true } else if (curX<leftedge) _left="5px" else{ //position the horizontal position of the menu where the mouse is positioned _left=curX+distancecursorX-offsetdivfrompointerX+"px" } //same concept with the vertical position if (bottomedge<100){ _top=curY-distancecursorY+"px" nondefaultpos=true } else{ _top=curY+distancecursorY+offsetdivfrompointerY+"px" } // end of _eventopen == false } } document.onmousemove=mousepos //--> </script> <table width="100%" cellspacing="0" cellpading="0" border="0"><tr><td><table width="100%" bgcolor="#d6e6ff" cellspacing="1" cellpadding="2" border="0" style="font-face: Verdana; font-size: 11px; text-align: center;"><tr bgcolor="#FFFFFF" style="color: #333333;"><td colspan="7"><table width="100%" cellspacing="0" cellpadding="0"><tr><td align="left"><a href="?month=-1"><img src="http://gentlejunk.net/wp-content/plugins/Calendar/images/arrow_left.gif" style="padding-left: 5px;" border="0"></a></td><td align="center">November 2008</td><td align="right"><a href="?month=1"><img src="http://gentlejunk.net/wp-content/plugins/Calendar/images/arrow_right.gif" style="padding-right: 5px;" border="0"></a></td></tr></table></td></tr><tr bgcolor="#b5d2ff" style="color: #333333;"><td align="center">M</td><td align="center">T</td><td align="center">W</td> <td align="center">T</td><td align="center">F</td><td align="center">S</td><td align="center">S</td></tr> <tr bgcolor="#FFFFFF" style="color: #333333;"><td> </td><td> </td><td> </td><td> </td><td> </td><td bgcolor="#e9f2ff" style="color: #333333;">1</td><td bgcolor="#e9f2ff" style="color: #333333;">2</td></tr> <tr bgcolor="#FFFFFF" style="color: #333333;"><td >3</td><td >4</td><td >5</td><td >6</td><td >7</td><td bgcolor="#e9f2ff" style="color: #333333;">8</td><td bgcolor="#e9f2ff" style="color: #333333;">9</td></tr> <tr bgcolor="#FFFFFF" style="color: #333333;"><td >10</td><td >11</td><td >12</td><td >13</td><td >14</td><td bgcolor="#e9f2ff" style="color: #333333;">15</td><td bgcolor="#e9f2ff" style="color: #333333;">16</td></tr> <tr bgcolor="#FFFFFF" style="color: #333333;"><td >17</td><td >18</td><td bgcolor="#99BBFF" style="color: #333333;">19</td><td >20</td><td >21</td><td bgcolor="#e9f2ff" style="color: #333333;">22</td><td bgcolor="#e9f2ff" style="color: #333333;">23</td></tr> <tr bgcolor="#FFFFFF" style="color: #333333;"><td >24</td><td >25</td><td >26</td><td >27</td><td >28</td><td bgcolor="#e9f2ff" style="color: #333333;">29</td><td bgcolor="#e9f2ff" style="color: #333333;">30</td></tr> </table></td></tr></table> </div> <div id="sidebar"> <li id="pages" class="widget widget_pages"> <h2 class="widgettitle">Pages</h2> <ul> <li class="page_item page-item-4"><a href="http://gentlejunk.net/about/" title="ABOUT">ABOUT</a></li> <li class="page_item page-item-116"><a href="http://gentlejunk.net/contacts/" title="CONTACTS">CONTACTS</a></li> <li class="page_item page-item-11"><a href="http://gentlejunk.net/audio/" title="GENTLEJUNK CO. NETLABEL">GENTLEJUNK CO. NETLABEL</a></li> </ul> </li> <li id="tag_cloud" class="widget widget_tag_cloud"><h2 class="widgettitle">Tags</h2> <a href='http://gentlejunk.net/tag/art-workshop-lazareti/' class='tag-link-63' title='1 topic' rel="tag" style='font-size: 8pt;'>Art Workshop Lazareti</a> <a href='http://gentlejunk.net/tag/audio/' class='tag-link-29' title='10 topics' rel="tag" style='font-size: 17pt;'>audio</a> <a href='http://gentlejunk.net/tag/belief/' class='tag-link-42' title='1 topic' rel="tag" style='font-size: 8pt;'>belief</a> <a href='http://gentlejunk.net/tag/brasil/' class='tag-link-62' title='1 topic' rel="tag" style='font-size: 8pt;'>brasil</a> <a href='http://gentlejunk.net/tag/cellular-automata-music/' class='tag-link-60' title='6 topics' rel="tag" style='font-size: 13pt;'>cellular automata music</a> <a href='http://gentlejunk.net/tag/circuit-bending/' class='tag-link-59' title='1 topic' rel="tag" style='font-size: 8pt;'>circuit bending</a> <a href='http://gentlejunk.net/tag/deconstructing/' class='tag-link-16' title='9 topics' rel="tag" style='font-size: 16pt;'>deconstructing</a> <a href='http://gentlejunk.net/tag/deconstruction/' class='tag-link-52' title='1 topic' rel="tag" style='font-size: 8pt;'>deconstruction</a> <a href='http://gentlejunk.net/tag/dorkbot/' class='tag-link-61' title='1 topic' rel="tag" style='font-size: 8pt;'>dorkbot</a> <a href='http://gentlejunk.net/tag/events/' class='tag-link-30' title='11 topics' rel="tag" style='font-size: 18pt;'>events</a> <a href='http://gentlejunk.net/tag/exhibitions/' class='tag-link-54' title='3 topics' rel="tag" style='font-size: 10pt;'>exhibitions</a> <a href='http://gentlejunk.net/tag/festivals/' class='tag-link-53' title='7 topics' rel="tag" style='font-size: 14pt;'>festivals</a> <a href='http://gentlejunk.net/tag/free-culture/' class='tag-link-41' title='2 topics' rel="tag" style='font-size: 9pt;'>free culture</a> <a href='http://gentlejunk.net/tag/free-media/' class='tag-link-36' title='3 topics' rel="tag" style='font-size: 10pt;'>free media</a> <a href='http://gentlejunk.net/tag/fwp/' class='tag-link-51' title='1 topic' rel="tag" style='font-size: 8pt;'>FWP</a> <a href='http://gentlejunk.net/tag/gentlejunk-netlabel/' class='tag-link-31' title='9 topics' rel="tag" style='font-size: 16pt;'>GentleJunk NetLabel</a> <a href='http://gentlejunk.net/tag/gentlejunk-sticker/' class='tag-link-21' title='1 topic' rel="tag" style='font-size: 8pt;'>gentlejunk sticker</a> <a href='http://gentlejunk.net/tag/instalations/' class='tag-link-57' title='1 topic' rel="tag" style='font-size: 8pt;'>instalations</a> <a href='http://gentlejunk.net/tag/interventions/' class='tag-link-55' title='2 topics' rel="tag" style='font-size: 9pt;'>interventions</a> <a href='http://gentlejunk.net/tag/music/' class='tag-link-10' title='15 topics' rel="tag" style='font-size: 22pt;'>music</a> <a href='http://gentlejunk.net/tag/online/' class='tag-link-58' title='4 topics' rel="tag" style='font-size: 11pt;'>online</a> <a href='http://gentlejunk.net/tag/photos/' class='tag-link-22' title='12 topics' rel="tag" style='font-size: 19pt;'>photos</a> <a href='http://gentlejunk.net/tag/poetry/' class='tag-link-50' title='1 topic' rel="tag" style='font-size: 8pt;'>poetry</a> <a href='http://gentlejunk.net/tag/presentation/' class='tag-link-20' title='1 topic' rel="tag" style='font-size: 8pt;'>presentation</a> <a href='http://gentlejunk.net/tag/propaganda/' class='tag-link-40' title='1 topic' rel="tag" style='font-size: 8pt;'>propaganda</a> <a href='http://gentlejunk.net/tag/psychogeography/' class='tag-link-64' title='1 topic' rel="tag" style='font-size: 8pt;'>Psychogeography</a> <a href='http://gentlejunk.net/tag/research/' class='tag-link-19' title='3 topics' rel="tag" style='font-size: 10pt;'>research</a> <a href='http://gentlejunk.net/tag/semantics/' class='tag-link-24' title='2 topics' rel="tag" style='font-size: 9pt;'>semantics</a> <a href='http://gentlejunk.net/tag/software/' class='tag-link-33' title='1 topic' rel="tag" style='font-size: 8pt;'>software</a> <a href='http://gentlejunk.net/tag/sound/' class='tag-link-37' title='8 topics' rel="tag" style='font-size: 15pt;'>sound</a> <a href='http://gentlejunk.net/tag/study/' class='tag-link-32' title='1 topic' rel="tag" style='font-size: 8pt;'>study</a> <a href='http://gentlejunk.net/tag/synchronicity/' class='tag-link-26' title='2 topics' rel="tag" style='font-size: 9pt;'>synchronicity</a> <a href='http://gentlejunk.net/tag/urban/' class='tag-link-56' title='3 topics' rel="tag" style='font-size: 10pt;'>urban</a> <a href='http://gentlejunk.net/tag/video/' class='tag-link-9' title='12 topics' rel="tag" style='font-size: 19pt;'>video</a> <a href='http://gentlejunk.net/tag/zid-buke/' class='tag-link-27' title='1 topic' rel="tag" style='font-size: 8pt;'>zid buke</a></li> <li id="feed-buttons" class="widget podPress_feedButtons"><h2 class="widgettitle">Podcast Feeds</h2> <ul> <li><a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id="><img src="http://gentlejunk.net/wp-content/plugins/podpress/images/button_itunes.png" border="0" alt="View in iTunes"/></a></li> <li><a href="http://gentlejunk.net/?feed=podcast"><img src="http://gentlejunk.net/wp-content/plugins/podpress/images/button_rss_podcast.png" border="0" alt="Any Podcatcher"/></a></li> </ul> </li> <li id="linkcat-11" class="widget widget_links"><h2 class="widgettitle">Links</h2> <ul class='xoxo blogroll'> <li><a href="http://www.addlimb.org/">ADDLIMB</a></li> <li><a href="http://www.archive.org/index.php" title="arhiva">Archive.org</a></li> <li><a href="http://www.uke.hr/EEII" title="Experimental Electronic Interventions">EEII</a></li> <li><a href="http://www.uke.hr/brazil" title="Brazil Croatia exchange in free open culture">FREE OPEN CULTURE EXCHANGE</a></li> <li><a href="http://stanicamir.org/" title="free internet radio network">FRSM</a></li> <li><a href="http://www.gentlejunk.net/projects" title="GentleJunk projects WIKI">GentleJunk projects WIKI</a></li> <li><a href="http://www.impromondays.net/" title="improsessions on mondays">IMPROMONDAYS</a></li> <li><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=388355407" title="CroBrasilian noise multimedia act">LiveNoiseTupi</a></li> <li><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=388355407" title="CroBrasilian noise mu">LiveNoiseTupi</a></li> <li><a href="http://mmkamp.gentlejunk.net" title="Multimedia camp">MMKamp</a></li> <li><a href="http://myspace.com/zidbuke" title="zid.buke/noise.wall myspace">NOISE WALL</a></li> <li><a href="http://opsound.org/" title="Free Love, Free Music.">OPENSOUND</a></li> </ul> </li> <li id="categories-1" class="widget widget_categories"><h2 class="widgettitle">Categories</h2> <ul> <li class="cat-item cat-item-14"><a href="http://gentlejunk.net/category/art/" title="View all posts filed under art">art</a> </li> <li class="cat-item cat-item-6"><a href="http://gentlejunk.net/category/bizarno/" title="View all posts filed under bizarno">bizarno</a> </li> <li class="cat-item cat-item-5"><a href="http://gentlejunk.net/category/callpoziv/" title="View all posts filed under call/poziv">call/poziv</a> </li> <li class="cat-item cat-item-15"><a href="http://gentlejunk.net/category/constructing/" title="View all posts filed under constructing">constructing</a> </li> <li class="cat-item cat-item-16"><a href="http://gentlejunk.net/category/deconstructing/" title="View all posts filed under deconstructing">deconstructing</a> </li> <li class="cat-item cat-item-18"><a href="http://gentlejunk.net/category/gj-netlabel-releases/" title="View all posts filed under GJ NetLabel releases">GJ NetLabel releases</a> </li> <li class="cat-item cat-item-4"><a href="http://gentlejunk.net/category/info/" title="View all posts filed under info">info</a> </li> <li class="cat-item cat-item-8 current-cat"><a href="http://gentlejunk.net/category/international/" title="View all posts filed under international">international</a> </li> <li class="cat-item cat-item-10"><a href="http://gentlejunk.net/category/music/" title="View all posts filed under music">music</a> </li> <li class="cat-item cat-item-7"><a href="http://gentlejunk.net/category/najavaannouncement/" title="View all posts filed under najava/announcement">najava/announcement</a> </li> <li class="cat-item cat-item-3"><a href="http://gentlejunk.net/category/newsvijesti/" title="View all posts filed under news/vijesti">news/vijesti</a> </li> <li class="cat-item cat-item-13"><a href="http://gentlejunk.net/category/photo/" title="View all posts filed under photo">photo</a> </li> <li class="cat-item cat-item-20"><a href="http://gentlejunk.net/category/presentation/" title="View all posts filed under presentation">presentation</a> </li> <li class="cat-item cat-item-19"><a href="http://gentlejunk.net/category/research/" title="View all posts filed under research">research</a> </li> <li class="cat-item cat-item-17"><a href="http://gentlejunk.net/category/sketch/" title="View all posts filed under sketch">sketch</a> </li> <li class="cat-item cat-item-9"><a href="http://gentlejunk.net/category/video/" title="View all posts filed under video">video</a> </li> </ul> </li> <li id="archives" class="widget widget_archive"><h2 class="widgettitle">Archives</h2> <ul> <li><a href='http://gentlejunk.net/2008/11/' title='November 2008'>November 2008</a></li> <li><a href='http://gentlejunk.net/2008/10/' title='October 2008'>October 2008</a></li> <li><a href='http://gentlejunk.net/2008/09/' title='September 2008'>September 2008</a></li> <li><a href='http://gentlejunk.net/2008/08/' title='August 2008'>August 2008</a></li> <li><a href='http://gentlejunk.net/2008/07/' title='July 2008'>July 2008</a></li> <li><a href='http://gentlejunk.net/2008/06/' title='June 2008'>June 2008</a></li> <li><a href='http://gentlejunk.net/2008/03/' title='March 2008'>March 2008</a></li> <li><a href='http://gentlejunk.net/2008/02/' title='February 2008'>February 2008</a></li> <li><a href='http://gentlejunk.net/2008/01/' title='January 2008'>January 2008</a></li> <li><a href='http://gentlejunk.net/2007/12/' title='December 2007'>December 2007</a></li> <li><a href='http://gentlejunk.net/2007/11/' title='November 2007'>November 2007</a></li> <li><a href='http://gentlejunk.net/2007/10/' title='October 2007'>October 2007</a></li> <li><a href='http://gentlejunk.net/2007/09/' title='September 2007'>September 2007</a></li> <li><a href='http://gentlejunk.net/2007/08/' title='August 2007'>August 2007</a></li> <li><a href='http://gentlejunk.net/2007/07/' title='July 2007'>July 2007</a></li> <li><a href='http://gentlejunk.net/2007/06/' title='June 2007'>June 2007</a></li> <li><a href='http://gentlejunk.net/2007/05/' title='May 2007'>May 2007</a></li> <li><a href='http://gentlejunk.net/2007/04/' title='April 2007'>April 2007</a></li> <li><a href='http://gentlejunk.net/2007/03/' title='March 2007'>March 2007</a></li> <li><a href='http://gentlejunk.net/2007/02/' title='February 2007'>February 2007</a></li> <li><a href='http://gentlejunk.net/2007/01/' title='January 2007'>January 2007</a></li> <li><a href='http://gentlejunk.net/2006/12/' title='December 2006'>December 2006</a></li> <li><a href='http://gentlejunk.net/2006/11/' title='November 2006'>November 2006</a></li> </ul> </li> <li id="meta" class="widget widget_meta"> <h2 class="widgettitle">Meta</h2> <ul> <li><a href="http://gentlejunk.net/wp-login.php">Log in</a></li> <li><a href="http://gentlejunk.net/feed/" title="Syndicate this site using RSS 2.0">Entries <abbr title="Really Simple Syndication">RSS</abbr></a></li> <li><a href="http://gentlejunk.net/comments/feed/" title="The latest comments to all posts in RSS">Comments <abbr title="Really Simple Syndication">RSS</abbr></a></li> <li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress.org</a></li> </ul> </li> <li id="rss-212273421" class="widget widget_rss"><h2 class="widgettitle"><a class='rsswidget' href='http://www.uke.hr/BR-HR/?feed=rss2' title='Syndicate this content'><img style='background:orange;color:white;border:none;' width='14' height='14' src='http://gentlejunk.net/wp-includes/images/rss.png' alt='RSS' /></a> <a class='rsswidget' href='http://www.uke.hr/BR-HR' title='EXCHANGE IN FREE OPEN CULTURE'>BR-HR EXCHANGE</a></h2> <ul><li><a class='rsswidget' href='http://www.uke.hr/BR-HR/?p=102' title=''>CultureRobot on HAIP</a> <span class="rss-date">November 12, 2008</span><div class='rssSummary'>During HAIP festival in Ljubljana Palmieri Ricardo and Kruno Jošt mounted CultureRobot installation at cybercafe and culture center Kiberpipa. Cultural points in Ljubljana have been marked on the map: Robots movement was tracked by infrared camera on the map. They have mounted diodes on the top. In the video development can be seen in new design [...]</div> <cite>admin</cite></li><li><a class='rsswidget' href='http://www.uke.hr/BR-HR/?p=101' title=''>CultureRobot preparations</a> <span class="rss-date">October 31, 2008</span><div class='rssSummary'>Culture exchange program has made it possible for Kruno Jošt and Ricardo Palmieri to present installation CultureRobot at festival HAIP 08. CultureRobot is participatory interactive installation that raises awareness of social and political sphere that is affecting autonomous cultural sphere in Ljubljana. “The HAIP Festival puts on display multimedia art forms resulting from creative use of open [...]</div> <cite>admin</cite></li><li><a class='rsswidget' href='http://www.uke.hr/BR-HR/?p=100' title=''>Interview with Bruno Vianna</a> <span class="rss-date">October 2, 2008</span><div class='rssSummary'>Interview with Bruno Vianna, filmmaker and new media artist from Brasil, Rio de Janeiro. Bruno talks about free culture, interactivity in new media and film making, sharing and distribution over new networks, about precarious work and creative industry in Brasil, governmental founding, etc. He was one of the organizers of Dorkbot Rio. Bruno Vianna from genteljunk on [...]</div> <cite>admin</cite></li><li><a class='rsswidget' href='http://www.uke.hr/BR-HR/?p=99' title=''>semaninha agitada, 20 speakers independentes e muita coisa pra aprender.</a> <span class="rss-date">July 8, 2008</span><div class='rssSummary'>legal, chegou a hora de falar de trabalho - como se ate agora tudo tivesse sido soh gandaia e lazer. estamos aqui em dubrovnil cumprindo o tradicional MMKamp, versao 2008. aqui neste link voce pode conferir a turma que ja andou participando desta e de outras versoes do evento. a semana do dia primeiro de julho comecou de [...]</div> <cite>palm</cite></li><li><a class='rsswidget' href='http://www.uke.hr/BR-HR/?p=98' title=''>enquanto isso, em dubrovnik…</a> <span class="rss-date">July 3, 2008</span><div class='rssSummary'>bom, chegamos em dubrovnik no dia 30/07, depois de uma viagem de quase 12 horas por toda a costa croata, vindo de zagreb, passando por split e com direito a uma cruzadinha de fronteira com a bosnia-herzegovina. cidade cheia de turistas de toda parte do mundo: croacia, alemanha, italia, austria, japao, china, eu do brasil e [...]</div> <cite>palm</cite></li><li><a class='rsswidget' href='http://www.uke.hr/BR-HR/?p=97' title=''>NetLabel things, jet-LADSPA e os hrvatski drugues</a> <span class="rss-date">July 2, 2008</span><div class='rssSummary'>entao, nao estou muito inspirado para uma longa narrativa sobre o dia-a-dia na vida na hrvatska como no post anterior. por esta razao vou postar um monte links que contam de forma mais rizomatica esta semana aqui em krizevci. entao, comecemos pela ordem Križevci - Wikipedia, the free encyclopedia JACK Rack Croatia - Dalmatia - Prices of [...]</div> <cite>palm</cite></li><li><a class='rsswidget' href='http://www.uke.hr/BR-HR/?p=95' title=''>tensao, jet-lag, lingua estranha… e ta tudo em casa!</a> <span class="rss-date">June 27, 2008</span><div class='rssSummary'> pois eh. pra mim a coisa comecou uns dias antes da viagem, quando eu acessei http://learn-croatian.com/ .pensei  “agora sim, com estas dicas basicas eu vou falar croata com uma fluencia absurda”. pobre engano que soh foi percebido ao entrar no aviao da Lufthansa, e sentar ao lado de um senhor muito comunicativo que tambem estava [...]</div> <cite>palm</cite></li><li><a class='rsswidget' href='http://www.uke.hr/BR-HR/?p=94' title=''>Deconstructing in heart of Rio</a> <span class="rss-date">June 25, 2008</span><div class='rssSummary'>During opening session of Dorkbot Rio a team of deconstructionalists have performed once again. This time a ‘Fusca’ (popular Beetle or Volkswagen) produced in 1968 was carved down on 24th May 2008, 40 years after it was produced and 40 years after counterculture and those revolutionary days which are so much evoked in the Brazilian [...]</div> <cite>admin</cite></li><li><a class='rsswidget' href='http://www.uke.hr/BR-HR/?p=92' title=''>Free culture events @ Circo Voador, RJ</a> <span class="rss-date">May 19, 2008</span><div class='rssSummary'>Circo Voador is a cultural space in the middle of the Rio da Janeiro neighborhood called Lapa.It started almost 30 years ago under a circus structure, and it was the place where most of the best known brazilian rock bands had their first gigs. At one point it was closed by city mayer. The story [...]</div> <cite>admin</cite></li><li><a class='rsswidget' href='http://www.uke.hr/BR-HR/?p=91' title=''>OIDARADIO</a> <span class="rss-date">May 16, 2008</span><div class='rssSummary'> Kruno Jošt (CRO) presented sonic live session at OIDARADIO in Sao Paulo, Brazil, on Friday 09/05/08 at 16h. OIDARADIO is a temporary net radio station that is hosted by the institution Paço Das Artes for one month period. During this period an international group show brings together artists, experimental musicians, critics, curators and DJs to [...]</div> <cite>admin</cite></li></ul></li> <li id="rss-212278511" class="widget widget_rss"><h2 class="widgettitle"><a class='rsswidget' href='http://mmkamp.gentlejunk.net/feed/' title='Syndicate this content'><img style='background:orange;color:white;border:none;' width='14' height='14' src='http://gentlejunk.net/wp-includes/images/rss.png' alt='RSS' /></a> <a class='rsswidget' href='http://mmkamp.gentlejunk.net' title='Multimedia camp - place where artist, tactical media activists and free media meets'>MMKamp & Free Traveling Radio</a></h2> <ul><li><a class='rsswidget' href='http://mmkamp.gentlejunk.net/2008/10/13/ftr-moje-tvoje-nase-fair/' title=''>FTR @ Moje, tvoje, naše Fair</a> <span class="rss-date">October 13, 2008</span><div class='rssSummary'>This is roof view where antena of Free Traveling Radio was placed on the top of Croatian Cultural Club Sušak. FTR was a part of Mine, Yours, Ours Fair (Moje, tvoje, naše) happening yearly in town of Rijeka, Croatia. FTR was placed among desks where music distributions, zines, books, pamphlets and other informational materials could be [...]</div> <cite>admin</cite></li><li><a class='rsswidget' href='http://mmkamp.gentlejunk.net/2008/07/18/bloging-from-palmieri-ricardo-at-mmkamp/' title=''>Bloging from Palmieri Ricardo at MMkamp</a> <span class="rss-date">July 18, 2008</span><div class='rssSummary'>Extensive blogging on MMKamp activities can be found here: http://www.uke.hr/BR-HR/ A movie from the final performance at MMKamp </div> <cite>admin</cite></li><li><a class='rsswidget' href='http://mmkamp.gentlejunk.net/2008/07/03/mmkamp-08-started/' title=''>MMKamp ‘08 started</a> <span class="rss-date">July 3, 2008</span><div class='rssSummary'> MMKamp ‘08 started on Tuesday 02nd July. Artists and scientist from Switzerland, Croatia and Brazil will exchange knowledge and collaborate on sound situations that could be created in space of dodecahedron sound installation. This installations has been constructed and build during 2 years project in ICST Zurich and has it’s first installment at [...]</div> <cite>admin</cite></li><li><a class='rsswidget' href='http://mmkamp.gentlejunk.net/2008/03/27/mmkamp-08-planing/' title=''>MMKamp 08 planing</a> <span class="rss-date">March 27, 2008</span><div class='rssSummary'>MMKamp 08 is planed in Art Workshop Lazareti, Dubrovnik, Croatia,  from 30. of June to 12th of July ‘08. Program and preparation can be found on MMKamp WIKI. Guests from Chille, Brasil, New Zeland, Switzerland, Belgium and Slovakia are expected, as well as from Crotia and Slovenia. </div> <cite>admin</cite></li><li><a class='rsswidget' href='http://mmkamp.gentlejunk.net/2008/01/11/177/' title=''>Towards EU Free Media Policies</a> <span class="rss-date">January 11, 2008</span><div class='rssSummary'>Round table under name ‘Towards EU Free Media Policies’ was held in Croatian Journalists Society on 9th January 2008. Helmut Peissl, Alex Robin and Vincent Delpech (Community Media Forum Europe) were here to talk about non profit radio praxis in EU. round table was organized by NGO ‘Nemesis’. 2 hours audio (english) was captured during [...]</div> <cite>admin</cite></li><li><a class='rsswidget' href='http://mmkamp.gentlejunk.net/2007/11/12/fona-07/' title=''>Free Traveling Radio @ FONA 07 festival</a> <span class="rss-date">November 12, 2007</span><div class='rssSummary'>Free Radio was a part of Festival of New Art (FONA) in Rijeka. It started broadcasting on 89.0 FM on 9th of September and was broadcasting from 14h until 24 h. FONA took place in multimedia Center ‘Palach’ in ‘OK Gallery’ and was curated by Branko Cerovac. MMC Palach is for more than a decade place [...]</div> <cite>admin</cite></li><li><a class='rsswidget' href='http://mmkamp.gentlejunk.net/2007/11/08/preparations-for-fona-festival/' title=''>Preparations for FONA festival</a> <span class="rss-date">November 8, 2007</span><div class='rssSummary'>Free Traveling Radio will broadcast on FONA 07 - Festival of New Art in Rijeka, Croatia. FONA 07 theme is UMJETNOST I KRIMINAL / ART&CRIMINALITY. Exhibitions, performances and other program will be happening at CLUB PALACH, GALERIJA O.K., M.O.N.A. from 09.11.-11.11.2007. The preparations are starting with choosing a right freqvency (89.0 mHz) and putting antenna on [...]</div> <cite>admin</cite></li><li><a class='rsswidget' href='http://mmkamp.gentlejunk.net/2007/08/30/172/' title=''>Free Traveling Radio @ ‘Nepokoreni grad’ festival</a> <span class="rss-date">August 30, 2007</span><div class='rssSummary'>During the first couple of days at ‘Nepokoreni grad’ (Unconquered City) festival in Karlovac, Free Traveling Radio Crew (Djahjah, Maris, Anna, Tatiana, Lesh and Kruno) has been working on radio streaming over FRSM a well as FM radio on 99.0. Radio was working 24 hours for two days on 25th and 26th of august 2007. Preparations [...]</div> <cite>admin</cite></li><li><a class='rsswidget' href='http://mmkamp.gentlejunk.net/2007/08/28/free-traveling-radio-nepokoreni-grad-festival/' title=''>Simfonia no 1.</a> <span class="rss-date">August 28, 2007</span><div class='rssSummary'>Djahjah made an audio pice “Sinfonia nº1 - dos atentados terroristas e dos financiamentos estatais” on his newly finished instrument ‘Weird Sound Generator’. </div> <cite>admin</cite></li><li><a class='rsswidget' href='http://mmkamp.gentlejunk.net/2007/08/28/2nd-line-performance/' title=''>2nd Line performance</a> <span class="rss-date">August 28, 2007</span><div class='rssSummary'>Anna and Djahjah are making a performance using the possibilities of 2nd Line, Steve Buchanan invention which transforms a dance into music. 2nd line uses a board and piezzo microphones that are connected with midi sound bank. By stepping n the board you can choose which instruments you want to play. </div> <cite>admin</cite></li></ul></li> <li id="search" class="widget widget_search"><li><form method="get" id="searchform" action="http://gentlejunk.net/"> <div><input type="text" value="" name="s" id="s" /> <input type="submit" id="searchsubmit" value="Search" /></li> </div> </form> </li> </div> <hr /> <div id="footer"> <p> GentleJunk co. is powered by WordPress 2.6.1.<br /> 27 mySQL queries executed in 0.275 seconds. </p> </div> </div> <div id="podPress_footer" style="display: block; text-align: center;"><cite>Podcast Powered by <a href="http://www.mightyseek.com/podpress/" title="podPress, the dream plugin for podcasting with WordPress"><strong>podPress (v8.8)</strong></a></cite></div></body> </html>