Slashdot Mirror


User: interp

interp's activity in the archive.

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

Comments · 3

  1. (My) Ubuntu 7.10 is vulnerable on Linux Kernel 2.6 Local Root Exploit · · Score: 1

    > doesn't affect a default install of Ubuntu

    I don't know whether my Ubuntu 7.10 counts as a default install (what's that, anyways?), but it is vulnerable. I don't compile my kernel myself.

  2. Re:It's because CSS is stupid. on CSS Cookbook · · Score: 1

    I'm not a native speaker, but isn't style different from layout? Doing layout with a style language always looked akward to me. Which may explain, why it takes an entire afternoon. [Yes, I know it supposed to be used for layouts, but still...]

  3. Quality of article? on How To Build a Web Spider On Linux · · Score: 2, Insightful

    I've never programmed in Ruby, but I think the comment in Listing 1 says it all:
    "Iterate through response hash"

    Why would somebody want to do that?
    A quick net search "reveals": A simple resp["server"] is all you need.
    Maybe the article was meant to be posted on thedailywtf.com?