Yotam Gingold

Results 28 issues of Yotam Gingold

Is it possible to dynamically change menu items, or even just the text labels?

What's up with setting "checked: true"? It doesn't seem to have any effect, yet it appears on the docs page: http://af.id.au/contextmenu/

The text around the correct cos(šœ™) distribution is confusing. Sections 8.6 "An Alternative Diffuse Formulation" and 8.5 "True Lambertian Reflection" both seem to me to be correcting Section 8.1 "A...

area: book
book 1: One Weekend

Book 1 Antialiasing states that the purpose of antialiasing is to eliminate jagged edges. If this were the only motivation, I would skip the code complexity and render a larger...

area: book
book 1: One Weekend

On my mac laptop (no CUDA), I installed all the dependencies and downloaded all the pre-trained models. git clone https://github.com/arnabgho/iSketchNFill cd iSketchNFill pip3 install -r requirements.txt bash scripts/download_pretrained_scribble_dataset.sh I then...

Summation over sparse matrix indices is very slow in Python. The generated code calls `.tocsr()` in the inner loop. It should call this function once. (A properly sparse version would...

Taking the power of a sparse matrix doesn't work. It calls a `numpy.linalg.matrix_power()`, which only works for dense matrices. For sparse matrices you can use `A**n`, where `n` is an...

I would like to be able to write a minimization expression over multiple variables simultaneously. I propose commas to separate minimization variables. For example, I would like the following to...

I want to create a block matrix and pass an input to add to it. How can I get around the dimension mismatch compiler error? ``` given w ∈ ā„^(pƗk)...

The following code generates a compiler error: `Exception: 'int' object has no attribute 'parse_info'` ``` given P ∈ ā„^(3Ɨp): The existing palette in a 3D color space. Change the 3...