• 2 Posts
  • 77 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle




  • It’s very rare that you find anyone on Lemmy/Reddit that actually takes more than eight seconds to critically think about the significance of “religion,” and not just immediately monkey brain into “religion is for idiots.” Alas, I hoped that this particular group think would’ve stayed behind.

    A belief is not a religion, and a religion is not a belief. Any one person can be varying degrees of “religious,” and any one person can hold varying levels of belief in a higher power.

    I don’t have much else to add because your comment was pretty well thought-out.
















  • 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);
    }