x86 SIMD superoptimizer in ~100 lines of Python

Basic SAT model of x86 instructions using Z3, autogenerated from Intel docs – zwegner/x86-sat… Read more

Similar

DIY Wallpaper Engine in Python

Today, as a sequel to my latest article, you’ll learn some new web scraping tricks with a new project: an app that automatically finds a nice desktop wallpaper and applies it to your Windows machine… (more…)

Read more »

Solid IMAP and SMTP in Go Using Python

Many of the ideas I've been playing around with lately are of the distributed, secure & networked kind. Since distributed asynchronous networks are tricky beasts, I want to leverage the existing network of such nature commonly known as email. This que... (more…)

Read more »