Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:I know Trump voters will avoid this thread (Score -1) 186

You poor TDS sufferer. A post about how science advanced by admitting new information and you go off ranting about Trump and Christians. Have you considered that America isn't the country for you? We are a Christian nation and our constitution s fit for no other. Leave us. You do not belong here. We desire neither your arms nor your counsel. Go now and lick the hand that feeds ye, and may history forget ye were our countrymen.

Comment Re:I work at a university (Score 1) 208

The weird thing that I was in the same boat (15 years since basic algebra/calc, and it came back quickly even without remedial classes - and I was a C student in undergrad, likely due to latent ADHD). I was actually better off than many of the younger students who were only a few years post high school maths.

Comment Cashlessness! (Score 1) 208

I wonder if cashlessness is part of the problem. Counting physical money and counting/checking change helps develop elementary arithmetic skills.

The solution for universities is to force them to learn - give paper exams, no calculator, but with "simple" numbers to have them practice basic math like 0.05mol / 0.5L = 0.1M solution. Make them develop a sense of numbers if they want to pass.

Comment Re:1.5 billion with highest average IQ (Score -1) 35

> Intelligence alone won't get us anywhere, or China and Israel would be the best places to live

China: if you are Han, don't care about freedom, social safety net, live upwind from the factories and aren't in the bottom 90% financially, isn't all that bad.

Israel: a very liberal first world western high tech democracy. As long as you're ok dodging incoming rockets on occasion and don't care about religious crap, which most there don't, is pretty good.

China is no different than most developing authoritarian regimes, just bigger.
Israel is no different than most 1st world western countries, except it's run by Jews so obviously it's a bad place.

Comment Re:No QA before production release?? (Score -1) 56

They made db change. They have effectively infinite amounts of real production flow data they can use to test changes.

In this case, the system failed because it was hard coded to 200 max tests but they added more. If they had tested against that it would've been found.

This is not an obscure rarely used feature. This is a key feature of what their entire service is built around. They are selling filtered/clean incoming traffic against very large production sites. Who thought it was a good idea to have a hard cap of how many rules could be applied in the first place?

This is very much "no one will ever need more than 640k" thinking.

The closest I've ever got to doing similar was using a numeric incremental dns naming scheme based on 3 or 4 digit names like web001-999 or service0001-9999 knowing that it wouldn't be a surprise if we ever ran out of names, especially considering we had a dozen servers at the time which could easily handle 50x the current traffic load. But a numeric naming scheme isn't a surprise when you run out. Long before that we changed to "datacenter-service-number" so web005 became dc3-web-005 giving us up to 1000 web servers per data center in data centers that didn't have space for another 1000 servers anyway.

But this secret hard coded db limit is simple incompetence and lack of real world experience.

Again, this is the very core of their business model. Yet no one knew anything about how their systems work. It wasn't a complex problem. It was a dumb hard coded cap.

I have also seen very complex systems collapse under their own weight. This was not one of those times.

Comment No QA before production release?? (Score 1, Insightful) 56

Seriously?

Even most of the shitty under resourced startups I was at had basic dev -> qa -> staging -> production environment life cycles in place.

This sort of failure is a result of sheer incompetence, bad systems engineering, and clueless management at all levels.

Outages? Yes, shit happens.

Preventable outages by huge critical infrastructure company in their key systems? Clown show.

Slashdot Top Deals

I have the simplest tastes. I am always satisfied with the best. -- Oscar Wilde

Working...