pca006132

Results 84 comments of pca006132

Hi, wondering if there is any data showing the effect of randomizing the size of environment variables on programs running on modern CPUs? The paper is more than 10 years...

I think the main problem is each `to_string` call requires an allocation, slower the thing down. https://github.com/openscad/openscad/blob/c4de8520c17b065d51e416614c3876c6277be223/src/io/export_stl.cc#L107-L141 If you look at the code, it will perform N small allocations where...

Oh, wow, I didn't see that it is a lambda that is called over and over again. Yeah toStrings are probably not that slow (the array is not that large)...

note that manifold does not have a way to check for self-intersections as of today, so we will not reject it but will get incorrect results (should still be a...

@mikedh yes we would love some python packaging help, we are unable to get the windows build working: https://github.com/elalish/manifold/issues/362

It would also be nice if "a', b" can have better kerning. `f_(b', b) wide f_(b'#h(-0.2em), b)` ![image](https://github.com/typst/typst/assets/12198657/98d17a4b-52b8-4469-a9ec-0c39507bcb33) I wanted to try to use selector to select "',", but it...

I think this is much easier to implement in a slicer rather than openscad. If you implement this in a slicer, this is just letting the slicer read the `.scad`...

I do think this is a bug in manifold, at least we should not crash. I am still a bit busy recently, will look into in details a bit later.

Curious if you can just use a flake and pull the correct mesa version? That way you don't have to wait for the channel update.