alex- | 3 years ago | on: What’s in a PR statement: LastPass breach explained
alex-'s comments
alex- | 3 years ago | on: What’s in a PR statement: LastPass breach explained
alex- | 3 years ago | on: It’s Time for ‘Maximum Viable Product’
alex- | 6 years ago | on: Google bans apps that facilitate sale of marijuana
alex- | 6 years ago | on: Google bans apps that facilitate sale of marijuana
alex- | 7 years ago | on: Ask HN: As a programmer, how do you know if you're a good one or not?
However if you truly do always want to be improving your ability as a software engineer, then you are in luck, this field is so vast and deep that you can easily spend more than a lifetime improving! Finding out how and measuring it is another matter.
alex- | 7 years ago | on: Asterisks in Python
>>> 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 educational.
Think I came across it in Python in a nut shell, by Alex Martelli
Edit: formatting
alex- | 7 years ago | on: Borders and populations of countries in Europe each year since 400 BC [video]
alex- | 8 years ago | on: Project from Hell (2008)
I am interested in seeing the source :)
alex- | 8 years ago | on: Facebook Scans What You Send Other People on Messenger App
alex- | 8 years ago | on: The Effective Tech Lead Is a 100x Engineer
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 developers should not feel like they have one tenth of the natural talent someone else has. Instead they should look at how they can improve their work flow/knowledge and companies should try and maximise the output of their employees.
Yes some people will always be better/more productive than others, but most people are differentiated by completely controllable factors.
alex- | 8 years ago | on: 23andMe Granted FDA Authorization for Genetic Test on Cancer Risk
alex- | 8 years ago | on: Ask HN: Does anyone use an alternative to a password manager?
Obviously that it not an option for every site but access to my password manager, alone, will not provide access to my email (which lets me rest all my accounts) or my bank etc
Of course I use two factor on the manager too.
It doesn't completely solve the problem but I haven't found a better alternative (that works for me)
alex- | 8 years ago | on: How do Ruby and Python profilers work?
The idea of this PEP is to add frame evaluation into cPython. As the PEP says "For instance, it would not be difficult to implement a tracing or profiling function at the call level with this API"
Elizaveta Shashkova (a PyCharm developer at JetBrains) gave a really good talk on the subject at this years PyCon ( https://www.youtube.com/watch?v=NdObDUbLjdg ).
alex- | 8 years ago | on: macOS lock screen: “I just sent my session pass to my whole team”
I invested $15 in stay https://cordlessdog.com/stay/
I would not say the problem is solved (it's not going to solve artifacts, etc), but it helped me.
alex- | 8 years ago | on: Optimized Python Docker Image
alex- | 8 years ago | on: Optimized Python Docker Image
Another alternative for a fast speed up by changing your base image is trying out the pypy images.
alex- | 8 years ago | on: Google Releases Colaboratory
https://stackoverflow.com/questions/46941308/python-3-suppor...
alex- | 8 years ago | on: Google Releases Colaboratory
I don't see anyway of selecting python3, any one found the option? Or are they only supporting Python2?
alex- | 8 years ago | on: US won't punish United Airlines over passenger-dragging incident