feat: holy fuck

This commit is contained in:
Nick 2024-12-21 15:17:48 -06:00
parent 277ba17421
commit 4686c14667
184 changed files with 411 additions and 22 deletions

View file

@ -4,4 +4,6 @@ module Config.Helpers.Headers.Types exposing (..)
type alias Header =
{ headerTitle : String
, headerBody : String
, hasLink : Bool
, hasImage : Bool
}

View file

@ -12,6 +12,8 @@ articleBigFatSurprise =
, isNewTabLink = False
, hasReferences = True
, hasTableOfContents = True
, hasImage = False
, hasLink = False
, articleImage = "bigfatsurprise"
, articlePublished = "Aug 10, 2014"
, articleBody = """

View file

@ -11,6 +11,8 @@ articleEverettVegans =
, articleAuthor = "Nick Hiebert"
, isNewTabLink = False
, hasReferences = True
, hasImage = False
, hasLink = False
, hasTableOfContents = True
, articleImage = "everettvegans"
, articlePublished = "May 1, 2023"

View file

@ -11,6 +11,8 @@ articleHunterGatherers =
, articleAuthor = "Nick Hiebert"
, isNewTabLink = False
, hasReferences = True
, hasImage = False
, hasLink = False
, hasTableOfContents = True
, articleImage = "huntergatherers"
, articlePublished = "May 14, 2021"

View file

@ -11,6 +11,8 @@ articleMeatApologetics =
, articleAuthor = "Nick Hiebert"
, isNewTabLink = False
, hasReferences = True
, hasImage = False
, hasLink = False
, hasTableOfContents = True
, articleImage = "meatapologetics"
, articlePublished = "Apr 13, 2022"

View file

@ -11,6 +11,8 @@ articleNagraGoodrich =
, articleAuthor = "Nick Hiebert"
, isNewTabLink = False
, hasReferences = False
, hasImage = False
, hasLink = False
, hasTableOfContents = True
, articleImage = "nagragoodrich"
, articlePublished = "May 12, 2022"

View file

@ -11,6 +11,8 @@ articlePlantBasedMeta =
, articleAuthor = "Nick Hiebert"
, isNewTabLink = False
, hasReferences = True
, hasImage = False
, hasLink = False
, hasTableOfContents = True
, articleImage = "plantbasedmeta"
, articlePublished = "Feb 5, 2021"

View file

@ -11,6 +11,8 @@ articleQuackSmashing =
, articleAuthor = "Nick Hiebert"
, isNewTabLink = False
, hasReferences = True
, hasImage = False
, hasLink = False
, hasTableOfContents = True
, articleImage = "quacksmashing"
, articlePublished = "Dec 24, 2022"

View file

@ -11,6 +11,8 @@ articleSapienDiet =
, articleAuthor = "Nick Hiebert"
, isNewTabLink = False
, hasReferences = True
, hasImage = False
, hasLink = False
, hasTableOfContents = True
, articleImage = "sapiendiet"
, articlePublished = "Aug 24, 2022"

View file

@ -11,6 +11,8 @@ articleSeedOils =
, articleAuthor = "Nick Hiebert"
, isNewTabLink = False
, hasReferences = True
, hasImage = False
, hasLink = False
, hasTableOfContents = True
, articleImage = "seedoils"
, articlePublished = "Oct 31, 2021"

View file

@ -11,6 +11,8 @@ articleShenanigans =
, articleAuthor = "Nick Hiebert"
, isNewTabLink = False
, hasReferences = False
, hasImage = False
, hasLink = False
, hasTableOfContents = True
, articleImage = "shenanigans"
, articlePublished = "Jun 6, 2024"

View file

@ -12,6 +12,8 @@ articleSweetDeception =
, isNewTabLink = False
, hasReferences = True
, hasTableOfContents = True
, hasImage = False
, hasLink = False
, articleImage = "sweetdeception"
, articlePublished = "Apr 16, 2024"
, articleBody = """

View file

@ -11,6 +11,8 @@ article =
, articleAuthor = "Nick Hiebert"
, isNewTabLink = False
, hasReferences = True
, hasImage = False
, hasLink = False
, hasTableOfContents = True
, articleImage = ""
, articlePublished = ""

View file

@ -10,6 +10,8 @@ type alias BlogArticle =
, articleLink : String
, articleAuthor : String
, isNewTabLink : Bool
, hasLink : Bool
, hasImage : Bool
, hasReferences : Bool
, hasTableOfContents : Bool
, articlePublished : String

View file

@ -5,6 +5,8 @@ type alias Contact =
{ contactName : String
, contactImage : String
, contactLink : String
, hasLink : Bool
, hasImage : Bool
, contactLinkLabel : String
, contactEntry : List Method
}
@ -13,4 +15,3 @@ type alias Contact =
type alias Method =
{ contactInstructions : String
}

View file

@ -15,6 +15,8 @@ argumentAbortion =
, argumentCertainty = 6
, argumentImage = "abortion"
, argumentHashtags = [ PoliticsAbortion, PhilosophySentience, PhilosophyEthics ]
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P"
, definiens = "one consents to becoming pregnant"

View file

@ -14,6 +14,8 @@ argumentAgnosticism =
, argumentCertainty = 9
, argumentImage = "agnostic"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x,y)"
, definiens = "(x) can unpack what evidence would lead them to change their doxastic attitude on (y)"

View file

@ -14,6 +14,8 @@ argumentAgriculturalPredation =
, argumentCertainty = 10
, argumentImage = "predatoragriculture"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "(x) counts as predation"

View file

@ -14,6 +14,8 @@ argumentAnabolicKeto =
, argumentCertainty = 5
, argumentImage = "anabolicketo"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P"
, definiens = "a higher proportion of amino acids are spent on gluconeogenesis while on ketogenic diets compared to non-ketogenic diets"

View file

@ -14,6 +14,8 @@ argumentAnimalRights =
, argumentCertainty = 10
, argumentImage = "animalrights"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "(x) has moral worth"

View file

@ -14,6 +14,8 @@ argumentAntagonisticPleiotropy =
, argumentCertainty = 6
, argumentImage = "antagonisticpleiotropy"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P"
, definiens = "humans have more genetic adaptations to ancestral foods than novel foods"

View file

@ -14,6 +14,8 @@ argumentAntiRewilding =
, argumentCertainty = 10
, argumentImage = "rewilding"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "(x) has negative rights"

View file

@ -14,6 +14,8 @@ argumentAntiVandalism =
, argumentCertainty = 8
, argumentImage = "antivandalism"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P"
, definiens = "zoos must spend extra money cleaning graffiti"

View file

@ -14,6 +14,8 @@ argumentApoBCVD =
, argumentCertainty = 9
, argumentImage = "lipoprotein"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "(x) dose-dependently causes atherosclerosis"

View file

@ -14,6 +14,8 @@ argumentBoobyTrapPagers =
, argumentCertainty = 4
, argumentImage = "pagers"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "(x) is a booby-trap"

View file

@ -15,6 +15,8 @@ argumentCarbsObesity =
, argumentCertainty = 9
, argumentImage = "carbobesity"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P"
, definiens = "carbs uniquely cause fat accumulation or obesity"

View file

@ -14,6 +14,8 @@ argumentCateUpfReductio =
, argumentCertainty = 10
, argumentImage = "cateupfreductio"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "(x) is an ingredient in ultraprocessed foods"

View file

@ -15,6 +15,8 @@ argumentColonizingNature =
, argumentCertainty = 10
, argumentImage = "colonizingnature"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P"
, definiens = "the natural world contains intolerable rights violations"

View file

@ -15,6 +15,8 @@ argumentCropDeaths =
, argumentCertainty = 9
, argumentImage = "cropdeaths"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P"
, definiens = "it is known that cropland leads to more animal death than wildland"

View file

@ -14,6 +14,8 @@ argumentDairyCowRape =
, argumentCertainty = 10
, argumentImage = "cowrape"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "(x) qualifies as rape"

View file

@ -14,6 +14,8 @@ argumentDietaryCholesterol =
, argumentCertainty = 9
, argumentImage = "dietarycholesterol"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "consuming high amounts of (x) increases LDL"

View file

@ -15,6 +15,8 @@ argumentDummy =
, argumentCertainty = 6
, argumentImage = ""
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = ""
, definiens = ""

View file

@ -14,6 +14,8 @@ argumentEfilismPatrolSquad =
, argumentCertainty = 10
, argumentImage = "efilism"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P"
, definiens = "humans abstaining from procreation maximally reduces rights violations"

View file

@ -15,6 +15,8 @@ argumentEpidemiologyCausality =
, argumentCertainty = 8
, argumentImage = "epidemiologycausality"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "(x) consistently identifies associations that are later confirmed by randomized controlled trials"

View file

@ -14,6 +14,8 @@ argumentEthicalSlurs =
, argumentCertainty = 7
, argumentImage = "ethicalslurs"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "(x)'s negative connotations have been neutralised"

View file

@ -14,6 +14,8 @@ argumentFineTuning =
, argumentCertainty = 10
, argumentImage = "finetuning"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "(x) is finely tuned"

View file

@ -14,6 +14,8 @@ argumentFlatEarthDebunk =
, argumentCertainty = 10
, argumentImage = "flatearth"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x,y)"
, definiens = "(x) is perceived as rotating counter-clockwise from point (y)"

View file

@ -14,6 +14,8 @@ argumentFructoseNAFLD =
, argumentCertainty = 8
, argumentImage = "fructosenafld"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P"
, definiens = "experimental investigations into fructose overfeeding consistently fail to recreate a fatty liver phenotype in humans"

View file

@ -14,6 +14,8 @@ argumentHealthPromotingFoods =
, argumentCertainty = 10
, argumentImage = "healthfoods"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P"
, definiens = "food is defined as material consisting essentially of protein, carbohydrate, and/or fat used in the body of an organism to sustain growth, repair, and vital processes and to furnish energy"

View file

@ -15,6 +15,8 @@ argumentHealthSeeker =
, argumentCertainty = 10
, argumentImage = "healthseeker"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "(x) favours consuming ancestral foods to the exclusion of (y) because they value reducing disease risk"

View file

@ -14,6 +14,8 @@ argumentHealthyChocolate =
, argumentCertainty = 7
, argumentImage = "chocolate"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "(x) has a strong tendency to associate with a reduced risk of morbidity and/or mortality after adjusting and/or controlling for relevant variables."

View file

@ -14,6 +14,8 @@ argumentHealthyDairy =
, argumentCertainty = 7
, argumentImage = "dairy"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "(x) causes atherosclerosis"

View file

@ -14,6 +14,8 @@ argumentHealthyFattyFish =
, argumentCertainty = 8
, argumentImage = "fattyfish"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "(x) has a strong tendency to associate with a reduced risk of morbidity and/or mortality after adjusting and/or controlling for relevant variables."

View file

@ -15,7 +15,9 @@ argumentHealthyFibre =
, argumentCertainty = 9
, argumentImage = "fibre"
, argumentHashtags = []
, definitionTable =
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "(x) has a strong tendency to associate with a reduced risk of morbidity and/or mortality after adjusting and/or controlling for relevant variables."
}

View file

@ -15,6 +15,8 @@ argumentHealthyFood =
, argumentCertainty = 10
, argumentImage = "foodsubstitution"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x,y,w)"
, definiens = "(x) is healthy compared to (w) when in (y)"

View file

@ -14,6 +14,8 @@ argumentHealthyPlantFoods =
, argumentCertainty = 9
, argumentImage = "plantfoods"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "(x) has a strong tendency to associate with a reduced risk of morbidity and/or mortality after adjusting and/or controlling for relevant variables."

View file

@ -14,6 +14,8 @@ argumentHealthySeedOils =
, argumentCertainty = 9
, argumentImage = "seedoils"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "(x) has a strong tendency to associate with a reduced risk of morbidity and/or mortality after adjusting and/or controlling for relevant variables."

View file

@ -14,6 +14,8 @@ argumentHealthySoy =
, argumentCertainty = 7
, argumentImage = "soyproducts"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "(x) has a strong tendency to associate with a reduced risk of morbidity and/or mortality after adjusting and/or controlling for relevant variables."

View file

@ -14,6 +14,8 @@ argumentImmortalityReductio =
, argumentCertainty = 10
, argumentImage = "immortality"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "humans undergo (x)"

View file

@ -14,6 +14,8 @@ argumentLuigiTerrorist =
, argumentCertainty = 10
, argumentImage = "luigiterrorist"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "(x) commits violent, criminal acts to further ideological goals stemming from domestic influence"

View file

@ -14,6 +14,8 @@ argumentMalondialdehyde =
, argumentCertainty = 6
, argumentImage = "mda"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "(x) increases the risk of atherosclerosis"

View file

@ -14,6 +14,8 @@ argumentOddOrderPredators =
, argumentCertainty = 10
, argumentImage = "oddorderpredators"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "(x) has negative rights"

View file

@ -14,6 +14,8 @@ argumentOmega3Omega6Ratio =
, argumentCertainty = 7
, argumentImage = "omega6omega3ratio"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P"
, definiens = "increases or decreases in disease risk associated with a high or low omega-6/omega-3 ratio are better explained by changes in omega-3 alone"

View file

@ -14,6 +14,8 @@ argumentOstroveganism =
, argumentCertainty = 10
, argumentImage = "ostroveganism"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "(x) counts as a brain"

View file

@ -15,6 +15,8 @@ argumentPlantBasedCVDReversal =
, argumentCertainty = 8
, argumentImage = "plantbasedcvd"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P"
, definiens = "there are established definitions for atherosclerosis reversal in the domain of cardiology"

View file

@ -14,6 +14,8 @@ argumentPollinationReductio =
, argumentCertainty = 10
, argumentImage = "pollinationreductio"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "(x) is vegan"

View file

@ -14,6 +14,8 @@ argumentPolyphenolReductio =
, argumentCertainty = 7
, argumentImage = "polyphenolreductio"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "(x) is harmful"

View file

@ -14,6 +14,8 @@ argumentScratcherPioneers =
, argumentCertainty = 10
, argumentImage = "tattooscratchers"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "(x) is a scratcher"

View file

@ -14,6 +14,8 @@ argumentSodiumCVD =
, argumentCertainty = 9
, argumentImage = "sodiumcvd"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "(x) consistently raises blood pressure in controlled studies"

View file

@ -15,6 +15,8 @@ argumentTMAOCausality =
, argumentCertainty = 9
, argumentImage = "tmaocausality"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "(x) is likely to be causative of heart diseas"

View file

@ -14,6 +14,8 @@ argument =
, argumentCertainty = 1
, argumentImage = ""
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = ""
, definiens = ""

View file

@ -14,6 +14,8 @@ argumentTransPeople =
, argumentCertainty = 10
, argumentImage = "transpeople"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "Male"
, definiens = "the cluster of traits that associate with small, but not large, gametes."

View file

@ -14,6 +14,8 @@ argumentTruncatedMeta =
, argumentCertainty = 7
, argumentImage = "truncatedmetas"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P"
, definiens = "underpowered studies provide weaker causal estimates than adequately powered studies"

View file

@ -14,6 +14,8 @@ argumentUnhealthyCoconutOil =
, argumentCertainty = 9
, argumentImage = "coconutoil"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P"
, definiens = "a given (x) increases LDL-C at a similar rate to other saturated fat sources"

View file

@ -14,6 +14,8 @@ argumentUnhealthyProcessedMeat =
, argumentCertainty = 8
, argumentImage = "processedmeat"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "(x) has a strong tendency to associate with an increased risk of morbidity and/or mortality after adjusting and/or controlling for relevant variables."

View file

@ -14,6 +14,8 @@ argumentUnhealthyRedMeat =
, argumentCertainty = 7
, argumentImage = "redmeat"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "(x) has a strong tendency to associate with an increased risk of morbidity and/or mortality after adjusting and/or controlling for relevant variables."

View file

@ -14,6 +14,8 @@ argumentUnhealthySaturatedFat =
, argumentCertainty = 9
, argumentImage = "saturatedfat"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "(x) has a strong tendency to associate with an increased risk of morbidity and/or mortality after adjusting and/or controlling for relevant variables."

View file

@ -14,6 +14,8 @@ argumentVeganSocietyReductio =
, argumentCertainty = 10
, argumentImage = "vegansociety"
, argumentHashtags = []
, hasImage = True
, hasLink = False
, definitionTable =
[ { definiendum = "P(x)"
, definiens = "it is vegan to do (x)"

View file

@ -2,6 +2,7 @@ module Config.Pages.Debate.Arguments.Types exposing (..)
import Config.Data.Hashtags.Types exposing (..)
type alias Argument =
{ argumentTitle : String
, propositionTitle : String
@ -12,6 +13,8 @@ type alias Argument =
, argumentCertainty : Int
, argumentImage : String
, argumentHashtags : List Hashtags
, hasLink : Bool
, hasImage : Bool
, argumentFormalization : List ArgumentEntry
}

View file

@ -14,6 +14,8 @@ cuckAdamSinger =
{ cuckImage = formatName name
, cuckName = name
, cuckSocial = "https://x.com/AdamSinger"
, hasLink = True
, hasImage = True
, cuckDodges =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1566491269194719232?s=20"
, dodgeDescription = VagueGesture

View file

@ -14,6 +14,8 @@ cuckAmberOHearn =
{ cuckImage = formatName name
, cuckName = name
, cuckSocial = "https://x.com/KetoCarnivore"
, hasLink = True
, hasImage = True
, cuckDodges =
[ { dodgeLink = "https://x.com/FusionProgGuy/status/1413888976281169922?s=20"
, dodgeDescription = VagueGesture

View file

@ -14,6 +14,8 @@ cuckAnnChilders =
{ cuckImage = formatName name
, cuckName = name
, cuckSocial = "https://x.com/AnnChildersMD"
, hasLink = True
, hasImage = True
, cuckDodges =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1447245484356108292?s=20"
, dodgeDescription = RanAway

View file

@ -14,6 +14,8 @@ cuckAnthonyGustin =
{ cuckImage = formatName name
, cuckName = name
, cuckSocial = "https://x.com/dranthonygustin"
, hasLink = True
, hasImage = True
, cuckDodges =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1482502242632552449?s=20"
, dodgeDescription = GhostedMe

View file

@ -14,6 +14,8 @@ cuckAshwaniGarg =
{ cuckImage = formatName name
, cuckName = name
, cuckSocial = "https://x.com/agargmd"
, hasLink = True
, hasImage = True
, cuckDodges =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1443328350982967303?s=20"
, dodgeDescription = NoReply

View file

@ -14,6 +14,8 @@ cuckAustinHerbert =
{ cuckImage = formatName name
, cuckName = name
, cuckSocial = "https://x.com/_AustinHerbert"
, hasLink = True
, hasImage = True
, cuckDodges =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1663698981833277440"
, dodgeDescription = NoReply

View file

@ -14,6 +14,8 @@ cuckBartKay =
{ cuckImage = formatName name
, cuckName = name
, cuckSocial = "https://x.com/Bart_WT_Kay"
, hasLink = True
, hasImage = True
, cuckDodges =
[ { dodgeLink = "https://www.youtube.com/watch?v=M7vTJ02xxrw"
, dodgeDescription = RanAway

View file

@ -14,6 +14,8 @@ cuckBenBikman =
{ cuckImage = formatName name
, cuckName = name
, cuckSocial = "https://x.com/BenBikmanPhD"
, hasLink = True
, hasImage = True
, cuckDodges =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1587547250074746880?s=19"
, dodgeDescription = NoReply

View file

@ -14,6 +14,8 @@ cuckBennyMalone =
{ cuckImage = formatName name
, cuckName = name
, cuckSocial = "https://x.com/bennymaloneUK"
, hasLink = True
, hasImage = True
, cuckDodges =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1569046576609300489"
, dodgeDescription = RanAway

View file

@ -14,6 +14,8 @@ cuckBradCampbell =
{ cuckImage = formatName name
, cuckName = name
, cuckSocial = "https://x.com/DrBradCampbell"
, hasLink = True
, hasImage = True
, cuckDodges =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1530933999610171392?s=20"
, dodgeDescription = NoReply

View file

@ -14,6 +14,8 @@ cuckBradCohn =
{ cuckImage = formatName name
, cuckName = name
, cuckSocial = "https://x.com/BradCohn"
, hasLink = True
, hasImage = True
, cuckDodges =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1687535030862831616"
, dodgeDescription = NoReply

View file

@ -14,6 +14,8 @@ cuckBradMarshall =
{ cuckImage = formatName name
, cuckName = name
, cuckSocial = "https://x.com/fire_bottle"
, hasLink = True
, hasImage = True
, cuckDodges =
[ { dodgeLink = ""
, dodgeDescription = InTooDeep

View file

@ -14,6 +14,8 @@ cuckBretWeinstein =
{ cuckImage = formatName name
, cuckName = name
, cuckSocial = "https://x.com/BretWeinstein"
, hasLink = True
, hasImage = True
, cuckDodges =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1858356347332374597"
, dodgeDescription = NoReply

View file

@ -14,6 +14,8 @@ cuckBrianKerley =
{ cuckImage = formatName name
, cuckName = name
, cuckSocial = "https://x.com/SeedOilDsrspctr"
, hasLink = True
, hasImage = True
, cuckDodges =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1483889771134926849?s=20"
, dodgeDescription = NoReply

View file

@ -14,6 +14,8 @@ cuckCarnivoreAurelius =
{ cuckImage = formatName name
, cuckName = name
, cuckSocial = "https://x.com/AlpacaAurelius"
, hasLink = True
, hasImage = True
, cuckDodges =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1538272143061815299?s=20"
, dodgeDescription = NoReply

View file

@ -14,6 +14,8 @@ cuckCateShanahan =
{ cuckImage = formatName name
, cuckName = name
, cuckSocial = "https://x.com/drcateshanahan"
, hasLink = True
, hasImage = True
, cuckDodges =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1266438463634632709?s=20"
, dodgeDescription = NoReply

View file

@ -14,6 +14,8 @@ cuckChrisBoettcher =
{ cuckImage = formatName name
, cuckName = name
, cuckSocial = "https://x.com/chrisboettcher9"
, hasLink = True
, hasImage = True
, cuckDodges =
[ { dodgeLink = "https://x.com/MeggGawat/status/1669691841682210822"
, dodgeDescription = NoReply

View file

@ -14,6 +14,8 @@ cuckClaraAboel =
{ cuckImage = formatName name
, cuckName = name
, cuckSocial = "https://x.com/AIWellnessCoach"
, hasLink = True
, hasImage = True
, cuckDodges =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1727510906655969736"
, dodgeDescription = NoReply

View file

@ -14,6 +14,8 @@ cuckCliffHarvey =
{ cuckImage = formatName name
, cuckName = name
, cuckSocial = "https://x.com/CarbAppropriate"
, hasLink = True
, hasImage = True
, cuckDodges =
[ { dodgeLink = "https://x.com/CarbAppropriate/status/1372281626206507010?s=20"
, dodgeDescription = NoReply

View file

@ -14,6 +14,8 @@ cuckDaveFeldman =
{ cuckImage = formatName name
, cuckName = name
, cuckSocial = "https://x.com/realDaveFeldman"
, hasLink = True
, hasImage = True
, cuckDodges =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1306625219440730118?s=20"
, dodgeDescription = NoReply

View file

@ -18,6 +18,8 @@ cuckDavidDiamond =
{ cuckImage = formatName name
, cuckName = name
, cuckSocial = "https://x.com/LDLSkeptic"
, hasLink = True
, hasImage = True
, cuckDodges =
[ { dodgeLink = "https://x.com/LDLSkeptic/status/1583471298306375681?s=20"
, dodgeDescription = OutrightNo

View file

@ -14,6 +14,8 @@ cuckDavidGornoski =
{ cuckImage = formatName name
, cuckName = name
, cuckSocial = "https://x.com/DavidGornoski"
, hasLink = True
, hasImage = True
, cuckDodges =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1525474063044550657?s=20"
, dodgeDescription = OutrightNo

View file

@ -14,6 +14,8 @@ cuckDianaRodgers =
{ cuckImage = formatName name
, cuckName = name
, cuckSocial = "https://x.com/sustainabledish"
, hasLink = True
, hasImage = True
, cuckDodges =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1365857401786814465?s=20"
, dodgeDescription = InTooDeep

View file

@ -17,6 +17,8 @@ cuckEdwardGoeke =
{ cuckImage = formatName name
, cuckName = name
, cuckSocial = "https://x.com/GoekeEddie"
, hasLink = True
, hasImage = True
, cuckDodges =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1773421625150746784?s=20"
, dodgeDescription = NoReply

View file

@ -14,6 +14,8 @@ cuckElieJarrouge =
{ cuckImage = formatName name
, cuckName = name
, cuckSocial = "https://x.com/ElieJarrougeMD"
, hasLink = True
, hasImage = True
, cuckDodges =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1506845469980315648?s=20"
, dodgeDescription = NoReply

View file

@ -14,6 +14,8 @@ cuckGaryBrecka =
{ cuckImage = formatName name
, cuckName = name
, cuckSocial = "https://x.com/garybrecka1"
, hasLink = True
, hasImage = True
, cuckDodges =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1726664526316372125"
, dodgeDescription = NoReply

View file

@ -14,6 +14,8 @@ cuckGaryFettke =
{ cuckImage = formatName name
, cuckName = name
, cuckSocial = "https://x.com/FructoseNo"
, hasLink = True
, hasImage = True
, cuckDodges =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1460983496524980224"
, dodgeDescription = GhostedMe

View file

@ -14,6 +14,8 @@ cuckGaryTaubes =
{ cuckImage = formatName name
, cuckName = name
, cuckSocial = "https://x.com/garytaubes"
, hasLink = True
, hasImage = True
, cuckDodges =
[ { dodgeLink = "https://x.com/garytaubes/status/1595180467552018432?s=20"
, dodgeDescription = OutrightNo

View file

@ -14,6 +14,8 @@ cuckGeorgeMartin =
{ cuckImage = formatName name
, cuckName = name
, cuckSocial = "https://x.com/CarnismDebunked"
, hasLink = True
, hasImage = True
, cuckDodges =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1815098730141651021"
, dodgeDescription = RanAway

View file

@ -14,6 +14,8 @@ cuckGuyAustin =
{ cuckImage = formatName name
, cuckName = name
, cuckSocial = "https://x.com/GuyNAustin"
, hasLink = True
, hasImage = True
, cuckDodges =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1538607434176020480"
, dodgeDescription = NoReply

View file

@ -17,6 +17,8 @@ cuckIvorCummins =
{ cuckImage = formatName name
, cuckName = name
, cuckSocial = "https://x.com/FatEmperor"
, hasLink = True
, hasImage = True
, cuckDodges =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1268600451693494273?s=20"
, dodgeDescription = NoReply

Some files were not shown because too many files have changed in this diff Show more