Intercepting JSON HTTP Responses to Web Browser Page Requests Using MITMProxy

Originally posted on OUseful.Info, the blog…:
Coming back from a week or so away, the car let us down with a ruptured water hose which sent my confidence / mental state tanking, albeit with the AA managing a  quick fix with some new-to-me water activated tape along the lines of this . (It’s bad…

How to write Bash file to run multiple Python scripts simultaneously

Originally posted on Mathtuition88:
Step 1 is to create a Bash file (using any editor, even Notepad). Sample code: #!/usr/bin/env bash python testing.py & python testingb.py & The above code will run two Python files “testing.py” and “testingb.py” simultaneously. Add more python scripts if needed. The first line is called the “shebang” and signifies the…

Sharing the Data: How Technical Women Navigate Their Career

Originally posted on WordPress.com Developer Resources:
In May, Automattic’s engineering hiring team launched a user research study to better understand how our approach to tech hiring resonates with women and non-binary folks who may experience similar gender discrimination in the workplace and are experienced developers. We asked participants questions about how they saw their…