Building a TikZ library for ML researchers — styles, macros, and layout. Tools to make figures like these without starting from scratch each time. Does anyone actually need this? Would love to hear if figure-making is a pain point for you.<p>https://x.com/gvsh_maths/status/2...
Stories by gvsh_maths
I built a TypeScript iterator library (iterflow) and wanted to measure the actual heap difference between lazy and eager pipelines. This is the benchmark writeup.<p>The pipelines<p>Eager - standard array chaining:<p>const data = Array.from(generateRows(500_000));<p>const results = data
.filter(r =...