Slashdot Mirror


User: Carewolf

Carewolf's activity in the archive.

Stories
0
Comments
4,698
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,698

  1. Re:nail in W3C coffin on Google Introduces HTML 5.1 Tag To Chrome · · Score: 3, Informative

    Not to spoil your rant, but the picture tag is defined here: http://www.w3.org/html/wg/draf...

    Notice the hostname.

  2. Re:Cut the Russians Off on Russian Military Forces Have Now Invaded Ukraine · · Score: 3, Insightful

    And for good measure, Ukraine should "sell" its ownership in the Ukrainian section of the gas pipeline to a Nato country and then shut off the flow of gas.

    Cutting off the flow of gas would hurt Europe a lot more than it would hurt Russia at this point. Entering the winter with your largest gas supplier no longer providing you with the gas that you use for heating would suck. And as gas is fungible, it doesn't matter to Russia if we stop buying it from them, unless everyone else stops buying it from them - if China doesn't join in with the boycott then it just means that they'll be buying more has from Russia because the price of everyone else's gas will go up.

    No Russian economy depends on this income, it make up a significant part of their entire national GDP, meanwhile Europe has been finding other alternative sources of energy in case Russia would cut of the supply again as they did after the sanction put on them for the invasion of Georgia. And the gas is not fungible, it would take over a year to build new pipelines to other countries, especially China is a long long way away from the gas going to Europe. Russia would be completely and utterly fucked without the gas, in Europe it would just hurt the home owner who has invested in natural gas heating to save money, they would not be saving money anymore.

  3. Re:1 Billion Mobile Users? on $33 Firefox Phone Launched In India · · Score: 1

    You don't seem to be talking from experience and seem to be simply conjecturing. I am in India. I have never heard of any village sharing just one cell phone. It is not even plausible.

    It isnt? I know several towns in Western Europe that used to share a single cell tower. There are different types of towers, and the big ones used in rural areas have much longer range (in km) than those used in cities (100m). The main limit is how many concurrent connections the tower can handle.

  4. Re:Switched double speed half capacity, realistic? on Seagate Ships First 8 Terabyte Hard Drive · · Score: 1

    As you mention, 15k SAS drives are going to be rapidly undercut by SSDs. The price difference is no longer 10x or 20x when looking at cost/gigabyte, the price difference is now only 2-3x.

    Pay 2x-3x the amount for a SSD of the same size as the 15k SAS, and you gain 50x improvement in your IOPS. For workloads where that matters, it's an easy choice to make now. As soon as you say something like "we'll short-stroke some 15k RPM SAS drives" - you should be considering enterprise level SSD instead. Less spindles needed, less power needed, and huge performance gains.

    The only downside of SSDs is that write-endurance. A 600GB SSD can only handle about 120TB of writes over its lifespan (give or take 20-50% depending on the controller, technology, etc). The question is - are you really writing more then 60GB/day to the drive (in which case it will wear out in 5 years).

    And more importantly... will you care if it wears out in 4-5 years? That you could handle the same workload using fewer spindles and less power likely pays for itself, including replacing the drives every 4-5 years.

    I don't know what you're talking about. You can definitely write more than 120TB/600GB=240 times to the same bits.

    Yes, but to all bits? Remember the drive will move around physical where a logical data cell is stored. Each time you write you are almost guaranteed it will be written to a new place and the old just marked free until all cells have been as used as that one.

  5. Re:"Computing's Narrow Focus"? on ACM Blames the PC For Driving Women Away From Computer Science · · Score: 1

    European master degrees and PhDs. Note though that biology was the largest science subject at my university (Cph) almost twice as many students as CS.

  6. Re:"Computing's Narrow Focus"? on ACM Blames the PC For Driving Women Away From Computer Science · · Score: 1

    "Computing's Narrow Focus"? Get a degree in petroleum geology or structural engineering if you want a narrow focus. Or pick the wrong field in biology. I know a woman who got a PhD in an area of microbiology that turned out to be a dead end. She ended up managing a coffee shop.

    The last has probably nothing to do with her choice of subject. Most biology students end up as unskilled workers. I have several friends who have studied biology, and the job market for them while big is way too small for the sheer number of biologists educated.

  7. Re:Waaah. on New EU Rules Will Limit Vacuum Cleaners To 1600W · · Score: 1

    In the rest of the world we use twice the voltage. In the EU 200 to 250V is standard.

    I just checked my vacuum cleaner. It is 2300W. Jesus, no wonder I never turn it up to max. That thing sucks. Hard.

  8. Re:Change.org is just another bulletin board on Latest Wikipedia Uproar Over 'Superprotection' · · Score: 5, Funny

    A petition with 13 signatures is not worth mentioning. Any idiot can set one up.

    You mean any idiot with 12 idiot friends.

    You make it sound like the new testamant.

  9. Re:From the wikipedia on Scientists Baffled By Unknown Source of Ozone-Depleting Chemical · · Score: 1

    Industry is much better than individuals at handling chemicals safely.

    Can be, especially if it is economically beneficial for them or they are forced to do so by the government. If not, they are naturally inclined to do much worse.

  10. Re:I'd love to be in his class on Professor Steve Ballmer Will Teach At Two Universities This Year · · Score: 1

    Your analysis is only partly correct; you've missed out on all the other business software they make tons of money on. MS is only highly profitable because of their business software, and the usage of their software in offices: Windows, Office, Sharepoint, Windows Server, SQL Server, etc etc. The place where they're failing abysmally is with consumers: they still sell (desktop) Windows of course, but they probably don't make much money with the home versions, and people aren't buying new PCs that much any more, and instead are buying smartphones and tablets (iOS and Android). MS's consumer offerings are ignored or laughed at: Surface, Windows Phone, etc. haven't done well. Xbox doesn't look like it's doing all that well any more either.

    Basically, if MS cut out most of the consumer ventures, they'd be far more profitable. But there's definitely a tie-in there: people like to use software at work that they're familiar with, so if MS abandons the consumer space altogether, it wouldn't be long before companies shift to something else for their desktops, and then the rest of the MS infrastructure would crumble too.

    So they are slowly becoming the IBM of the software industry?

    So, when will they sell the consumer parts to a Chinese company?

  11. Re:Stone on C++14 Is Set In Stone · · Score: 1

    Really Carewolf? Really?

    That was not me. I don't troll.

  12. Re:Still... on C++14 Is Set In Stone · · Score: 2

    ...using c. Although I do like to comment thusly, and so prefer a compiler that understands at least basic c++: // comment

    I like to stay as close to the metal as I can get. I'd use assembler, but many of my projects are cross platform, so c it is.

    End of Line terminated comments ("//") actually are in the C spec as part of C99. And while it did take GCC a little while for that to be accepted in C mode...

    What on Earth are you talking about?? Using C++ comments in C was a GCC extension that made it into C99.

  13. Re:Long overdue on News Aggregator Fark Adds Misogyny Ban · · Score: 1

    So any store that only carries Organic foods is censoring?

    No, but if food was speech, then yes, it would be. Though we usually don't use the term censorship when the selection criteria becomes that broad. A book store not carrying a few specific books is censoring, but a bookstore only carrying science fiction would be better described as filtering, though the store does the same thing only much more aggresively.

  14. Re:Stone on C++14 Is Set In Stone · · Score: 1

    Wouldn't it more useful for it to be set in silicone?

    Assuming you mean silicon, then; no - Setting things in stone is better than writing them in the sand.

  15. Re:Truly sad on Ebola Quarantine Center In Liberia Looted · · Score: 1

    Ebola is not as infectious as the flu.

    Yet.

    So, right now there's at least few thousand people carrying the virus. At least a few of them probably have other cold/flu viruses in their systems. If both Ebola and flu infect the same cell, they can exchange genetic information, potentially resulting in a much more easily transmitted strain of Ebola. The more people that are infected, the greater the chance such genetic exchange could occur. It wouldn't take much for Ebola to become a first world threat.

    Ebola is less infectious than HIV and has infected orders of magnitudes fewer people for much shorter periods of time. While it could happen, chances are airborne AIDS is more likely than Ebola, in other words, go back to sleep dear, you were just having a nightmare.

  16. Re:Truly sad on Ebola Quarantine Center In Liberia Looted · · Score: 4, Insightful

    Did you ever use the toilet at work? - ever had issues of a bad stomach doing the rounds? any idea how many people don't wash their hands after taking a piss? -people you shook hands with. I'd not bet my life on this scenario being impossible.

    Ebola is not as infectious as the flu. Absolute none of those scenarios would be able to transmit the disease. So yes, you are safe.

  17. Re:TV License on Add a TV Tuner To Your Xbox (In Europe) · · Score: 1

    In Denmark you have to pay TV Licens by just having a smartphone.
    I'm not kidding.

    Not literally, you have to pay it for the internet connection. So if you have no subscribtion for your smart phone you don't need to pay a license ;) For TVs though, you need to pay the license whether you use it or not, the logic being that you pay for the capability of receiving TV. Not sure why they havn't just made a tax already.

  18. Re:Broadcast standards in Europe on Add a TV Tuner To Your Xbox (In Europe) · · Score: 1

    yeah dvb-c cable is usually just what I think is "basic cable" in USA.

    however, it's a bit funny for someone to write over the air cable!

    Considering it can be encrypted and you need a "cable" box from a typical "cable" provider to decode the over-the-air signal, it may sound strange, but it does make some sense.

  19. Re:That kinda sucks on Sony Tosses the Sony Reader On the Scrap Heap · · Score: 1

    True, the very very first one indeed had firewire, was not aware of that (actually, did not know fire wire already existed at that time).

    Don't you mean still around? That was when when it was on its deadbed.

  20. Re:Expert:Ebola Vaccine At Least 50 White People A on "Secret Serum" Used To Treat Americans With Ebola · · Score: 3, Informative

    Most medical patents aren't American. America has more medical research than other single nation, but by capita many European countries does more research and holds more patents especially Switzerland and Denmark. As such those countries are also interested in seeing the patents protected, though they haven't allowed themselves to be nearly as abused as the American healthcare system.

  21. Applies oversea or applies to local access? on Judge: US Search Warrants Apply To Overseas Computers · · Score: 4, Interesting

    If the local branch of Microsoft has access to and control over the servers, they only need to demand the local branch to do so, that doesn't mean they are extended juristiction. If the data could only be accessed from outside the US it would be more interesting.

  22. Re:Please NO on French Provider Free Could Buy US Branch of T-Mobile · · Score: 1

    Germany has that reputation in Europe, and rightfully so compared to its neighbours. Compared to the US though, it is a smooth nonsense-free paradise.

  23. Re:Obvious solution. on Is the App Store Broken? · · Score: 1

    It is actually a bit late with Blackberry. It is has plenty of apps, but the "new" platforms (BB10 and WP8) were actually a good business when they come out and you couldget first mover advantage, by the time the platforms were big enough to make profits the the first moverswere on top of the top10 lists. Not sure though if I would bet on a 5th or 6th platform at this point though. The lottery odds might still be better on BB10 and WP8 than on Android and iOS, though the jackpot is also significantly smaller.

  24. Re:So much unnecessary trouble on Satellite Images Show Russians Shelling Ukraine · · Score: 2

    What coup did the EU and US stage?

    There was no coup in Ukraine. There was an impeached president that decided to flee the country and the existing elected non-modified parliament appointing a new temporary one.

  25. Re:Bet he can't tell ... on Satellite Images Show Russians Shelling Ukraine · · Score: 2

    400 civilian aircrafts flew over it each day until one of them was shut down.