Viewing profile — 0x74696d
0x74696d
HN member- Joined
- Mon, Mar 23, 2015, 10:40 AM UTC
- HN karma
- 83
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About 0x74696d
No profile information was provided.
Recent public activity
-
comment
Comment #41815680
(author here) I'm one of the maintainers of HashiCorp's Nomad, so that example was likely inspired by the separation of duties that's part of our security model. In that environmen…
-
comment
Comment #41815666
Author here! The motivating example of this post is frankly pretty lousy in retrospect (and was even so soon after writing, given the friendly reminder from Giovanni Campagna that …
-
comment
Comment #41215924
> I should have just used on-disk mode from the start, but only now know better. Yeah, I saw the recent post about reducing rqlite disk space usage. Using the on-disk sqlite as bot…
-
comment
Comment #41209208
This architecture is roughly how HashiCorp's Nomad, Consul, and Vault are built (I'm one of the maintainers of Nomad). While it's definitely a "weird" architecture, the developer e…
-
comment
Comment #20493373
Totally agreed. I wrote up my thoughts on this recently: https://blog.0x74696d.com/posts/mise-en-place/
-
comment
Comment #14164954
GKE clusters run on VMs, not on bare metal.
-
comment
Comment #12869228
I'm the lead developer for Joyent of ContainerPilot, which is the tool at the core of our Autopilot Pattern implementation examples. The lifecycle events you recognize in Distelli …
-
comment
Comment #12003897
> It’s not just deployment, but provides facilities for sharing code and extracting telemetry from your running apps. We believe that operations should be coupled with development,…
-
comment
Comment #11481247
Sending a swarm of unguided relativistic projectiles across the universe seems profoundly rude.
-
comment
Comment #9509392
Yeah, that plus gvp. But if you dig into both they're just shell scripts under the hood (nice ones, though!) and given that I've got a makefile or shell script to build the contain…
-
comment
Comment #9509373
> Makefiles, build: docker build Ugh, more Linux-Only. Don't follow this please. Meh. I get your sentiment here, but I build and deploy on Linux and I post about the stuff I work o…
-
comment
Comment #9509351
> The claim is that by not also solving versioning, go get is an incomplete tool. Stating that it was never intended to solve versioning is kind of beside the point. You've summed …
-
comment
Comment #9509342
> now I have to check what VCS feature it uses, wether it uses a shell script, make , or build tool Z to fetch dependencies The core of my work is on the operations side rather tha…
-
comment
Comment #9509318
Author here. Happy to answer any questions about our setup.
-
comment
Comment #9251264
Nice. If I was starting this project today (it's pretty mature at this point) that'd definitely be something I'd look into. That being said, when Kinesis previewed it had only Java…
-
comment
Comment #9251255
The frequency isn't configurable. We execute the ingest daily for a 24 hour window that's IIRC 4 hours old. This works fine for us in practice.
-
comment
Comment #9251234
Meh. It's my personal blog. I don't care enough about that. =)
-
comment
Comment #9250340
Oh? Edited to say "The long story short of this is that it’s like a hosted Kafka." Thanks for the correction!
-
comment
Comment #9250331
Yeah, using the Cloudfront CDN logs is a very similar approach. If we'd known about Snowplow and it was production-ready when this service were written, it would certainly be worth…
-
comment
Comment #9250298
Weird. It's #000 on #FFF, unless my meager CSS skills have failed me. Maybe it's just too thin or something? I'll see what I can do but probably not today. /points to the markdown …
-
comment
Comment #9250294
I host on Github pages, so the original markdown is available at https://github.com/tgross/tgross.github.io/blob/master/_post... Does that help? Also, what kind of corporate firewa…
-
comment
Comment #9250211
Author here. Happy to answer any questions.