Highest Rated Comments


NOT_AN_APPLE181 karma

What sides did you envision the Fidget Cube having that didn't make the cut?

NOT_AN_APPLE36 karma

  1. Fries should be cooked through at a lower temp oil, then finished in high temp oil to crisp.

  2. Cook your fries in beef tallow.

  3. Liberal salting.

NOT_AN_APPLE23 karma

Don't get too hung up on this though. You should probably not ONLY learn python. Python is good for rapid application development, is easy to learn, and has an uncountable amount of useful libraries. It's an extremely useful language to know but it has a few problems.

First, Python abstracts some essential programming concepts like pointers, memory management and writing efficient algorithms to name a few.

Second, python is an interpreted language and doesn't naively support real multi-core concurrency. This makes it slow for time sensitive operations.

This is the case with every language though. Each has its strengths and weaknesses. It is important as a developer to be able to pick up a language quickly. Good development practices are far more important than knowing a language. A developer with 1-2 years of professional experience should be able to go from zero to a basic understanding of a language in a day.

NOT_AN_APPLE2 karma

Hi Brennan! How do you balance Crown of Candy encounters in comparison to traditional "less lethal" encounters from your other 5e Campaigns?