We only use Azure for AD and still we get the leaky cloud everything is on fire screen once a week at least.
This goes both ways. Don't remember specifics, but contributors trying to "revoke" their license to destroy a FOSS project is about as common as a company trying to use your contributions in a only non-free version.
I am sort of a kubernetes person at work, and I just wasted 3 hours trying to get a cluster up with Rancher. Everything worked fine, except somehow the network started isolating namespaces and the nginx ingress couldn't…
>RedHat quality caugh https://www.openshift.com/
that's some ancap crap if I ever heard some Facebook and co hire psychologists to make their data collection as painless and humanly possible, most of the time people only ever fully realise the extent of the data…
Maybe your opinion is actually terrible, have you considered that? Not everything is a vocal minority, especially not if your scope is "all of OSS"
I mean I didn't call anyone a cracker, but would that offend you?
Thank you.
I feel like being active on GitHub definitely helped me getting my current job. Regarding "wrongthink", it's generally a good idea to keep politics out of your professional GitHub account if you want to work at a place…
That's not the point. The point is that when white people say they're "for meritocracy" they're full of shit. Not on purpose, but still full of shit.
Last I checked both articles have extensive "References" sections. Unless you actually like what you read, in that case I'll just have to deal with that. Unfortunate that stuck up people like you exist, but I'm not…
>Thomas Sowell or Camille Paglia Gotcha. I'm wasting my breath. https://rationalwiki.org/wiki/Thomas_Sowell https://rationalwiki.org/wiki/Camille_Paglia
Having a culture conscious of bias is good, but I'd rather see some progress before the end of the century. You know, cause old people exist and you can't really change this culture too fast, especially not if you…
The problem is that these "immutable characteristics" are very hard to assess subjectively by humans. Say you divide a group of candidates into evenly split groups based on something. Gender, age, race - your pick.…
Is there a reason you assign a /30 instead of doing point-to-point routing?
If by "signatures committed to blockchain" you mean git with a GPG signed tip/tag, then yes, sure, blockchain. If you mean that other thing, no.
They're sort of an intelligence network for payment processors. Took a few days and it worked again, but just be aware that having a new credit card every payment might put you in a higher risk bucket.
Oh right, that's a thing (that was never available here in Germany).
Twitter has that feature where you can post multiple tweets in a chain. Honestly, why have a character limit at all at this point...
I used that for a while, until a billing network banned me for using too many cards with my name.
Regarding 1, I (and seemingly everyone else writing libraries) usually return (value, error) and treat a nil value as error. We have quite a bit of old code at work that might segfault because it wasn't done like this.…
Oh no, not another code generator. That seems to be a common thing in Kubernetes too, if you don't want to spend the time writing actual code and Go is too "boilerplate heavy" for you, just write a code generator and…
People really seem to dislike context in the standard library too: https://github.com/golang/go/issues/20280
1. Get IDE support. There is no convention of adding a suffix like "Interface", and I personally am very happy with this. C# ISomething naming conventions have annoyed me quite a bit. 2. Always limit the scope of your…
I'm a little bit concerned because the last package that Google seems to have purpose-built for Go+Google (AppEngine?) was context, that gave us things like context.Context, a generic KVS that needs reflection, heavily…
We only use Azure for AD and still we get the leaky cloud everything is on fire screen once a week at least.
This goes both ways. Don't remember specifics, but contributors trying to "revoke" their license to destroy a FOSS project is about as common as a company trying to use your contributions in a only non-free version.
I am sort of a kubernetes person at work, and I just wasted 3 hours trying to get a cluster up with Rancher. Everything worked fine, except somehow the network started isolating namespaces and the nginx ingress couldn't…
>RedHat quality caugh https://www.openshift.com/
that's some ancap crap if I ever heard some Facebook and co hire psychologists to make their data collection as painless and humanly possible, most of the time people only ever fully realise the extent of the data…
Maybe your opinion is actually terrible, have you considered that? Not everything is a vocal minority, especially not if your scope is "all of OSS"
I mean I didn't call anyone a cracker, but would that offend you?
Thank you.
I feel like being active on GitHub definitely helped me getting my current job. Regarding "wrongthink", it's generally a good idea to keep politics out of your professional GitHub account if you want to work at a place…
That's not the point. The point is that when white people say they're "for meritocracy" they're full of shit. Not on purpose, but still full of shit.
Last I checked both articles have extensive "References" sections. Unless you actually like what you read, in that case I'll just have to deal with that. Unfortunate that stuck up people like you exist, but I'm not…
>Thomas Sowell or Camille Paglia Gotcha. I'm wasting my breath. https://rationalwiki.org/wiki/Thomas_Sowell https://rationalwiki.org/wiki/Camille_Paglia
Having a culture conscious of bias is good, but I'd rather see some progress before the end of the century. You know, cause old people exist and you can't really change this culture too fast, especially not if you…
The problem is that these "immutable characteristics" are very hard to assess subjectively by humans. Say you divide a group of candidates into evenly split groups based on something. Gender, age, race - your pick.…
Is there a reason you assign a /30 instead of doing point-to-point routing?
If by "signatures committed to blockchain" you mean git with a GPG signed tip/tag, then yes, sure, blockchain. If you mean that other thing, no.
They're sort of an intelligence network for payment processors. Took a few days and it worked again, but just be aware that having a new credit card every payment might put you in a higher risk bucket.
Oh right, that's a thing (that was never available here in Germany).
Twitter has that feature where you can post multiple tweets in a chain. Honestly, why have a character limit at all at this point...
I used that for a while, until a billing network banned me for using too many cards with my name.
Regarding 1, I (and seemingly everyone else writing libraries) usually return (value, error) and treat a nil value as error. We have quite a bit of old code at work that might segfault because it wasn't done like this.…
Oh no, not another code generator. That seems to be a common thing in Kubernetes too, if you don't want to spend the time writing actual code and Go is too "boilerplate heavy" for you, just write a code generator and…
People really seem to dislike context in the standard library too: https://github.com/golang/go/issues/20280
1. Get IDE support. There is no convention of adding a suffix like "Interface", and I personally am very happy with this. C# ISomething naming conventions have annoyed me quite a bit. 2. Always limit the scope of your…
I'm a little bit concerned because the last package that Google seems to have purpose-built for Go+Google (AppEngine?) was context, that gave us things like context.Context, a generic KVS that needs reflection, heavily…