Slashdot Mirror


User: sonamchauhan

sonamchauhan's activity in the archive.

Stories
0
Comments
1,756
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,756

  1. Re:Missing the Point about Printing Food by statin on Is 3D Printing the Future of Disaster Relief? · · Score: 1

    Interesting post. Yes, 3D Printing is very promising. But this need correction...

    > What's more expensive, set up a kitchen, or a printer?

    A kitchen is way cheaper to setup and run -- whether feeding a few, or a crowd. Its going to stay that way - kitchen technology is not going to stay static.

    Think of kitchens as food printers that have been improved thousands of years :D If printers *will* be everywhere, kitchens *are* everywhere - they are way more important for us than printers.

  2. Re:Are linux users willing to pay money? on Battlefield Director: Linux Only Needs One 'Killer' Game To Explode · · Score: 1

    On every Humble Indie Bundle, Linux users pay more per game than MAC or Windows. Windows users pay the least.

    Could just be a question of relative value. Windows users also have the most choice in games.... Including CDs of old games picked up cheap in garage sales.

  3. Re: again? on NFTables To Replace iptables In the Linux Kernel · · Score: -1, Troll

    Go back to your hole, troll!

  4. Re:Done before, sorry on Aussie Company Planning To Use Drones For Textbook Delivery · · Score: 1

    Is this discontinued? What were the problems faced?

  5. Re:What? on Aussie Company Planning To Use Drones For Textbook Delivery · · Score: 1

    DRM concerns?

    Maybe deliver the copy-protection USB dongle via helium balloon mini-airship? :D

  6. Re:Dangerous/ Forsee problems on Aussie Company Planning To Use Drones For Textbook Delivery · · Score: 1

    A properly trained, licensed, operator is better than software. For instance, he can determine if the situation is unrecoverable, and decide its better to crash into a mustard field instead of a children's playground (both of which look identical to this drone's sensors sensors). Of course, any computer support that augments the pilot is something good, not bad.

    Yes, air roads - in unpopulated areas - are probably a good idea for commercial drones.

  7. Re:Postie! on Aussie Company Planning To Use Drones For Textbook Delivery · · Score: 1

    No help if you live in an apartment :D

  8. Dangerous/ Forsee problems on Aussie Company Planning To Use Drones For Textbook Delivery · · Score: 2

    When a car engine fails, the default behavior is to coast to a halt -- unless driving downhill! Even so, a car has emergency brakes, gear/engine braking, a human driver, etc.

    This scheme has no human in control (its "autonomous"), an externally provided destination ("connected to GPS on the users' mobile phone."), and no protection from a flying plastic bag or sheet fouling multiple propellors, turning it into a heavy unguided missile dropping onto the street below.

    To the founders -- densely populated cities are the wrong place for a drone. How about delivering books or medical supplies in the Australian outback? (with a petrol engined drone)

  9. Re:"according to emails which Dr Lee screengrabbed on Scientific American In Blog Removal Controversy · · Score: 1

    Ah, why did you have to bite at his bait? You were doing fine until this post

    (And you are completely right, BTW -- a screenshot *is* evidence. Different pieces of evidence have different weights)
     

  10. OK, just send 'em here (at reduced prices) on Obama Administration Refuses To Overturn Import Ban On Samsung Products · · Score: 1

    Signed,
    The rest of the world

  11. Re:meg whitman is a fucking loser on HP CEO Meg Whitman To Employees: No More Telecommuting For You · · Score: 0

    Rubbish -- no CEO wants to satisfy random Slashdotters.

    'Good CEOs' are rare because shareholders greedily chase after absurd returns, and charismatic CEOs are seen as key to this.

  12. Lock-free algorithms? on What Are the Genuinely Useful Ideas In Programming? · · Score: 1

    Not that I know much about them

  13. Re:Too much management on How BlackBerry Blew It · · Score: 1

    Me. I'm, if anything, under managed. GP poster is right.

  14. Re: So . . . on Security Researchers Rewarded With $12.50 Voucher To Buy Yahoo T-Shirt · · Score: 1

    "Have you seen the new Yahoo logo?

    That's smart... see the uninspired, shallow people jumping the ship soon."

    Seriously, its a silly logo and all that jazz, but wouldn't you leave a company because it no longer the right employer? *

    * Where right_employer = (pay && boss && peers && benefits && work_conditions && commute && ! good_self_employment_prospects)

    And not because the logo was terrible?

  15. Fukushima on New Real Life Laser-Rifle Cuts Through Metal Like a Blowtorch · · Score: 1

    Send in Giant Robot armed with this to neutralize the place

    Seriously, about time the stuff there was made sub critical. We can't keep cooling it forever.

  16. Re:One reply on Why Are Some Hell-Bent On Teaching Intelligent Design? · · Score: 1

    > So the similar size of the earth and the moon are a coincidence.
    Correction... "similar size of the sun and the moon in the sky"

  17. Re:One reply on Why Are Some Hell-Bent On Teaching Intelligent Design? · · Score: 1

    If by evolution you mean the addition of information via useful mutations in the human genome, it is yet to be observed. What *has* been observed instead is functional deterioration of the genome - see http://rt.com/usa/intelligence-stanford-years-fragile-531/ .

    (For a more - vigorous - view, see http://evolutionsciencenow.blogspot.com.au/2013/04/are-humans-getting-better-what-is.html )

    So crystallisation via cooling is a "spectacular decrease in entropy", capable of disproving the papers referenced earlier. How did you assess this? By seeing regularity in simple repeating crystal structures versus the liquid blob? By this logic, the regularity of molecules in a solid is evidence of the same thing. But no one calls cooling of a liquid to a solid a "spectacular decrease in entropy".

    So the similar size of the earth and the moon are a coincidence...

    > There are only a handful of trees left of that age. No way an exponential curve would be smooth with that little data.

    You must be very familiar with the details. Anyway, the point is not that there is a smooth curve. The point is that there is a curve which stops abruptly at a time which matching the date of the Genesis flood. There are no trees with more rings. But the oldest trees are *still* growing. So there is no reason that there should not be trees with more rings.

    If the ages of the oldest trees is another coincidence, it roughly coincides also with the the span of recorded history and the time since the ancestors of the Danes separated from the ancestors of the Turks.

    There are other coincidences.

  18. Re:Revocation --- or Redundancy? on Ask Slashdot: Has Gmail's SSL Certificate Changed, How Would We Know? · · Score: 2

    Don't let the fool trolls get to you - you have a good post.

    For instance, a trivial browser-side implementation could simply check if bytes flowing in on an SSL connection (say, to https://abc.com443/ matched bytes coming in through a secondary persistent HTTPS connection (say, https://verify.abc.com443/ and that both HTTPS connections use different CA authorities.

    Sure, this could be defeated if abc.com is compromised. However, an MITM attack would require two separate CA authorities to be fooled or compromised. And adding verification hosts (verify1, verify2, ...) would provide additional 'witnesses' against a MITM.

  19. Re:Revocation --- or Redundancy? on Ask Slashdot: Has Gmail's SSL Certificate Changed, How Would We Know? · · Score: 1

    Hmmm. Client certs are used for authentication of the client to the server (the server also has to import the clients public vert). If there is a successful MITM attack, the client will simply authenticate to the wrong server.

  20. One reply on Why Are Some Hell-Bent On Teaching Intelligent Design? · · Score: 0

    Slashdotter here, who disbelieves evolution.

    As for "evolution is incontrovertible" argument...

      - "Entropy and Evolution" http://dx.doi.org/10.5048/BIO-C.2013.2 (Published)

      - "A Second Look at the Second Law”, http://www.math.utep.edu/Faculty/sewell/AML_3497.pdf (Accepted, but withheld from publication “not because of any errors or
    technical problems found by the reviewers or editors, but because the Editor-In-Chief subsequently concluded that the content was more philosophical
    than mathematical,” according to the apology later published in the related journal.)

      - Generations past have accepted the sun as been the day's source of light, and the moon the night's. Are their identical sizes (identical as far as our eyes are concerned) a massive coincidence? Or evidence of design.

    - If you saw a exponential decay curve (i.e. a long tail curve), with the tail quite apparently truncated at some point, would you assume an event likely caused the truncation?

    One such curve is 'number of trees' (Y axis) versus 'tree-rings per tree' (X axis). The truncation is around 4800 tree-rings (X axis) - the number of rings in the oldest trees. If you allow for some trees adding more a ring a year (they do, but very rarely), this roughly coincides with the Biblical date for Noah's flood (4350 years ago), when the then-exant forest of the world would have been destroyed.

    Another coincidence?

  21. Re:Here's a contract for you on Internet of Things Demands New Social Contract To Protect Privacy · · Score: 2

    "... with sensors capable of detecting or inferring my presence."

    And in this age of miniaturisation, how do you plan on detecting such sensors ace? By using sensors of your own? Which most probably have similar capabilities?

    Chicken and egg.

  22. Re:GPL trumps BSD as a usable open source licence on New Operating System Seeks To Replace Linux In the Cloud · · Score: 1

    Well, if BSD wasn't around maybe OSX wouldn't be a viable Windows competitor. Maybe we'd still be using a successor of Trumpet WinSock to connect Windows PCs to the Internet. Maybe LLVM and gcc wouldn't be used to create widely-used mobile and desktop consumer applications (i.e. OSX application, using XCode). Maybe mobile applications would still be built mostly using Visual C++ to Windows Phone apps.

  23. Re:Linus said something... on SSD Failure Temporarily Halts Linux 3.12 Kernel Work · · Score: 1

    Or more likely, his new motherboard chipset (or new drivers), caused the problem.

    For example:
    http://en.wikipedia.org/wiki/Trim_(computing) ...
    The RST (Rapid Storage Technology Option Rom ) and drivers are only allowing Trim to pass to the controller onto the drive in Intel 7 series chipsets using driver versions post 11.2.0.0.

  24. Re:Sugar on What's Causing the Rise In Obesity? Everything. · · Score: 1

    This post is like processed food... Suits our fancy, easy on the eye , no real demands, assures us we are safe, badmouths the competition ... ...And created by a faceless anonymous entity

  25. Re:Smart Criminals on Three Banks Lose Millions After Wire Transfer Switches Hacked · · Score: 2

    Three unnamed banks. They could be three credit unions who have done you no wrong.

    Plus, the more banks r*** people on a daily basis, the more profit bank robbers achieve. Its in their best interest this situation continue.

    The banks simply pass on the costs to their customers.