Viewing profile — clux
clux
HN member- Joined
- Wed, Feb 16, 2011, 11:10 AM UTC
- HN karma
- 75
- Public activity
- 47 items
- HN profile
- View on Hacker News ↗
About clux
No profile information was provided.
Recent public activity
-
comment
Comment #18053246
Not sure if it helps much. It still looks like the same clickbaity garbage that's in my regular trending tab.
-
comment
Comment #18042321
Honestly I'd much rather have some configurable yaml than some obscure app in the middle of your cluster that reads CRDs when what you're doing is just adding a side car. At least …
-
comment
Comment #16207212
Crypto still just means hidden or secret though. Both sides here probably ought to increase their specificity by one level. Interestingly, r/crypto is the cryptography subreddit an…
-
comment
Comment #15913697
You can get it much of the way there by tweaking `~/.inputrc` "\e[A": history-search-backward # Up key "\e[B": history-search-forward # Down key. Allows you to get press up while y…
-
comment
Comment #12798064
Managing node with package managers feels like a a bit of a fools errand at the moment. They are going to be wrapping npm somehow, but when npm can't even do things right..
- comment
-
comment
Comment #12210973
This is cool. A few funny ones I found: ExampleTester Commanater java-cruft Generatter the-git
-
comment
Comment #11955041
Damn that Fermat margin.
-
comment
Comment #11805497
Is there really any benefit to this over explicit child process calls? I realize the syntax is shorter, but now you're hiding the fact that you are shelling out. Overloading requir…
-
comment
Comment #11764183
There are also 3 gotos in that function.
-
comment
Comment #11297854
I would totally install a sublime plugin or something like that for this.
-
comment
Comment #10984935
Yeah, got that too. Maybe time to go to bed.
-
comment
Comment #9564814
Biggest problem is also its greatest benefit. If everything CAN access anything, everything WILL eventually access anything. Without any barriers, it's way too easy for things to d…
-
comment
Comment #8567572
Nitpick, on the nothing can save me there part. This is arguably a failure of `your-class`'s API. A file exposing a class SHOULD either wrap it: `module.exports = function () { ret…
-
comment
Comment #7501435
Alternatively, put this in your code tomorrow to pre-empt all the April 1st bastards: Object.freeze(console) Or safe JS up entirely: https://gist.github.com/clux/3823024
-
comment
Comment #7428262
Managed a 4096 piece (more than I've done on normal 2048). Unfortunately, the 4096 background is the same as 1024 (derp). Here is a picture of my layout before it collapsed into a …
-
comment
Comment #7399277
Asynchronicity isn't an optimization, it's a simplification. Blocking code and threads are hard to reason about, but callbacks are simple. You still have to deal with errors in a s…
-
comment
Comment #7270751
https://github.com/clux/symlink
-
comment
Comment #6669885
I did use cabal-dev, and it only moved the problem from being a global problem to a local one. Is the problem that you cannot have several versions of the same package solved? Beca…
-
comment
Comment #6669728
What's not to like? Cabal, which unsurprisingly is not mentioned. Dependency hell makes it stupidly difficult to rely on other people's code on a large scale. I'd rather write ugli…
-
comment
Comment #6268193
I am sure this is good, but just how much it pulls down to do something basic is ridiculous: $ yo webapp $ npm ls | wc -l 240
-
comment
Comment #5867397
The default lexicographical sort order on an array of integers is unexpected, yes.
-
comment
Comment #5633299
Ad hominems generally are nothing else..
-
comment
Comment #5594215
http://www.youtube.com/watch?v=EXmYnMuDxUs
-
comment
Comment #5374867
There's plenty of ways to make a difference in the world without having a job that is immediately altruistic. http://80000hours.org/career-advice has a lot of good information alon…