Viewing profile — gant
gant
HN member- Joined
- Tue, Jul 12, 2016, 10:12 AM UTC
- HN karma
- 240
- Public activity
- 90 items
- HN profile
- View on Hacker News ↗
About gant
No profile information was provided.
Recent public activity
-
comment
Comment #18192510
It depends. I've seen some shit on cheap bare metal providers, including getting ARP poisoned on Online.net. Hetzner has been great overall. They've been very very helpful in docum…
-
comment
Comment #18192497
Running Kube on their cloud servers? Well have fun with that, the "vCore" is a very inconsistent unit unless you get their dedicated core servers. I moved back to Hetzner Bare Meta…
-
comment
Comment #18183422
We only use Azure for AD and still we get the leaky cloud everything is on fire screen once a week at least.
-
comment
Comment #18149147
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 contri…
-
comment
Comment #18143822
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 na…
-
comment
Comment #18129964
>RedHat quality caugh https://www.openshift.com/
-
comment
Comment #18120648
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 ful…
-
comment
Comment #18083208
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"
-
comment
Comment #18083182
I mean I didn't call anyone a cracker, but would that offend you?
-
comment
Comment #18083179
Thank you.
-
comment
Comment #18056764
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 …
-
comment
Comment #18056695
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.
-
comment
Comment #18034402
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 …
-
comment
Comment #18031505
>Thomas Sowell or Camille Paglia Gotcha. I'm wasting my breath. https://rationalwiki.org/wiki/Thomas_Sowell https://rationalwiki.org/wiki/Camille_Paglia
-
comment
Comment #18026046
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 cultur…
-
comment
Comment #18024592
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 somethi…
-
comment
Comment #17932821
Is there a reason you assign a /30 instead of doing point-to-point routing?
-
comment
Comment #17638362
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.
-
comment
Comment #17630208
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 …
-
comment
Comment #17626372
Oh right, that's a thing (that was never available here in Germany).
-
comment
Comment #17625113
Twitter has that feature where you can post multiple tweets in a chain. Honestly, why have a character limit at all at this point...
-
comment
Comment #17622208
I used that for a while, until a billing network banned me for using too many cards with my name.
-
comment
Comment #17612123
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 segf…
-
comment
Comment #17609139
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 …
-
comment
Comment #17609005
People really seem to dislike context in the standard library too: https://github.com/golang/go/issues/20280