tachang | 7 years ago | on: Security Issue February 2019: FAQ
tachang's comments
tachang | 7 years ago | on: Conversations among German Nuclear Physicists at Farm Hall (1945) [pdf]
I saw on another page "General Leslie Groves consulted with lead scientists of the project and agreed to investigate simultaneously four separate methods of separating and purifying the uranium-235: gaseous diffusion, centrifuge, electromagnetic separation and liquid thermal diffusion."
Seems like a ton of work.
tachang | 7 years ago | on: REST and GraphQL really aren't that different
Like if you wanted to return a empty hash {} for:
GET /
DELETE /
PUT /
PATCH /
POST /
I guess just being lazy.tachang | 7 years ago | on: Pwn2Own Vancouver 2019: Tesla, VMWare, Microsoft, and more
tachang | 7 years ago | on: Use perfect hashing, instead of binary search, for keyword lookup
tachang | 7 years ago | on: JIRA is an antipattern
Are you on an onprem version?
tachang | 7 years ago | on: Google rescinds candidate verbal offer due to low GPA
tachang | 7 years ago | on: Ask HN: Is there a better way to document complex software architectures?
tachang | 7 years ago | on: YouTube is down
tachang | 7 years ago | on: Children poisoned by lead on U.S. Army bases
Reuters says "Yet it also “discourages” this type of lead-paint inspection" at the link https://phc.amedd.army.mil/topics/workplacehealth/ih/Pages/L...
tachang | 7 years ago | on: Serverless Best Practices
tachang | 7 years ago | on: The Performance Cost of CORS Requests on Single-Page Applications
tachang | 7 years ago | on: The Secret API of Banks
tachang | 7 years ago | on: Massive Comcast Outage Hits the US
tachang | 7 years ago | on: How 'DevOps' Is Killing the Developer (2014)
tachang | 7 years ago | on: ECMA TC39: “SmooshGate” was officially resolved by renaming flatten to flat
tachang | 7 years ago | on: NASA’s Curiosity Rover Is Able to Drill Holes into Rocks Again
tachang | 8 years ago | on: JavaScript Promises Discussion: Make Them Monadic? (2013)
Are you suppose to instantiate the handler class and call it?
tachang | 8 years ago | on: Inside Facebook's Hellish Two Years–and Mark Zuckerberg's Struggle to Fix It All
tachang | 8 years ago | on: Neighbor's house alarm triggers when I put my car in reverse
If the passwords were salted it still means that a determined adversary can find your password relatively quickly.
Other better hash functions for passwords include things like bcrypt. Though I do understand it is a pain to migrate users over since you can only do it when they login.