J. Voigt
J. Voigt
It looks like the [builds](https://github.com/theburningmonk/appsyncmasterclass-backend/actions) are failing [when trying to install the AWS CLI](https://github.com/theburningmonk/appsyncmasterclass-backend/runs/2274340397?check_suite_focus=true#step:6:6640) because a pre-existing CLI is already in place: ``` Found preexisting AWS CLI installation: /usr/local/aws-cli/v2/current. Please...
In #380, @xyproto writes: > being new to Bolt, I am not fully confident that Bolt is being used efficiently. If someone could just look over the code and check...
I'm assuming frames are buffered into memory while recording (rather than, say, [streamed](https://github.com/maxogden/level.js) into [indexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) for later playback). Has anyone experienced issues with size/memory limits while recording? This is largely...
I'd love to see some definitive explanation for the [bonus challenge](https://github.com/maxogden/bytewiser/blob/master/problems/array_buffers/problem.txt#L13-L14) presented in the final problem. We know that a `Uint16Array` typed array represents an array of unsigned 16-bit integers...
_The three great virtues of a programmer (per [Larry Wall](http://books.google.com/books?id=gXrwAAAAQBAJ&lpg=PA1062&ots=BgZl1Mw7gv&dq=%22programming%20perl%22%20%22The%20quality%20that%20makes%20you%20go%20to%20great%20effort%22&pg=PA1062#v=onepage&q=%22programming%20perl%22%20%22The%20quality%20that%20makes%20you%20go%20to%20great%20effort%22&f=false))_ --- #### Laziness The quality that makes you go to great effort to reduce overall energy expenditure. It makes you...
_The following 3 maxims are attributed to Tony Hoare, Ken Thompson, and Fred Brooks, respectively. The 5 rules (distributed under the maxims) are attributed to Rob Pike._ --- ## Premature...
Curious as to how one might handle user input when in VR/cardboard mode. I'm particularly interested in implementing streetview style expeditions along the lines of [walkinto](http://walkinto.in/). Any suggestions on how...
Wondering about the distinction between a `Rule` and a `Condition` .. and whether there's really any need to have these two distinct types? Let me explain. So, RulePilot distinguishes between...