Viewing profile — iki23
iki23
HN member- Joined
- Sat, Jan 29, 2011, 10:02 AM UTC
- HN karma
- 37
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About iki23
No profile information was provided.
Recent public activity
-
comment
Comment #11848413
regarding a secure router, the .cz tld operator cznic (authors of knot dns) are building high-security high-performance opensource hw/sw router (coming in October) https://www.indi…
- story
- story
-
comment
Comment #7832510
http://news.softpedia.com/news/TrueCrypt-Not-Dead-Forked-and... home: http://truecrypt.ch/ source: https://github.com/FreeApophis/TrueCrypt twitter: https://twitter.com/TrueCryptNe…
-
comment
Comment #7665598
Zenbook, cottage veranda or garden, between two rivers 15km from Prague (1h on bike) ... just now, many birds are singing here from March to July
-
comment
Comment #6481566
chrome/ff dev tools have source maps support, I can work directly with coffee source the same way, as I work with less source instead of compiled css ... only coffeeconsole is in a…
-
comment
Comment #6481561
sure, using source maps in chrome dev tools, I can work directly with coffee source, the same way I work with less source instead of compiled css
-
comment
Comment #6468117
+1, CS can be learned in few hours and any questions on what each constuct produces can be quickly resolved in coffeeconsole for chrome Verification: lead development of 50MD and 3…
-
comment
Comment #5375261
won't scale for hundreds of feeds; I use thousands
-
comment
Comment #4120000
I'm using MSYS http://mingw.org/wiki/msys heavily, it has bash and all file and text processing utils. It's also distributed as a part of Git port http://msysgit.googlecode.com . L…
-
comment
Comment #3998373
Good coverage. I use it quite often for cache dictionary, it's much simpler API and overall code, than creatng a new class for it. Demo snippet from effbot's site: def calculate(a,…
-
comment
Comment #3998323
Yes, but why? Actually, it's No, because python culture aims to use one way to do thing, the least surprising one. In this case it's: def f(x=None): if x is None: x = []
-
comment
Comment #3947407
Announcement on google+ and in the appengine group: https://plus.google.com/111042085517496880918/posts/6Vq8soef... https://groups.google.com/d/topic/google-appengine/d11NgSTeK...
-
comment
Comment #2957029
Yep, but one would expect Google being able to do better and get it work for lower cost at their scale and level of expertise, which is raising the doubt among developers.
-
comment
Comment #2721004
Another option is to test password complexity in javascript on client (ála Google and others), which provides immediate feedback to the user. This is prone to a dictionary attack o…
-
comment
Comment #2720986
Thanks for the frozenset. Yet pickle makes the file 2 times bigger and 20 times slower to parse on my machine: >python wordlist.py -w wordlist -p wordlist.pkl >python wordlist.py -…
-
comment
Comment #2720256
right, the space saving harmed readability indeed, thanks
-
comment
Comment #2717508
You can also initialize the words in more pythonic way: with open('/usr/share/dict/words') as wordlist: words = set(line[:-1] for line in wordlist) Or, for one time check you can s…
-
comment
Comment #2700194
Disagree strongly. Anyone savvy enough ... has probably no password in his/her gmail at all. Btw, domain reg info can be searched anyway. Also, if you got a strong and unique passw…
-
comment
Comment #2673107
[Update - 2:06 GMT] What we know and what is being done. * It appears that someone who performs audits on our system and had read-only access to our database had their computer com…
-
comment
Comment #2646390
I migrated from Kubuntu to Xubuntu when Lucid came out, it runs greatly on older notebooks for that matter, even Xubuntu Natty today. While the issues mentioned in the article are …
-
comment
Comment #2646198
http://mercurial.selenic.com/ ... intro, man, howto, wiki http://devcheatsheet.com/tag/mercurail/ ... some visuals
-
comment
Comment #2646194
http://gitref.org ... nice first user overview http://cmurphycode.posterous.com/git-201-slightly-more-advan... ... next one to read http://devcheatsheet.com/tag/git/ ... some visua…
-
comment
Comment #2594179
Can confirm that for Prague. I'm using bike mostly, sometimes combinded with metro, but whenever I fallback to public transport I feel grateful for how well it works. It's easy to …
-
comment
Comment #2548346
Yes, supernodes are used to negotiate the communication trough NATs, the method's called UDP hole punching: http://www.google.com/search?num=100&hl=en&q=skype+n...