After iPad (first generation) iOS 4.3 update, the App Store displays wrong release dates for updated applications, as can be seen in the captured image:

Wrong date: 29 October 2009, although the application update was released on 16 March 2011.
The App Store shows correct update date on my iPhone also running iOS 4.3:

Update: The issue is still not fixed in iOS 4.3.1, at least on my iPad.
Update 2: Issue still present in iOS 4.3.2
Update 3: Issue still present in iOS 4.3.3
Update 4: Issue still present on my iPad 2 in iOS 4.3.4, appears to be fixed on iPhone 4 iOS 4.3.4
Update 5: Issue still present on my iPad 2 in iOS 4.3.5
Update 6: Issue still present on my iPad 2 in iOS 5.0
Posted by Cristian Bradiceanu at 2:51 pm on March 17th, 2011.
Categories: Apple. Tags: app store, Apple, bug, date, ios, update.
It’s fairly easy to improve your AMP (Apache, MySQL, PHP) website speed:
1. Enable HTTP KeepAlives and persistent connections
2. Enable server-side output compression
3. Enable MySQL query caching
4. Install a PHP accelerator and optimizer
More… »
Posted by Cristian Bradiceanu at 11:46 am on March 15th, 2011.
Categories: Internet. Tags: apache, eaccelerator, httpd, mysql, php, speed.
The romanian company Visual Fan through its AllView brand offers their first 3G dual SIM phone – the AllView Q1 GET. It comes with a 2.4″ screen, QWERTY keyboard, 3G / EDGE / GPRS (unlocked), Wi-Fi, Bluetooth, Push e-mail from Mobiquus and Bolt web browser. The price is about € 120 / $ 170.
The big news is they launched the first romanian Android tablet – the AllView AllDro which comes with a 7″ TFT display (800 x 480) , 2 or 4 GB memory (expandable up to 32 GB), 800 MHz processor, mini-USB port, Wi-Fi, HDMI output, 3400 mAh battery all for the price under € 170 / $ 240.
Posted by Cristian Bradiceanu at 12:17 pm on March 9th, 2011.
Categories: Mobile, Romanian. Tags: allview, android.
After Nokia and Microsoft partnership was announced and Nokia dropping Symbian in favor of Windows Mobile, looking back at all Nokia phones I have owned in time and compiled this list:
Nokia 3210
Nokia 6210
Nokia 6310i
Nokia 6630
Nokia 6680
Nokia 6021
Nokia E70
Nokia E51
Nokia 3120 classic
Good luck Nokia!
Posted by Cristian Bradiceanu at 11:04 am on March 8th, 2011.
Categories: Mobile. Tags: microsoft, nokia, symbian.
You can use the object file displaying tool – otool. The ldd equivalent otool parameter is -L:
-L print shared libraries used
Example:
$ otool -L ~/bin/wget
/Users/cbredi/bin/wget:
/usr/lib/libssl.0.9.8.dylib (compatibility version 0.9.8, current version 0.9.8)
/usr/lib/libcrypto.0.9.8.dylib (compatibility version 0.9.8, current version 0.9.8)
/usr/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.1)
If you do not have the otool command, make sure Xcode is properly installed.
Posted by Cristian Bradiceanu at 11:32 am on March 4th, 2011.
Categories: Apple. Tags: ldd, otool.