Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:#11: Meaningful error messages (Score 2) 246

Please do not bother us with your petty problems and See Figure 1...

I couldn't help but notice that the last line of the linked article was, "Love VMS or leave it, but don't complain."

I guess we all got tired of being told to see Figure 1 and just left VMS... I haven't logged into a VMS machine in over 15 years.

Comment Re:How long will IPv6 last? (Score 1) 406

I'm afraid that IP addresses are a very real part of working on networks today, and making them relatively easy to remember is pretty important. Mixing numbers and letters together in hexadecimal (a numbering system humans don't use) was something cobbled together by some tit who had no idea about the practicalities of maintaining a network.

The base in which you choose to represent the number is not really relevant. The computer is storing it all in binary anyway. You can write your applications to accept them in decimal if you wish, and let the computer convert them to binary. The reason that the standard is hexadecimal is because it is much quicker to convert from hex to binary in your head than from decimal to binary.

The binary representation allows you to see the network topology (and hence the routing rules) much more quickly. There's a reason that 255 shows up so often in IPv4 address, it's 0xff which is eight ones in binary, and when used as a mask it selects all the bits in the octet. Similarly, something like 248 is 0xf8 which is 11111000 in binary, which makes it much easier to see how the subnet routing is set up.

The philosophy of using hex is that hex is what networking experts would prefer to work in. So, give them hex addresses, and let the standard users just use DHCP-like services and never worry about IP addresses.

Comment Re:These documents should not be released. (Score 1) 870

Well, I disagree with your view on Wikileaks...

Actually, I don't have a problem with Wikileaks. They are very clear about what they stand for, and there is a very great need in the world for an organization such as Wikileaks. My issue is with Pfc Manning.

But, I certainly agree with the rest of your post. Far too many people are just using a substitute for the "-1, I disagree" mod (which is missing for a reason). Some sort of meta-modding would be nice.

Comment Re:These documents should not be released. (Score 1, Insightful) 870

Bradley Manning, the disgruntled private who was demoted from the rank of Sergeant prior to leaking this information, should be given the harshest penalty possible (excessive prison sentence) for the sole purpose of discouraging this type of behavior in the future. An honest whistle-blower who reveals true wrongdoing will lose their job when found out, but they won't be prosecuted for releasing the information. However, deciding to release all classified information you can get your hands on is not whistle-blowing. It is nothing short of displaying a reckless disregard for any consequences.

I agree completely, and I hope your post gets modded up to make this discussion more visible. What Pfc Manning did was not whistle-blowing; it was a vindictive response to his own demotion. He took it upon himself to endanger numerous people just to satisfy his own ego, and he probably didn't think through the full ramifications of his actions.

Comment Re:Black and White (Score 1) 252

I wonder if there is some subtle psychological reasoning behind painting the NASA X-34 white and the military X-37B a shining Darth Vader helmet black....

At first I thought, "oh, to make it harder to see with a telescope," but then I RTFA and noticed that amateur astronomers have been tracking the thing in orbit, so I guess the paint job is just to make it look cool. Really, though, if I were in charge of a super secret space plane, I'd want it to look cool, too.

Comment Re:My sympathy for you (Score 1) 200

Individuals and interactions over processes and tools
Working software over comprehensive documentation
Customer collaboration over contract negotiation
Responding to change over following a plan

That would be Level 1 of the CMMI model. That's arguable the model where most development actually occurs. My guess is that the GP is in an industry like medical devices, aerospace, or defense where the contracts require all the documentation and "process management" of Level 5.

Comment Re:Bizarre choice (Score 2, Interesting) 345

As others have mentioned in the comments, Objective-C was one of Apple's poorer decisions

I suppose you have a significantly better (simpler and more flexible) compiled OO language suitable for system-level programming up your sleeve, when you talk like that.

I like the D programming language. It's relatively new, but its well designed and multi-paradigm. It's suitable for system-level programming, but still supports higher-lever programming methods such as OO and functional programming.

Comment Re:Could be a problem (Score 1) 595

There isn't a single decent sailing proposal out there that even comes close to matching what a diesel engine can do, and I have looked (I work in the industry). So while it may seem like a good idea on paper, it is in reality a totally terrible idea.

There are plenty of ways to reduce emissions already underway in the shipbuilding industry; the US Navy and European Navies generally lead the way. There is a hybrid engine out for smaller combatants; there is diesel electric propulsion, there's more emissions friendly engines already on the market... It's an iterative process but the work is already being done. But that's the only real way to do it; going back to sail is a pipe dream.

Doesn't the US Navy already have a nearly emissions free propulsion system that it uses on most of its aircraft carriers and ballistic missile submarines? Seems to me like the most environmentally friendly option for powering these giant cargo ships would be nuclear.

Comment Galois (Score 3, Interesting) 614

Galois (look him up!!) is long dead, but he was quite possibly the greatest genius ever to walk the planet. Too bad he was killed in a sword fight when he was 20. As a teenager, he solved a centuries-old math problem and created a fundamental branch of advanced mathematics.

Comment Re:Version control (Score 1) 182

Honestly, I mis-read your statement to mean that there was a way to bypass the lock.

I agree with your statement, but have no way of correcting the original post...

Apology offered

Honestly, I mis-read your statement to mean that there was a way to bypass the lock.

I agree with your statement, but have no way of correcting the original post...

Apology offered

Wow! A sighting of the amazingly rare acknowledgment of error and an apology in an internet forum!!
    HogGeek, you are a good person.

Slashdot Top Deals

Software production is assumed to be a line function, but it is run like a staff function. -- Paul Licker

Working...