Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Deja vu (Score 1) 311

The $ per square meter spent on a runway at an airport is more than a few orders of magnitude more than that spent on public roads.

I call BS on your assertion. Either that, or you can't be serious. A "few orders of magnitude" is like 4 or 5 or 6, but let's say for the sake of discussion that you mean the lowest possible value of "few," which would be 3. That's still 10^3 = 1000. And then you say "more than a few orders of magnitude," which would mean at least 10^4 = 10,000. In any case, there's no way that the dollars per square meter spent on a runway at an airport is 1000x— let alone 10,000x — more than that spent on public roads.

Comment Re:Paltry (Score 1) 193

There are however problems when your 'simple dedicated system' is based on hardware that is now so obsolete that it's no longer manufactured; meaning that any hardware failures means that you're having to source unproven used hardware in increasingly limited quantities, or go to shady 3rd party manufacturers that don't have the quality control of the original.

I think the words you're looking for there are “decreasing limited quantities.”

Comment Re:parent is full of disinformation (Score 1) 61

I agree with you, but I have a nit to pick:

You wrote "512kiB". This is incorrect. It should be "512KiB". Although "k" is the prefix for "kilo-", there is nothing such as an "iB", so the use of "k" is inappropriate here. Note that the prefix "Ki" is for "kibi-" and it applies here to "B" for "bytes."

Comment Re:Step 1 (Score 1) 294

Switch the functionality of the '.' and ';' characters in C style languages.

Egad, you are seriously suggesting the use of ';' for accessing members of a structure? Or do you not mean swap the two?

[...] the number 1 complaint was how they were upset with how the program wouldn't compile because they were missing a ';' at the end of a statement. But if the character which represented the end of a statement was a '.', that would make sense to them because it's same character that represents the end of a statement in written communication.

This might be a clue that their brain isn't suited for programming. It's not a difficult concept that different languages use different punctuation, especially in different contexts. A '.' character in C can be a radix point in a number, a structure member accessor, or a component separator of a filename, e.g., stdio.h. A person needs to be able to understand this extremely basic concept from the get-go or they are not cut out for programming, plain and simple. It shouldn't matter what symbols are used. Now if you're talking 5-year-olds, then ok, sure, maybe ';' is confusing. But if it confuses an 18-year-old CS student, well, ... they should probably be flipping burgers instead.

Slashdot Top Deals

"Here's something to think about: How come you never see a headline like `Psychic Wins Lottery.'" -- Comedian Jay Leno

Working...