Live data from Hacker News

Viewing profile — fhwang

fhwang

HN member
Joined
Thu, Aug 25, 2011, 3:37 PM UTC
HN karma
12
Public activity
17 items

About fhwang

No profile information was provided.

Recent public activity

  1. comment
    Comment #40808903

    How is the data getting into these tools in the first place? If your applications are instrumented with OpenTelemetry, you can use the OpenTelemetry Collector as the first hop, and…

  2. story
  3. comment
    Comment #3753710

    It's always strange when you see programmers who don't understand why namespace collisions are bad.

  4. comment
    Comment #3667896

    Definitely. I've been spending a decent amount of mental energy on this and still feeling very fuzzy about it. I especially feel like bootstrapping techies treat their time like it…

  5. story
  6. comment
    Comment #3662605

    Convention over configuration was always easier in smaller decisions where people didn't have very strong opinions. i.e., "model files go in ./app/models/" When it comes to more su…

  7. comment
    Comment #3630781

    Oof. Please remember it is much, much easier to measure something like labor participation rate (which is what the study actually measures) than work ethic (which is the interpreta…

  8. comment
    Comment #3610908

    I've actually never heard the phrase "golden uterus complex", but I seriously wonder if it's any different from calling a black person "uppity". Which is also not cool.

  9. story
  10. comment
    Comment #3604032

    Only a spaz would care about the difference.

  11. comment
    Comment #3523698

    Generally speaking I like to have at least one CI environment available for every branch that makes you nervous, plus master. So what number you're dealing with depends on the team…

  12. comment
    Comment #3522309

    Yeah, personally I know a number of solid devs who like feature toggling but the notion has always rubbed me the wrong way. Especially because half the time I'm adding a non-trivia…

  13. comment
    Comment #3522237

    Branching can often be a good strategy if you have a large team and you don't want large uncompleted chunks of work to block quick fixes & deploys, etc. The situation you want to a…

  14. story
  15. comment
    Comment #2926299

    Oh, yeah, I guess that's our Backbone redirect from the initial page to whatever the first "pane" would be. If we weren't using teh Ajax we'd do that, we'd use a 302 and then the b…

  16. comment
    Comment #2925255

    No we haven't, and that's something for us to keep in mind if we think about switching, but for the time being all our stuff's in Vimeo and I don't think we have any plans to move …

  17. comment
    Comment #2925227

    Unfortunately, Vimeo's HTML5 embed doesn't give you an API that you can use to close the video from JS, which is why we're using their older Flash embed. I'd love to make the switc…