Video iPod a threat to PSP?
PSPWorld 上 一篇不錯的 New iPod vs. PSP 的文章
Editorial: Video iPod a threat to PSP?
PSPWorld 上 一篇不錯的 New iPod vs. PSP 的文章
Editorial: Video iPod a threat to PSP?
我又墜鴨了
然後看到有新的鴨子版本出來了
於是去下載更新
新的 0.85 版的帳號設定,多了一個 Google Talk 的協定
讓使用者可以直接設定 Google Talk 帳號,不用再透過 Jabber 來設定了
1.在 Gmail 中建立一個 “Gmail HD” 的標籤(Label)
2.在 Gmail 中建立一個篩選器(Filter),寄件者跟收件者都填你自己的 Gmail 帳號,然後在主旨的地方填入 “Gmail HD” 如下圖:

3.接下來只要檔案拖到 Gmail HD 的 Icon 上即可

4.等個半分鐘或一分鐘(視檔案大小及網路頻寬而定),待 Mail.app 把信寄出後,再直接點選 Gmail HD 的 Icon 即可連上 Gmail,然後再點選 Gmail HD 的標籤即可

5.Gmail HD 程式部份 (我稍微再小改版了一下)
AppleScript: (記得要把 Gmail 帳號改成你的帳號)
tell application "Safari"
open location "https://mail.google.com/mail/"
end tell
property username : "請改為你的Gmail帳號" --gmail username
property newline : (ASCII character 10) --character for new line
on open of these_items
send_message(these_items)
end open
on send_message(target_files)
tell application "Mail"
set n to 1
set filenames to ""
repeat until n is the ((length of target_files) + 1)
set n_file to item n of target_files
if n is less than (length of target_files) then
set filenames to filenames & POSIX path of n_file & ", "
else
set filenames to filenames & POSIX path of n_file
end if
set n to n + 1
end repeat
set newMessage to make new outgoing message with properties {subject:"Gmail HD (" & filenames & ")", content:"This e-mail is meant mearly as a backup of the following files." & newline, sender:"請改為你的Gmail帳號@gmail.com"}
tell newMessage
make new to recipient at beginning of to recipients with properties {address:username & "@gmail.com"}
set n to 1
tell content
repeat until n is the ((length of target_files) + 1)
set n_file to item n of target_files
set filepath to POSIX path of n_file
make new attachment with properties {file name:filepath} at after the last word of the last paragraph
set n to n + 1
end repeat
end tell
end tell
send newMessage
end tell
end send_message
有一件事不知道大家有沒有注意到
Firewire 正被 Apple 拋棄中
在我買的 iPod nano 中,就已經不支援 Firewire 了,只能用 USB 2.0 來充電及傳輸資料
而最新的第5代 iPod 也是一樣,只支援 USB 2.0
再加上新的 iMac 內建 iSight 後
未來,Apple 似乎不會再推出 Firewire 相關的週邊了(或是只留 Firewire 800 給高階的 PowerMac 用?)
相信這一、兩天,各大網站又將被 Apple 的新產品給淹沒了
One More Thing… 但其實是很多事…XD
看了新 iMac 後,實在很心動
內建 iSight 以及那個搖控器,讓你躺在 Sofa 上就可以聽音樂、看照片、看影片等等
只可惜,距進我的舊電腦下次要換新的時間還有很長一段距離
所以只能看看
再來,新 iPod 可以撥 Video 也很讓我心動,但我已經先買了 iPod nano 了
若這兩樣產品同時推出的話,我想,我會很傷腦筋,不知道要買哪一台?
功能上當然想要 iPod,但我還是覺得太大了點,iPod nano 才是適合我的大小
綜合我最近使用 iPod nano 的習慣來看,我想,最後還是會買 iPod nano 吧
畢竟我大多是在騎車上、下班時,或是走路出去逛街買東西時聽音樂的
看 Video 的功能對我實在沒什麼用,再說,那麼小的螢幕,看了也很難過
不如改用 iBook 看,反正我的 iBook 也幾乎都隨身帶著,不想帶時,相信我也不會帶 iPod 出門的
最多就是手機或是手機+iPod nano 放上衣口袋帶出門
另外,若真要用小螢幕播 Video,那我的手機也可以達到此一需求
最後一個,我覺得我最有可能去買的,應該就是 Universal Dock 了
除了可以充電外(iPod 各代及 iPod nano 都適用),還支援新的 Apple Remote (搖控器)
Universal Dock 還可以連接音響系統或是電視等等,這個是吸引我的主因,實在很想要
另外也想要那個 Apple Remote
Universal Dock US$39
Apple Remote US$29
新的 iPod 可以播放 Video,那舊的呢
在 MAKE Blog 上有一篇 HOW TO play video on iPods (with video)
裝了 iPodLinux 就可以了
只可惜,我的 iPod nano 並不被支援
www.flickr.com
|