They have been attacking XBOX Live randomly for the last 3 weeks which takes down everyone's (including mine) Netflix, games, etc. It's pretty annoying. They even re-tweeted the ankle bracelet on one of their members who is under house arrest after being released from jail. I don't know how they can get away with the blatant DDoS attacks.
This is an enterprise level, SaaS-ready BI stack that includes in-memory analytics and able to connect to over 20 data providers (OLAP, SQL, Excel, Access, SAP, GA, etc.) written in ASP.NET with a HTML5 + JS front end: Dundas BI.
This is just a marketing gimmick. I find it weird that they wouldn't have used an unsigned int to begin with (or at least, would have upgraded when it appeared a video was approaching the limit).
Now they get a free news article all over the world about it! More ads for everyone!
I'm with Rogers (Canada) and I'm usually on their LTE network (Rogers LTE). As per the wiki, the theoretical speed is 150Mbit/s, but similar to what the article notes, when I run speed test I typically get ~14Mbit/s depending on the time of day.
I'm not that excited about any "new generation" 4G or whatever, as this is more than fast enough for my daily needs when I'm not on WiFi.
I'd be okay if they did this with convicted drunk drivers, but doing it with accused is not cool.
This is the exact same problem with the media (and police) talking about accused sexual predators, like the notorious Jian Ghomeshi case going on in Canada right now. The guy was crucified by the public social media lynch mob before he charged had even be levied. Is this what society has become? We demand justice before someone even has a chance in court?
I'm with Rogers (Canada), and I've had over 5 modems fail over the last 10 years. This is in various houses, and various locations. The most obvious cause of failure was when it was in a humid basement. But in many other cases, there was no obvious cause (it was on an upper floor, very dry and ideal conditions).
In any case, I "rent" my modem, but every year I call and complain and they take the rent fee off. As such, whenever it breaks, I just swap it for free for another one.
They don't make electronics like they used to, I guess.
I should mention I have it for 360, and really appreciated they made a version for my old console. I refuse to upgrade, and I guess eventually I'll only be able to play PC games.
I bought the game when it came out (digital download, who needs line ups or EB?) and I agree with the reviews.
I play FPS on both console and PC so ignoring the argument people like to have, which isn't the issue, the game is lacking. The thing is it actually has a lot of potential, and I really want to like it, but its just.. Boring. If they had of had more variety of quests, a real open world, any sort of story, and public match making for campaign it would have been a lot better. A shame, really.
Thanks! I live in Canada, but it's greyed out? Our internet is not censored, or if it is, they do such a good job that I don't even know it's censored.
I think this study kind of explains when you learn something so well (say, by doing it so many times), you can do it "by reflex." Perhaps what that really means is you no longer need cognitive ability to do those tasks, such as riding a bike, driving in clear conditions, or typing.
I think what they've found is that the brain becomes more reliant on on older parts of the brain that operates in the sub-conscious, perhaps like the brain stem. So doing something over and over might move the ability from the cortex down into lower parts, not unlike programming something in Java, vs assembly. Both languages can accomplish the same thing, but they way they do it is very different, as they are at different layers of abstraction.
Can't you just find a fresh water stream and drink that? Hell there are like 10 just in my area, not including fresh water lakes that are technically drinkable within 15km.
Against the Slashdot rules, I read TFA and watched the entire video.
Unless I'm mistaken, all they did was create a giant array of possible motor combinations for movement, and then the robot just randomly tries them until it finds one which lets it more-or-less go in the same direction. It may not be the best one, but one that mostly works (it just stops at the first one that mostly works).
Is that really a super big breakthrough? If the robot dynamically adapted to the broken leg, and figured out how to move using some semi-intelligent algorithm, I would say that is really awesome. But this is literally just trial and error through pre-created movement specs, randomly, then just selecting one that is mostly okay.
Not trying to downplay other's achievements or research or anything, but it just doesn't seem like a big break through, unless "brute force" is something novel.
Never own a credit card. They are all scams and are far more likely to ruin your credit than help it.
This is quite possibly the worst financial advice I have ever seen. Forget about credit. You realize credit cards provide you with free money for 30 days, that is INSURED against all fraud/false claims, and most importantly, offers cash-back (or travel/movie/your interests) rewards by using it?
If you are responsible and pay off your credit card and never accrue/pay any sort of interest, you will actually gain money by using them (through rewards, and the ability to invest the money you spent for free for 30 days!), and be protected by VISA/MasterCard/whatever against bad purchases (someone trying to rip you off).
The only people who say "never use credit cards" are those with no self control, and thus wrongly assume others have no self control either. I have never held credit card debt (unless it was special 0% offers), and every year I get a few hundred dollars just for using it (no annual fee). In addition, several times I have made online purchases, but never received the item, called VISA, and they immediately refunded my card and dealt with the seller.
You mean because I'm not specifically linking you to what I started with, then going into depth about the modifications and ethos I developed from there? Of course I'm not going to, that's between me and my company. Figure it out yourself.
Resig falls squarely in to the "incompetent" category, by any measure.
Well, what can I say. jQuery is used by 80% of the top 10,000 most visited sites (jQuery). How about you make something that is used by a small percentage of that, and then you can bitch about his ability. But then I am sure you have done nothing, and you are nobody, so I don't know why you think you know what you're doing, nor how you became so arrogant.
Using prototype is part of the approach of our inheritance pattern, which is based off a methodology from John Resig.
The only person who failed here was you, for trying to be a smart ass. There are many people who are good at coding aside from you, and probably many who are better, or at the least, not a dumbass.
but what is really scary is what a mess Javascript is in 2014 --- makes Perl look like BASIC. No need to obfuscate Javascript in 2014.
I've been working in software development for about 15 years now, and I've worked professionally with all the majors (C++ a bit, Java, PHP, Perl, VBScript which was awful, C# extensively which I like a lot). For the last few years I've been tasked with writing a very large client-facing web application, where my team was mostly responsible for the front-end (JavaScript/HTML/CSS) that communicates with a large RESTful service provided by another team. This included writing an API in JavaScript with documentation.
The first thing I did was set ground rules on how my team should program in JavaScript, the structure we would use, how we would use the functional language to maximize its abilities and have some class-like things (properties, inheritance, etc.) too. Now we have a full blown web-app with a JS front end with over 900 JavaScript files (when in debug) that are very nicely sorted and categorized, full class/inheritance structures, and many other things. We use Visual Studio 2012/2013 with a few custom JavaScript extensions, and along with Chrome's debugger, it is more than manageable. But we also don't need to target any old browsers. Nothing pre-HTML5.
I'm not saying JavaScript is the best language in the world or anything like that, it definitely has its problems, and it certainly doesn't fit as a choice in many situation. But programming for it these days is not the nightmare it once was (assuming you don't need legacy browser support), and in many cases, it's actually rather refreshing after 13 years of strictly typed non-functional languages, because you can do some interesting things.
You're a CTO of a company with 4 plants, and you make more doing after hours work than what your job pays you? I'm not sure what to make of that, except that perhaps you're underpaid, and also appear to be working insane hours.
I also love my job, and what I do, but there is a balance, and I like my life outside of work as well and am glad to make enough from it to not have to worry.
How many miles were in snow or dense fog or severe rain? I drive in this conditions all the time and its totally different than a sunny day in California.
Here is their twitter: Lizard Patrol.
They have been attacking XBOX Live randomly for the last 3 weeks which takes down everyone's (including mine) Netflix, games, etc. It's pretty annoying. They even re-tweeted the ankle bracelet on one of their members who is under house arrest after being released from jail. I don't know how they can get away with the blatant DDoS attacks.
This is an enterprise level, SaaS-ready BI stack that includes in-memory analytics and able to connect to over 20 data providers (OLAP, SQL, Excel, Access, SAP, GA, etc.) written in ASP.NET with a HTML5 + JS front end: Dundas BI.
You don't know what you're talking about.
This is just a marketing gimmick. I find it weird that they wouldn't have used an unsigned int to begin with (or at least, would have upgraded when it appeared a video was approaching the limit).
Now they get a free news article all over the world about it! More ads for everyone!
I'm with Rogers (Canada) and I'm usually on their LTE network (Rogers LTE). As per the wiki, the theoretical speed is 150Mbit/s, but similar to what the article notes, when I run speed test I typically get ~14Mbit/s depending on the time of day.
I'm not that excited about any "new generation" 4G or whatever, as this is more than fast enough for my daily needs when I'm not on WiFi.
I'd be okay if they did this with convicted drunk drivers, but doing it with accused is not cool.
This is the exact same problem with the media (and police) talking about accused sexual predators, like the notorious Jian Ghomeshi case going on in Canada right now. The guy was crucified by the public social media lynch mob before he charged had even be levied. Is this what society has become? We demand justice before someone even has a chance in court?
Because it's dark at fucking 4pm.
I'm with Rogers (Canada), and I've had over 5 modems fail over the last 10 years. This is in various houses, and various locations. The most obvious cause of failure was when it was in a humid basement. But in many other cases, there was no obvious cause (it was on an upper floor, very dry and ideal conditions).
In any case, I "rent" my modem, but every year I call and complain and they take the rent fee off. As such, whenever it breaks, I just swap it for free for another one.
They don't make electronics like they used to, I guess.
I should mention I have it for 360, and really appreciated they made a version for my old console. I refuse to upgrade, and I guess eventually I'll only be able to play PC games.
I bought the game when it came out (digital download, who needs line ups or EB?) and I agree with the reviews.
I play FPS on both console and PC so ignoring the argument people like to have, which isn't the issue, the game is lacking. The thing is it actually has a lot of potential, and I really want to like it, but its just.. Boring. If they had of had more variety of quests, a real open world, any sort of story, and public match making for campaign it would have been a lot better. A shame, really.
I live in Canada and now almost all debit / cc cards require chip + PIN (if it has a chip, and it's over $50, you must use it).
It didn't appear to cost them much, or even take much time to roll it out (about 2-3 years). What's the problem?
Thanks! I live in Canada, but it's greyed out? Our internet is not censored, or if it is, they do such a good job that I don't even know it's censored.
The summary links to an article which has a link in it to the map which doesn't load.
What a waste of space. Why is this on Slashdot? Find a reliable source, and then post it.
Dark meat?
Other robots?
The one time I'm happy /. doesn't support inline img tags.
I think this study kind of explains when you learn something so well (say, by doing it so many times), you can do it "by reflex." Perhaps what that really means is you no longer need cognitive ability to do those tasks, such as riding a bike, driving in clear conditions, or typing.
I think what they've found is that the brain becomes more reliant on on older parts of the brain that operates in the sub-conscious, perhaps like the brain stem. So doing something over and over might move the ability from the cortex down into lower parts, not unlike programming something in Java, vs assembly. Both languages can accomplish the same thing, but they way they do it is very different, as they are at different layers of abstraction.
Can't you just find a fresh water stream and drink that? Hell there are like 10 just in my area, not including fresh water lakes that are technically drinkable within 15km.
Against the Slashdot rules, I read TFA and watched the entire video.
Unless I'm mistaken, all they did was create a giant array of possible motor combinations for movement, and then the robot just randomly tries them until it finds one which lets it more-or-less go in the same direction. It may not be the best one, but one that mostly works (it just stops at the first one that mostly works).
Is that really a super big breakthrough? If the robot dynamically adapted to the broken leg, and figured out how to move using some semi-intelligent algorithm, I would say that is really awesome. But this is literally just trial and error through pre-created movement specs, randomly, then just selecting one that is mostly okay.
Not trying to downplay other's achievements or research or anything, but it just doesn't seem like a big break through, unless "brute force" is something novel.
Never own a credit card. They are all scams and are far more likely to ruin your credit than help it.
This is quite possibly the worst financial advice I have ever seen. Forget about credit. You realize credit cards provide you with free money for 30 days, that is INSURED against all fraud/false claims, and most importantly, offers cash-back (or travel/movie/your interests) rewards by using it?
If you are responsible and pay off your credit card and never accrue/pay any sort of interest, you will actually gain money by using them (through rewards, and the ability to invest the money you spent for free for 30 days!), and be protected by VISA/MasterCard/whatever against bad purchases (someone trying to rip you off).
The only people who say "never use credit cards" are those with no self control, and thus wrongly assume others have no self control either. I have never held credit card debt (unless it was special 0% offers), and every year I get a few hundred dollars just for using it (no annual fee). In addition, several times I have made online purchases, but never received the item, called VISA, and they immediately refunded my card and dealt with the seller.
But, it's obvious that you can't identify them.
You mean because I'm not specifically linking you to what I started with, then going into depth about the modifications and ethos I developed from there? Of course I'm not going to, that's between me and my company. Figure it out yourself.
Resig falls squarely in to the "incompetent" category, by any measure.
Well, what can I say. jQuery is used by 80% of the top 10,000 most visited sites (jQuery). How about you make something that is used by a small percentage of that, and then you can bitch about his ability. But then I am sure you have done nothing, and you are nobody, so I don't know why you think you know what you're doing, nor how you became so arrogant.
Yes I agree 100%. Languages and platforms are a tool, what matters is the person choosing and using them.
Using prototype is part of the approach of our inheritance pattern, which is based off a methodology from John Resig.
The only person who failed here was you, for trying to be a smart ass. There are many people who are good at coding aside from you, and probably many who are better, or at the least, not a dumbass.
but what is really scary is what a mess Javascript is in 2014 --- makes Perl look like BASIC. No need to obfuscate Javascript in 2014.
I've been working in software development for about 15 years now, and I've worked professionally with all the majors (C++ a bit, Java, PHP, Perl, VBScript which was awful, C# extensively which I like a lot). For the last few years I've been tasked with writing a very large client-facing web application, where my team was mostly responsible for the front-end (JavaScript/HTML/CSS) that communicates with a large RESTful service provided by another team. This included writing an API in JavaScript with documentation.
The first thing I did was set ground rules on how my team should program in JavaScript, the structure we would use, how we would use the functional language to maximize its abilities and have some class-like things (properties, inheritance, etc.) too. Now we have a full blown web-app with a JS front end with over 900 JavaScript files (when in debug) that are very nicely sorted and categorized, full class/inheritance structures, and many other things. We use Visual Studio 2012/2013 with a few custom JavaScript extensions, and along with Chrome's debugger, it is more than manageable. But we also don't need to target any old browsers. Nothing pre-HTML5.
I'm not saying JavaScript is the best language in the world or anything like that, it definitely has its problems, and it certainly doesn't fit as a choice in many situation. But programming for it these days is not the nightmare it once was (assuming you don't need legacy browser support), and in many cases, it's actually rather refreshing after 13 years of strictly typed non-functional languages, because you can do some interesting things.
You're a CTO of a company with 4 plants, and you make more doing after hours work than what your job pays you? I'm not sure what to make of that, except that perhaps you're underpaid, and also appear to be working insane hours.
I also love my job, and what I do, but there is a balance, and I like my life outside of work as well and am glad to make enough from it to not have to worry.
How many miles were in snow or dense fog or severe rain? I drive in this conditions all the time and its totally different than a sunny day in California.