TIL: Embedded Fields in Structs for Go — Here is a quick “Today I learned” about how to mimic inheritance in Go. For example, in Python if we have a class, we can easily inherit attributes and functions from it for some subclass. Here is a parent class... Read more
—Hi, I'm VanessaSaurus, a Software Engineer.
Building tools, containers, and cloudy things, with a penchant for Python and parsnips. -- about me
Raaawwr..!
rtld-audit and LD_AUDIT — I recently had the desire to trace a process - the reason and context aren’t important, but my colleague pointed me at rtld-audit, which is (I quote) an “auditing API for the dynamic linker.” What this means in practice is... Read more
—Open Source Halloween — Now that we’ve officially entered Fall, I think it’s fair to be thinking about pumpkins, scary stories, and my favorite holiday… Halloween! Sure, I don’t go trick or treating anymore, and I definitely don’t eat any candy, but there is... Read more
—Uptodate — I recently had an itch to scratch - and that itch was writing a library in Go. We don’t use Go much for my work, so I figured out a compelling reason to start a new personal project - a... Read more
—