Viewing profile — throwaway9101
throwaway9101
HN member- Joined
- Sun, Sep 29, 2013, 5:46 PM UTC
- HN karma
- 37
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About throwaway9101
No profile information was provided.
Recent public activity
-
comment
Comment #6605248
I develop an operating system running on bare metal :). It's sort of an appliance, but I don't think Xeons really qualify as embedded.
-
comment
Comment #6605188
Codechef appears to use Python 3.1.2 for "Python3", which is pretty old (March 21st, 2010) and predates some significant performance improvements in Python3[0]. [0]: E.g., 3.3 adds…
-
comment
Comment #6605033
Fedora 22 is ... 3 releases out? So we're talking about 12-18 months depending on how soon F20 is due to be released. Still, I'm surprised, and I've been a Fedora contributor since…
-
comment
Comment #6599033
Or the cold.
-
comment
Comment #6599030
Bandwidth delay product tends to limit throughput at such high latencies, though.
-
comment
Comment #6599028
Or FEC, and optionally reliable re-transmission. TCP won't work well due to the huge latencies involved.
-
comment
Comment #6598423
The $69 models do N, but not AC :-(. Edit: oh hello downvote, I'm glad you think AC is worthless to note.
-
comment
Comment #6588086
Adblock plugins slurp down new lists without updating the plugin code itself. Newer techniques, sure, but I don't think ABP's release cycle is substantially faster than Firefox's.
-
comment
Comment #6525506
Breed until they can't slaughter us all!
-
comment
Comment #6512333
I know, when the shit really hits the fan, visual studio is the tool I would use to try and clean up those messy directories. . The complaint is about Visual Studio's decision in p…
-
comment
Comment #6510640
> gets in the way of having a deeply-nested project hierarchy" Do people actually want deeply-nested project hierarchies? For example, from a real-world, full operating system, the…
-
comment
Comment #6504041
Likewise. I've since been pretty disappointed in Firefox's networking backend. Something in DNS resolution or page-fetching occasionally goes out to lunch and then ... no more load…
-
comment
Comment #6488723
Possibly an exaggeration, but OP is probably referring to the workers who run Amazon's fulfilment centers.
-
comment
Comment #6488707
It was. I think it's likely this effort was motivated by LLVM's relative strength in JIT compilation.
-
comment
Comment #6471988
bm9jYXJyaWVyQGpnYy5vcmc= Is the base64 if you want something copy-pastable. Alternatively, nocarrier [AT] the domain of the post.
-
comment
Comment #6465920
Personal plug, because the article mentions snakebite; hadoofus[1] is a C library that natively speaks to HDFS (v1), with a Python wrapper. No Java involved. Pros (vs Snakebite): *…