<?xml version="1.0" encoding="UTF-8" ?>
<feed xml:lang="ja" xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:thr="http://purl.org/syndication/thread/1.0">
  <title type="text">よっぱ主義。</title>
  <subtitle type="html">Insights/Ideas/Interactions
ITとSocialMediaについて書くブログ</subtitle>
  <link rel="self" type="application/atom+xml" href="https://yoppa.blog.shinobi.jp/atom"/>
  <link rel="alternate" type="text/html" href="https://yoppa.blog.shinobi.jp/"/>
  <updated>2006-07-21T03:25:15+09:00</updated>
  <author><name>よっぱ</name></author>
  <generator uri="//www.ninja.co.jp/blog/" version="0.9">忍者ブログ</generator>
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" />
  <entry>
    <id>yoppa.blog.shinobi.jp://entry/118</id>
    <link rel="alternate" type="text/html" href="https://yoppa.blog.shinobi.jp/%E4%BB%95%E4%BA%8B%E8%A1%93/%E6%98%8E%E6%97%A5%E3%81%AE%E4%BB%95%E4%BA%8B%E3%82%92%E5%B0%91%E3%81%97%E3%81%A7%E3%82%82%E6%A5%BD%E3%81%AB%E3%81%99%E3%82%8B%E3%81%9F%E3%82%81%E3%81%AB%E3%82%84%E3%82%8B%E3%81%B9%E3%81%8D%E3%81%93%E3%81%A8" />
    <published>2011-11-20T00:34:31+09:00</published> 
    <updated>2011-11-20T00:34:31+09:00</updated> 
    <category term="仕事術" label="仕事術" />
    <title>明日の仕事を少しでも楽にするためにやるべきこと</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[<div>
	非効率な作業を「これが当たり前だ」と言わんばかりの環境にいたときの話をします。<br />
	<br />
	みなさんは職場で、理由の無い非効率な作業に違和感を感じたことは無いでしょうか？<br />
	その非効率な作業に理由があれば問題はありません。しかしたいていの場合は改める発想が無かったり、そもそもそれが非効率だと気づいていないパターンがあったりします。<br />
	<br />
	そんな非効率な作業に気づいた時に、取るべきアプローチをまとめます。</div>
<div style="text-align:center">
	<br />
	<img alt="file8631263254163.jpg" src="//yoppa.blog.shinobi.jp/File/file8631263254163.jpg" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; vertical-align: middle; width: 450px; height: 300px; " /></div>
<br /><a href="https://yoppa.blog.shinobi.jp/%E4%BB%95%E4%BA%8B%E8%A1%93/%E6%98%8E%E6%97%A5%E3%81%AE%E4%BB%95%E4%BA%8B%E3%82%92%E5%B0%91%E3%81%97%E3%81%A7%E3%82%82%E6%A5%BD%E3%81%AB%E3%81%99%E3%82%8B%E3%81%9F%E3%82%81%E3%81%AB%E3%82%84%E3%82%8B%E3%81%B9%E3%81%8D%E3%81%93%E3%81%A8" target="_blank">つづきはこちら→</a>]]> 
    </content>
    <author>
            <name>よっぱ</name>
        </author>
  </entry>
  <entry>
    <id>yoppa.blog.shinobi.jp://entry/117</id>
    <link rel="alternate" type="text/html" href="https://yoppa.blog.shinobi.jp/programing/visual%20studio%202010%20win%E3%82%A2%E3%83%97%E3%83%AA%E9%96%8B%E7%99%BA%E3%81%A7debug%E3%81%A8release%E3%81%A7%E5%8B%95%E7%9A%84%E3%81%ABapp.config%E3%82%92%E6%9B%B8%E3%81%8D%E6%8F%9B%E3%81%88%E3%82%8B%E6%96%B9%E6%B3%95" />
    <published>2011-07-13T01:30:33+09:00</published> 
    <updated>2011-07-13T01:30:33+09:00</updated> 
    <category term="Programing" label="Programing" />
    <title>Visual Studio 2010 Winアプリ開発でDebugとReleaseで動的にApp.configを書き換える方法</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[<div>今回の話は自分メモです。<br />
VisualStudio2010でのWinアプリ開発やコンソールアプリ開発で、本来できない<strong>「ビルドタイプによるApp.configの動的書き換えを行おう」</strong>という話です。</div>
<br />
<div>現在のVisual Studio 2010 での開発では、Webアプリ開発だと <strong>Web.config</strong> を <strong>&ldquo;Web.Debig.config&rdquo;</strong> や <strong>&ldquo;Web.Release.config&rdquo;</strong> による変換処理（<strong>TransformWebConfig</strong>）を行う機能がデフォルトであります。これにより<strong>Debug</strong>と<strong>Release</strong>といったビルドタイプの違いによって、Web.configの設定値を動的に変換し、適切なWeb.configにするということが可能でした。</div>
<div>しかし、Winアプリ開発やコンソールアプリ開発では、Webアプリ開発でついていた変換処理のような機能はついておらず、アプリケーション開発者は<strong>Release</strong>前に<strong>App.config</strong>を書き換えて<strong>Release</strong>処理を行う、もしくは<strong>Release</strong>後に<strong>App.config</strong>を書き換える必要がありました。</div>
<br />
<div style="text-align: center; "><a target="_blank" href="//yoppa.blog.shinobi.jp/File/Winform001.PNG"><img height="300" border="0" alt="" src="//yoppa.blog.shinobi.jp/File/Winform001.PNG" /></a><br />
<br />
<a target="_blank" href="//yoppa.blog.shinobi.jp/File/Winform002.PNG"><img height="300" border="0" alt="" src="//yoppa.blog.shinobi.jp/File/Winform002.PNG" /></a><br />
<strong>Webアプリ開発では動的に書き換える機能がそなわっている</strong></div>
<br />
<br />
<div style="text-align: center; "><a target="_blank" href="//yoppa.blog.shinobi.jp/File/Winform011.PNG"><img height="300" border="0" alt="" src="//yoppa.blog.shinobi.jp/File/Winform011.PNG" /></a><br />
<strong>Windowsアプリ開発ではWebアプリ開発のような動的書き換えの機能はない</strong></div>
<br />
<br />
<div>今回は、その問題をクリアするための方法です。</div>
<br />
<div>方法はいたって単純。いわゆるJavaで言うところのAntビルドのビルド設定ファイルを変更し、ビルド時に調整を施すだけです。<br />
Antビルドでは、build.xmlを用いてビルド処理、およびjarファイルへのパッケージング処理を行っていました。<br />
<strong>Visual Studio（.net Framework）</strong>では、ビルドを<strong>MSBuild.exe</strong>と<strong>プロジェクトファイル（xxx.csprojなど）</strong>を用いて行っています。Antビルドでのbuild.xmlと同じ役割をしているのがプロジェクトファイルになるわけです。</div>
<br />
<div>今回、Visual Studio 2010 Expressを用います。なお、今回の例ではC#で作成しています。VBの場合は適宜VBでのファイルに置き換えて考えてください。<br />
参考にしたのは以下のサイトです。以下のサイトを参考に適宜変更・訂正しています。</div>
<ul>
    <li><a href="http://d.hatena.ne.jp/sixpetals/20110420/p1">DebugとReleaseでApp.configを切り替える（その２：XDT 編） - 狂言日誌</a></li>
    <li><a href="http://vishaljoshi.blogspot.com/2010/05/applying-xdt-magic-to-appconfig.html">Vishal Joshi's Tangent: Applying XDT magic to App.Config</a></li>
    <li><a href="http://msdn.microsoft.com/ja-jp/library/0k6kkbsd.aspx">MSBuild リファレンス</a></li>
</ul><br /><a href="https://yoppa.blog.shinobi.jp/programing/visual%20studio%202010%20win%E3%82%A2%E3%83%97%E3%83%AA%E9%96%8B%E7%99%BA%E3%81%A7debug%E3%81%A8release%E3%81%A7%E5%8B%95%E7%9A%84%E3%81%ABapp.config%E3%82%92%E6%9B%B8%E3%81%8D%E6%8F%9B%E3%81%88%E3%82%8B%E6%96%B9%E6%B3%95" target="_blank">つづきはこちら→</a>]]> 
    </content>
    <author>
            <name>よっぱ</name>
        </author>
  </entry>
  <entry>
    <id>yoppa.blog.shinobi.jp://entry/116</id>
    <link rel="alternate" type="text/html" href="https://yoppa.blog.shinobi.jp/%E9%9B%91%E8%A8%98/%E7%9B%AE%E6%A8%99%E3%81%AB%E5%90%91%E3%81%91%E3%81%A6%E3%82%A2%E3%83%97%E3%83%AD%E3%83%BC%E3%83%81%E3%81%99%E3%82%8B%E3%81%A8%E3%81%8D%E3%81%AB%E6%B1%BA%E3%82%81%E3%81%A6%E3%81%84%E3%82%8B%EF%BC%94%E3%81%A4%E3%81%AE%E8%87%AA%E5%88%86%E3%83%AB%E3%83%BC%E3%83%AB" />
    <published>2011-06-28T07:43:28+09:00</published> 
    <updated>2011-06-28T07:43:28+09:00</updated> 
    <category term="雑記" label="雑記" />
    <title>目標に向けてアプローチするときに決めている４つの自分ルール</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[常に目標を決めてそれに向けて動いていないとだらだらに怠けてしまう典型的なタイプ、yoppa0516です。おはようございます。
<div>今回は、はてなの重鎮<a href="http://d.hatena.ne.jp/komoko-i/">id:komoko-i</a>さんと、<s>ハイキックの女王</s>ローキックの女帝<a href="http://d.hatena.ne.jp/hase0831/">id:hase0831</a>さんの記事を読んで、自分自身が目標に向けてアプローチしている時に、自分の中で決めている決め事をあげてみます。<br />
&nbsp;</div>
<div>
<div><a href="http://d.hatena.ne.jp/komoko-i/20110625/p1">仕事をしながら勉強を続けるための７つのポイント｜かみんぐあうとっ</a><br />
<a href="http://d.hatena.ne.jp/komoko-i/20110625/p1">http://d.hatena.ne.jp/komoko-i/20110625/p1</a>
<div>&nbsp;</div>
<a href="http://d.hatena.ne.jp/hase0831/20110626">終電＝定時だったわたしが勉強時間を確保するためにした1つのこと - インターネットの備忘録</a><br />
<a href="http://d.hatena.ne.jp/hase0831/20110626">http://d.hatena.ne.jp/hase0831/20110626<br />
<br />
<br />
</a></div>
<font color="#990000"><strong>■</strong></font><strong>１．とりあえず始める</strong><br />
<br />
<strong>まずはとりあえず始めてみること。</strong><br />
<div>よく「やる気が出たら始めるよ」とか「やる気がでないから始められない」という言葉を耳にします。僕自身も社会人になって、同期から、後輩からその発言を幾度となく聞きました。</div>
<div>&nbsp;</div>
<div>実際に、確かにやる気にならないと自分の負荷になることをするのは億劫で、だるいしできれば家でゴロゴロしてたいし、だいたいこういうとき「あぁ部屋の掃除しなきゃ」とか「そういえば今日はマガジンの発売日だった」などと逃げ道を見つけては、楽な方に逃げがちです。僕だって同じです。</div>
<div>&nbsp;</div>
<div>ただ「始めなければ終わらない」ということは認識していないといけません。</div>
<div>&nbsp;</div>
<div>「やる気が&hellip;」と言うのは簡単ですけど、逃避や合理化で自分の気持ちやきっかけを消してしまうのは勿体無いですよ。<br />
<br />
<div style="text-align: center; "><a target="_blank" href="//yoppa.blog.shinobi.jp/File/yopa.png"><img height="250" border="0" alt="" src="//yoppa.blog.shinobi.jp/File/yopa.png" /></a></div>
<blockquote>
<div>やる気になったら勉強するって言ってる奴は一生勉強できない。まずは無理やり勉強し始める。次第にわかるようになって、わからないところが少なくなって、勉強することが楽しくなる。その時になって初めて感じるのがやる気であって、最初のは焦燥感と、その一歩を踏み出したことによる安堵感。</div>
<div><a href="https://twitter.com/yoppa0516/status/67029591897812992">https://twitter.com/yoppa0516/status/67029591897812992</a></div>
</blockquote>
<div>&nbsp;</div>
</div>
</div><br /><a href="https://yoppa.blog.shinobi.jp/%E9%9B%91%E8%A8%98/%E7%9B%AE%E6%A8%99%E3%81%AB%E5%90%91%E3%81%91%E3%81%A6%E3%82%A2%E3%83%97%E3%83%AD%E3%83%BC%E3%83%81%E3%81%99%E3%82%8B%E3%81%A8%E3%81%8D%E3%81%AB%E6%B1%BA%E3%82%81%E3%81%A6%E3%81%84%E3%82%8B%EF%BC%94%E3%81%A4%E3%81%AE%E8%87%AA%E5%88%86%E3%83%AB%E3%83%BC%E3%83%AB" target="_blank">つづきはこちら→</a>]]> 
    </content>
    <author>
            <name>よっぱ</name>
        </author>
  </entry>
  <entry>
    <id>yoppa.blog.shinobi.jp://entry/115</id>
    <link rel="alternate" type="text/html" href="https://yoppa.blog.shinobi.jp/%E4%BB%95%E4%BA%8B%E8%A1%93/%E4%BD%9C%E6%A5%AD%E3%81%AB%E9%9B%86%E4%B8%AD%E3%81%99%E3%82%8B%E3%81%9F%E3%82%81%E3%81%AB%E6%B0%97%E3%82%92%E3%81%A4%E3%81%91%E3%81%A6%E3%81%84%E3%82%8B%EF%BC%93%E3%81%A4%E3%81%AE%E3%81%93%E3%81%A8" />
    <published>2011-04-20T22:30:00+09:00</published> 
    <updated>2011-04-20T22:30:00+09:00</updated> 
    <category term="仕事術" label="仕事術" />
    <title>作業に集中するために気をつけている３つのこと</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[久しぶりにブログを書きます。
<div>少し前、作業がものすごい短いスパンで積まれていた関係で、いろいろな作業をマルチにこなさなければならなかったことがあった際、作業時に意識的に取り入れていた３つのポイントです。</div>
<div>実際にこれで単純作業に近い作業の作業効率はかなり上がりました。</div>
<br />
<br />
<strong><font color="#800000">■</font>１．環境を整える</strong><br />
単純に環境といってもいろいろあります。<br />
<div>以下では3つの環境を整理することを例としてあげます。</div>
<div>余計なものが目に入って、他の事をしたくなるのをとめるためにも、最低限以下の3つの整理は行ってください。</div>
<div>&nbsp;</div>
<div><strong>・机の上の環境を整理</strong></div>
<div>恐らくこのブログを読む人であれば、基本的にデスクワークが作業の中心になる人だと思います。</div>
<div>デスクワークが中心だと、最低限のPC環境（モニターとキーボード、マウス）、あとはその作業を行うのにに必要な書類のみがあれば十分ではないでしょうか。</div>
<div>ということで、上に示した作業に必要な最低限の物以外は、視野に入らないように机の中やキャビネの中に隠してください。必要最低限のものだけを残すことが重要です。</div>
<div>余計な情報が入ることで気が散ります。単に「気が散る」と書くと短気な人みたいですが、目もPC等と同じで、視野から入ってきた情報を処理しようとしてしまいます。そんなところに無駄に頭を使うよりかは、今終わらせなきゃいけない作業を早く終わらせて、早く帰って<a href="http://rcm-jp.amazon.co.jp/e/cm?t=yoppa-22&amp;o=9&amp;p=8&amp;l=as1&amp;asins=B003CN64UC&amp;ref=qf_sp_asin_til&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr">モンハン</a>しましょう。</div>
<div>&nbsp;</div>
<div><strong>・机の周りを整理</strong></div>
<div>次に、机以外の目に見える範囲の整理です。</div>
<div>無駄な情報が入ってこないようにする意味でも、無駄な情報が入り込む余地がないように、机以外の視野内に入る余計なものは隠します。</div>
<div>作業で風景や空間などのイメージを膨らます必要がないのであれば、ポスターなども不必要です。</div>
<div>貼るのであれば、作業空間に座った時に目に見えない場所に貼った方がいいです。作業が終わった後にじっくりと鑑賞してください。</div>
<br />
<div><strong>・PCのデスクトップを整理</strong></div>
<div>最後にデスクトップの整理。</div>
<div>今開いてるPCのウインドウはたくさん開いていませんか？フォルダは？無駄にIE立ち上げまくってませんか？</div>
<div>とりあえず要らないウインドウは消して下さい。今から行う作業で必要なウインドウ以外は不必要です。見ないようにすることが板につけば、一気に作業効率が上がります。TweenやSkype、Messengerも全部作業ウインドウから排除してください。</div>
<div>&nbsp;</div>
<div>どうしても残しておきたい場合は、仮想デスクトップの切替ができるアプリケーションを使って、最低限見えない状態を作ってください。</div>
<div>Linuxであれば、デスクトップ環境がGNOMEとかKDEであれば基本ついているはずです。</div>
<div>Macユーザーであれば、少し違いますがLeopardにはSpacesというアプリケーションごとにデスクトップを割り当てて、作業スペースを確保する機能が標準搭載されています。また、Spacesの拡張ができるWarpというアプリもあるようです。</div>
<div>詳しくはMacを持ってるマカーの方にお尋ねください。私はMacは持っていないのでわかりません。</div>
<div>&nbsp;</div>
<div>Windowsユーザーであれば、<a href="http://technet.microsoft.com/ja-jp/sysinternals/cc817881">Desktops</a>か<a href="http://www.docs.kr/entry/Download-Shock-4Way3D-en">Shock 4Way 3D</a>、XP以前のOS限定だと<a href="http://windows.microsoft.com/en-US/windows/downloads/windows-xp">Virtual Desktop Manager</a>や<a href="http://bluecard.no-ip.com/freeware/WinDeskWide/">WinDeskWide</a>があります。<a href="http://technet.microsoft.com/ja-jp/sysinternals/cc817881">Desktops</a>と<a href="http://windows.microsoft.com/en-US/windows/downloads/windows-xp">Virtual Desktop Manager</a>はMicrosoftの無償提供のアプリケーションで、<a href="http://www.docs.kr/entry/Download-Shock-4Way3D-en">Shock 4Way 3D</a>と<a href="http://bluecard.no-ip.com/freeware/WinDeskWide/">WinDeskWide</a>はフリーウェアになります。</div>
<div>ちなみに自分は<a href="http://technet.microsoft.com/ja-jp/sysinternals/cc817881">Desktops</a>を使っています。Windows7でも普通に動くので非常に便利です。</div>
<div>&nbsp;<br />
・<a href="http://journal.mycom.co.jp/column/osx/254/index.html">【コラム】OS X ハッキング! (254) Leopard解体新書(5) ～Spacesはイイ感じ～ | パソコン | マイコミジャーナル<br />
</a>
<div>・<a href="http://www.ksuther.com/warp/">ksuther.com | Warp</a></div>
</div>
<div>・<a href="http://technet.microsoft.com/ja-jp/sysinternals/cc817881">Windows Sysinternals | Desktops</a></div>
<div>・<a href="http://www.docs.kr/entry/Download-Shock-4Way3D-en">Shock 4Way 3D</a></div>
<div>・<a href="http://windows.microsoft.com/en-US/windows/downloads/windows-xp">Virtual Desktop Manager</a></div>
<div>・<a href="http://bluecard.no-ip.com/freeware/WinDeskWide/">WinDeskWide</a></div>
<div>&nbsp;</div>
<br />
<strong><font color="#800000">■</font>２．他の事を全て忘れる</strong><br />
<div>余計な情報が頭をよぎって集中できないことは、作業に集中できない状況に多々あることです。</div>
<div>目に入る情報ですら入ってこないようにシャットアウトした方がいいとなると、今まさに作業に取り組もうとしてる時に「そう言えば営業のAさんから見積依頼きてたなー」とか「そういえば今度綾たんの誕生日だなー、プレゼント何にしよう&hellip;」とか、そういうことを考えることも&ldquo;余計な情報&rdquo;になることはわかると思います。</div>
<div>でも中途半端な状態、要するに頭に今すべき作業以外の情報がよぎってる状態で作業をしても、作業効率は当然なかなか上がりません。作業が終わらないということは、次にやりたいことに進めないのです。そしてまた他にやらなきゃいけないことを思い出して&hellip;&hellip;この繰り返しが結構あるんじゃないでしょうか？</div>
<div>ここでは2つのポイントを挙げます。</div>
<div>&nbsp;</div>
<div><strong>・頭の中を空にする</strong></div>
<div>PCでは余計なメモリを使わない方がさくさく動きます。それはCPUが作業に使う領域として持っているメモリ空間（１次キャッシュや２次キャッシュ）が、ある程度自由に利用できる状態になっているからです。（実際には微妙に違いますが。。。）</div>
<div>このメモリ空間が、ある程度以上、作業に関係ない情報で満たされていたとするとどうでしょう？</div>
<div>CPUが本来作業に使いたいと思っている領域まで、余計な情報が埋め尽くされている状態では、当然処理に時間がかかります。忘れてはいけないので当然削除したくても削除できない。むしろ覚えていなきゃいけないので&ldquo;覚えておくための処理&rdquo;に余計な労力が裂かれるのです。</div>
<div>&nbsp;</div>
<div>ここですべきことは、今すべき作業のこと以外の情報は忘れること。要するに、CPUの能力をフル活用するために、頭の中にある余計な情報を削除するのです。</div>
<div>例えば、この作業が終わった後にする作業については、手帳のToDoリストに書いておいたり、付箋でリスト管理したりしておけば恐らく問題ないでしょう。</div>
<div>「この後○○時から予定がある。」とかの場合は、その予定の準備時間も考慮した時間に、携帯のアラートや、定時にメールを飛ばすようなツールを使って、自分自身に知らせればいいです。</div>
<div>自分が頭に入れていた記憶を、外部のツール（手帳や予定管理ツールなど）に記録することで、頭の中にある余計な情報を削除すればいいんです。これで余計なことを考えながら悶々と作業をするような状況から開放されます。</div>
<div>&nbsp;</div>
<div><strong>・マルチタスクしない</strong></div>
<div>もう一つ大事なのが、頭を使う仕事のマルチタスクは行わないこと。上でCPUの例をあげましたが、人間の頭はCPUほど高性能じゃありません。割り込みを繰り返して、いつかは何か間違いを犯します。必ず行う作業は１つに絞って取り組んでください。</div>
<div>&nbsp;</div>
<div><br />
<strong><font color="#800000">■</font>３．ゴールを決める</strong><br />
単一作業はいづれ必ず飽きます。医学的には人間の集中力の持続時間は子供で50分、大人で90分だそうです。</div>
<div>とは言いつつも、目の前にある作業をクリアしないといけないのが実状。。。終わるまでという認識の中で、だらだらと作業してしまうのが本当のところではないでしょうか？</div>
<div>ここで、だらだらと作業を続けて目標のものができるまで延々と続けるよりかは、最初から「決められた時間、決められた量」をこなすように意識付けをして、取り組んだ方が、作業の終着点がはっきりするので取り組む速さがぐっと上がります。</div>
<div>ここで立てるゴールも、数値化できる目標（時間、量（ページ、行）など）の方が、やめる時や他の作業に移る時に気持ちの切替がしやすいです。もちろん数値化できない目標（質、密度、濃度など）の場合は、無理に数値化しようとするのではなく、諦めて素直に作業に取り掛かってください。</div>
<div>&nbsp;</div>
<div>これは、単純に作業の切替をはっきりさせるという意味以外にも、目標を明確化しておくことで、今から行う作業は何に重点を置くべき作業なのかを明確化意味もあります。</div>
<br />
<br />
以上の3点です。<br />
気になる方は一度やっていてはいかがですか？<br />
<br />
<br />
<iframe src="http://rcm-jp.amazon.co.jp/e/cm?lt1=_blank&amp;bc1=000000&amp;IS2=1&amp;nou=1&amp;bg1=FFFFFF&amp;fc1=000000&amp;lc1=0000FF&amp;t=yoppa-22&amp;o=9&amp;p=8&amp;l=as1&amp;m=amazon&amp;f=ifr&amp;ref=qf_sp_asin_til&amp;asins=B003CN64UC" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe><iframe src="http://rcm-jp.amazon.co.jp/e/cm?lt1=_blank&amp;bc1=000000&amp;IS2=1&amp;bg1=FFFFFF&amp;fc1=000000&amp;lc1=0000FF&amp;t=yoppa-22&amp;o=9&amp;p=8&amp;l=as1&amp;m=amazon&amp;f=ifr&amp;ref=qf_sp_asin_til&amp;asins=4820716891" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe> <br type="_moz" />]]> 
    </content>
    <author>
            <name>よっぱ</name>
        </author>
  </entry>
  <entry>
    <id>yoppa.blog.shinobi.jp://entry/114</id>
    <link rel="alternate" type="text/html" href="https://yoppa.blog.shinobi.jp/social%20media/-197x%E3%83%91%E3%83%BC%E3%83%86%E3%82%A3%E3%83%BC%E3%81%A7lt%E3%81%97%E3%81%BE%E3%81%97%E3%81%9F" />
    <published>2011-01-28T00:46:01+09:00</published> 
    <updated>2011-01-28T00:46:01+09:00</updated> 
    <category term="Social Media" label="Social Media" />
    <title>#197xパーティーでLTしました</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[先週の金曜日ですが、<br />
<h1 class="summary">第3回 197X パーティー(2011新年会兼)</h1>
<a href="http://atnd.org/events/11058">http://atnd.org/events/11058</a><br />
<br />
に参加してきました。<br />
<br />
<br />
そのときに、LT初で、「ソーシャルメディア分布図を作ってみた」というお題で、適当なことを話してきました。<br />
そのときのスライドをSlideShareにアップしました。<br />
<div id="__ss_6720465" style="width: 425px;"><strong style="display: block; margin: 12px 0pt 4px;"><a title="ソーシャルメディア分布図2010を作ってみた" href="http://www.slideshare.net/yoppa0516/2010-6720465">ソーシャルメディア分布図2010を作ってみた</a></strong><object width="425" height="355" id="__sse6720465">
<param value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=2010-110127091719-phpapp01&amp;stripped_title=2010-6720465&amp;userName=yoppa0516" name="movie" />
<param value="true" name="allowFullScreen" />
<param value="always" name="allowScriptAccess" /><embed width="425" height="355" allowfullscreen="true" allowscriptaccess="always" type="application/x-shockwave-flash" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=2010-110127091719-phpapp01&amp;stripped_title=2010-6720465&amp;userName=yoppa0516" name="__sse6720465"></embed></object>
<div style="padding: 5px 0pt 12px;">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/yoppa0516">Taiuke Nakamura</a>.</div>
</div>
<br />
やっぱりアウトプットするってことは重要ですね。<br />
今回のLTに向けて、それなりに時間をかけていろいろと調整はしましたが、結局目標のものはできず。。。<br />
ただその目標に向けて動いたことから、何か得られたと思っています。<br />
<br />
また機会があったらLTしたいですね。<br />]]> 
    </content>
    <author>
            <name>よっぱ</name>
        </author>
  </entry>
  <entry>
    <id>yoppa.blog.shinobi.jp://entry/113</id>
    <link rel="alternate" type="text/html" href="https://yoppa.blog.shinobi.jp/social%20media/socialgamesactorsmap" />
    <published>2011-01-13T00:00:00+09:00</published> 
    <updated>2011-01-13T00:00:00+09:00</updated> 
    <category term="Social Media" label="Social Media" />
    <title>SocialGamesActorsMap</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[<style type="text/css">
td {text-align: left;}
</style> 先日、<a href="http://blogs.itmedia.co.jp/knowledge/2011/01/2011-494a.html">みずほ情報総研の吉川さんの記事</a>で取り上げられていた、フランスのWeb2.0系のコンサルタントであるFred Cavazza氏が、今年に入って早々に、SocialGamesの取り巻くアクターをカテゴライズした<a href="http://www.fredcavazza.net/2011/01/06/cartographie-des-acteurs-du-social-gaming/">&ldquo;Cartographie des acteurs des social games&rdquo;</a>という図を公開した。<br />
英語では&ldquo;SocialGamesActorMap&rdquo;、日本語では「SocialGame業界図」とでも言ったところだろうか。<br />
<br />
フランス語のオリジナル記事はこちら。<br />
<a href="http://www.fredcavazza.net/2011/01/06/cartographie-des-acteurs-du-social-gaming/">http://www.fredcavazza.net/2011/01/06/cartographie-des-acteurs-du-social-gaming/</a><br />
<br />
<br />
<div style="text-align: center;"><a target="_blank" href="//yoppa.blog.shinobi.jp/File/Cartographie_des_acteurs_des_social_games.jpg"><img width="520" height="385" border="0" alt="Cartographie_des_acteurs_des_social_games" src="//yoppa.blog.shinobi.jp/File/Cartographie_des_acteurs_des_social_games.jpg" /></a></div>
<br />
<br />
中心に、現在主流のSocialGamesPlatformプロバイダがあり、その周りを囲むように中規模ゲームプロバイダや、独立系のベンチャー系ゲームプロバイダなどが取り囲む構図となっている。<br />
取り囲む中には、SocialGamesを提供するプロバイダだけではなく、広告ソリューションサービスを提供する<a href="http://www.trialpay.com/">TrailPlay</a>（<a href="http://www.trialpay.com/">http://www.trialpay.com/</a>）や、マーケティングサービスの<a href="http://www1.peanutlabs.com/">Peanut Labs</a>（<a href="http://www1.peanutlabs.com/">http://www1.peanutlabs.com/</a>）がマッピングされている。<br />
<br />
日本の企業も、古参のゲームプロバイダとして<a href="http://www.sega.fr/">SEGA</a>（<a href="http://www.sega.fr/">http://www.sega.fr/</a>）、日本でもサービスを提供している<a href="http://www.gaiaonline.com/">Gaia Online</a>（<a href="http://www.gaiaonline.com/">http://www.gaiaonline.com/</a>）、アジア勢としてリストアップされている<a href="http://www.dena.jp/">DeNA</a>（<a href="http://www.dena.jp/">http://www.dena.jp/</a>）があがっている。<br />
<br />
また下のまとめたリストを見るとわかるが、全部で55社がこの図には載っているが、そのうち2社がすでにGoogleに買収されている。Platformとしてはこの図には表れていないが、その幅を徐々にSocialGameの領域へと広げているのがわかる。<br />
<br />
日本のSocialGameの利用について、昨年、<a href="http://internet.watch.impress.co.jp/docs/news/20100618_375409.html">インプレスR&amp;Dが発表した記事</a>では、SNS利用者の64.7％がソーシャルアプリを使用となっており、また別の切り口として、<a href="http://blogs.itmedia.co.jp/knowledge/2010/12/post-701e.html">日本人はインターネットは使うけどソーシャルメディアは使わない</a>という切り口の調査結果もある。<br />
市場規模についても、<a href="http://www.seedplanning.co.jp/press/2010/2010122102.html">昨年度末のシード・プランニングの調査</a>で2011年の1,800億円規模になると言われており、面白い市場であることは間違いないだろう。<br />
<br />
このようなマッピングを日本のプレイヤーで行った場合どうなるか。日本ではどのような構図になるか？現れるActorの違いは？海外のActorの位置づけは？など興味深い点がいくつかあげられる。<br />
<br />
<br />
<font color="#800000"><strong>■</strong></font><strong>掲載サービス一覧</strong><br />
<style type="text/css">
td {text-align: left;}
</style>
<table width="520" cellspacing="0" cellpadding="0" border="0" style="text-align: left;">
    <tbody>
        <tr align="left">
            <td align="left" colspan="4"><strong>（現在の主流の）SocialGamesPlatformプロバイダ：</strong></td>
        </tr>
        <tr align="left">
            <td>　</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.facebook.com/">Facebook</a></td>
            <td align="left"><a href="http://www.facebook.com/">http://www.facebook.com/</a></td>
        </tr>
        <tr align="left">
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.myspace.com/">MySpace</a></td>
            <td align="left"><a href="http://www.myspace.com/">http://www.myspace.com/</a></td>
        </tr>
        <tr align="left">
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td align="left">・<a href="http://www.hi5.com/">Hi5</a></td>
            <td align="left"><a href="http://www.hi5.com/">http://www.hi5.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.friendster.com/">friendstar</a></td>
            <td><a href="http://www.friendster.com/">http://www.friendster.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.myyearbook.com/">myYearbook</a></td>
            <td><a href="http://www.myyearbook.com/">http://www.myyearbook.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://zone.msn.com/">MSNgames</a></td>
            <td><a href="http://zone.msn.com/">http://zone.msn.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>　</td>
            <td>・<a href="http://games.yahoo.com/social-games">YahooGames</a></td>
            <td><a href="http://games.yahoo.com/social-games">http://games.yahoo.com/social-games</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
        </tr>
        <tr>
            <td colspan="4"><strong>その他のプロバイダ：</strong></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.zynga.com/">Zynga</a></td>
            <td><a href="http://www.zynga.com/">http://www.zynga.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.crowdstar.com/">CrowdStar</a></td>
            <td><a href="http://www.crowdstar.com/">http://www.crowdstar.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.playdom.com/">Playdom</a>（Disney）</td>
            <td><a href="http://www.playdom.com/">http://www.playdom.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.playfish.com/">Playfish</a>（EAが買収）</td>
            <td><a href="http://www.playfish.com/">http://www.playfish.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.rockyou.com/">RockYou</a></td>
            <td><a href="http://www.rockyou.com/">http://www.rockyou.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://6Waves">6Waves</a></td>
            <td><a href="http://www.6waves.com/">http://www.6waves.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.sgn.com/">SGN</a></td>
            <td><a href="http://www.sgn.com/">http://www.sgn.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.threerings.com/">ThreeRings</a></td>
            <td><a href="http://www.threerings.com/">http://www.threerings.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.casualcafe.com/">CasualCafe</a></td>
            <td><a href="http://www.casualcafe.com/">http://www.casualcafe.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.digitalchocolate.com/">DEGITAL CHOCORATE</a></td>
            <td><a href="http://www.digitalchocolate.com/">http://www.digitalchocolate.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td><a href="http://www.socialpoint.es/">・SocialPoint</a></td>
            <td><a href="http://www.socialpoint.es/">http://www.socialpoint.es/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
        </tr>
        <tr>
            <td colspan="4"><strong>独立系ベンチャープロバイダ：</strong></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.casualcollective.com/">CasualCollective</a></td>
            <td><a href="http://www.casualcollective.com/">http://www.casualcollective.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.omgpop.com/">omgpop</a></td>
            <td><a href="http://www.omgpop.com/">http://www.omgpop.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.cmune.com/">Cmune</a></td>
            <td><a href="http://www.cmune.com/">http://www.cmune.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
        </tr>
        <tr>
            <td colspan="4"><strong>古参プロバイダ：</strong></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.ubi.com/">UbiSoft</a></td>
            <td><a href="http://www.ubi.com/">http://www.ubi.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.ea.com/">EA</a></td>
            <td><a href="http://www.ea.com/">http://www.ea.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.sega.fr/">SEGA</a></td>
            <td><a href="http://www.sega.fr/">http://www.sega.fr/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
        </tr>
        <tr>
            <td colspan="4"><strong>カジュアルゲームプロバイダ：</strong></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.popcap.com/">PopCap</a></td>
            <td><a href="http://www.popcap.com/">http://www.popcap.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.bigfishgames.com/">BigFish</a></td>
            <td><a href="http://www.bigfishgames.com/">http://www.bigfishgames.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.pogo.com/">Pogo</a></td>
            <td><a href="http://www.pogo.com/">http://www.pogo.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.playfirst.com/">PlayFirst</a></td>
            <td><a href="http://www.playfirst.com/">http://www.playfirst.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://us.bigpoint.com/">BigPoint</a></td>
            <td><a href="http://us.bigpoint.com/">http://us.bigpoint.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://cafe.com">cafe.com</a></td>
            <td><a href="http://www.cafe.com/">http://www.cafe.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
        </tr>
        <tr>
            <td colspan="4"><strong>MMO/バーチャルネットワークゲームプロバイダ：</strong></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.gaiaonline.com/">Gaia Online</a></td>
            <td><a href="http://www.gaiaonline.com/">http://www.gaiaonline.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.imvu.com/">IMVU</a></td>
            <td><a href="http://www.imvu.com/">http://www.imvu.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.habbo.com/">Habbo</a></td>
            <td><a href="http://www.habbo.com/">http://www.habbo.com/</a></td>
        </tr>
        <tr>
            <td colspan="4"><strong>モバイルサービスプロバイダ：</strong></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.gameloft.com/">Gameloft</a></td>
            <td><a href="http://www.gameloft.com/">http://www.gameloft.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://blog.ngmoco.com/">ngmoco</a></td>
            <td><a href="http://blog.ngmoco.com/">http://blog.ngmoco.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.glu.com/">Glu</a></td>
            <td><a href="http://www.glu.com/">http://www.glu.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.socialdeck.com/">SocialDeck</a>（Googleが買収）</td>
            <td><a href="http://www.socialdeck.com/">http://www.socialdeck.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
        </tr>
        <tr>
            <td colspan="4"><strong>アジア・インド勢：</strong></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td colspan="3">東南アジア系プロバイダ</td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.dena.jp/">DeNA </a></td>
            <td><a href="http://www.dena.jp/">http://www.dena.jp/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.tencent.com/en-us/">Tencent </a></td>
            <td><a href="http://www.tencent.com/en-us/">http://www.tencent.com/en-us/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.fminutes.com/">5Minutes</a></td>
            <td><a href="http://www.fminutes.com/">http://www.fminutes.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td colspan="3">インド系プロバイダ</td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://my.ibibo.com/">Ibibo</a></td>
            <td><a href="http://my.ibibo.com/">http://my.ibibo.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
        </tr>
        <tr>
            <td colspan="4"><strong>広告・マーケティングソリューションプロバイダ：&nbsp; </strong></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td colspan="3">広告ソリューションプロバイダ</td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.trialpay.com/">TrailPlay</a></td>
            <td><a href="http://www.trialpay.com/">http://www.trialpay.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.srpoints.com/">SuperRewards</a></td>
            <td><a href="http://www.srpoints.com/">http://www.srpoints.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.boomerangnetworks.com/">Boomerang Networks</a></td>
            <td><a href="http://www.boomerangnetworks.com/">http://www.boomerangnetworks.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.gwallet.com/">gWallet</a></td>
            <td><a href="http://www.gwallet.com/">http://www.gwallet.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.sponsorpay.com/">SponsorPay</a></td>
            <td><a href="http://www.sponsorpay.com/">http://www.sponsorpay.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td colspan="3">マーケティングプロバイダ</td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www1.peanutlabs.com/">Peanut Labs</a></td>
            <td><a href="http://www1.peanutlabs.com/">http://www1.peanutlabs.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
        </tr>
        <tr>
            <td colspan="4"><strong>決済ソリューションプロバイダ：</strong></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="https://www.tapjoy.com/">Tapjoy</a></td>
            <td><a href="https://www.tapjoy.com/">https://www.tapjoy.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.getgambit.com/">Gambit</a></td>
            <td><a href="http://www.getgambit.com/">http://www.getgambit.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.boku.com/">Boku</a></td>
            <td><a href="http://www.boku.com/">http://www.boku.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.zong.com/">Zong</a></td>
            <td><a href="http://www.zong.com/">http://www.zong.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.sometrics.com/">Sometrics</a></td>
            <td><a href="http://www.sometrics.com/">http://www.sometrics.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.livegamer.com/">LiveGamer</a></td>
            <td><a href="http://www.livegamer.com/">http://www.livegamer.com/</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>・<a href="http://www.jambool.com/">Social Gold</a>（Googleが買収）</td>
            <td><a href="http://www.jambool.com/">http://www.jambool.com/</a></td>
        </tr>
    </tbody>
</table>
<br />
<br />
<strong><font color="#800000">■</font>【参考】</strong><br />
・<a href="http://www.fredcavazza.net/2011/01/06/cartographie-des-acteurs-du-social-gaming/">FredCavazza.net &gt; Cartographie des acteurs du social gaming</a><br />
・<a href="http://blogs.itmedia.co.jp/knowledge/2011/01/2011-494a.html">ソーシャルメディア俯瞰図2011版：ナレッジ！？情報共有・・・永遠の課題への挑戦：ITmedia オルタナティブ・ブログ</a><br />
・<a href="http://www.marketingvirtuel.fr/2011/01/06/tour-dhorizon-des-social-games/">Tour d&rsquo;horizon des social games | Marketing Virtuel</a><br />
・<a href="http://blogs.itmedia.co.jp/knowledge/2010/12/post-701e.html">日本人はインターネットは使うけどソーシャルメディアは使わない：ナレッジ！？情報共有・・・永遠の課題への挑戦：ITmedia オルタナティブ・ブログ</a><br />
・<a href="http://internet.watch.impress.co.jp/docs/news/20100618_375409.html">SNS利用者のソーシャルアプリ体験率は64.7％～インプレスR＆D調査</a><br />]]> 
    </content>
    <author>
            <name>よっぱ</name>
        </author>
  </entry>
  <entry>
    <id>yoppa.blog.shinobi.jp://entry/112</id>
    <link rel="alternate" type="text/html" href="https://yoppa.blog.shinobi.jp/network/ciscocatalyst2960%E3%82%B9%E3%82%A4%E3%83%83%E3%83%81%E3%81%A7show%20dhcp%20lease%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89%E3%81%AF%E4%BD%BF%E3%81%88%E3%81%AA%E3%81%84%EF%BC%9F" />
    <published>2011-01-05T02:38:11+09:00</published> 
    <updated>2011-01-05T02:38:11+09:00</updated> 
    <category term="Network" label="Network" />
    <title>CiscoCatalyst2960スイッチでshow dhcp leaseコマンドは使えない？</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[最近、ネットワーク勉強も兼ねて、Ciscoのスイッチをいじってます。<br />
ネットワーク楽しいなー<font color="#800000">ｳﾌﾌ</font><font color="#800000">ｱﾊﾊ</font>とかやってたんですが、どうもできないものが出てきたのでちょっと誰か教えて。<br />
<br />
<br />
参考ドキュメントは、<a href="http://www.amazon.co.jp/dp/4798115711?tag=yoppa-22&amp;camp=243&amp;creative=1615&amp;linkCode=as1&amp;creativeASIN=4798115711&amp;adid=1XY8GTRPC6NE7A8S42ZV&amp;">翔泳社の「シスコ技術者認定公式ガイド CCENT/CCNA【ICND1】編」</a>。<br />
ちなみにチェックで使っているのは <a href="http://www.amazon.co.jp/dp/B000VEOHI6?tag=yoppa-22&amp;camp=243&amp;creative=1615&amp;linkCode=as1&amp;creativeASIN=B000VEOHI6&amp;adid=107XSPMVT0G4ZA3857WA&amp;">Cisco Catalyst 2960スイッチ</a>。<br />
<br />
<iframe frameborder="0" scrolling="no" marginheight="0" marginwidth="0" style="width: 120px; height: 240px;" src="http://rcm-jp.amazon.co.jp/e/cm?lt1=_blank&amp;bc1=FFFFFF&amp;IS2=1&amp;bg1=FFFFFF&amp;fc1=000000&amp;lc1=0000FF&amp;t=yoppa-22&amp;o=9&amp;p=8&amp;l=as1&amp;m=amazon&amp;f=ifr&amp;asins=4798115711"></iframe> <iframe frameborder="0" scrolling="no" src="http://rcm-jp.amazon.co.jp/e/cm?lt1=_blank&amp;bc1=FFFFFF&amp;IS2=1&amp;bg1=FFFFFF&amp;fc1=000000&amp;lc1=0000FF&amp;t=yoppa-22&amp;o=9&amp;p=8&amp;l=as1&amp;m=amazon&amp;f=ifr&amp;asins=B000VEOHI6" style="width: 120px; height: 240px;" marginwidth="0" marginheight="0"></iframe> <br />
<br />
できなかったのは、スイッチVLANインターフェイスに対して、静的にIPアドレスを指定しないで、DHCPを用いて動的にIPアドレスを取得させる方法についての記載で、show dhcp leaseコマンドを用いてリースされるIPアドレスとその他のパラメータを表示するというもの。<br />
<br />
以下、ドキュメントにある記載を抜粋。<br />
<br />
<div style="text-align: center;"><strong>例9-8：DHCPを利用してスイッチのIPアドレスを動的に設定する例</strong></div>
<blockquote>
<div>Emma#configure terminal<br />
Enter configuration commands, one per line. End with CNTL/Z.<br />
Emma(config)#interface vlan 1<br />
Emma(config-if)#ip address dhcp<br />
Emma(config-if)#no shutdown<br />
Emma(config-if)#^Z<br />
Emma#<br />
00:38:20: %LINK-3-UPDOWN: Interface Vlan1, changed state to up<br />
00:38:21: %LINEPROTO-5-UPDONWN: Line protocol on Interface Vlan1, changed state to up<br />
Emma#<br />
Interface Vlan1 assigned DHCP address 192.168.1.101, mask 255.255.255.0<br />
Emma#<strong>show dhcp lease</strong><br />
Temp IP addr: 192.168.1.101 for peer on Interfacce: Vlan1<br />
Temp sub net mask: 255.255.255.0<br />
&nbsp;&nbsp; &nbsp;DHCP Lease server: 192.168.1.1, state: 3 Bound<br />
&nbsp;&nbsp; &nbsp;DHCP transaction id: 1966<br />
&nbsp;&nbsp; &nbsp;Lease: 86400 secs, Renewal: 43200 secs, Rebind: 75600 secs<br />
Temp default-gateway addr: 192.168.1.1<br />
&nbsp;&nbsp; &nbsp;Next timer fires after: 11:59:45<br />
&nbsp;&nbsp; &nbsp;Retry count: 0&nbsp; Client-ID: cisco-0019.e86a.6fc0-Vl1<br />
&nbsp;&nbsp; &nbsp;HostName: Emma<br />
Emma#show interface vlan 1<br />
Vlan1 is up, line protocol is up<br />
&nbsp;&nbsp; &nbsp;Hardware is EtherSVI, address is 0019.e86a.6fc0 (bia 0019.e86a.6fc0)<br />
&nbsp;&nbsp; &nbsp;Internet address is 192.168.1.101/24<br />
&nbsp;&nbsp; &nbsp;MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec,<br />
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;reliability 255/255, txload 1/255, rxload 1/255<br />
[以下略]</div>
</blockquote> <br />
ここにはこんな記載も。<br />
<br />
<blockquote>
<div>Cisco IOSスイッチの旧モデルの中には、VLAN1インターフェイスでDHCPクライアント機能をサポートしないものがあります。例9－8の出力は、<strong>Cisco IOSソフトウェアリリース12.2を実行する2960スイッチを使って取得されたものです。</strong></div>
</blockquote> <br />
ここで、何ができないかと言うと、太字になっている「<strong>show dhcp lease</strong>」コマンドを認識しない。<br />
ドキュメント上は、2960スイッチで使ってみて取得されたってなってるんだけど。<br />
<br />
<blockquote>
<div>switch01#show run<br />
Building configuration...<br />
<br />
Current configuration : 1333 bytes<br />
!<br />
version 12.2<br />
no service timestamps log datetime msec<br />
no service timestamps debug datetime msec<br />
service password-encryption<br />
!<br />
hostname switch01<br />
!<br />
enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0<br />
!<br />
!<br />
username nakamura password 7 083B4D5F584B12040A<br />
!<br />
!<br />
interface FastEthernet0/1<br />
!<br />
[1 ～ 24まで略]<br />
interface FastEthernet0/24<br />
!<br />
interface Vlan1<br />
&nbsp;ip address dhcp<br />
!<br />
!<br />
line con 0<br />
&nbsp;password 7 0822455D0A16<br />
&nbsp;logging synchronous<br />
&nbsp;login<br />
&nbsp;exec-timeout 0 0<br />
!<br />
line vty 0 4<br />
&nbsp;password 7 0822455D0A16<br />
&nbsp;login local<br />
&nbsp;transport input telnet<br />
line vty 5 15<br />
&nbsp;login local<br />
&nbsp;transport input telnet<br />
!<br />
!<br />
end<br />
switch01#show dhcp lease<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^<br />
% Invalid input detected at '^' marker.</div>
</blockquote>Ciscoルータならできるかなぁと思ってCisco1841で試してみたところ、こっちはコマンドを認識する模様。<br />
単純に環境の問題なのか、IOSの問題か、それともそもそもスイッチではこんなことできないのか。（ドキュメントの記載を見ている感じだと、スイッチでの設定のお話のはずだけど。）<br />
<br />
詳しい人、どなたか教えてください。<br />]]> 
    </content>
    <author>
            <name>よっぱ</name>
        </author>
  </entry>
  <entry>
    <id>yoppa.blog.shinobi.jp://entry/111</id>
    <link rel="alternate" type="text/html" href="https://yoppa.blog.shinobi.jp/%E9%9B%91%E8%A8%98/%E2%80%9C%E3%83%84%E3%82%A4%E3%83%83%E3%82%BF%E3%83%BC%E2%80%9D%E3%81%AE%E5%8A%9F%E7%BD%AA%E3%81%8C%E8%AD%B0%E8%AB%96%E3%81%95%E3%82%8C%E3%82%8B%E5%89%8D%E3%81%AB%E2%80%9C%E3%83%A1%E3%83%87%E3%82%A3%E3%82%A2%E2%80%9D%E3%81%AE%E5%8A%9F%E7%BD%AA%E3%81%8C%E8%AD%B0%E8%AB%96%E3%81%95%E3%82%8C%E3%82%8B%E3%81%B9%E3%81%8D%E3%81%A7%E3%81%AF" />
    <published>2010-12-28T23:05:45+09:00</published> 
    <updated>2010-12-28T23:05:45+09:00</updated> 
    <category term="雑記" label="雑記" />
    <title>“ツイッター”の功罪が議論される前に“メディア”の功罪が議論されるべきでは</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[事の発端はこの記事。<br />
<br />
【次世代マーケティング考】今こそ&ldquo;ツイッター&rdquo;の功罪が議論されるべきでは (1/3ページ) - MSN産経ニュース<br />
<a href="http://sankei.jp.msn.com/economy/it/101228/its1012281004001-n1.htm">http://sankei.jp.msn.com/economy/it/101228/its1012281004001-n1.htm</a><br />
<br />
途中で訂正がかかっているので、最初に書かれた記事の魚拓はこちら。<br />
<span class="comment"> <a href="http://backupurl.com/75egmt" target="_blank">http://backupurl.com/75egmt</a><br />
</span><span class="comment"><a href="http://backupurl.com/5zl7tc" target="_blank">http://backupurl.com/5zl7tc</a><br />
<a href="http://backupurl.com/wryrgo" target="_blank">http://backupurl.com/wryrgo</a></span><br />
<br />
「Tsudaる」についての誤引用から、気になってこの記事の周辺を読んでいたのですが、わりかしいろいろな人が反応してるので、自分も乗って反応してみる。<br />
<br />
<br />
<font color="#990000"><strong>■</strong></font><strong>訂正が出来ないメディアはメディアではない</strong><br />
「正しい&ldquo;情報&rdquo;をより&rdquo;正確&rdquo;により&rdquo;早く&rdquo;、&rdquo;大衆&rdquo;に届ける」のが、個人的にメディアに対して持っている存在価値だと思っている。<br />
その情報は、バイアスのかかっていないノンフィルタリングな情報であることが本当の意味での&rdquo;正しい情報&rdquo;なんだろうけども、そんなことはほぼ不可能で、結果的に&rdquo;情報&rdquo;を提供した記者による解釈や思想、認識の齟齬で、本当に正しい&rdquo;情報&rdquo;が提供されていることなんて、ほとんど無いだろう。<br />
<br />
さて、メディアがどうのこうのとかの個人的な思想は別にして、今回のような誤情報を配信した際に、この本当に正しかった情報は何だったのか、何が間違っていたのか、どこをどう訂正したのか、これらの情報配信も全て上記の&rdquo;メディアの存在価値&rdquo;に含まれると思うのです。<br />
<br />
つまり、提供した&ldquo;情報&rdquo;が誤っていたのであれば、ちゃんと正し、そして、何が誤りで何が正しいのか、それを伝えるのが本来の役割だと思うわけです。<br />
<br />
<blockquote>
<div><span class="status-body"><span class="entry-content">そういえば確かに産経新聞って今年原宿 で人がたくさん集まった騒ぎがあったとき、ツイッターのせいで？みたいな誤報をやらかして、ちゃっかりどんどんウェブの記事を書き換えていくってことをし ていたけど、ウェブについては赤字訂正を入れないで修正するのが「社の方針」なんだね。いろいろ納得。<br />
</span></span><a href="https://twitter.com/tsuda" class="tweet-url
screen-name" hreflang="ja" title="津田大介">tsuda</a>　/　津田大介<br />
<a href="https://twitter.com/tsuda/status/19716035443687424">https://twitter.com/tsuda/status/19716035443687424</a></div>
</blockquote><br />
しかし、産経新聞の方針としては、誤った情報を配信しても、どんどん配信している情報自体を書き換えて、誤りは無かったことにしていく方針のようだ。<br />
これの何が問題かって、結局、最初に記事を読んだ人と、訂正後の記事を呼んだ人で、記事の認識が異なってくる。つまりはいくらでも誤った情報配信を行っても、最後に正しい情報さえ配信すればOKってことになるわけだ。下手したら、いくらでも誤情報配信して、間違ってたらいくらでも問題の箇所を削除できるってわけだ。<br />
<br />
<blockquote>
<div><span class="status-body"><span class="entry-content">ちなみに紙面の方は来年1月18日に出 る次回のコーナーで訂正文が掲載されるそうです。このリアルタイム時代に20日後に出る訂正文にどれだけ意味があるのか&hellip;&hellip;。<br />
</span></span><a href="https://twitter.com/tsuda" class="tweet-url
screen-name" hreflang="ja" title="津田大介">tsuda</a>　/　津田大介<span class="status-body"><span class="entry-content"><br />
</span></span><a href="https://twitter.com/tsuda/status/19716721317257216">https://twitter.com/tsuda/status/19716721317257216<br />
</a></div>
</blockquote>               <br />
当の記事は、紙面に記載された記事であることから、同様に紙面に訂正文の掲載が必要になるそうですが、20日後は遅すぎる。<br />
Twitterをどうこう言う前に、こうやって自身の信頼を失っていくことに気づいていないのだろうか。<br />
<br />
こんなこと思いながら、たまたま表示したMSNの産経トップページに、<a href="http://sankei.jp.msn.com/topics/entertainments/14433/ent14433-t.htm">海老蔵「失ったのは信用」<span class="icon"> </span></a>という記事があったけども、今回の件で信用を失ったのは、津田さんでもTwitterでもなく、産経自身なんじゃないだろうか。<br />
<br />
<br />
<font color="#990000"><strong>■</strong></font><strong>Twitterの功罪≒メディアの功罪</strong><br />
記事自体を9割ぐらい疑問符を感じながら読んでいたのですが、そのほとんどが<a href="http://blogs.itmedia.co.jp/akihito/2010/12/tsuda-c661.html">アキヒトさんのblog</a>に書かれていました。<br />
のでほとんどを省略。そっちを引用。<br />
<br />
<blockquote>
<p><font color="#808080">&rdquo;半面、リアルタイムウェブであるツイッターやソーシャル・ネットワーキング・サービス（ＳＮＳ）では、あたかもその内容 もリアルで正確であるとの錯覚に陥りがちです。&rdquo;</font><br />
<a href="http://sankei.jp.msn.com/economy/it/101228/its1012281004001-n2.htm">【次世代マーケティング考】今こそ&ldquo;ツイッター&rdquo;の功罪が議論されるべきでは (2/3ページ) - MSN産経ニュース<br />
http://sankei.jp.msn.com/economy/it/101228/its1012281004001-n2.htm</a><font color="#808080"><br />
</font></p>
</blockquote><blockquote>
<div>という前提で話を進めていますが、僕はこの点には疑問を感じま す。「リアルタイムウェブだから情報が正確だ」と全ての人々が感じているとは思えません（マスコミに対する不信感の裏返しとして、「ソーシャルメディアで あるTwitter」上の情報を信じるというケースはあるかもしれませんが）。<br />
<br />
（中略）<br />
<br />
逆 に鵜呑みの危険が大きいのは、従来型のメディアの方であると言えるかもしれません。  <br />
<div><a href="http://blogs.itmedia.co.jp/akihito/2010/12/tsuda-c661.html">「tsuda  る」の功罪：シロクマ日報：ITmedia オルタナティブ・ブログ</a></div>
</div>
</blockquote><br />
<blockquote>
<p><font color="#808080">&rdquo;報道機関としての一定の公平性や中立性、信頼性を保とうとするモラルをマスメディアが持ち、それらのスクリーニングをか けた情報発信をするのに対して、匿名制のソーシャルメディア上の情報はその信憑（しんぴょう）性を誰も担保できません。&rdquo;</font><a href="http://sankei.jp.msn.com/economy/it/101228/its1012281004001-n2.htm"><br />
【次 世代マーケティング考】今こそ&ldquo;ツイッター&rdquo;の功罪が議論されるべきでは (2/3ページ) - MSN産経ニュース<br />
http://sankei.jp.msn.com/economy/it/101228/its1012281004001-n2.htm<br />
</a></p>
</blockquote>  <blockquote>
<div>と記事は指摘しますが、残念ながら「報道機関としての一定の公平性や中立性、信頼性を保とうとするモラルをマスメディアが持ち」という信頼に反す るような事件が最近多発していますよね（後述するように、マスメディアというスクリーニングをかけたはずの情報であっても誤りが含まれることを、この記事 自身が図らずも証明してしまっています）。1つの情報源だけに頼るという態度にはリスクがある、ということは新旧メディア双方に当てはまる話です。<br />
<a href="http://blogs.itmedia.co.jp/akihito/2010/12/tsuda-c661.html">「tsuda  る」の功罪：シロクマ日報：ITmedia オルタナティブ・ブログ</a></div>
</blockquote><br />
実は、この記事で扱き下ろしている&rdquo;Twitterの功罪&rdquo;とは、本当は&rdquo;メディアの功罪&rdquo;なのではないだろうか？<br />
この記事ではそのような事実には一切触れずには閉じてしまっているが、そこのところをどう考えて、どう感じているのか、その方がただただTwitterを、TsudaるをDisるよりも、建設的なのではないだろうか？<br />
<br />
<br />
<font color="#990000"><strong>■</strong></font><strong>最後に</strong><br />
ところで、この記事を書いていて思ったのは、記事を書いた張本人である<a href="http://www.itgr.co.jp/">インテグレートの藤田さん</a>が一度もTwitterのTLに現れないこと。もしかしたらTwitter自体やってないんじゃないかと思うくらいに、現れないことが気になっています。まぁやってなかったならやってなかったで「使ったことも無いのにこんな記事を書くなんて&hellip;」って話なので、出るに出れなくなっているのか。。。<br />
もしかしたらコッソリTwitterを利用しているのかもしれないですが、こういうときに「俺はこういう風に使ってる」って話だったり、「こういう状態があるからダメなんだ」ってのをTLで力説してくれたら、現状の「津田さんvs津田さんと戦う粘着ズ」の無駄な論争に、あっさり決着を出せたかもしれないんですが。<br />
<br />
<br />
【参考】<br />
<a href="http://blogs.itmedia.co.jp/akihito/2010/12/tsuda-c661.html">「tsuda る」の功罪：シロクマ日報：ITmedia オルタナティブ・ブログ</a><br />]]> 
    </content>
    <author>
            <name>よっぱ</name>
        </author>
  </entry>
  <entry>
    <id>yoppa.blog.shinobi.jp://entry/110</id>
    <link rel="alternate" type="text/html" href="https://yoppa.blog.shinobi.jp/web%E3%82%B5%E3%83%BC%E3%83%93%E3%82%B9/%E4%BC%81%E6%A5%AD%E3%82%82%E5%85%AC%E5%BC%8F%E3%82%A2%E3%82%AB%E3%82%A6%E3%83%B3%E3%83%88%E3%81%A7spambot%E3%82%92%E4%BD%9C%E3%82%8B%E3%82%88%E3%81%86%E3%81%AB%E3%81%AA%E3%81%A3%E3%81%9F%E3%82%89%E3%81%97%E3%81%84" />
    <published>2010-08-10T02:00:51+09:00</published> 
    <updated>2010-08-10T02:00:51+09:00</updated> 
    <category term="Webサービス" label="Webサービス" />
    <title>企業も公式アカウントでSPAMBOTを作るようになったらしい</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[久しぶりのブログ。こんにちは。<br />
こないだ友人に「オリゼーの公式BOTいたよー」って話を聞いて、この子達を見つけました。<br />
<br />
オリゼーBOT：<a href="http://twitter.com/drama_oryzae"><u>http://twitter.com/drama_oryzae</u></a><br />
セレビジエBOT：<a href="http://twitter.com/drama_cerevisie"><u>http://twitter.com/drama_cerevisie</u></a><br />
ナットーBOT：<a href="http://twitter.com/drama_natto"><u>http://twitter.com/drama_natto</u></a><br />
<br />
<font color="#ff0000"><strong>オリゼーヵヮ｡ﾟ+.(・&forall;・)ﾟ+.ﾟィィ!!　セレビジエ(;ﾟ&forall;ﾟ)=3ﾊｧﾊｧ</strong></font><br />
<br />
&hellip;とか思ってたらこいつらすごく&hellip;ウザい。<br />
何がウザいかって言うと、
<ul>
    <li>1対1の会話はしない（機能として有していない）</li>
    <li>常に公開TLから特定の文字列（味噌とか醤油とか）で検索して取得したPOSTを勝手に非公式RT</li>
    <li>とりあえず何でもRTすればいいと思ってる（というかRTしかしない）</li>
</ul>
こんなところですか。<br />
&hellip;これって、1年くらい前に悪い意味で流行ってた<a href="http://twitter.com/shibuya_now"><u>渋谷なうBOT</u></a>とか<a href="https://twitter.com/akiba_now"><u>アキバなうBOT</u></a>と同じですよね。<br />
<br />
まぁあれですよ、ただのSPAMですよね。検索で引っかかった人を勝手に非公式RTとかもう作ったエンジニアの人格疑いたくなりますよ。<br />
<br />
一年前のときはどんな反応があったか見てみると、こんな反応がありました。<br />
<a href="http://ukstudio.jp/2009/08/12/twitter_bot/"><u>UKSTUDIO - ついったーBOT作者にお願いしたいこと</u></a><br />
<blockquote>
<div><font size="3"><strong>■Blockを前提としない</strong></font><br />
この手の文句は大体がBlockしたらいいのだろうけど、BOTを作る側の礼儀としてそこは前提にしてはいけないと思う。<br />
基本的にBOTはFollowしてくれてる人のみを対象にするか、出来る限りそれ以外の人へ影響を減らすようにして欲しい。<br />
<br />
<a href="http://ukstudio.jp/2009/08/12/twitter_bot/"><u>UKSTUDIO - ついったーBOT作者にお願いしたいこと</u></a></div>
</blockquote><br />
<blockquote>
<div><font size="3"><strong>■作者への連絡先を明記して</strong></font><br />
BOTを作るなら、Bioにでも自分のTwitterのIDなりブログのURLなり載せておいてほしい。BOTへの苦情・要望を誰に伝えたらいいのかさっぱりわからない。<br />
BOTを作ったのなら無責任に放ったらかすのではなく、BOTの発言も自分の発言と同程度の責任を持っておいて欲しい。<br />
<br />
<a href="http://ukstudio.jp/2009/08/12/twitter_bot/"><u>UKSTUDIO -  ついったーBOT作者にお願いしたいこと</u></a></div>
</blockquote><br />
そして今回見つけた反応はこちら。<br />
<a href="http://tweetbuzz.jp/entry/171793/twitter.com/drama_oryzae"><u>TweetBuzz - ドラマ「もやしもん」オリゼーBOT (drama_oryzae) on Twitter</u></a><br />
<blockquote>
<ul>
    <li><span id="text-8">ドラマもやしもん公式 bot が無分別に reply してくる、滅菌したい<br />
    </span></li>
    <li><span id="text-7">ねえ、ドラマの公式botなのにキーワード検索でひっかかった人を勝手に非公式RTとか、スパム報告されたいの</span></li>
    <li><span id="text-5">このクソ言葉狩りBOT、フジテレビの公式BOTかよ;&acute;Д`これはひどい</span></li>
    <li><span id="text-1">これはひどい。ブロック推奨</span></li>
    <li><span id="text-0">なんだこれタグ付き発言全部RTしてるのか<br />
    </span></li>
</ul>
</blockquote><br />
とりあえずこのBOT作ったなかのひとは、非公式の<a href="http://twitter.com/oryzae_bot/"><u>オリゼーBOT</u></a>や<a href="http://twitter.com/cerevisiae_bot"><u>セレビジエBOT</u></a>とか、他のちゃんとしたBOT見て、最低限のモラルは勉強しましょうね。<br />]]> 
    </content>
    <author>
            <name>よっぱ</name>
        </author>
  </entry>
  <entry>
    <id>yoppa.blog.shinobi.jp://entry/109</id>
    <link rel="alternate" type="text/html" href="https://yoppa.blog.shinobi.jp/%E8%B3%87%E6%A0%BC/%E6%83%85%E5%A0%B1%E3%82%BB%E3%82%AD%E3%83%A5%E3%83%AA%E3%83%86%E3%82%A3%E3%82%B9%E3%83%9A%E3%82%B7%E3%83%A3%E3%83%AA%E3%82%B9%E3%83%88%E5%8B%89%E5%BC%B7%E4%BC%9A%E4%BC%81%E7%94%BB%E4%B8%AD" />
    <published>2010-01-25T22:51:18+09:00</published> 
    <updated>2010-01-25T22:51:18+09:00</updated> 
    <category term="資格" label="資格" />
    <title>情報セキュリティスペシャリスト勉強会企画中</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[長いことブログから離れてました。ただいま。<br />
<br />
さて。唐突ですが、只今、<a target="_blank" href="http://ja.wikipedia.org/wiki/%E6%83%85%E5%A0%B1%E3%82%BB%E3%82%AD%E3%83%A5%E3%83%AA%E3%83%86%E3%82%A3%E3%82%B9%E3%83%9A%E3%82%B7%E3%83%A3%E3%83%AA%E3%82%B9%E3%83%88%E8%A9%A6%E9%A8%93">情報セキュリティスペシャリスト</a>のための勉強会を企画しています。<br />
理由は、ただ単にこの資格の受験に向けて勉強していて、一人でもくもくと勉強するよりも、何人かで集まって勉強会形式だったりディスカッション形式で話したりしつつやった方が、互いに意識を高めあって合格に近づけるかなぁと思い、こんな企画に至った次第です。<br />
<br />
コンテンツとして今考えているのは、<br />
・参加者による講義＆質問会<br />
・もくもく会<br />
です。<br />
<br />
想定としては、祝日開催で、2月後半くらいに1回、3月に2回、4月直前の週に1回で計4回程度。場所は都内のレンタルスペースとかを借りての開催で、1回4～5時間を考えています。<br />
<br />
まだ構想段階ですし、コンテンツも明確化できていないので曖昧な段階ですが、もし興味がある方や素敵な案をお持ちの方いらっしゃいましたら<a target="_blank" href="http://twitter.com/yoppa0516">Twitter</a>の方に連絡ください。<br />]]> 
    </content>
    <author>
            <name>よっぱ</name>
        </author>
  </entry>
</feed>