Viewing profile — chug
chug
HN member- Joined
- Mon, Jan 04, 2016, 4:50 AM UTC
- HN karma
- 48
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About chug
No profile information was provided.
Recent public activity
-
comment
Comment #39955494
Health insurance companies do actually care, unfortunately. They're incentivized to embrace higher prices since they have to spend at least 80% of premiums on payouts. If you have …
-
comment
Comment #24962357
That's a good point. I definitely have too much of a US-centric view on this as I'm not very familiar with the project and was assuming at least a few of the major people involved …
-
comment
Comment #24961859
My guess is that RIAA will pursue it until they either win legally or exhaust and frighten everyone away from it and it becomes a much less powerful tool. It's not like DMCA notice…
-
comment
Comment #24961809
The problem with this is that DMCA isn't the only option the RIAA has by a long shot. The DMCA is a tool to get a platform to stop hosting content the rights holder believes is inf…
-
comment
Comment #24538388
If it truly is a national security concern and not politics, this should be the obvious conclusion. How do we know some Facebook employee isn't siphoning data to the CCP right now?…
-
comment
Comment #19316651
Looks interesting! You mentioned in the docs that it would be simpler once abstractions develop and that made me realize it's similar to facebook/dataloader, just used across reque…
-
comment
Comment #18880638
I came across this last night ( http://dtrace.org/blogs/bmc/2018/09/28/the-relative-performa... ) and went down the rabbit hole of Rust and its BTreeSet ( http://cglab.ca/~abeinges…
-
comment
Comment #18351464
This implies women aren't capable of earning success in any way other than trading sexual favors. Also, there's a huge difference in hookup culture and casual flings vs being in a …
-
comment
Comment #16936990
The title on this seems pretty misleading. This is really a guide on how to use the escapeshellarg when you should use escapeshellcmd (or the opposite). Of course, the API of syste…
-
comment
Comment #16788362
It doesn't have built in support for it since it's just using dnsmasq under the hood, but you can install something like dnscrypt-proxy and then configure pi-hole (i.e. dnsmasq) to…
-
comment
Comment #16293927
I'm not quite sure you can just hand wave away the harmfulness. It's very possible that a lot of people would feel highly violated by it. It basically takes away your control over …
-
comment
Comment #14937479
It's more like running valet parking and leaving other people's cars unlocked. Yeah, you should update your process so that your drivers lock the cars, but oh man, that's kind of h…
-
comment
Comment #13860834
It's not officially part of the Pi Hole project, but I've been using https://hub.docker.com/r/diginc/pi-hole/ for about six months on a Raspberry Pi (though they support other plat…
-
comment
Comment #13153325
The only company I've worked at with an ESPP required you to hold the stock for 1 year before selling--not in the sense of tax incentives unfortunately, but you literally cannot se…
-
comment
Comment #13152949
It's important to remember that this is putting all of your eggs in one basket to a certain extent though. Your income, your 401k match, and your ESPP are all tied to your employer…
-
comment
Comment #12215544
I think at most it's an exaggerated premise, not false. There's tons of evidence that it does exist, though there is much debate over what exactly the percentage of the gap is. It'…
-
comment
Comment #12193845
One aspect is that arbitration agreements almost always block class action lawsuits which can be hugely advantageous to a company. If a group of people have their rights or contact…
-
comment
Comment #12170158
Exactly! In fact, that's embarrassingly concise given my rambling. The only major thing missed is that the hash input has to contain something that the attack doesn't know in addit…
-
comment
Comment #12163775
Authentication in this context means baking in a way to verify that what you receive is something you encypted and has not been altered. Or, in other words, it lets you know that t…
-
comment
Comment #12120075
> Callbacks, promises, generators are all there to essentially make async code sync I think they actually do quite the opposite: they keep async code async. JavaScript doesn't real…