Slashdot Mirror


User: Ndiin

Ndiin's activity in the archive.

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

Comments · 18

  1. Re:Why trust the PKI? on CCC Create a Rogue CA Certificate · · Score: 1

    How does that help if you can't trust the site, though? That only adds trust on your end, not theirs.

  2. Re:Premature optimization.... on Firefox Gets Massive JavaScript Performance Boost · · Score: 2, Insightful

    You fail. It's a pun, dude.

  3. Re:My Suspicion on Hans Reiser and the "Geek Defense" Strategy · · Score: 1

    So we put him in jail and give him a laptop. He may never know the difference from his basement!

  4. Re:OT - What happened with the Swiss DMCA? on Anti-Piracy Group Violates Swiss Law to Track File Sharing · · Score: 1

    This site should shed light: http://no-dmca.ch/index.en.html

  5. Re:Yeah on Head First SQL · · Score: 1

    And I'm going to go out on a limb and guess that this fascinating book doesn't even begin to mention things like ER diagrams, or relational algebra.

    All too often these days where even long-time DBAs don't know what relational algebra is. So sad, really.

  6. Re:Layered Security on Sudo vs. Root · · Score: 1
    I agree. I especially love this:

    "They still have to guess the root password. Of course, if they have a local account, they may be able to use a privilege escalation vulnerability to gain root access, but that is an issue for Apple."

    ...of course, if they're running sudo, they already have a local account. Privilege escalation's not going away any time soon, either.

  7. Re:IT Phone Home! on Saying 'No' to an Executable Internet · · Score: 1
    Gmail updates whether I like it or not. I'm always using the latest version, so now i'm stuck with a fking IM client for a mail host.

    Click the link at the bottom that selects the "Gmail mode"; change it from "standard with chat" to "standard without chat". Problem solved.

    -- Eric
  8. Re:Excellent on Google Beta Testing "Gmail For Your Domain" · · Score: 1

    Nope -- gmail stops it from looping.

  9. Re:*clap* *clap* on Fired for Solitare At Work · · Score: 1

    How can you seriously claim that there's a special place in hell for him, and in the next line reference Karma? Seems a bit contradictory to me :)

    Perhaps though, in his next life [due to his bad karma], he'll be the lower-middle-class employee that gets fired for unproductivity in the workplace.

    -- Eric

  10. Re:Hideous on Google Adds Chat To Gmail · · Score: 1

    It's javascript, but I'm willing to guess that it is probably handled similarly to how CGI:IRC does. Or even better, poll for "updates"/messages every X milliseconds -- even 1 second would still seem sufficiently responsive.

  11. Re:Borked link on OpenBSD Project Will Release OpenCVS · · Score: 1

    "Slashdot editors" seems to be and oxymoron....

    Hint: Don't make typos when complaining about typos.

  12. Colobot on Social Impact Games · · Score: 1

    They're missing one of the most entertaining edutainment games around, Colobot!
    Programming robots to do your dirty work on alien worlds, be it fetch and retrieve or guarding against some nasties. Fun game, give the demo a try.

  13. Confirm for ASU on O'Reilly's New Magazine for DIY Tech Projects · · Score: 1

    Confirm this is true for Arizona State University as well! Very nice find!

    I'm sure my colleagues and fellow students will appreciate this knowledge.

    Thanks for the heads up.

  14. Re:The problem appears to be... on New Linux Kernel Crash-Exploit discovered · · Score: 2, Informative

    I can confirm that this does occur on SMP systems, but it requires two instances. The first run of the program locks up one of the CPUs completely, and cannot be killed. The second kills the entire machine.

    This is on 2.4.25

    -- Ndiin

  15. Re:I've got the source code access to David! on "Missing Link" In Windows Emulation Unveiled? · · Score: 1

    You know, using "$@" would be a whole lot less of a kludge than that while loop...

  16. Re:Why not use an Escrow/Build agent? on E-Voting Company Reveals Their Source Code · · Score: 1

    Yeah, let's take a vote to decide on the third party! ;)

  17. Fallout 3 on Nominations for 2003 Vaporware Awards · · Score: 1

    May it live in peace... NMA Fallout 3 info

  18. ...Problems? on Streaming DVD Video over the Internet · · Score: 1

    7200 (seconds in 2 hours) * 1000 Kbps / 8 (bites per byte) / 1024 (kbyte-> megabyte) = 878.9 megabytes. Or if 1Mbps = 1024kbps.. 7200 (seconds in 2 hours) * 1024 Kbps / 8 (bites per byte) / 1024 (kbyte-> megabyte) = 900 megabytes. It'd appear that your math is slightly incorrect.