Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
iki23
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
iki23
10y ago
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.indiegogo.com/projects/turris-omnia-hi
2.
▲
Why We Don't Do Fixed-Price Software Projects
(blog.salsitasoft.com)
3 points
by
iki23
12y ago
|
0 comments
3.
▲
The Shifting Definition of “Front-End Developer”
(medium.com)
3 points
by
iki23
12y ago
|
0 comments
4.
▲
by
iki23
12y ago
http://news.softpedia.com/news/TrueCrypt-Not-Dead-Forked-and... home: http://truecrypt.ch/ source: https://github.com/FreeApophis/TrueCrypt twitter: https://twitter.com
5.
▲
by
iki23
12y ago
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
6.
▲
by
iki23
13y ago
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 separate tab via chrome extension
7.
▲
by
iki23
13y ago
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
8.
▲
by
iki23
13y ago
+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 300MD mobile html5 apps for major UK TV's and even peopl
9.
▲
by
iki23
14y ago
won't scale for hundreds of feeds; I use thousands
10.
▲
by
iki23
14y ago
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 . Lots of other utils can be also found in GnuWin32 http://
11.
▲
by
iki23
14y ago
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, b, c, memo={}): try: value = memo[a, b, c] #
12.
▲
by
iki23
14y ago
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 = []
13.
▲
by
iki23
14y ago
Announcement on google+ and in the appengine group: https://plus.google.com/111042085517496880918/posts/6Vq8soef... https://groups.google.com/d/topic/google-appengine/d11NgSTeK...
14.
▲
by
iki23
15y ago
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.
15.
▲
by
iki23
15y ago
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 only if the user uses well known character replacements like
16.
▲
by
iki23
15y ago
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 -T wordlist wordlist.pkl 10 3 2.6.6 (r266:842
17.
▲
by
iki23
15y ago
right, the space saving harmed readability indeed, thanks
18.
▲
by
iki23
15y ago
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 stop reading on match: import sys lookup =
19.
▲
by
iki23
15y ago
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 password, and do not login from untrusted devices that may be key
20.
▲
by
iki23
15y ago
[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 compromised. This allowed for someone to pull our database. The
21.
▲
by
iki23
15y ago
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 valid, it's still so much easier for me to maintain all fami
22.
▲
by
iki23
15y ago
http://mercurial.selenic.com/ ... intro, man, howto, wiki http://devcheatsheet.com/tag/mercurail/ ... some visuals
23.
▲
by
iki23
15y ago
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 visuals
24.
▲
by
iki23
15y ago
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 get anywhere at any time, even at night. Last week it took m
25.
▲
by
iki23
15y ago
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...
26.
▲
by
iki23
15y ago
Yep, I saw similar trend pushed from top to a new development dept. in major bank during its first years growth. That said, I kept succesfully ignoring it and forcing my rule: I do my work well and I decide how and when - while reflecting t
27.
▲
by
iki23
15y ago
More on that topic by Pehong Chen / Broadvision: http://www.broadvision.com/en/news.php
28.
▲
Enterprise 2.0: Why All Business Software Must Go Social?
(blogs.forbes.com)
1 points
by
iki23
15y ago
|
1 comments
29.
▲
by
iki23
15y ago
"Very rarely is there simply not some kind of existing solution." Yep, when you talk about known problems. Still often both the problem and solution (which is just another view of problem) lie just outside current scope of people imaginatio
30.
▲
by
iki23
15y ago
Yep, the speed does not matter as much as understanding the goal, esp. when resources become limited. And no doubt, India has deeper experience with operating on low resources, than nowadays western world does. The 60 years old Gandhi parad
More ›