Live data from Hacker News

Viewing profile — jojo1

jojo1

HN member
Joined
Sun, Mar 27, 2011, 12:40 PM UTC
HN karma
-11
Public activity
21 items

About jojo1

No profile information was provided.

Recent public activity

  1. comment
    Comment #2518796

    Ok, than go on. :-)

  2. comment
    Comment #2518731

    So, you disagree with me. That's perfectly fine. But why are you down voting me for not sharing your position? I've been working a long time in the "security industry". Believe me,…

  3. comment
    Comment #2518661

    They are the same kind of crap as personal firewalls are.

  4. comment
    Comment #2518567

    WAFs are snake oil.

  5. comment
    Comment #2517711

    IMHO everyone who is using such a service is a moron.

  6. comment
    Comment #2506122

    http://marc.info/?l=openbsd-cvs&m=129543726419518&w=... http://marc.info/?l=openbsd-cvs&m=129537785019792&w=...

  7. comment
    Comment #2504057

    "IPsec stack audit was performed, resulting in: Several potential security problems have been identified and fixed." ...nice euphemism.

  8. comment
    Comment #2478562

    No. See: http://theinvisiblethings.blogspot.com/2011/04/linux-securit...

  9. comment
    Comment #2477917

    Yeah, down-vote me. I like it... http://ccan.ozlabs.org/info/talloc.html talloc is LGPL v2

  10. comment
    Comment #2477913

    Currently the only secure way is to start a second X screen with another uid.

  11. comment
  12. comment
    Comment #2477880

    xinput is still able to read all keys when xterm's secure keyboard is enabled.

  13. comment
    Comment #2471082

    I'm using grep/awk/sed all day long, I need never more than 10 seconds to build a command group...

  14. comment
    Comment #2470765

    Go home pru... rw@raccoon:~> du -h messages 19M messages rw@raccoon:~> time grep -e "foobar" real 0m0.030s user 0m0.022s sys 0m0.008s rw@raccoon:~> time pru /foobar/ real 0m0.796s …

  15. comment
  16. comment
    Comment #2470384

    How fast is it?

  17. comment
    Comment #2455818

    Hmmm, nobody seems to care: http://article.gmane.org/gmane.comp.version-control.git/1057...

  18. comment
    Comment #2402427

    Or just use /dev/random :)

  19. comment
    Comment #2402381

    Using /dev/urandom as password source is a very bad idea.

  20. comment
  21. comment
    Comment #2374845

    Maybe it's time to look at prolog. :-) P.s: Sorry for the broken new-lines. :- use module(library(clpfd)). sudoku(Rs) :- flatten(Rs,Vs), Vs ins 1 .. 9, rows(Rs), columns(Rs), block…