I completely reject the idea of a "Generic Engineer".
An Engineer is someone with extensive specialized knowledge in a specific field so that they can "engineer" solutions to problems.
Either these "laborers" have specialized knowledge in one or more fields, or they don't. By Generic Engineer, the author seems to be implying that "they're smart people with some math skill, and therefore can do anything I throw at at them", which is simply not in line with reality.
Constant mistakes in the first sentences of stories is why I read Slashdot less and less. For a tech-site, they sure cannot learn to use Spell and Grammar checkers.
The current "Learn to Code" movement is not (or at the very least, should not be) about turning everyone into a Professional Developer.
Rather, I think it is an understanding that most of these students will pursue other professions, but will need to interact with developers. They'll need at least a passable understanding of what code is, what debugging is, what testing is, because they'll be associated with it to some degree.
The goal is to end managers who believe that a "Debugger" is a program that fixes your bug for you. Or that "Testing" is "it seems to work, lets ship it!"
Very few people will end up professional programmers, but everyone else needs to be somewhat familiar with code. (In the same way that very few people are mechanics, but everyone should have a vague concept of an engine, gas, oil, gears, etc)
These are just some of the companies that were once considered "dominant" in their various spaces, and then got utterly decimated by the passage of time. While there may eventually be companies with the endurance and dominance of IBM or General Electric in the Internet space, it is hubris to say it is any of today's current companies. Their future is unwritten, and the mighty have fallen over and over again throughout history.
The problem that the article illustrates is that once you use BingeOn to watch your HBO shows, your data is throttled to 1.5Mbps for EVERYTHING.
You may want to watch a 1080P movie from a non-BingeOn source (understanding that it will count against your data limits), but the movie is just unwatchable at 1.5Mbps. It will glitch/freeze/stutter, audio drops, etc.
With BingeOn, I signed up for zero-rating of appropriate providers, and 4G LTE bandwidth and speed of all other providers. Now it turns out I cannot watch any 1080P video source, and other data is also severely limited.
If the video is more than 480p and the server sending the video doesn’t have a way to reduce or adapt the bitrate of the video as it’s being streamed, the result is stuttering and uneven streaming—exactly the opposite of the experience T-Mobile claims their “optimization” will have.
Given the difference between what T-Mobile implies they do and what we found, we contacted them to get clarification. They confirmed that they don’t do any actual optimization of video streams other than reducing the bandwidth allocated to them (and relying on the provider to notice, and adapt the bitrate accordingly).
I have noticed that since "Binge On" has been enabled, I've been unable to watch "non-Binge" video from other sources. If I try to watch 1080p Video, (knowing full well that it will count against my data), the video stutters, freezes, pauses, etc.
This article is suggesting that because I have "Binge On" for apps like HBOGo, I've lost the ability to effectively watch any HD video.
1.) North Pole (one mile south, one west, and one north brings you back to the north pole) 2.) A ring of points approximately 2 miles just north of the the south pole, such that when you walk one mile south, you're even closer to the pole, then walk one mile west, going completely "around the world", back to where you started your westward travel, and one mile north, bringing you back to your original position.
My primary account is Gmail, however, I still have an AOL address.
First, I was not an AOL user; I was an AOL Employee. In that regards, it is a bit of my employment history.
When I first signed up for StackOverflow, they supported OpenID, the only site I had at the time that also supported OpenID was AOL. So I know many people look down on AOL, but remember that they had OpenID before most other sites. As a result, my StackOverflow account is tied to my AOL address.
"In many countries, including the United States, police and prosecutors are required to disclose to the defendant exculpatory evidence they possess before the defendant enters a plea (guilty or not guilty)."
Anyone who believes that STEM education is purely about learning equations and diagrams does not get it.
STEM is about organizing ones thoughts for clarity, something "humanities" strives to do, and in trying, often misses the mark by a wide berth.
Science is about creating a hypothesis, devising a sensible test, and understanding the results fully, in complete context.
Technology is about organizing complex systems, the attributes of each piece, their interrelations, and understanding how to modify and improve the overall system. Whether it is a mechanical machine, a computer network, or a community of people, studying technology is studying organization. This is the same goal as sociology, but done better.
Math is about taking a complex problem, reducing it into component pieces, addressing each one properly, and combining the individual results back into an overarching conclusion, just as a well written essay would do.
The best engineers are humanities students. Not because they also took liberal arts classes in college, but because they understand that Engineering is far more than solving math problems.
There are fewer and fewer places they can seek out employment now!
Now that they're banned from game companies, security companies, electronics companies, where can a dedicated, professional booth babe find employment?
Won't someone please think of the babes? Babes are people too!
bool SomeFunc(void) {
bool success;
do
{
success = DoStep1();
if (!success) break;
success = DoStep2();
if (!success) break;
success = DoStep3();
if (!success) break;
} while(0);
if (!success)/* Do Cleanup */
return success; }
This is "better" because break will only leave a single scope, and only go forward. With goto, you could go anywhere, leave any scope, enter any scope... and even go backwards.
If I were an attacker looking to design the next generation of sophisticated DDoS attacks, the first thing I'd do is post a question to SlashDot asking about the next generation of defenses.
I'm a computer programmer, and encounter plenty of people with "various credentials" from "various nations". It may be frustrating and annoying, but thats life.
However, I'm also a Private Pilot, and what truly terrified me in flight school was the foreign students who came to the USA to start on their Professional Pilot training, and cheated their way through the tests. They cheated through the written tests simply because they were goofing off and not paying attention in class. The tests were entirely fair and passable if you paid attention in class and did the homework. But they chose not to, cheated through the tests (were occasionally angry when they were caught.... they were *paying* a lot for this education! Didn't you know... they *deserved* to pass for how much they were paying!)
It wasn't only the pilots. Several studying to be aircraft mechanics (in another class) were also caught cheating. I know a student from a Air Traffic Control program who had several Chinese nationals in her class, and they were cheating their way through. (not just a few questions or a few percentage points... but wholly cheating on entire exams).
Much of Asia likely has incompetent pilots flying improperly maintained aircraft, and directed by incompetent Air Traffic Controllers. I will never fly over there after what I saw.
Microsoft already has Microsoft Mathematics (https://www.microsoft.com/en-us/download/details.aspx?id=15702), that does exactly this, and a lot more.
Realistically, how much money does FB make off of showing me, personally, ads?
How much would it cost me to submit an ad-buy, targeted specifically at me, and me only, that shows nothing but blank whitespace?
"Microsoft is willing to reward anyone who reports bugs that could cause problems like earlier in the year"
Like, earlier in the year, like, January? February? How early in the year are we talking?
We really need Google Earth VR to work on The Google Pixel / DayDream headset.
Currently it only works on the HTC Vive, and thats a big shortcoming.
I completely reject the idea of a "Generic Engineer".
An Engineer is someone with extensive specialized knowledge in a specific field so that they can "engineer" solutions to problems.
Either these "laborers" have specialized knowledge in one or more fields, or they don't.
By Generic Engineer, the author seems to be implying that "they're smart people with some math skill, and therefore can do anything I throw at at them", which is simply not in line with reality.
Constant mistakes in the first sentences of stories is why I read Slashdot less and less.
For a tech-site, they sure cannot learn to use Spell and Grammar checkers.
The current "Learn to Code" movement is not (or at the very least, should not be) about turning everyone into a Professional Developer.
Rather, I think it is an understanding that most of these students will pursue other professions, but will need to interact with developers.
They'll need at least a passable understanding of what code is, what debugging is, what testing is, because they'll be associated with it to some degree.
The goal is to end managers who believe that a "Debugger" is a program that fixes your bug for you.
Or that "Testing" is "it seems to work, lets ship it!"
Very few people will end up professional programmers, but everyone else needs to be somewhat familiar with code.
(In the same way that very few people are mechanics, but everyone should have a vague concept of an engine, gas, oil, gears, etc)
I don't think it was actually 32,767 workers... I think its actually -1 on a 16-bit-system.
Does 10K vs. 200K vs. 5MB actually matter? RAM is so cheap, so small, and so ubiquitous today.
I appreciate that it doesn't need gigabytes of memory... but what does saving 190K of memory really get that wasn't possible before?
By not posting stupid tech-support questions... some random guy's hare-brained scheme... or pseudo-science that isn't backed up by common sense.
Lotus
AOL
MySpace
Yahoo!
These are just some of the companies that were once considered "dominant" in their various spaces, and then got utterly decimated by the passage of time.
While there may eventually be companies with the endurance and dominance of IBM or General Electric in the Internet space, it is hubris to say it is any of today's current companies. Their future is unwritten, and the mighty have fallen over and over again throughout history.
The problem that the article illustrates is that once you use BingeOn to watch your HBO shows, your data is throttled to 1.5Mbps for EVERYTHING.
You may want to watch a 1080P movie from a non-BingeOn source (understanding that it will count against your data limits), but the movie is just unwatchable at 1.5Mbps. It will glitch/freeze/stutter, audio drops, etc.
With BingeOn, I signed up for zero-rating of appropriate providers, and 4G LTE bandwidth and speed of all other providers.
Now it turns out I cannot watch any 1080P video source, and other data is also severely limited.
More details from the article:
If the video is more than 480p and the server sending the video doesn’t have a way to reduce or adapt the bitrate of the video as it’s being streamed, the result is stuttering and uneven streaming—exactly the opposite of the experience T-Mobile claims their “optimization” will have.
Given the difference between what T-Mobile implies they do and what we found, we contacted them to get clarification. They confirmed that they don’t do any actual optimization of video streams other than reducing the bandwidth allocated to them (and relying on the provider to notice, and adapt the bitrate accordingly).
I have noticed that since "Binge On" has been enabled, I've been unable to watch "non-Binge" video from other sources.
If I try to watch 1080p Video, (knowing full well that it will count against my data), the video stutters, freezes, pauses, etc.
This article is suggesting that because I have "Binge On" for apps like HBOGo, I've lost the ability to effectively watch any HD video.
THAT is the complaint and the problem.
I think the book's key point was the other way around: He took Hydrazine (rocket fuel) and converted it to water.
You'd only be partially correct.
There are actually multiple solutions:
1.) North Pole (one mile south, one west, and one north brings you back to the north pole)
2.) A ring of points approximately 2 miles just north of the the south pole, such that when you walk one mile south, you're even closer to the pole, then walk one mile west, going completely "around the world", back to where you started your westward travel, and one mile north, bringing you back to your original position.
My primary account is Gmail, however, I still have an AOL address.
First, I was not an AOL user; I was an AOL Employee.
In that regards, it is a bit of my employment history.
When I first signed up for StackOverflow, they supported OpenID, the only site I had at the time that also supported OpenID was AOL.
So I know many people look down on AOL, but remember that they had OpenID before most other sites.
As a result, my StackOverflow account is tied to my AOL address.
And I'm really not ashamed of it.
Totally.
Does the prosecution not have a legal duty to turn over potentially excuplatory evidence??
http://en.wikipedia.org/wiki/E...
"In many countries, including the United States, police and prosecutors are required to disclose to the defendant exculpatory evidence they possess before the defendant enters a plea (guilty or not guilty)."
You seem to be under the mistaken impression that fairness and justice has something to do with this.
It doesn't.
It is about the simple exercise of power.
The record companies *can* take everything... so they *do* take everything, right or wrong.
The alternative would've been that Grooveshark fights a losing battle in court for years or a decade, only to lose everything in the end anyway.
Anyone who believes that STEM education is purely about learning equations and diagrams does not get it.
STEM is about organizing ones thoughts for clarity, something "humanities" strives to do, and in trying, often misses the mark by a wide berth.
Science is about creating a hypothesis, devising a sensible test, and understanding the results fully, in complete context.
Technology is about organizing complex systems, the attributes of each piece, their interrelations, and understanding how to modify and improve the overall system. Whether it is a mechanical machine, a computer network, or a community of people, studying technology is studying organization. This is the same goal as sociology, but done better.
Math is about taking a complex problem, reducing it into component pieces, addressing each one properly, and combining the individual results back into an overarching conclusion, just as a well written essay would do.
The best engineers are humanities students. Not because they also took liberal arts classes in college, but because they understand that Engineering is far more than solving math problems.
There are fewer and fewer places they can seek out employment now!
Now that they're banned from game companies, security companies, electronics companies, where can a dedicated, professional booth babe find employment?
Won't someone please think of the babes?
Babes are people too!
one should proof-read enough to avoid grammatical typos in the introduction:
1. Introduction
[...]
Disks, whether mechanical or SSD, have orders ***or*** magnitude higher latency and transfer times
The Right Way is this:
bool SomeFunc(void)
{
bool success;
do
{
success = DoStep1();
if (!success) break;
success = DoStep2();
if (!success) break;
success = DoStep3();
if (!success) break;
} while(0);
if (!success) /* Do Cleanup */
return success;
}
This is "better" because break will only leave a single scope, and only go forward.
With goto, you could go anywhere, leave any scope, enter any scope... and even go backwards.
If I were an attacker looking to design the next generation of sophisticated DDoS attacks, the first thing I'd do is post a question to SlashDot asking about the next generation of defenses.
I'm a computer programmer, and encounter plenty of people with "various credentials" from "various nations".
It may be frustrating and annoying, but thats life.
However, I'm also a Private Pilot, and what truly terrified me in flight school was the foreign students who came to the USA to start on their Professional Pilot training, and cheated their way through the tests. They cheated through the written tests simply because they were goofing off and not paying attention in class.
The tests were entirely fair and passable if you paid attention in class and did the homework. But they chose not to, cheated through the tests (were occasionally angry when they were caught.... they were *paying* a lot for this education! Didn't you know... they *deserved* to pass for how much they were paying!)
It wasn't only the pilots. Several studying to be aircraft mechanics (in another class) were also caught cheating.
I know a student from a Air Traffic Control program who had several Chinese nationals in her class, and they were cheating their way through.
(not just a few questions or a few percentage points... but wholly cheating on entire exams).
Much of Asia likely has incompetent pilots flying improperly maintained aircraft, and directed by incompetent Air Traffic Controllers. I will never fly over there after what I saw.