Reply to topic  [ 4975 posts ]  Go to page Previous  1 ... 36, 37, 38, 39, 40, 41, 42 ... 332  Next
Random $h!t Thread - Part VI 
Author Message
Legend
User avatar

Joined: Fri Apr 24, 2009 2:02 am
Posts: 29240
Location: Guantanamo Bay (thanks bobbdobbs)
Reply with quote

Very cool.

_________________
Do concentrate, 007...

"You are gifted. Mine is bordering on seven seconds."

https://www.dropbox.com/referrals/NTg5MzczNTk

http://astore.amazon.co.uk/wwwx404couk-21


Wed Mar 27, 2013 1:00 am
Profile
Spends far too much time on here
User avatar

Joined: Thu Apr 23, 2009 8:57 pm
Posts: 2220
Location: Here for now...
Reply with quote
Very cool. Except it said it was raining and breezy on my street at work earlier when in fact it was quite sunny and warm.

_________________
ProfessorF wrote:
(The author of this post assumes no responsibility for any jail time served by anyone making use of this suggestion.)


Wed Mar 27, 2013 6:36 am
Profile WWW
I haven't seen my friends in so long
User avatar

Joined: Thu Apr 23, 2009 6:36 pm
Posts: 5152
Location: /dev/tty0
Reply with quote
Apparently it's 32°. I presume that's Fahrenheit as it blinking freezing here!


Wed Mar 27, 2013 7:16 am
Profile WWW
I haven't seen my friends in so long
User avatar

Joined: Fri May 15, 2009 3:16 am
Posts: 6146
Location: Middle Earth
Reply with quote
forquare1 wrote:
Apparently it's 32°. I presume that's Fahrenheit as it blinking freezing here!


It's able to determine my location, so should be able to use local units.

_________________
Dive like a fish, drink like a fish!

><(((º>`•.¸¸.•´¯`•.¸><(((º>
•.¸¸.•´¯`•.¸><(((º>`•.¸¸.•´¯`•.¸><(((º>

If one is diving so close to the limits that +/- 1% will make a difference then the error has already been made.


Wed Mar 27, 2013 7:28 am
Profile
What's a life?
User avatar

Joined: Thu Apr 23, 2009 7:26 pm
Posts: 17040
Reply with quote
forquare1 wrote:
Apparently it's 32°. I presume that's Fahrenheit as it blinking freezing here!

There's a switch in the corner.


Wed Mar 27, 2013 10:07 am
Profile
What's a life?
User avatar

Joined: Fri Apr 24, 2009 10:21 am
Posts: 12700
Location: The Right Side of the Pennines (metaphorically & geographically)
Reply with quote
forquare1 wrote:
Apparently it's 32°. I presume that's Fahrenheit as it blinking freezing here!

Just as long at it's not Kelvin. ;) :lol:

_________________
pcernie wrote:
'I'm going to snort this off your arse - for the benefit of government statistics, of course.'


Wed Mar 27, 2013 10:13 pm
Profile WWW
What's a life?
User avatar

Joined: Thu Apr 23, 2009 8:25 pm
Posts: 10691
Location: Bramsche
Reply with quote
Amnesia10 wrote:

Very cool.

It has me down as being about 30 miles south of where I actually am... :?

BTW, we've had -4°C every morning this week, but the air is so dry, I haven't had to scrape the ice off the car once. 8-)

_________________
"Do you know what this is? Hmm? No, I can see you do not. You have that vacant look in your eyes, which says hold my head to your ear, you will hear the sea!" - Londo Molari

Executive Producer No Agenda Show 246


Thu Mar 28, 2013 5:45 am
Profile ICQ
Legend
User avatar

Joined: Fri Apr 24, 2009 2:02 am
Posts: 29240
Location: Guantanamo Bay (thanks bobbdobbs)
Reply with quote
It would make a great phone app.

_________________
Do concentrate, 007...

"You are gifted. Mine is bordering on seven seconds."

https://www.dropbox.com/referrals/NTg5MzczNTk

http://astore.amazon.co.uk/wwwx404couk-21


Thu Mar 28, 2013 6:04 am
Profile
I haven't seen my friends in so long
User avatar

Joined: Thu Apr 23, 2009 6:58 pm
Posts: 8767
Location: behind the sofa
Reply with quote
"Apple needs to finish writing this syncing ship"
http://www.theverge.com/2013/3/26/41486 ... -just-work

Quote:
"iCloud with Core Data is a developer’s worst nightmare," a developer told The Verge. "It’s frustrating, maddening, and costs hundreds of support hours." One of the toughest parts is that customers demand iCloud support after seeing Apple marketing, yet developers can’t deliver. "One key thing to understand is that user’s perception of iCloud’s functioning is largely based on apps that do not use Core Data for their sync,"

"Ultimately, when we looked at iCloud + Core Data for [our app], it was a total no-go as nothing would have worked," said one best-selling iPhone and Mac developer. "Some issues with iCloud Core Data are theoretically unsolvable (stemming from the fact that you’ve put an object model on top of a distributed data store) and others are just plain bugs in the implementation,"


There are many cloud based database systems which do work. I wonder why Apple built one that seems fundamentally flawed..?

_________________
jonbwfc's law: "In any forum thread someone will, no matter what the subject, mention Firefly."

When you're feeling too silly for x404, youRwired.net


Thu Mar 28, 2013 12:22 pm
Profile WWW
What's a life?
User avatar

Joined: Thu Apr 23, 2009 7:26 pm
Posts: 17040
Reply with quote
JJW009 wrote:
There are many cloud based database systems which do work. I wonder why Apple built one that seems fundamentally flawed..?

Actually, there aren't many that work the way iCloud is supposed to. What they're talking about is quite hard. It's not the same as a cloud based file system like Dropbox or SkyDrive. Nor is it the same as a single schema sync system like CalDav. iCloud sync is ostensibly about syncing any kind of data at all that any app might require, for multiple apps with different requirements. With the results pushed out instantly to all connected clients. Effectively we're talking about an arbitrary number of database schema per instance, for a very large number of instances, with instantaneous commits. That's 'non-trivial'.

It's technically doable with enough work and Apple certainly have enough money to throw resources at it until it does work. So they really don't have any excuses to be honest. But it's not the same as an app using a bespoke web service back end for it's own syncing and it's not the same as file list syncing the way shared drive services do things. So it's not really valid to compare it to those. The requirements and complexities are different. Not insurmountable and it should work, but it seems to me right now this is a bit of an internet pile-on and people are using the fact that systems than aren't anywhere near as complex as it work as a stick to beat it with, which isn't correct.

It SHOULD work, but whether Dropbox or Beanstalk work is irrelevant to whether iCloud should work or not.


Thu Mar 28, 2013 3:35 pm
Profile
I haven't seen my friends in so long
User avatar

Joined: Thu Apr 23, 2009 6:58 pm
Posts: 8767
Location: behind the sofa
Reply with quote
jonbwfc wrote:
It SHOULD work, but whether Dropbox or Beanstalk work is irrelevant to whether iCloud should work or not.

I realise it doesn't compare to simple file syncing services. The difference is covered in the article, which also notes that: "When Apple does use iCloud, it most often doesn’t even use Core Data to sync information. Apps like Keynote, for example, use the far simpler Document-based syncing method."

The "other cloud based database systems which do work" I was referring to were things like Amazon's RDS and even the Google App Engine which enables apps to sync without users needing an account - it uses the App's account, which is free up to a certain (rather small) size.

I don't know what features Core Data attempts to deliver that these other databases can't? And since it doesn't seem to work well, perhaps they'd be better off with something simpler.

_________________
jonbwfc's law: "In any forum thread someone will, no matter what the subject, mention Firefly."

When you're feeling too silly for x404, youRwired.net


Thu Mar 28, 2013 4:11 pm
Profile WWW
What's a life?
User avatar

Joined: Thu Apr 23, 2009 7:56 pm
Posts: 12030
Reply with quote
One for bratty:

Image

_________________
www.alexsmall.co.uk

Charlie Brooker wrote:
Windows works for me. But I'd never recommend it to anybody else, ever.


Thu Mar 28, 2013 4:40 pm
Profile
What's a life?
User avatar

Joined: Thu Apr 23, 2009 6:27 pm
Posts: 12251
Reply with quote
JJW009 wrote:
jonbwfc wrote:
It SHOULD work, but whether Dropbox or Beanstalk work is irrelevant to whether iCloud should work or not.

I realise it doesn't compare to simple file syncing services. The difference is covered in the article, which also notes that: "When Apple does use iCloud, it most often doesn’t even use Core Data to sync information. Apps like Keynote, for example, use the far simpler Document-based syncing method."

The "other cloud based database systems which do work" I was referring to were things like Amazon's RDS and even the Google App Engine which enables apps to sync without users needing an account - it uses the App's account, which is free up to a certain (rather small) size.

I don't know what features Core Data attempts to deliver that these other databases can't? And since it doesn't seem to work well, perhaps they'd be better off with something simpler.

I remember the story of the previous Apple attempt at this - .Mac - which Steve Jobs asked the developers what it was meant to do. They told him, and his follow up question was "why the [LIFTED] doesn't it then?"

Sadly, they removed something that I used a lot - the iDisk (a kind of Apple Dropbox) - when kicking off iCloud. Now what happens is if I start a Pages document, t tosses it into the Cliud, and when I save by default that's where it goes. This is great for shunting stuff around between iOS and Macs, but the assumption that I want the cloud as a default storage space is wrong. I've had sync problems with documents - iOS and Mac OSX not agreeing on which is the most recent version.

I much prefer the Dropbox method.

_________________
All the best,
Paul
brataccas wrote:
your posts are just combo chains of funny win

I’m on Twitter, tweeting away... My Photos Random Avatar Explanation


Thu Mar 28, 2013 6:05 pm
Profile
I haven't seen my friends in so long
User avatar

Joined: Thu Apr 23, 2009 8:19 pm
Posts: 5071
Location: Manchester
Reply with quote
ProfessorF wrote:
One for bratty:

Image


O.M.F.G

I knew it.


Thu Mar 28, 2013 8:50 pm
Profile
I haven't seen my friends in so long
User avatar

Joined: Thu Apr 23, 2009 6:58 pm
Posts: 8767
Location: behind the sofa
Reply with quote
I see triangles everywhere.

I should probably upgrade my polygon count.

_________________
jonbwfc's law: "In any forum thread someone will, no matter what the subject, mention Firefly."

When you're feeling too silly for x404, youRwired.net


Thu Mar 28, 2013 8:54 pm
Profile WWW
Display posts from previous:  Sort by  
Reply to topic   [ 4975 posts ]  Go to page Previous  1 ... 36, 37, 38, 39, 40, 41, 42 ... 332  Next

Who is online

Users browsing this forum: No registered users and 27 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software.