@hammerron yeah they don't stay little for long at all.
Notices by dave stranding (dthompson@toot.cat), page 2
-
dave stranding (dthompson@toot.cat)'s status on Thursday, 18-Jul-2019 13:26:25 EDT dave stranding -
dave stranding (dthompson@toot.cat)'s status on Thursday, 18-Jul-2019 12:40:22 EDT dave stranding in a meeting rn but I'd rather be back in my yard hoverhanding this bird.
-
dave stranding (dthompson@toot.cat)'s status on Wednesday, 17-Jul-2019 16:45:06 EDT dave stranding @cwebber yeah that would probably look really cool! at the time the screenshot was taken the blocks had already scaled to 0 and are not visible.
I cleaned up the UI a bit so everything is nice and centered.
-
dave stranding (dthompson@toot.cat)'s status on Wednesday, 17-Jul-2019 14:55:57 EDT dave stranding @cwebber no lens flares but how about some cute stars?
-
dave stranding (dthompson@toot.cat)'s status on Wednesday, 17-Jul-2019 12:44:04 EDT dave stranding @cwebber I'll see how much gratuitous juice I can squeeze in here.
-
dave stranding (dthompson@toot.cat)'s status on Wednesday, 17-Jul-2019 12:29:52 EDT dave stranding @cwebber gonna try to add some particle effects now
-
dave stranding (dthompson@toot.cat)'s status on Wednesday, 17-Jul-2019 12:26:17 EDT dave stranding my tetris clone now has some "juice". when rows are cleared there is an animation that plays before they are removed from the screen and the rows above move down smoothly. what was interesting about doing this was realizing how the data structure I had chosen for the board (a single vector) made adding any juice at all very difficult. I switched to using a vector of vectors instead and that gave me the flexibility I needed.
-
dave stranding (dthompson@toot.cat)'s status on Tuesday, 16-Jul-2019 22:27:50 EDT dave stranding animating tetris row clears is not as easy as I thought it would be.
-
dave stranding (dthompson@toot.cat)'s status on Tuesday, 16-Jul-2019 21:05:08 EDT dave stranding I don't know how this happened but a bunny got into our house and the cats were chasing it around. stressful situation.
-
dave stranding (dthompson@toot.cat)'s status on Tuesday, 16-Jul-2019 19:35:41 EDT dave stranding @Pixley dope
-
dave stranding (dthompson@toot.cat)'s status on Tuesday, 16-Jul-2019 10:34:28 EDT dave stranding bug report with reproduction code for all you nerds out there: https://lists.gnu.org/archive/html/bug-guile/2019-07/msg00013.html
-
dave stranding (dthompson@toot.cat)'s status on Tuesday, 16-Jul-2019 10:10:50 EDT dave stranding okay, it's a bug in guile. got a minimal test case.
-
dave stranding (dthompson@toot.cat)'s status on Tuesday, 16-Jul-2019 10:05:04 EDT dave stranding it seems that the cause of the breakage is that I have another class, outside of the aforementioned class hierarchy, that defines a position accessor. this class is defined before the buggy class. seems that once the accessor is setup, it breaks the getters for all classes thereafter.
-
dave stranding (dthompson@toot.cat)'s status on Tuesday, 16-Jul-2019 10:01:04 EDT dave stranding also, there is of course a method for the base class so shouldn't that method be applicable to this subclass anyway? double wtf
-
dave stranding (dthompson@toot.cat)'s status on Tuesday, 16-Jul-2019 10:00:11 EDT dave stranding I've run into some weird ass problems with Guile's OOP system and I can't tell if it's a bug in Guile or a bug in my code. a class defines a slot with a getter. when using that getter on an instance of a subclass it throws a "no applicable method" error. indeed, when I inspect the generic function, there are methods for a bunch of other subclasses, but not the one I'm interested in. wtf?
-
dave stranding (dthompson@toot.cat)'s status on Monday, 15-Jul-2019 21:02:01 EDT dave stranding yall ever want to just like eat a food lmao
-
Christine Lemmer-Webber (cwebber@octodon.social)'s status on Monday, 15-Jul-2019 14:07:15 EDT Christine Lemmer-Webber So I'm going to say that if there's something that makes me hesitant about embracing and encouraging people to join the Racket community, it would be that I casually mentioned "improving diversity" on the list and got chastized by one of its leaders https://groups.google.com/forum/#!topic/racket-users/ewWuCvbe93k
-
dave stranding (dthompson@toot.cat)'s status on Monday, 15-Jul-2019 14:44:42 EDT dave stranding @cwebber oof.
-
dave stranding (dthompson@toot.cat)'s status on Monday, 15-Jul-2019 14:24:03 EDT dave stranding @cwebber did they also get mad when bkuhn made a lengthy point about diversity during his racketcon talk?
-
dave stranding (dthompson@toot.cat)'s status on Monday, 15-Jul-2019 13:07:06 EDT dave stranding hey @technomancy your racketcon talk was awesome!