顯示具有 Apple 標籤的文章。 顯示所有文章
顯示具有 Apple 標籤的文章。 顯示所有文章

2011年1月26日 星期三

OS/X Server Default Gateway 卡死事件

把 Mac Mini Server 從上海帶回台灣,打算放在家裡當做 VPN server 來用。既然是 OS/X Server,就不用客氣,直接接上寬頻 modem 應該就可以了,不過接上去以後,發現怎樣都不會動,用 netstat -r  看了一下,發現 default gateway 變成 192.168.121.254。

想了很久,才想起來這是第一次在上海辦公室設定這台 server 的時候,因為一時手滑加上沒有好好 RTFM,所以設定得相當混亂。當時把 en0 設定為固定 IP,default gateway 也就定下來了。

依照一般的常理,只要是 DHCP 在這個 interface 上取得了動態的 ip, gateway, dns 等等設定,之前設定過的靜態 ip 和配置應該就會自動失效,不過 OS/X Server 的怪癖性好像不會依照常理而行,每次 reboot 都告訴我 default gateway 還是 192.168.121.254,變成 dyndns 也完全無法正常動作。

/etc 裡面的設定檔都找過了,只好使出 grep 大法,跑到 '/' 底下用 'grep -r 192.168.121 *',最後才發現,在 /Library/Preferences/SystemConfiguration 裡面,有兩個檔案有這個字串,一個是 com.apple.network.identification.plist, 另外一個則是 preferences.plist。根據此處的說明,這兩個檔案分別控制了所有連接過的網路以及不同位置的網路喜好配置。

從這兩個檔案裡面把 192.168.121 相關的東西全部清掉、reboot,這下子 default gateway 就正常了。

下一步,VPN!

2010年11月11日 星期四

And they fixed it in 10.6.5

The crash that happened in my last blog post has been fixed with 10.6.5. Hurray!

Also, I think this release is a good one, "Top Sites" in Safari became snappier, I now use the small setting so it's like an image wall.

螢幕快照 2010-11-11 下午8.55.59.png

2010年11月7日 星期日

SystemPreference Screensaver/Wallpaper keeps crashing! *ANGRY*

I was meddling with some new wallpapers today when I noticed that after I've opened the ScreenSaver/Wallpaper preference pane, it crashes after approximately 10 secs. Searching the net seems to indicate that this might be a plist issue, mostly pointing to com.apple.desktop.plist.

But, that wasn't the issue. I spent about an hour trying to figure out which plist was causing the crash, since if I move all com.apple.* plists out of the usual place, the pref pane stays and runs smoothly. At last, it came down to com.apple.iApp.plist, which is a file indicating the various exported databases for iLife suite and iTunes.

I assume that the pref pane program crashed when trying to read AlbumData.xml. Unfortunately, I don't have any proper solution right now other than wait for Apple to fix the pref pane. There is a work-aroun though. Remove com.apple.iApp.plist before you modify any Screensaver/Wallpaper, the plist will be automatically re-created next time you run iPhoto. This might affect iWeb from retrieving media library from iPhoto and iTunes though.

2010年2月4日 星期四

From the Archives: A Revealing Interview With Steve Jobs : Rolling Stone

That's from Steve Jobs in 1994, and look what he has done today. The hardware is a bonus, the key is really the software.

The problem is, in hardware you can't build a computer that's twice as good as anyone else's anymore. Too many people know how to do it. You're lucky if you can do one that's one and a third times better or one and a half times better. And then it's only six months before everybody else catches up. But you can do it in software. As a matter of fact, I think that the leap that we've made is at least five years ahead of anybody.

[From From the Archives: A Revealing Interview With Steve Jobs : Rolling Stone]

But in the end, OO hasn't taken over the world yet (ok, it is a tad easier to write with NS* than CF*, but that's not what he had described back then).

2010年1月12日 星期二

切記切記!NSString 要弄成 NSURL 一定要有這個轉換手續

NSString *stringEscaped = [stringOrig stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding];

2009年10月24日 星期六

Daring Fireball: Herd Mentality

Conformity is a powerful instinct. There’s safety in numbers. You have to be different to be better, but different is scary.

[From Daring Fireball: Herd Mentality]

Gruber nailed it again! But then the focus is only in the PC market. Who else in the workstation market does not have an OS of its own? Solaris, HP/UX, AIX. Name it and you get it. But I guess that the workstation/server market is never the 'PC Market' at all.

2009年10月20日 星期二

MailFollowUp (Mail Plugin for Mac OS X)

Adds "Follow Up" items to the Message and contextual menus (and optionally a toolbar button) of Apple's Mail application that allows you to compose (and then send) a quoted version of the original message to all of the original recipients, keeping the To, Cc and Bcc addresses exactly as they appeared in the original message. Specifically, in keeping with Mail's built-in Reply and Reply All functionality, the plugin adds "Follow Up" (original To: recipients only) and "Follow Up All" (all original recipients) functionality via both menus and toolbar items.

[From MailFollowup Home Page]

升級到 10.6 以後,我有個很常用的 Mail plugin 瞬間不能用了,在作者的努力之下,推出的新版本終於可以在 10.6 下使用了。作者的 homepage 裡面還提到,除了 Follow-up 的 mail title 文字可以自己改以外,還可以改 menu 和工具列裡面的 icon 文字標籤:

defaults write net.welchwold.mailfollowup FollowUpPrefix -string "Follow-up: "
defaults write net.welchwold.mailfollowup FollowUpMenuTitle -string "跟進"
defaults write net.welchwold.mailfollowup FollowUpAllMenuTitle -string "跟進所有人"
defaults write net.welchwold.mailfollowup FollowUpToolbarItemTitle -string "跟進"
defaults write net.welchwold.mailfollowup FollowUpAllToolbarItemTitle -string "跟進所有人"

這樣改完之後,畫面上的整合度看起來就很高了。

2009年3月1日 星期日

Tune your Safari 4-beta


# http://swedishcampground.com/safari-4-hidden-preferences



Having a quick poke through the new Safari binary yields the following strings:



$ strings /Applications/Safari.app/Contents/MacOS/Safari | grep DebugSafari4

DebugSafari4TabBarIsOnTop

DebugSafari4IncludeToolbarRedesign

DebugSafari4IncludeFancyURLCompletionList

DebugSafari4IncludeGoogleSuggest

DebugSafari4LoadProgressStyle

DebugSafari4IncludeFlowViewInBookmarksView

DebugSafari4TopSitesZoomToPageAnimationDimsSnapshot

DebugSafari4IncludeTopSites



*NB: Need to restart Safari after changing any of these.*



## DebugSafari4TabBarIsOnTop



This moves the tab bar back where you expect it to be:



$ defaults write com.apple.Safari DebugSafari4TabBarIsOnTop -bool NO



## DebugSafari4IncludeToolbarRedesign and DebugSafari4LoadProgressStyle



When both set to NO it restores the blue loading bar behind the URL.



$ defaults write com.apple.Safari DebugSafari4IncludeToolbarRedesign -bool NO

$ defaults write com.apple.Safari DebugSafari4LoadProgressStyle -bool NO



## DebugSafari4IncludeFancyURLCompletionList



Switches off the new URL autocomplete menu and goes back to the original one.



$ defaults write com.apple.Safari DebugSafari4IncludeFancyURLCompletionList -bool NO



## DebugSafari4IncludeGoogleSuggest



Turns off the new Google suggest menu.



$ defaults write com.apple.Safari DebugSafari4IncludeGoogleSuggest -bool NO



## DebugSafari4IncludeFlowViewInBookmarksView



Unknown.



## DebugSafari4TopSitesZoomToPageAnimationDimsSnapshot



Unknown.



## DebugSafari4IncludeTopSites



Disables Top Sites feature completely.



$ defaults write com.apple.Safari DebugSafari4IncludeTopSites -bool NO



## Undoing changes



Just run the defaults command with the `delete` flag for the appropriate key you wish to delete.



$ defaults delete com.apple.Safari

[From #398861 by Caius Durling (caius) - Pastie]



2009年2月13日 星期五

15 元免阿婆保佑

今天是奇妙的一天。


前陣子就發現 MBP 的光碟機怪怪的,有時候片子會讀不到,燒錄也會失敗。一直太當一回事,直到昨天晚上發現沒有一片電影讀得出來,今天早上要燒 Office 2003 的光碟給別人,CD-R 空片塞進去,直接ㄍㄞ個兩聲就吐出來了。這下子糟糕了,光碟機等於廢掉。


上網查了一下,很多人的 superdrive 也都是一兩年就掛掉,還有人在保固期內換了三台。雖然我也有買阿婆保佑(Apple care),但是在中國維修甚為麻煩,要等到五月回台灣才能去優仕。後來仔細一想,好像也不只是我的 MBP 出現過挑片的情況,以前家裡的那台音響用的 CD player 用久了也會挑片,也沒有三天兩頭就整組雷射頭換掉,頂多是拿 CD 清潔片轉兩圈聽兩首哪卡西就又是一尾活龍了,家裡附近的百腦匯也很久沒去逛了,好像是該去朝聖一下的時候了。然後每次回台北總是會遺漏一些小東西忘了帶回來;上次是變壓器,這次是 DVI 轉 VGA 的那條線。本來就打算要去補一個轉接器,不然沒辦法拿 MBP 出去炫耀簡報;這次兩個東西得一次補齊。


下了班晃到百腦匯去,沒想到問來問去,很多人都說:『這東西現在已經沒有了』,充分發揮中國人唬爛成性的本領。逛到三樓,終於有一家店,還拿了兩組給我選,一組附清潔液、一組乾式的,為了省麻煩,直接選了乾式的,15RMB。然後逛到旁邊去,花了10RMB買了一個 DVI-VGA 轉接頭,這樣明天下午炫耀簡報的時候就可以用了。


買完東西正想去 85 度 C 買麵包回家吃,沒想到走錯巷子,意外發現一家外文書店,離家很近。還有宮部美幸的翻譯小說(不過這邊稱她為宮部美雪,是因為都寫成みゆき的關係吧!


回家把那個清潔片塞進光碟機,沒想到被判斷是 DVD 空白片,這下子我的腦袋一片空白了....怎麼辦,買到黑心清潔片了!!又把包裝拿起來看一下,不對,怎麼是繁體中文的,搞不好是出口到台灣的商品,應該沒這麼爛才對。又瞧了一下 MBP 擺放的方位,注意時辰和衝煞,終於讀出來了。用 iTunes 聽著指示(就是會叫你直接跳第四首,這樣毛刷剛好會刷過雷射頭)做了幾次,然後把昨天讀不出來的片子換進去.....按!五秒鐘就辨識出來了,根本跟新的一樣,花了 15RMB 換回可用的光碟機。


跟肥油貓抱怨用 Apple 的東西用久了,腦袋都變笨了,該有的 common sense 都忘記了。




2009年2月10日 星期二

QuantLib SVN on OS/X

Ok, tried again with QuantLib SVN, boost-1.37. The unit-test framework detection has been corrected in the svn version, so here is the test result:



leafy@kunlun ~/Projects/QuantLib-Xcode



$ make benchmark



make -C test-suite benchmark



BOOST_TEST_LOG_LEVEL=message ./quantlib-benchmark



Running 85 test cases...



Testing finite-differences American option greeks...



Testing finite-differences shout option greeks...



Testing Monte Carlo discrete arithmetic average-price Asians...



Testing barrier options against Babsiri's values...



Testing two-asset European basket options...



Testing three-asset American basket options against Tavella's values...



Testing antithetic engine using odd sample number...



Testing Bates model calibration using DAX volatility data...



Testing out-of-the-money convertible bonds against vanilla bonds...



Testing Monte Carlo cash-(at-hit)-or-nothing American engine...



Testing finite-difference dividend European option values...



Testing finite-differences dividend European option greeks...



Testing finite-differences dividend American option greeks...



Testing Monte Carlo European engines against analytic results...



Testing European option implied volatility...



Testing finite-difference European engines against analytic results...



Testing European price curves...



Testing FDM with American Option in Heston model ...



Testing Heston model calibration using DAX volatility data...



Testing Monte Carlo Heston engine against cached values...



Testing Sabr interpolation...



Testing jump-diffusion option greeks...



Testing exact repricing of multi-step constant maturity swaps and swaptions in a lognormal constant maturity swap market model...



Testing exact repricing of multi-step coterminal swaps and swaptions in a lognormal coterminal swap rate market model...



Testing quanto-forward option greeks...



Testing Mersenne-twister discrepancy...



Testing risk measures...



Testing Hull-White swap pricing against known values...



--------------------------------------------------------



Benchmark Suite QuantLib 0.9.8



--------------------------------------------------------



AmericanOption::FdAmericanGreeks : 230.5 mflops



AmericanOption::FdShoutGreeks : 246.7 mflops



AsianOption::MCArithmeticAveragePrice : 560.3 mflops



BarrierOption::BabsiriValues : 243.0 mflops



BasketOption::EuroTwoValues : 172.3 mflops



BasketOption::TavellaValues : 188.7 mflops



BasketOption::OddSamples : 158.4 mflops



BatesModel::DAXCalibration : 921.2 mflops



ConvertibleBondTest::testBond : 566.3 mflops



DigitalOption::MCCashAtHit : 566.5 mflops



DividendOption::FdEuropeanValues : 318.8 mflops



DividendOption::FdEuropeanGreeks : 278.7 mflops



DividendOption::FdAmericanGreeks : 224.3 mflops



EuropeanOption::FdMcEngines : 262.9 mflops



EuropeanOption::ImpliedVol : 239.8 mflops



EuropeanOption::FdEngines : 323.6 mflops



EuropeanOption::PriceCurve : 325.0 mflops



FdHestonTest::testFdmHestonAmerican : 197.0 mflops



HestonModel::DAXCalibration : 877.6 mflops



HestonModel::McVsCached : 302.2 mflops



InterpolationTest::testSabrInterpolation : 657.6 mflops



JumpDiffusion::Greeks : 111.4 mflops



MarketModelCmsTest::testCmSwapsSwaptions : 234.9 mflops



MarketModelSmmTest::testMultiSmmSwaptions : 280.3 mflops



QuantoOption::ForwardGreeks : 80.7 mflops



RandomNumber::MersenneTwisterDescrepancy : 644.0 mflops



RiskStatistics::Results : 417.1 mflops



ShortRateModel::Swaps : 972.3 mflops



--------------------------------------------------------



QuantLib Benchmark Index : 378.6 mflops



*** No errors detected





2009年1月28日 星期三

MBP 硬碟升級了

上次回來的時候就發現了忠孝敦化站出口附近新開了一家優仕,這次回來走進去逛了一下,發現可以升級硬碟又不破壞其他部份的 AppleCare;加上最近硬碟用量也比較大(音樂啊、照片啊、*嗶*啊等等),就直接升到 500G 好了。


原本利用今天送件想說明天去台中玩耍應該後天可以取件,沒想到優仕的平頭弟非常爽快,傍晚五點多送件,八點半關店之前就已經好了。眼看所有東西(包括 MacFUSE)都成功轉移過去,感覺真不錯。


有圖為證:

MBP 硬碟升級


2009年1月15日 星期四

Unveiling 10 Hidden OS X Shortcuts


Hidden Shortcuts for Mac OS X

I've tested these shortcuts on my Mac OS X Leopard.



1. Apple Logo

Shortcut : Option-Shift-K



Note. One of the symbols that can be drawn with simple keystroke, the famous Apple logo. Sorry, but I can't resist to put this as the first shortcut.



2. Zero Brightness

Shortcut : Control-Shift-Eject



Note. Instantly turn your display off without logging out from the system.



3. Adjust Volume Bar

Shortcut : Option-Shift-F4 / Option-Shift-F5



Note. Increase/decrease your volume bar by a quarter each time it's invoked. This is particularly useful for fine tuning Mac with bombastic sound system.



4. Double Buffer

Shortcut : Control-K (Kill) and Control-Y (Yank)



Note. Like, Cut and Paste, combination of Kill and Yank can help you organize your text easily. Cut followed by Kill grants you double text buffer.



5. Home and End

Shortcut : Control-A (Home) and Control-E (End)



Note. This is pretty much the substitution for Windows button HOME and END. Pressing Command-← or Command-→ performs the same action.



6. Delete and Backspace

Shortcut : Control-D (Delete) and Control-H (Backspace)



Note. In Windows, we've got two buttons for this : DEL and BACKSPACE. You can use Fn-Delete to perform forward deletion while the button Delete acts as Backspace.



7. Related Messages

Shortcut : Command-Shift-K



Note. Selects all related messages in the same mailbox.



8. Open Address in New Tab

Shortcut : Command-Enter



Note. While highlighting address bar, pressing this shortcut will bring up new tab of that selected address.



9. Google Search Box

Shortcut : Command-Option-F



Note. Quickly jumps your cursor to Google Search Box. Saving your mouse click as well as your precious ticks of seconds.



X. Zoom

Shortcut : Command-Option-[+] (Zoom In) or Command-Option-[-] (Zoom Out)



Note. Zoom in/out your display; making tiny objects looks huge.

[From Unveiling 10 Hidden OS X Shortcuts ]

This is just loooovely~


It's quite "unix-ish" when dealing with things like kill/yank, home/end. Anyone familiar with terminal will be happy. #2 and #9 are really treats. I had to do cmd-L to go to the location bar first and tab to the search box. Now just cmd-opt-f, CUTE!




2008年12月12日 星期五

用 Xcode 3.1 寫 Cocoa+Python Application

[From 在 Mac 上用 Python + PyObjc 的第一步 @ 國二學生認真打雜]


跟據 ericsk 長輩的文章,其實善用 InterfaceBuilder 和 Delegate python binding app,就可以用 Xcode 透過 ObjC 的方式來寫 OS/X 的程式。可是我在跑這個範例的時候,一直遇到這個問題

[Session started at 2008-12-11 21:38:21 +0800.] 2008-12-11 21:38:22.247 Pycoffee[55867:10b] Could not connect the action mybuttonClicked: to target of class PycoffeeAppDelegate



Pycoffee 是我的 app 的名稱,請教過 Google 大神以後,終於在這篇文章裡面找到問題的所在,原來是 python 慣用的 tab vs space 的問題。去看了我的 project 設定,咦?的確是 tab as tab,有圖有真相。

Xcode preferences

原本以為是我自己打進去的 code 不小心用了 space,但是把整個 invisible char 都顯示出來以後,才發現原來兇手是 Xcode 自己產生的這段程式碼:



Spaces instead of tabs

把前面的那段 space 取代為 tab 以後,就正常了。


2008年12月11日 星期四

Farmdev: Python 3.0 On Mac OS X (alongside 2.6, 2.5, etc)

[From Farmdev: Python 3.0 On Mac OS X (alongside 2.6, 2.5, etc)]

./configure --enable-framework MACOSX_DEPLOYMENT_TARGET=10.5 --with-universal-archs=all

This enables 64bit support with framework build. Also, this points the Current version for the Python framework to 3.0. Need to manually override that if one requires older versions.




2008年11月27日 星期四

雜記

下午在會議室把之前研究的 SVN+Trac+Mylyn 還有整個 devel 流程改造的東西講給大家聽,講得大家是目瞪口呆欲哭無淚;現在看來,明年度這個制度實施之後,會是我進公司以來第二次做這種流程改造(第一次居然是把CVS建起來,也是好久以前的事情了),會不會成功,就要看大家是不是可以適應這整個流程了。


會後 George 跟我說:你這個是一定要回台北一趟跟台北的同事們做 briefing 的。


看來是註定年底要回台灣一趟先。


拿來講解的是我用 XMind 畫出來的一個圖,在 channel 上抱怨說 Xmind 拿來畫 diagram 效果不好,但是實際上拿來講的時候,效果卻有點出乎我的意料之外,大家都表示其實很好懂;還有一個同事問我用什麼軟體做的,還順口問了『現在這個 Mac 要多少錢一台?』顯然是被我用絢麗的視覺效果所迷惑,ㄎㄎ。說實在,如果現在讓我再買一次 Mac,我還會不會選擇 MBP?或許現在的 Unibody Macbook 對我來說已經足夠了吧!


PS. 突然想到,要打魔獸好像不能只靠 9400M,好吧,我還是會選MBP




2008年11月20日 星期四

LISA '08 Technical Sessions by Jordan K. Hubbard

這是 JKH 的投影片


自從他去 Apple 上班以後,出現在 FreeBSD mailing list 的次數好像可以數得出來,另外一位大老 Terry Lambert 也是。投影片我比較有興趣的是



  • launchd


  • ASL


  • DTrace


  • Directory Service


Dtrace 在 FreeBSD 上面已經有了,rc.d 系統使用上方便性可以跟 launchd 比,但是我覺得 rc.conf 的設定檔比較有可讀性,不過 launchd 可以區分系統和 local session 又是一個強項,感覺就是個 private rc.d。


ASL 是用來取代 syslogd 的,Directory Service 除了 local users, groups 以外,還可以對外接 OpenDirectory/ActiveDirectory。




2008年11月18日 星期二

SVNKit vs Proxy on MacOS X

昨天發現 Subversion-javahlbinding 的 client 可以連上 svn repos,但是 SVNKit 卻怎樣也都回報 HTTP 404。原本以為是 SVNKit 本身的問題,但是後來在 log 裡面發現



http_proxy_host = localhost



原來 SVNKit default 會去使用系統定義的 proxy host,但是卻無法處理系統提供的 proxy_exceptions,恰好我們的 svn host 在 LAN subnet 上面,外面的 proxy 自然無法存取內部的資源,只好丟 http 404 了。這個問題在 subversion-javahlbindings 和 subeclipse 的 javahl adapter 裡面不會發生,我猜是 javahlbindings 本身(or native subversion)已經自己處理掉了。


解決的方法也不難,*NIX 系統下的 ~/.subversion/server 裡面把 GLOBAL section 的 http_proxy_exception 加上自己的 LAN subnet 問題就解決了。




2008年11月12日 星期三

Skim - OS/X 上的 PDF 利器

在 OS/X 上面,PDF 的處理除了可以輸出以外,觀看和編輯的部份比較弱。之前有 Apple Preview program 的新細明體碎字問題,所以轉而投靠 Adobe Reader。但是 Adobe 的東西越做越大,速度也隨之越來越慢。




兩週前,為了把 subversiontraceclipse-mylyn 做整合,把 subversion book 念了一次。念的過程中一直想在 PDF 上面做 Annotation,而不管是 Adobe 或是 Apple 的免費產品都無法讓我做這個事情,所以只好另外寫一個文件來記錄自己的讀書心得。麻煩的是兩邊要對照的時候在電腦上翻來翻去不是很方便,要引用裡面的 text 的時候也要整段剪出來,如果引用的是圖片,就沒辦法了。


今天看到 skim 出了 1.2 版,發現它有筆記的功能,除了隨手貼、anchored notes,還有各種圖樣的外框、文字 highlight 還有筆記側邊欄可以瀏覽這篇文件的所有筆記;看起來十分方便。還有一些和 TeX 相關的功能我暫時用不到。


Skim 的標注功能


Skim 在全螢幕下的顯示也十分方便,啟動速度又快,相當順手啊!現在就缺個 PDF library manager 了。


今天的另外一個“驚喜“是 Apple 似乎把之前新細明體的 PDF 會碎字的問題改掉了(now we are bug for bug compatible!!),以後用 Preview 看含有新細明體的 PDF 就沒什麼問題了。


Apple Preview 中文修好了?


2008年11月7日 星期五

換成 Ecto 3

寫這個 blog 除了用 MovableType 內建的編輯器以外,之前也使用了 Ecto 這個離線編輯器。一方面在電腦上用類似文書處理的方式來寫,會比用網頁的形式來得舒服,也比較不容易有斷線造成寫到一半文章消失的慘狀。


最近這個軟體終於推出正式的 Ecto 3 ,對於 Ecto 2 的使用者來說是免費升級。新版的速度和界面比第二版友善很多,也比較不容易發生 XMLRPC timeout 的窘況。直接支援 tags 的做法,也讓文章標籤好用許多(會列出已經存在的標籤來選,然後也可以輸入新的標籤)。除了方便撰寫以外,還提供了幾個有用的 plugin ,比如 flickr helper,讓 flickr 的使用者可以直接把 flickr 照片引用到 blog 文章裡面,這樣可以免去每次都跑到 flickr 上去抓 embedded link 的麻煩。


Ecto 3 的畫面


上面這張圖就是直接用 OS/X 裡面的 CMD-SHIFT-F4 去抓畫面下來後,貼進 Skitch ,然後用 skitch 內建的 webpost 貼到 flickr 上,再用 ecto 3 的 flickr helper 直接插入文章裡面。現在除了 flickr helper 以外,還有 amazon helper (我是用不到)還有 iTunes helper。官網上還有 twitter helper 等其他的 plugin 可以用。我自己是很希望可以補足 jaiku helper 和 anobii helper。




2008年11月3日 星期一

終於可以處理 LX3 的 RAW file 了


Raw Photo Processor (RPP):


買了 Lumix LX3 有一段時間了,不過對於 LX3 的 RAW 檔案,卻一直沒有很好的處理方式。 LX3 送的那個處理程式用起來傷當機車,不但會亂塞東西進系統目錄,處理的速度也無比緩慢(拎杯的電腦可是有4G的記憶體啊!!),所以暫時都是用 JPEG 頂著先。


今天終於找到一個可以處理 LX3 RAW 的程式,看看這樣能不能解放LX3的封印。