Live data from Hacker News

Viewing profile — cursork

cursork

HN member
Joined
Wed, Oct 23, 2013, 11:21 PM UTC
HN karma
94
Public activity
30 items

About cursork

No profile information was provided.

Recent public activity

  1. comment
    Comment #23469365

    Absolutely this. When facing a tough problem it’s a great tactic to write out what you’re trying to solve and how you plan to solve it in prose-style English. I’ve done it often wi…

  2. comment
    Comment #20203128

    I agree with this to a large extent. A new codebase in the latest Java/whatever can be OK. But most of the time I feel like it's dealing with the same bad code, with just a smatter…

  3. comment
    Comment #10695284

    See also Liberator for Clojure

  4. comment
    Comment #10692745

    Seems to be a typo? $ perl6 -e 'say "नि".codes' 2

  5. comment
    Comment #9811870

    Presumably a riff on "Lisp has no syntax"

  6. comment
    Comment #9080250

    Also Perl: 5.20 is current stable, 5.21 is unstable but will eventually lead to 5.22. http://perldoc.perl.org/perlfaq1.html#How-often-are-new-vers...

  7. comment
    Comment #8904400

    Yes. My experience of hiring is that it is extremely hard and imprecise. I prefer to give the candidates every advantage possible. I would help them to the extent of my abilities i…

  8. comment
    Comment #8902564

    That's only superficially the same. There's questions and there's "let's work through this" questions. The latter are awesome when explicitly stated as such and can be (should be?)…

  9. comment
    Comment #8902446

    Love it! One of my favourite bad interview questions. I got asked this in an interview ~5 years ago. My response was to look shocked... Pause. Then ask: "What do you mean? What det…

  10. comment
    Comment #8870094

    Saw the presentation for this at ClojureX in London. I'm definitely interested to have a look https://skillsmatter.com/skillscasts/5738-keynote-by-kyle-ki...

  11. comment
    Comment #8814591

    Oh wow. The attitude on display is really not good.

  12. comment
    Comment #8107037

    That's a great book. I've just started reading I Am A Strange Loop by Hofstadter and it's promising. Also by Hofstadter: Le Ton beau de Marot was a good read. GEB is the big one, b…

  13. comment
    Comment #7886375

    Re. "Continuously Deliver them to the Docker Registry". Is this focussed on open projects going to the public registry? Or will you provide a private one / integrate with services …

  14. comment
    Comment #7694786

    Yeah. Bad use of 'patent' maybe. Just interesting that the same arguments are provably going around and around.

  15. comment
    Comment #7694708

    Possibly more interesting... start the video from the beginning and they're talking about software patents. The same points were being brought up then as now. But yes. Good video! …

  16. comment
    Comment #7639973

    It's Wiki is pretty killer. That may not sound like much, but it's pretty awesome. I use it as a reference on a few things even when dealing with other Linux distros. e.g. The page…

  17. comment
    Comment #7627908

    > The consensus in the community right now is to not get carried away with macros and DSLs. Even if your library provides a DSL, it should be based on a functional API that is most…

  18. comment
    Comment #7627150

    Thanks for this; pretty much the response I was expecting but very well said. My opinion is that functions that take quoted code do actually do the 99% job of macros pretty well. I…

  19. comment
    Comment #7624151

    Kinda fair - I meant "homoiconic" in the loose sense of having macros that can manipulate expressions as data and which has mechanisms such as quote/unquote to do so. That's what m…

  20. comment
    Comment #7622746

    100% agreed. I've been looking at Elixir occasionally for a year or so... It's getting better and better. It certainly takes a lot from Clojure, but with a real Erlang / OTP twist.…

  21. comment
    Comment #7514194

    Literally came here to post that! The comment for send-line-to-tmux... I've felt that pain before.

  22. comment
    Comment #7511680

    Really hope this doesn't sound like belabouring the point but... > tpope is one of only a few driving forces over on the Vim side of Clojure tpope is indeed one of the few, but I'd…

  23. comment
    Comment #7228807

    All analogies break down. Of course. How about (staying with the building analogies because I'm in a building right now and looking around trying to think of analogies...) the elec…

  24. comment
    Comment #7228649

    For this comment I'll try to stick to one specific thing. I'll focus on the mechanic analogy, but I do think the premise of the article is flawed. I have some thoughts about burnou…

  25. comment
    Comment #7143504

    I'm a big proponent of everything-behind-http because of the way it introduces a common language for integrating disparate services. However! as someone who has had to debug some p…