<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:media="http://search.yahoo.com/mrss/"
	
	>

<channel>
	<title>d.flah</title>
	<link>https://worldwidedylan.com</link>
	<description>d.flah</description>
	<pubDate>Sun, 12 Nov 2023 19:34:36 +0000</pubDate>
	<generator>https://worldwidedylan.com</generator>
	<language>en</language>
	
		
	<item>
		<title>listing</title>
				
		<link>https://worldwidedylan.com/listing</link>

		<pubDate>Sat, 04 Sep 2021 17:27:51 +0000</pubDate>

		<dc:creator>d.flah</dc:creator>

		<guid isPermaLink="true">https://worldwidedylan.com/listing</guid>

		<description>

sort



document.getElementById("add").onclick  = function() {
    var node = document.createElement("Li");
    var text = document.getElementById("idea").value; 
    var textnode=document.createTextNode(text);
    node.appendChild(textnode);
    document.getElementById("list").appendChild(node);
}

	var input = document.getElementById("idea");
	input.addEventListener("keyup", function(event) {
    if (event.keyCode === 13) {
        event.preventDefault();
        document.getElementById("add").click();
        event.currentTarget.value = "";
    }
});







function sortListDir() {
  var list, i, switching, b, shouldSwitch, dir, switchcount = 0;
  list = document.getElementById("list");
  switching = true;
  // Set the sorting direction to ascending:
  dir = "asc"; 
  // Make a loop that will continue until no switching has been done:
  while (switching) {
    // start by saying: no switching is done:
    switching = false;
    b = list.getElementsByTagName("LI");
    // Loop through all list-items:
    for (i = 0; i &#60; (b.length - 1); i++) {
      //start by saying there should be no switching:
      shouldSwitch = false;
      /* check if the next item should switch place with the current item,
      based on the sorting direction (asc or desc): */
      if (dir == "asc") {
        if (b[i].innerHTML.toLowerCase() &#62; b[i + 1].innerHTML.toLowerCase()) {
          /* if next item is alphabetically lower than current item,
          mark as a switch and break the loop: */
          shouldSwitch = true;
          break;
        }
      } else if (dir == "desc") {
        if (b[i].innerHTML.toLowerCase() &#60; b[i + 1].innerHTML.toLowerCase()) {
          /* if next item is alphabetically higher than current item,
          mark as a switch and break the loop: */
          shouldSwitch= true;
          break;
        }
      }
    }
    if (shouldSwitch) {
      /* If a switch has been marked, make the switch
      and mark that a switch has been done: */
      b[i].parentNode.insertBefore(b[i + 1], b[i]);
      switching = true;
      // Each time a switch is done, increase switchcount by 1:
      switchcount ++;
    } else {
      /* If no switching has been done AND the direction is "asc",
      set the direction to "desc" and run the while loop again. */
      if (switchcount == 0 &#38;&#38; dir == "asc") {
        dir = "desc";
        switching = true;
      }
    }
  }
}












input {
  background-color:white;
  border: none;
  text-align: left;
  padding: 0px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  
  font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Icons;
	font-style: normal;
	line-height: 1;
}
input[type=submit]:hover{
  opacity: 0.2;
  cursor:pointer;}
input[type=text] {
  border-bottom: 1.2px solid black;
  color: black;
 }
button {
  background-color:white;
  border: none;
  text-align: left;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Icons;
	font-style: normal;
	line-height: 1.4;
}
ul {
  list-style: none;
  font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Icons;
	font-style: normal;
	line-height: 1.4;
}

ul li:before{
   content: '';
   position: absolute;
   border:none;
}
 </description>
		
	</item>
		
		
	<item>
		<title>cork servise</title>
				
		<link>https://worldwidedylan.com/cork-servise</link>

		<pubDate>Mon, 03 Jan 2022 00:34:04 +0000</pubDate>

		<dc:creator>d.flah</dc:creator>

		<guid isPermaLink="true">https://worldwidedylan.com/cork-servise</guid>

		<description>cork servise
a free paper librarytake a thing, leave a thing
exists mostly in grassy parks or schools, some weekends whenever it gets put out.
cork servise will also publish anything you see fit, if needed.

corkservise at gmailp.o. box 16064sd, ca 92176



&#60;img width="3024" height="4032" width_o="3024" height_o="4032" data-src="https://freight.cargo.site/t/original/i/65bd3d7f5ecd0d0d962f19781c1a25217ebd049e0bb50bc40d0483644362d8ae/IMG_4001.JPG" data-mid="128782576" border="0"  src="https://freight.cargo.site/w/1000/i/65bd3d7f5ecd0d0d962f19781c1a25217ebd049e0bb50bc40d0483644362d8ae/IMG_4001.JPG" /&#62;
&#60;img width="3024" height="4032" width_o="3024" height_o="4032" data-src="https://freight.cargo.site/t/original/i/59478465c3818651a5d40987e212455f88da94637f4db1b35ee4cfbfada07be5/IMG_4002.JPG" data-mid="128782577" border="0"  src="https://freight.cargo.site/w/1000/i/59478465c3818651a5d40987e212455f88da94637f4db1b35ee4cfbfada07be5/IMG_4002.JPG" /&#62;


</description>
		
	</item>
		
		
	<item>
		<title>collate</title>
				
		<link>https://worldwidedylan.com/collate</link>

		<pubDate>Sat, 07 Aug 2021 17:06:35 +0000</pubDate>

		<dc:creator>d.flah</dc:creator>

		<guid isPermaLink="true">https://worldwidedylan.com/collate</guid>

		<description>collate

sent through the mail, collate is a periodical of somewhat organized groupings of my diary and daily musings. a collation, if you will, of my days from one release to the next. somewhat quarterly, and always accepting submissions. email or snail mail to be added to the mailing list or even just to chat.

scans below are previous issues if your address is a private domain, or maybe you prefer the dig. a deal for bad scans. contact me for digital files.

issue four, december 2021
included in this mailing: a poster courtesy PRESS PRESS (24”x36”), three cards with some text on them (3.5”x2”), and a 2022 calendar (11”x5.66”).
&#60;img width="3375" height="5175" width_o="3375" height_o="5175" data-src="https://freight.cargo.site/t/original/i/115de3c621962d92f6dc2dddf4432ac91f2fcb0299697f9ac6fea6d8a99aec7f/collate-four-01.jpg" data-mid="128353807" border="0"  src="https://freight.cargo.site/w/1000/i/115de3c621962d92f6dc2dddf4432ac91f2fcb0299697f9ac6fea6d8a99aec7f/collate-four-01.jpg" /&#62;
&#60;img width="3376" height="5175" width_o="3376" height_o="5175" data-src="https://freight.cargo.site/t/original/i/25f5153d2567d6f00c95292d79eac5c75af6a28fec95c858e350d3ef352d1066/collate-four-02.jpg" data-mid="128353806" border="0"  src="https://freight.cargo.site/w/1000/i/25f5153d2567d6f00c95292d79eac5c75af6a28fec95c858e350d3ef352d1066/collate-four-02.jpg" /&#62;

&#60;img width="2550" height="3509" width_o="2550" height_o="3509" data-src="https://freight.cargo.site/t/original/i/cbf2fb2dbf2d0db63633813305b00fa5e055535f5743e37828b4715ea775b12d/collate4012.jpg" data-mid="128353962" border="0"  src="https://freight.cargo.site/w/1000/i/cbf2fb2dbf2d0db63633813305b00fa5e055535f5743e37828b4715ea775b12d/collate4012.jpg" /&#62;



issue three point five, october 2021
included in this mailing: black (w)hole (5”x5”), this traced hand (6”x9”), irish UFO news no 2, a poem by alice notely (5.5”x8.5”).
&#60;img width="1876" height="2776" width_o="1876" height_o="2776" data-src="https://freight.cargo.site/t/original/i/071df79da18edd3a104c6ffdfef2290e05c1fd948c640c8d4ef5c23167152830/this-traced-hand-scan-01.jpg" data-mid="128357158" border="0"  src="https://freight.cargo.site/w/1000/i/071df79da18edd3a104c6ffdfef2290e05c1fd948c640c8d4ef5c23167152830/this-traced-hand-scan-01.jpg" /&#62;
&#60;img width="1650" height="1650" width_o="1650" height_o="1650" data-src="https://freight.cargo.site/t/original/i/6e094da06a5fd091fa04b656e8abfc0735e9067f53a21174915b8b2a75827194/Black-Whole-scan-01.jpg" data-mid="128356979" border="0"  src="https://freight.cargo.site/w/1000/i/6e094da06a5fd091fa04b656e8abfc0735e9067f53a21174915b8b2a75827194/Black-Whole-scan-01.jpg" /&#62;
&#60;img width="1651" height="1650" width_o="1651" height_o="1650" data-src="https://freight.cargo.site/t/original/i/57c8ebd9b147fdeb9e5db594e11c713a1a8c5f8115c637c066ae4fbc759a73f1/Black-Whole-scan-02.jpg" data-mid="128356980" border="0"  src="https://freight.cargo.site/w/1000/i/57c8ebd9b147fdeb9e5db594e11c713a1a8c5f8115c637c066ae4fbc759a73f1/Black-Whole-scan-02.jpg" /&#62;


issue three, june 2021
included in this mailing: a recreation of a poster from A Very Curious Girl.

&#60;img width="3375" height="5175" width_o="3375" height_o="5175" data-src="https://freight.cargo.site/t/original/i/c098eff6f701a058db0f36df1b34e8be92f8d6866421420c1e40651742083737/collate-three-01.jpg" data-mid="128353809" border="0"  src="https://freight.cargo.site/w/1000/i/c098eff6f701a058db0f36df1b34e8be92f8d6866421420c1e40651742083737/collate-three-01.jpg" /&#62;
&#60;img width="3376" height="5175" width_o="3376" height_o="5175" data-src="https://freight.cargo.site/t/original/i/27710546c741e52e0cf38419bd8dfa5901a28b730c7c257d7cc8106eeea2824b/collate-three-02.jpg" data-mid="128353808" border="0"  src="https://freight.cargo.site/w/1000/i/27710546c741e52e0cf38419bd8dfa5901a28b730c7c257d7cc8106eeea2824b/collate-three-02.jpg" /&#62;


&#60;img width="2100" height="1606" width_o="2100" height_o="1606" data-src="https://freight.cargo.site/t/original/i/c0ccd6e3e74606939e2b503603eb0cee6bc54186db93285ce2b4becfc255c2f6/four-non-non-et-non-01.jpg" data-mid="128353886" border="0"  src="https://freight.cargo.site/w/1000/i/c0ccd6e3e74606939e2b503603eb0cee6bc54186db93285ce2b4becfc255c2f6/four-non-non-et-non-01.jpg" /&#62;


issue two, may 2021 (via burn all books)
included in this mailing: the (then) current version of i am... (8.5”x36”),&#38;nbsp; a card with some text on it (3.5”x2”).

&#60;img width="3375" height="5175" width_o="3375" height_o="5175" data-src="https://freight.cargo.site/t/original/i/107d9a6175b56e3f557d8b752fa060b872057d94c313c5eb93a0b6ccb6abf466/collate-two-01.jpg" data-mid="115623531" border="0" data-no-zoom="true" src="https://freight.cargo.site/w/1000/i/107d9a6175b56e3f557d8b752fa060b872057d94c313c5eb93a0b6ccb6abf466/collate-two-01.jpg" /&#62;
&#60;img width="3376" height="5175" width_o="3376" height_o="5175" data-src="https://freight.cargo.site/t/original/i/d4d4eaf384add9501b2291ec2da796a273281a012f177e76a336f40a339300df/collate-two-02.jpg" data-mid="115623532" border="0" data-no-zoom="true" src="https://freight.cargo.site/w/1000/i/d4d4eaf384add9501b2291ec2da796a273281a012f177e76a336f40a339300df/collate-two-02.jpg" /&#62;





issue one, february 2021

&#60;img width="3375" height="5175" width_o="3375" height_o="5175" data-src="https://freight.cargo.site/t/original/i/15e4282e4625c14a0fa71b278b266f3492dda0e3d6f9dc90e8bacc3c1c691e95/collate-one-01.jpg" data-mid="115623533" border="0" data-no-zoom="true" src="https://freight.cargo.site/w/1000/i/15e4282e4625c14a0fa71b278b266f3492dda0e3d6f9dc90e8bacc3c1c691e95/collate-one-01.jpg" /&#62;
&#60;img width="3376" height="5175" width_o="3376" height_o="5175" data-src="https://freight.cargo.site/t/original/i/703e2b7ed173c61de86014a3f6e3cdc3371ec13515be3a81dd0e20332a926e54/collate-one-02.jpg" data-mid="115623534" border="0" data-no-zoom="true" src="https://freight.cargo.site/w/1000/i/703e2b7ed173c61de86014a3f6e3cdc3371ec13515be3a81dd0e20332a926e54/collate-one-02.jpg" /&#62;


&#60;img width="3024" height="4032" width_o="3024" height_o="4032" data-src="https://freight.cargo.site/t/original/i/0e2a3bc0bd52d9837d46a491e12477561086fc7c5a74c270e92d1cbf29e7cd77/IMG_3754.jpeg" data-mid="128357350" border="0"  src="https://freight.cargo.site/w/1000/i/0e2a3bc0bd52d9837d46a491e12477561086fc7c5a74c270e92d1cbf29e7cd77/IMG_3754.jpeg" /&#62;
&#60;img width="320" height="568" width_o="320" height_o="568" data-src="https://freight.cargo.site/t/original/i/e44fb974d1763abc32e47938e960d438b611b1864224df69b29fb097b4f03215/IMG_3932.jpeg" data-mid="128357349" border="0"  src="https://freight.cargo.site/w/320/i/e44fb974d1763abc32e47938e960d438b611b1864224df69b29fb097b4f03215/IMG_3932.jpeg" /&#62;
&#60;img width="3024" height="4032" width_o="3024" height_o="4032" data-src="https://freight.cargo.site/t/original/i/da1ccb527047b27a24ec5a71b57ce6a0c1f1ecd04e6af5772fa2b4b0b5af91d8/66258692464__3C140B91-3983-4136-9104-07522A82D356.jpeg" data-mid="128782242" border="0"  src="https://freight.cargo.site/w/1000/i/da1ccb527047b27a24ec5a71b57ce6a0c1f1ecd04e6af5772fa2b4b0b5af91d8/66258692464__3C140B91-3983-4136-9104-07522A82D356.jpeg" /&#62;
&#60;img width="3024" height="4032" width_o="3024" height_o="4032" data-src="https://freight.cargo.site/t/original/i/9b5535ba9f5b30ed76cd660d5d7bf38f27c0b7c7394e3a83cb5814eee550058e/IMG_3770.JPG" data-mid="128357351" border="0"  src="https://freight.cargo.site/w/1000/i/9b5535ba9f5b30ed76cd660d5d7bf38f27c0b7c7394e3a83cb5814eee550058e/IMG_3770.JPG" /&#62;
&#60;img width="3024" height="4032" width_o="3024" height_o="4032" data-src="https://freight.cargo.site/t/original/i/df412f4ece5fc839f8d02e0f8fff9ab479302dc78c48b75989029286affd4637/IMG_3769.jpeg" data-mid="128357348" border="0"  src="https://freight.cargo.site/w/1000/i/df412f4ece5fc839f8d02e0f8fff9ab479302dc78c48b75989029286affd4637/IMG_3769.jpeg" /&#62;
&#60;img width="3024" height="4032" width_o="3024" height_o="4032" data-src="https://freight.cargo.site/t/original/i/ce08ebdb28aa5d1b57097ca7ac369707fcf47f231d47034be0965f3bf41611f0/IMG_7879.jpeg" data-mid="128357354" border="0"  src="https://freight.cargo.site/w/1000/i/ce08ebdb28aa5d1b57097ca7ac369707fcf47f231d47034be0965f3bf41611f0/IMG_7879.jpeg" /&#62;
&#60;img width="1726" height="2626" width_o="1726" height_o="2626" data-src="https://freight.cargo.site/t/original/i/5a36fe6e07e2901f2ebf96e207b6ee0ed9371ec1b71e6d11802355e99d8732aa/alice-notely-scan-01.jpg" data-mid="128358097" border="0"  src="https://freight.cargo.site/w/1000/i/5a36fe6e07e2901f2ebf96e207b6ee0ed9371ec1b71e6d11802355e99d8732aa/alice-notely-scan-01.jpg" /&#62;
&#60;img width="3024" height="4032" width_o="3024" height_o="4032" data-src="https://freight.cargo.site/t/original/i/6151afd8064fd798014eb5d217c20e5d904fb8c59f6f468d4d4ed84be757eec8/IMG_3987.jpeg" data-mid="128357352" border="0"  src="https://freight.cargo.site/w/1000/i/6151afd8064fd798014eb5d217c20e5d904fb8c59f6f468d4d4ed84be757eec8/IMG_3987.jpeg" /&#62;


</description>
		
	</item>
		
		
	<item>
		<title>film</title>
				
		<link>https://worldwidedylan.com/film</link>

		<pubDate>Sun, 12 Nov 2023 19:34:36 +0000</pubDate>

		<dc:creator>d.flah</dc:creator>

		<guid isPermaLink="true">https://worldwidedylan.com/film</guid>

		<description>film



&#60;img width="4499" height="7224" width_o="4499" height_o="7224" data-src="https://freight.cargo.site/t/original/i/715e5188af46aa2c684f9b16240330a0a467fb84b0db36d1ff42c01b3ca74814/cs003.jpg" data-mid="196631870" border="0"  src="https://freight.cargo.site/w/1000/i/715e5188af46aa2c684f9b16240330a0a467fb84b0db36d1ff42c01b3ca74814/cs003.jpg" /&#62;
&#60;img width="6941" height="4499" width_o="6941" height_o="4499" data-src="https://freight.cargo.site/t/original/i/a68003bb52b15ab3a4aa34c5c68bd9c1d8e2fd90312fabab78ad03cf30f3066f/cs50-005.jpg" data-mid="196631974" border="0"  src="https://freight.cargo.site/w/1000/i/a68003bb52b15ab3a4aa34c5c68bd9c1d8e2fd90312fabab78ad03cf30f3066f/cs50-005.jpg" /&#62;
&#60;img width="4499" height="7120" width_o="4499" height_o="7120" data-src="https://freight.cargo.site/t/original/i/53c58731391c4262689fcc9c177445d5e8c9094a4152b0e55bfd3381d0db0ca8/cs50-012.jpg" data-mid="196632011" border="0"  src="https://freight.cargo.site/w/1000/i/53c58731391c4262689fcc9c177445d5e8c9094a4152b0e55bfd3381d0db0ca8/cs50-012.jpg" /&#62;
&#60;img width="5499" height="4499" width_o="5499" height_o="4499" data-src="https://freight.cargo.site/t/original/i/6e05c051d0f859586926f1aba05b381b765195ce29c3757ffff02e74f81848da/cs50-011.jpg" data-mid="196631588" border="0"  src="https://freight.cargo.site/w/1000/i/6e05c051d0f859586926f1aba05b381b765195ce29c3757ffff02e74f81848da/cs50-011.jpg" /&#62;
&#60;img width="4500" height="6883" width_o="4500" height_o="6883" data-src="https://freight.cargo.site/t/original/i/c5ef8b9d8846131bc91603426553912d32cb2811788eb4e26a31cbe5e97dc657/cs027.jpg" data-mid="196631892" border="0"  src="https://freight.cargo.site/w/1000/i/c5ef8b9d8846131bc91603426553912d32cb2811788eb4e26a31cbe5e97dc657/cs027.jpg" /&#62;
&#60;img width="4499" height="6924" width_o="4499" height_o="6924" data-src="https://freight.cargo.site/t/original/i/6e341158a0852e4760ba816aab7a4b8a76ed208c980949083021f46de49dc40b/cs50-017.jpg" data-mid="196631628" border="0"  src="https://freight.cargo.site/w/1000/i/6e341158a0852e4760ba816aab7a4b8a76ed208c980949083021f46de49dc40b/cs50-017.jpg" /&#62;
&#60;img width="4499" height="7144" width_o="4499" height_o="7144" data-src="https://freight.cargo.site/t/original/i/1e7c5b1a99e70ee2dd5d6e8b32db45024dfe3361284aa205de0e52bd7d98f504/cs50-010.jpg" data-mid="196631994" border="0"  src="https://freight.cargo.site/w/1000/i/1e7c5b1a99e70ee2dd5d6e8b32db45024dfe3361284aa205de0e52bd7d98f504/cs50-010.jpg" /&#62;
&#60;img width="4499" height="6955" width_o="4499" height_o="6955" data-src="https://freight.cargo.site/t/original/i/5b366d5bb5891482f637096fe349c9af0331e46a131180c0b0c56f9a8683b423/cs50-016.jpg" data-mid="196632023" border="0"  src="https://freight.cargo.site/w/1000/i/5b366d5bb5891482f637096fe349c9af0331e46a131180c0b0c56f9a8683b423/cs50-016.jpg" /&#62;
&#60;img width="6986" height="4499" width_o="6986" height_o="4499" data-src="https://freight.cargo.site/t/original/i/07981f24aa77ac1298b9fea0067fa43a3c1dcb2693ff7b3aee27594e154d3541/cs031.jpg" data-mid="196631905" border="0"  src="https://freight.cargo.site/w/1000/i/07981f24aa77ac1298b9fea0067fa43a3c1dcb2693ff7b3aee27594e154d3541/cs031.jpg" /&#62;
&#60;img width="4499" height="6874" width_o="4499" height_o="6874" data-src="https://freight.cargo.site/t/original/i/2a30d1a195e3bdc3130107ab505fee8cb7b3808183bc50b8d85aae21e09be623/cs50-004.jpg" data-mid="196631973" border="0"  src="https://freight.cargo.site/w/1000/i/2a30d1a195e3bdc3130107ab505fee8cb7b3808183bc50b8d85aae21e09be623/cs50-004.jpg" /&#62;
&#60;img width="4499" height="7209" width_o="4499" height_o="7209" data-src="https://freight.cargo.site/t/original/i/b43e1231e347e56bb471a7a4c4be9728e190e472de539cee8101698f271a9cd5/cs50-023.jpg" data-mid="196632065" border="0"  src="https://freight.cargo.site/w/1000/i/b43e1231e347e56bb471a7a4c4be9728e190e472de539cee8101698f271a9cd5/cs50-023.jpg" /&#62;
&#60;img width="7092" height="4499" width_o="7092" height_o="4499" data-src="https://freight.cargo.site/t/original/i/a8e9c1552c78adaae12be16ec841456c716206a14e7eaf063bd3ce063316b9c9/cs50-008.jpg" data-mid="196631582" border="0"  src="https://freight.cargo.site/w/1000/i/a8e9c1552c78adaae12be16ec841456c716206a14e7eaf063bd3ce063316b9c9/cs50-008.jpg" /&#62;
&#60;img width="7092" height="4499" width_o="7092" height_o="4499" data-src="https://freight.cargo.site/t/original/i/6f29098906d0de4faa73e0869eaca44ef5c6e5606b78109194a9d5647b3436a4/cs50-006.jpg" data-mid="196631990" border="0"  src="https://freight.cargo.site/w/1000/i/6f29098906d0de4faa73e0869eaca44ef5c6e5606b78109194a9d5647b3436a4/cs50-006.jpg" /&#62;
&#60;img width="4499" height="7610" width_o="4499" height_o="7610" data-src="https://freight.cargo.site/t/original/i/bae13145dc86f493b07bb2f3799256f290e5aa11ead0e002ce9d5636d6e11bda/cs50-006.jpg" data-mid="196631561" border="0"  src="https://freight.cargo.site/w/1000/i/bae13145dc86f493b07bb2f3799256f290e5aa11ead0e002ce9d5636d6e11bda/cs50-006.jpg" /&#62;
&#60;img width="4499" height="7192" width_o="4499" height_o="7192" data-src="https://freight.cargo.site/t/original/i/2de1ccc7a4a5b887b3f1ec120e96aefd1d6174d601f67eae6f93358f6e1246fe/cs50-022.jpg" data-mid="196632036" border="0"  src="https://freight.cargo.site/w/1000/i/2de1ccc7a4a5b887b3f1ec120e96aefd1d6174d601f67eae6f93358f6e1246fe/cs50-022.jpg" /&#62;
&#60;img width="4499" height="7003" width_o="4499" height_o="7003" data-src="https://freight.cargo.site/t/original/i/d9bc18c2c858569661aa0c0de544020c47ba5349009c0109a3b4b79141e431ab/cs028.jpg" data-mid="196631895" border="0"  src="https://freight.cargo.site/w/1000/i/d9bc18c2c858569661aa0c0de544020c47ba5349009c0109a3b4b79141e431ab/cs028.jpg" /&#62;
&#60;img width="4499" height="7164" width_o="4499" height_o="7164" data-src="https://freight.cargo.site/t/original/i/f4f54462df4a856f9865d3884b245119caabcfdb210a884478bfa6f16f5d3b26/cs001.jpg" data-mid="196631768" border="0"  src="https://freight.cargo.site/w/1000/i/f4f54462df4a856f9865d3884b245119caabcfdb210a884478bfa6f16f5d3b26/cs001.jpg" /&#62;
&#60;img width="7147" height="4499" width_o="7147" height_o="4499" data-src="https://freight.cargo.site/t/original/i/5e8450249109f75901b34b3c8afe4b0730ec3bec1ffe5e4c10964343999f0964/cs50-025.jpg" data-mid="196632062" border="0"  src="https://freight.cargo.site/w/1000/i/5e8450249109f75901b34b3c8afe4b0730ec3bec1ffe5e4c10964343999f0964/cs50-025.jpg" /&#62;
&#60;img width="4499" height="6986" width_o="4499" height_o="6986" data-src="https://freight.cargo.site/t/original/i/57f6f136840fad8fd31dfa2b885270344c0a715a331878b23eef8902c8b88e06/cs030.jpg" data-mid="196631899" border="0"  src="https://freight.cargo.site/w/1000/i/57f6f136840fad8fd31dfa2b885270344c0a715a331878b23eef8902c8b88e06/cs030.jpg" /&#62;
&#60;img width="4499" height="7003" width_o="4499" height_o="7003" data-src="https://freight.cargo.site/t/original/i/d01d6d8084246cd6bb0a18252fba70f035271fef2ca1576fa0a08cfc793c8e80/cs50-020.jpg" data-mid="196631679" border="0"  src="https://freight.cargo.site/w/1000/i/d01d6d8084246cd6bb0a18252fba70f035271fef2ca1576fa0a08cfc793c8e80/cs50-020.jpg" /&#62;
&#60;img width="4499" height="7075" width_o="4499" height_o="7075" data-src="https://freight.cargo.site/t/original/i/1f3168983817c085c3e59ad0e7eb9bd6dd185ecf5449a8ef7f7500efd4ad8992/cs034.jpg" data-mid="196631917" border="0"  src="https://freight.cargo.site/w/1000/i/1f3168983817c085c3e59ad0e7eb9bd6dd185ecf5449a8ef7f7500efd4ad8992/cs034.jpg" /&#62;
&#60;img width="6943" height="4499" width_o="6943" height_o="4499" data-src="https://freight.cargo.site/t/original/i/5f0409408ce697ba8ba710652dba729164fab8bbc96e32872becd56a9800c515/cs50-007.jpg" data-mid="196631581" border="0"  src="https://freight.cargo.site/w/1000/i/5f0409408ce697ba8ba710652dba729164fab8bbc96e32872becd56a9800c515/cs50-007.jpg" /&#62;
&#60;img width="7130" height="4499" width_o="7130" height_o="4499" data-src="https://freight.cargo.site/t/original/i/867f98c302ff65d4b5bc0d41ab9c471fc6c1b7c03eaa36ec24dbfba168439122/cs008.jpg" data-mid="196632194" border="0"  src="https://freight.cargo.site/w/1000/i/867f98c302ff65d4b5bc0d41ab9c471fc6c1b7c03eaa36ec24dbfba168439122/cs008.jpg" /&#62;
&#60;img width="4499" height="7137" width_o="4499" height_o="7137" data-src="https://freight.cargo.site/t/original/i/d7bab63ee2ea3bb17a1824b105a75d031ea3625a01e47fac7d9ea549625791cf/cs50-015.jpg" data-mid="196632017" border="0"  src="https://freight.cargo.site/w/1000/i/d7bab63ee2ea3bb17a1824b105a75d031ea3625a01e47fac7d9ea549625791cf/cs50-015.jpg" /&#62;
&#60;img width="4499" height="7092" width_o="4499" height_o="7092" data-src="https://freight.cargo.site/t/original/i/3a29181563f594838fb76daa6d2574a44b0931a84f08619047f855a620a63819/cs50-015.jpg" data-mid="196631592" border="0"  src="https://freight.cargo.site/w/1000/i/3a29181563f594838fb76daa6d2574a44b0931a84f08619047f855a620a63819/cs50-015.jpg" /&#62;

2021 – present
selected content from cinestill 50d, expired kodak gold 200, kodak pro image 100

i have a good quality scanner but didnt take the time to make these look better, whatever that means. this set of photos makes it seem like i have friends and go outside a lot. neither are true.
</description>
		
	</item>
		
		
	<item>
		<title>asking questions</title>
				
		<link>https://worldwidedylan.com/asking-questions</link>

		<pubDate>Fri, 05 Feb 2021 03:36:37 +0000</pubDate>

		<dc:creator>d.flah</dc:creator>

		<guid isPermaLink="true">https://worldwidedylan.com/asking-questions</guid>

		<description>
	
1
	do you work for a company that refuses to apologize? 

	2
	does the sexuality of someone else threaten your own?

	3
	do you grab the left door or the right?

	4
	are you looking in the rearview and trying to please?

	5
	do you have a seat at the table? do you want one?

	7
	did you just assume someone’s pronouns?

	8
	are you constantly being apologized to?

	9
	is your identity forced upon you? do you appreciate that?

	11
	do you make decisions for the group or the individual?

	12
	are feelings buried in your achilles heel or floating on the tip of your tongue?

	13
	did you pull a rock from the mountain, and did it make you bleed? who else bled because of your actions?

	15
	does your shadow teach you anything? is it with you in darkness?

	17
	are you within some parenthesis or did you step on someone to get where you are?

	18
	has the sun burned you, like it said it would?

	19
	are you apologizing for your actions that make you proud?

	20
	are you filling the hardness with softness? or at least anti–hardness?

	22
	are you asking enough questions?

	23
	are you setting a speed limit?

	24
	is someone absent from the conversation?

	25
	are you leaving victims in your wake?

	26
	did you share all you had to say? did everyone else?

	28
	did you test someones patience today? did you test your own?

	30
	was it you who let the birds fly?

	31
	are you sharing your truth?

	32
	how many times have you read question #1?

	33
	did you take any steps toward it?

	34
	youve said sorry but have you said youre welcome?

	35
	have feelings been denied?

	36
	did you hear what was said, or what you wanted?

	37
	how do you tell which one is the haunted house?

	38
	where does your total attention lie? is it with a heartbeat or a glowing piece of glass?

	40
	do you know what youre sorry for?

	41
	



















if i knock on my blinker,
will it skip to the next song?








	42
	



















do you let people tell
you what is best for you?








	43
	



















is your identity falling
into the cracks between every letter that forms your name?








	44
	



















if i pay for the person
behind me, does it guarantee
they will have a good day? will it happen to me at my next destination?








	46
	



















are you supporting
establishments that undervalue their staff?








	47
	



















is the internet a tool
for you or is it entertainment? could you find the difference?








	49
	



















if i pee in the stream
running to the storm drain, will the ducks haunt me forever?








	50
	



















is the tape holding it
all together?








	51
	



















is someone taking
advantage of you? are you letting them, for your own survival? should you
consider their perspective? 








	54
	



















can you find solace in
red yellow green?








	55
	



















if i eat this burrito
moments before knocking out, will this body despise me tomorrow?








	56
	



















did you pass the big
trucks or vice versa?








	57
	



















have the road signs
become just more content for you?








	58
	



















are you waiting on the sun?








	59
	is someone telling you the company they own is more important than any one human life?

	60
	is anyone even still reading?

	61
	if nobody is on the road with you how do you know what speed to travel? or if you should even travel at all?

	63
	does your desire effect more than you?

	64

	do these words matter if you never read them?

	65
	if, like they say, i can be any thing and any one, then why 
can’t i stop doing this?



	66


	if i kiss you from within the script, does it still feel the same? do i still give the same?

	67
	where did this thought go?

	68
	if a creature is given no touch, could it learn to provide touch in ways unconventional?

	69
	will these feelings get more intense in the midwest?

	70
	what would it look like if i just sat in this same position and stared at my hands, or the wall for as long as ive stared at my phone?

	71
	if i keep listening to this emo music which so articulately describes the way that i feel and i keep thinking that itll be okay because they were someone elses feelings first, will i be in this place forever?

	72
	why is everyone in such a hurry to be laborous?

	73
	why does cloth hold identity so securely?

	74
	



















who keeps letting me think distance works as seconds and
minutes?








	75
	



















is art just a way to be heard? and if it is, can i create so
much that i get drowned out enough to stop existing? can i disappear in all
this noise?








	78
	



















do I have the consent of sadness?








	79
	does my long distance friend have a voice and is it something i could imagine beyond the page or screen?


	80
	why do the dead parts of me still carry on?

	81
	not a choice in knowing the truth, isn’t that why you keep getting up?


	82
	does your c.e.o. have multiple affairs a week or do they just salivate over a.f.i.?


	83
	why is it so much more claustrophobic when a single vessel from a russian doll goes solo?


	84
	am i predictable or do i just refuse to deny this self small pleasures?


	85
	wait, is this hate or indifference?


	86
	how many times will i have to read this for the feeling to go away? how many times ’till you feel it too?


	88
	how can you feel an absense if you never let anything go missing?


	89
	what i believe, it helps me. and who am i to say that is wrong?


	90
	has heaven been replaced by the internet?

	91
	if i am so content with how i am living, why am i still attempting to fill a void?


	92
	if you drive a truck in san diego without a padres sticker are you even a real bro??


	93
	if this sentence is a lie and i alone believe it, when does it become true?


</description>
		
	</item>
		
		
	<item>
		<title>i am...</title>
				
		<link>https://worldwidedylan.com/i-am</link>

		<pubDate>Thu, 06 Feb 2020 03:59:55 +0000</pubDate>

		<dc:creator>d.flah</dc:creator>

		<guid isPermaLink="true">https://worldwidedylan.com/i-am</guid>

		<description>i am the pile of rubbish in the middle of the intersection
i am the asterisk at the bottom of the page
i am the broken headphones
i am the shoe box under the bed
i am the clip on the name badge
i am a single blade on a fan
i am the saucer collecting the water the plant cannot hold
i am the hard–to–reach remains of the deodorant stick
i am one shoelace
but i am not both
i am the bag
and i am the zip tie
i am not the mirror
i am a spoke on your bike wheel
i am the fifth leg on the chair
i am the leaf lodged in your windshield wipers
i am this sentence, that you will forget later
i am the post holding up the drooping tree
i am the broken lead tip trapped in the sharpener
i am the ice melting in the cup
on second thought, i am more the ring left on the surface of the table
or maybe just the condensation on the cup
i am the tips of hair freshly cut
but not the blade used to cut them
i am the itch you cannot reach

i am the rock at the bottom of the pile
i am the calendar left unturned at the beginning of each month
i am the tattoos underneath the skin
i am the collar on the bottle, keeping the contents untouched
i am the strap on your guitar
i am the heel from a loaf of bread
i am the stitches in your skin, removed after a few days
i am the roommate you forgot you once had
i am the limb you cannot useand the limb you never had
i am the cardboard left at the end of tape
i am the fold on the band-aid wrapper
i am the dot to the i
but not the cross to the t
i am the first dead leaf on the plant
and of the season
i am the mute feature on the television
and probably the mute button, too
i am ‘i love you’ stuck in your throat
i am an incorrect password entered
i am eyelids
i am dancing in the dark
i am the last time we meet, without us knowing it was the last time
i am the line that the dust pan will not collect
i am the memory of our last conversation
i am the streetlight in the dead of night, polluting the area no body is using
i am the train that i cannot outrun
i am the park bench, drenched in sprinkler water
and i am there, sitting on said bench
i am the sign for a missing pet, begging for a response even when not being read
and the stop sign nearby with the same job
i am the net to the basketball hoop, waving in the dry summer air
i am the four teeth, ripped from your face by the ground
i am the you that made this list
i will not be the you that did not
i am the backing to a sticker
i am the lopsided shot glass
i am your shadow, resurfacing when i need another to carry some weight
i am a key ring
specifically one slapped down on an unfixed countertop
i am the one you will never meet
and the content i will never enjoyi am an old letter you are saving for reasons unclear to even you
i am also an old memory of the same accordyou are this screen, the one i am looking at
i am a pillow case
i am the screeching of the owl
i am the pothole, the one you drive into every day
i am another mind
i am the laundry detergenti am the hole the thumb tack leaves in drywall
i am the blister forming from new shoes
i am the first coat of paint
i am the arms to glasses
and the nose and ears used to hold them up
i am the cinderblock free of debris
i am the watch, with the forever dead battery
i am the coins that add up
i am a key ring, again
i am an unwashed spoon
i am the cue ball
i am the jar of rocks kept to remember a good day
i am the paint, the remainder of such left in the jar for years
i am the cluttered studio
and the organized one too
i am the abnormally sized bug bite
i am the lid to the bottle or jar you cannot open
or maybe i am the jar that refuses to let go
i am the unfinished edition to the new issue
i am the idea, the one paused because of money
i am sweat, and the surprise of me during summer
i am the thoughts i want to put here, but dont quite have a hold on yet
i am the cheap beer it takes to forget you, even for just a second
i am the closed laptop
i am the unexpected gag
i am the pump of the lotion bottle
i am the head to the shower
i am the buttons on the touch screen
i am the dollar bills, tossed aside
i am the scissor blade collision
i am the love you didnt know you had
and sure, i can be the fear you rejected (but only until now)
i am the discussion that came from these lines, and the hope that we decided dove out from it
i am the dice, rolled
i am the annoyance that you still have more to read
and i am also that you have more to think
i am the sound the keys make to type this out
i am the eyes that will never see this
and the mind that will never want to
i am the second–to–last of anything you can think of
i am the bot trying to decipher this
but not the person, they can do that on their own &#38;amp; how they wish
i am the bags under the eyes
or maybe just one eye
i am the tunage that gets you boppin’
i am the lips you want your lips to join up with
i am the laugh given to the thing i take seriously
i am the lane about to end up ahead
i am the banner, trailing behind the airplane with an important message
i am the naked body you walk in on because of an unlocked bathroom door
and i am the broken lock to said door because of the unforgiveable restaurant owner
but i am not the one who knew it was unlocked, and entered spitefully
i am fast asleepi am the page, waiting to see this line

i am listening, intently (to all the barking dogs)
i am the one pulled over on the side of the road, to write this
i am the broken lid on the garbage can
i am the spiders web lodged under the cars tire that hasnt moved in a decade
and the dirt and grime gathered up on top of the exterior of that same car
and the parking ticket on the windshield
but not the feelings or the words displayed about said ticket
i am one two three
and ay bee sea... i guess
i am the wall, the one broken down piece you have of it
and the ones you put up to block me and anyone else out (just know we will knock for all of eternity
i am the difference between writing and reading this
i am also not that at all, in the exact same regard
i am now two unwashed spoons
i am the way you hold a bottle with people around
and the way you hold it in the comfort of your room
i am the ship–shape, the pitter–patter, the one–two it takes you to get to your destination
i am the you you feel along the wayi am the hair twirled, unaware it was about to be touched
i am the next segment of sidewalk, if you are moving or not
i am a telephone pole with no line
i am an ignored speed limit
i am the flag, the one you kneel to
i am the line i wanted to write, but didnt identify with
i am the golf ball in the drywall
i am the boot, the one that kicked the wireless telephone pole from before
i am the click clack of the shoes across the hall
i am the saliva it takes to seal the envelope
i am the friend you use when they are not around
i am the unknown presence at the door
and the shadows on the wall
i am the unanswered phone call
i am the questions you have in your head
and the ones you let loose
i am the episodes as they automatically play through the night and you fall asleep
i am the nickname
i am tires off the track
i am the fly buzzing on the skin
and the eyebrows turned to bleach
the cracked skull on the pavement
and whatever color this text turns out to be for you
i am the finished beer can
i am the conversation brought up about but never spoken upon
i am the ring, turned over and over and over and
i am the words you once told me to mark
i am palms out, dripping wet
i am two keys pressed at once and an accidental capital lock
i am the bridge, the one you are falling away from
i am the classic out of gas sound
i am the plugged up nose
i am not needing you
i am vibrations on the hospital bed
i am the white space on the page
i am the rack holding the clothes that are worn, for seconds at a time
i am neither the oil or the water, but the separation of the two
i am the shovel stuck on the roof
i am the broken down barbed wire
i am the cluttered pile that once was standing tall
i am here, waiting for your glimpses
i am the hummingbird, standing motionless for a second or two
i am the glistens and the the ripples of the puddle
i am holding down the right click
i am voices in the hall
i am the place you tend to be
i am the hazard lights on the car pulled over
i am the vent on the sun roof
i am the sun falling through the sky
i am going my own pace
i am the rocking up down of a shoulder in the wind
i am the drifting wood in the river
and the one on the warehouse floor, tossed into the container
i am something left in the wayi am the surrounding air hugging every bit of you at all times
i am the you, whether i believe it or not
i am the i
i am to be continued

2020 – 20??, from the sketchbook of thoughts, expanded from dylan posts letters</description>
		
	</item>
		
		
	<item>
		<title>and what are</title>
				
		<link>https://worldwidedylan.com/and-what-are</link>

		<pubDate>Sun, 07 Feb 2021 04:31:09 +0000</pubDate>

		<dc:creator>d.flah</dc:creator>

		<guid isPermaLink="true">https://worldwidedylan.com/and-what-are</guid>

		<description>

















and what are heads – without thoughtsand what are words –
without feelingsand what are journals – without entriesand what are breezes – without flutteringand what are tailors – without machinesand what are mouths – without burningand what are dispensers – without soapand what are songs – without skippingand what are computers – without motherboardsand what are souls – without matesand what are bands – without audiencesand what is love – without everyoneand what are lights – without darknessand what is masturbation – without proddingand what are fingers – without ringsand what are playlists – without unknownand what are nipples – without breastsand what is comfort
– without psychologyand what are rooms – without rockingand what is hair – without brushingand what are beds – without cryingand what are keys – without clangingand what is skin – without touchingand what is rocking – without rollingand what are shoulders – without caressing&#38;nbsp; &#38;nbsp; and what is fear – without hopeand what are floors – without dancingand what is angst – without recognitionand what are pencils
– without movementand what is sex – without loveand what are shoes – without walkingand what are screens – without manipulationand what are  dicks – without assholesand what are updates – without internetand what is water – without pressureand what is skin – without colorand what are jokes – without insideand what is money – without confusionand what are  letters – without propernessand what are  thongs –
without chafingand what are pages – without turningand what are secrets – without keepingand what are messages – without wordswell, they are everything i cannot seebut not everything i cannot be






2020, from dylan’s digital diary</description>
		
	</item>
		
		
	<item>
		<title>cv</title>
				
		<link>https://worldwidedylan.com/cv</link>

		<pubDate>Sun, 21 Aug 2022 18:26:53 +0000</pubDate>

		<dc:creator>d.flah</dc:creator>

		<guid isPermaLink="true">https://worldwidedylan.com/cv</guid>

		<description>flahdylan@gmail.com
d.flahp.o. box 16064sd, ca 92176

some sort of whatever copyright and the year is 2025. steal my stuff, it won’t get you anywhere if you try hard enough.
world of text
are.na











</description>
		
	</item>
		
		
	<item>
		<title>intervalometer soul</title>
				
		<link>https://worldwidedylan.com/intervalometer-soul</link>

		<pubDate>Thu, 21 Nov 2019 17:50:40 +0000</pubDate>

		<dc:creator>d.flah</dc:creator>

		<guid isPermaLink="true">https://worldwidedylan.com/intervalometer-soul</guid>

		<description>i walked into the studio at 2:37pm on a thursday and left 191 pieces of my self behind because i did not find the need for them any longer.

&#60;img width="5960" height="6886" width_o="5960" height_o="6886" data-src="https://freight.cargo.site/t/original/i/87f5ec11b203e3e35a7b5a2f597f07ae9eaa5079fbad8ee334b133f9a681ddd9/into-the-studio4.jpg" data-mid="56456953" border="0"  src="https://freight.cargo.site/w/1000/i/87f5ec11b203e3e35a7b5a2f597f07ae9eaa5079fbad8ee334b133f9a681ddd9/into-the-studio4.jpg" /&#62;
2019
shot in the studio at california state university, fullerton on one of my final days attending the university as a student, thinking about the idea that a camera steals your soul when it captures you with its eye. shot with an intervalometer going off every minute while i sat on a box, every self from every minute is included.

</description>
		
	</item>
		
		
	<item>
		<title>discarded roll 1</title>
				
		<link>https://worldwidedylan.com/discarded-roll-1</link>

		<pubDate>Sun, 01 Nov 2020 05:42:20 +0000</pubDate>

		<dc:creator>d.flah</dc:creator>

		<guid isPermaLink="true">https://worldwidedylan.com/discarded-roll-1</guid>

		<description>discarded roll #1

&#60;img width="2880" height="1799" width_o="2880" height_o="1799" data-src="https://freight.cargo.site/t/original/i/dd88cab0e4be751b9aedb8d7ad6ef071905cd2d20601562bfac1771fc6a27011/dance-fire.jpg" data-mid="87263091" border="0"  src="https://freight.cargo.site/w/1000/i/dd88cab0e4be751b9aedb8d7ad6ef071905cd2d20601562bfac1771fc6a27011/dance-fire.jpg" /&#62;
october 29 2020



















shot
during the night in a dark room with a camera flash, the subject wears a bland neutral colored
shirt. guided by the lyrics to "here comes the night time" by arcade fire as a score, and trying to listen to their entire discography in one go.&#38;nbsp;the subject dances for the camera, as the camera watches the
entire scene take place but only chose to show snippets of the night. the
camera, thus, acts as a second performer to edit the content as it sees fit
regardless of the first performers actions. 
the
images were taken by a camera in the opposite corner of the room using an
intervalometer shooting every three minutes. every shot it took is included, as the subject was unaware of when the camera would strike and thus had no time to
find a proper pose. the end
shots are displayed as one, each cut to a square and placed instantly next to
the one after it. the result comes out looking something like a failed camera
roll, shots never used for a profile pic, an instagram profile for the viewer
to scroll past and move on. does the viewer concentrate on a single image in
the group, a select few, or do they look at them all as one? how quickly does
the grid fall through the brain?



 if the viewer tries to do the math, they will realize that there
are not enough images present for the amount of hours in arcade fire's
discography. this is what happens when one dances with beer in the belly.








</description>
		
	</item>
		
	</channel>
</rss>