Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Consensus Has Its Place (Score 1) 770

Hard Science is fairly limited in what it can do to prescribe actions humans should or should not be taking to address perceived problems with climate or the environment. There is no "Second Earth" we can use as a control group. It's closer to "healing" done by medical doctors than it is science. A doctor will tell you, "try eating this, try swallowing X mg of this Y times a day, try exercising like this, avoid chemical triggers like that, etc. Come back in 2 weeks, we'll see how you are doing, and then we'll make adjustments." Sure, doctors spanning decades through time and countries across the globe can temper their advice from longitudal studies and statistics across populations. But chances are those any double-blind experiments haven't been done on your unique body, health conditions, and living environment. Often the best they can do is "close enough, you are still a human, after all" and then make adjustments. They don't PROVE to you a particular pill or a particular dosage will work for YOU before they ask you to take it.

Something as nebulous as The Environment needs a similar "healing" approach. "Let's try cutting automobile emissions by X% and see what happens." If we absolutely require scientific proof 100% of the time before we take action with environmental policy, the consequences of such timidness can be disastrous. We don't always have that luxury.

Scientific "consensus" therefore still has merit. I can understand if you want to educate people on the difference between consensus and proof. But to say consensus alone should never spur action is fool's play.

Comment Database Identity (Score 2, Insightful) 729

It's outdated database security models that cause me the most grief. I don't want jsmith logging in from gatech.edu to be considered a DIFFERENT HUMAN BEING that jsmith logging in from whitehouse.gov. I want to say, there's ONE PERSON, John Smith, username jsmith, who is allowed to login from BOTH domains with the SAME PASSWORD and GRANTS. Nope. Can't do it. Newer versions MIGHT allow you to swap in your own authentication module instead, but NOT the authorization piece, so I'm still screwed!

Comment Not A Maxim (Score 1) 637

Those grads are merely inferior for tasks where memory management is paramount, that's all. Just like someone who graduated with a database class would be inferior for database programming. It doesn't make them inferior all around. Java is just easier to teach AND learn with, really.

I remember doing all these exercises in C about storing multiple "strings" in the same character array. Most programming jobs out there wouldn't deign themselves to be concerned with such low-level solution-space details. Even when I had to deal with "packed arrays" in C++, Java, and JavaScript, the first thing I did was write a class around it to abstract all those details away.

Comment FreeIPA (Score 1) 98

Since you are on Fedora already, I'd recommend FreeIPA. It'll give you more than your LDAP+PAM for centralized authentication and authorization, like Host-based Access Control, centralized sudoers policy, DNS, etc.

However, it wouldn't accomplish any of the tasks you specifically asked for out-of-the-box. I was thinking you could write some of these tasks as FreeIPA plugins.

Comment Re:Wormholes + a flat universe (Score 1) 358

You are correct insofar that the visualization model of a bowling ball on a trampoline is misguided and misrepresentative of nature. However, the Universe Is Flat claim is not addressing spacetime "curvature" and its relation to gravity. Think of a complex 3-D configuration of eletrical charges. If you zoom way out, you can treat the cumulative electrical field as if it's a one-dimensional, singe point of charge. Similarly, if you zoom way out from the observable universe, it's overall shape inside the unobservable universe tends towards being co-planar. Observable "stuff" tends to clump along a plane and the metric expansion of the universe tends to also move along this plane. There is nothing to stop energy/matter or metric expansion from moving or existing further along a Z-axis, but from all observations, it just tends not to (on a cosmic scale).

Comment Re:How many galaxies have we already lost sight of (Score 1) 358

Depends on what you mean by "lost". We've seen the Cosmic Background Radiation in all directions. This predates the first star. Now if by "lost" you mean unable to communicate with, even if each relay has massive amounts of time inbetween, then yes, many galaxies are already lost. Some are expanding away from us faster than the speed of light (or will be right before any photon we send could hope to traverse the distance). Some are just close enough they could intercept a signal, but the reply back wouldn't make it due to expansion. There is also the possibility of younger galaxies that formed in a region of space that is expanding away from us too fast.

Slashdot Top Deals

Good day to avoid cops. Crawl to work.

Working...