Initial commit to github pages
This commit is contained in:
212
2023/09/24/How-Should-We-Then-Live/index.html
Normal file
212
2023/09/24/How-Should-We-Then-Live/index.html
Normal file
@@ -0,0 +1,212 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<link rel="bookmark" type="image/x-icon" href="/img/logo_moogle.png"/>
|
||||
<link rel="shortcut icon" href="/img/logo_moogle.png">
|
||||
|
||||
<title>
|
||||
AKLabs
|
||||
</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<link rel="stylesheet" href="/css/mic_main.css" />
|
||||
<link rel="stylesheet" href="/css/dropdownMenu.css" />
|
||||
<meta name="keywords" content="aklabs andrew kesterson andrewkesterson andrew.kesterson andrewk akesterson" />
|
||||
|
||||
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
|
||||
|
||||
<noscript>
|
||||
<link rel="stylesheet" href="/css/noscript.css" />
|
||||
</noscript>
|
||||
<style type="text/css">
|
||||
body:before {
|
||||
content: ' ';
|
||||
position: fixed;
|
||||
top: 0;
|
||||
background: url('/img/bg_charlie.jpg') center 0 no-repeat;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-size: cover;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<script type="text/x-mathjax-config">
|
||||
MathJax.Hub.Config({
|
||||
tex2jax: {
|
||||
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
|
||||
processEscapes: true,
|
||||
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<script type="text/x-mathjax-config">
|
||||
MathJax.Hub.Queue(function() {
|
||||
var all = MathJax.Hub.getAllJax(), i;
|
||||
for (i=0; i < all.length; i += 1) {
|
||||
all[i].SourceElement().parentNode.className += ' has-jax';
|
||||
}
|
||||
});
|
||||
</script>
|
||||
<script async type="text/javascript" src="//cdn.bootcss.com/mathjax/2.7.1/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
|
||||
|
||||
|
||||
<script src="/js/jquery.min.js"></script>
|
||||
<script src="/js/jquery.scrollex.min.js"></script>
|
||||
<script src="/js/jquery.scrolly.min.js"></script>
|
||||
<script src="/js/skel.min.js"></script>
|
||||
<script src="/js/util.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
|
||||
<meta name="generator" content="Hexo 6.0.0"></head>
|
||||
|
||||
|
||||
<!-- Layouts -->
|
||||
|
||||
|
||||
|
||||
<!-- 代码渲染 -->
|
||||
<link rel="stylesheet" href="/css/prism_coy.css" />
|
||||
<link rel="stylesheet" href="/css/typo.css" />
|
||||
<!-- 文章页 -->
|
||||
<body class="is-loading">
|
||||
<!-- Wrapper 外包 s-->
|
||||
<div id="wrapper" class="fade-in">
|
||||
<!-- Intro 头部显示 s -->
|
||||
<!-- Intro 头部显示 e -->
|
||||
<!-- Header 头部logo start -->
|
||||
<header id="header">
|
||||
<a href="/" class="logo">AKLabs</a>
|
||||
</header>
|
||||
<!-- Nav 导航条 start -->
|
||||
<nav id="nav" class="special" >
|
||||
<ul class="menu links" >
|
||||
<!-- Homepage 主页 -->
|
||||
<li >
|
||||
<a href="/" rel="nofollow">Home</a>
|
||||
</li>
|
||||
<!-- categories_name 分类 -->
|
||||
|
||||
<li class="active">
|
||||
<a href="#s1">categories</a>
|
||||
<ul class="submenu">
|
||||
<li>
|
||||
<a class="category-link" href="/categories/Books/">Books</a></li><li><a class="category-link" href="/categories/Faith/">Faith</a></li><li><a class="category-link" href="/categories/Leadership/">Leadership</a></li><li><a class="category-link" href="/categories/Outdoors/">Outdoors</a>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<!-- archives 归档 -->
|
||||
|
||||
<li class="active">
|
||||
<a href="#s1">articles</a>
|
||||
<ul class="submenu">
|
||||
<li>
|
||||
<a class="archive-link" href="/archives/2024/02/">February 2024</a></li><li><a class="archive-link" href="/archives/2024/01/">January 2024</a></li><li><a class="archive-link" href="/archives/2023/12/">December 2023</a></li><li><a class="archive-link" href="/archives/2023/11/">November 2023</a></li><li><a class="archive-link" href="/archives/2023/10/">October 2023</a></li><li><a class="archive-link" href="/archives/2023/09/">September 2023</a></li><li><a class="archive-link" href="/archives/2022/10/">October 2022</a></li><li><a class="archive-link" href="/archives/2022/05/">May 2022</a></li><li><a class="archive-link" href="/archives/2022/03/">March 2022</a>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
||||
<!-- Pages 自定义 -->
|
||||
|
||||
<li>
|
||||
<a href="/family/" title="family man">
|
||||
family man
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/tech/" title="tech leader">
|
||||
tech leader
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/servant/" title="civil servant">
|
||||
civil servant
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
<!-- icons 图标 -->
|
||||
<ul class="icons">
|
||||
|
||||
<li>
|
||||
<a title="github" href="https://github.com/akesterson" target="_blank" rel="noopener">
|
||||
<i class="icon fa fa-github"></i>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a title="linkedin" href="https://www.linkedin.com/in/andrewkesterson/" target="_blank" rel="noopener">
|
||||
<i class="icon fa fa-linkedin"></i>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a title="facebook" href="https://www.facebook.com/andrew.kesterson.16/" target="_blank" rel="noopener">
|
||||
<i class="icon fa fa-facebook"></i>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a title="itch-io" href="https://akesterson.itch.io/" target="_blank" rel="noopener">
|
||||
<i class="icon fa fa-itch-io"></i>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<div id="main" >
|
||||
<!--
|
||||
<div class ="post_page_title_img" style="height: 25rem;background-image: url(/images/books/howshouldwethenlive-thumb.jpg);background-position: center; background-repeat:no-repeat; background-size:cover;-moz-background-size:cover;overflow:hidden;" >
|
||||
<a href="#" style="padding: 4rem 4rem 2rem 4rem ;"><h2 >How Should We Then Live</h2></a>
|
||||
</div>
|
||||
-->
|
||||
<!-- Post -->
|
||||
<div class="typo" style="padding: 3rem;">
|
||||
<img alt="Image of How Should We Then Live" style="float: left; padding: 20px 20px 20px 20px;" src="/images/books/howshouldwethenlive.jpg">
|
||||
|
||||
<p><strong>Rating: 6/10</strong><br><strong>Amazon Link:</strong> <a target="_blank" rel="noopener" href="https://www.amazon.com/Should-Then-Live-LAbri-Anniversary/dp/1581345364/ref=asc_df_1581345364/?tag=hyprod-20&linkCode=df0&hvadid=312115051380&hvpos=&hvnetw=g&hvrand=3191160308367114299&hvpone=&hvptwo=&hvqmt=&hvdev=c&hvdvcmdl=&hvlocint=&hvlocphy=9011415&hvtargid=pla-488039960134&psc=1&mcid=192c8ff5f5c8346db0b01d2a0a62e5ea&gclid=Cj0KCQiAoKeuBhCoARIsAB4WxtciVfsYCA29xi0dIRTEl4gIIF5wI0iggrdqPzuuyv1LOnHoWFYifNcaAp4UEALw_wcB">click here</a><br><strong>TL;DR</strong> A summary of the rise of Western civilization and philosophy, from the time of the Greeks through the modern era, with an attempt to explain how the change in our moral character has influenced the rise and fall of nations, and lead to our current predicament.</p>
|
||||
<hr>
|
||||
<p>“How Should We Then Live” attempts to summarize how Western society arrived at the pickle we’re in, using the lense of the development of Western thought and philosophy. It does an okay job, but fails to provide any substantial suggestion for how to resolve it. The core premise of the book is that “Man, beginning from himself and proceeding only with himself, can never achieve anything like lasting peace or happiness.”</p>
|
||||
<p>The journey begins at and passes through the Greek philosophers, how that thought dominated through the early church, which came to dominate western society and to create a society with freedoms intertwined with charitable ideas and semi-righteous laws; the rise of humanism and its infiltration of that same church and society, and its eventual hollowing out of the structures that had been created. It follows through the reformation where the authors obvious explicit protestant bias shows in vivid colors (which to me invalidate some of the scholarly character of the work), but he does make good points about how protestantism was a rejection of humanism in the church. I think “Christianity: The First Three Thousand Years” provides a much better education on this series of events, though many readers might get lost in the sauce with that volume, so opting for this one is okay. Just be aware yoiu’re getting a very brief overview of a very large swath of history that is really only being presented to set up the rest of the points further in the book.</p>
|
||||
<p>The book’s serious contributions, I think, don’t begin until chapter 6. The author makes a valiant fight against the idea that protestant reformers hated art, going to great lengths to show how much the arts flourished in the lives and hearts of various reformers. The author makes a very strong case for the idea that the American, French and English revolutions could never have occurred had it not been for protestantism, something that seems obvious in hindsight but which I never really considered until now. He draws parallels between the Amerrican revolution andn the “bloodless revolution” in England as similar, while pointing out the incredible difference in the French revolution that followed, which contradicts a common idea that the American and French revolution were similar. Through his lense, they’re wildly different, the French revolution being a product of the romantics and humanists, devoid of the core structures that provided the ethical frameworks of the American and English revolutions. He carries this chain through to the various totalitarian regimes, illustrating how their attempts to produce utopian society without love for God at the center ultimately lead to destruction and misery. But all this has been covered before - “LIve Not by Lies” gives a better treatmnent, I think, though the one presented here is probably more approachable for some people.</p>
|
||||
<p>The most impressive contribution of this book, I think, is between chapters 7 and 10 where the author discusses the history of the modern sciences, and makes the case that it would not have been possible for modern science to exist without the framework of Christianity. Not just talking about the funding provided by the Roman Catholic Church, but rather the entire worldview provided by the Christian faith that says the world was created by a rational God who presented his work (which adheres to His specific laws) to be investigated and discovered and brought under dominion by man, His special creation. He references numerous famous scientists who, even if they were not Christians themselves, openly admit that the Christian worldview enabled the very scientific process through which they operated, because it provides for the idea of (among other things) absolute truth which can be discovered. He proceeds to discuss the development of the cult of science, the new priesthood, and what has happened to science now that the Christian worldview has been replaced - how you no longer have a body that is good at producing revelations based on observation (of course there are some who still do - but we’re speaking broadly here), but rathher you get a field where you excel at deriving whatever conclusion you wwanted to get in thef irst place from the data you gather to support whatever social statement you want to make. This is an important topic that I don’t think gets talked about enough: the corruption of the sciences by a new psudo-scientific cult who idolize “the science” without actually loving the scientific method and without accepting the source of objective truth, God himself.</p>
|
||||
<p>The frustrating thing, to me, is that the author never answers the title of the book: How shall we then live? He does answer it, in a certain way, but it is (to me) altogether unsatisfactory. I was hoping to see some concrete examples of how to reject modernity and adhere better to the tenets of the Christian faith in the modern world, but all we get is “Accept the Bible as the ultimate source of truth and live the way Jesus said”. And really, “Accept the Bible as the ultimate source of truth” is the bigger thrust. I mean … The author isn’t wrong. But did we really need to read 12 chapters to be told that? Perhaps someone who is less entrenched in their faith will have a revelation, and this will be useful to them, but for me this was kind of a “Well, duh” moment, without a lot of additional substance I was looking for. As the author is fond of saying throughout the book, “the particulars” were not well served.</p>
|
||||
<p>Overall it’s a decent read. If you have a chance to pick it up from your library, give it a go, but I doubt I’d pay cover price for it.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Post Comments -->
|
||||
<!--
|
||||
|
||||
|
||||
-->
|
||||
|
||||
</div>
|
||||
<!-- Copyright 版权 start -->
|
||||
<div id="copyright">
|
||||
<ul>
|
||||
<li>©Powered By <a target="_blank" rel="noopener" href="https://hexo.io/zh-cn/" style="border-bottom: none;">hexo</a></li>
|
||||
<li>Design: <a target="_blank" rel="noopener" href="http://miccall.tech " style="border-bottom: none;">miccall</a></li>
|
||||
</ul>
|
||||
|
||||
<span id="busuanzi_container_site_pv">本站总访问量<span id="busuanzi_value_site_pv"></span>次</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user