:D
termtter
September 03, 2010 ~ November 08, 2011
200 messages
termtterでなぜか「(^w^)」をアップロードしようとすると Failed to update :( になります。
<pre>termtterでなぜか「(^w^)」をアップロードしようとすると Failed to update :( になります。</pre>
あれ、webでアップロードしようとすると「その人は見つかりませんでした。スペルは合ってますか?」というエラーが出てきますね...
<pre>あれ、webでアップロードしようとすると「その人は見つかりませんでした。スペルは合ってますか?」というエラーが出てきますね...</pre>
> eval Termtter::API.twitter.update("(^w^)")
=> {:created_at=>"Sun Sep 05 02:46:52 +0000 2010", :in_reply_to_screen_name=>"mrkn", :source=>"<a href=\"http://termtter.org/\" rel=\"nofollow\">Termtter</a>", :retweeted=>false, :truncated=>false, :in_reply_to_status_id=>23025215601, :in_reply_to_user_id=>4271551, :contributors=>nil, :place=>nil, :coordinates=>nil, :user=>{:statuses_count=>44237, :profile_background_image_url=>"http://s.twimg.com/a/1283564528/images/themes/theme12/bg.gif", :profile_image_url=>"http(略)favorited=>false, :text=>"@mrkn ぱっちがりがりするぜ"}
<pre>> eval Termtter::API.twitter.update("(^w^)") => {:created_at=>"Sun Sep 05 02:46:52 +0000 2010", :in_reply_to_screen_name=>"mrkn", :source=>"<a href=\"http://termtter.org/\" rel=\"nofollow\">Termtter</a>", :retweeted=>false, :truncated=>false, :in_reply_to_status_id=>23025215601, :in_reply_to_user_id=>4271551, :contributors=>nil, :place=>nil, :coordinates=>nil, :user=>{:statuses_count=>44237, :profile_background_image_url=>"http://s.twimg.com/a/1283564528/images/themes/theme12/bg.gif", :profile_image_url=>"http(略)favorited=>false, :text=>"@mrkn ぱっちがりがりするぜ"}</pre>
> 動くはずです > config.enable_ssl
> > eval Termtter::API.twitter.rubytter.instance_eval{@connection.enable_ssl}
> で確認できると思います
うーん、tcpdump で監視してみたんですが、ssl 有効にしても 80 番を使って暗号化なしで通信しているようなのですが…。
<pre>> 動くはずです > config.enable_ssl > > eval Termtter::API.twitter.rubytter.instance_eval{@connection.enable_ssl} > で確認できると思います うーん、tcpdump で監視してみたんですが、ssl 有効にしても 80 番を使って暗号化なしで通信しているようなのですが…。</pre>
ちなみに使っているのは 1.9.0 で、gem のものです。リポジトリ最新で試した方が良いのかな…。
<pre>ちなみに使っているのは 1.9.0 で、gem のものです。リポジトリ最新で試した方が良いのかな…。</pre>
実際、termtter のコードを enable_ssl で grep かけても、設定だけして参照している箇所が見当らないんですよね。まあ Ruby には黒魔術いっぱいあるのでそれだけでは判断しきれないんですが。
<pre>実際、termtter のコードを enable_ssl で grep かけても、設定だけして参照している箇所が見当らないんですよね。まあ Ruby には黒魔術いっぱいあるのでそれだけでは判断しきれないんですが。</pre>
よく見たら enable_ssl は rubytter に直接渡してるのか。じゃあこっちのコード見ないと意味ないな。
<pre>よく見たら enable_ssl は rubytter に直接渡してるのか。じゃあこっちのコード見ないと意味ないな。</pre>
ふむふむ検索は強制的に ssl じゃなくなるのか。でも、TL の表示は検索じゃないですよね? (Twitter の内部よくわかってないのですが)
<pre>ふむふむ検索は強制的に ssl じゃなくなるのか。でも、TL の表示は検索じゃないですよね? (Twitter の内部よくわかってないのですが)</pre>
もしかして起動時に検索とかしててそれで勘違いをした可能性もあるな。もうちょっと調べてみます。
<pre>もしかして起動時に検索とかしててそれで勘違いをした可能性もあるな。もうちょっと調べてみます。</pre>
いや、oauth ライブラリに ssl のオプションが渡されてないのかな…? だめだ、素人にはちょっと難しかった。
<pre>いや、oauth ライブラリに ssl のオプションが渡されてないのかな…? だめだ、素人にはちょっと難しかった。</pre>
でも ssl 使ってたら 443 にパケット流れるはずだよなぁ。となると 443 を使ってないのは恐らく間違いないと思うのだけれど。
<pre>でも ssl 使ってたら 443 にパケット流れるはずだよなぁ。となると 443 を使ってないのは恐らく間違いないと思うのだけれど。</pre>
おー config.oauth_consumer_site = 'https://api.twitter.com' を追加したらいけた!
<pre>おー config.oauth_consumer_site = 'https://api.twitter.com' を追加したらいけた!</pre>
enable_ssl = true なら自動で https にしてくれると嬉しいです…疲れた。
<pre>enable_ssl = true なら自動で https にしてくれると嬉しいです…疲れた。</pre>
thinca: パッチ投げてpull requestくれっていうお話になります><
<pre>thinca: パッチ投げてpull requestくれっていうお話になります><</pre>
私は config 弄っただけなので…。termtter の内部だとどの時点で設定するのが適切なのかよくわからなかったり。
<pre>私は config 弄っただけなので…。termtter の内部だとどの時点で設定するのが適切なのかよくわからなかったり。</pre>
だめだ、もう気力が足りない…。私自身は設定でなんとかなったので誰か気が向いたらやっておいてもらえれば…。
<pre>だめだ、もう気力が足りない…。私自身は設定でなんとかなったので誰か気が向いたらやっておいてもらえれば…。</pre>
Termtter::Client.initializeとかからかな?load_configとかあったはずだ
<pre>Termtter::Client.initializeとかからかな?load_configとかあったはずだ</pre>
7.3からconcealを使ってエスケープシーケンスを見えなくしつつ色つける、ってのができますね。
<pre>7.3からconcealを使ってエスケープシーケンスを見えなくしつつ色つける、ってのができますね。</pre>
>3.3.2 An Application may not download or install executable code. Interpreted code may only be used in an Application if all scripts, code and interpreters are packaged in the Application and not downloaded. The only exception to the foregoing is scripts and code downloaded and run by Apple's built-in WebKit framework.
>3.3.2 アプリケーションはコードをダウンロードorインストールをしてはいけません。アプリケーションに同梱されたコードとインタプリタにおいて許可される。ただし、Appleの内蔵WebKitのみ例外とする。
<pre>>3.3.2 An Application may not download or install executable code. Interpreted code may only be used in an Application if all scripts, code and interpreters are packaged in the Application and not downloaded. The only exception to the foregoing is scripts and code downloaded and run by Apple's built-in WebKit framework. >3.3.2 アプリケーションはコードをダウンロードorインストールをしてはいけません。アプリケーションに同梱されたコードとインタプリタにおいて許可される。ただし、Appleの内蔵WebKitのみ例外とする。</pre>
ということは、ビルドのためのパッケージをおいておいて、利用者にビルドさせりゃあいいってことになる
<pre>ということは、ビルドのためのパッケージをおいておいて、利用者にビルドさせりゃあいいってことになる</pre>
> eval Process.kill(:SEGV, $$) した #termtter
<pre>> eval Process.kill(:SEGV, $$) した #termtter</pre>
ttp://twitter.com/#!/jugyo/statuses/27911014949
<pre> ttp://twitter.com/#!/jugyo/statuses/27911014949</pre>
>やっぱIRCやめたいんだけどさまざまな環境の制限からGUIのクライアントじゃないものが使えないと困るんだよなあ。termtterなのか…?
<pre>>やっぱIRCやめたいんだけどさまざまな環境の制限からGUIのクライアントじゃないものが使えないと困るんだよなあ。termtterなのか…?</pre>
TwitVimの利点はよく分からない。
Vimとの親和性はいいけれど、多分機能が豊富なのはtermtter。
<pre>TwitVimの利点はよく分からない。 Vimとの親和性はいいけれど、多分機能が豊富なのはtermtter。</pre>
アカウント消失しましたが、昨日だけでfavstar見たりtermtter起動してみたり依存がひどいです。
<pre>アカウント消失しましたが、昨日だけでfavstar見たりtermtter起動してみたり依存がひどいです。</pre>
<pre>http://twitter.com/teenst/status/6267507342053376</pre>
<pre>http://el.jibun.atmarkit.co.jp/rails/2011/01/rails-sh-c655.html</pre>
twitterクライアントらしいです。termtterがない... http://blog.dimok.ru/tvitter-klientyi
<pre>twitterクライアントらしいです。termtterがない... http://blog.dimok.ru/tvitter-klientyi</pre>
termtterに関するプレゼンしてきました http://www.slideshare.net/ujihisa/hootsuite-dev-2011
<pre>termtterに関するプレゼンしてきました http://www.slideshare.net/ujihisa/hootsuite-dev-2011</pre>
<pre>http://jp.rubyist.net/magazine/?c=plugin;plugin=attach_download;p=0032-TokyuRubyKaigi02Report;file_name=tokyu02_2.jpg</pre>
こんにちは
みんなターミナル環境が苦痛なのか研究室での布教がなかなか上手く行きませんorz
<pre>こんにちは みんなターミナル環境が苦痛なのか研究室での布教がなかなか上手く行きませんorz</pre>
[Error: Bot responded HTTP status code: 500]
<pre>[Error: Bot responded HTTP status code: 500]</pre>
[Error: Bot responded HTTP status code: 500]
<pre>[Error: Bot responded HTTP status code: 500]</pre>
[Error: Bot responded HTTP status code: 500]
<pre>[Error: Bot responded HTTP status code: 500]</pre>
[Error: Bot responded HTTP status code: 500]
<pre>[Error: Bot responded HTTP status code: 500]</pre>
[Error: Bot responded HTTP status code: 500]
<pre>[Error: Bot responded HTTP status code: 500]</pre>
[Error: Bot responded HTTP status code: 500]
<pre>[Error: Bot responded HTTP status code: 500]</pre>
(このroomのownerはjugyoさんだけか・・・。botを一時的にkickしようとしましたがムリでした)
<pre>(このroomのownerはjugyoさんだけか・・・。botを一時的にkickしようとしましたがムリでした)</pre>
[Error: Bot responded HTTP status code: 500]
<pre>[Error: Bot responded HTTP status code: 500]</pre>
[Error: Bot responded HTTP status code: 500]
<pre>[Error: Bot responded HTTP status code: 500]</pre>
あるツイート頻度がハンパ無いフォロワを表示させないようにしたいのですが,ignore.rbに従って"~/.termtter/filter/ignore.rb"に書き込んでも機能しません.config.filters.ignore.words=[...]を"~/.termtter/config"に書き込むしかないのでしょうか.
<pre>あるツイート頻度がハンパ無いフォロワを表示させないようにしたいのですが,ignore.rbに従って"~/.termtter/filter/ignore.rb"に書き込んでも機能しません.config.filters.ignore.words=[...]を"~/.termtter/config"に書き込むしかないのでしょうか.</pre>
ignore.rbが非表示フィルタをかけるのはツイート内容だけでTwitter_idは対象じゃないようですね.
<pre>ignore.rbが非表示フィルタをかけるのはツイート内容だけでTwitter_idは対象じゃないようですね.</pre>
以下のツイートにあったプラグインを導入して対処できました. http://twitter.com/#!/nagachika/status/24655660726 後輩の一人がtermtterに挑戦してくれたのですが,マシンガンツイータのせいでgrowl使えなくて悩んでました.これで何とか布教が上手く行きそうですw.
<pre>以下のツイートにあったプラグインを導入して対処できました. http://twitter.com/#!/nagachika/status/24655660726 後輩の一人がtermtterに挑戦してくれたのですが,マシンガンツイータのせいでgrowl使えなくて悩んでました.これで何とか布教が上手く行きそうですw.</pre>
[0m> rt $bs はい
[31m[ERROR] Encoding::CompatibilityError: incompatible character encodings: ASCII-8BIT and UTF-8
<pre>[0m> rt $bs はい [31m[ERROR] Encoding::CompatibilityError: incompatible character encodings: ASCII-8BIT and UTF-8 </pre>
そういえばearthquakeはどうなってるんだろう。というかなぜtermtterじゃなく新しく作ったのか知りたい
<pre>そういえばearthquakeはどうなってるんだろう。というかなぜtermtterじゃなく新しく作ったのか知りたい</pre>
最近termtterが更新されていないようなので、せっかくだからこっちに乗り換えてみようかといろいろ調べています。
<pre>最近termtterが更新されていないようなので、せっかくだからこっちに乗り換えてみようかといろいろ調べています。</pre>
<pre>http://vinarian.blogspot.com/2011/06/earthquakegemwindows.html</pre>
termtterで表示されていた、termtter.orgを開いたら……
<pre>termtterで表示されていた、termtter.orgを開いたら…… http://termtter.org/</pre>
問題1:WARNING: You made a call to a deprecated Launchy API. This call should be changed to 'Launchy.open( uri )'
<pre>問題1:WARNING: You made a call to a deprecated Launchy API. This call should be changed to 'Launchy.open( uri )'</pre>
H:/Work/earthquake/lib/earthquake/core.rb:119:in `block (3 levels) in start': undefined method `line_buffer' for Readline:Module (NoMethodError)
from H:/Work/earthquake/lib/earthquake/core.rb:118:in `loop'
from H:/Work/earthquake/lib/earthquake/core.rb:118:in `block (2 levels) in start'
<pre>H:/Work/earthquake/lib/earthquake/core.rb:119:in `block (3 levels) in start': undefined method `line_buffer' for Readline:Module (NoMethodError) from H:/Work/earthquake/lib/earthquake/core.rb:118:in `loop' from H:/Work/earthquake/lib/earthquake/core.rb:118:in `block (2 levels) in start'</pre>
terminate called after throwing an instance of 'std::runtime_error'
what(): Encryption not available on this event-machine
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
<pre>terminate called after throwing an instance of 'std::runtime_error' what(): Encryption not available on this event-machine This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.</pre>
WindowsにLinuxの仮想環境を作ったら、earthquakeに乗り換えてみたいと考えている今日このごろ。
<pre>WindowsにLinuxの仮想環境を作ったら、earthquakeに乗り換えてみたいと考えている今日このごろ。</pre>
earthquakeのためだけに仮想環境を動かすのもどうかと思うけど、
Windowsでやっているより快適だろうからなぁ。
<pre>earthquakeのためだけに仮想環境を動かすのもどうかと思うけど、 Windowsでやっているより快適だろうからなぁ。</pre>







