Meanwhile Oracle of all companies did something good for a change and reported Google's little data mining expedition to the European Commission. I sense a lot of bureaucratic pain coming Google's way over the next few years.
Verius (verius@community.highlandarrow.com)'s status on Wednesday, 22-Nov-2017 13:59:38 EST
VeriusSo lemme get this straight, Google thought it would be a good idea to always collect wifi information from Android phones regardless of whether the user wants it an with only at most the most legalesque and technical hint at it in its ToS/Privacy Policy? They've seem to gone beyond evil into full congress mode ("we don't care, we don't have to care, we're congress").
@maiyannah @gameragodzilla @ayy Well to be fair the unlimited version is only 7000,-. But indeed, the prices for Magic are absurd. At my friendly local game store I sometimes hear about what people pay for them. It's not unheard of for people to pay the same amount of money for a single copy of a card as I pay for a complete playset of 6 months worth of new cards in Netrunner.
Some of the other benefits of maintenance programming:
Losing your sanity over the Lovecraftian horror of spaghetti code so undecipherable even a Pastafarian would call it an affront to his god.
Tearing out your hair trying to get the code to even run due to undocumented build dependencies.
Bashing your head against the table to the point of bleeding when you realize that the code talks to the internals of a particular library and that requires a very exact version of the library that's nowhere to be found on the internet anymore.
@ayy @maiyannah @gameragodzilla Err, LCG's like Android:Netrunner are pretty popular for non-Magic card games and are 100% deterministic with regard to what cards you buy in a pack.
@natecull @lnxw48a1 Well to be fair the compiler which wasn't fully open source was DMD, which isn't the compiler you want when you do serious development. DMD is mostly quicker to adopt new language features (since the core team works directly on it) and quicker at compilation. For serious performance LDC (LLVM based) is used and that has always been open source. Still, I think everyone is happy that the rather silly license situation around DMD has been resolved.
@lnxw37a2 @lnxw48a1 @sulman Well I guess in the minds of many dark skin color = poor and underprivileged = diversity of experience and white skin color = rich and privileged = no diversity of experience. The ironic fact that that kind of reasoning is both really rather racist in addition to being terribly fatalistic (you entire future derives from your genotype) seems to elude people.
@sulman My guess is that she became part of a PR problem rather than a PR solution for some people high up enough in management. Generally jobs like diversity chief are about PR towards a portion of the populace with particular views (in this case SanFran style progressives, which probably make up quite a significant portion of Apple's core fanbase). Very cold and rationally if someone in that position causes relations with the targeted populace to worsen rather than improve management will want to kick them off the position. As a HR veteran I'm sure she understands the politics involved. Luckily, considering what her resume must look like I have no doubt she'll have another good job in no time.
@zacts Yeah, and that's the problem for me. I'm not a beginner. For me it's more valuable that a shell is generally compatible with scripts I need to run OR has very powerful features than that it's easy to use. For all it's faults Powershell is interesting because it offers a completely different paradigm and is generally available on its main platform (Windows).
@zacts I've read about it but it always seems incompatible with common posix sh derivates without offering any compelling benefits so I never looked closer at it.
Verius (verius@community.highlandarrow.com)'s status on Saturday, 18-Nov-2017 11:58:35 EST
VeriusOne thing Powershell does that other shells would do well to emulate is to make it really easy to set up parameter configuration. I don't think it's against the unix philosophy to have a shell have a built-in way of configuring accepted arguments and automatically generate a help message. With such scripts the shell could even offer intelligent auto-completion for parameters.