• 1 Post
  • 38 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle

  • In my opinion that’s a pretty generous list of reasons to buy a game without much further questioning or research. I think the last game I almost immediately bought ~10 minutes after hearing about it was YOMI Hustle for $5 in May of last year.

    That said, looking through my purchase history I can tell you that the amount I have spent on Warframe, a F2P game, is vile.











  • https://thedailywtf.com/articles/gotta-catch-em-all

    Dear God.

    try
    {
        /* ... some important code ... */
    } 
    catch (OutOfMemoryException exception)
    {
        Global.Insert("App.GetSettings;", exception.Message);
    }
    catch (OverflowException exception)
    {
        Global.Insert("App.GetSettings;", exception.Message);
    }
    catch (InvalidCastException exception)
    {
        Global.Insert("App.GetSettings;", exception.Message);
    }
    catch (NullReferenceException exception)
    {
        Global.Insert("App.GetSettings;", exception.Message);
    }
    catch (IndexOutOfRangeException exception)
    {
        Global.Insert("App.GetSettings;", exception.Message);
    }
    catch (ArgumentException exception)
    {
        Global.Insert("App.GetSettings;", exception.Message);
    }
    catch (InvalidOperationException exception)
    {
        Global.Insert("App.GetSettings;", exception.Message);
    }
    catch (XmlException exception)
    {
        Global.Insert("App.GetSettings;", exception.Message);
    }
    catch (IOException exception)
    {
        Global.Insert("App.GetSettings;", exception.Message);
    }
    catch (NotSupportedException exception)
    {
        Global.Insert("App.GetSettings;", exception.Message);
    }
    catch (Exception exception)
    {
        Global.Insert("App.GetSettings;", exception.Message);
    }