Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fhwang
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
fhwang
2y ago
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 then you might be able to send the data to both tools at th
2.
▲
Event Sourcing Libraries in Ruby: A Guide
(fhwang.net)
1 points
by
fhwang
11y ago
|
0 comments
3.
▲
by
fhwang
14y ago
It's always strange when you see programmers who don't understand why namespace collisions are bad.
4.
▲
by
fhwang
15y ago
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's worth nothing, when it clearly isn't -- they just aren't
5.
▲
Should your web application be rich-client from day one?
(fhwang.net)
1 points
by
fhwang
15y ago
|
0 comments
6.
▲
by
fhwang
15y ago
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 subjective, more context-dependent decisions like authenticati
7.
▲
by
fhwang
15y ago
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 interpretation that the blogger is drawing out of that data). If one g
8.
▲
by
fhwang
15y ago
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.
▲
Buy-vs-build for an early stage startup
(fhwang.net)
1 points
by
fhwang
15y ago
|
0 comments
10.
▲
by
fhwang
15y ago
Only a spaz would care about the difference.
11.
▲
by
fhwang
15y ago
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. Sometimes you have eight engineers but only four of them a
12.
▲
by
fhwang
15y ago
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-trivial feature, I'm always semi-refactoring the code underneath t
13.
▲
by
fhwang
15y ago
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 avoid is: 1. Engineers A & B are working on a medium-
14.
▲
by
fhwang
15y ago
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 browser history wouldn't get confused. We'll figure out a fix
15.
▲
by
fhwang
15y ago
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 it. EDIT: Actually, on thinking on it for another minute, I
16.
▲
by
fhwang
15y ago
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 switch once they change that, though.