Viewing profile — olov
olov
HN member- Joined
- Sun, Aug 08, 2010, 10:08 AM UTC
- HN karma
- 66
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About olov
No profile information was provided.
Recent public activity
-
comment
Comment #9610412
Live stream recording here: https://youtu.be/Fx304EfqtMo?t=2468
-
comment
Comment #9610406
Live stream recording here: https://youtu.be/Fx304EfqtMo?t=395
-
comment
Comment #9236677
I haven't been able to see the comments so I can't give feedback on that, but you should give proper credits to the book's author, Marijn Haverbeke and respect his choice of licens…
-
comment
Comment #9201819
Thanks - I somehow managed not to look at that (saw it now after Twitter feedback). I can't edit my earlier comments so I'll just amend here instead: There are open source lawyers …
-
comment
Comment #9191859
Thanks for being specific. I agree that Facebook's termination clause is crafted to benefit Facebook more than should they have used similar language to Google's (or APL2.0). A les…
-
comment
Comment #9185482
Now, I don't know what makes things "better" for you but from the perspective of most licensees it is probably legally better to have a conditional patent grant than none at all, m…
-
comment
Comment #9183618
"much-discussed" by "less-informed" I'd say. There is nothing sad about React PATENTS file. 1. React source code is licensed under the Modified BSD license. 2. React also comes wit…
-
comment
Comment #9080610
I don't understand your claim about redundancy. Amazon says that Glacier "is designed to provide average annual durability of 99.999999999% for an archive", https://aws.amazon.com/…
-
comment
Comment #8939611
You managed to cover a lot in those 40 minutes. Well done!
-
comment
Comment #8550611
I beg to disagree. The credit card is "something you know" just as much as "something you have", because when used on the web it is just a (copyable) 23 digit number. Whether you r…
-
comment
Comment #8549712
I don't know if it's really fair to call Verified by Visa two-factor authentication as your card number is just another string (that can be replicated). With Verified by Visa you g…
-
comment
Comment #8457737
Disable SSL3.0 in golang ListenAndServeTLS: https://gist.github.com/olov/eb60ab878eb73a7c5e22
-
comment
Comment #8448611
Hmm. There are no open bugs for that on the gulp-ng-annotate or browserify-ngannotate repos. https://github.com/Kagami/gulp-ng-annotate/issues and https://github.com/omsmith/browse…
-
comment
Comment #8412779
it can certainly not support everything, partly because of limitations imposed by static analysis, buy you may be surprised with what it can handle. Also: For situations where you …
-
comment
Comment #8412770
That occasionally happens when you do things in non-standard ways, although ng-annotate has become quite smart lately and can now follow references and more. Did you use the latest…
-
comment
Comment #7097477
"Rare" is the key here, thanks. An AFR of 3.2% is already a pretty damn long MTBF. Makes sense now!
-
comment
Comment #7097333
Ok, after converting to MTBF the numbers make more sense: An AFR of 0.9% means a MTBF of 968947 hours (111 years). An AFR of 3.2% means a MTBF of 269346 hours (31 years). I guess a…
-
comment
Comment #7097000
The AFR is 2.3 percentage points less (0.9% vs 3.2%), which in this case means that a single unit of the inferior brand is 3.5 times more likely to die during a full year of use. I…
-
comment
Comment #7096291
If I'm not reading it wrong then your data says that the Hitachi drives have half the Annual Failure Rate, or less, than the others (in your setup). Not sure what this means in MTB…
-
comment
Comment #7096130
"If the price were right, we would be buying nothing but Hitachi drives." I don't understand why they don't. Are the Hitachi drives really that much more expensive so that it doesn…
-
comment
Comment #6907043
nah, but 1.3 does.
-
comment
Comment #6841494
Understandable - but it's pretty easy to do small modifications like that using Github's edit feature. Everything but the editing itself is pretty much hidden away.
-
comment
Comment #6610390
Use qBittorrent instead if you like the feature-set of uTorrent. In particular, qBittorrent's UI is modeled after uTorrent. It is open source and works on Linux, OS X, Windows, Fre…
-
comment
Comment #6553345
For many problems, you never need a stringmap (in any language so JS). For a lot of problems, you do. Perhaps the administrative software for this school wanted to display the most…
-
comment
Comment #6504537
Nice initiative. There's little need to clutter the code base with redundant dependency injection ceremony these days (tools do it just fine) so I filed a PR: https://github.com/mg…