I finally switched the rendering of the player's wand to a sprite sheet rather than individual images for each animation frame: https://t.co/VWDkHetmxT
Another round of fundraising to fuel the next wave of innovation at Bushel! The $47 million raised will help uncover new solutions and improve existing ones, making it easy for customers to do business in the ag industry. Read the press release for more.
https://t.co/gGn6bMXONZ
Fumbling along learning linear algebra with python. I didn't think I'd figure out how to make an n dimensional basis matrix without peaking at the answer. But I did it! ๐The answer uses list comprehensions but I still love mine.
Some great discussion of how #Kotlin getters and setters work with Java over on the forums. Even if you're familiar with how they work you still might pick up some useful bits: https://t.co/oDIoQNbU2y
Get your tickets now for the 2021 Virtual Fargo Film Festival! Visit the Festival site to learn more about films and purchase tickets: https://t.co/POtWrBovw8
Just found that MacOS' Console now can weave logged data from different sources to help explain what is going on in your app or system. Click "Activities" to enable.
See how "apsd" is linked to "identityservicesd" below:
Came across this great conference talk, https://t.co/3TCiEQpNli, by Christina Lee about managing state in #Kotlin by using the type system and a great explanation of illogical data structures. It has already changed my approach to writing Kotlin.