Just noticed that my new Ipod Touch has a problem: when sync with iTunes its time get messed up to some random date/time.
Unfortunately for Apple, this is not unique, many people (maybe everyone) who own this toy have this problem.
The fix is dull but effective:
1. close any running iTunes program before you connect iTouch.
2. connect iTouch
3. start iTunes to sync.
Apple should fix this soon!
Issue: Photoshop CS2 eats up memory, and crashes when all memory are consumed.(Memory Leak)
Cause: Fonts loading error(possibly) . See full discussion: http://blogs.adobe.com/scottbyer/2005/11/a_good_day.html
Solution:
1. remove all fonts in folder “C:\Program Files\Common Files\Adobe\Fonts”
2. open PS CS2, choose Edit->Preferences->Type.
3. deselect “Font Preview Size”, possibly also “Show Font Names in English”, etc(Did not experiment with all combination, since it seems nothing is hurt, I deselected all except “Use Smart Quotes”).
4. restart PS. Problem solved, however it prompts “Adobe updater can not be started…”, whatever, I don’t want to update.
5. replace Fonts/Reqrd folder, from the name one could guess it’s “required”, restart PS, the error in 4 still exists. No memory leak.Satisfied at this point for right now.
TODO:
1. try adding back other fonts and see if the old problem is because of a specific font, right now seems I don’t need all these fonts, maybe later. Note: it’s shared by all Adobe products, so it’s possible that some other program will not function properly.
2. try other combination in step 3.
1. Install Mozilla Firefox VideoDownloadHelper
https://addons.mozilla.org/en-US/firefox/downloads/file/34137/video_downloadhelper-3.2-fx.xpi
2. Install SUPER © to decode and convert flv files you get to whatever format you want
http://www.erightsoft.com/SUPER.html
3. You can use any video editing program to extract the video frames
I found it necessary to build executable from my Python scripts(since Maui/Torque cluster does not support submit Python as jobs.)
1. Install python2.5-examples and python-dev
apt-get install python2.5-examples
apt-get install python-dev
2. Use freeze.py coming along with python2.5-examples(/usr/share/doc/python2.5/examples/Tools/freeze/freeze.py)
freeze.py hello.py
make