C++

Not-So-Random: Using LD_PRELOAD to Hijack the rand() Function

Today I wanted to continue the series on using LD_PRELOAD.  In today’s post we are going to use LD_PRELOAD to…

1 month ago

LD_PRELOAD – Introduction

Today I wanted to start what I plan to be a small series of blog posts about LD_PRELOAD. LD_PRELOAD is…

2 months ago

Wrapper’s Delight

During my summer at Trail of Bits, I took full advantage of the latest C++ language features to build a…

1 year ago

Polyglot FizzBuzz in R (Plus: “Why Can’t Johnny Code?”)

I caught this post on the The Surprising Number Of Programmers Who Can’t Program from the Hacker News RSS feed.…

1 year ago

Quick Hit: Speeding Up a Slow/Mundane Task with a Little Rcpp

Over at $DAYJOB’s blog I’ve queued up a post that shows how to use our new opendata🔗 package to work…

2 years ago