I’ve mentioned that most
programming languages are not context-free languages. Let’s take
Python as a first example. (more…)
Read more »
This sprint I have a ticket from the security team to investigate unencrypted snapshots in our AWS account and either encrypt them or delete them if no longer needed. In my initial attempt I just used the AWS web console, filtered by “Encryption: Not Encr... (more…)
Read more »
⚛️ A module for solving and visualizing the Schrödinger equation. - GitHub - quantum-visualizations/qmsolve: ⚛️ A module for solving and visualizing the Schrödinger equation. (more…)
Read more »
Easily handle day to day CLI operation via Python instead of regular Bash programs. - GitHub - CZ-NIC/pz: Easily handle day to day CLI operation via Python instead of regular Bash programs. (more…)
Read more »
When using deep convolutional neural networks (CNNs) for image classification tasks, it’s common to apply several transformations to the images in order to augment the data and reduce overfitting. For example, images are often randomly cropped, mirrored, ... (more…)
Read more »