Viewing profile — hdhzy
hdhzy
HN member- Joined
- Thu, Jan 19, 2017, 11:05 AM UTC
- HN karma
- 1,083
- Public activity
- 475 items
- HN profile
- View on Hacker News ↗
About hdhzy
No profile information was provided.
Recent public activity
-
comment
Comment #15831786
There are generally two schools of thought: one is that the programmer should know better, memorize the documention and specs. The other one is that if it violates the principle of…
-
comment
Comment #15831233
These kind of hidden extensibility in built-in functions make even seemingly simple code not work as expected: ["1", "2", "3"].map(parseInt) > [1, NaN, NaN]
-
comment
Comment #15823053
> ...it seems like a block chain would be ideal If I could get just 1 satoshi every time I see this suggestion...
-
comment
Comment #15822969
https://github.com/git/git/blob/master/Documentation/technic...
-
comment
Comment #15822486
Auditing binaries wouldn't really do anything as it's their hardware that'd run the binary. So the hardware can be programmed to lie or to still have some backdoor.
-
comment
Comment #15788747
Can't check it because of missing plugin but is it something like https://eternitywall.it/ ?
-
comment
Comment #15783024
A lot of them generate 404s but still it's a very valuable list, thanks! -2017-11-26 22:15:18-- http://www.oreilly.com/design/free/files/2016-design-salary-survey-report.epub Reusi…
-
comment
Comment #15775390
Out of curiosity which version do you have?
-
comment
Comment #15775374
I wouldn't recommend XPS. I have version 9350 and it constantly have one problem after another. In no particular order: slow boot time (it can take 7 seconds to see dell logo after…
-
comment
Comment #15770944
Actually I read the rechargeable section but there is no explicit mention there of how quickly does the rechargeable battery provide power. Is this implied that it's not in quick b…
-
comment
Comment #15770510
> There are some kinds of battery that only work at those temperatures - molten salt batteries. Used on earth for a few types of missile and some grid batteries. Not an expert in b…
-
comment
Comment #15766057
> There are no standards and protocols in place for this, and there's no browser that enforces this. And there will never be especially for web apps because there are no parties in…
-
comment
Comment #15764214
I don't want to sound negative but I guess almost 100% of the web relies on quickly updating resources and being fresh so I wouldn't hold my breath for when "resource pinning" woul…
-
comment
Comment #15764196
> The webcrypto api also can't stop the server from sending malicious javascript to a user which when run uses the webcrypto key to decrypt the user's data and send it back to the …
-
comment
Comment #15754827
You don't need to think ME is a secret NSA backdoor to know it's a terrible "feature" from security point of view.
-
comment
Comment #15754036
> CACert is a weird example because their model was completely at odds with how everybody else (yes now including Let's Encrypt) does things. Well, CACert insisted on validating pe…
-
comment
Comment #15747220
It's not that easy. I mean the code is there but the infrastructure needs to be provisioned and it takes time to gain trust in the CA world, see CACert.
-
comment
Comment #15746918
The USB-C port is just for power and as far as I know it doesn't support anything more than 1080p than on a big monitor looks kind of bad.
-
comment
Comment #15743955
DeX is quite good but unfortunately only available on the top Samsung phones. I think the target market would be people that don't necessarily need a PC for most of the time. Someo…
-
comment
Comment #15735735
I'm not the author but probably the intention there is to have a minimal one executable container and before the recent multistage builds feature it was kind of a pain to implement…
-
comment
Comment #15733919
> I was wondering if anyone has more details about setting up and using a hardware key like the Yubikey in conjunction with Pass works? Find a guide on using Yubikey with gpg (such…
-
comment
Comment #15733818
I found pass [0] to be extremely useful especially if one is using OpenPGP (e.g. GPG) already. For desktop there is QTPass [1] for Android Password Store [2]. There is pass-otc [3]…
-
comment
Comment #15726757
Maybe quickly changing topics is what causes the confusion. I guess they picked github because it has enterprise offering and enterprise customers are interested in large git repos…
-
comment
Comment #15726734
I don't know what addresses they use but github engineering blog has a lot of examples of really useful contributions, e.g.: > Shortly after our initial deploy, we also started the…
-
comment
Comment #15726696
No, they needed to do some modifications to the git suite of tools. Generally git expects all objects to be on disk and Microsoft wanted to have sparse checkouts of files in a spec…