Viewing profile — fhwang
fhwang
HN member- Joined
- Thu, Aug 25, 2011, 3:37 PM UTC
- HN karma
- 12
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About fhwang
No profile information was provided.
Recent public activity
-
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…
- story
-
comment
Comment #3753710
It's always strange when you see programmers who don't understand why namespace collisions are bad.
-
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…
- story
-
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…
-
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…
-
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.
- story
-
comment
Comment #3604032
Only a spaz would care about the difference.
-
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…
-
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…
-
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…
- story
-
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…
-
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 …
-
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…