Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:That's not the reason you're being ignored. (Score 3, Informative) 406

Well, thank you for clarifying that you need to be entertained during your briefing of safety procedures that exist to save your life.

I've flown a depressing amount over the last couple of years. United actually does have pretty entertaining security briefing (although they're less funny the fifth time you've seen them in a week), but they insist on showing you a couple of minutes of adverts after telling you to pay attention for the important security briefing, but before showing the security briefing. If you want people to pay attention, then ban airlines from showing ads before the briefing, because after being advertised to for a couple of minutes, you can bet that I've unplugged my noise-cancelling headphones from the jack and am reading a book until they put the screen back under my control again...

Comment Re:Methinks there's more (Score 1) 314

Political terminology in the US is weird. You have the liberals / progressives, who want to resurrect the worst ideas of the 20th century on one hand and the conservatives on the other who want to resurrect the worst ideas of the 19th. Judging from your post about 'leftists' (by which you seem to mean 'authoritarian state capitalists', or as the rest of the world calls them 'the right wing'), the rest of your terminology is equally confused.

Comment Re:It's bigger than that... (Score 2) 240

Look at K&R, ANSI, C90, C14, etc. Many of these standards were never fully implemented in any particular compiler. K&R was supported in early gcc releases but deprecated and then dumped in gcc-2.95->early 3.x releases. Many of the later releases break features of the earlier ones piecemeal despite the original standard never having had a 'stable' release that could properly generate code for all applications (While rare, there are still many corner cases, even in perfectly 'valid' C programs that thanks to developer error, or mistake implementation of standard features resulted in code generation bugs. Some of which weren't fixed before a standard was deprecated or altered for compatibility with C++ for instance in a manner that broke a formerly 'conforming' application.)

There is no such thing as C14. C90 isn't really a thing either (it's C89, with a few errata fixed). C89 was the first ISO standard C. K&R wasn't a standard, it was just the documentation of a specific implementation. To claim that it wasn't implemented is nonsense - it was implemented, it was never standardised.

After C89, both versions of the C standard (C99 and C11) have been backwards compatible. They are not always backwards compatible with vendor extensions. C99, for example, added an inline keyword (which was bad because inline was in the space of identifiers reserved for the user) that had different semantics to the GNU extension. Code compiled by gcc with -std=c89 would work with -std=c99, but code compiled as -std=gnu89 would break. Both gcc and clang have a -fgnu89-inline flag to work around this limitation. Every valid C99 program is also a valid C11 program.

Comment Re:I wonder how long the NSA (Score 4, Insightful) 97

That's the real question. And again, the NSA needs to answer the following question:

Were they sufficiently technically incompetent that they didn't discover an attack that the Russians have been using, or were they sufficiently inept in a more general intelligence sense that they didn't realise that leaving US and allied machines vulnerable might be a problem?

Comment Re:I'll pass... (Score 2) 187

Lots of people keep accusing Florian of being a shill. I don't think it passes Ockham's razor. He was consistently saying obviously wrong things long before he had enough public prominence for it to be worth anyone to pay him. It's far more likely that he's just a complete idiot. And, honestly, I don't think Microsoft or Oracle would need to pay him to change his opinions - just giving more free publicity to a drooling moron who claims to represent the people opposed to them is enough...

Comment Re:He tried patenting it... (Score 1) 986

Average electricity consumption per capita in the USA is 1683W. For the EU, it's 688W, which makes 2kW ample for a small household. If my electricity consumption went to 1.5MWh/month, I'd start to seriously worry - my electricity bill would be about three or four times what it currently is. According to Wikipedia, electricity in the USA costs 8-17 cents per kWh. That works out at $120 to $255 for 1.5MWh. Do people seriously spend that much money on power each month?

Comment Re: VoIP, eh? (Score 1) 65

Does it carry voice? Does it do so over IP packets? Sounds like VoIP to me. It's not SIP or an open protocol, and it can carry video as well as voice, but it definitely meets the definition of voice over IP.

The problem with all of these services is fragmentation. If I have a telephone, I can call anyone else who has a telephone, irrespective of what operators we both use. If I have a SIP account somewhere, I can generally do the same thing. If I have a Facetime account, then I can't call someone with Google Hangouts. Without federation, these services are far less useful than they could be (to users - the lack of federation is useful for encouraging lock-in, so good for the providers if they're big enough).

Comment Re:News at 11. (Score 1) 282

Eh? I was in Amsterdam a few months ago and took the train (and a tram) between my hotel and the airport. There were kiosks at both ends that would sell the tickets, taking cash or credit cards, and they were quite cheap - far less than a taxi. Buying tickets for the tram worked the same way. They contained a chip that you tapped on the readers, but aside from implementation details they were single-use tickets.

Slashdot Top Deals

Neutrinos have bad breadth.

Working...