Live data from Hacker News

Viewing profile — capn_duck

capn_duck

HN member
Joined
Sun, Jul 26, 2020, 5:38 AM UTC
HN karma
135
Public activity
50 items

About capn_duck

No profile information was provided.

Recent public activity

  1. comment
    Comment #41834381

    I agree that this would work, and be ideal. I think it only scales to a certain size organization though. At my company, I'd guess we have over a thousand developers across hundred…

  2. comment
    Comment #41816550

    The 16 pings a minute. The 6 hours of meetings a day because people aren't getting the information they need organically each day. The "hey, can I call?"'s during what I thought wo…

  3. comment
    Comment #41747501

    The JS examples don't seem too demonstrative to me. Especially for someone not very familiar with RxJS. Any time you're wrapping something with `from` or `of`, I raise an eyebrow e…

  4. comment
    Comment #41468923

    Thank you. I guess I was imagining that the flags lived in your source code repo, and required a commit and push to update, thus triggering some CD build and redeploying your app a…

  5. comment
    Comment #41462829

    This is my question. If your flags are in your repo, what is functionally the difference from just having them be variables in your code somewhere. "Feature Flags that live inside …

  6. comment
    Comment #38609267

    This is peak Hacker News response

  7. comment
    Comment #38454604

    I interpreted the parent comment in the inverse. A poor economy means people will stay in unhappy situations longer than otherwise.

  8. comment
    Comment #37982222

    I've always been unsure where this stuff fits in. Do you make it before your system is built, when its unclear how where all the cards will fall? Or after your system is made and i…

  9. comment
    Comment #37429078

    This is the second comment I've seen in this thread comparing "Gitflow" to what was typical in SVN. Having been there when SVN was in vogue, I can assure you that our process looke…

  10. comment
    Comment #37429047

    My experience was that older VCS's (SVN in my case) leaned in heavily to the trunk based paradigm. I don't know what you're talking about with prod branches. The default branch in …

  11. comment
    Comment #37428729

    This one blog post resulted in so much pain for so many. I'm glad it has been addended, but the damage was done. For the record, I don't think it's the authors fault.

  12. comment
    Comment #36928167

    doesn't is suffice to say that functions meet all the prerequisites of a vector space? f + g = g + f f + (g + h) = (f + g) + h f + -f = 0 (a * b) * f = a * b f a (f + g) = a f + a …

  13. comment
    Comment #36443233

    [flagged]

  14. comment
    Comment #35979819

    I read this book too and it really drove things home. I remember after feeling a little bit unsure about the relevance of orthogonal systems, feeling the thrill of beginning to see…

  15. comment
    Comment #35326543

    If they are limited to 1, then they are not appropriate to use as a deployment mechanism. Do you only have one change being worked at a time? On my team, there's typically at least…

  16. comment
    Comment #34379186

    Okay dude!

  17. comment
    Comment #33791768

    Bias is how all electric components work. All they know about is the difference in voltage between their electrodes, not any absolute voltage w.r.t the rest of the circuit.

  18. comment
    Comment #33221845

    Yes yes yes. You're not going to get much appreciation of this from newer devs. They've only known one thing. I shudder at all the human-hours spent on duplicative tasks related to…

  19. comment
    Comment #33105275

    nah its ml bro

  20. comment
    Comment #33077024

    That makes sense. Thank you. Honest question - What would you do to justify doing this over using cookie based sessions? Like, are there back of the napkin calculations you could d…

  21. comment
    Comment #33063232

    Can you explain what this looks like? So each application that authenticates its requests using the jwt subscribes to a message queue and replicates the data in some database local…

  22. comment
    Comment #33025117

    It's not as if you're expected to use ORMs to do ad hoc querying of a database. Just fire up a db connection and start writing sql. If you work on a large application with lots of …

  23. comment
    Comment #32991237

    Are you confusing software dependencies for the semantics of a running program?

  24. comment
    Comment #32787538

    You're talking about the role that transistors play as switches in a digital logic circuit. The video is about the physical operation of, in particular, bipolar junction transistor…

  25. comment
    Comment #32560900

    I'd strongly recommend it! I think it's worth the price of admission for the first few chapters alone, although I admit that at a certain point, I was struggling to keep up with al…