fix: a few more pre-launch fixes
This commit is contained in:
parent
d84b3be13f
commit
bc728a3b8c
24 changed files with 34 additions and 4 deletions
|
@ -14,10 +14,17 @@ imageCaption: ""
|
|||
<h1>{{ title }}</h1>
|
||||
{% if subtitle %}<h2>{{ subtitle }}</h2>{% endif %}
|
||||
{% if rating %}<div class="[ text-skew ]">{{ stars(rating) }}</div>{% endif %}
|
||||
{% if tertiary %}
|
||||
<div class="[ text-skew flow-space-1 line-height-m ]">
|
||||
{{ tertiary | safe }}
|
||||
</div>
|
||||
{% if tertiary or year %}
|
||||
<div class="[ cluster text-skew flow-space-1 ]">
|
||||
{% if tertiary %}
|
||||
<div class="[ line-height-m ]">
|
||||
{{ tertiary | safe }}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if year %}
|
||||
<p class="[ font-size-s ]"><span class="[ text-fadeText ]">ca.</span> {{ year }}</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if filteredTags | length > 0 %}
|
||||
<ul class="[ categories ] [ cluster p-0 flow-space-2 ]" role="list">
|
||||
|
|
|
@ -5,6 +5,7 @@ isbn: 9780765326355
|
|||
rating: 5
|
||||
image: https://cdn.wonderfulfrog.com/the-way-of-kings.jpeg
|
||||
tags: ["fantasy"]
|
||||
year: 2010
|
||||
---
|
||||
|
||||
This book finally made me realize what I love so much about fantasy books: the world building. The Way of Kings is no slouch in that department. The story plods along in the beginning (although not too slowly), meanwhile you learn the history of the planet Roshar and its denizens. There's the various kingdoms and cultures (which are detailed), the magic systems (yes, there's more than one!), the mythical Shardblades (and Shardplate)... so much of the world is laid out and it really draws you in. The book seems to be compared to Wheel of Time and I can see it - but it's definitely separated itself enough from its influences to really stand on its own. I'm happy to hear there's only going to be five books in the series, so hopefully Sanderson will get to finish this series.
|
||||
|
|
|
@ -6,6 +6,7 @@ isbn: 9781591841661
|
|||
rating: 4
|
||||
image: https://cdn.wonderfulfrog.com/the-dip.jpeg
|
||||
tags: ["self help"]
|
||||
year: 2007
|
||||
---
|
||||
|
||||
Short book that enforced some positive ideas for me. Don't panic and quit too early if progress is not immediately visible. Incremental progress is still progress -- which is good! Keep at it as long as there is some forward momentum.
|
||||
|
|
|
@ -6,6 +6,7 @@ isbn: 9780062457714
|
|||
rating: 5
|
||||
image: https://cdn.wonderfulfrog.com/subtle-art.jpeg
|
||||
tags: ["self help"]
|
||||
year: 2016
|
||||
---
|
||||
|
||||
A book I am always first to recommend to people. It was a real life-changer for me and changed my core values. Actually, I didn't even know what "core values" were before this book! It helped identify what is important to me and what I consider to be my core values.
|
||||
|
|
|
@ -6,6 +6,7 @@ isbn: 9780785289081
|
|||
rating: 3
|
||||
image: https://cdn.wonderfulfrog.com/total-money-makeover.webp
|
||||
tags: ["finance"]
|
||||
year: 2003
|
||||
---
|
||||
|
||||
Sensible ideas, but the focus was on those who are in debt. Not a lot of useful strategies (except near the end) for those who have already managed to get themselves out of debt.
|
||||
|
|
|
@ -6,6 +6,7 @@ isbn: 9780307272706
|
|||
rating: 3
|
||||
image: https://cdn.wonderfulfrog.com/why-we-get-fat.jpeg
|
||||
tags: ["self help", "diet"]
|
||||
year: 2010
|
||||
---
|
||||
|
||||
Made me consider trying a keto diet before talking to friends and colleagues who had done the same and every single one had advised against it. Good ideas on paper but I think the diet that is ultimately recommended is unsustainable, which seems to go against the book's message in regards to diets -- find something that can be maintained.
|
||||
|
|
|
@ -6,6 +6,7 @@ isbn: 9780525536512
|
|||
rating: 4
|
||||
image: https://cdn.wonderfulfrog.com/digital-minimalism.jpg
|
||||
tags: ["white guy productivity", "technology"]
|
||||
year: 2019
|
||||
---
|
||||
|
||||
I enjoyed the latter chapters focusing on finding "high quality leisure time". I try to find activities that are creative in the sense that after some time I will have created something.
|
||||
|
|
|
@ -5,6 +5,7 @@ isbn: 9781473562523
|
|||
rating: 5
|
||||
image: https://cdn.wonderfulfrog.com/dare-to-lead.jpeg
|
||||
tags: ["leadership", "self help", "business"]
|
||||
year: 2018
|
||||
---
|
||||
|
||||
Really great read. Highlights the importance of empathy and how to develop that skill -- essential not only for leaders but for everyone.
|
||||
|
|
|
@ -6,6 +6,7 @@ isbn: 9780996128100
|
|||
rating: 4
|
||||
image: https://cdn.wonderfulfrog.com/the-effective-engineer.jpeg
|
||||
tags: ["leadership", "software development", "technology"]
|
||||
year: 2015
|
||||
---
|
||||
|
||||
Lots of applicable advice here for anyone working in software engineering. I was excited to apply this to my own workplace, but didn't realize it's harder to apply in agency work than in other fields (and when you are not a lead). Still, we managed to recognize areas where we need improvement.
|
||||
|
|
|
@ -6,6 +6,7 @@ isbn: 9780735211292
|
|||
rating: 5
|
||||
image: https://cdn.wonderfulfrog.com/atomic-habits.jpeg
|
||||
tags: ["psychology", "self help"]
|
||||
year: 2018
|
||||
---
|
||||
|
||||
Great insight into how habits work and how they start. Ideas into how to break undesirable habits and begin good ones. The latter chapter about making it easy resonated with me. It never occurred to me why trying to start a habit with a difficult task leads to quitting fast. Start simple, aim low, build high.
|
||||
|
|
|
@ -5,6 +5,7 @@ isbn: 9781591847816
|
|||
rating: 3
|
||||
image: https://cdn.wonderfulfrog.com/ego-is-the-enemy.jpeg
|
||||
tags: ["stoicism", "self help"]
|
||||
year: 2016
|
||||
---
|
||||
|
||||
Confirmed that I'm not the only one guilty of over-planning and under-working. The real results come from work and not planning. Focus less on preparation and dive in. Do the work. Failure is part of the process, but what is most important is how one responds to it.
|
||||
|
|
|
@ -5,6 +5,7 @@ isbn: 9780140449334
|
|||
rating: 2
|
||||
image: https://cdn.wonderfulfrog.com/meditations.jpeg
|
||||
tags: ["stoicism"]
|
||||
year: 180
|
||||
---
|
||||
|
||||
Despite the accolades this book gets from self-help authors, I found it fairly dry and hard to read at times. There are great nuggets of advice buried in between meandering, lengthy passages. Thoughts are repeated often, but I can sympathize here. It's difficult to ingrain a certain way of thinking at first blush, but hammering into one's thick skull can work sometimes.
|
||||
|
|
|
@ -6,6 +6,7 @@ isbn: 9781455586691
|
|||
rating: 2
|
||||
image: https://cdn.wonderfulfrog.com/deep-work.jpeg
|
||||
tags: ["white guy productivity"]
|
||||
year: 2016
|
||||
---
|
||||
|
||||
I don't think the book needed to be as long as it is. There is good advice to be found, but it drags on and on feeling like a "deep work" session in of itself. I was often waiting for it to "get to the good part" in each chapter.
|
||||
|
|
|
@ -6,6 +6,7 @@ isbn: 9781501144318
|
|||
rating: 5
|
||||
image: https://cdn.wonderfulfrog.com/why-we-sleep.jpeg
|
||||
tags: ["sleep"]
|
||||
year: 2017
|
||||
---
|
||||
|
||||
Fell asleep many times reading this, which I believe was part of the author's intent. Incredibly informative in regards to all things sleep. Helpful appendix to summarize the book's contents, and a useful crib sheet to give to others not willing to read the entire book. I feel empowered with new knowledge about sleep and additional reasons to ensure that I sleep more.
|
||||
|
|
|
@ -5,6 +5,7 @@ isbn: 9780393609394
|
|||
rating: 2
|
||||
image: https://cdn.wonderfulfrog.com/astro-in-hurry.jpeg
|
||||
tags: ["science"]
|
||||
year: 2017
|
||||
---
|
||||
|
||||
I found it hard to follow at times. It felt like it couldn't decide if it wanted to be a beginners or an advanced book. I have more than a passing fancy when it comes to astrophysics, but sometimes the pure information-dump was just too much. There was a lot of process, and some of it I just plain didn't get. I would still push Stephen Hawking's A Brief History of Time as a primer into the world of astrophysics (and everything in-between). Still, I feel like it serves as a catalyst for more learning.
|
||||
|
|
|
@ -5,6 +5,7 @@ isbn: 9780062498533
|
|||
rating: 5
|
||||
image: https://cdn.wonderfulfrog.com/the-hate-u-give.jpg
|
||||
tags: ["fiction", "racism"]
|
||||
year: 2017
|
||||
---
|
||||
|
||||
A gripping tale. Especially chilling given the current events happening at the time surrounding George Floyd when I read the book. I could not put this book down and read it at virtually any opportunity. It challenged every previously held belief I had about race and the struggles that black people face every day.
|
||||
|
|
|
@ -6,6 +6,7 @@ isbn: 9780385686341
|
|||
rating: 5
|
||||
image: https://cdn.wonderfulfrog.com/the-skin-were-in.jpeg
|
||||
tags: ["politics", "canada", "racism"]
|
||||
year: 2020
|
||||
---
|
||||
|
||||
A pretty damning read on how far Canada has to go on dealing with systemic racism. Like many Canadians, I knew things were bad, but this spelt out how truly bad it is. If the situation in the US was not reason enough to convince me that we need to defund the police, then this is it. While the book was not setting out to necessarily claim this message, that was my own conclusion. The police seemed to be a recurring undercurrent to the issues POC face today.
|
||||
|
|
|
@ -6,6 +6,7 @@ isbn: 9780061735363
|
|||
rating: 3
|
||||
image: https://cdn.wonderfulfrog.com/the-big-leap.jpg
|
||||
tags: ["self help"]
|
||||
year: 2009
|
||||
---
|
||||
|
||||
These days I would style myself as a recovering addict when it comes to self-help books. There never is (and never was) a single trick to turn my life around. I’m increasingly wary of the entire industry, as I’m now certain that not everyone is looking to help people out. I think these kinds of books can be helpful as a springboard, but a lot seem to parrot the same advice, only phrased differently using the author’s writing style. This book largely seems to follow that trend. I’m frankly tired of hearing about how the author overcame adversity when the adversity is so disconnected with what your average person faces. The amount of famous people (read: white billionaires) he’s helped is numerous and wants to remind us quite often. I don’t care. The author loves to use chirpy terms like “Zone of Genius” non-ironically, and it’s very grating. These hokey-sounding terms cause me to view their ideas with increased skepticism.
|
||||
|
|
|
@ -5,6 +5,7 @@ isbn: 9781551527253
|
|||
rating: 4
|
||||
image: https://cdn.wonderfulfrog.com/jonny-appleseed.jpeg
|
||||
tags: ["fictional", "emotional"]
|
||||
year: 2018
|
||||
---
|
||||
|
||||
Absolutely raw and gripping. Very often uncomfortable.
|
||||
|
|
|
@ -6,6 +6,7 @@ isbn: 9780060976255
|
|||
rating: 5
|
||||
image: https://cdn.wonderfulfrog.com/understanding-comics.jpg
|
||||
tags: ["comics", "art", "history"]
|
||||
year: 1993
|
||||
---
|
||||
|
||||
I debated if this should end up in a different catalogue, but it deserves to be in both, if anything.
|
||||
|
|
|
@ -6,6 +6,7 @@ isbn: 978054497364
|
|||
rating: 4
|
||||
image: https://cdn.wonderfulfrog.com/dissenter-on-the-bench.jpeg
|
||||
tags: ["biography"]
|
||||
year: 2019
|
||||
---
|
||||
|
||||
I believe this book is meant for young adults (slash teenagers), but as an ancient man myself at the ripe age of 33 I found it very engaging. It's structured in such a way to give context into each of RBG's many important involvements in the law. It will lead with a relevant case that RBG presided (or represented) and then go back in time to explain her history and reason for her eventual involvement. It's educational and fun to read.
|
||||
|
|
|
@ -5,6 +5,7 @@ image: https://cdn.wonderfulfrog.com/jim-butcher-peace-talks.jpeg
|
|||
isbn: 9780393609394
|
||||
rating: 2
|
||||
tags: ["fiction", "fantasy"]
|
||||
year: 2020
|
||||
---
|
||||
|
||||
I feverishly consumed the entire Dresden series in a few years ago. I thought it was so cool to see a blend of fantasy and real life that didn't seem to exist (as far as I knew). The writing sometimes felt chauvinistic (Dresden himself even admits as much) but I would roll my eyes and plod on.
|
||||
|
|
|
@ -6,6 +6,7 @@ url: https://www.yourfatfriend.com/book
|
|||
isbn: 9780807041307
|
||||
rating: 5
|
||||
tags: ["anti-fat"]
|
||||
year: 2020
|
||||
---
|
||||
|
||||
This book in combination with the [Maintenance Phase](http://www.maintenancephase.com) podcast has flipped my mindset when it comes to my relationship with my body. I previously believed that weight was something we all had complete control over and could change with diet and exercise. Anyone who was overweight was not trying hard enough.
|
||||
|
|
|
@ -6,6 +6,7 @@ isbn: 9781526620224
|
|||
rating: 4
|
||||
image: https://cdn.wonderfulfrog.com/stolen-focus.jpg
|
||||
tags: ["focus", "adhd", "psychology"]
|
||||
year: 2022
|
||||
---
|
||||
|
||||
I found this book mostly interesting and easy to digest. Hari has a writing style that keeps you turning the page.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue