IPv4 and IPv6 Throughput Testing
Recently, I conducted an experiment to compare download speeds when using IPv4 versus IPv6. For anyone curious about the practical testing methods between these two protocols, I’d like to walk you ...
Recently, I conducted an experiment to compare download speeds when using IPv4 versus IPv6. For anyone curious about the practical testing methods between these two protocols, I’d like to walk you ...
I’ve recently started experimenting with a newer programming language called Mojo. As a Python developer, I was curious about what Mojo could offer and how it might solve some of the issues we comm...
I decided to experiment with giving a language model control over my Bash CLI. Here’s what I aimed to achieve: Objective: Host and run a local LLM to build a Python script that can serve and ex...
A Quick Guide and Cheatsheet for Programmatically Storing Data Overview Data within these formats share several common traits: Structured for Code Annotated for Humans Open Source Platf...
ICMP isn’t just for ping and traceroute; it’s also a valuable tool in security research. TTL (Time to Live): A field in the IP header that indicates how many hops (routers) a packet can travers...