Viewing profile — dissent
dissent
HN member- Joined
- Fri, Dec 06, 2013, 4:17 AM UTC
- HN karma
- 385
- Public activity
- 125 items
- HN profile
- View on Hacker News ↗
About dissent
No profile information was provided.
Recent public activity
-
comment
Comment #47524677
Is this satire?
-
comment
Comment #46832668
Come on, it was the 1930s, in Germany and Hitler and the Nazis (the real ones we got the name from) were actually in power. You're comparing apples to potatoes.
-
comment
Comment #46824000
Godwin's Law. But without the usual irony.
-
comment
Comment #46823969
If I said I wasn't a Musk or Tesla fanboy, I would expect you to take me at my word. I gave a two sided account of my Tesla experience. I do like this car, and I bought it because …
-
comment
Comment #46823932
Thanks for the thoughtful response. You know what, I do feel a bit conned by this vision only implementation. It wasn't obvious when we test drove it, and they didn't mention it. W…
-
comment
Comment #46823820
I saw more of an awkward guy doing a weird gesture, either because he was trying to be edgy, or he meant it as something else. He might even have done it as an ill advised joke bec…
-
comment
Comment #46823536
I actually don't really care if he's a nice person or not, just like I don't care who the CEO of other car makers are. But for the record I think it's pretty silly to call him a Na…
-
comment
Comment #46823047
I kind of don't really care, as long as I get good service if my car is affected. I'm not defending them here. The next few years will tell if it was a bad buy or not. So far I'm r…
-
comment
Comment #46822943
I was in the market for an EV due to great tax advantages. I assumed BYD would be the sweet spot, but test drove a Tesla for comparison. I ended up with the Tesla. It is hands down…
-
comment
Comment #46822910
I bought a new Model Y a few months ago. On the whole, it's a great car, it really is. They've pretty much nailed the fundamentals. It's opinionated, not unlike Apple, but if the o…
-
comment
Comment #46808436
The conclusion of the article is "yes", because you usually end up saving more time in the long run than you think. But there's an even better reason. Consistency, encapsulation of…
-
comment
Comment #46781372
Homebrew's built a package manager on top of git. I'm talking about platforms that generate built artifacts and have package managers with dependency resolution to fetch them.
-
comment
Comment #46762262
That may be true, but if you think your definition of morality is correct and anybody who thinks otherwise needs to be punished, then no wonder you've ended up with an authoritaria…
-
comment
Comment #46762158
He might be lynched by his shareholders :)
-
comment
Comment #46762051
There's a big difference between being a party member actually in a government position (war related, no less), and being a businessman surviving under that regime. You're not only…
-
comment
Comment #46740649
Does anybody actually find Autopilot to be more than a novelty? Having to look ahead like a robot and keep your hands on the wheel is exactly how you drive without it. It feels lik…
-
comment
Comment #46717601
This implies there's some kind of shared resource out there on the network that your devs are developing on. Why not make all these resources part of your local dev stack, served o…
-
comment
Comment #46701784
Not in the context of claiming NAT offers protection. An ipv6 lan with default ingress deny is more secure than ipv4+nat
-
comment
Comment #46700893
NAT isn't protecting them. Not being on the public internet at all is protecting them. NAT is then unprotecting them a little by letting them punch out again. It's super easy for r…
-
comment
Comment #46699356
Couple of problems with git. In the enterprise, RBAC is a royal pain. You give out a URL and it's hard to know if the consumer can fetch it. URLs are absolute, there is no resoluti…
-
comment
Comment #46699164
It's a well understood principle and an abstract value. It's got nothing to do with the US per-se, except it found it's way into your constitution and is protected. The conservativ…
-
comment
Comment #46663914
I know what you mean, but there seems to be some kind of misplaced fear about this which has led us down the garden path of unmaintainable config (or even trying to jinja template …
-
comment
Comment #46663848
I happen to agree in this principle, but for most of human history it would have been considered a radical idea. Much of the world still doesn't fully buy into it. It's a philosoph…
-
comment
Comment #46663747
Write it in a higher level language and generate the YAML from that. See the YAML as a wire protocol, not something you author things in.
-
comment
Comment #46630547
STRIPE_KEY I understand because it's an external service that you can't really simulate locally. But DATABASE_URL - why not just default this to localhost, and default the secret t…