Slashdot Mirror


User: tronbradia

tronbradia's activity in the archive.

Stories
0
Comments
78
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 78

  1. Data slurpers on iPhone Finally Coming To T-Mobile In 2013 · · Score: 1

    Keep that pack of rabid data slurpers off my carrier! (and get the kids off my lawn while you're at it)

  2. Re:It seems.... on Could Insurance Coverage Hobble Commercial Space Flights? · · Score: 1

    The government, since it does not have a profit motive, but obviously should not operate at a loss per launch, either, should be as competitive if not more so than the private company

    Well regardless of what "should" be the case, SpaceX builds rockets much more cheaply than NASA does according to NASA itself.

    Chances are the insurance, liability, that is would be less for the government for two reasons. First, it's launch sites tend to be over the ocean or the middle of the desert, so there is less chance of damage to others if a catastrophe occurs

    Currently, SpaceX launches from Cape Carnaveral. That's also where NASA launches. These are the same. But clearly SpaceX could build their launch site anywhere it wanted to, and if it was paying for insurance it would surely choose a location to minimize its liability.

    Second, and probably more importantly, the government is large enough that it can safely self insure itself against the risk.

    If the government is so good at insurance, why doesn't it offer insurance to its contractors? In any case, the choice of insurance is independent of the choice whether to build your rocket yourself or have someone else do it for you.

    So the question would remain, with all other costs being equal, why should the taxpayer take on the risk of a private launch vehicle so somebody else can receive the profit from the launch?

    As I've said, it is much cheaper for the government to contract out SpaceX than to launch its own rockets, that's why everybody is so excited about SpaceX.

  3. Re:It seems.... on Could Insurance Coverage Hobble Commercial Space Flights? · · Score: 1

    I think you've misinterpreted this. The insurance costs for the private and public sectors are the same. If the government insures a private launch, that's not any more expensive than insuring its own launch, so this won't end up making a difference if, say, the government is deciding whether to launch a rocket itself or hire SpaceX to do it. I think the issue here is actually whether other launch customers (e.g. companies paying to have a satellite launched) will end up on the hook for the cost of insurance, or if US taxpayers will pick up the tab for every launch. However, if they decide that the customers have to pay, that may reduce the size of the space market sufficiently that private space launch companies like SpaceX are no longer viable, and that is the sense in which this would hurt SpaceX.

    If it really is true that they're considering making it a choice between private contractors + private insurance OR a public launch with free government-provided insurance, that's pretty much horrible policy and it would make me very sad. But TFA seems to focus more on foreign competitors using this to undercut SpaceX pricewise.

  4. Re:It seems.... on Could Insurance Coverage Hobble Commercial Space Flights? · · Score: 1

    Insurance for NASA rocket launches isn't and cheaper than for private launches, so this isn't an issue of private vs. public efficiency, it's just a question of who bears the risk: the feds or the organization launching the rocket. Since those used to always be the same organization, it wasn't a complicated question in the past. It is now.

  5. Re:Get a refill.. on Soda Ban May Hit the Big Apple · · Score: 5, Insightful

    It's a nudge. The law will induce people to drink less soda even though people are allowed to drink as much soda as they want. A variety of studies have shown that people's eating behavior are highly impacted by serving size.

  6. Do we really need this? on SciRuby: Science and Matrix Libraries For Ruby · · Score: 1

    This Ruby/Python thing has gone on long enough. Here we have two languages with identical use cases, identical advantages/disadvantages, and (in the grand scheme of things) almost identical properties in every way. The practical differences between them stem almost entirely from the fact that they happen to be used by different communities, so certain modules in each are much better developed than in the other.

    The fact that they both exist has split development effort to the detriment of both. For example, the people that made this package for Ruby are just reimplementing NumPy, providing no advantage whatsoever over NumPy except for the ability to import Ruby packages. Which Ruby packages these people want to import for their scientific computing project that don't have Python equivalents, I have no idea, but maybe they should have implemented or improved those in Python?

    Likewise, mod me troll, but I'm guessing Django wouldn't exist if Rails was a Python module. Tons of effort was duplicated there.

    Can we just friggin' pick one and leave the other one to die? I don't care which, I'm not taking sides, it just seems to be a really silly duopoly.

  7. Re:Oh the scales! on Android App Quality Pathetically Low Says Developer · · Score: 1

    Rating space is actually highly non-linear at the ends, because of the ceiling effect. To simplify, assume everyone only gives 1 star or 5 stars. You need a 7:1 ratio of 5-stars to 1-star to get a 4.5. But 4.8 requires a 19:1 ratio, suggesting more than double the proportion of 5-star ratings. So yes, 4.8 is vastly better performance than 4.5.

  8. Re:And? on Cheap GPUs Rendering Strong Passwords Useless · · Score: 1

    Seriously, if someone has your password hash, it's game over anyway and it doesn't matter if it takes 2 weeks or 2 months to guess the passwords...

    The whole point of a hash is that it's supposed to offer last-ditch security if it's compromised. Otherwise why not just store in plaintext? I don't want any sysadmin near a server holding my information if they take the attitude that the server will never be compromised. Assume the server will be compromised, and take measures to minimize the damage when that unholy day comes.

    I use 12-character passwords. http://howsecureismypassword.net/ estimates that my root password would take 25 million years to hack. I'll put the hash right here: f1593fdf843f6161b377d5d8adf7ad03 ... let me know when you've cracked it.

  9. Re:Um, don't safe reactors already exist? on A New Class of Nuclear Reactors · · Score: 1

    My understanding is that they are describing a fast breeder reactor, one of the two major types of breeder reactor. https://secure.wikimedia.org/wikipedia/en/wik/Breeder_reactor

    Breeder reactors are not a mature technology and have not been put to widespread commercial use, so the field is pretty much wide open as far as which design should be adopted on a large scale. As far as I can tell, they are simply pushing this particular design as a way to get the ball rolling on wider adoption of breeder technology.

  10. Re:Migration guide on Google Releases Stable Version of Chrome 10 · · Score: 1

    Vimium really sucks. It has almost no features. It cannot take over your whole browser like vimperator/pentadactyl. It doesn't even work on the new tab page, so it's worthless as an alternative interface. And I'm told that that last point is basically baked into Chrome, extensions basically just can't work on the newtab page. So unless someone forks Chrome and replaces its whole UI with a vim clone, there's no way around this.

  11. Re:Migration guide on Google Releases Stable Version of Chrome 10 · · Score: 1
    • Adblock exists for chrome.
    • Firebug is actually not as good as the built-in Chrome/Safari (Webkit) developer's tools.
    • Flashblock equivalents work fine in Chrome, google flash block chrome.
    • NoScript can't be ported, at least not with whitelists
    • RIP I think not quite all functionality can be ported but there are mostly working equivalents.
    • View dependencies: see webkit development tools, under Resources.
    • xmarks is out for Chrome.

    I should add that the only plugin I really care about, Vimperator, cannot be ported to Chrome (Chrome doesn't allow the level of control necessary for a full port), so for that reason only I'm still using Firefox (okay, Noscript is nice too and I even have a noscript plugin for vimperator).

  12. Re:Sell sell sell on Nokia and Microsoft Make Smartphone Alliance · · Score: 1
  13. Re:Another contributor on The Rise and Rise of the Cognitive Elite · · Score: 1

    It is from the article linked by this story. Flip through TFA.

  14. Re:Another contributor on The Rise and Rise of the Cognitive Elite · · Score: 1

    This is the chart from the article, college educated wages are increasing, lower class wages are stagnant not declining (chart is in 2009 dollars): http://media.economist.com/images/images-magazine/2011/01/22/sr/20110122_src762.gif

  15. Re:Class Difference on The Rise and Rise of the Cognitive Elite · · Score: 1

    Earning a degree has nothing to do with class. Anyone can get into college.

    Sure 'anyone can' but you had it way harder than the kids whose parents had the checkbook out. For every kid like you there are 5 who had privileged backgrounds and didn't have to lift a finger, and 10 who, for whatever reason, just didn't make it.

    Even though it's possible for anyone to make it, it's way easier for some than for others not because of merit, but because of who their parents were. And that has everything to do with class.

  16. Re:In my yard on Goldman Sachs Says No Facebook Shares For US Investors · · Score: 2

    Goldman never needed a bailout. The treasury just had to give all the banks money so it wouldn't be obvious which banks *cough* BoA *cough* citi *cough* really needed the money.

    Goldman had meetings about how much money they were going to make off the subprime crash as early as 2007. Bright guys, they were. Apparently they made a net $50m profit off the subprime crash.

  17. Re:The other way around? on New Study Links Video Games and Mental Problems · · Score: 1

    Not exactly. They have narrowed it down to two likely outcomes: B causes C or (A and B) cause C. Either way, gaming is implicated. You can split more hairs about the role of A, but you can't deny the role of B (well, at least, you can't deny that these findings implicate B).

  18. Re:The other way around? on New Study Links Video Games and Mental Problems · · Score: 1

    I think that is a reasonable followup. But in my personal experience, I've seen a lot of kids seriously addicted to gaming, and I've almost never seen one seriously addicted to gardening. So you might be right, but gaming is probably the bigger concern to parents and educators.

  19. Re:The other way around? on New Study Links Video Games and Mental Problems · · Score: 1

    You're a little mixed up on this point.

    The following relations held:

    A -> B
    B -> C
    A -> C
    A -> ~C

    Because C and ~C both followed A, A is an unlikely cause of C.

  20. Re:Correlation =/= causation on New Study Links Video Games and Mental Problems · · Score: 1

    I posted this down the thread but I want to post it here because people don't RTFA.

    The study was longitudinal, meaning that they could follow the kids around and look at the order in which things happen. This means that they were able to show that lower social competence and greater impulsivity were predictors (ahead of the fact) of 'pathological' gaming, and that depression, anxiety, social phobias, and lower school performance were seen to increase within subjects who developed pathological gaming, after they developed pathological gaming. Since causation probably doesn't run backwards in time, this actually is evidence that pathological gaming caused the problems, rather than being caused by them or being comorbid with them.

  21. Re:The other way around? on New Study Links Video Games and Mental Problems · · Score: 4, Informative

    The study was longitudinal, meaning that they could follow the kids around and look at the order in which things happen. This means that they were able to show that lower social competence and greater impulsivity were predictors (ahead of the fact) of 'pathological' gaming, and that depression, anxiety, social phobias, and lower school performance were seen to increase within subjects who developed pathological gaming, after they developed pathological gaming. Since causation probably doesn't run backwards in time, this actually is evidence that pathological gaming caused the problems, rather than being caused by them or being comorbid with them.

  22. Re:Wikileaks Vs Sites of Ill Repute on MasterCard Hit By WikiLeaks Payback Attacks · · Score: 1

    So you're saying, that if you donate money to this politician or do them favors, they will dick you over in return?

    Why would this politician sabatoge any possibility of more sketchy contributions by acting this way? And wouldn't the politician get caught in the shitstorm anyway?

    This line of reasoning just doesn't make nay sense.

  23. Re:Wikileaks Vs Sites of Ill Repute on MasterCard Hit By WikiLeaks Payback Attacks · · Score: 1

    Wait, so your logic is:

    1. 1. Mastercard gives politician money.
    2. 2. Politician screws Mastercard via credit reform
    3. 3. Mastercard now also owes the politician favors?

    ... Usually it's the other way around.

  24. Re:Android's privacy questionable on Gentlemen Prefer Androids, Ladies iOS · · Score: 1

    Although what you have said is true, it's a little bit off topic because parent was worried about Google specifically. My point was, the only parts that aren't open source are designed by your manufacturer or your carrier, either of whom is in an excellent position to snoop on you no matter what OS you use.

  25. Re:Android's privacy questionable on Gentlemen Prefer Androids, Ladies iOS · · Score: 1

    Hey .. shit for brains ..

    Show me where I can download and compile my own version of htc sense ?? Or the 2.1 package that sprint just pushed ... Or any of the manufacturers specialized versions.

    Come on .. please .. show me , I would love to see it.

    Stock froyo (which is what my phone runs): http://developer.android.com/sdk/index.html

    And this is where you get Samsung's froyo mod: http://opensource.samsung.com/ (search for i900 under mobile )

    And this is where you get the source for the HTC phones: http://developer.htc.com/

    I guess you love to see that?

    Unless you can do that , your comment about the OS being open source so you can check it , is just stupid.

    Even if you were right about manufacturers releasing the source, my point about stock android being open would still completely valid. Parent said it was google that made them so nervous. Sense, motoblur, and other android mods were written by hardware companies. And if your hardware manufacturer wants to snoop on you, they don't have to modify the OS. Which was, of course, my actual point.

    Shit for brains.