Andrew

Results 882 issues of Andrew

I want to apply some rules to *most* text files, but exclude certain specific patterns. EditorConfig globs currently allow for pattern negation on a character range basis, but not on...

For users who want to require exactly N of N keys, XOR would be the safest, most performant, most reliable option.

Trace: ``` $ npm test > [email protected] test c:\Documents and Settings\apenneba\Desktop\src\ini > tap test/*.js total ............................... 0/1 not ok npm ERR! Test failed. See above for more details. npm ERR!...

Hi, I am trying to declare a pod template image from the inbound agent image. I am simply installing Ruby so that I can use this in my jobs. I...

bug

BOINC is a distributed computing platform currently prioritizing jobs for evaluating COVID-19 vaccines. https://boinc.bakerlab.org/ macOS, Windows, Linux desktop, Android, and Docker currently supported.

As long as we’re running arbitrary binaries with security in mind, we may as well implement our libc in Rust. This reduces the risk of buffer overflow escapes from our...

Could the CloudABI runtime support an option to enforce `W^X`, in order to reduce the attack surface further? This would minimize the risk of escaping out of the CloudABI runtime...

As an engineer, I want to see some basic benchmarks for key performance indicators, so that I have more information when deciding to use CloudABI versus competing tools for sandboxing....

What’s the difference between the websites? As a newbie it’s a tad confusing to have to navigate to both for info, and that’s not counting the GitHub source website.

I think file descriptors tend to use signed 32-bit integers, whereas the Rust crate uses unsigned. How important is it to expand the potential open files that wide, versus the...