How can I generate a list of files in my Home folder being larger than a certain size?

Open a terminal and issue the command

find ~ -size +1000k -ls

to generate, for example, a list of all the files being bigger than one megabyte.

A graphical representation of files an their sizes in a particular folder or volume can be generated with the Grand Perspective application.