Viewing profile — apparentlymart
apparentlymart
HN member- Joined
- Sat, Apr 26, 2014, 5:14 AM UTC
- HN karma
- 14
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About apparentlymart
Recent public activity
-
comment
Comment #17471990
> better standards once a decade Funnily enough, the first drafts of this protocol (back then, called PubSubHubbub) were written circa 2008, so this specification is about a decade…
-
comment
Comment #15141889
In this context, I think it usually means that the same rendering paths are available on both the client _and_ the server, whereas formerly it was often the case that the server wa…
-
comment
Comment #14083129
For many purposes passing in secrets by any of the above mechanisms can be fine, though as you noted there are caveats. Whether they matter depends strongly on your situation. Ther…
-
comment
Comment #12325287
Realized I missed a key point on Terraform: I advise anyone using Terraform in production to wrap it up in some sort of automation. Hashicorp would of course like you to use Atlas …
-
comment
Comment #12325265
At work we use Packer, Terraform and Consul across all of our apps, and little smatterings of other stuff in some places. A little on each: - Packer: Not my favorite, honestly. I c…
-
comment
Comment #11791998
git rebase -i master
-
comment
Comment #11791986
That would seem to suggest that you commit either after every keypress or at least before using the backspace or delete keys, right? It feels to me that "what really happened" only…
- story
-
comment
Comment #8736937
From my (admittedly probably limited) experience with LLVM IR from writing my own compiler, it seems like if you were writing a program entirely in LLVM IR you could use a subset t…
-
comment
Comment #8668373
I think the spec you are looking for is JavaScript.
- story