Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Fewer programmers interested in hardware?

Name: Anonymous 2015-07-01 1:45

I see far too many programmers these days who use macbooks and prebuilt desktops. They've never assembled a computer or installed a different OS. Why is this? I thought programmers were interested in tinkering with things. I feel more and more like I'm out of place when I talk about how I assemble and overclock computers and install GNU/Linux distros.

Name: Anonymous 2015-07-03 0:27

>>22
"k * ((z + (y + (x * x))) * w)"
Stack monkeys can't even visualize an expression without a purely sequential evaluation order.
k * (z + y + x * x) * w
*/ k (+/ z y (*/ x x)) w
Right away you can see that x * x and z + y could be evaluated in parallel.
Algebraic laws can give you even more parallelism. Pack that shit into the SIMD registers.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List