I tried doing an O(lg2) version, to no avail
Posted by s on Nov. 16, 2008, 11:12 p.m.
power:
enter mov ecx,[ebp+12] jcxz GTFOofpowerafterreturningone ;Turns out there's two jump instructions JUST for if CX or ECX==0 mov eax,[ebp+8] dec ecx @@: mul [ebp+8] ;By default, bytes to AL words to AX dwords to EAX loop @b return 8 GTFOofpowerafterreturningone: mov eax,1 return 8I'm liking this. Nice when …The children inherit from their parent class
Posted by s on Nov. 15, 2008, 3:16 p.m.
Rewriting datastructs to save on memory passing. No more list of lists, we now have a list of nodes which inherit from the list
Been working with that language that is so esoteric that they only give one a large number of goto variants. Working off of a return a+b …Don't mind the lines
Posted by s on Nov. 14, 2008, 10:20 a.m.
And so it spilt 200 dots of drops
Seeing future shock everywhere. Even seeing analogies to it. The program has to make a choice that isn't obvious, and breaks down from overchoice into just smashing the program apartOne of the things that discouraged language design is a need for …Beware of rotten wake
Posted by s on Nov. 13, 2008, 9:23 p.m.
So everything has to be built. Being the only person with programming experience, I'm pretty much senior programmer. Which means I get to put the foot down and declare Basic ugly, and C++ win. And therefore I get to say that the chip will not be programmed with Bascom because …
Screw boxes, this bridge is having legs
Posted by s on Nov. 12, 2008, 6:24 p.m.
She never replied, but we'll see each other in two days time
Until then, I get to be informed on robot programmingOne of the things Java: Walls and Mirrors (Really though, walls are lame) states is that documentation is important. So here's my documentation for my binary tree's removal …Too drunk to remember
Posted by s on Nov. 11, 2008, 6 p.m.
The words of the drunk
In either case, it went from a discussion on the annoyances of standing to living every day to the fullestLooking for the chaos
Posted by s on Nov. 9, 2008, 9:34 a.m.
Somewhere there's a balance that gives it form and makes it do what I wish it to
I've sent off my confession, aliased under Demur Rumed to save me from being saved
Posted by s on Nov. 8, 2008, 12:11 a.m.
I've still not the gut to share the existence of this place I've found, a place to confess to nobody and everybody
for(y=0;y<512;y+=1)for(x=0;x<512;x+=1)draw_point_color(x,y,x+y*512^x+y*512<<1)