Live data from Hacker News

Viewing profile — vcarl

vcarl

HN member
Joined
Sat, Jul 19, 2014, 3:41 AM UTC
HN karma
783
Public activity
183 items

About vcarl

https://blog.vcarl.com

Recent public activity

  1. comment
    Comment #46237975

    It's definitely a defensive statement, proactively covering the situation as "normal". Normal it may be, but emphasizing that in the limited space of a tweet thread definitely indi…

  2. story
  3. comment
    Comment #42621523

    Yes, you stand behind your comments so strongly you created an anonymous throwaway account just to share them.

  4. comment
    Comment #40271654

    Phenomenal answer. No, you don't need it, but if you build something long enough you'll avoid a couple categories of common problems by starting with it (and choose a different set…

  5. comment
    Comment #36232500

    I'm not sure breadth of adoption and retention are the right metrics here — the use cases I've heard about are highly specialized, so I wouldn't expect it to be massively and quick…

  6. comment
    Comment #36203140

    > all this VR/AR hype has yet to deliver something... anything... anything at all …in the consumer space. There have been some really incredible tools I've seen in industrial or me…

  7. comment
  8. story
  9. story
  10. comment
    Comment #23085148

    I meant this as a commentary on the strike as a tactic for tech workers generally. SREs and Ops are the teams that seem most able to effectively use a strike to disrupt revenue, to…

  11. comment
    Comment #23085129

    Cheers for the correction, though I'm loathe to learn that's the state of labor law. > Mackay Radio has been called "the worst contribution that the U.S. Supreme Court has made to …

  12. comment
    Comment #23084199

    I know that the Tech Workers Coalition (TWC) has done some significant organizing against Amazon, in the form of protests/drawing media attention, and in deeper/less visible aspect…

  13. comment
    Comment #23084170

    One significant change since that era of unionization is that programmers can't actually shut down the business with a strike. If programmers stop working, that doesn't actually di…

  14. comment
    Comment #20759540

    Well, you still can't do that—WASM doesn't have DOM bindings, you'd still have to ship out to JS. I believe that's a goal, so yes eventually that could be a benefit, but not at the…

  15. comment
    Comment #20759125

    Web assembly is generally an optimization, not an app alternative. Think of it the way you would the C bindings Node.js has. If you've got a compute-heavy code path, writing it in …

  16. comment
    Comment #20386869

    This reads like you're equating collective bargaining with salary negotiation, but there are a ton of other dimensions where negotiating as a group would be beneficial. I've worked…

  17. comment
    Comment #20384632

    Vocational training absolutely could be done in tech, web/app development is much closer to carpentry than it is to computer science in my view. Unions are definitely complex, it's…

  18. comment
    Comment #20384551

    Not sure where "tying pay to tenure" came up, unless that's how you view what unions do? A union just means a group of employees negotiating as a unit, what changes they ask for is…

  19. comment
    Comment #19914051

    Bob Glickstein wrote a really phenomenal writeup https://medium.com/interstellar/understanding-the-stellar-co...

  20. comment
    Comment #18682409

    Not sure where you're getting that it's deprecated. Both the repo itself and the styled components website list it as a highly recommended (but optional) addition. https://www.styl…

  21. comment
    Comment #18682309

    That "worst sentiment of 2018" comment was directed specifically at > Things like that (CSS into JS/ typed JS/Elm) are done because the developers are not competent enough in their…

  22. comment
    Comment #18682276

    We've not run into any performance issues in our 80k LoC JS app using styled components 100%. I'm not sure it's accurate to say it's ditched static styles exporting, with babel-plu…

  23. comment
    Comment #18682224

    We use styled-components, which is one of the most commonly used css-in-js libraries, and it supports both pseudo-classes and browser breakpoints. I'm not sure how applicable this …

  24. comment
    Comment #15665174

    React has extremely careful versioning with a precise internal definition of what a "breaking change" is. Judging React by Angular's terrible version numbers doesn't seem fair to m…

  25. comment
    Comment #14308261

    Very excellent writeup of some tricky concepts. Nothing in here is terribly new (or, I would even argue, particularly controversial among those familiar with Redux), but until now …