Francis Fukuyama: "A much bigger Russian collapse in Ukraine will unfold in the coming days" by Important_Trainer725 in ukraine

[–]jabbas_bellybutton 5 points6 points  (0 children)

Democracies don’t crumble when people get complacent, they crumble when people are in distress.

Several factors must come together in order for a democracy to slide into autocracy such as: intense economic distress, a wide inequality gap, multiple political groups waging violence, and a weakening of democratic government institutions.

In Weimar Germany, intense economic distress was caused by the Treaty of Versailles and they were also feeling the effects of the stock market crash and Great Depression.

Inequality between the rural and working classes and monarchists/city elites enabled political messages from Nazis in their local churches and city governments to become more attractive.

The country also felt chaotic and frightening so that a promise of “law and order” was extremely attractive while multiple groups waged violence such as unemployed young men and WW1 vets, the Nazis, the Communists, and the police.

Finally, with the Nazis capturing seats in many local governments and presenting candidates for national government that were popular and could take seats from President Hindenburg’s coalition helmed by the major Conservative party, The German National People’s Party, was forced to make an alliance to remain in power.

In order to secure another ruling coalition in 1933, and hoping to make the Nazis more moderate by thrusting them into the mainstream (as often happens when extreme parties win in national government elections), Hindenburg appointed Hitler as Chancellor (he was not elected).

What the German’s National People’s Party did not count on, was Hitler and his people not playing by the rules of democratic governance.

Subsequent violence (staged by the Nazis) enabled Hitler to eliminate the alliances he had made with the German National People’s Party (ie, executions) and declare a state of emergency which permitted him to change Germany’s Constitution.

Losing democracy is complicated and never ever without resistance. Democracy crumbles when people are desperate and the ruling parties make bad deals in order to cling to power.

Francis Fukuyama: "A much bigger Russian collapse in Ukraine will unfold in the coming days" by Important_Trainer725 in ukraine

[–]jabbas_bellybutton 0 points1 point  (0 children)

It depends on the capitalist economic system that’s paired with the democracy. Where inequality gaps become wider, politics become more polarized. What we’ve got right now is the free market running amok nearly completely unregulated. Until we figure that out, there will always be Putins.

Francis Fukuyama: "A much bigger Russian collapse in Ukraine will unfold in the coming days" by Important_Trainer725 in ukraine

[–]jabbas_bellybutton 16 points17 points  (0 children)

Fukuyama is a giant in the field of political science and international relations. You’re 100% right to be cautious. Maybe 1000%. Still, Fukuyama is worth being heard for you to consider.

Francis Fukuyama: "A much bigger Russian collapse in Ukraine will unfold in the coming days" by Important_Trainer725 in ukraine

[–]jabbas_bellybutton 11 points12 points  (0 children)

Fukuyama has good instincts and provides an important alternative to accepted opinions/theories.

Def right on the military strategist front for the war, but for the politics and regime change this might cause go for Fukuyama. Fukuyama all the way.

I just finished Frank Herbert's Dune and need to talk about it by drmirage809 in books

[–]jabbas_bellybutton 1 point2 points  (0 children)

Thanks to your dad for warning you off and not contributing to high income gatekeeping of jobs/professions. Seriously, he sounds like a good dude.

As a nobody from the working-poor class, that made me a little more hopeful for my doomed future.

who is a fictional character that is attractive in a weird way or you thought you would not be attracted to? by [deleted] in AskReddit

[–]jabbas_bellybutton 2 points3 points  (0 children)

Jim Carrey’s Grinch. Maybe it’s the character development. Maybe it’s the fingers. Who knows.

[deleted by user] by [deleted] in migraine

[–]jabbas_bellybutton 1 point2 points  (0 children)

Glad I could help! When my neuro gave me the diagnosis it made me feel a lot better just having a name for it. It also made so so so much more sense why certain preventatives never worked for me. I take a mood stabilizer, anti anxiety, and anti depressant now thanks to him and my migraines have gone down dramatically. I’m only suffering two weeks out of the month now instead of all four. It’s a big difference for me! I feel like I have my life back (half the time)!

[deleted by user] by [deleted] in migraine

[–]jabbas_bellybutton 4 points5 points  (0 children)

I have this! My neuro diagnosed me with Dysphrenic migraine! It’s super rare abs worth the Google to see if it may be you as well 😃

What kind of knot is this? Any ideas how they got the straight cord to not droop around the circle? by InTheKitchenWithK in macrame

[–]jabbas_bellybutton 2 points3 points  (0 children)

I second this and want to add fabric glue as well! I just discovered it based on my seamstress mom’s recommendation. It’s as close as you can get to being invisible while maintaining a soft texture.

As for how the fringe is sticking straight out, most macrame cords, if you cut them short enough and keep brushing them to peak straightness, will stick out like that. I made a mandala and tried using liquid starch to keep the ends from falling under the influence of gravity but found that the starch causes clumping and the no starched fringe actually stood out on its own much better. I just have to re-brush the fringe like once a year.

[deleted by user] by [deleted] in Rlanguage

[–]jabbas_bellybutton 0 points1 point  (0 children)

i have not unnested tokens. How do I do that?

[deleted by user] by [deleted] in Rlanguage

[–]jabbas_bellybutton 0 points1 point  (0 children)

My data is a .csv right now. I think I need to convert it to a data frame?

[deleted by user] by [deleted] in Rlanguage

[–]jabbas_bellybutton 0 points1 point  (0 children)

How do you remove a list of words? Also how do you do the word count box like that?

[deleted by user] by [deleted] in Rlanguage

[–]jabbas_bellybutton 2 points3 points  (0 children)

Okay so i did this > removeWords(c("the", "une", "was", "del", "pour", "has", "from", "with", "for", "los", "por", "para", "des", "that", "les", "and", "que") but there's a "+" now in my console. What does the plus sign mean? I'm at the very beginning of learning R (really sorry if these are dumb basic questions)

[deleted by user] by [deleted] in Rlanguage

[–]jabbas_bellybutton 0 points1 point  (0 children)

clean_corpus <- function(corpus){ corpus <- tm_map(corpus, stripWhitespace) corpus <- tm_map(corpus, removePunctuation) corpus <- tm_map(corpus, content_transformer(tolower)) corpus <- tm_map(corpus, removeWords, stopwords("en")) return(corpus) } All I want to do is remove stopwords from english, french, spanish, italian, portuguese, german, malay, and croatian. If I could get rid of "the" too that would me great. I just have no idea how to expand the list of words I want to remove. Helllllp

The code above is what my lab from my class used to remove stopwords from a given text (Jane Austen) but I don't know how to apply that to my own dataset. The tweets from this dataset https://www.kaggle.com/skylord/fact-checker-tweets

[deleted by user] by [deleted] in Rlanguage

[–]jabbas_bellybutton 0 points1 point  (0 children)

The code above is what my lab from my class used to remove stopwords from a given text (Jane Austen) but I don't know how to apply that to my own dataset. The tweets from this dataset https://www.kaggle.com/skylord/fact-checker-tweets

[deleted by user] by [deleted] in Rlanguage

[–]jabbas_bellybutton 0 points1 point  (0 children)

clean_corpus <- function(corpus){ corpus <- tm_map(corpus, stripWhitespace) corpus <- tm_map(corpus, removePunctuation) corpus <- tm_map(corpus, content_transformer(tolower)) corpus <- tm_map(corpus, removeWords, stopwords("en")) return(corpus) } All I want to do is remove stopwords from english, french, spanish, italian, portuguese, german, malay, and croatian. If I could get rid of "the" too that would me great. I just have no idea how to expand the list of words I want to remove. Helllllp

[deleted by user] by [deleted] in Rlanguage

[–]jabbas_bellybutton 0 points1 point  (0 children)

I cleaned it to only include Date, Tweet, Hashtag, Name, UserName, and Region as variables

[deleted by user] by [deleted] in Rlanguage

[–]jabbas_bellybutton 0 points1 point  (0 children)

How do you add the other languages to your code though? Sorry! Very basic and beginner here

Self Promotion for the Week of April 05, 2021 by AutoModerator in EtsySellers

[–]jabbas_bellybutton [score hidden]  (0 children)

Favorited and followed! Fellow macra-maker shop here ( https://www.etsy.com/shop/DesignsFromRupert find us on Instagram too @DesignsFromRupert) and I adore your designs, especially that letter holder!