Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:1 hour. (Score 3, Interesting) 191

According to the article, she was without internet access for two days. Then she called customer service, and access was then restored in less than an hour.

And I don't see where they tried to reach her ahead of time. It appears to me that all of the emails and voice messages were issued during the two days while her connection was down.

Comment Re:Why this over CentOS? (Score 3, Interesting) 33

I feel bad for even replying, but on my CentOS 7 system, I do have netstat and text logs. I don't know who came up with the "systemd only supports binary logs" meme, but it's really getting boring, especially considering that RHEL 7 and CentOS 7 use text logs by default.

Comment Re:Might not be doable open source (Score 2) 186

if a company invests millions into developing software, they’re not going to share source code, regardless of sticker price.

Except this is exactly what Red Hat does. Apart from paying engineers to work on existing free software, Red Hat also open sources every product of every single company they acquire, because it's the company's core principle only to develop open source software.

Comment Re:Mir is fascinating... but not in a good way. (Score 1) 205

Er, wait what? C++ is a superset of C. It includes all the functionality of C

Actually, it doesn't. Examples are designated initializers, compound literals, anonymous structs/unions and variable-length arrays.
You are, however, correct about the fact that the low-level stuff is most of the time just the same and C++ is just as fit to low-level tasks as C.

Comment Re:Ask yourself, what would RMS do? (Score 1) 224

I guess, it's more about the JS stuff than CSS for him. I listened to a talk of him once where he denounced unfree JS code whose execution the user basically can only prevent using whitelisting. And even so, some pages may become completely unusable if JS is disabled.
What he (or rather, someone from the FSF) actually did, was creating a Firefox plugin which would detect unfree JS, disable its execution and automatically send a complaint to the host site (as long as that's possible without JS). At least that's what he told.

CSS is (imho) not code just as HTML is not really code (although I know HTML5/CSS3 being Turing complete, but well). JS is in my eyes the much bigger problem (and the one I know RMS is actually concerned about).

Comment Re:Why not? (Score 2) 78

supposedly you get 80% of X86 speed when it comes to emulation but while having the longer battery life.

Actually, it's rather x86 applications run at about 80% the speed of native MIPS applications.

Comment Re:Faster than Light? (Score 1) 276

A shadow can move faster than light. If a wavefront is impacting a linear object, the impact point can move far faster than the propagation speed of the wave.

These are only apparent movements. If I point a laser pointer to a wall, I may say “the dot moves” and everyone will know what I mean, but actually there's nothing moving there, it's only the location where the light from the laser pointer is hitting the wall that's changing.
Obviously I could calculate a velocity anyway and make that velocity greater than the speed of light by choosing the distance between laser pointer and wall big enough, but if it's all about whether you're able to assign a velocity, you may as well calculate the velocity of thoughts: Divide the distance of two places by the time you need to switch between them in your mind. Just look at the sun (or some more distant star to avoid eye injuries) and then at your desk and you're well above light speed.

The ability to define a velocity does not imply that something's moving.

(So, technically, those examples are “faster than light”, though I'd dispute whether something actually “goes faster than light", as the OP phrased it)

Comment Re:Bogus argument (Score 1) 311

I think, if you can't freely compile the source code, the software is not exactly free. Freedom 1 at http://www.gnu.org/philosophy/free-sw.en.html says that you need to be able to change the program (at source code level) and to incorporate these changes into the running program. This basically requires the ability to easily compile a working binary from source code.

Submission + - Flying car crashes (www.cbc.ca)

vawarayer writes: An experimental car has crashed near a school in British-Columbia, Canada. Only five car like this have been produced to this day.

The flying car is a combination of a plane engine, propeller and parasail attached to a dune buggy


Comment Re:Skipping it? (Score 1) 305

I don't think they'll be skipping anything.

The “full” original statement actually is: “A new DirectX has always revived the industry, new graphics cards require more powerful CPUs and more RAM. But there will be no DirectX 12. That's it. As far as we know, there are no plans for DirectX 12.”

As fast as I understand it, he actually talks about any new major DirectX version, not just about DirectX 12. Which would in turn support your “minor version abominations” argument.

Slashdot Top Deals

All the evidence concerning the universe has not yet been collected, so there's still hope.

Working...