The Norwegian Meteorological Institute has an excellent free HTTP/JSON weather API that covers the globe. No signup required. https://developer.yr.no
The main issue with raw model data is that they are not adjusted for local altitude.
151–160 of 203 posts
The Norwegian Meteorological Institute has an excellent free HTTP/JSON weather API that covers the globe. No signup required. https://developer.yr.no
The main issue with raw model data is that they are not adjusted for local altitude.
Earlier quoted context omitted.
The point is that they don’t actually care because they’re not offering true privacy. Real privacy means my data is mine, and I decide individually which people or groups get access, including Apple. Apples’ “privacy” is that they retain monopoly control over my data. Basically they stiff arm the competition (Facebook, Google, Amazon, etc) and get to profit exclusively by spying on me.
> Apples’ “privacy” is that they retain monopoly control over my data. That's a strange way to describe the situation where Apple is not allowing third parties to share your private data without your permission. Apple is doing exactly what you wanted in your first paragraph, which is to let you decide who gets access to your private data. If you only give it to Apple, that's YOU deciding to voluntarily grant Apple th…
No, I think it would be better if Apple stopped spying on me at all, full stop.
Earlier quoted context omitted.
> I have no doubt that Apple is looking at how data is leaking across the ecosystem and is seeking to stop it as much as possible. I have no doubt that Apple is looking to exploit it to their exclusive advantage as much as possible, while marketing it under the guise of their privacy measures.
I can happily tolerate low quality app store ads if it means my personal data isn't being sold
Earlier quoted context omitted.
I've heard (2nd-level -- ie, people that talked to people in Apple, in confidence) rumors that they want to use the data themselves to sell more stuff. All under the guise of "privacy," it's the best marketing ploy ever... if true. I like what Apple is doing, but I've heard that rumor enough times from former employees who worked on this stuff, and people who've come out of meetings with the Safari guys, that I conti…
Apple has not that many products. The opportunities for sophisticated marketing based on purchase history are pretty slim. If they wanted to run a strategy like “market iPads to people who already have iPhones and Macs” starting a credit card business is a pretty roundabout way to do that. I think it was clear from the beginning of Apple Pay that they’re running a very long term embrace-extend-extinguish on Visa and…
Not really? Apple sells ads and directly profits from recommending high-margin, exploitative apps on the App Store. Seeing as their 30% cut is a multi-billion dollar market, I wouldn't just call it a "slim opportunity". More like "a better way to optimize the money printer without the SEC shouting at us" or something.
I made my own weather app for the area I live in. NOAA makes that easy here in the U.S. so it's trivial to hack for anyone with some web skills: https://azartiz.com/branson/
Earlier quoted context omitted.
Why not both? If privacy is another thing that sells, then it’s a win-win for them. Especially since no-one else seems to care about it.
The point is that they don’t actually care because they’re not offering true privacy. Real privacy means my data is mine, and I decide individually which people or groups get access, including Apple. Apples’ “privacy” is that they retain monopoly control over my data. Basically they stiff arm the competition (Facebook, Google, Amazon, etc) and get to profit exclusively by spying on me.
I made my own weather app for the area I live in. NOAA makes that easy here in the U.S. so it's trivial to hack for anyone with some web skills: https://azartiz.com/branson/
A few years ago there was an amazing site with graphs laid out like yours, with historical data for any location. Sadly it was flash based, and the author decided not to port it across to some other framework. I really miss easy to use graph-based weather sites.
It's now something akin to a weather almanac, describing the general weather patterns of locations. I still find it useful, but it's a shadow of its former self.
I haven't coded in 20 years (and never did any web dev), and I'm trying to figure out what tech stack to use so that my (1) it's comprehensible to my kid, (2) it's not too frustrating for someone as inexperienced as me, and (3) it allows us to get something off the ground relatively quickly.
Anyone have suggestions for what technologies to use, or if there are sample weather websites that we can look at and model after?
edit: just to clarify, I'm not talking about the tech stack for making predictions, just for the user-facing website. We have already developed an algorithm that predicts weather much more accurately than any weather website/app we've been able to find, in our local area. We are not looking outside our local area at this time.
This summer, I decided to build a better weather website with my 8 year old as an educational project. We have found that the weather forecasts in our area are terrible and decided we could build a more accurate prediction algorithm. I haven't coded in 20 years (and never did any web dev), and I'm trying to figure out what tech stack to use so that my (1) it's comprehensible to my kid, (2) it's not too frustrating fo…
creating a better prediction algorithm is probably not something that's going to be achievable for an inexperienced programmer and their 8-year-old.