Live data from Hacker News

Viewing profile — hckr1292

hckr1292

HN member
Joined
Thu, May 29, 2014, 4:14 AM UTC
HN karma
138
Public activity
86 items

About hckr1292

No profile information was provided.

Recent public activity

  1. comment
    Comment #46447723

    Right, so all of that is independent of mono vs poly repo.

  2. comment
    Comment #46438327

    That makes sense when you depend on a shared library. However, if service A depends on endpoint x in service B, then you still have to work out synchronized deployments (or have de…

  3. comment
    Comment #46438263

    I’m curious about the authors experience with monorepo for marketing. I’ve found that using static site generators with nontechnical PMs resulted in dissatisfaction and more work f…

  4. comment
    Comment #46438221

    Did you use turbo, buck or Bazel? Without monorepo tooling (and the blood, sweat, and tears it takes to hone them for your use cases), you start hitting all kinds of scaling limits…

  5. comment
    Comment #41398254

    Agree about the example! I can't tell if this article is tongue-in-cheek or earnest. I'm unclear on the point the author is trying to make.

  6. comment
    Comment #41031721

    Scalability and cost -- Loki stores the the actual log data on S3 and only keeps an index of a few fields. Log queries that can then efficiently target the (hopefully small) set of…

  7. comment
    Comment #37950167

    nushell is also amazing for exploring data quickly like this! I can't use it as a daily driver shell, but I just call it directly from whatever other shell I'm already in and then …

  8. comment
    Comment #37950159

    I can't live without this anymore! However, occasionally sqlite won't quite guess the type affinity as I'd hoped for a column, then I do have to resort to enumerating all the types…

  9. comment
    Comment #37828358

    Full disclosure, I currently work at Mux on the video product. Previously though, I worked at an education startup with user generated video content. Like many others commenting on…

  10. comment
    Comment #37167575

    This is why QUIC/http3 is happening right?

  11. comment
  12. comment
    Comment #35133142

    I've never seen nushell as a daily driver -- more as a data exploration tool. Have a random export you want to go splunking in? `nu` from your current zsh session and go wild. When…

  13. comment
    Comment #34314925

    Can you saw more about this? I've never heard of anything like this and can't figure out if its genius or silly. Things I'm curious about: * Are you working on a SAAS product or em…

  14. comment
    Comment #33715088

    As a Rust fanboy, I mostly agree with this sentiment. Theoretically, Rust should prevent “security” issues arising from memory safety issues like heartbleed (maybe not actually hea…

  15. comment
    Comment #30067793

    Have you considered making this a frontend to apache arrow or datafusion? It seems like Flink or kSQLdb could use this as an alternative syntax to produce the same physical queries…

  16. comment
    Comment #28561511

    Half true. The true half is that terraform will work out of the box with basically all clouds and many saas vendors. The untrue half is that terraform does nothing to abstract away…

  17. comment
    Comment #28240266

    The killer feature of harbormaster is watching the remote repository. Can docker-compose do that? If it can, I should just leverage that feature instead of harbormaster! The nicety…

  18. comment
    Comment #27790132

    Seems like a lot lower cognitive load and control. However, doesnt this effectively mean youre building lots of primitives from scratch?

  19. comment
    Comment #26898785

    In my experience trying to configure AAD policies, AWS IAM and (to a very limited extent GCP IAM), it does not generally require a large investment in time. It does require a devel…

  20. comment
    Comment #26575407

    Really? I haven't found anything else tempting enough to switch. Everything else I've looked at requires me to compromise on the many amenities I've come to expect from SF. Where w…

  21. comment
    Comment #26572016

    I find this counterintuitive to my own lived experience of being in San Francisco as a programmer. Although my partner and I often talk about relocating, the comforts of San Franci…

  22. comment
    Comment #25800612

    The http crate seems to be used by many popular frameworks: https://crates.io/crates/http/reverse_dependencies It's used by at least Actix-web, Tide, Hyper, and Warp. Generally, th…

  23. comment
    Comment #25800572

    Yeah, the very type-centric programming flavor of the ecosystem and strict type checking in the compiler mean that Rust developers will generally leverage guarrantees from the Rust…

  24. comment
    Comment #25000975

    Can confirm

  25. comment
    Comment #24669885

    The movie raises the question of what advertisers are paying for, and conclude it must be behavior modification. From public service announcements that smoking is bad for you to To…