She's excellent and her stuff has made it to the front page many times. I love seeing her work come up and I imagine many others here feel the same way.
Fair enough. I didn't know what was supposed to be objectionable about her personally until your last comment made me do some Googling. Bleh.
To be honest, I feel like I still don't really know much about who she really is or what real political work she's doing recently, if any. And I kinda don't wanna know anyway; I don't wanna play political blacklist enforcer.
The letter also said it was conditional on the combined entity maintaining investment-grade credit rating, which seems unlikely if the combined entity was saddled with $20B in debt.
> It works great as long as you squint just a bit, ignoring that it generally calls for long,lat and is designed with the assumption of a world CRS.
I thought the spec allowed you to specify the CRS, but I just checked the RFC and they removed that from the 2016 specification and WGS84 is specified. It does allow for alternative CRS with prior arrangement, but like you said that does require a lot of care.
Yes, they deprecated the CRS field and the current state of geojson handling libraries is pretty messy as a result since geojson does not have versioning!
If you have old geojson in a different projection, will your library respect the crs field or will it simply misinterpret your data?
Wondering if anyone could shed light on the decision to remove it as a standard when projection seems to be a critical part of GIS.
Coordinate systems and projections are one of those deeply complicated truths that makes such a headache in GIS. I still shudder at all the pain in school and at previous jobs dealing with inconsistent datasets.
I think they should have completely backed off from touching on projections and datums in the format altogether. Ie. Something like, “coordinates are 2 or 3 tuples where the values in order correspond with easting/long and northing/lat and elevation/altitude. See metadata for agreed upon units and CRS/projection semantics. It is strongly encouraged to standardize on WGS84 when encoding data with an earth-resolvable datum.”
Because GeoJSON otherwise works fine for indoor spaces, video game spaces, fictional lands, other celestial bodies, etc. You just have to educate on the idea that there’s more to data compatibility than it being GeoJSON.
It's almost a certainty that you can't copyright code that was generated entirely by an AI.
Copyright requires some amount of human originality. You could copyright the prompt, and if you modify the generated code you can claim copyright on your modifications.
The closest applicable case would be the monkey selfie.
Both are used, for different reasons, but it's a pretty loose term. Can also use enzymes or other alkaline things. With or without a marinade. Pass through oil or water, or just stir fry with a little extra oil.
The thermal gradient in space is meaningless because there is hardly any matter to dump the energy into. This means you are entirely reliant on thermal radiation. If you look at the numbers given by Stefan-Boltzmann law you'd see that means to radiate a significant amount of energy you need a combination of a lot of surface area and high temperatures.
This means you need some sort of heat pump. For a practical example you can look at the ISS, which has what they call the "External Active Thermal Control System" (EATCS), it's a complicated system and it provides 70kW of heat rejection. A datacenter in space would need to massively scale up such a system in order to cool itself.
The ISS comparison is a bit of a category mismatch. The EATCS is complex because it’s a life-support system that must keep humans at exactly 22C (295K) while managing ammonia loops in a manned environment.
Computers aren't humans. High-performance silicon can comfortably operate at a junction temperature of 80C to 90C (approx. 360K). Because of that T^4 relationship, a radiator at 85C rejects nearly double the heat per square meter than a radiator at 20C, unless I miss something.
There is Landlock now, I believe it would be possible to implement unveil and pledge on top of that.