Forgot your password?

typodupeerror

Comment: Re:Frameworks (Score 2) 848

by Civil_Disobedient (#38262316) Attached to: Have Walled Gardens Killed the Personal Computer?

When Microsoft starts to dip down to 80% of the Desktop market it'll be due to Apple's OS X and it's child, iOS

You're high. When Microsoft starts to dip down to 80% of the Desktop it'll be due to Google/Android. Same goes for the mobile space. Cheap hardware, and 90% of your needs satisfied. Take a look at Firefox. They're not losing market share to Microsoft. And they're certainly not losing it to Safari.

It's the hardware that's becoming ubiquitous, and Apple is at its heart a hardware company. That makes it a dinosaur. Everything is moving to the cloud, whether you hate the buzzword or not. It's just too much of a pain to have to transfer your entire life over every time you get a new "iShiny" to quote the GP. And in the cloud there are two players: Google and Amazon.

Comment: Re:What's wrong with writing the proxy? (Score 1) 115

by Civil_Disobedient (#37814424) Attached to: Google Not Reciprocating On IFrame Usage?

Is it that you'd run into rate limits per IP address that are far too low for a site that gets as much traffic as you reasonably plan to get?

This, plus the concern that we might be violating Google's ToS by using one (they can be very picky about that kind of thing). We don't want to run afoul of the Goog.

Comment: Re:use the APIs (Score 1) 115

by Civil_Disobedient (#37813664) Attached to: Google Not Reciprocating On IFrame Usage?

Well, yeah, but some of their APIs are "doing it wrong." Just one example (one that recently burned us): the Google Image Charts API has a neat feature that allows you to fetch the image data to construct an image map of a chart. Just append "&chof=json" to any image request and viola! a nice, handy JSON object.

Except... wait a second! That's totally useless! Why? Because there's no way to actually fetch the JSON object. If you put the URL as the SRC attribute of a script block, it doesn't return an instantiated object. If you try fetching the object through an async request, you'll fail because you violate same-origin policies.

What you really need is a JSONP object, as this fellow complained about earlier. Notice how many responses he's gotten? ZILCH.

Basically the only way you can actually use their handy JSON hook is to set up your own proxy that passes requests along as generated POSTs to Google's server, then returns the results wrapped in an execution block. It's completely asinine.

Comment: Re:Screw Electric (Score 1) 344

by Civil_Disobedient (#36649704) Attached to: Toyota Scion IQ Electric Car To Launch In 2012

Once of the biggest advantages of electric cars is that they're fuel-agnostic - they don't care where the electricity comes from.

And one of the biggest drawbacks of electric cars is that the manner in which this "fuel-agnostic" energy is actual stored (electrochemical) is just about the worst, least-efficient, wasteful methods possible. Even with modern techniques to extend the lifespan of batteries, you're still looking at maximum lifespans that are complete and utter shit.

Comment: Re:Go live real life (Score 1) 411

by Civil_Disobedient (#36524286) Attached to: More Users Are Shunning Facebook

This isn't a conversation though

Of course it's a conversation. It's just held over much longer periods of time than your more typical conversations. In some ways it's an inferior mode of communication: I can't see your facial expressions or read any nuance in your verbal delivery, for instance. But in other ways it's much more powerful. Look here:

Good place to steal bad jokes from.

See, I can't do that in conventional conversation. I can't pull your words out and play them back in real life. I can't give rich contextual answers with speech alone. And you're ignoring the vast distances at play. And the fact that we are talking with each other, and yet can have millions of others listening in to us.

Comment: Re:Blame it on the iPhone (Score 1) 302

by Civil_Disobedient (#36514504) Attached to: Verizon To Drop Unlimited Data Plans In Two Weeks

And don't feel like you're sneaking by with Sprint. They are next to be assimilated (http://www.eldergadget.com/report-sprint-testing-iphone-4s/).

Sorry... how does that logic work again? Just because they're supporting iPhones, that means they're "the next to be assimilated?"

Weak, man. I've been running my (much better than the iPhone) Samsung Epic on Sprint since Christmas. It's awesome. And no bandwidth cap.

Comment: Re:GOOG (Score 1) 101

by Civil_Disobedient (#36405552) Attached to: Java SE 7 Finally Approved By JCP, 13 To 1

The problem is that Java 7 has been long, long overdue. It's not that 1.6 is bad; far from it. It's just that people are starting to lose interest.

Oh give me a fucking break. Java is the defacto-standard programming language taught in schools, it's the language of choice for mobile devices (thanks to Google, by the way) as well as the business world.

It's a programming language, not fucking MTV. You don't need to keep changing things every 15 seconds to keep the kids' attention span. Shit, C only gets updated every decade or so... I guess nobody must be using that old thing.

Comment: So behind the times... (Score -1, Troll) 662

by Civil_Disobedient (#36354724) Attached to: Apple WWDC: iOS 5, Lion, iCloud

iOS is getting a new "Notification Center" ... Like my Android phone.
Twitter is being integrated ... Like my Android phone. Facebook as well.
a split thumbable keyboard for iPads ... Like my Android phone.
wireless syncing ... Like my Android phone. Also, 3G syncing.
a native IM system for iOS devices ... Why would I want a "native" system when I can use an open one? (Like my An... oh, never mind)
iCloud will be free ... Like Google services are on my Android phone.
syncing apps (Mail, Calendar, Contacts and iWork apps) across devices ... Like my Android phone.
Photostream is iCloud for pictures ... And Picasa is iCloud for Android. So what?
iTunes iCloud will let you re-download your tracks at last ... Hahaha! By Grabthar's Hammer... what a feature!
and iTunes Match will let you match your ripped CDs to Apple's copies ... Unless Apple doesn't have a copy.

Apple is looking more and more pathetic by the day.

Long computations which yield zero are probably all for naught.

Working...