Skip to main content

Posts

2024

Module vs Package vs Library
·53 words·1 min
Posts 101 python
Quick differences among a module, a package, and libary in Python.
Data Analysis Story for VM
·1114 words·6 mins
Posts data analytics python vulnmgmt
How can you tell if your remediation work effectively? Is it efficient in addressing new vulnerability released every month?
Benchmark and Measurement
·415 words·2 mins
Posts Essential python
Different ways to do benchmark and measurement with Python code.
Choosing Hardware Key for Myself
·268 words·2 mins
Posts Essential 2fa hardware mfa yubikey
Show you how I choose my first YubiKey.
Passkeys 101
·675 words·4 mins
Posts 101 passkeys passwordless
There is nothing to be phished if you don’t use password at all.
State of KEV After 26 months
·184 words·1 min
Posts cisa kev vulnmgmt
Summarize CISA KEV cataglog by end of 2023.

2023

Python Package
·223 words·2 mins
Posts Essential 101 python
Fundamental building block for Python package.
Build Container Images
·17 words·1 min
Posts YT docker
Build your first image, and build the second after understanding Docker Image Layers.
Why __name__ == '__main__'?
·323 words·2 mins
Posts Essential 101 python
Wonder why we always start with if __name__ == '__main__': in Python?
State of KEV After 25 months
·142 words·1 min
Posts cisa kev vulnmgmt
See what happen to CISA KEV cataglog by end of Nov 2023.