<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-17395905</id><updated>2024-10-18T03:52:56.419+08:00</updated><category term="CoNDOR"/><category term="NecroDancer"/><category term="Twitch"/><category term="js"/><category term="oxenfree"/><category term="vue"/><category term="開發"/><title type='text'>The Tomobu-Side</title><subtitle type='html'>一個人所看到的世界只有一半才是真的</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://tomobu.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17395905/posts/default?alt=atom&amp;redirect=false'/><link rel='alternate' type='text/html' href='http://tomobu.blogspot.com/'/><author><name>KIKA</name><uri>http://www.blogger.com/profile/09016962761675333823</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhLrHBoXEw0xKac91NdwAYea-PQcZD5KgTG3MmGeZ-MWDQnpasJ5qpyiJeWT29Thi-I5AAHP4u1iDLm0DZJ0r5LZrFrAnz3Md-lQZK1qcbTbX0-Fq8ZOtHH7QQhlXD47XM/s100/2011_small.png'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-17395905.post-1847363635207562555</id><published>2019-02-03T23:21:00.001+08:00</published><updated>2021-08-13T16:33:43.953+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="js"/><category scheme="http://www.blogger.com/atom/ns#" term="vue"/><category scheme="http://www.blogger.com/atom/ns#" term="開發"/><title type='text'>GBF 羅盤，開發心得</title><content type='html'>1 月 13 日，我在朋友的 GBF 群組聊到遊戲社群參與、聊到遊戲 WIKI 資料的維護困難。（當時亞沙剛公佈他寫的新手筆記）&lt;br /&gt;
我說出想做地圖預覽表的想法。&lt;br /&gt;
「做成網頁版。滑鼠移過去，就顯示列表。&lt;br /&gt;
找之前，先看預覽，就省掉自己點進去（一個個翻）。」&lt;br /&gt;
&lt;br /&gt;
由於 GBF 分有兩張空域，一張空域分為兩頁滑動切換的頁面。島的詳細任務列表，要切換畫面進入島的內部地圖才能看到。&lt;br /&gt;
雖然遊戲內建點一下島的介紹，會列出掉落素材與幾隻能討伐的怪物。但一些玩家真正會找的星晶獸都沒標在上面，比如高寶、天司。這些大多都是靠攻略交流網來補充他們的資訊。&lt;br /&gt;
如果不確定某張任務，某隻星晶獸在哪一座島上，就要先查島名。查了島名後，如果不熟島的位置，還是要四張分頁一張張翻找比對名稱。這種事情，幾乎每解一次 EX 職業、每找一隻比較不常巡的星晶獸，就要痛苦一次。查找素材流程會不大一樣，但體驗也是差不多。&lt;br /&gt;
&lt;br /&gt;
一開始的想法就如上面所說，原本是想做成：滑鼠移到島上，會顯示這座島有的重點任務與素材。&lt;br /&gt;
後來想到，如果要做的完整，該把所有的任務放進這個服務裡，而這樣的畫面效果，當資料量增多時會變的很混亂。&lt;br /&gt;
於是決定反過來。一般會找地圖，大半都在攻略網查過要找的地點名稱。正確的地點原名不難到手，但島的位置不是用文字可以輕易說明的，有了島的圖片，也往往只拍該島的照片，不知它的相對位置在哪。我能做的重點就是使用者輸入任務名稱，我顯示該島的位置就能達成協助的目的。&lt;br /&gt;
&lt;br /&gt;
於是需求就這樣差不多確定了。&lt;br /&gt;
1. 提供使用者介面能選擇想找的任務&lt;br /&gt;
1.1 把所有的任務都納入可查詢的範圍，用可搜索式的下拉選單實作。&lt;br /&gt;
1.2 整理一些熱門的選項，可供快速查找。&lt;br /&gt;
2. 透過模擬遊戲的畫面，盡量只靠週邊環境就能讓玩家了解目的地在哪。&lt;br /&gt;
&lt;br /&gt;
開發工具方面，挑了現在流行的 vue.js ，剛好能練習前端的新技術。&lt;br /&gt;
第一週都在做構思規劃，跟嘗試做 prototype 。到了 25 日發現不能用傳統的方式寫現今的 js framework ，再重新照著教學建立一次 APP 。再大約做了一週後完成第一版。2 月初放上線公開。&lt;br /&gt;
&lt;br /&gt;
這應該是第一次，真的只因自己的興趣，再加上有一點寫前端的能力，自主學習開發一隻完整的 Web App 。&lt;br /&gt;
當這麼久的碼農終於想到會有動力，且開發時間不會太長，難度沒太高的計劃。&lt;br /&gt;
做完其實很滿足，人生成就解鎖了一道。</content><link rel='replies' type='application/atom+xml' href='http://tomobu.blogspot.com/feeds/1847363635207562555/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://tomobu.blogspot.com/2019/02/gbf.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17395905/posts/default/1847363635207562555'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17395905/posts/default/1847363635207562555'/><link rel='alternate' type='text/html' href='http://tomobu.blogspot.com/2019/02/gbf.html' title='GBF 羅盤，開發心得'/><author><name>KIKA</name><uri>http://www.blogger.com/profile/09016962761675333823</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhLrHBoXEw0xKac91NdwAYea-PQcZD5KgTG3MmGeZ-MWDQnpasJ5qpyiJeWT29Thi-I5AAHP4u1iDLm0DZJ0r5LZrFrAnz3Md-lQZK1qcbTbX0-Fq8ZOtHH7QQhlXD47XM/s100/2011_small.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17395905.post-5172641988964348055</id><published>2017-04-10T16:39:00.003+08:00</published><updated>2021-08-13T16:33:37.924+08:00</updated><title type='text'>CoNDOR S5 季賽記錄</title><content type='html'>&lt;br /&gt;
活動賽程表見此：http://s5stats.condorleague.tv/&lt;br /&gt;
S5季賽的流程簡略介紹一下，選手會依自己的最佳成績(PB)分進不同的位階。每週跟主辦安排的兩名對手比賽，時間雙方自訂。而其他選手有興趣可報名當賽評轉播比賽。&lt;br /&gt;
一週結束後將結算成績（一週這樣會共計兩局三賽，表示一階內最高可得六勝/六分），得分最高的四位選手可以進入週末的晉級賽(將由主辦代表主持賽評)，在晉級賽勝利者就會升階。&lt;br /&gt;
&lt;br /&gt;
我在第五週算是意外進入晉級賽(有對手棄權)，但晉級賽裡狀況不佳(´・ω・`)。&lt;br /&gt;
但就整個賽程比下來，其實收獲很大（特別是學會記得使用法術這點）。第五週的那局真的是表現最好的一次。&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
Week 1&lt;/h3&gt;
VS 麥子(odoko_noko)&lt;br /&gt;
&lt;iframe allowfullscreen=&quot;true&quot; frameborder=&quot;0&quot; height=&quot;378&quot; scrolling=&quot;no&quot; src=&quot;https://player.twitch.tv/?video=v125600990&amp;amp;autoplay=false&quot; width=&quot;620&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
VS tetel&lt;br /&gt;
&lt;iframe allowfullscreen=&quot;true&quot; frameborder=&quot;0&quot; height=&quot;378&quot; scrolling=&quot;no&quot; src=&quot;https://player.twitch.tv/?video=v125875102&amp;amp;autoplay=false&quot; width=&quot;620&quot;&gt;&lt;/iframe&gt;

&lt;br /&gt;
&lt;h3&gt;
Week 2&lt;/h3&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: white; color: #433f4a; font-family: &amp;quot;helvetica neue&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;由於跟The_Crystal_Clod沒人轉播，所以沒留下記錄（有點可惜那場很好玩&#39; v&#39;a）&lt;/span&gt;&lt;/div&gt;
VS WonderJ13&lt;br /&gt;
&lt;iframe allowfullscreen=&quot;true&quot; frameborder=&quot;0&quot; height=&quot;378&quot; scrolling=&quot;no&quot; src=&quot;https://player.twitch.tv/?video=v126964671&amp;amp;autoplay=false&quot; width=&quot;620&quot;&gt;&lt;/iframe&gt;

&lt;br /&gt;
&lt;h3&gt;
Week 3&lt;/h3&gt;
VS Famslayer&lt;br /&gt;
&lt;iframe allowfullscreen=&quot;true&quot; frameborder=&quot;0&quot; height=&quot;378&quot; scrolling=&quot;no&quot; src=&quot;https://player.twitch.tv/?video=v128532574&amp;amp;autoplay=false&quot; width=&quot;620&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
VS MADOKA&lt;br /&gt;
&lt;iframe allowfullscreen=&quot;true&quot; frameborder=&quot;0&quot; height=&quot;378&quot; scrolling=&quot;no&quot; src=&quot;https://player.twitch.tv/?video=v129166987&amp;amp;autoplay=false&quot; width=&quot;620&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;iframe allowfullscreen=&quot;true&quot; frameborder=&quot;0&quot; height=&quot;378&quot; scrolling=&quot;no&quot; src=&quot;https://player.twitch.tv/?video=v129166875&amp;amp;autoplay=false&quot; width=&quot;620&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;h3&gt;
Week 4&lt;/h3&gt;
vs hypershock:
&lt;iframe allowfullscreen=&quot;true&quot; frameborder=&quot;0&quot; height=&quot;378&quot; scrolling=&quot;no&quot; src=&quot;https://player.twitch.tv/?video=v129986900&amp;amp;autoplay=false&quot; width=&quot;620&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
vs zellyff
&lt;iframe allowfullscreen=&quot;true&quot; frameborder=&quot;0&quot; height=&quot;378&quot; scrolling=&quot;no&quot; src=&quot;https://player.twitch.tv/?video=v130675242&amp;amp;autoplay=false&quot; width=&quot;620&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
Week 5&amp;nbsp;&lt;/h3&gt;
vs lisami：&lt;br /&gt;
&lt;h3&gt;
&lt;iframe allowfullscreen=&quot;true&quot; frameborder=&quot;0&quot; height=&quot;378&quot; scrolling=&quot;no&quot; src=&quot;https://player.twitch.tv/?video=v132758609&amp;amp;autoplay=false&quot; width=&quot;620&quot;&gt;&lt;/iframe&gt;

&amp;nbsp;&lt;/h3&gt;
&lt;h3&gt;
Week 5 晉級賽

&lt;iframe allowfullscreen=&quot;true&quot; frameborder=&quot;0&quot; height=&quot;378&quot; scrolling=&quot;no&quot; src=&quot;https://player.twitch.tv/?video=v133217744&amp;amp;autoplay=false&quot; width=&quot;620&quot;&gt;&lt;/iframe&gt;&lt;/h3&gt;
</content><link rel='replies' type='application/atom+xml' href='http://tomobu.blogspot.com/feeds/5172641988964348055/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://tomobu.blogspot.com/2017/04/condor-s5.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17395905/posts/default/5172641988964348055'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17395905/posts/default/5172641988964348055'/><link rel='alternate' type='text/html' href='http://tomobu.blogspot.com/2017/04/condor-s5.html' title='CoNDOR S5 季賽記錄'/><author><name>KIKA</name><uri>http://www.blogger.com/profile/09016962761675333823</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhLrHBoXEw0xKac91NdwAYea-PQcZD5KgTG3MmGeZ-MWDQnpasJ5qpyiJeWT29Thi-I5AAHP4u1iDLm0DZJ0r5LZrFrAnz3Md-lQZK1qcbTbX0-Fq8ZOtHH7QQhlXD47XM/s100/2011_small.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17395905.post-4529447649699392097</id><published>2017-04-10T12:28:00.000+08:00</published><updated>2021-08-13T16:33:41.350+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="oxenfree"/><category scheme="http://www.blogger.com/atom/ns#" term="Twitch"/><title type='text'>OXENFREE實況記錄</title><content type='html'>
去亞沙家實況的驚悚遊戲，其實希望繼續挖掘出真結局，但好像...就這麼.....結束了?&lt;br /&gt;
第一輪：
&lt;br /&gt;
&lt;iframe allowfullscreen=&quot;true&quot; frameborder=&quot;0&quot; height=&quot;378&quot; scrolling=&quot;no&quot; src=&quot;https://player.twitch.tv/?video=v75350710&amp;amp;autoplay=false&quot; width=&quot;620&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;iframe allowfullscreen=&quot;true&quot; frameborder=&quot;0&quot; height=&quot;378&quot; scrolling=&quot;no&quot; src=&quot;https://player.twitch.tv/?video=v75351263&amp;amp;autoplay=false&quot; width=&quot;620&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;
第二輪：
&lt;iframe allowfullscreen=&quot;true&quot; frameborder=&quot;0&quot; height=&quot;378&quot; scrolling=&quot;no&quot; src=&quot;https://player.twitch.tv/?video=v75352491&amp;amp;autoplay=false&quot; width=&quot;620&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;iframe allowfullscreen=&quot;true&quot; frameborder=&quot;0&quot; height=&quot;378&quot; scrolling=&quot;no&quot; src=&quot;https://player.twitch.tv/?video=v75353338&amp;amp;autoplay=false&quot; width=&quot;620&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomobu.blogspot.com/feeds/4529447649699392097/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://tomobu.blogspot.com/2017/04/oxenfree.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17395905/posts/default/4529447649699392097'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17395905/posts/default/4529447649699392097'/><link rel='alternate' type='text/html' href='http://tomobu.blogspot.com/2017/04/oxenfree.html' title='OXENFREE實況記錄'/><author><name>KIKA</name><uri>http://www.blogger.com/profile/09016962761675333823</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhLrHBoXEw0xKac91NdwAYea-PQcZD5KgTG3MmGeZ-MWDQnpasJ5qpyiJeWT29Thi-I5AAHP4u1iDLm0DZJ0r5LZrFrAnz3Md-lQZK1qcbTbX0-Fq8ZOtHH7QQhlXD47XM/s100/2011_small.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17395905.post-7802823923626183482</id><published>2017-02-07T16:11:00.001+08:00</published><updated>2021-08-13T16:34:00.933+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="CoNDOR"/><category scheme="http://www.blogger.com/atom/ns#" term="NecroDancer"/><title type='text'>ConDUIT初體驗記錄</title><content type='html'>發現現在線上沒有一個地方可以好好記錄自己現在的生活。所以還是回來寫在部落格。&lt;br /&gt;
&lt;br /&gt;
大約去年或前年開始我註冊了Steam。買了節奏地牢後，剛好朋友介紹AGDQ，當年節奏地牢也有節目，由高手 SpootyBiscuit&amp;nbsp;跑了一次Coda All Zone。&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe width=&quot;320&quot; height=&quot;266&quot; class=&quot;YOUTUBE-iframe-video&quot; data-thumbnail-src=&quot;https://i.ytimg.com/vi/SRbybbDo8Kw/0.jpg&quot; src=&quot;https://www.youtube.com/embed/SRbybbDo8Kw?feature=player_embedded&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
差不多由此開始，對 speedrun 還有進階技巧的節奏地牢產生興趣。開始挖掘Twitch上各種節奏地牢的實況。&lt;br /&gt;
&lt;br /&gt;
於是又有緣認識了一位巴西實況主 bacing。他對於節奏地牢的遊戲機制以及各種speedrun技巧也有認識。很快的自己也開始跟著學如何速攻。成就也大約在去年開始一路解了大半（剩下的另一半真的太難了....有緣我會獵得到第三隻綠蝙蝠）。&lt;br /&gt;
&lt;br /&gt;
這段期間就是幾乎無間斷的玩節奏地牢，看別人實況節奏地牢。慢慢認識國外社群他們的活動。到今年才參加&lt;a href=&quot;http://www.condorleague.tv/&quot;&gt;CoNDOR&lt;/a&gt;主辦的節奏地牢比賽，CoNDUIT。&lt;br /&gt;
&lt;br /&gt;
CoNDOR 全名是Crypt of the NecroDancer Online Racing，由一群喜愛節奏地牢的玩家合辦的線上競賽活動。&lt;br /&gt;
每個月都會有不同主題的比賽項目，比賽將會在Twitch上由主辦實況。&lt;br /&gt;
而CoNDUIT 是歡迎新手加入，類似新人盃的比賽。&lt;br /&gt;
&lt;br /&gt;
我在去年底時認識了另一名同為蕃茄又是節奏地牢的同好哇頭沒頭。之後被一起告知有比賽的事，就開始研究如何參賽。&lt;br /&gt;
原先預計是一月參加，但是由歐美主辦的活動時間大多是台灣午夜，後來跟主辦協調後改報名第18屆CoNDUIT，這屆剛好會在台灣時間早上八點比賽（另一個常辦比賽的時間是半夜三點）。&lt;br /&gt;
&lt;br /&gt;
接下來就不多說，直接看記錄。&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&quot;&quot; class=&quot;YOUTUBE-iframe-video&quot; data-thumbnail-src=&quot;https://i.ytimg.com/vi/lOr3lkv4ngs/0.jpg&quot; frameborder=&quot;0&quot; height=&quot;266&quot; src=&quot;https://www.youtube.com/embed/lOr3lkv4ngs?feature=player_embedded&quot; width=&quot;320&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&quot;&quot; class=&quot;YOUTUBE-iframe-video&quot; data-thumbnail-src=&quot;https://i.ytimg.com/vi/3mmHfZgbQLA/0.jpg&quot; frameborder=&quot;0&quot; height=&quot;266&quot; src=&quot;https://www.youtube.com/embed/3mmHfZgbQLA?feature=player_embedded&quot; width=&quot;320&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
其實比賽前一天很緊張，當天比也是一直覺得自己跳的不好。結果回頭翻記錄發現，大家其實一直在輪流死。整個活動從觀眾的角度看其實很歡樂。&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&quot;&quot; class=&quot;YOUTUBE-iframe-video&quot; data-thumbnail-src=&quot;https://i.ytimg.com/vi/uQ7MDUn3Wrw/0.jpg&quot; frameborder=&quot;0&quot; height=&quot;266&quot; src=&quot;https://www.youtube.com/embed/uQ7MDUn3Wrw?feature=player_embedded&quot; width=&quot;320&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
還跟AMAK11一起上演延長的延長賽。&lt;br /&gt;
&lt;br /&gt;
總之整體來說玩的很開心，下次應該還是會再參加（目標是拿前二從新人盃中畢(禁)業(賽)）。</content><link rel='replies' type='application/atom+xml' href='http://tomobu.blogspot.com/feeds/7802823923626183482/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://tomobu.blogspot.com/2017/02/conduit.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17395905/posts/default/7802823923626183482'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17395905/posts/default/7802823923626183482'/><link rel='alternate' type='text/html' href='http://tomobu.blogspot.com/2017/02/conduit.html' title='ConDUIT初體驗記錄'/><author><name>KIKA</name><uri>http://www.blogger.com/profile/09016962761675333823</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhLrHBoXEw0xKac91NdwAYea-PQcZD5KgTG3MmGeZ-MWDQnpasJ5qpyiJeWT29Thi-I5AAHP4u1iDLm0DZJ0r5LZrFrAnz3Md-lQZK1qcbTbX0-Fq8ZOtHH7QQhlXD47XM/s100/2011_small.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/SRbybbDo8Kw/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry></feed>