Slashdot Mirror


User: 91degrees

91degrees's activity in the archive.

Stories
0
Comments
12,024
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 12,024

  1. Re:PM? Which country on PM Calls Facebook Irresponsible For Allowing Beheading Clips · · Score: 5, Insightful

    He's criticising Slashdot. Whether he googles or not, Slashdot should still have provided this information. There's no reason not to say "British PM".

    Perhaps he should know. Perhaps everyone should, but for any snippet of information, there will be a non trivial number of people who are not aware of it. Good journalists provide the information concisely withut forcing the reader to get key details elsewhere.

  2. Re:Won't somebody think of the children... on PM Calls Facebook Irresponsible For Allowing Beheading Clips · · Score: 1

    Facebook doesn't post any beheading videos. It's users do.

    Give him the benefit of the doubt here. It's clear what he means

    I thought we were allowed to be irresponsible as long as it's legal?

    Hasn't been the case in Nanny state Britain for a while. At least not as far as most politicians are concerned.

    If my Facebook friends don't like the content that I may or may not post, then they can hide it or unfriend me.

    But this leads to the question of why facebook blocked it in the first place, and how those factors no longer apply. If facebook feels that that harm is done and they want to prevent this then they can block them. If they feel these are not the case then they don't have to. Facebok should make up its mind which of these is the case.

  3. Re:hmm on New York City Considers Articulated Subway Cars · · Score: 1

    Do they substitute cars though? I'd have thought they'd simply have a spare train, or accept the capacity reduction and increase the spacing to compensate.

  4. Re:Why one Toronto subway driver doesn't like them on New York City Considers Articulated Subway Cars · · Score: 1

    They should. The main problems are political rather than technical. Far too many drivers would object to being put out of work. Singapore's MRT's driverless lines were designed that way from the start.

  5. Re:parasites on Full Screen Mario: Making the Case For Shorter Copyrights · · Score: 1

    Well, yes.

    You say that as though it's a bad thing. It's not a zero sum game. He can benefit without other people losing out.

  6. Re:As a Linux user I want to support them, but... on Myst Creators Announce Obduction · · Score: 1

    OpenGL is just a graphics SDK. Only draws polygons and pixels. You need something with scenegraph support at least. Plenty of options there.

    Although Unreal is well supported, and it's pretty easy to find experienced develpers so it's a sensible choice.

  7. Re:Rose-tinted view indeed on British NHS May Soon No Longer Offer Free Care · · Score: 1

    There is a reason why people travel from all over the world come here for the best care.

    More people travel from the US to elsewhere for healthcare than travel from elsewhere to the US.

  8. Re:Rose-tinted view indeed on British NHS May Soon No Longer Offer Free Care · · Score: 1

    No. I don't think it is.

    They'd probably prefer to emulate one of the other European models or the Canadian model, which aren't quite as cheap but do offer more flexibility and higher standards of care.

  9. Re:British police rarely carry weapons on British Police Foil Alleged Mall Massacre Copycat Plot · · Score: 1

    Yeah. Guns solve all problems! Well known fact.

  10. Re:I know it's another stereotypical diss on Bing on Some Bing Ads Redirecting To Malware · · Score: 1

    Strange. When I typed "How to register for an ISBN" into Bing I got a page full of relevant results.

  11. Re:I know it's another stereotypical diss on Bing on Some Bing Ads Redirecting To Malware · · Score: 1

    It's an answer. One of two possibilities.

    Is it possible that there's such a strong dislike of Microsoft on Slashdot that people will dismiss it as rubbish without actually trying it?

  12. Re:I know it's another stereotypical diss on Bing on Some Bing Ads Redirecting To Malware · · Score: 1

    I do when Google tries to be too helpful and fails to give me the results I actually want, assumning I mistyped.

    Clearly most people have never used it, yet there seems to be a strong opinion that it's rubbish. I wonder how people know.

  13. Re:Java won't die. on If Java Is Dying, It Sure Looks Awfully Healthy · · Score: 2

    Java pointers can be null.

  14. Re:What the hell on Cost of Healthcare.gov: $634 Million — So Far · · Score: 1

    Take the average cost of a website, divide by the average number of website users, and multiply by the population of the US. It's a simple calculation that can give you a very accurate and completely wrong figure.

    I hinestly believe government It contracts are costed this way. Assuming the vcost scales linearly with number of users. it's the only way that you can come up with the sort of numbers they use.

  15. Re:Better than now but it ain't gonna solve it on Auto Makers To Standardize On Open Source · · Score: 1

    20 year old electronic devices do still often work. Touch screens are solid state so last a long time. You will be able to control the air con, play music, connect to GPS satellites. Maybe it will look a little dated. But so does the cassette player in a lot of older cars. They still work.

  16. Re:This is hardware on Kickstarter For Open Source GPU · · Score: 2

    Well, most of the patented stuff isn't essential. In fact they could probably do a GLES 1.1 compatible part without breaching any patents. By the time they're ready to implement any extensions, the patents will be close to expiration.

  17. Re:Mr Fusion on Fusion Reactor Breaks Even · · Score: 1

    Hmm... when you put it like that, that's only the weight of 3 and a half Mark 4's. Still think it might be a little unweildy, and we probably need a few other bits to get it to work, but that is starting to sound feasable.

  18. Re:How much revenue are they really protecting?? on AMD Intentionally Added Artificial Limitations To Their HDMI Adapters · · Score: 1

    It's crazy that companies go through all this trouble to protect a revenue stream from something as inexpensive and generic as a DVI to HDMI adapter.

    Except they're not even doing that! The article says the adaptor is bundled with the card, and it must cost them more for the EEPROM. Even at a fraction of a cent, that adds up over millions of devices.

  19. Re:Mr Fusion on Fusion Reactor Breaks Even · · Score: 1

    Well, the target chamber weight about 140 tons, so might be a bit difficult getting to 88 mph while carrying that.

  20. Re:When your boss sees growth in non-M$ systems on Microsoft Makes Another "Nearly Sold Out" Claim For the Surface Line · · Score: 1

    So what should one do when there exists no language that all relevant platforms support well?

    I guess I'd consider the effort required to support multiple languages across multiple platforms and consider whether the return was worth the extra work. What would you do?

    So how do you prove that the application logic (not the UI logic) of an Objective-C application for OS X or iOS behaves identically to the application logic of a Java application for Android?

    If that's important, you use C or C++. The point is it's an engineering choice.

    Although you can't even prove identical behaviour across two different architectures reliably in the same language. For example;

    int x = -7 % 6

    This depends on whether the implementation rounds down or rounds towards zero, and what the sign rules are with the % operator. And if you're using floating point, you'll come up with new and intersting errors. The 387 uses 80 bit internal precision. Most architectures use 64 bit.

  21. Re:When your boss sees growth in non-M$ systems on Microsoft Makes Another "Nearly Sold Out" Claim For the Surface Line · · Score: 1

    Unless your software costs more than a computer, your software runs on the system that users have.

    Most software does cost more than the computer.

    And when your boss sees growth in non-Microsoft systems, your boss will want you to figure out how to make an application available on non-Microsoft systems. For example, a video game studio might choose to diversify into PS4 and SteamOS in case the rumors that Xbox One will become Xbomb One turn out true.

    If that's possible then you use a lnguage that's well supported on other platforms. Whatever the case you use the language that's the best fit for your problem. It's pointless dismissing a language based on not having a feature that you're never going to use. Even then, portability is only one aspect. I'm not going to write an Android app entirely in C just to make porting to iPhone easier. I'd be losing too much of the Android system that pretty much depends on Java.

  22. Re:Nice... on Microsoft Makes Another "Nearly Sold Out" Claim For the Surface Line · · Score: 1

    C# runs on Linux and Mac via Mono.

    But really, who cares about it only running on MS systems? If I write software for MS systems then that's the system I want it to run on.

  23. Re:Doesn't mean you can copy it. on First Few Doctor Who Episodes May Fall To Public Domain Next Year · · Score: 1

    So how does this work? Does it mean that my a VHS copy from a UK Gold repeat is now in the public domain, but a purchased copy isn't? Or does the broadcast copyright mean that the copyright on all versions of that expire after 50 years?

  24. Re:Not for long on Bypassing US GPS Limits For Active Guided Rockets · · Score: 1

    Well, I may be wrng, but I don't think Copenhagen Suborbitals is too concerned about the US government. The Danes seem to be a little less paranoid about this sort of thing.

  25. Re:I smell a rat. on Dutch Police Recruit Rats To Sniff Out Crime · · Score: 2, Funny

    Well, the obvious one:

    "I can't believe you snitched on me, you dirty rat!"