In this tutorial, you will learn to install TensorFlow 2.0 on your Ubuntu system (with or without GPU support).| PyImageSearch
In this tutorial, you will learn to install TensorFlow 2.0 on your macOS system running either Catalina or Mojave| PyImageSearch
Binary Ninja is the new hotness in the reverse engineering world. It represents a new age of beautiful, programmatic reverse engineering. It's clear that if the IDA Disassembler is going to be the IDE of reversing, then Binary Ninja (or binja as most people call it) wants to be the| Kevin Chung
I love decoupling. This makes the project maintaining easier. We have 2 main ways to do it: Git submodules. This is a good conception but sometimes very confusable. Also, you must commit updates in parent project for each submodule changing. Packaging. I think this solution is better because you already use many packages in your project. You can easily package your project and explain this concept to any junior. This article about creating python package without pain.| blog.orsinium.dev
Why Do You Need Different Python Versions? Why would you want to install another Python version than the one your system already ships with? Well, the default Python version that is bundled with your system is usually way too old and might not have what you need. For instance, Python 3.11 is now 10~60% faster than 3.10 which is a huge improvement and can improve your applications and scripts runtime.| thegraynode.io
How to use fzf. Finding patterns in shell workflows and automating them using fzf.| seb.jambor.dev