Viewing profile — mikemaccana
mikemaccana
HN member- Joined
- Thu, May 05, 2011, 2:38 AM UTC
- HN karma
- 497
- Public activity
- 167 items
- HN profile
- View on Hacker News ↗
About mikemaccana
Recent public activity
-
comment
Comment #11080034
Charities often don't value work if it's provided to them for free. If you are providing any kind of discount, make sure you show the full price of your time on your invoices, then…
- story
-
comment
Comment #10842745
Totally agreed, there's certainly a place for tools that don't need DevOps skills, and many places - typically PaaS - that take care of this. However many developers wish to have m…
- story
-
comment
Comment #10826529
Probably worth noting that Telegram is not secure: http://security.stackexchange.com/questions/49782/is-telegra...
- story
-
comment
Comment #10826254
I'll be more direct at saying what the post can't say: - Historically the V8 team simply did not care about node, and would introduce breaking changes that would come as a surprise…
-
comment
Comment #10825842
So what's actually included? A comment here mentioned koa, and there's some kind of ORM, but the README has no information.
-
comment
Comment #10824699
I was really slow on picking up Babel too. But I've been using Babel 5.x in production for six months without errors - main things were docs that referred to old versions of babel …
-
comment
Comment #10824596
> This "separate data from presentation" sounds like TCO-speak. Way too frequently referenced to be a genuine inspiration. Huh? It's a very specific thing. When you run stuff on Po…
-
comment
Comment #10824473
Asides from being an actual Windows app as you mentioned, it's also a current OpenSSH codebase.
-
comment
Comment #10824468
A half-bad Unix on top of Windows, with its own duplicate way of handling services, storage, users, permissions and everything else, is a pretty poor setup. Powershell (particularl…
-
comment
Comment #10824187
See https://github.com/PowerShell/Win32-OpenSSH/issues/57 . For some reason putty works but iTerm has the backspace issue. Putty user: what's your $TERM? Ctrl H works as a workarou…
-
comment
Comment #10824175
Yes. From my Mac: $ ssh mike@192.168.0.12 mike@192.168.0.12's password: Microsoft Windows [Version 10.0.10586] (c) 2015 Microsoft Corporation. All rights reserved. C:\Users\Mike>po…
-
comment
Comment #10824162
See also https://github.com/PowerShell/Win32-OpenSSH/wiki/ssh.exe-exa... once you've got it running. To work around a bug, you'll currently need to run `powershell -File -` It's st…
- story
-
comment
Comment #10823713
Here's the current full table (with the seventh row complete): https://upload.wikimedia.org/wikipedia/commons/3/3d/Discover...
-
comment
Comment #10779212
libtls is part of libressl: http://www.libressl.org/ > LibreSSL is composed of four parts: > The openssl(1) utility, which provides tools for managing keys, certificates, etc. > li…
-
comment
Comment #10778768
I should add: OCSP is the baseline requirements, ie. DV SSL certs will also need to support OCSP checking. See https://cabforum.org/wp-content/uploads/Baseline_Requirement...
-
comment
Comment #10778024
That's an excellent point - I've added it to the article and credited you.
-
comment
Comment #10777988
EV is a standard for identity verification, rather than a product. Our product is 40-100x faster validation for EV. If you think DV is fine for your app, that's awesome. But if you…
-
comment
Comment #10777583
EV certificates require OCSP: Section 26-A of the issuing criteria requires CAs to support OCSP checking for all certificates issued after Dec. 31, 2010. However as the other poste…
-
comment
Comment #10777574
This is a perfect explanation. As a followup to @daok's feedback, I've amended the article to expand EV & provide a link!
- story
-
comment
Comment #10770800
A less common question we get, that a lot of web devs are interested in is 'How do I mitigate against MITM attacks'. - As a browser, by using a default OS and watching the root CA …