Viewing profile — nickspain
nickspain
HN member- Joined
- Thu, Jul 01, 2021, 11:27 PM UTC
- HN karma
- 20
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About nickspain
Recent public activity
-
comment
Comment #41653419
Nice! I use git revise[^1] a lot which does a similar thing but without the fixup commit. I I’ll try using fzf to make it interactive though. Thanks! [^1]: https://github.com/mysto…
-
comment
Comment #38273162
We've used this extensively at my work and it has been great. As someone else pointed out it's a bit tricky if the code isn't idempotent. We used this as part of a data migration p…
-
comment
Comment #36955788
These might be the clunky way your talking about but you can have “private” git ignored either in ‘.git/info/exclude’ in the repo or in the ‘core.excludesfile’ set in your git conf…
-
comment
Comment #35855529
Neovim supports lua as an extension language which can be pretty nice. It’s by no means as nice as using a lisp but definitely a step up from viml
-
comment
Comment #32896734
1. Release it Got me to start thinking about reliability and able to express my thoughts on it. 2. Design of Everyday things Read it as a junior and it got me thinking about UX and…
-
comment
Comment #28671487
I think I recall from a previous post on HN that they use Mailgun. I can't speak for forlater but at my work we use mailgun because email delivery is a pain, as you've found. Using…
-
comment
Comment #28576364
This is awesome! I've been looking for something that could be a link between PDFs and Instapaper[0] for a while. This looks like it'll be perfect to build such a tool with. [0] ht…