Smizaxxed

but no, the dac is labeled and it looks fine

Gas Plasma screen masterrace

Same boat. found some molson dry in the backlane on my way home from highschool though. i hope it's enough to take effect.

Attached: 20180322_192347.jpg (2576x1932, 1.57M)

I'd be up for something in C even if I'm not a big fan of it.
Not a big fan of graphics either but I could do some basic raster graphics or just work in the backend ig.


Reverse engineering, cracking or interesting challenges would be fun too.

pic related was pretty fun and easy

Attached: rc4.png (640x407, 41.27K)

Damn the beers really kicked in. time to go to bed.

m8
assuming those are 12 ounce cans
thats only 48 ozs
fucking lightweight

forth is pretty cool
still learning though, i have a pdf of an old book called "starting forth", the guy who wrote it have an amazing teaching style

i wanted to do a voxel engine but the math is crazy
3d raycasting and super compact voxel data structures and all sorts of shit

Yeah, it's pretty enjoyable to program with.
forth.com/starting-forth/ try that instead of the book ;)

pic related, something I'm working on rn (doesn't work for certain sizes)
I actually wrote most of it straight off the bat instead of doing it interactively like maybe I should have, oh well.


You have that business card sized ray casting engine in C. I saw a dissection of it somewhere.
Would be cool to have anons re-implement it from that dissection in C or whatever language they want.

Attached: sierpinski.png (638x166, 25.66K)

its right here, source code and everything: advsys.net/ken/voxlap.htm
tried to dissect the c version but theres a fuckton of inline asm and insane maths with no explanations
still working on comprehending the toy example in QBASIC

also, thats the same book im reading :)