Viewing profile — dzderic
dzderic
HN member- Joined
- Mon, Jan 17, 2011, 10:17 AM UTC
- HN karma
- 245
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About dzderic
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #9358015
A large young gen makes sense since it reduces the frequency of minor GCs but doesn't affect the duration of them, since the running time of a young gen GC is only proportional to …
-
comment
Comment #8442027
For anyone who has ever battled with maintaining their own apt/yum repos, this seems like a godsend. The most-used tools for getting a package into your repo involve scp'ing the fi…
- story
-
comment
Comment #8041104
This "solution" will only make it harder for regular folks to execute orders, since HFTs will beat the randomness by shooting multiple orders through multiple order gateways.
-
comment
Comment #7963147
You should be able to recreate that 1D scatter plot using a regular scatter plot and setting all of the y values to 0 (unless I'm missing something).
- story
-
comment
Comment #7477757
Even better, [1] == 1 but [1] != [1]
- story
-
comment
Comment #7167702
When you're talking about an average latency of single digit us for a regular switch and < 500ns for a low-end performance switch, the difference between 10 and 20 microseconds is …
- story
-
comment
Comment #6959122
The example cited here is insulting to everyone's intelligence: The possibility of representing face cards with a name would likely never occur to you, because it would be too comp…
-
comment
Comment #6036186
A while loop and temporary mutable variables are definitely not the Pythonic way of doing this. More idiomatic: $ time python -c 'print sum(xrange(100000000 + 1))' 5000000050000000…
-
comment
Comment #5935901
After finishing the Cousera crypto course, I did a quick review of their approach and found 2 issues which completely broke their authentication protocol ( https://github.com/salts…
-
comment
Comment #5721546
What kind of performance are you getting, and how many nodes do you have?
-
comment
Comment #5271789
Does anyone have any experience with F# (and Mono in general) under Linux? How's the library support? It seems like it should be a good fit for the stuff we normally do (log proces…
-
comment
Comment #3675074
It is a fairly comprehensive reference and all, but saying 'sed Editor' is just as bad as saying 'ATM machine'.
-
comment
Comment #3198989
I'm in the same boat as the OP except I'm just about to finish high school with 2 years of part-time experience in a web dev shop. The main problem I'm having is not even being abl…
-
comment
Comment #2931299
Since when was Javascript slower and less useful than Python and Ruby? V8 has made JS one of the fastest interpreted languages and it is one of the most used languages around (you'…
-
comment
Comment #2682146
Try something like OpenVPN which uses UDP, which in my experience is much faster than a SSH tunnel.
-
comment
Comment #2648242
I'm pretty sure it's a string method so it can take any iterator as an argument.