bigfrakkinghero's comments

bigfrakkinghero | 12 years ago | on: "Microsoft engineer" on Xbox1

I think the problem here is how important physical retailers are as partners in actually selling the console. You don't want to piss off Walmart/Best Buy/Game Stop too much or they might not stock your device.

bigfrakkinghero | 13 years ago | on: Use of Goto in Systems Code

If (for whatever reason) you have to write code with support for exception handling compiled out, goto statements are incredibly useful. While not quite as syntactically nice as a try/catch/finally paradigm, the combined use of error checking macros and a "cleanup" label can rather elegantly emulate the control flow of exception handling where appropriate.

bigfrakkinghero | 13 years ago | on: Fitbit, why can’t I have my data?

I purchased a FitBit based on it's reputation without realizing that I would have to pay to access the data that I'm collecting... deal breaker! As others have said, I understand charging for an ongoing service like analyzing the data and using their site, but not for just accessing the raw data from the device.

For me, this is the first time that not owning my own data has really put me off. I'll be returning my FitBit.

bigfrakkinghero | 13 years ago | on: Using Foursquare to Detect Tax Evasion / Money Laundering

This seems to me like it would be an interesting hypothesis for a an experiment, but a bad idea to suggest/encourage in any "real" (IRS) capacity. Academically the idea is interesting, but the thought of this being actually implemented is a little scary.

... but you could say the same thing about a lot of other areas of research, too. Face detection at Facebook's scale, for example: really cool academically and potentially really scary in application.

bigfrakkinghero | 13 years ago | on: The Sparrow Problem

Eventual payout from Google aside, I wonder if the team ever regretted the fact that taking funding "changed the yardstick" for success. I'd guess that going back to work for a big company (even with a big payout) wasn't really the original goal.

But then again, maybe it was.

bigfrakkinghero | 13 years ago | on: Entitlement and Acquisition

I don't really like the tone of this article.

I think the sparrow team did what was best for them, and congratulations to them for a successful exit. Goodness knows I'd do the same if I were in there position.

I think what's most disheartening about these types of situations is that as a consumer they make me less and less likely to support startups. Sure, a team like this doesn't "owe" you anything -- you purchase their software and that's the end of the transaction... but if you're going to invest your time and energy into learning, adopting, and loving their product/ecosystem you want to believe that it's got a future. It's a shame that the frequency of these acquisitions (and subsequent shutdowns) erodes consumer confidence in small companies that make great products. Why bother getting yourself hooked on a new product if there's a decent chance it won't be around in another year?

To be fair, Google's current culling of its products shows that this isn't just a small company problem. But I have confidence that GMail will still be around for the foreseeable future. Same for Apple Mail. Same for Outlook. They might not be as good, but at least you can be confident that if you learn their ins and outs it they'll probably still be around in two years.

bigfrakkinghero | 13 years ago | on: Let Developers Register for Your API with Their Github Profile

This looks fine if you're a single developer working on a (relatively) small project, but what happens when you grow to two developers? Or you hand off the project? At that point shouldn't the API registration be tied to the application and not the developer?

That said, it's probably more important to lower the initial barrier for entry to drive adoption.

page 1