Daniel García (cr0hn)'s Picture

Hey, I’m cr0hn!

I talk about security, development and technology. Well, and any madness that occurs to me :)

Redis vs. KeyDB — My Performance Test and Conclusions

KeyDB is a fork of Redis. The KeyDB project claims that the Redis implementation approach is not correct and can be better, in terms of performance.

Efficient memory usage in Python with Zero-copy

Python has a lot of magic with memory under the hood and, in most cases, Inefficiently. Let's make it efficient with Zero-copy.

Cyclomatic Complexity in Software Development and Its Impact on Cybersecurity

Cyclomatic complexity is a crucial metric for understanding code complexity and its impact on cybersecurity. This article explores cyclomatic complexity, its effects on code quality, and its connection to cybersecurity. It also provides examples of how cyclomatic complexity can impact software security and ways to mitigate its risks.

What Is Network Fuzzing?

In this post, we will talk about network fuzzing, a technique for automatically or semi-automatically detecting software errors.

FreeBSD Pot vs Docker A Technical Comparison

In this article, I will share my opinion on FreeBSD Pot vs. Docker based on my experience using both tools.