Try to imagine yourself as an older Republican. (Obviously you are white and you have a penis.) You have long believed R's to be the responsible ones, the moral ones, the ones who will do the right thing even when it's hard.
After all, this is the land of opportunity, RIGHT? Everyone has the same chance to be successful and PROSPEROUS, right???
Rich people were taxed at 70%, and that was OK with you because you weren't one. *YET*
In fact, things were going SO WELL, for SO LONG, you almost didn't even need to pay attention to POLITICS! BECAUSE REPUBLICANS ALWAYS DO THE RIGHT THING! They are the "Moral Majority" and things will be SO MUCH EASIER for you if you just
JESUS! THIS IS NOT THAT HARD.
JUST DO IT. FFS!!
Have some SELF-DISCIPLINE!!!
Well. I hate to break it to you, but they weren't the good guys then, and they aren't now.
There were good and bad people on BOTH SIDES, but they were AMERICANS, AND WOULDN'T DO ANYTHING LIKE WHAT Y'ALL
Well guess what? People really are as evil as they are allowed to be, unchecked. They try to be good. They go to CHURCH, and pay their TAXES, and go the speed limit, and donate to THE SALVATION ARMY, OK???
--SUPPORTING A MOBSTER PRESIDENT WHO TRIED TO ASSASSINATE HIS OWN VICE PRESIDENT--
They knew that you trusted then and believed in them NO MATTER WHAT.
More from Life
It doesn't happen because you want it to happen.
It doesn't happen because you made it happen.
It happens because you allow it to happen.
https://t.co/j5hPyw9m9m
It doesn't happen because you made it happen.
It happens because you allow it to happen.
https://t.co/j5hPyw9m9m
There is a fine line between persistence and stubbornness.
— The Irrational Investor (@position_trader) August 28, 2019
True for life, true for investing.
You May Also Like
A brief analysis and comparison of the CSS for Twitter's PWA vs Twitter's legacy desktop website. The difference is dramatic and I'll touch on some reasons why.
Legacy site *downloads* ~630 KB CSS per theme and writing direction.
6,769 rules
9,252 selectors
16.7k declarations
3,370 unique declarations
44 media queries
36 unique colors
50 unique background colors
46 unique font sizes
39 unique z-indices
https://t.co/qyl4Bt1i5x
PWA *incrementally generates* ~30 KB CSS that handles all themes and writing directions.
735 rules
740 selectors
757 declarations
730 unique declarations
0 media queries
11 unique colors
32 unique background colors
15 unique font sizes
7 unique z-indices
https://t.co/w7oNG5KUkJ
The legacy site's CSS is what happens when hundreds of people directly write CSS over many years. Specificity wars, redundancy, a house of cards that can't be fixed. The result is extremely inefficient and error-prone styling that punishes users and developers.
The PWA's CSS is generated on-demand by a JS framework that manages styles and outputs "atomic CSS". The framework can enforce strict constraints and perform optimisations, which is why the CSS is so much smaller and safer. Style conflicts and unbounded CSS growth are avoided.
Legacy site *downloads* ~630 KB CSS per theme and writing direction.
6,769 rules
9,252 selectors
16.7k declarations
3,370 unique declarations
44 media queries
36 unique colors
50 unique background colors
46 unique font sizes
39 unique z-indices
https://t.co/qyl4Bt1i5x

PWA *incrementally generates* ~30 KB CSS that handles all themes and writing directions.
735 rules
740 selectors
757 declarations
730 unique declarations
0 media queries
11 unique colors
32 unique background colors
15 unique font sizes
7 unique z-indices
https://t.co/w7oNG5KUkJ

The legacy site's CSS is what happens when hundreds of people directly write CSS over many years. Specificity wars, redundancy, a house of cards that can't be fixed. The result is extremely inefficient and error-prone styling that punishes users and developers.
The PWA's CSS is generated on-demand by a JS framework that manages styles and outputs "atomic CSS". The framework can enforce strict constraints and perform optimisations, which is why the CSS is so much smaller and safer. Style conflicts and unbounded CSS growth are avoided.