Subscribe to
Posts
Comments
NSLog(); Header Image

Apple WWDC 1997

It's interesting to listen to that now, and see what Apple's done in the years since.

This part starts with an insult and shows how much Steve had matured even by 1997.

I wonder where the question-asker is today…

Stephen Wolfram Introduces the Wolfram Language

Impressive. Scary, too. This kind of stuff is an order of magnitude - or more - beyond what I sometimes feel I can even comprehend.

P.S. Imagine if Siri could actually tap into this.

Opt out of Dropbox Arbitration

The link is here: https://www.dropbox.com/arbitration_optout

No matter what they do (delete your data, privacy breach, overcharging, whatever), you don't get to sue. Instead, they get to choose the arbitrator according to whatever criteria they want, and thus any dispute is decided by someone they're paying.

The agreement we make with Dropbox is too important to be enforced only by an arbitrator of their choosing. You have 30 days from the date of notification to opt out of the arbitration clause.

clutter - Opt out of Dropbox's arbitration clause - Opt out of Dropbox's arbitration clause

iBeacon

Nobody's talking about iBeacon, but it could be huge.

pCell Technology

How Steve Perlman's "Revolutionary" Wireless Technology Works - and Why its a Bigger Deal than Anyone Realizes

The Pens’ Third and Fourth Lines

Elite Teams And Depth (Pittsburgh Isn't Good)

Soooo…at some point someone in Pittsburgh is going to say "Given that Crosby and Malkin were there when he got here, what HAS Ray Shero done to make the team better?" right? Pittsburgh's third and fourth lines were a disaster last year, their first without Jordan Staal (another player Pittsburgh just got by being terrible) and they're a mess again this year. They're markedly different than all of the other contenders. If the Pens lose in the playoffs, as they probably will, it will probably involve Crosby/Malkin having a few cold games (or Marc-Andre Fleury blowing up). When that happens, people will say "Gee, Malkin/Crosby/Fleury were terrible." Perhaps they should point out that Pittsburgh is trying to win with an abysmal bottom half of their team, which piles an awful lot of pressure on the other guys.

Agreed. A Second-round exit is waiting in the wings.

Joined AT&T’s New Family Plan

We just switched to AT&T's $100 (+$15/line) shared 10 GB data + unlimited talk/text plan.

It mad sense, when we mapped it all out. We may be buying our iPhones from here on out (though the AT&T Next plan simply has you paying the actual cost of the phone, not an uncharged amount, so it's basically a 0% loan you pay off over 21-27 months or so), and my mother-in-law kicked things off by buying an iPhone 5c.

I'll likely always have the new phone. The wife will get my old one. And my kiddo, who at 11 has her own cell phone to go with her own iPad mini, will get a phone that's between 1-2 years old.

:sigh:

10.9.2 and block-less ifs

OS X 10.9.2 arrives to fix SSL vulnerability, Mail problems, and more

The SSL thing has been making the rounds lately. It boils down to code that looked like this:

if(something)
    do something;
    do something else;
else ...

…instead of…

if(something)
{
    do something;
    do something else;
}
else ...

I've always hated leaving out the curly brackets… unless maybe you do it like AppleScript:

if myString is equal to "Do It!" then doSomething()

Design, by Apple

The Loop’s Steve Issue

I have a tremendous amount of respect for Steve Jobs and everything he did in his life, so I wanted to put together an issue of The Loop Magazine dedicated to Steve and his accomplishments. What better day to publish it than on Steve's birthday.

The Loop Magazine: Memories of Steve Jobs

iOS Background Fetching can be Expensive

Michael Tsai - Blog - iOS Background Fetch

My first example of this was when I added Background Fetch to Check the Weather. A weather app's primary function is displaying up-to-the-minute, constantly changing data so in my initial iOS 7 update I experimented with adding highly frequent background updates. The result was far more dramatic than I'd expected. Here are my weather API requests (which cost 0.01¢ per request) per day once the update went live. I saw an immediate jump in traffic, roughly 16x normal. Suffice to say I immediately had to scale back on my requested update frequency.

Ford Drops MS Sync… Goes with BlackBerry?

Dropping MS Sync makes sense. But going with BlackBerry instead?

Threes!

Great game: Threes! on the App Store on iTunes. $199 only, too. iPhone and iPad.

Ukraine Burning

I have no clue what's going on in the Ukraine.

And now I do.

WhatsApp is Worth $16B?

I hadn't even heard about WhatsApp until today. Virtually everyone I message is on iMessage.

Facebook to Buy WhatsApp for $16+ Billion | Re/code