July 2009 Archives

噗浪機器人

| 2 Comments | No TrackBacks

上網搜尋一下,發現,原來早在去年就已經有噗浪機器人出現,目前台灣最早應該是小藍象,其roga's blog資訊角落皆有詳細的各種噗浪BOT介紹和列表,就不在重複贅述。
有趣的是,這些BOT還有的是人偽裝的;其中說到會應答互動式的噗浪機器人是比較難實作,在2005年當時流行的20Q便是互動應答的遊戲。
這就不得不說說Turing,在1950年提出Turing test,主要是透過交談來辨別是否人或電腦,而大家留言輸入的驗證碼,CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart)也是一種Turing test,只不過目的不同。大家可以玩玩去年2008年冠軍Elbot,今年2009年的Loebner Prize Turing Test比賽將在9月6-10號舉行。

當"噗"激情過後

| No TrackBacks


最近,因想到噗浪另類的應用,噗浪(Plurk)期貨即時訊息,所以開始了這噗浪期貨即時警示的實驗,也開始試想這類工具不斷的演變,從早期BBS聊天室->線上聊天室IRC->即時訊息IM->Web微網誌Twitter、Plurk,接下來依舊會有更新的工具產生,人當然是喜新厭舊,所以噗浪多久會退燒則是考驗這些微網誌公司的巧思了。
雖然工具會變,但是本質還是不會變的,這類社群網站還是必需要透過長時間的人脈耕耘,透過口耳相傳來建立口碑,而非誇耀自己在多短時間內募集多少噗友,那如果未來工具又換了,是不是又要重來一次;相信那些王牌業務員都經過長時間的磨才訓練出圓融的手腕,而這類社群網站則可以成為他維繫客戶的方式之一。
當然,網站上的留言都是可以造假的,而噗浪上的各方回應也是可以被噗主過濾刪除,這時就只剩下正面的訊息,負面全都被掩蓋了,所以Plurk其實可以推出類似拍賣評價的加值服務或禁止刪除任何訊息的認證,讓在網站上行銷業務的使用者,可以有更透明更具說服力的機制來推銷自己。

logo.jpg目前已經完成期貨、選擇權的Agent,可每天於交易時間立即傳送訊息到各種即時訊息(目前已完成GTalk),還在撰寫Web程式,提供使用者可以自行設定條件立即發送訊息,讓使用者不需死盯著看盤軟體,進而影響正常工作,且避免錯失進出場時機。
突然想到最近火熱的微網誌,噗浪(Plurk),尤其具備時間軸的呈現方式,比Twitter更能呈現每天警示訊息的歷程。尋找到jPlurk - Plurk Unofficial API in Java,但因其使用是html parser方式,密集發送有可能會被擋住,詳細看了噗浪的選項,才知道原來使用IM也是可以發送,因為只要加上一個bot@plurk.com,而這即時期貨訊息的噗浪,只要當月期貨單筆交易量超過50,單筆交易暴漲5點或暴跌5點都會警示,期望這資訊對投資同好有所幫助。

Use Cron to run MySQL Stored Procedures.

mysql -h hostname -u username -ppassword databasename -e "call spname()"

Hibernate & UTF8

| No TrackBacks

If want to write Unicode to database through Hibernate, need add the code below to hibernate.cfg.xml or persistence.xml.

<property name = "hibernate.connection.useUnicode" value = "true" />
<property name = "hibernate.connection.characterEncoding" value = "UTF8" />

If use REST (JAX-RS) Web Service and JPA capabilities on MyEclipse, then throw the exception below:

java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter.<init>(Z)V

The solution is change use cglib-2.1.3.jar to cglib-nodep-2.1.3.jar.

March 2010

Sun Mon Tue Wed Thu Fri Sat
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31      

Archives

Powered by Movable Type 4.34-en

Recent Comments

  • panandy: 3Q read more
  • Anonymous: philipz大 沒有邀請碼,無法註冊,致無法下載工具 請問有何方法可以解決? 感恩 read more
  • philipz: harushard, It is your java code problem. Check it and read more
  • harushard: java.lang.NoClassDefFoundError: Could not initialize class examples.ExamplesMCRFactory could you explain why read more
  • philipz: IM已經是無解了,建議可以用Plurk Api試看看。 read more
  • ann: hi,請問以上問題解決了沒?可以分享一下嗎? read more
  • Anonymous: 邀請碼沒有~無法下載工具~~怎麼辦 read more
  • Melody: test read more
  • philipz: Ginger: 您好,請您在我的噗浪上留言即可一起討論。 read more
  • Ginger: 版大您好: 在看過您做的期貨即時訊息BOT後覺得很不錯,自己也有一些想法不知能否與您交流與協助呢? 若您覺得ok的話,可以email或是噗浪(ID: king0355)與我聯繫。感謝 : ) read more

About this Archive

This page is an archive of entries from July 2009 listed from newest to oldest.

June 2009 is the previous archive.

August 2009 is the next archive.

Find recent content on the main index or look in the archives to find all content.