Note Taking Applications

As I delve deeper into the field of cybersecurity and penetration testing I’ve discovered that if you search Google or Youtube for “penetration testing note-taking applications” you’ll see there are...

Read More...

Why Use Strong Passwords?

During my penetration testing studies I’ve come to realize the need for strong passwords is now more important than ever. I only realized recently just how easy it is to crack a weak password. Let me...

Read More...

Automate Linux Kernel Builds

I wrote a small shell script™ to automate building new Linux Kernels. I use this to build new kernels on my Debian systems: #!/usr/bin/env bash WORKSPACE='/home/gd/workspace'...

Read More...

Marten, the Crystal web framework

Wow, if Django and Rails had a baby it would be Marten, the web framework written in Crystal , https://martenframework.com/ . It seems fairly feature-complete, even with only a 0.1.x version number!...

Read More...

Current State of the Hanami Web Framework

About two days ago I built the “bookshelf” app described in the Hanami guide. Hanami is currently missing any sort of “model” layer, as well as any sort of “view” layer, as you might expect to be...

Read More...