Live data from Hacker News

Viewing profile — reindeerer

reindeerer

HN member
Joined
Fri, Aug 11, 2017, 6:13 PM UTC
HN karma
85
Public activity
60 items

About reindeerer

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #40194684

    They are so entrenched on gerrit, it's so uniquely terrible. Should have bought Gitlab when there was the moment

  3. comment
    Comment #38973278

    Yes, but the schema def is still in protobuf

  4. comment
    Comment #38972575

    The first issue is that protobufs arent a standard. That inherently limits anything built on top of them to not be a standard either, and that limits their applicability Also depen…

  5. comment
    Comment #38972164

    Give me something that isn't based on protobufs at wire / request level. CBOR with CDDL for a fully standards based approach that can work at any size of the stack

  6. comment
    Comment #34671390

    That's the whole point, source tars when properly versioned don't change. And you can get unchanged versions from any mirror in the world. sha256 of linux-2.6.10 release is 404e33d…

  7. comment
    Comment #34589434

    That norm still exists, and it's offered by Github in form of Github Releases feature as well. It's the downstream tooling ( i.e. all the builds and package managers ) that need to…

  8. comment
    Comment #34589419

    This is a false choice. "Vendoring" is much more of a mess than this is, and second, there's no reason to rely on these on the fly tarballs for anything, when proper versioned soft…

  9. comment
    Comment #34458387

    github had subversion support ??? :)

  10. comment
    Comment #33568662

    CHAdeMO / GB/T were harmonized into a new connector ( CHAdeMO 3.0 aka ChaoJi )

  11. comment
    Comment #33566822

    > What legal guarantee is there that Tesla won't reverse course in the future? None. There would have to be a governing body set up for this to have any legs

  12. comment
    Comment #33566789

    Are you trying to imply that just calling something is a standard doesn't make it a standard ? Hmmmm

  13. comment
    Comment #33025905

    Yep but incentives haven't shifted, and the organizational inertia to fight in their fiefdoms is super strong

  14. comment
    Comment #32934223

    You could actually go to space several times for this cash

  15. comment
    Comment #32334425

    I've lost count how many misguided bids of taking x86 to low-power they made. Also the apparent unshakeable confidence that ARM will never become viable on server and desktop.

  16. comment
    Comment #32167748

    ABI with a clear major version number would solve this. It's what C++11 should have done with CoW strings. You just ship 2 version compiled targets of std libs

  17. comment
    Comment #31270060

    Those rendering frameworks are being written as well, for no other reason than promo

  18. story
  19. comment
    Comment #25475618

    Somehow those promos have to get done right ? Couple of OKRs, a few perf cycles, launch, and move on. Also great perf stories for people who took care of sunsets

  20. comment
    Comment #24550075

    Are they trying to put trained monkeys out of the job there ?

  21. comment
    Comment #22411390

    Here's a battle that Google lost

  22. comment
    Comment #20702334

    Nah, this is bunk. The cost of code sharing on top of something like Ionic is next to nothing. And for every platform specific feature you can just plumb in whatever plugins you wa…

  23. comment
    Comment #18986826

    It's very much a focus and resource allocation problem. Double the number of engineers working on the keyboard and it doesn't happen

  24. comment
    Comment #18839953

    Rust has also embraced the very small packages mentality more and more, and it's already showing, things turn far more brittle quickly

  25. comment
    Comment #18839943

    Also, your average npm module packages incredibly small amounts of functionality, making dependency trees huge and hence also very brittle.