on Dungeon World Wingman (ChatGPT for DW questions) · c/dungeonworld · 1 pts · 2yThat's really cool. I've been thinking about doing something like that for pathfinder to. I wonder how it works with copyright and stuff. Did you upload the rule PDF to it?
on Which YouTuber still creates high-quality videos to this day? · c/asklemmy · 29 pts · 2yWon't he stop doing videos in like a week?
on Don't use class methods on Django models · c/django · 2 pts · 2yThe reasoning does not seem that convincing. I also don't create new instances from the Manager but instead use the normal constructor like this: instance = models.MyModel(...) # instead of something like models.objects.create(...) So I would want alternative constructors in the same place...
That's really cool. I've been thinking about doing something like that for pathfinder to. I wonder how it works with copyright and stuff. Did you upload the rule PDF to it?
Won't he stop doing videos in like a week?
The reasoning does not seem that convincing. I also don't create new instances from the Manager but instead use the normal constructor like this:
So I would want alternative constructors in the same place...