Hacker Newsnew | past | comments | ask | show | jobs | submit | partkyle's commentslogin

> Like, if I'm severely allergic to peanuts, then I take reasonable steps to avoid them, such as not patronizing a restaurant that uses peanuts in its food.

What if someone made you a sandwich and didn't tell you there were peanuts in it with the intent of causing a reaction? Eating the sandwich could have been avoided, but you wouldn't know that until you took a bite.


In the article the author mentions that it's due to the null assignment in the first line of the `coerce` method.

Look for the "Thanks, NULL!" section near the bottom.


I wish Java had done more backwards comparability breakage. I wonder if we'd see the same issues if Java eliminated null in exchange for a Option/Maybe style monad and if generic types were saved instead of erased at compile time.


Java 9 is not fully compatible with Java 8. So we will soon see first hand if doing more backward compat breakage, for good they told, will be accepted or not. I predict there will be an internet outrage when Java 9 will be out.


You can't break backwards compatibility if you want to be a successful language for enterprise software development.


> A student should be able to browse for information on depression without their principal knowing it, a dissident should be able to research how to avoid national firewalls without their government knowing it, and anyone who damn well pleases should be able to read whatever they like without their ISP knowing it.

If you just redirect all of the http traffic this isn't entirely helpful to these people. The original request is sent in clear text and redirected.


We'd assume they'd be using HTTPS, you can't redirect HTTPS traffic without serving an invalid certificate which most browsers will warn you of. Or a forged cert, but that's harder to do.


Unfortunately HTTPS is unable to protect you in a school/office setting, or wherever you use a computer provided to you by someone else. In those cases, certificates can (and will) be forged very easily.


There is a recent update on android that is fantastic. An overlay will appear on any app requesting a password, including the browser.

It's actually better than integration with a computer.


That overlay only shows up for me after I've switched to the LastPass keyboard and selected the password and filled in the box, too little way too late.


Shows up for me without issue so long as I've already logged in to the LastPass app. Not using the lastpass keyboard either.


I think I saw that once or twice after updating, but it then stopped working for me. I'll have to investigate what's going on.



I thought the same, but their meta tag doesn't point to /humans.lol

It points to http://humanslol.org/images/lolicon.jpg

But after the one at SeatGeek, I was disappointed.


let g:ctrlp_by_filename = 1

I found this in the help docs.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: