Blog
-
Beyond Time-to-Market and Quality of Service: We're not used to think that way
When mapping time-to-market and quality-of-service as independent dimensions, it becomes obvious that there is something lacking in our language, that is detrimental to the success of any transition to agility. What do we really need to get past the bi-modal model of IT?
Posted , Author Gwen Stoll
-
Four Definitions of Agile
Agile is not agile. People often cannot agree on meeting culture. Different ways of thinking sometimes are not so subject specific. Rather, complete mindscapes can be defined that shape indivual thinking. At least Maruyama (1980) gave us a model to think along these lines. What does “agile” mean for all four proposed thinking types? Read here …
Posted , Author Gwen Stoll
-
WebVR Data Visualization with A-Frame - Performance?
As some might have seen I’m playing around with #julialang. As I have an Oculus Rift, I just tried to do some visualization using WebVR with A-Frame. However, I’m a bit surprised by the performance. As a test, I’ve converted the a mandelbrot set simply putting out a grid of boxes that differ in height and height-corresponding color. Height is log2 of required computation steps.
Posted , Author Gwen Stoll
-
Julialang and Indices
The decision of #julialang to start arrays from 1 is dubious. As the main purpose I’m using it for is to do some discrete recursive math, a ton of things are states that are either 0 or non-zero integer.
[…]
Update: Oh boy, did I miss some things. …Posted , Author Gwen Stoll
-
Elementary Cellular Automata With Julia and PyPlot
I cannot do but drool at the eleganceof this julialang code, once you get the hang of how to do things (i.e. thinking the other way round).
Here’s a short snippet that produces Wolfram’s one-dimensional cellular automatons. Sheer elegance.
Posted , Author Gwen Stoll
← Older Newer →