@Jakob_Wahlberg It’s okay to be different. It’s not for you. That’s fine. Glad you liked Hollow Knight though. It also took me 3-4 tries before I got into it.
So I watched Firefly. Then Serenity was playing in theaters here in San Diego this past Monday and … man what a series. I understand why it’s so beloved.
The double tap feature on Apple Watch, which is clearly inspired by the Assistive Touch feature, is another example of how accessible design benefits everyone.
Does anyone have any examples of Swift programs written in a functional way? Every time I look up “functional programming in Swift” I just get filter, map, and reduce examples. I want to see apps or tools written using this paradigm, not methods on collections.
Would it be weird to use Git to track changes on your DnD character sheet. That way you have a history of your character as they’ve changed during the game. AND you could use Git branches for parallel adventures? Git tags for level ups?
Is this too much?
#dnd#git#dev
With the knowledge that this year has been the hottest on record. There’s a very real chance that El Niño will make 2024 hot enough to start destroying global crops. It’s not just sriracha that will have a shortage next year.
@sdw Man I’m sorry that happened. The car theft is out of control. A small but not insignificant reason I don’t want to replace my old, beat up, paint chipped, Prius is because it’s not a targetable car.
I hope you somehow get your stuff back.
When coding in Swift try starting with a protocol rather than starting with a class. Protocol-oriented programming is a very cool way of thinking about functionality.