Live data from Hacker News

Viewing profile — clux

clux

HN member
Joined
Wed, Feb 16, 2011, 11:10 AM UTC
HN karma
75
Public activity
47 items

About clux

No profile information was provided.

Recent public activity

  1. comment
    Comment #18053246

    Not sure if it helps much. It still looks like the same clickbaity garbage that's in my regular trending tab.

  2. 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 …

  3. 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…

  4. 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…

  5. 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..

  6. comment
  7. comment
    Comment #12210973

    This is cool. A few funny ones I found: ExampleTester Commanater java-cruft Generatter the-git

  8. comment
    Comment #11955041

    Damn that Fermat margin.

  9. 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…

  10. comment
    Comment #11764183

    There are also 3 gotos in that function.

  11. comment
    Comment #11297854

    I would totally install a sublime plugin or something like that for this.

  12. comment
    Comment #10984935

    Yeah, got that too. Maybe time to go to bed.

  13. 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…

  14. 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…

  15. 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

  16. 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 …

  17. 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…

  18. comment
    Comment #7270751

    https://github.com/clux/symlink

  19. 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…

  20. 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…

  21. 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

  22. comment
    Comment #5867397

    The default lexicographical sort order on an array of integers is unexpected, yes.

  23. comment
    Comment #5633299

    Ad hominems generally are nothing else..

  24. comment
    Comment #5594215

    http://www.youtube.com/watch?v=EXmYnMuDxUs

  25. 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…