Chad Brewbaker

Results 102 comments of Chad Brewbaker

Why don't you reach out to @johnynek? He might be able to get Plopdown on an internal Netflix CI to warn the build. Seems there should be an open standard...

You would have to do something like SQLite does and have a virtual file system. AWS S3 supports HTTP range queries, https://github.com/dacort/athena-sqlite/blob/master/lambda-function/vfs.py which can be a big performance win by...

What is the expected behavior? Many path constraints seem to be limited to the underlying filesystem. It also wouldn't surprise me on Linux if bash and zsh also have shell...

Is this error already documented? ```bash ---- test_cp::test_closes_file_descriptors stdout ---- current_directory_resolved: run: /path/coreutils/target/debug/coreutils cp -r --reflink=auto dir_with_10_files/ dir_with_10_files_new/ thread 'test_cp::test_closes_file_descriptors' panicked at 'Command was expected to succeed. stdout = stderr...

Similar issue. When ran as sudo it isn't picking up the Miniconda environment variables. No problems re-compiling a cypython for root that is same version as conda and perhaps with...

Unfortunately the researchers who wrote the machine learning model did all their package management in conda. I could do something like this, but NVIDIA's documentation is horrid on GPU stack...

All you have to support is dlopen() and system() ? Then you can call arbitrary code. A FFI that can pass a cacheline is probably the sweet spot for CPU...

https://github.com/microsoft/WSL2-Linux-Kernel/tree/linux-msft-wsl-5.4.y I have most interest in as it's my day to day working environment. This repo could support a build that git submodules in that repo for WSL2 users -...

Bump. Virtualbox is dead in the water for Apple arm64 according to Oracle. If anyone wants to help port xhyve to arm64 the thread is here https://github.com/machyve/xhyve/issues/206. IBM could beat...

Would it make sense to optionally pass in a parameter list that does the full chmod/chown/chgrp/chattr?