Slashdot Mirror


User: nyargh

nyargh's activity in the archive.

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

Comments · 13

  1. MSF?? on Ask Slashdot: Most Efficient, Worthwhile Charity? · · Score: 1

    I can't believe no one has mentioned Doctors Without Borders (MSF)!

    They do incredible work and consistently have one of the lowest administrative costs out of major charities, are secular and are not politically aligned.

  2. FUFB on The Facebook Obsession · · Score: 0

    I wrote a free bookmarklet to help maintain your privacy and clean your facebook history, including your comments and posts on others' walls. It's in private beta right now, but check out the site and drop me a line if you are interested in participating.

    http://fufb.me/

  3. Maybe this will finally explain... on Large Hadron Collider is a Time Machine? · · Score: 0

    HOW IS BABBY FORMED?

  4. Geneva Convention? on New Russian Weapon Hides In Shipping Container · · Score: 1

    Does anyone else see the problem of hiding these weapons amongst civilians? This will just get more non-combatants killed, and likely over nothing.

    If there were any sort of longshoreman or shipping union with any sense of self preservation, they would refuse to handle this cargo.

  5. Re:And the lesson is... on Google Hacked, May Pull Out of China · · Score: 1

    Pretty sure the moral is:

    Evil Will Always Win Because Good Is Dumb

  6. Here is the spec for the encryption on An End To Unencrypted Digital Cable TV and the HTPC · · Score: 4, Informative
  7. Re:If you've never heard of them on Jason Fried On Focus and Avoiding Interruptions · · Score: 2, Informative

    We use Basecamp at our small consultancy, and it is just great. We get daily turnaround times for any bugs/issues with the product, and having client exposure and notification on our todo lists and other project planning saves us a mountain of "status check" emails from our more neurotic clients.

    These guys have nailed the "do one thing, and do it well" philosophy of designing a product, and we have benefited greatly from decreased interruptions and happier, more informed clients.

  8. Time for Hashcash on Now Google's CAPTCHA Is Broken · · Score: 1
  9. Phat Yaffle / Signature Devices on Wizards of the Coast Declares Gleemax Site a Critical Failure · · Score: 1

    There's a site by Signature Devices called Phat Yaffle (I know... Marketing must have staggered into the office from the prior night's coke binge just long enough to come up with that one) that is doing its best to actually integrate gameplay results into a commerce / community site. Kinda like an e-Chuky Cheeze with the tickets for prizes, but with less disturbing animatronics.

    Perhaps more interestingly, the company has released a FOSS (as in beer) cross-platform SDK called Elemental Engine II which ties into the site, and distribution network for said games developed w/ their SDK. The developer gets a cut if the game makes money, otherwise it is playable/downloadable on the PY site. Neat concept, and technically much further along than a lot of other sites.

  10. Re:anti-egalitarian? on IBM Patents Pricing Motorists Off Highways · · Score: 1

    Hear! Hear!

    We as Americans will seriously need to wake up to the fact that wasting literally hundreds of killowatts sitting in traffic slowly pushing around a ton of steel and plastic just to get us from point A to point B is not a right, but a privilege - and one that we will very soon be paying real market value for.

    The energy economics of single-passenger cars are so far out of whack with any other decision that a sane and rational person would make, it is truly unbelievable that so many otherwise intelligent people defend driving as some sort of moral right.

    Ride a bike, take the bus, return intra-urban rail to our communities, and here's a real shocker: put the businesses near where the people live.

    To crib Deffeyes - With all the incredible things can be done w/ hydrocarbons, our grandchildren will one day ask in horror, "You BURNED it?"

  11. Re:Firefox on Loophole in Windows Random Number Generator · · Score: 1

    OK, so no one is reading these but I misspoke - NSS does use the windows random number generator aka "SystemFunction036" to seed the NSS RNG, but only in combination with a lot of other noise sources. So... less bad?

  12. Re:Firefox and OpenSSL on Loophole in Windows Random Number Generator · · Score: 1

    Whoops! The above comment still applies, but FF doesn't use OpenSSL, instead they use their own SSL implementation.

    Sorry FF devs!

  13. Firefox and OpenSSL on Loophole in Windows Random Number Generator · · Score: 1

    Looks like Firefox on Windows is ok for SSL, as they use their own RNG on Windows in NSS instead of just wrapping the Win32 API.