Viewing profile — ntalbott
ntalbott
HN member- Joined
- Sun, Mar 22, 2009, 1:18 AM UTC
- HN karma
- 311
- Public activity
- 81 items
- HN profile
- View on Hacker News ↗
About ntalbott
nathaniel@spreedly.com nathaniel@talbott.ws
[ my public key: https://keybase.io/ntalbott; my proof: https://keybase.io/ntalbott/sigs/gA1J8tiUY5xfIkaJlZQI0xMt0i6mstl8j-PISm7I0zE ]
Recent public activity
- story
- story
-
comment
Comment #12229592
I hope it has a lasting impact beyond Spreedly, too. The impact of founding a company shouldn't just be on customers; if we act in an upright manner, hopefully employees, vendors, …
-
comment
Comment #12227710
Author here: you're right, nothing revolutionary here in technique. Most/all of our actual process is ripped straight out of http://sockpuppet.org/blog/2015/03/06/the-hiring-post/ …
-
comment
Comment #9249312
Love this: like 99designs for code. Bet you'll get a lot of pushback on this "devaluing coding" just like 99designs has for design, which just means you're on the right track. Of c…
-
comment
Comment #9200385
Spreedly already supports vaulting bank account information, and while the number of gateways that we support passing bank account info to is still limited, we're growing that rapi…
-
comment
Comment #8083438
Thanks! The name's "test/unit", but I won't hold it against you ;-). It's pretty sweet that people have gotten so much mileage out of code I wrote, and if it's helped us as a profe…
-
comment
Comment #7950729
You forgot to reference the great recursive essay Eric Meyer wrote on exactly this topic: http://meyerweb.com/eric/comment/chech.html Which essay I already knew about and chose to …
-
comment
Comment #7950074
I think a lot of it depends on context. In a private repo I'm right there with you. But when I look at a public repo with a lot of contributors, I want to know what the "logical" h…
-
comment
Comment #7950063
Well, quoting from that message, "If it's not ready, you send patches around". I think the big difference is that I'm willing to take patches that aren't ready and get them ready, …
-
comment
Comment #7950047
Most of the contributions I'm merging in are 10 lines, but a lot of them (half?) take two or more (sometimes many more) commits to converge on those 10 lines, and none of those int…
-
comment
Comment #7949632
Maybe, but... probably not. The thing is, I want to work with the changes locally before they get included. So it can't be a 100% web workflow. That said, there might be ways the w…
-
comment
Comment #7949618
These quality issues become a problem sooner than I would have thought, and Linux is big enough that they can just demand contributors know their stuff. But I found that in between…
-
comment
Comment #7949601
FWIW hub is even handy for the "add a remote for the fork, check out the fork branch" flow, since it lets you just `git remote add ntalbott` instead of having to find or derive the…
-
comment
Comment #7949583
You may think of commits as literal quotations of the "Author", but it's important to realize that git doesn't. If you want to know who's ultimately responsible for a commit, you a…
-
comment
Comment #7949568
As I understand it `git am` is actually replaying the series of commits on top of the branch you run it in, whereas a merge commit flattens the commits out and applies them in one …
-
comment
Comment #7949530
Cool, I'll have to try that! Does it also pull PR's that live on feature branches in forks of the root repo?
-
comment
Comment #7949518
Using git remotes and distinct branches per contribution is totally legit, and I still do it sometimes. But, I'm often/usually dealing with contributions that have already been rev…
-
comment
Comment #7949487
Agreed, editing contributions does add a bit of extra work for contributors post-inclusion, especially if they've been using their own branch in production. That said, since this i…
-
comment
Comment #7949456
So to be clear, every commit in the ActiveMerchant history also points back at the initiating PR via the commit message including the PR number (which gets linked up). So there's n…
-
comment
Comment #7949210
OP author here... The result is the same, but I've found the `git am` workflow to be much smoother vs. mucking around with remotes. Some of that could be due to the nature of the O…
- story
-
comment
Comment #6029696
Having people know how to start contributing is not an issue I've had with my OSS projects; that could just be me though. Keeping straight what stage the Issues in our private repo…
-
comment
Comment #6022808
Based on the email at the bottom of the page, looks like this is from the http://rallydev.com folks? I hope they have plans for an internal/private version, because while I'm not s…
- story