Favorite films

  • Interstellar
  • Pee-wee's Big Adventure
  • Parenthood
  • Inglourious Basterds

Recent activity

All
  • Theater Camp

    ★★★★

  • Bottoms

    ★★★★½

  • It Lives Inside

    ★★★

  • No One Will Save You

    ★★

Recent reviews

More

Popular reviews

More
  • Baywatch

    Baywatch

    ½

    It's not a good idea to make a comedy that stars ZERO comedians.

    Painfully bad.

    (NOTE: This movie killed Nu-Frank)

  • Money Monster

    Money Monster

    ★★★½

    I'm sure one day a Quant will point out the Glitch in my Algo.

    public float DetermineStarRating()
    {
    float starRating = 0f;
    if (_runningTime < 100f)
    {
    starRating += 1f;
    }
    if (_prodBudget >= 25000000f)
    {
    starRating += 1f;
    }
    if (_gimmick == eGimmick.RealTime)
    {
    starRating += 1f;
    }
    if (_ratingMPAA == eRatingMPAA.Restricted)
    {
    starRating += .5f;
    }
    return starRating;
    }