Viewing profile — jojo1
jojo1
HN member- Joined
- Sun, Mar 27, 2011, 12:40 PM UTC
- HN karma
- -11
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About jojo1
No profile information was provided.
Recent public activity
-
comment
Comment #2518796
Ok, than go on. :-)
-
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,…
-
comment
Comment #2518661
They are the same kind of crap as personal firewalls are.
-
comment
Comment #2518567
WAFs are snake oil.
-
comment
Comment #2517711
IMHO everyone who is using such a service is a moron.
-
comment
Comment #2506122
http://marc.info/?l=openbsd-cvs&m=129543726419518&w=... http://marc.info/?l=openbsd-cvs&m=129537785019792&w=...
-
comment
Comment #2504057
"IPsec stack audit was performed, resulting in: Several potential security problems have been identified and fixed." ...nice euphemism.
-
comment
Comment #2478562
No. See: http://theinvisiblethings.blogspot.com/2011/04/linux-securit...
-
comment
Comment #2477917
Yeah, down-vote me. I like it... http://ccan.ozlabs.org/info/talloc.html talloc is LGPL v2
-
comment
Comment #2477913
Currently the only secure way is to start a second X screen with another uid.
- comment
-
comment
Comment #2477880
xinput is still able to read all keys when xterm's secure keyboard is enabled.
-
comment
Comment #2471082
I'm using grep/awk/sed all day long, I need never more than 10 seconds to build a command group...
-
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 …
- comment
-
comment
Comment #2470384
How fast is it?
-
comment
Comment #2455818
Hmmm, nobody seems to care: http://article.gmane.org/gmane.comp.version-control.git/1057...
-
comment
Comment #2402427
Or just use /dev/random :)
-
comment
Comment #2402381
Using /dev/urandom as password source is a very bad idea.
-
comment
Comment #2374910
thx!
-
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…