HN user

thegrossman

629 karma
Posts10
Comments63
View on HN

I've been working on a weather Watch app (Dark Sky: http://blog.forecast.io/dark-sky-for-apple-watch/).

The WatchKit SDK can seem almost frustratingly limited at times, but I think that's for the better: I'd wager that the first crop of 3rd party Apple Watch apps are going to be a lot more rock-solid than the first crop of 3rd party iPhone apps, due mostly to the focus imposed on us developers by the constraints of the SDK.

The API is going to be a big priority for us going forward. We have some new development planned on that front, and AI will be able to help us out tremendously.

Dark Sky is kind of an expensive app, as apps go: $3.99. Which means we have a small percentage of the market, giving it a very different growth curve from free apps. Our rate of revenue has been slowly increasing since we launched. And since our market share is so low, I don't see us running out of potential customers any time soon.

(And to answer your other question: Forecast.io makes some money, but not much. And we do have an increasingly large revenue stream in our data API)

Heh, the check's already in the bank. What can they do to us now? (Just kidding. I actually ran the post by them and they had no issues at all -- I'm honestly not sure what I would have done if they did have a problem with it).

"Real-time" is the key. As far as we know, there isn't another real-time global data product that is this high resolution.

And while we actually use MODIS data as an input to our temperature correction model, it is, as you mentioned, land surface temperature, whereas our map represents near-surface air temperature (i.e., what you'd get in a normal weather report).

The color palette of the images in the blog post was adjusted to highlight areas of precipitation at the expense of intensity discrimination. Dark Sky itself uses a wider range, but it's still a similar blue to purple to salmon to yellow color table.

The reason we went with that over the standard green-to-red color table is because I personally find the standard colors to be jarring and more confusing to the casual user because of the increased contrast between intensity bands (at least, it certainly was to me back when I was a casual weather app user!)

The tradeoff is that there isn't as fine an intensity discrimination at lower intensities. In theory I can see how that can be a problem, but I haven't noticed it in practice.

Exactly. Those enormous Bagel Blobs tend to occur after the sun goes down (and only in the warmer months. Two months ago, they weren't there).

The image was generated around 10:30 PM EST, so they hadn't had time to propagate further west.

Regarding neural nets, I have to admit that I didn't have much experience with them either before working on Dark Sky. They do, however, seem to be a little more forgiving than other kinds of classifiers (Support Vector Machines, and the like).

Check out the examples for the FANN C library: http://leenissen.dk/fann/wp/

Or in ruby: https://github.com/tangledpath/ruby-fann

We chose it for forecast.io because of the input/output connotation. It is a concise way to imply "data service".

.io also allows us to use a short descriptive domain name. If we went with a .com, we'd be stuck with either something like forecastweatherapp.com, or a made up nonsense domain -- in which case we'd be basing the name of our app on the specific domain we were able to acquire.

Kickstarter is nothing more than a web hosting company? Pardon?

I recently raised more than $38k from Kickstarter. There is absolutely no doubt in my mind that I wouldn't have been able to raise nearly that amount by throwing up a website and going it alone.

Here are some stats (for this project: http://www.kickstarter.com/projects/jackadam/dark-sky-hyperl...)

1) 32.26% of our funds came from visitors who found our page through the Kickstarter newsletter.

2) In total, 56% of funds came from visitors finding us via other Kickstarter pages (their home page, category sections, etc).

3) 44% were referred to from external sources.

But here's the thing: the external links were primarily due to the publicity we got from Kickstarter's promotional efforts. We got mentioned on Wired, Fast Company, the New York Times, and CNN.com -- not because we reached out to them, but because of the large number of people talking about us after finding us on the Kickstarter site itself.

In the end, Kickstarter enabled us to raise tens of thousands of dollars and in return took a measly 5%.

We definitely want to expand it beyond the US! But dealing with each country's different network of weather radar is a daunting task.

As far as giving away the algorithm: Unfortunately, it isn't a single algorithm that can be packages nice and neatly. So I'm not sure how that would work.

But, we do plan on developing an API that 3rd-parties could use.

You mean the wind velocity data directly from the doppler radar? Yeah... it turns out that wind velocity isn't super accurate for predicting where the storm is going.

If you watch a storm building up over time, you'll often see it staying in one place or even moving against the wind. Almost like a traffic jam on a highway.

So that's why we take a computer vision approach rather than basing it on wind-speed.