Andrew

Results 882 issues of Andrew

WiFi signals are also bent in specific ways by physical objects. Could we access the antenna directly and use something like OpenCV to count people nearby?

Node.js still comes with npm as the default package manager. And the official Node.js online documentation continues to list npm commands. However, the official Node.js Docker Hub images strangely contain...

question

In minikube, when I `kubectl exec` into an es-client pod in order to debug things with bash and curl, the pod often errors and restarts. `kubectl describe pod`... shows: ```console...

![screenshot](http://i.imgur.com/YUF15zw.png) language-python assumes that percent (`%`) characters always begin a C-style formatting string, though HTML-encoded strings are also common. What's the best way to deal with this issue? Check for...

Hi, I'm a fan of Rake and love how it helps to ensure my Ruby projects build more reliably on different platforms! One thing I am curious about with Rake...

Hello, I am curious about using crossbuild to manage some more fringe ports. Could crossbuild add support for compiling BSD targets? For example, FreeBSD.

I'm used to `fprintf()` intelligently flushing my output streams, e.g. when writing brief text blurbs to stderr in a Read Eval Print Loop application. However, CloudABI appears to wait until...

Could we get a Windows port of the cloudlibc runtime and an example cmake project illustrating how to build CloudABI binaries from Windows development hosts? So that we can grow...

cloudlibc offers engineers a tremendous gatekeeper for I/O, writing applications just once in terms of a simple API, and flexibly reconfiguring applications for many different workflows for runtime. Let's extend...

I saw the awesome talk on CloudABI and think it would be a good idea to begin offering dependency injection for the system clock and for random number generation, for...