Oct 17, 2017
Links 17-10-17 —
Security Krack Attack – force WPA2 to reuse a key, making your secure network roll over and expose its soft underbelly. The bug is in the protocol, not any particular implementation. As a friend pointed out, many wireless ISPs use WPA2-PSK to auth their subscriber terminals. The blood will flow from far more than your home WiFi network
How Apple Killed iOS Jailbreaking – First, they force their opponent to find four vulnerabilities; fixing any one of which breaks the jailbreak and forces the attacker to find a new flaw that serves the same purpose.…
Oct 14, 2017
Links 17-10-14 —
AI Generating Faces with Deconvolution Networks
Microsoft and Amazon join forces on an Gluon AI library, hoping to unseat (or at least rival) Google’s tools.
Editors Interview: A leading Django development consultancy gains speed and efficiency with PyCharm…
Sep 23, 2017
Links 17-09-23 —
Misc Technical Interview Performance by Editor/OS/Language
Humor DocWriter: the typewriter that sends its keystrokes in real time to a Google Doc…
Sep 15, 2017
Links 17-09-15 —
Editors This week, the team at GitHub launched Atom-IDE, bringing IDE-like functionality to the open source editor Atom.
Sublime Text 3.0 is released.
О-о-очень долгожданный релиз Sublime Text 3.0.
Programming Pyenv is a simple tool that lets you change between different Python versions either globally or on a per-project basis.
Build a working game of Tetris in Conway’s Game of Life.
What every software engineer should know about search.
Python Packaging Python projects with pbr.…
Sep 2, 2017
Links 17-09-02 —
The evolution of DevOps Understanding the impact and expanding influence of DevOps culture, and how to apply DevOps principles to make your digital operations more performant and productive.
CLI productivuty 10 Plain Text Files You Should Have on Your Desktop for Higher Productivity.
Cleaning email unroll.me cleans up your inbox.
Kill the Newsletter! converts email newsletters into Atom feeds.
grammarly.com
Vim vim keyboard challenge
Главные сериалы сентября Лайфхакер собрал подборку из самых ожидаемых премьер и уже полюбившихся сериалов, которые выйдут в этом месяце.…
Aug 26, 2017
Links 17-08-26 —
Go 1.9 fresh from the vine Improvements in runtime and tooling underpin the latest release of Go. Of particular note is the introduction of type aliases, a feature created to support gradual code repair, and the new math/bits package.
Open to interpretation Have you ever wanted to create your own programming language from scratch? In “three easy steps” Francis Stokes shows you what goes into writing your very own interpreter…
Aug 12, 2017
Links 17-08-12 —
A Python module for learning major algorithms Folks just starting out with Python can find all the major sort and search algorithms in one Python module with Pygorithm. No need to surf around for example code; just install the module and start exploring.
Everyone is not Ops
The SRE model
Justifying the cost of application monitoring tools…
Aug 6, 2017
Links 17-08-06 —
~/.vim/colors
SafariStand for Safari 10
Site Reliability Engineering
[How To Use Certbot Standalone Mode to Retrieve Let’s Encrypt SSL Certificates] (https://www.digitalocean.com/community/tutorials/how-to-use-certbot-standalone-mode-to-retrieve-let-s-encrypt-ssl-certificates)…
Jul 29, 2017
Links 17-07-29 —
Everyone Can Code: Apple’s Attempt to Make Coding Commonplace
Python Entry Points Explained…