Live data from Hacker News

Tell HN: Somebody implemented something I wrote a blog about

news.ycombinator.com

191–200 of 253 posts

Re: Tell HN: Somebody implemented something I wrote a blog about

#191
post #25

Related: I think it's surprising how many services leak whether or not a password is correct. E.g. bad password => error, good password => 2FA prompt. You should verify a user's second factor before password.

that gives the attacker an easy way to check which accounts have 2fa enabled. One attempt on each account and they can tell which accounts will need more work.

Re: Tell HN: Somebody implemented something I wrote a blog about

#192

Years back, every web browser's built-in password manager locked up the page when submitting a login form, waiting for the user to answer "do you want to save this password?" before proceeding. I thought that was silly: how do I know if I want to save the password before I've seen whether it's correct? Which I can't see until the form is submitted. At the time I was using Opera, so I wrote in to their customer suppor…

During the Edge beta in transition to Chromium engine, I requested they add green to the icon. I did get an automated thank you when it was finally released. That really made my day.

Re: Tell HN: Somebody implemented something I wrote a blog about

#193

Earlier quoted context omitted.

This is not a huge deal in practice and can be a good honeypot/alarm system. Most services today have fairly low "lockout" + "notify" thresholds on wrong passwords so brute force spraying passwords is already out of the question. Now, if someone fails the password check, clearly the user's current password is still secure so leaking that the attempted password was wrong to an attacker is not particularly helpful to t…

> Now, if someone fails the password check, clearly the user's current password is still secure so leaking that the attempted password was wrong to an attacker is not particularly helpful to them. Maybe I misunderstand your post, but I think the parent comment is talking about leaking whether a password is correct and not whether it's wrong . (If I did misread your comment, apologies in advance and disregard the rest…

That’s a tough decision. Going straight to the 2fa page immediately tells the attacker the account exists and does or does not have 2fa enabled… assisting them in narrowing down their efforts to less secure accounts and/or telling them which accounts they need to start phishing/etc for the 2fa code.

So you’re asking for the business to implement something that makes their own users less secure so that sites that don’t provide 2fa can be more secure. Maybe it would be better for those sites to improve their own security instead of asking others to compromise theirs to help cover for someone else’s lack of effort.

Re: Tell HN: Somebody implemented something I wrote a blog about

#194

Earlier quoted context omitted.

If only Roku and Android TV boxes had a way to display pdf's on the TV! Hint hint hint!!! After all, they can display movies, pictures, and music. PDFs, please! I'd even pay for it.

You could always open the pdf on your phone and cast your phone screen.

Yes, and I could hook up my laptop to the TV, too. But I bought the Roku box because it's so much more convenient than dinking around with the laptop.

Re: Tell HN: Somebody implemented something I wrote a blog about

#195
No kidding -> I am a beta tester for Whatsapp on Android (I don't really do anything much nowadays but some years ago I wrote a feature request for it that there should be a way for a small business to communicate with it's users (my parents own a small business). A couple of years later, Facebook rolled out a Whatsapp for Businesses API. So you maybe have me to thank for this

(I don't really believe that my message really caused this to happen, it's for sure a weird coincidence to me)

Re: Tell HN: Somebody implemented something I wrote a blog about

#196
post #81

Earlier quoted context omitted.

Vivaldi is pretty good and though it's based on chromium, is the new opera in spirit.

I might try Vivaldi out after your comment and because of their completely sarcastic pricing section on the download page. Genius.

Built in email and rss feeds are really nice as is the calendar base history page.

Re: Tell HN: Somebody implemented something I wrote a blog about

#197

Earlier quoted context omitted.

This is not a huge deal in practice and can be a good honeypot/alarm system. Most services today have fairly low "lockout" + "notify" thresholds on wrong passwords so brute force spraying passwords is already out of the question. Now, if someone fails the password check, clearly the user's current password is still secure so leaking that the attempted password was wrong to an attacker is not particularly helpful to t…

> Now, if someone fails the password check, clearly the user's current password is still secure so leaking that the attempted password was wrong to an attacker is not particularly helpful to them. Maybe I misunderstand your post, but I think the parent comment is talking about leaking whether a password is correct and not whether it's wrong . (If I did misread your comment, apologies in advance and disregard the rest…

I agree with the general thought process here, but there is a greater leakage: no service will allow you to create an account with an email that is already registered.

So all this discussion about how to handle the failed login is somewhat pointless.

Re: Tell HN: Somebody implemented something I wrote a blog about

#198
post #25

Related: I think it's surprising how many services leak whether or not a password is correct. E.g. bad password => error, good password => 2FA prompt. You should verify a user's second factor before password.

Same thing goes for email address when registering. Correct email => “already in use” is still frequent, although some websites (such as github) have changed it to “incorrect or already in use email”

This is the real leakage. I guess we solve it by sending an email to the address to continue account creation.

Re: Tell HN: Somebody implemented something I wrote a blog about

#199

Earlier quoted context omitted.

Opera was the most innovative web browser ever. They brought so many new things to the world of web browsing. Tabbed-browsing, mouse gestures, colored tabs, browser themes, in-built security integration with anti-virus software, an extensible browser - so many wonderful innovative features. It was a paid software initially, but then they made it free for everyone. I used to use it as my default browser, maybe 13-15 y…

Something I really miss from Opera is that the content of every page you visited was saved and stored for search! This helped me so often to find pages that I had visited, and remembered a few words from, but didn't bookmark or save otherwise. No idea why browsers today did not copy this feature.

What an amazing idea! I would love to have that feature.

Re: Tell HN: Somebody implemented something I wrote a blog about

#200

Earlier quoted context omitted.

Opera was the most innovative web browser ever. They brought so many new things to the world of web browsing. Tabbed-browsing, mouse gestures, colored tabs, browser themes, in-built security integration with anti-virus software, an extensible browser - so many wonderful innovative features. It was a paid software initially, but then they made it free for everyone. I used to use it as my default browser, maybe 13-15 y…

Something I really miss from Opera is that the content of every page you visited was saved and stored for search! This helped me so often to find pages that I had visited, and remembered a few words from, but didn't bookmark or save otherwise. No idea why browsers today did not copy this feature.

Web browsers are strange. They are sophisticated pieces of engineering, but they refuse to implement the lowest hanging fruit features UX wise.
Post reply on HN