Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
drewolson
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Elixir's Secret Weapon
(blog.drewolson.org)
6 points
by
drewolson
9y ago
|
0 comments
2.
▲
by
drewolson
10y ago
Reviews are very exciting, but seem to be unable to fit the following use case: I want to setup a repo such that a subset of collaborators (or organization members) can merge reviewed PRs to protected branches. I want the rest of the users
3.
▲
Specify Your API
(blog.drewolson.org)
1 points
by
drewolson
10y ago
|
0 comments
4.
▲
by
drewolson
11y ago
Ah, thanks.
5.
▲
by
drewolson
11y ago
Can you reference the part of the proposal that states this? I'm reading the following points: > $GOPATH/src/foo will be imported as foo by non-main package $GOPATH/src/mypkg/p. > $GOPATH/src/my
6.
▲
by
drewolson
11y ago
Am I understanding correctly that this proposal again side steps / ignores pinning dependencies for libraries? To me, this is the biggest current problem in the ecosystem and, as a library author, this doesn't solve any of my issu
7.
▲
Mave Public Beta – A drop-in SMS invite page
(mave.io)
24 points
by
drewolson
11y ago
|
5 comments
8.
▲
by
drewolson
11y ago
How is this different from godep[1] other than being the root of its own GOPATH and having a different naming convention for the location of vendored dependencies? [1] - https://github.com/tools/godep
9.
▲
by
drewolson
12y ago
Author here. You're right. I removed references to "pure" in the article.
10.
▲
by
drewolson
12y ago
Does jitpack currently support repositories in Github Enterprise?
11.
▲
Composable Queries with Ecto
(blog.drewolson.org)
2 points
by
drewolson
12y ago
|
0 comments
12.
▲
by
drewolson
12y ago
This whole "framework fatigue" thing is going reductio ad absurdum. Convenience is not bad. _Too_ much convenience traded for opacity is bad. As someone with a Phoenix app running in production, I can tell you that this framework
13.
▲
Braintree V.Zero SDK – Faster integration, drop-in UI, and pay with PayPal
(braintreepayments.com)
76 points
by
drewolson
12y ago
|
30 comments
14.
▲
Node Streams for APIs
(blog.drewolson.org)
2 points
by
drewolson
13y ago
|
0 comments
15.
▲
by
drewolson
13y ago
I'm confused, you're questioning the author's sincerity in expressing his own enjoyment of pair programming? I deeply enjoy pairing. I know quite a few folks that do as well.
16.
▲
Understanding gen_server with Elixir and Ruby
(blog.drewolson.org)
3 points
by
drewolson
13y ago
|
0 comments
17.
▲
by
drewolson
13y ago
I think the point is, if you write map like this you might as well be using a dynamically typed language in the first place because you're deriving no benefit from the type checker. In fact, you're just using casting to completely
18.
▲
by
drewolson
13y ago
Thanks (and thanks to pron). I've updated the post to include a warning against using Thread/sleep in go blocks for "real" code.
19.
▲
by
drewolson
13y ago
Author here. From what I've read/seen, the go blocks are lightweight thread-like processes multiplexed onto a thread pool. You may be correct about using Thread/sleep, ideally I would have used (timeout ...) and then pulled o
20.
▲
Clojure core.async and Go: A Code Comparison
(blog.drewolson.org)
150 points
by
drewolson
13y ago
|
78 comments
21.
▲
Performance Improvements Using Judy Arrays
(github.com)
183 points
by
drewolson
13y ago
|
51 comments
22.
▲
Springboard: Full-stack HTTP testing for Express apps
(github.com)
1 points
by
drewolson
14y ago
|
0 comments
23.
▲
Blogging with Mobile in Mind
(braintreepayments.com)
3 points
by
drewolson
14y ago
|
0 comments
24.
▲
Testflight - Painless HTTP testing in Go
(drewolson.org)
5 points
by
drewolson
14y ago
|
0 comments
25.
▲
by
drewolson
14y ago
I noticed you're using tornado but appear to be using the standard (non-evented?) python redis library. Does using this library block tornado's event loop? Did you look at other tools like brukva[1]? [1] https://github.com/evilkost/brukva
26.
▲
Rails Mass Assignment Protection in the Controller
(blog.drewolson.org)
10 points
by
drewolson
14y ago
|
0 comments
27.
▲
Ping Pong is Serious Business
(braintreepayments.com)
2 points
by
drewolson
14y ago
|
0 comments
28.
▲
by
drewolson
14y ago
A fun anecdote is to consider the belief the TDD crowd entertained that, by creating tests for a problem you couldn’t solve, you could somehow evolve a code that passed the tests and therefore solved the problem! I'm all for a healthy deb
29.
▲
Testing Express with Jasmine
(blog.drewolson.org)
2 points
by
drewolson
15y ago
|
0 comments
30.
▲
How We Built the Software that Processes Billions in Payments
(braintreepayments.com)
85 points
by
drewolson
15y ago
|
38 comments
More ›