dice.camp is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon server for RPG folks to hang out and talk. Not owned by a billionaire.

Administered by:

Server stats:

1.7K
active users

#oop

2 posts2 participants0 posts today

one of my favorite quotes about #OOP is that a class hierarchy isn't made to unleash your inner Linnaeus ;) - but this most certainly is: jillianhess.substack.com/p/car - cute lil video about Linnaeus' note taking system. (As a german political scientist I'm course Luhmann's Zettelkasten inspired 😂) Cool bits of information design however - If you love Tufte's book, you'll love this :))

Noted · Carl Linnaeus's Note-Taking InnovationsBy Jillian Hess

I’m currently reading Extreme Programming Explained 2e (Beck et. al), Object Thinking (West), and Object-Oriented Analysis and Design With Applications 3e (Booch et. al). The contrast between OT and OOADwA is startling. OT got me reading eXPE, and I regret not reading it sooner. Am I destined to say that about every Beck book I read?

Trying to sell my treasured copy of the rare Derren’s Brown book, Absolute Magic. I had it signed by Derren, in person, because I knew he wouldn’t like me having that older book. I then took it to Penn and Teller and got them to sign it, because I thought it would be funny.

Derren’s didn’t like me having the book, andPenn and Teller did not think it was funny, but they signed it like good sports, all the same.

Pleas boost to see if there are any fellow travellers out there in need of rare knowledge.

#derrenbrown #pennandteller #magic #mentalism #oop #rarebook

ebay.co.uk/itm/326456995756?mk

eBayAbsolute Magic. Signed by Derren Brown (& Penn and Teller). 2nd Edition. OOP | eBayNot for the inexperienced practitioner. I thought it would be funny to ask him to sign it when I attended an audition for one of his shows, though he did not laugh and I was not chosen.

New Kitten update

kitten.small-web.org

• Added `remove()` method to kitten.Component class. Use this when working with live pages and components and you want to remove a component from the page (or its parent). It will handle removing event listeners for you so you don’t end up with any memory leaks.

• Improved `update()` method so it similarly removes listeners on child components before updating the component itself in case you have class-based child components that will be reinstantiated on render.

• Updated the `send()` methods on `page.everyone` and `page.everyoneElse` so you can pass a swap target to insert the element being streamed to the page before, after, asFirstChildOf, or asLastChildOf another. (This was already there for the page.send() but now the two broadcast objects have the same consistent interface.

The @small-web/kitten npm package (Kitten’s types package) has also been updated to version 5.1.0 to reflect the latest changes.

(Remember that the new class and event-based page and component model is still experimental and largely undocumented and fully backwards compatible with the classic functional way of authoring your page routes and components.)

Enjoy!

:kitten:💕