Viewing profile — adameasterling
adameasterling
HN member- Joined
- Wed, Sep 26, 2018, 4:16 PM UTC
- HN karma
- 392
- Public activity
- 50 items
- HN profile
- View on Hacker News ↗
About adameasterling
Email me: adam@middle.app
Recent public activity
-
comment
Comment #39832802
> Everyone being surprised at the bridge collapsing needs to reconcile with the amount of force that struck the bridge ... I am also a bit surprised at how many people don't grasp …
-
comment
Comment #39592621
> I've found very few projects where a bit of poking can't turn up memory safety issues. I'm working on a Rust project right now, and I'm probably one of those people who are overe…
-
comment
Comment #39061977
Err, I just enumerated many regulations I have a problem with in the very post you quoted, and evidence is pretty strong that it's the combined effect of all of those regulations t…
-
comment
Comment #39045243
You are free to choose buildings with multiple stairways if that's a requirement for you! We're talking about easing mandatory regulations, allowing builders to meet demand. We're …
-
comment
Comment #39045214
This is a fantastic article. Burdensome regulations on housing construction have caused costs to skyrocket. Minimum lot sizes, setback requirements, square footage minimums, floor-…
-
comment
Comment #38523950
Oh, I see the issue. The HIBP database is SHA-1 hashed with no salt. It was created from unhashed passwords. You can't download the unhashed version (you could of course compute it…
-
comment
Comment #38523661
One can only implement a HIBP check when one has access to the user's unhashed password. So, at login, registration, and password reset.
-
comment
Comment #38523049
Yes, same scenario, but far fewer logins are successful. 3 orders of magnitude sounds right, but I don't know precise numbers. (Can others shed light?) Three orders of magnitude is…
-
comment
Comment #38522874
This is true. The story as written probably didn't happen with HIBP's database. Troy Hunt's database only includes SHA-1 hashes, and passwords in your own database will be hashed w…
-
comment
Comment #38522796
The FBI feeds data into Troy Hunt's database and FBI Director Christopher Wray gave Troy Hunt a medal for his work [1]. The Open Web Application Security Project's Application Secu…
-
comment
Comment #38521106
Troy Hunt is such a treasure. And for us web application developers, there is no excuse for not having protection against credential stuffing! While the best defense is likely two-…
-
comment
Comment #37799906
> It's not on 23andMe, or anyone (other than the user) for that matter, to ensure the passwords used by the user are not copied passwords from other credentials. In my opinion, it …
-
comment
Comment #37799864
It is not hard and every web service really should implement this sort of check. I’m actually pretty surprised to see so many comments here that aren’t aware of it! See: https://ha…
-
comment
Comment #37799860
I don’t know about criminal liability, but they’re certainly at fault for not implementing a check against known compromised passwords[1]. I believe it’s been an accepted best prac…
-
comment
Comment #37799816
Websites should mitigate credential stuffing by checking against known cracked passwords. All you have to do is download Troy Hunt’s hashed password database, check it when someone…
-
comment
Comment #37267505
I had to deal with this problem in our product, which has a visual programming language. I opted to throw an exception if, for whatever reason, "all()" receives an empty list! I ha…
-
comment
Comment #36815404
A few months ago, I did some analysis on JSON data in our platform, and discovered that more than two-thirds of bytes were field names. Two thirds! That’s a lot of potentially unne…
-
comment
Comment #36815120
Alpine is a trap! For a Python product, we tried to make it work for about a year before throwing our hands up and switching to a plain Ubuntu image. We’ve had no regrets.
-
comment
Comment #36738981
Perspective from a CTO at a small b2b saas startup: Pricing is incredibly tough, and at my startup, we’ve had tons of hours-long conversations on pricing internally, with consultan…
-
comment
Comment #36312362
I had trouble finding the link to the full report; here it is! https://survey.stackoverflow.co/2023/
-
comment
Comment #35931835
I haven't heard of the idea of the "hard problem of consciousness" before, but after reading this Wikipedia article, it sounds like nonsense. Like, take this passage: > For example…
-
comment
Comment #35583932
I had a really fascinating conversation with the lead architect at Frost Giant the other day. They're making the next StarCraft, basically. They don't use floating points. He didn'…
-
comment
Comment #35484050
"At one point in the harrowing footage, he appears to be stumbling toward a car, and then falling to the ground as the car drives away." This was so sad to read. I bet the driver t…
-
comment
Comment #35046412
I recently discovered Bevy, and it's so much fun to play with. I wouldn't be surprised if in 2-4 years, we see some fantastic, revolutionary indie game coded in Bevy that totally b…
-
comment
Comment #35044884
"Housing prices only keep pace with inflation. America realizes it totally forgot about a few million homes it built, greatly expanding supply. Housing prices rise only 2%. Alice i…