HackerTrans
TopNewTrendsCommentsPastAskShowJobs

barake

no profile record

comments

barake
·14일 전·discuss
Semaglutide does an incredible job of keeping my autoimmune issues in check. The only side effect I've had is needing to drink more water or else I feel like I've got the flu. Minimal tradeoff IMO
barake
·16일 전·discuss
Apple TV is a little worrisome, surprised the A-series devices jumped so much. They're on older lines and have mostly been a way to recoup R&D for flagships. Theyre either subsidizing other products to soften the increase, or older process nodes are under serious demand suddenly.

Doesn't bode well for the industry. PlayStation and Xbox both switched to mostly-commodity hardware this gen and are years old, yet also facing the same price pressure apparently
barake
·지난달·discuss
It was sealed sets, still NIB, not individual pieces. No one would bother selling $200k of loose bricks on consignment.
barake
·5개월 전·discuss
It's due to fragmentation in implementations. The YAML spec is fairly large, and library authors understandably aren't excited at the prospect of dealing with all the minor details of less commonly used bits, like anchors.

You end up with YAML libraries being widely available and they all implement _most_ of the spec, but the portion not implemented varies. Plus there are minor variations in how people have read the spec, and even options _within_ the specification on how to handle parsing:

https://yaml.org/spec/1.2.2/#chapter-10-recommended-schemas

This isn't really a problem for projects like Kubernetes where most of the ecosystem uses the same library. On the other hand, OpenTelemetry is rolling out "declarative configuration" across all the supported languages. I work on OTel, and have avoided contributing in that area because I lack the patience to deal with the inconsistences - I don't hate YAML, but it can be frustrating.

AFAIK, the only 100% spec compliant implementation is libfyaml.