Viewing profile — mardiros
mardiros
HN member- Joined
- Tue, Feb 01, 2011, 12:58 PM UTC
- HN karma
- 14
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About mardiros
No profile information was provided.
Recent public activity
-
comment
Comment #15720234
Something is wrong. Quitting is ctrl+d Ctrl+c is for interrupting the current job. Some repl like the mysql cli does not rrspect that and it is a PITA
-
comment
Comment #15170030
Sadly, spec link is broken.
-
comment
Comment #11257865
the practical programmer is lazy and not passionate. More, he loose the more important skill he have: think. He build softawre by copy pasting from stack overflow. I am not saying …
-
comment
Comment #8843434
Can someone could explain why "If you use Puppet, chances are you love Docker ..." (from Part 2)?
-
comment
Comment #8637084
Warning: do not trust everything you read on the internet
-
comment
Comment #6863746
You can test before pushing anyway. I was surprise that the record extention was not in the list. Didn't no the crecord!
-
comment
Comment #6044540
So you have a Core i7 to build the package quick, then, you use it for 1% of the time. Sounds great.
-
comment
Comment #5379660
It's exactly what I missed. Thanks!
-
comment
Comment #5379637
I am sorry but I still miss something. And, I read the OAUth2 spec again http://tools.ietf.org/pdf/draft-ietf-oauth-v2-26.pdf * Why is there an access_token in a browser url ? (que…
-
comment
Comment #4894247
Server: Microsoft-IIS/6.0 == Service Unavailable
-
comment
Comment #3628536
Oh, collect email in an html form ?
-
comment
Comment #3289740
I don't anderstand why you want to use the --distribute to have pip and easy_install installed. If you do not, you also have those tools.
-
comment
Comment #3287734
I think that $ sudo apt-get install python-pip is a bad idea. You should not mix multiple packaging system on your operating system. And more you can dammage it pip provide more re…
-
comment
Comment #3068135
pypy 1.6: 5.0 sec python 2.6: 58.2 sec python 2.7: 49.8 sec python 3.2: 51.4 sec
-
comment
Comment #2945214
This is awful.
-
comment
Comment #2911887
Twisted is a tcp/udp[/ssl] framework, Tornado is an http one. In other word, with Twisted, you can write http, ftp, smtp, ... and your are free to write your own protocol.
- comment
-
comment
Comment #2911848
Look at the comment, the twisted code is wrong. By default the twisted reactor is multiplatform, but you can imporve performance for your specific platform. It's in the doc. If you…
-
comment
Comment #2782903
I have 5 years of coldfusion and I can't understand that people can like it. It's too much buggy (yes it is). I don't like PHP but I cant say that PHP is a lot better. Fortunatly, …