Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MB
Posts
1
Comments
108
Joined
2 yr. ago

  • The first "porn" I saw was in middle school. It was a single bootable floppy disk with a pitiful menu of crude -- almost repulsive -- animations on an Apple II, basically no better than stick figures. The lesson I took away from it? How to program animations on an Apple II. And also that using one-voice beeps and honks over a bitbang speaker to suggest the buildup to an orgasm is hilarious.

  • My brain goblins love refactoring. I love taking a rusty pile of shit and making it shine. I want to polish something old, or build something completely new. Adding features to existing code is the part I hate.

  • I came up with a contrived example for the sake of illustration, and deliberately chose to use LINQ to build the enumerable because of how valuable it can be in filtering and ordering data. Where and TakeWhile alone can replace a whole lot of continues and breaks.

    Your code does the same job as my first example, and it's simpler, and maybe that's more appropriate for the class.