Viewing profile — reindeerer
reindeerer
HN member- Joined
- Fri, Aug 11, 2017, 6:13 PM UTC
- HN karma
- 85
- Public activity
- 60 items
- HN profile
- View on Hacker News ↗
About reindeerer
No profile information was provided.
Recent public activity
- story
-
comment
Comment #40194684
They are so entrenched on gerrit, it's so uniquely terrible. Should have bought Gitlab when there was the moment
-
comment
Comment #38973278
Yes, but the schema def is still in protobuf
-
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…
-
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
-
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…
-
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…
-
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…
-
comment
Comment #34458387
github had subversion support ??? :)
-
comment
Comment #33568662
CHAdeMO / GB/T were harmonized into a new connector ( CHAdeMO 3.0 aka ChaoJi )
-
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
-
comment
Comment #33566789
Are you trying to imply that just calling something is a standard doesn't make it a standard ? Hmmmm
-
comment
Comment #33025905
Yep but incentives haven't shifted, and the organizational inertia to fight in their fiefdoms is super strong
-
comment
Comment #32934223
You could actually go to space several times for this cash
-
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.
-
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
-
comment
Comment #31270060
Those rendering frameworks are being written as well, for no other reason than promo
- story
-
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
-
comment
Comment #24550075
Are they trying to put trained monkeys out of the job there ?
-
comment
Comment #22411390
Here's a battle that Google lost
-
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…
-
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
-
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
-
comment
Comment #18839943
Also, your average npm module packages incredibly small amounts of functionality, making dependency trees huge and hence also very brittle.