Viewing profile — cursork
cursork
HN member- Joined
- Wed, Oct 23, 2013, 11:21 PM UTC
- HN karma
- 94
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About cursork
No profile information was provided.
Recent public activity
-
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…
-
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…
-
comment
Comment #10695284
See also Liberator for Clojure
-
comment
Comment #10692745
Seems to be a typo? $ perl6 -e 'say "नि".codes' 2
-
comment
Comment #9811870
Presumably a riff on "Lisp has no syntax"
-
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...
-
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…
-
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?)…
-
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…
-
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...
-
comment
Comment #8814591
Oh wow. The attitude on display is really not good.
-
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…
-
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 …
-
comment
Comment #7694786
Yeah. Bad use of 'patent' maybe. Just interesting that the same arguments are provably going around and around.
-
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! …
-
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…
-
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…
-
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…
-
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…
-
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.…
-
comment
Comment #7514194
Literally came here to post that! The comment for send-line-to-tmux... I've felt that pain before.
-
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…
-
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…
-
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…
-
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…