takao
Jan 15, 05:05 PM
in the german breakdown statistics from the ADAC the Fiat Panda is the second most reliable small car only being beaten by the toyota aygo by a fraction of a percent
comparing the breakdown statistics the Panda (and the toyota) is trouncing the competition from luxury or middle class brands all the way
i somehow suspect this passat is just a counter to the us tastes of camry etc. just like that rebadged minivan or that hideous pick up truck.. but hey the americans even bought the older jettas ... which had such a bad reputation in germany that they had to rename it ... twice
comparing the breakdown statistics the Panda (and the toyota) is trouncing the competition from luxury or middle class brands all the way
i somehow suspect this passat is just a counter to the us tastes of camry etc. just like that rebadged minivan or that hideous pick up truck.. but hey the americans even bought the older jettas ... which had such a bad reputation in germany that they had to rename it ... twice
CalBoy
Apr 11, 11:01 AM
That's odd. My iPad 2 does return to the previous spot when I hit back. Have you tried to see if it does it on every web page or just a handful?
Dbrown
Apr 22, 11:15 PM
Can't iOS applications share the same code base with adjustments made for the differing UI requirements (e.g. iPad vs iPhone resolution).
Windows Server can run Windows XP apps, you think they're the same OS?
Android apps use the same codebase and run on version 2.x and 3.0. 3.0 is clearly a different OS from 2.x
Regardless, the iPad can run iPhone/iPod touch applications anyways so your distinction is silly.
iphone cant run ipad apps.
Windows Server can run Windows XP apps, you think they're the same OS?
Android apps use the same codebase and run on version 2.x and 3.0. 3.0 is clearly a different OS from 2.x
Regardless, the iPad can run iPhone/iPod touch applications anyways so your distinction is silly.
iphone cant run ipad apps.
bwrairen
Mar 26, 09:26 PM
completely the opposite.
1. title doesn't state picture.
2. listed under the wrong category
buyer wins.
http://img51.imageshack.us/img51/8739/35967530.jpg
Wrong category? Have you ever purchased or listed anything on eBay that was in the wrong category? I know I have. Does that deserve jail time?
There have been many time that I have purchased items on eBay as well that were described incorrectly. Now granted, when I have purchased these items, it was to my advantage or of no consequence. But I only knew that by reading and understanding the item description in the first place.
Don't get me wrong...I am not saying the buyer should have to pay. Just going through the experience and realizing how foolish he was should be enough to teach MOST people a lesson like that. I posted to respond to the fanatic that thinks that the seller should go to jail. He did nothing illegal. What he did was immoral, and morality is subjective.
1. title doesn't state picture.
2. listed under the wrong category
buyer wins.
http://img51.imageshack.us/img51/8739/35967530.jpg
Wrong category? Have you ever purchased or listed anything on eBay that was in the wrong category? I know I have. Does that deserve jail time?
There have been many time that I have purchased items on eBay as well that were described incorrectly. Now granted, when I have purchased these items, it was to my advantage or of no consequence. But I only knew that by reading and understanding the item description in the first place.
Don't get me wrong...I am not saying the buyer should have to pay. Just going through the experience and realizing how foolish he was should be enough to teach MOST people a lesson like that. I posted to respond to the fanatic that thinks that the seller should go to jail. He did nothing illegal. What he did was immoral, and morality is subjective.
more...
MacRumors
Oct 31, 08:54 AM
http://www.macrumors.com/images/macrumorsthreadlogo.gif (http://www.macrumors.com)
While pre-orders of Apple's 2G iPod Shuffle have recently begun to ship (http://www.macrumors.com/pages/2006/10/20061029123032.shtml) to customers, Apple has announced the general availability (http://www.apple.com/pr/library/2006/oct/31shuffle.html) of the music player in Apple Retail Stores and Authorized Retailers worldwide this Friday.
AppleInsider has reported that while retailers may get stock of the players prior to Friday (http://www.appleinsider.com/article.php?id=2185), they will not be allowed to place them out for sale until Friday.
Note: 2G = Second Generation. Second generation iPod Shuffles have a capacity of 1 Gigabytes.
While pre-orders of Apple's 2G iPod Shuffle have recently begun to ship (http://www.macrumors.com/pages/2006/10/20061029123032.shtml) to customers, Apple has announced the general availability (http://www.apple.com/pr/library/2006/oct/31shuffle.html) of the music player in Apple Retail Stores and Authorized Retailers worldwide this Friday.
AppleInsider has reported that while retailers may get stock of the players prior to Friday (http://www.appleinsider.com/article.php?id=2185), they will not be allowed to place them out for sale until Friday.
Note: 2G = Second Generation. Second generation iPod Shuffles have a capacity of 1 Gigabytes.
nickculbertson
Apr 13, 07:14 AM
Hello,
I got this error last night and I'm still scratching my head about it.
Build Ukulele of project Ukulele with configuration Debug
Ld build/Ukulele.build/Debug-iphoneos/Ukulele.build/Objects-normal/armv6/Ukulele normal armv6
cd /Users/nickculbertson/Documents/GuitarApp
setenv IPHONEOS_DEPLOYMENT_TARGET 4.2
setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -arch armv6 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk -L/Users/nickculbertson/Documents/GuitarApp/build/Debug-iphoneos -F/Users/nickculbertson/Documents/GuitarApp/build/Debug-iphoneos -filelist /Users/nickculbertson/Documents/GuitarApp/build/Ukulele.build/Debug-iphoneos/Ukulele.build/Objects-normal/armv6/Ukulele.LinkFileList -dead_strip -miphoneos-version-min=4.2 -framework Foundation -framework UIKit -framework CoreGraphics -framework QuartzCore -framework AudioToolbox -framework AVFoundation -framework MediaPlayer -framework MessageUI -o /Users/nickculbertson/Documents/GuitarApp/build/Ukulele.build/Debug-iphoneos/Ukulele.build/Objects-normal/armv6/Ukulele
ld: ldr 12-bit displacement out of range (4096 max +/-4096) in _AudioServicesCreateSystemSoundID$stub in _AudioServicesCreateSystemSoundID$stub from /Users/nickculbertson/Documents/GuitarApp/build/Ukulele.build/Debug-iphoneos/Ukulele.build/Objects-normal/armv6/Ukulele
collect2: ld returned 1 exit status
Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1
The project runs fine on both iPad and iPhone builds in the simulator and the iPad build works on the device. When I run the iPhone build on the device I get the error. Any thoughts?
Thanks,
Nick
I got this error last night and I'm still scratching my head about it.
Build Ukulele of project Ukulele with configuration Debug
Ld build/Ukulele.build/Debug-iphoneos/Ukulele.build/Objects-normal/armv6/Ukulele normal armv6
cd /Users/nickculbertson/Documents/GuitarApp
setenv IPHONEOS_DEPLOYMENT_TARGET 4.2
setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -arch armv6 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk -L/Users/nickculbertson/Documents/GuitarApp/build/Debug-iphoneos -F/Users/nickculbertson/Documents/GuitarApp/build/Debug-iphoneos -filelist /Users/nickculbertson/Documents/GuitarApp/build/Ukulele.build/Debug-iphoneos/Ukulele.build/Objects-normal/armv6/Ukulele.LinkFileList -dead_strip -miphoneos-version-min=4.2 -framework Foundation -framework UIKit -framework CoreGraphics -framework QuartzCore -framework AudioToolbox -framework AVFoundation -framework MediaPlayer -framework MessageUI -o /Users/nickculbertson/Documents/GuitarApp/build/Ukulele.build/Debug-iphoneos/Ukulele.build/Objects-normal/armv6/Ukulele
ld: ldr 12-bit displacement out of range (4096 max +/-4096) in _AudioServicesCreateSystemSoundID$stub in _AudioServicesCreateSystemSoundID$stub from /Users/nickculbertson/Documents/GuitarApp/build/Ukulele.build/Debug-iphoneos/Ukulele.build/Objects-normal/armv6/Ukulele
collect2: ld returned 1 exit status
Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1
The project runs fine on both iPad and iPhone builds in the simulator and the iPad build works on the device. When I run the iPhone build on the device I get the error. Any thoughts?
Thanks,
Nick
more...
Happybunny
Apr 11, 04:13 AM
For the iMac
http://i694.photobucket.com/albums/vv310/happybunny2_photos/Screenshot2011-04-11at105954AM.png
MBA
http://i694.photobucket.com/albums/vv310/happybunny2_photos/Screenshot2011-03-02at15219PM.png
iPhone
http://i694.photobucket.com/albums/vv310/happybunny2_photos/photo-3.png
http://i694.photobucket.com/albums/vv310/happybunny2_photos/Screenshot2011-04-11at105954AM.png
MBA
http://i694.photobucket.com/albums/vv310/happybunny2_photos/Screenshot2011-03-02at15219PM.png
iPhone
http://i694.photobucket.com/albums/vv310/happybunny2_photos/photo-3.png
Deepdale
Sep 24, 03:57 PM
i would let him, especially if the girl's parents are okay with it. just make sure its safe sex
But don't lurk in the bushes and attempt to look through any available spot to ensure that it is. :)
But don't lurk in the bushes and attempt to look through any available spot to ensure that it is. :)
more...
Xibalba
Oct 10, 04:48 PM
You don't pay for updates, Tweetie 1 had 7 free updates. Updates within the 2.0 version number will also be free. Same as EVERY piece of software for the desktop.
exactly - people don't realize this yet with iphone apps because it's still relatively new and most apps get minor updates for free - very few have done a complete version revision of their software. probably over the next year, this will become more common and people will figure this out and quite whining.
but then again...people love to complain...but over $3 - seriously come on people...
exactly - people don't realize this yet with iphone apps because it's still relatively new and most apps get minor updates for free - very few have done a complete version revision of their software. probably over the next year, this will become more common and people will figure this out and quite whining.
but then again...people love to complain...but over $3 - seriously come on people...
liamkp
Jul 11, 10:16 AM
Yep.
more...
ranviper
Feb 1, 01:22 PM
LIIINNNNKKKK!!!!? Badass wallpaper, man.
Haha, I know i love it. Heres the link. Enjoy :D
http://interfacelift.com/wallpaper_beta/details/2461/african_sunset.html
Haha, I know i love it. Heres the link. Enjoy :D
http://interfacelift.com/wallpaper_beta/details/2461/african_sunset.html
quagmire
Apr 1, 07:10 AM
2012 Buick Regal GS.
http://img508.imageshack.us/img508/4193/screenshot20110401at809.png
http://img508.imageshack.us/img508/4193/screenshot20110401at809.png
more...
mif
Apr 7, 01:02 PM
-Very nice
Doctor Q
May 4, 06:22 PM
Could you post a screenshot please?
Does it happen only on your computer or also on other computers you try using?
Do you have a Mac or a PC?
Does it happen only on your computer or also on other computers you try using?
Do you have a Mac or a PC?
more...
sl8r
Oct 2, 04:35 AM
i, too, am firmly in the "Notes Haters" camp.
I know that I will get the usual canned response here from Notes fans ("but, you see, it is not just an email app, it is so much more...").
Yeah, they're probably the worst fanboys in the IT industry; "But it can do so much!" yes well if it can do so much, why is it the crashtastic pile of shite that it is today? If it crashes on you, you have to reboot the PC, cos just trying to start Lotus Notes again will give you a cryptic error message.
The user interface is the worst ever ("click that little unmarked rectangle top-left in the mail view to check for new mail!", and, oh, about 10'000 other possible examples of UI idiocy).
The last two jobs I've held have forced me to use this decades-past-it's-heyday trainwreck, and even though I've used it in various incarnations (~R4-R6 and whatever the latest public version is), I would love to know what the people at IBM were and still are smoking. Shouldn't you fix glaringly obvious bugs, from release to release? Do they even employ UI designers at IBM? Do they actually consider things such as optimizing performance, when rolling out a new release?
As far as I can see, the sole reason it still exists, apart from the fact that you can send and receive emails and do scheduling with it (which are the two things most companies use it for today), seems to stem from the veritable ARMIES of consultants and developers that keep on recommending it, ostensibly to protect their own incomes after having spent thousands learning how to develop applications for it.
I know that I will get the usual canned response here from Notes fans ("but, you see, it is not just an email app, it is so much more...").
Yeah, they're probably the worst fanboys in the IT industry; "But it can do so much!" yes well if it can do so much, why is it the crashtastic pile of shite that it is today? If it crashes on you, you have to reboot the PC, cos just trying to start Lotus Notes again will give you a cryptic error message.
The user interface is the worst ever ("click that little unmarked rectangle top-left in the mail view to check for new mail!", and, oh, about 10'000 other possible examples of UI idiocy).
The last two jobs I've held have forced me to use this decades-past-it's-heyday trainwreck, and even though I've used it in various incarnations (~R4-R6 and whatever the latest public version is), I would love to know what the people at IBM were and still are smoking. Shouldn't you fix glaringly obvious bugs, from release to release? Do they even employ UI designers at IBM? Do they actually consider things such as optimizing performance, when rolling out a new release?
As far as I can see, the sole reason it still exists, apart from the fact that you can send and receive emails and do scheduling with it (which are the two things most companies use it for today), seems to stem from the veritable ARMIES of consultants and developers that keep on recommending it, ostensibly to protect their own incomes after having spent thousands learning how to develop applications for it.
gibbz
Apr 28, 09:08 AM
Really? you read every 120 page document that came with every piece of software you install? And understood it without a lawyer?
First, the English portion (or any single language) is only 5 pages, not 120. Why would you need a lawyer to understand the agreement? See below.
From Apple's EULA (http://images.apple.com/legal/sla/docs/iphone.pdf)
Apple and its partners and licensees may provide certain services through your iPhone that rely upon location information. To provide these services, where available, Apple and its partners and licensees may transmit, collect, maintain, process and use your location data, including the real-time geographic location of your iPhone. The location data collected by Apple is collected in a form that does not personally identify you and may be used by Apple and its partners and licensees to provide location-based products and services. By using any location-based services on your iPhone, you agree and consent to Apple’s and its partners' and licensees' transmission, collection, maintenance, processing and use of your location data to provide such products and services. You may withdraw this consent at any time by not using the location-based features or by turning off the Location Services setting on your iPhone. Not using these features will not impact the non location-based functionality of your iPhone. When using third party applications or services on the iPhone that use or provide location data, you are subject to and should review such third party's terms and privacy policy on use of location data by such third party applications or services.
Seems pretty straightforward.
Sure, Apple should have encrypted the file, not backed it up to your machine, and culled the database better. However, if you are worried about someone accessing this file from your phone or computer, you should be more worried about the fact someone has your phone or computer.
First, the English portion (or any single language) is only 5 pages, not 120. Why would you need a lawyer to understand the agreement? See below.
From Apple's EULA (http://images.apple.com/legal/sla/docs/iphone.pdf)
Apple and its partners and licensees may provide certain services through your iPhone that rely upon location information. To provide these services, where available, Apple and its partners and licensees may transmit, collect, maintain, process and use your location data, including the real-time geographic location of your iPhone. The location data collected by Apple is collected in a form that does not personally identify you and may be used by Apple and its partners and licensees to provide location-based products and services. By using any location-based services on your iPhone, you agree and consent to Apple’s and its partners' and licensees' transmission, collection, maintenance, processing and use of your location data to provide such products and services. You may withdraw this consent at any time by not using the location-based features or by turning off the Location Services setting on your iPhone. Not using these features will not impact the non location-based functionality of your iPhone. When using third party applications or services on the iPhone that use or provide location data, you are subject to and should review such third party's terms and privacy policy on use of location data by such third party applications or services.
Seems pretty straightforward.
Sure, Apple should have encrypted the file, not backed it up to your machine, and culled the database better. However, if you are worried about someone accessing this file from your phone or computer, you should be more worried about the fact someone has your phone or computer.
more...
Eidorian
Jul 27, 01:34 PM
I wonder how long does it take to burn a BR (or HD-DVD) with that new version of Toast
:rolleyes: :confused: :D
It use to be more than an hour for burning a DVD (x1) of 4 GB...
:rolleyes:Blu-Ray: 1x = 36 Mbps
DVD 1x = 11.08 Mbps
HD-DVD: 1x = 36.55 Mbps
:rolleyes: :confused: :D
It use to be more than an hour for burning a DVD (x1) of 4 GB...
:rolleyes:Blu-Ray: 1x = 36 Mbps
DVD 1x = 11.08 Mbps
HD-DVD: 1x = 36.55 Mbps
Jetson
Nov 1, 06:28 PM
When I recommend a song, and select other songs as references, the referenced songs no longer show up on the original song's page. The handle is listed, but not the recommended songs.
tag
Apr 7, 02:40 PM
I know in 10.4 you can enable the machine as an xgrid client. Can you run the server portion in 10.4 or do you have to have the 10.4 server?
According to this macosxhints article (http://www.macosxhints.com/article.php?story=20050610040807931) you can with a bit of tweaking and some free apple server app downloads.
According to this macosxhints article (http://www.macosxhints.com/article.php?story=20050610040807931) you can with a bit of tweaking and some free apple server app downloads.
mif
Apr 9, 11:07 AM
I'm a 3D Artist and while waiting for a render to finish I made this for fun... If anyone wants me to make another one or one with your logo in it let me know! I have time to kill this weekend while I render.
http://www.tjunkers.com/wp-content/uploads/2011/04/Wallpaper.jpg
Enjoy!
What kind of objects/scenes do you render, if i may ask? I am only a hobbyist and interested in virtual reality.
http://www.tjunkers.com/wp-content/uploads/2011/04/Wallpaper.jpg
Enjoy!
What kind of objects/scenes do you render, if i may ask? I am only a hobbyist and interested in virtual reality.
princealfie
Nov 29, 02:39 PM
Then you cannot display the "highest" resolution version of the media. Either none, or a resolution crippled version (ie 480p vs 1080i).
Rocketman
Hmm... I'm gonna avoid this like the plague now.
Rocketman
Hmm... I'm gonna avoid this like the plague now.
Full of Win
Apr 7, 12:14 PM
Is there a Steve Jobs homage in Breakout?
Come on now. Other than a VERY select few, Atari games are terrible and don't hold up at all.
BS. ET is still an outstanding game.
Come on now. Other than a VERY select few, Atari games are terrible and don't hold up at all.
BS. ET is still an outstanding game.
MattInOz
May 1, 07:21 PM
this might be OT, but the castle thing made me think of a few other points too. Apologies in advance.
1. MobileMe should NOT be rebranded. They can "add cloud castle level security" whatever, but keep it simple. MobileMe has great recognition (if a subpar rep, but see AppleTV) attached to it.
2. MobileMe should be worth the money. It is currently a ripoff when so much else is free. Apple should give a small wifi dropbox style sync for free among apple products (like dropbox) under the MobileMe name, and a wifi sync for iphone (free). This is not "entitlement", this is a basic functionality in 2011.
Not that anyone from apple is going to read this but whatever
If "A mans Home is his castle" then maybe what they are talking about is a service that upgrades the users home folder to a "Castle" which would be stored and syncing to the Cloud and across all your devices.
In which case in would be better if it wasn't linked to MobileMe at all.
If MobileMe is your public face then iCloud is your private stuff.
Yes security relying on obscurity is no security at all, but that doesn't mean that obscurity isn't a valid early security measure. So keeping your iCloud user name separate is important.
After all your email address is out there in public, so you don't want that tied to your private storehouse do you.
Also If someone has a different public face ie. their own domain then the syncing service could still be useful to them.
I think this might add to MobileMe becoming free, but reduced in size. With a set of Paid upgrade that the user can select to suit. So if you just want live access to itunes library then you can have just that. Want to sync your home folder then that is a bit more. It allows for better targetting of the value.
IF this system is about Home folder syncing then I hope it allows for control of which info is in which home folder. So that I could have a User Profiles for various places like Work and Home. If I bookmark something at work i want to be able to see that at home but not the other way around.
1. MobileMe should NOT be rebranded. They can "add cloud castle level security" whatever, but keep it simple. MobileMe has great recognition (if a subpar rep, but see AppleTV) attached to it.
2. MobileMe should be worth the money. It is currently a ripoff when so much else is free. Apple should give a small wifi dropbox style sync for free among apple products (like dropbox) under the MobileMe name, and a wifi sync for iphone (free). This is not "entitlement", this is a basic functionality in 2011.
Not that anyone from apple is going to read this but whatever
If "A mans Home is his castle" then maybe what they are talking about is a service that upgrades the users home folder to a "Castle" which would be stored and syncing to the Cloud and across all your devices.
In which case in would be better if it wasn't linked to MobileMe at all.
If MobileMe is your public face then iCloud is your private stuff.
Yes security relying on obscurity is no security at all, but that doesn't mean that obscurity isn't a valid early security measure. So keeping your iCloud user name separate is important.
After all your email address is out there in public, so you don't want that tied to your private storehouse do you.
Also If someone has a different public face ie. their own domain then the syncing service could still be useful to them.
I think this might add to MobileMe becoming free, but reduced in size. With a set of Paid upgrade that the user can select to suit. So if you just want live access to itunes library then you can have just that. Want to sync your home folder then that is a bit more. It allows for better targetting of the value.
IF this system is about Home folder syncing then I hope it allows for control of which info is in which home folder. So that I could have a User Profiles for various places like Work and Home. If I bookmark something at work i want to be able to see that at home but not the other way around.
LeoNobilis
Mar 31, 12:33 PM
Maybe I'm the only one that thinks this, but, while it's a cool demo, I'd probably never use this. The iPad would have to reach at least the amount of control and sensitivity of a Cintiq to make this useful. So it's cool that Adobe is working on it, and maybe with future revs of hardware, the iPad will get to that point (I really hope it does). But it all still seems like finger painting to me until you have control with some sort of drawing utensil. The funny thing is, Steve Jobs - the man who spouts and gushes over creating tools by artists for artists, and - is the one man leading the fight against any sort of stylus for use with the iDevices. While I agree with him on use throughout the iOS interface, all artists are NOT created equal. I've seen fantastic work by some of the guys using their fingers with those paint programs, but I'd say for the majority of artists out there, the real key is going to be getting a stylus that works properly in a drawing or painting app on the iOS.
At the studio I work at, the day the iPad was announced, there were about 40 people that were willing to blow up to $1k on the iPad had it come out with some sort of stylus support - not for interface, but for drawing. These are people that use Cintiqs day in and day out. When the price point of $499 was announced their jaws dropped in unison. SOLD! But when no stylus was announced and when Jobs said "If you are using a stylus, you are doing it wrong", there was a collective sigh and gnashing of teeth. Not a single person purchased one.
So while it was a cool demo, it's still a hard sell to people who do this stuff all day, everyday for a living. Let's see a real stylus for artwork from Apple that is meant to work with the touchscreen on iOS and let's see it blow everything else away!
Until then, maybe this is the best we can hope for.
The Cosmonaut (http://www.kickstarter.com/projects/danprovost/the-cosmonaut-a-wide-grip-stylus-for-touch-screens)
At the studio I work at, the day the iPad was announced, there were about 40 people that were willing to blow up to $1k on the iPad had it come out with some sort of stylus support - not for interface, but for drawing. These are people that use Cintiqs day in and day out. When the price point of $499 was announced their jaws dropped in unison. SOLD! But when no stylus was announced and when Jobs said "If you are using a stylus, you are doing it wrong", there was a collective sigh and gnashing of teeth. Not a single person purchased one.
So while it was a cool demo, it's still a hard sell to people who do this stuff all day, everyday for a living. Let's see a real stylus for artwork from Apple that is meant to work with the touchscreen on iOS and let's see it blow everything else away!
Until then, maybe this is the best we can hope for.
The Cosmonaut (http://www.kickstarter.com/projects/danprovost/the-cosmonaut-a-wide-grip-stylus-for-touch-screens)


