Our office has pretty much replaced laptops with iPads for 90% of the people. They didn't need a portable device for anything other than checking their calendar, email and basic web browsing (since almost all of our apps are now designed for the browser, we don't need custom, PC based apps anymore). It turns out, when you do that, those people start to demand to be able to print their emails, web pages, etc. from those mobile devices.
And this is a growing trend. Look at all the business people carrying around iPads / Tablets in favor of heavier laptops.
Because then you have to write a front-end GUI for every OS out there -- Linux (all 200 flavors of it, because, you know..), Windows, MacOS, Android, iOS, Blackberry, Canon DSLRs, etc., etc.
It turns out, writing your GUI on top of HTTP is really nice, and means you just have to expose it, and let the browser on the existing OSs take care of the hard work of drawing the button on the screen.
Except they've pivoted and HAVE been making HTML5 authoring tools for the last 3 years. Edge, Muse, Flash (yes, it's been exporting to HTML5 for a while now), among others use HTML5 as their final output.
You would be surprised at how few speech recognition companies are left in the industry. Nuance was on a buying spree a few years ago and there really are almost no mature companies left. There are a few smaller ones, but their software really isn't any good. Plus, they own almost all the patents, so others are quickly purchased or squashed...
I have used my USA based phone with a USA based app in Europe (UK and Germany) as an NFC payment option with no issues. I think the NFC enabled cards don't work in Europe -- but I've never actually seen one of those in the wild in the USA either...
Every McDonalds I've been to in the last three years has accepted NFC. In fact, they were one of the first to do it when they started refreshing their stores.
Um... I've been using Google Wallet with my Samsung (and now my HTC) phones for about 3 years. Last night I paid for my groceries at a small mom-and-pop grocer with NFC. I paid for gas at a Sunoco with NFC. I got breakfast at McDonalds with NFC. I think the only thing I needed to use cash for was parking. And since the Target thing last year, most retailers I visit have been replacing their card readers with NFC and Chip+Pin readers. The only retailer that really bugs me is Staples -- they have had NFC readers for about 4 years in all of their stores but their register software has no idea what to do with it (it scans, but then it pops up a screen on their register asking for the Authorization Code.)
When you use Google Wallet, you load the app, and enter your pin. You swipe, then chose which bank account you want to have the money paid from. It then pops up a copy of the transaction, which in my case I can put into a category. It's amazing how simple it is to use, and I've never had an incompatibility issue, except when the register isn't working (their card reader won't read anything).
Sure, the biggest of the biggest airports, there are more options. But If you look at the remaining 1,000 smaller airports (wait, Detroit is a smaller airport?), the selection goes WAY down. Hell, even MSP, has only a handful of flights that aren't Delta or United. In my case unless I want the one or two flights a week that Frontier, Southwest have, the next closest airport to get away from the crap that is United/Delta is about a 5 - 6 hour drive. The truth really is that if you live between the coasts, you are pretty much screwed when it comes to selection of airlines...
They ran that ad because they realized that if they could get rid of one row of seats, they could drop one of their stewardess, and save money that way.
Since that time, the FAA changed the rules on the number of people per crew member, so they lost their incentive to drop the extra row.
Wish I could upgrade. My company will only book the cheapest fare (X or lower), which usually ends up to be about a $500 fare between Detroit and LAX. Because they won't pay for the upgrade, I have to wait for the day of the flight to do an upgrade, and the last time I tried, they offered an upgrade to business class for an additional $600, or first for $1200. I used to be able to use my miles to upgrade, but Delta changed the rules so that I can only use my miles to book flights. I'm always number 200 on the upgrade list because they take care of the families that got their branded credit cards before me (I only have 200,000 miles -- but somehow the people who never flew before have 250,000 on their account).
The other solution people give is to fly another airline. That's fine if you are in New York or California -- but in the midwest, there are only two to choose from -- United and Delta. Both are in a heavy competition to see who can be worse. Every airport within 250 miles of me only offers one of those two to any destination that is not Florida or Mexico.
But that's ok. I guess I deserve it. Every time I fly my knees swell up and look like and apple after a food fight because the 5' 3" housewife ahead of me deserves to lounge in comfort. I have an appointment to have the cartridge behind my knees to be scoped because they are torn up -- and I don't run marathons or do any activities that would produce that outcome (other than flying a few times a month). Being a healthy 6'4" with long legs is not easy if you need to travel in the USA for your job.
There was an "agreement" between the companies that said they weren't supposed to hire workers from the other companies. It was more than poaching, it was to keep workers where they were. Sure, some people moved between companies, but a majority of us didn't make it past the filters...
Not true. There is a PIN requirement for cards that have a PIN assigned to them. US Banks have switched from the "Chip + Signature" to "Chip + Pin" system in the last year.
All the banks are issuing new terminals that accept chip+pin in the US. Start watching your local markets and smaller shops -- many of them already have the new readers. My corporate card was just re-issued last month with a Chip+Pin -- if I try to swipe it on one of these new readers, it denies the transactions and prompts me to insert it near the bottom.
I'd say 25% of the merchants I've visited in the last two weeks have a chip+pin reader already. Major chains where they have their own branded readers don't have them yet at all.
Because if you block access to SkyDrive, you end up blocking access to being able to run the newest version of Microsoft Office. The servers that it uses to get (stream) content are the same ones that SkyDrive uses.
Well, then your spouse dosen't know how to account for their time very well.
When I was teaching, I topped out at $52k a year. This was in the midwest, and the top-paid teacher in the district I think made near $60k.
We were required to be in the classroom for 990 hours. IF you just count that, 52,000 / 990 = $52/hr.
But I was required to be in school more than just the kids. This averaged to be 1 hour before they arrived, and 3 after. (4hrs*5days*39weeks) = 780 + 990 = 1770 hours required to be in school. Now, the per-hour figure goes down to just under $30/hr.
Oh, and if I don't get my grading, lesson plans, meetings, and everything else done in those four hours (I rarely did), then I had to do that as well. Lets be really conservative and say that was only 6 hours a week. 6*39 = 2,004 hours. $25/hr.
Oddly enough, ~2000 hours is what an average blue-collar worker gets paid for per year, including vacations. $52k is pretty good, but I was also at top-pay. That is what was worked-up to.
The trick is knowing what is happening under the hood -- whether you do it on a day-to-day basis or not. It's good to know why you wouldn't want to send a LONG into a function that requires a FLOAT. It's also good to know what the difference is between a MAP and having two Arrays or linked-lists. These things don't require doing memory management by hand, but being able to demonstrate what and why is the difference between a code monkey and somebody who is architecting code. Because a lot of the higher-level languages will obscure this from you, you can get along without ever learning them -- but you can get yourself into a hole quickly.
IT in Education conferences I would have you look at include Educause, and ACUTA. Educause is the 1,000 lbs gorilla, and everybody is there. ACUTA is much smaller, so you tend to build really good relationships with your peer institutions.
You are already late to the game. Tons of ISPs have direct contracts with companies for direct peering. Things like ESPN360 and the like have existed for years and are ISP specific.
What we are seeing Netflix do here is smart for both them and the ISPs that are offering to host them. They send one data stream to a colo box that the ISP is hosting, and the the massive bandwidth that it generates is moved from their expensive pipes to the "free" pipes they already own. They aren't offering any services that aren't available to the rest of the world (in fact Netflix is doing this all over the place -- ISPs, Universities, etc, and building their own CDN).
But you are under the grand assumption that Level-3 is going to charge Verizon more because of the imbalance. Something they have NOT said. In fact, they have a blog post on their site (quoted multiple times in this thread already) they will NOT be charging Verizon more, and have offered to pay for the equipment to do it.
In the old-world, peering arrangements between backbone providers and ISPs were all about symmetrical data. That day is LONG gone. Now it is all about bandwidth and that is it. It's well known that the last-mile providers are heavy downloaders and that large hosting companies are large uploaders. It's just the nature of the internet as we know it. Peering arrangements between large backbone providers (which is the knowledge you are referring to) are generally seen as symmetrical.
Mappoint did a lot more than Bing does... And the VPs who think Bing is the answer have no idea.
Mappoint is closer to ArcGIS than it is a consumer mapping applications. It had an extensive set of APIs that you could allow apps to push data onto maps, it allowed statistical queries and it allowed complex boundaries. etc... all back in 2004. Heck, they even had some traffic data built in for their analysis.
I remember when Verizon used on-site Mappoint servers to allow dispatchers to use Verizon phones as tacklers (this was before smartphones), so dispatchers could see where certain trucks were, directions they were going, etc.
Since the time that the S has come out, battery technology has gone significantly further... I'm sure that by the time this hits the road it will be far enough to compensate the difference in material...
It all depends on what you are shooting. I'm paid to cover an event (concert, wedding, conference, etc), and don't second chances -- let alone much time to setup the shot -- so I take two or three exposures per "shot". It's easier to discard later than it is to miss the shot. When I shoot a concert, I'm shooting the entire 3 or 4 hours. A wedding, I'm shooting for usually a 12 hour period, at least. A conference may be over 4 days, and a runner's race might be over the course of a full day. Each event usually produces just as many shots.
If I only was shooting a potted plant I might only need three exposures because I can carefully plan the shot, adjust the lighting, and edit the shot thoughtfully for an extended period of time. A senior photo shoot might only need 20 exposures. But when you are working events with moving lights, moving people, and instantly changing emotions, the difference between 1/3 of second between exposures can make the photo while the next one is too dark, missing the person, or doesn't show what I want it to show.
I don't deal with film anymore. Space is cheap. Exposures only cost power. In this day and age there is no reason to not take too many photos and throw out or ignore the ones you don't want.
Our office has pretty much replaced laptops with iPads for 90% of the people. They didn't need a portable device for anything other than checking their calendar, email and basic web browsing (since almost all of our apps are now designed for the browser, we don't need custom, PC based apps anymore). It turns out, when you do that, those people start to demand to be able to print their emails, web pages, etc. from those mobile devices.
And this is a growing trend. Look at all the business people carrying around iPads / Tablets in favor of heavier laptops.
Because then you have to write a front-end GUI for every OS out there -- Linux (all 200 flavors of it, because, you know..), Windows, MacOS, Android, iOS, Blackberry, Canon DSLRs, etc., etc.
It turns out, writing your GUI on top of HTTP is really nice, and means you just have to expose it, and let the browser on the existing OSs take care of the hard work of drawing the button on the screen.
Except they've pivoted and HAVE been making HTML5 authoring tools for the last 3 years. Edge, Muse, Flash (yes, it's been exporting to HTML5 for a while now), among others use HTML5 as their final output.
Powered by Nuance... Sorry, try again.
You would be surprised at how few speech recognition companies are left in the industry. Nuance was on a buying spree a few years ago and there really are almost no mature companies left. There are a few smaller ones, but their software really isn't any good. Plus, they own almost all the patents, so others are quickly purchased or squashed...
I have used my USA based phone with a USA based app in Europe (UK and Germany) as an NFC payment option with no issues. I think the NFC enabled cards don't work in Europe -- but I've never actually seen one of those in the wild in the USA either...
Every McDonalds I've been to in the last three years has accepted NFC. In fact, they were one of the first to do it when they started refreshing their stores.
Um... I've been using Google Wallet with my Samsung (and now my HTC) phones for about 3 years. Last night I paid for my groceries at a small mom-and-pop grocer with NFC. I paid for gas at a Sunoco with NFC. I got breakfast at McDonalds with NFC. I think the only thing I needed to use cash for was parking. And since the Target thing last year, most retailers I visit have been replacing their card readers with NFC and Chip+Pin readers. The only retailer that really bugs me is Staples -- they have had NFC readers for about 4 years in all of their stores but their register software has no idea what to do with it (it scans, but then it pops up a screen on their register asking for the Authorization Code.)
When you use Google Wallet, you load the app, and enter your pin. You swipe, then chose which bank account you want to have the money paid from. It then pops up a copy of the transaction, which in my case I can put into a category. It's amazing how simple it is to use, and I've never had an incompatibility issue, except when the register isn't working (their card reader won't read anything).
I live within 2 miles of my organization's HQ. That doesn't help the fact they sell my services all over the USA.
Sure, the biggest of the biggest airports, there are more options. But If you look at the remaining 1,000 smaller airports (wait, Detroit is a smaller airport?), the selection goes WAY down. Hell, even MSP, has only a handful of flights that aren't Delta or United. In my case unless I want the one or two flights a week that Frontier, Southwest have, the next closest airport to get away from the crap that is United/Delta is about a 5 - 6 hour drive. The truth really is that if you live between the coasts, you are pretty much screwed when it comes to selection of airlines...
They ran that ad because they realized that if they could get rid of one row of seats, they could drop one of their stewardess, and save money that way.
Since that time, the FAA changed the rules on the number of people per crew member, so they lost their incentive to drop the extra row.
Wish I could upgrade. My company will only book the cheapest fare (X or lower), which usually ends up to be about a $500 fare between Detroit and LAX. Because they won't pay for the upgrade, I have to wait for the day of the flight to do an upgrade, and the last time I tried, they offered an upgrade to business class for an additional $600, or first for $1200. I used to be able to use my miles to upgrade, but Delta changed the rules so that I can only use my miles to book flights. I'm always number 200 on the upgrade list because they take care of the families that got their branded credit cards before me (I only have 200,000 miles -- but somehow the people who never flew before have 250,000 on their account).
The other solution people give is to fly another airline. That's fine if you are in New York or California -- but in the midwest, there are only two to choose from -- United and Delta. Both are in a heavy competition to see who can be worse. Every airport within 250 miles of me only offers one of those two to any destination that is not Florida or Mexico.
But that's ok. I guess I deserve it. Every time I fly my knees swell up and look like and apple after a food fight because the 5' 3" housewife ahead of me deserves to lounge in comfort. I have an appointment to have the cartridge behind my knees to be scoped because they are torn up -- and I don't run marathons or do any activities that would produce that outcome (other than flying a few times a month). Being a healthy 6'4" with long legs is not easy if you need to travel in the USA for your job.
There was an "agreement" between the companies that said they weren't supposed to hire workers from the other companies. It was more than poaching, it was to keep workers where they were. Sure, some people moved between companies, but a majority of us didn't make it past the filters...
Not true. There is a PIN requirement for cards that have a PIN assigned to them. US Banks have switched from the "Chip + Signature" to "Chip + Pin" system in the last year.
All the banks are issuing new terminals that accept chip+pin in the US. Start watching your local markets and smaller shops -- many of them already have the new readers. My corporate card was just re-issued last month with a Chip+Pin -- if I try to swipe it on one of these new readers, it denies the transactions and prompts me to insert it near the bottom.
I'd say 25% of the merchants I've visited in the last two weeks have a chip+pin reader already. Major chains where they have their own branded readers don't have them yet at all.
Because if you block access to SkyDrive, you end up blocking access to being able to run the newest version of Microsoft Office. The servers that it uses to get (stream) content are the same ones that SkyDrive uses.
Well, then your spouse dosen't know how to account for their time very well.
When I was teaching, I topped out at $52k a year. This was in the midwest, and the top-paid teacher in the district I think made near $60k.
We were required to be in the classroom for 990 hours. IF you just count that, 52,000 / 990 = $52/hr.
But I was required to be in school more than just the kids. This averaged to be 1 hour before they arrived, and 3 after. (4hrs*5days*39weeks) = 780 + 990 = 1770 hours required to be in school. Now, the per-hour figure goes down to just under $30/hr.
Oh, and if I don't get my grading, lesson plans, meetings, and everything else done in those four hours (I rarely did), then I had to do that as well. Lets be really conservative and say that was only 6 hours a week. 6*39 = 2,004 hours. $25/hr.
Oddly enough, ~2000 hours is what an average blue-collar worker gets paid for per year, including vacations. $52k is pretty good, but I was also at top-pay. That is what was worked-up to.
The trick is knowing what is happening under the hood -- whether you do it on a day-to-day basis or not. It's good to know why you wouldn't want to send a LONG into a function that requires a FLOAT. It's also good to know what the difference is between a MAP and having two Arrays or linked-lists. These things don't require doing memory management by hand, but being able to demonstrate what and why is the difference between a code monkey and somebody who is architecting code. Because a lot of the higher-level languages will obscure this from you, you can get along without ever learning them -- but you can get yourself into a hole quickly.
IT in Education conferences I would have you look at include Educause, and ACUTA. Educause is the 1,000 lbs gorilla, and everybody is there. ACUTA is much smaller, so you tend to build really good relationships with your peer institutions.
Dude. You are still talking about backbone-to-backbone peering arrangements. This hasn't been the case for ISPs in probably 10 years. Just stop it.
You are already late to the game. Tons of ISPs have direct contracts with companies for direct peering. Things like ESPN360 and the like have existed for years and are ISP specific.
What we are seeing Netflix do here is smart for both them and the ISPs that are offering to host them. They send one data stream to a colo box that the ISP is hosting, and the the massive bandwidth that it generates is moved from their expensive pipes to the "free" pipes they already own. They aren't offering any services that aren't available to the rest of the world (in fact Netflix is doing this all over the place -- ISPs, Universities, etc, and building their own CDN).
But you are under the grand assumption that Level-3 is going to charge Verizon more because of the imbalance. Something they have NOT said. In fact, they have a blog post on their site (quoted multiple times in this thread already) they will NOT be charging Verizon more, and have offered to pay for the equipment to do it.
In the old-world, peering arrangements between backbone providers and ISPs were all about symmetrical data. That day is LONG gone. Now it is all about bandwidth and that is it. It's well known that the last-mile providers are heavy downloaders and that large hosting companies are large uploaders. It's just the nature of the internet as we know it. Peering arrangements between large backbone providers (which is the knowledge you are referring to) are generally seen as symmetrical.
Mappoint did a lot more than Bing does... And the VPs who think Bing is the answer have no idea.
Mappoint is closer to ArcGIS than it is a consumer mapping applications. It had an extensive set of APIs that you could allow apps to push data onto maps, it allowed statistical queries and it allowed complex boundaries. etc... all back in 2004. Heck, they even had some traffic data built in for their analysis.
I remember when Verizon used on-site Mappoint servers to allow dispatchers to use Verizon phones as tacklers (this was before smartphones), so dispatchers could see where certain trucks were, directions they were going, etc.
Since the time that the S has come out, battery technology has gone significantly further... I'm sure that by the time this hits the road it will be far enough to compensate the difference in material...
It all depends on what you are shooting. I'm paid to cover an event (concert, wedding, conference, etc), and don't second chances -- let alone much time to setup the shot -- so I take two or three exposures per "shot". It's easier to discard later than it is to miss the shot. When I shoot a concert, I'm shooting the entire 3 or 4 hours. A wedding, I'm shooting for usually a 12 hour period, at least. A conference may be over 4 days, and a runner's race might be over the course of a full day. Each event usually produces just as many shots.
If I only was shooting a potted plant I might only need three exposures because I can carefully plan the shot, adjust the lighting, and edit the shot thoughtfully for an extended period of time. A senior photo shoot might only need 20 exposures. But when you are working events with moving lights, moving people, and instantly changing emotions, the difference between 1/3 of second between exposures can make the photo while the next one is too dark, missing the person, or doesn't show what I want it to show.
I don't deal with film anymore. Space is cheap. Exposures only cost power. In this day and age there is no reason to not take too many photos and throw out or ignore the ones you don't want.