15/01/19 0:09:58AM 35 notes
yeshtwinkie asked:
hey you should make video comparing SIMD operations like w0rthy on youtube makes those sorting vids. love your visualizations
That would be so so sso fun and something i’ve been trying to do ever since my qreverse write-up is automate a way to visualize simd intrinsics like these ones i made…
I’ve explored a lot of options and the best one I have at the moment is to generate them using SVG animations to visualize the 128/256/512-bit registers and how their individual epi8/epi16/epi32/epi64/etc elements change and react to certain operations like shuffles and sum-absolute-differences and such but it’s quite the feat that even others are dealing with.
Right now though I am currently on the look-out for some kind of blogging platform to serve basic markdown write-ups of little snippets I write that aren’t worthy of a whole github repo. Like recently I wrote, fast parallel fibonacci number generation (mod32, mod64) using SIMD intrinsics and matrices, a fast way to calculate the average color in an image, a fast way to calculate two determinants at once using SIMD, and a very, very fast point-in-triangle test using a very tiny amount of simd instructions and I’m just about to explode in these backlogged snippets that I’m trying to find a good place to document them.
I’m looking at places like hosting a hugo on github pages (which, doesn’t really sit right with me at the moment as github pages and all these static-site generators feel really cluttery to me) and I’ve happened upon dev.to which seems really good but seems to be really.. webdev/career oriented for a C/C++/SIMD/assembly/reverse engineering/gpu/etc guy like me. Medium hasn’t seemed all that great lately either…
Cool snippets and write-ups looking for a home… I might just.. settle on gist or something even, which I did at one point.
#yeshtwinkie
14/01/19 23:55:40PM 35 notes
672 plays
Using some atomic integer trickery within a shader to visualize how a 2080 ti splits up the work of rendering two triangles across its 4352 cuda cores
#programming
12/01/19 23:13:41PM 92 notes
VIDEO
indie devs making release builds
#video
05/01/19 22:37:41PM 78 notes
One time I saw a torrent for The Sims get reported because someone thought The Sims were supposed to speak English in-game and not simlish
05/01/19 18:40:07PM 5,392 notes
Title Theme
Track Name
Album
Artist
Title Theme
86,895 plays
kirbymusicoftheday :
Music from the title screen of Kirby’s Pinball Land.
#music for when you fuck something up
05/01/19 17:52:36PM 1,103 notes
mossworm :
Hey why is Paint Roller the best character design in existence
(via plushpon )
01/01/19 18:26:20PM 33 notes
Serial triangle rasterization vs chad vectorized SSE + AVX512 implementation
#programming
31/12/18 23:53:25PM 292 notes
All those boomer comedians that put “everyone is so sensitive these days” in their acts that don’t realize that their entire brand of “humor” is just being dumb and demeaning
31/12/18 23:25:14PM 68,295 notes folks it is with great pleasure i announce that 19 years after Y2K we are 19 years away from more potential bullshit
grawly :
It took Java over 19 years to realize “hey maybe we should allow unsigned integers ”
(via enderman )
#programming