Slashdot Mirror


User: Samah

Samah's activity in the archive.

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

Comments · 697

  1. Re:A broader lesson on SSL Encryption Coming To The Pirate Bay · · Score: 1

    Whoops... and here I am encoding all my emails in ROT26... oh crap, they're here...
    brb jail

  2. Re:speed on SSL Encryption Coming To The Pirate Bay · · Score: 1

    Technically he's also correct with "effected" since the SSL encryption is not the *cause* of the peer-to-peer file transfers, and thus does not "effect" it. :)
    But I digress...
    http://xkcd.com/326/

  3. In other news... on Studies Confirm That Bad Boys Get More Girls · · Score: 1

    The sun is hot, water is wet, and Cowboy Neal is an option in the /. poll.

  4. But... on Wikipedia's Content Ripped Off More Egregiously Than Usual · · Score: 1

    I've previously heard the quote:
    "Encyclopedia is to Wikipedia as library is to 'some guys at a bus stop'."

  5. Re:Thats what they get on Mass Effect DRM Still Causing Issues · · Score: 1

    My sentiments exactly with Steam. I will not buy a game now unless it's on Steam. No such DRM other than to log in on Steam long enough to get a ticket. In an emergency there are "ways" to run your legitimately bought Steam games without actually installing or logging into Steam if you really need to. As an aside, you'll usually see a lot of indie developers releasing games on there for the cost of a latte, and even if I only play their game for an hour or so, I like to support them.
    PS. I lol at people running non-Steam BioShock. I just downloaded data files and clicked go. Done.

  6. But... on Wine 1.0 — Uncorked After 15 Years · · Score: 0, Redundant

    But will it run Linux?

  7. Re:Sounds pretty pointless on Real Racing In the Virtual World · · Score: 1

    Solution: If you "die", the game deletes itself from your hard drive, forcing you to reinstall. That gives you a pretty decent reason for self preservation. ;)

  8. Uhh.... on Best Chair For Desktop Coding? · · Score: 1

    Your husband is your father? o_O
    Heh... I'm assuming this is the gift "from the kids" that you "put money towards" ;)

  9. Re:Look on the bright side on Yahoo Ends Talks With Microsoft, Embraces Google Instead · · Score: 1

    Oh dude, I wish I had mod points and could mod this +5 awesome. Nice call ;)

  10. Re:At least... on UK Can Now Hold People Without Charge For 42 Days · · Score: 1

    My great great great great grandmother was wrongly accused of stealing a loaf of bread and shipped off to Australia. I demand that the British government pay compensation minus living expenses and take her corpse back to the UK... no... wait...

  11. Re:Papery on Paper Stronger Than Cast Iron · · Score: 1

    It's like bronzy and goldy (and irony), only it's made of paper?

  12. Re:Good ridance on Jack Thompson Walks Out On Hearing · · Score: 3, Interesting

    And I live in Adelaide...
    Perhaps an *accident* could be arranged >:D

  13. Re:Good ridance on Jack Thompson Walks Out On Hearing · · Score: 3, Insightful

    Even better, what if the Australian Classification Board had some sense and actually created an R18 rating for games rather than banning anything considered too explicit for M15?
    Wait, that's too sensible.

  14. Re:Admittedly.... on Brian Aker On the Future of Databases · · Score: 1

    ...I so wish I'd thought of that!
    :)

  15. Re:Sorry, but he *DID* INDEED say it on WarGames and the Great Hacking Scare of 1983 · · Score: 3, Informative

    Sorry, but no.

    Straight from the horse's mouth:
    http://www.usnews.com/usnews/biztech/gatesivu.htm
    http://www.wired.com/politics/law/news/1997/01/1484

    And part of the reason it's misattributed:
    http://www.nybooks.com/articles/15180#fn*

    He *implied* that 640k was a fair amount "for the time being" but that it would need to be significantly increased as technology proved more demanding. He never implied that "no-one will ever need more than 640k".

  16. Re:Admittedly.... on Brian Aker On the Future of Databases · · Score: 2, Funny

    UPDATE SlotMachines SET ChanceToWinPercent = 100;
    COMMIT;
    try {
        machine.collectMoney();
        player.run();
    } catch(SecurityException e) {
        player.resist();
        if(player.isFast())
            casino.exit(0);
        else
            player.yield();
    }

  17. Re:Admittedly.... on Brian Aker On the Future of Databases · · Score: 2

    Just as a reference Re: big applications and databases, the company I work for maintains a transport management system for the largest rail freight provider in Australia. The database for this application (Oracle 10g) currently stands at 1100+ tables (some containing a few million rows) 2400+ packages, and 450+ triggers. The client application is comprised of 2100+ java source files and 500+ interactive Swing forms.
    Your statement of "Databases need to scale to disgusting large numbers." is spot on. ;)

  18. But the real question is... on Next-Gen JavaScript Interpreter Speeds Up WebKit · · Score: 1

    Will it run Linux?

  19. Re:Slow and doesn't work on my mobile browser on goosh, the Unofficial Google Shell · · Score: 1

    You could have abbreviated that with a self closing tag ;)
    <bow />

  20. Re:It's just business? on Dell Found Guilty of Fraud, False Advertising · · Score: 1

    That's the one! Thanks ;)

  21. Re:It's just business? on Dell Found Guilty of Fraud, False Advertising · · Score: 1

    Oh god that's awesome :D
    I heard an MP3 a while ago of the telemarketing victim pretending to be a police officer with something along the lines of: "You've actually called a crime scene. How do you know the deceased? Don't hang up or you could be charged with obstruction of justice."

  22. Re:fair enough on NASA Employee Suspended For Blogging At Work · · Score: 1

    Haha how dare you steal the port number I use for just about EVERYTHING. :)
    /me eats pi.

  23. South Park on Authentic Viking DNA From 1,000-Year-Old Skeletons · · Score: 1

    Apparently they're going to bring back the Knights of Standards and Practices.
    http://www.planearium.de/scripts-502.htm

    Meecrob!

  24. Re:Easy defense... on UK Teen Cited For Calling Scientology a "Cult" · · Score: 1

    Honestly, his best option is to use the Mel Gibson Defense.
    "I'm sorry your honor, I'm an alcoholic."

  25. Lua on F/OSS Flat-File Database? · · Score: 1

    If you're partial to Lua, it has SQLite bindings (and various other DB engines).
    I've not used LuaSQLite personally so I can't give you a code sample, but I wouldn't imagine it would be much more code than the Python example.
    As a bonus, Lua was primarily designed as an embedded language (of course Python can be embedded too).