Viewing profile — wodny
wodny
HN member- Joined
- Wed, Feb 01, 2017, 1:39 PM UTC
- HN karma
- 87
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About wodny
No profile information was provided.
Recent public activity
-
comment
Comment #27073580
And it's also worth noting that eg. Debian has been providing hybrid images for years. Hybrid meaning you can write them directly to block device like USB drive or burn on CD. They…
-
comment
Comment #26931853
Why "yikes"? Note that doesn't mean I don't know how to use eg. gdb outside or inside IDE. My debugging record proves my methods are quite efficient but there's something even more…
-
comment
Comment #26931820
That is not the point I was trying to make here. I was talking about extreme cases of faulty code which luckily are not that common. I meant that as long as you couple with sane li…
-
comment
Comment #26931811
> The big thing here is that you seem to only work with your own code, where you can arbitrary refactor it and keep the entire thing in your head, as well as quickly find which mod…
-
comment
Comment #26928345
Print debugging is not that different from setting logging level to DEBUG and those logging calls should already be there in code and give meaningful insight so I don't get printin…
-
comment
Comment #26833263
I think this is an oversimplification. Just look at the number and the history of PEPs: - The Theory of Type Hints - PEP 483 - Annotations - PEP 3107 - 3.0 - Type hints - PEP 484 -…
- comment
-
comment
Comment #23040639
It requires a tektonik finish on top. https://www.youtube.com/watch?v=JqYhuwu614Y Yelle - A Cause Des Garcons
- comment
-
comment
Comment #21955397
On the contrary, I've worked with 8 and {32,64}bit x {LE,BE} chips many times and wrote quite a lot of network code in C. But you're mixing syntax with semantics.
-
comment
Comment #21955269
An abstraction where "positive" and "negative" mean the same just for safety so they can't be confused with each other.
-
comment
Comment #21955226
It isn't a great name, but: it doesn't bare a contradiction in itself (contrary to "serverless"), there was already a tradition of drawing unspecified networks or internet as a clo…
-
comment
Comment #21955026
The Ministry of Serverless (Miniless) is working on it.
-
comment
Comment #21955008
There is a huge difference between a metaphor (resemblance) and contradiction (stating it is and isn't something at the same time).
-
comment
Comment #21366574
Nice. I've missed the static binaries on the homepage and should have tried static compilation myself. Now my little python2 and find-based scripts exporting ncdu-compatible output…
-
comment
Comment #21315664
Indeed, it was awfully buggy a couple of months ago when I gave it a try. Hope to reiterate in a couple of months. It would be a very useful tool.
-
comment
Comment #21242326
No. "Z raku" would mean that "raku" accompanies you and the play on words would be gone because it would be either "programuje z raku" ("one is accompanied by raku the programming …
-
comment
Comment #21228736
It will have quite interesting implications, especially for former Perl 5 syntax enthusiasts. One could say in Polish they "code in cancer" ("programuje w raku").
-
comment
Comment #21048503
Thank you very much for the SOCK_DESTROY. I have completely missed its addition to the kernel.
-
comment
Comment #19937995
Or even worse - someone could steal my identity and start answering to JavaScript questions just to frame me.
-
comment
Comment #19798436
Drew Neil also created great video tutorials, the vimcasts[1]. [1]: http://vimcasts.org/episodes/
-
comment
Comment #19197774
asciio is great, I use it a lot to document architecture of systems.
-
comment
Comment #19197603
> The guide is not intended to teach everything about security -- that would be too much. On the other hand, the objectives list contains: "this guide will attempt to cover as many…
-
comment
Comment #19194590
It has been mentioned in one of the pull request that this guide was being discussed on HN right after it got here: https://github.com/imthenachoman/How-To-Secure-A-Linux-Serve... …
-
comment
Comment #19180444
On the other hand, SSH gives you just that if you verify the fingerprint which is not mentioned in the guide. MITM-proof channel is needed if one gains any kind of shell access bec…