John Viega

Results 10 issues of John Viega

Added a flag to link the default libclang that installs when you have already installed XCode. I couldn't figure out how to get this into the nimble file without delving...

In the in-progress reworking for zip archives, one can no longer read from an arbitrary stream. Also, while the move to memory mapped files is a great option, there can...

Added wall-time measurement that measures ops/sec. Basically, each thread keeps a count of its own attempts, then reports them before exiting via an atomic fetch and add. Can be turned...

With our focus on trying to tie together data through an app's lifecycle, we certainly want to be on a never-ending treadmill to help collect data from important technologies. And,...

objective

In our quest for better observability of software, Chalk currently allows very lightweight, limited data collection in production, at process startup and at a regular interval. However, there are some...

objective

We definitely strive for friction-free deployment wherever possible; that goal led to our approach for handling docker builds, and our configuration strategy, there is a lot more that should be...

objective

Today, we've focused on the platforms that are most common to the pain points we've heard in our initial investigations, namely production systems that are predominantly Linux based backend workloads,...

objective

We've definitely written a lot of documentation so far, and think it's important for docs to be easy to find and understandable. We also think there need to be both...

objective

### For configuration Ideally, we wouldn't want to directly expose our configuration language to anyone except power users (the config language is not-so-secret sauce for making the uncommon things easy)....

objective

We're committed to making sure our core enables developers to support our functional and non-functional requirements, in a way that is pretty easy for them. We have built the Chalk...

objective