Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Extra layers == epic fail (Score 3, Informative) 74

It would be hard to imagine a better recipe for epic failure. It seems that the proponents don't realize that the less baggage it carries, the more robust and easy to use a distro becomes.

I have to say, I'm not entirely sure you've read this proposal. Or maybe there is something that could be more clear? The audience here is really Fedora developers, so it's likely that some things aren't immediately apparent if you're more removed from that. Overall, this is a proposal for significantly less baggage.

And "excitement" is definitely not needed. An operating system isn't an electrical appliance needing new excitement and frills to shift product off the shelves each season. Boredom is a sign of stability and reliability, and those two are without doubt most important features a distro designer can provide.

Well, Fedora isn't ever going to be that completely safe kind of boring. For that, we have our downstream distributions, which are awesomely boring in all the way you describe. Fedora isn't supposed to be that, and is supposed to be in place where we are generating excitement, whether that's at the OS core or further out. But in general, the idea here is to separate out that "no frills" core from the language stacks and other areas where "be up to date" and "make available the exact things we need" are the demands. Then, we can address these needs differently.

If you're just interested in the base, awesome: we will put that together for you in a well-defined way and let you do whatever you want on top of that.

Having the separate ring 1 lets us focus on making that a coherent base which can be enhanced in an cohesive way which doesn't break everything for users as we go from release to release.

Comment Re:Extra layers == epic fail (Score 2) 74

I'd be excited if upgrades weren't an ugly afterthought. Y'know, because everybody has to do it at least once a year.

If it takes this 'ring' idea, to force the upgrade issue, and perhaps versioned packages outside of kernel-*, then I'll get behind it.

Good, because those two things are exactly what this is all about.

Comment What the hell? (Score 2) 72

FTFA:

In a move eerily reminiscent of the Cold War, the US and Russia have set up a hotline to avoid an accidental or catastrophic cyber war, after two years of discussing how best to collaborate on online threats.

The two companies want to “reduce the possibility that a misunderstood cyber incident could create instability or a crisis in our bilateral relationship”, according to a fact sheet from the White House.

Both Russia and the US are hotbeds of cyber criminal activity, and both are thought to be throwing much funding into military efforts in cyber too.

Emphasis mine.

WTF?

Comment Re:ORACLE = One Raging Asshole Called Larry Elliso (Score 1) 405

I do that as well — for very short-term insertions of debugging code.

Of course, it's imperative to remove it or, at the very least, properly indent it, before checking it in.

As a side note, every source code version control system should have a customizable pass/no-pass filter that can reject the checking in of improperly formatted code.

Comment Re:Depends. (Score 1) 141

The new MacBook Pro Retina may have 2880 x 1800 resolution, but for software enginers it isn't much better than a 1440x900 screen because it doesn't fit more text (at a readable size) than this smaller resolution.

I disagree. The rMBP runs very nicely in "more space" mode, which is the equivalent of 1920x1200 mode. It's quite usable for smaller and still readable text.

Comment Re:Optimized for Macbook Air (Score 1) 189

A MacBook Air in typical use uses 10 to 20 Watts, but let's say for the sake of discussion that it uses the full 45 Watts of its power adapter. If you left it plugged in 24x7 for a month, drawing that much electricity, you would use about 33 kilowatts, or about $0.50 in electricity. So your figure of "If it saves you $50 in electricity per month" is off by a factor of 100 to 300.

Comment Re:trig (Score 1) 656

Actually, you need both. If you're doing angular acceleration, say, a ship that's firing thrusters to rotate around its center of gravity, then you have to keep the orientation of the ship as an angle (in radians, say), and also its angular velocity, and you apply its angular acceleration to that angular velocity. That part simply can't be done as pure Cartesian vectors. Then, when you fire forward thrusters, you take the angular orientation and convert that to a Cartesian vector which you use when applying the thrust force to obtain a Cartesian acceleration vector.

So most of the time (like 99%) you can simply use Cartesian vectors for everything. But you still need trig functions for some stuff. It's inescapable.

Slashdot Top Deals

Old programmers never die, they just hit account block limit.

Working...