Today was mostly cleaning up other projects so I didn't get a whole lot of time to do actual coding. However I did get the opportunity to learn more about React / React Native / Redux at our local coding group so that was time well spent. Hoping to put some of …
read moreDay 13/100: The Water of Treading
Today didn't get a whole lot of code. Worked through the Learn Web App Development book some more, but most of today was spent on other things (anticipation of a fixed washer for starters).
Ever onward!
read moreCat Negotiation 101
JoDee: I'd like to get Pixel back on a regular eating schedule.
Pixel: Fuck you, I'm a cat.Me: Pixel, not now I'm in the middle of something.
Pixel: Fuck you, I'm a cat.Us: Pixel, we'd like to have some bed to sleep on.
read more
Pixel: Fuck you, I'm a …Day 12/100: More Shut the Box in Racket
Spent a little more time today playing with racket and the "Shut the Box" implementation.
It's not much, but it's progress.
read more(define tiles `(1 2 3 4 5 6 7 8 9)) (define die1 (+ 1 (random 6))) (define die2 (+ 1 (random 6))) (define roll (+ die1 die2)) (define tilelist '(4 5 …
Day 11/100: Shut the Box in Racket
Today I had the brilliant idea to do my standard "Hello World" program in Scheme / Racket. So, I present to you the first bits of "Shut the Box" in Racket:
read more(define tiles `(1 2 3 4 5 6 7 8 9)) (define die1 (+ 1 (random 6))) (define die2 (+ 1 (random …