Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Why use these hybrid rocket engines (Score 1) 445

I was talking about these hybrid (rubber / NOx) vs liquid (kerosene / O2) engines. I know conventional solid do make more thrust, but are not controllable -- hence they make a good booster but not a main engine. It would seem like for a main engine, conventional liquid would give the most thrust and the most controllability.

Comment Every hardware component?!?!? (Score -1) 162

So, you're telling me that the FreeBSD kernel now has to be compiled with support for every piece of hardware out there?

Are you fucking serious? FreeBSD no longer supports drivers that were not statically compiled into the kernel?

This is either a joke or has to be the most idiotic thing I've ever heard of.

Comment Fact Check Please!!! (Score 2, Interesting) 367

Is this even true? I did some goggling, and could not find *any* official or otherwise direct statement from PETA.

In any case, I think PETA badly dilutes its message by frequently saying borderline ridiculous statements.

No living being should be subject to the kinds of torture in medical tests, period!.

That begin said, there is no problem with animals and humans cooperating. Camels carry a load, and in return they are fed and cared for. Whats wrong with that. Its called a *symbiotic* relationship in case you forgot sixth grade ecology. If farm animals are well cared for, and killed instantly for meat, well, I guess I'm sort of essentially OK with that.

Comment Delphi has been dead for a long time (Score 1) 547

Has anyone seriously used this for anything other than writing Windows shareware in the 1990s?

I really have no problems with the language, even used it in the 1990s, actually pretty decent. But what an idiotic company behind it. Basically Borland's company strategy was: "Lets go muzzle to muzzle against Microsoft with our closed source language that only runs on Microsoft Windows, and lets charge a lot of money for our language thats completely incompatible with, but sort of resembles Microsoft C# when Microsoft lets you have Visual Studio for free".

If they would have open sourced so it could be cross platform, it or had some way of using your existing C++ code they might have had a chance. But yet again, a half way decent environment ruined by a completely idiotic company.

* yes, evidently the new version is "cross platform", but it a joke. The thing only runs on Windows which generates a binary that looks like it has some sort of emulation environment in it, then copy and hope that it runs on a Mac. And, they don't even remotely resemble Mac apps, looks similar to an Gnome/Qt app running on Linux with an OSX theme.

Comment Software overhead (Score 1) 43

Seems like a cool idea, just concerned about how much overhead the software will cause.

So, basically, it needs to continuously poll the frame buffer, copy over a fairly huge block of data, rip through the pixel data to determine the mean colors, and then set the device color though the USB port.

I really would have preferred an all hardware solution where its a pass through of your DVI / HDMI, and there would be a DSP that analyzed the HDMI stream and set the color accordingly.

Comment Re:This is Java code (Score 1) 349

Right, I was expecting something exactly like this, and I'm pretty sure there's the equivalent in .net.

I would say, probably 99% of Windows apps are written in either C++ or .net, they would just call either GetVersionEx, or whatever the .net version is, and they would have the exact major and minor version. So, it basically makes no sense using a Java example of getting the OS version string, as essentially nobody uses Java for any tightly integrated desktop app where you need to know exactly what version of Windows you're on.

I do use a number of libraries in my code (C++), and all the ones I've seen give you standard major and minor versions which I check.

Comment Only need TWO (Score 1) 272

They probably only need just TWO employees, a CEO to get the money, and a secretary to collect it.

Every single action Microsoft makes is met with incessant criticism. This makes a lot of sense as for two decades the Microsoft marketing machine has firmly established this universal notion that anything different than Windows is scary, different, and OMG, *incompatible*. That worked very so well as no Windows user wants anything different than what they have right now.

So, all Microsoft should do is just keep printing copies of Windows XP, since that what everyone wants, and just keep collecting the money. Users would be a LOT happier as they would never have to worry about any change, and the CEO would be happy as he can just keep collecting the money with no effort.

Slashdot Top Deals

I have hardly ever known a mathematician who was capable of reasoning. -- Plato

Working...