Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kyleburton
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
kyleburton
12y ago
If you're interested in learning about them, those two links are going to do a better job of explaining what both Typed Clojure and Schema are that I am across a few comments. Wrt the typing of Maps and Arrays, what Clojure supports go
2.
▲
by
kyleburton
12y ago
Clojure supports strong typing if you want it: https://github.com/Prismatic/schema https://github.com/clojure/core.typed These are both libraries that you can choose to use. Both Typed Clojure an
3.
▲
by
kyleburton
13y ago
This is very cool. I'd pay $ (5ish) for a couple of other ways to use this: * a bookmarklet that allowed me to select text on my blog or on one of my github pages and analyze it * emacs integration * a command line tool that worked lik
4.
▲
by
kyleburton
14y ago
Philadelphia, PA (full time) Relay Network - http://www.relaynetwork.com/ ------------------------------------------------------- Relay is a simple and secure way for businesses and customers to instantly connect and share private communi
5.
▲
by
kyleburton
14y ago
I lead a team of 4 at a company in the Philadelphia, PA suburbs. We'll be adding more members later this year and Clojure is our primary back-end language (we also use Ruby and lots of JavaScript). We have been quite happy with it for man
6.
▲
by
kyleburton
14y ago
I am talking about the cultures surrounding these languages and frameworks. Node's community rejects blocking libraries. Java's does not. I've used the non-blocking frameworks in Perl (POE and my own), C (select, and some of the poll var
7.
▲
by
kyleburton
14y ago
This. The biggest difference is in the two cultures: blocking is anathema to the Node.js community - they will literally reject libraries or code that blocks because it destroys the entire model; the JVM community does not value non-blocki
8.
▲
by
kyleburton
15y ago
I think the article is a great explanation. I'm not sure I (exactly) agree with the conclusion "dynamic vars also breaks referential transparency" - isn't it the combination of lexical closure (referring to symbols from outside the functio
9.
▲
by
kyleburton
15y ago
One of the advantages I find in pair-programming is that the 'navigator' (the one who's not typing) will often catch this kind of thing as it is happening. "Hey, that's just a while loop, or better yet just use `Clear`". There are other (
10.
▲
by
kyleburton
15y ago
As nano-tech advances and replicators become more commonplace, hardware will face the same issues with patents and the seeming absurdity of patenting an 'obvious idea'.
11.
▲
by
kyleburton
15y ago
In the 1st you could say I snuck JScheme in under the radar when I first introduced it. For the 2nd I was actively recruited to the team. I personally believe that this was because I made a conscious effort in the fall of 2008 to start bei
12.
▲
by
kyleburton
15y ago
I'm at my 3rd organization with Clojure, started in late 2008 (I think). In the first I had used Jscheme as an extension and scripting language for one of our JVM based systems. I moved to Clojure for prototyping tasks, other developers w
13.
▲
by
kyleburton
15y ago
Could that be the basis for an IP based startup? Seems like a clever hack of the patent & legal system surrounding patents. Of course once there is 1 of these, there will be copycats - which could lead to a race to capture the largest
14.
▲
by
kyleburton
15y ago
Feynman diagrams are the only thing that comes to mind - mathematicians and physicists still use a code-like notation to describe concepts. Are there any examples from those areas to use as a guide?
15.
▲
What is Your top three?
(trevmex.com)
2 points
by
kyleburton
15y ago
|
0 comments
16.
▲
Metrics: From Code to Business Value at Yammer (from CodeConf)
(docs.google.com)
5 points
by
kyleburton
15y ago
|
0 comments
17.
▲
Pulse: Visualize your TDD flow right from Eclipse
(happyprog.com)
2 points
by
kyleburton
15y ago
|
0 comments
18.
▲
A virtual pet that helps you raise your TDD practice.
(happyprog.com)
52 points
by
kyleburton
15y ago
|
14 comments
19.
▲
by
kyleburton
16y ago
Looks like a recruiter's dashboard. :/
20.
▲
by
kyleburton
16y ago
Thanks! You're correct, you can set it up for free but you can't maintain it indefinitely for free. I think you only need the $1/mo if you reserve an actual phone number, if you stick w/the sandbox I think it stays as $0.01/min until you d
21.
▲
An Interactive Voice Response System for $0.00 in 10 Minutes
(asymmetrical-view.com)
61 points
by
kyleburton
16y ago
|
13 comments
22.
▲
Philly Emerging Tech 2011 Sessions
(phillyemergingtech.com)
11 points
by
kyleburton
16y ago
|
1 comments
23.
▲
by
kyleburton
16y ago
Ah, lein-daemon - didn't know about that, thanks!
24.
▲
How We Deploy Our Clojure Services
(asymmetrical-view.com)
66 points
by
kyleburton
16y ago
|
5 comments
25.
▲
Are you a Mapper or a Packer? : The Programmer's Stone (Reciprocality Project)
(datamodel.co.uk)
10 points
by
kyleburton
16y ago
|
1 comments
26.
▲
by
kyleburton
16y ago
I don't think FP is all about concurrency - it's about more than that. In my experience it reduces the possible bugs in code (type inference / checking, referential transparency) - these aspects make concurrency easier to achieve, but that
27.
▲
A Bit of Heresy: Functional Languages are Overrated
(benrady.com)
49 points
by
kyleburton
16y ago
|
63 comments
28.
▲
by
kyleburton
16y ago
Policy updated (ianal though), does it work for you?
29.
▲
by
kyleburton
16y ago
Thanks, I appreciate hearing that. I had thought of putting an ad in the email, or even adding one to the bottom of the image itself - though I felt like that would be too intrusive and decided against it (adding to the image itself). Tha
30.
▲
by
kyleburton
16y ago
I hadn't considered an API - what do you have in mind? An HTTP post & response? What would you use it for? I just hadn't thought of this since the graphics libraries and routines are readily available. An API seems to cut out any po
More ›