Yes, a secret key like this could have made this breach much less concerning. Assuming you trust the company to not also lose this data (that they generate and claim to not store). What I was really hoping to find was a…
I initially assumed I would be safe because of 2FA. Sadly it looks like this is not the case, the second factor is used to access the encrypted data, not decrypt the data. As the attacker already has the encrypted data,…
This makes me think of something Antoine de Saint-Exupery said, "Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away."
Not sure how I missed that, thanks.
If your employer is happy with your performance then you are probably "good enough" as you say. However if you truly do always want to be improving your ability as a software engineer, then you are in luck, this field…
My favorite unpacking snippet is rotating a matrix >>> matrix = [(1,2,3),(4,5,6),(7,8,9)] >>> list(zip(*matrix)) [(1, 4, 7), (2, 5, 8), (3, 6, 9)] Not as readable as a real maths library, but pretty cool and…
This also really highlights the scale of the population explosion over the last 500-ish years!
I think most people, at some level, know this and accept it. I think the shock comes when you think how long this information is kept for, and what that means. i.e. each year they can advertise age appropriate birthday…
I also agree that it is not a helpful term. I like to think we are all 10x developers. The question of a 1x developer should be how to grow their productivity (assuming they are motivated to do so). Less productive…
I try and mitigate the password management single point of failure with two factor authentication. Obviously that it not an option for every site but access to my password manager, alone, will not provide access to my…
It might be interesting to some to know that relatively recently (2016) PEP 523 ( https://www.python.org/dev/peps/pep-0523/ ) was created which provides a more efficient alternative to PyEval_SetTrace or…
I also have trouble keeping mac windows where I left them with external displays attached. I invested $15 in stay https://cordlessdog.com/stay/ I would not say the problem is solved (it's not going to solve artifacts,…
It looks very useful thanks for the image and sponsoring events like this!
This was just mentioned today at north bay python. Another alternative for a fast speed up by changing your base image is trying out the pypy images.
Looks like it is in the works https://stackoverflow.com/questions/46941308/python-3-suppor...
Looks like it defaults to providing a python2 2.7.12 environment. I don't see anyway of selecting python3, any one found the option? Or are they only supporting Python2?
The future of meetings: starting them in SF and ending them in Tahoe. Maybe it's a cheap video conferencing platform :)
Could the model 3 be a very expensive video conferencing platform?
I could imagine some firearm owners being willing to trade 100% reliability to prevent a casual accident. I imagine some firearm sales are for more recreational purposes.
Having moved to the US from a country that had a universal health care system, the idea of choosing a doctor was quite strange to me. Luckily I have not really had a need, however my colleges have suggested that when…
PyCon 2017 had a really good talk about debuggers [1] which covered how PEP523 [2] is making debugging python 3.6+ code much faster. I think that a profiler is somewhat similar, however instead of, potentially, stopping…
psutil (https://pythonhosted.org/psutil/) is awesome for collecting valuable monitoring information. pyrasite (http://pyrasite.com/) will let you inject code into a process. This can be used to add monitoring of private…
> "when Facebook employees are not actively making changes . . . the site experiences higher levels of reliability." This seems like a great thing to me. i.e. The system is stable and the error budget is being used to…
Another (cheaper?) solution would be to randomise the location of the keys each unlock attempt. It would cause me a massive problem - I basically only remember my pattern
A few states including California have the WARN act [1]. The latest layoffs reported can be found here: http://www.edd.ca.gov/jobs_and_training/warn/WARN-Report-for... [1]…
Yes, a secret key like this could have made this breach much less concerning. Assuming you trust the company to not also lose this data (that they generate and claim to not store). What I was really hoping to find was a…
I initially assumed I would be safe because of 2FA. Sadly it looks like this is not the case, the second factor is used to access the encrypted data, not decrypt the data. As the attacker already has the encrypted data,…
This makes me think of something Antoine de Saint-Exupery said, "Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away."
Not sure how I missed that, thanks.
If your employer is happy with your performance then you are probably "good enough" as you say. However if you truly do always want to be improving your ability as a software engineer, then you are in luck, this field…
My favorite unpacking snippet is rotating a matrix >>> matrix = [(1,2,3),(4,5,6),(7,8,9)] >>> list(zip(*matrix)) [(1, 4, 7), (2, 5, 8), (3, 6, 9)] Not as readable as a real maths library, but pretty cool and…
This also really highlights the scale of the population explosion over the last 500-ish years!
I think most people, at some level, know this and accept it. I think the shock comes when you think how long this information is kept for, and what that means. i.e. each year they can advertise age appropriate birthday…
I also agree that it is not a helpful term. I like to think we are all 10x developers. The question of a 1x developer should be how to grow their productivity (assuming they are motivated to do so). Less productive…
I try and mitigate the password management single point of failure with two factor authentication. Obviously that it not an option for every site but access to my password manager, alone, will not provide access to my…
It might be interesting to some to know that relatively recently (2016) PEP 523 ( https://www.python.org/dev/peps/pep-0523/ ) was created which provides a more efficient alternative to PyEval_SetTrace or…
I also have trouble keeping mac windows where I left them with external displays attached. I invested $15 in stay https://cordlessdog.com/stay/ I would not say the problem is solved (it's not going to solve artifacts,…
It looks very useful thanks for the image and sponsoring events like this!
This was just mentioned today at north bay python. Another alternative for a fast speed up by changing your base image is trying out the pypy images.
Looks like it is in the works https://stackoverflow.com/questions/46941308/python-3-suppor...
Looks like it defaults to providing a python2 2.7.12 environment. I don't see anyway of selecting python3, any one found the option? Or are they only supporting Python2?
The future of meetings: starting them in SF and ending them in Tahoe. Maybe it's a cheap video conferencing platform :)
Could the model 3 be a very expensive video conferencing platform?
I could imagine some firearm owners being willing to trade 100% reliability to prevent a casual accident. I imagine some firearm sales are for more recreational purposes.
Having moved to the US from a country that had a universal health care system, the idea of choosing a doctor was quite strange to me. Luckily I have not really had a need, however my colleges have suggested that when…
PyCon 2017 had a really good talk about debuggers [1] which covered how PEP523 [2] is making debugging python 3.6+ code much faster. I think that a profiler is somewhat similar, however instead of, potentially, stopping…
psutil (https://pythonhosted.org/psutil/) is awesome for collecting valuable monitoring information. pyrasite (http://pyrasite.com/) will let you inject code into a process. This can be used to add monitoring of private…
> "when Facebook employees are not actively making changes . . . the site experiences higher levels of reliability." This seems like a great thing to me. i.e. The system is stable and the error budget is being used to…
Another (cheaper?) solution would be to randomise the location of the keys each unlock attempt. It would cause me a massive problem - I basically only remember my pattern
A few states including California have the WARN act [1]. The latest layoffs reported can be found here: http://www.edd.ca.gov/jobs_and_training/warn/WARN-Report-for... [1]…