diff --git a/frontend/src/Cuckery/CuckList/AdamSinger/AdamSinger.elm b/frontend/src/Cuckery/CuckList/AdamSinger/AdamSinger.elm index f940184..551f7b7 100755 --- a/frontend/src/Cuckery/CuckList/AdamSinger/AdamSinger.elm +++ b/frontend/src/Cuckery/CuckList/AdamSinger/AdamSinger.elm @@ -20,7 +20,7 @@ cuckAdamSinger = , dodgeProposition = "Seed oils cause inflammation and stomach pain." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason } ] } diff --git a/frontend/src/Cuckery/CuckList/AnthonyGustin/AnthonyGustin.elm b/frontend/src/Cuckery/CuckList/AnthonyGustin/AnthonyGustin.elm index 6ef3c52..414dcf2 100755 --- a/frontend/src/Cuckery/CuckList/AnthonyGustin/AnthonyGustin.elm +++ b/frontend/src/Cuckery/CuckList/AnthonyGustin/AnthonyGustin.elm @@ -19,7 +19,7 @@ cuckAnthonyGustin = , dodgeProposition = commonProps.propSeedOils , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason } ] } diff --git a/frontend/src/Cuckery/CuckList/AshwaniGarg/AshwaniGarg.elm b/frontend/src/Cuckery/CuckList/AshwaniGarg/AshwaniGarg.elm index b55370f..9e25523 100755 --- a/frontend/src/Cuckery/CuckList/AshwaniGarg/AshwaniGarg.elm +++ b/frontend/src/Cuckery/CuckList/AshwaniGarg/AshwaniGarg.elm @@ -19,7 +19,7 @@ cuckAshwaniGarg = , dodgeProposition = "Representing the protein content of beans by dry weight is misleading." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief - , dodgeNicksDoxasticReason = SpecificProp "It's unclear why we should care about the protein content of a dry food item if that food item is inedible in its dry state" + , dodgeNicksDoxasticReason = SpecificPropReason "It's unclear why we should care about the protein content of a dry food item if that food item is inedible in its dry state" } ] } diff --git a/frontend/src/Cuckery/CuckList/AustinHerbert/AustinHerbert.elm b/frontend/src/Cuckery/CuckList/AustinHerbert/AustinHerbert.elm index 5c15042..433f4ae 100755 --- a/frontend/src/Cuckery/CuckList/AustinHerbert/AustinHerbert.elm +++ b/frontend/src/Cuckery/CuckList/AustinHerbert/AustinHerbert.elm @@ -19,7 +19,7 @@ cuckAustinHerbert = , dodgeProposition = "Seed oils make you fat and kill your body." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason } ] } diff --git a/frontend/src/Cuckery/CuckList/BartKay/BartKay.elm b/frontend/src/Cuckery/CuckList/BartKay/BartKay.elm index 705f0f6..5180f4a 100755 --- a/frontend/src/Cuckery/CuckList/BartKay/BartKay.elm +++ b/frontend/src/Cuckery/CuckList/BartKay/BartKay.elm @@ -19,7 +19,7 @@ cuckBartKay = , dodgeProposition = "A 100% Carnivore diet is the appropriate and best health choice for all people." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propEmpiricalClaimDisbelief + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaimDisbelief } ] } diff --git a/frontend/src/Cuckery/CuckList/BenBikman/BenBikman.elm b/frontend/src/Cuckery/CuckList/BenBikman/BenBikman.elm index 876d87e..26bd23c 100755 --- a/frontend/src/Cuckery/CuckList/BenBikman/BenBikman.elm +++ b/frontend/src/Cuckery/CuckList/BenBikman/BenBikman.elm @@ -19,7 +19,7 @@ cuckBenBikman = , dodgeProposition = "The diet-heart hypothesis is false." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSaturatedFatReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason } ] } diff --git a/frontend/src/Cuckery/CuckList/BennyMalone/BennyMalone.elm b/frontend/src/Cuckery/CuckList/BennyMalone/BennyMalone.elm index 21bb0d5..c382a5f 100755 --- a/frontend/src/Cuckery/CuckList/BennyMalone/BennyMalone.elm +++ b/frontend/src/Cuckery/CuckList/BennyMalone/BennyMalone.elm @@ -19,7 +19,7 @@ cuckBennyMalone = , dodgeProposition = "Eating oysters is compatible with veganism." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief - , dodgeNicksDoxasticReason = SpecificProp "Bivalves are not likely to be sentient, and extending them the precautionary principle has hilarious entails." + , dodgeNicksDoxasticReason = SpecificPropReason "Bivalves are not likely to be sentient, and extending them the precautionary principle has hilarious entails." } ] } diff --git a/frontend/src/Cuckery/CuckList/BradCampbell/BradCampbell.elm b/frontend/src/Cuckery/CuckList/BradCampbell/BradCampbell.elm index 59bb243..0cc100c 100755 --- a/frontend/src/Cuckery/CuckList/BradCampbell/BradCampbell.elm +++ b/frontend/src/Cuckery/CuckList/BradCampbell/BradCampbell.elm @@ -19,7 +19,7 @@ cuckBradCampbell = , dodgeProposition = "Canola oil kills you slowly." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason } ] } diff --git a/frontend/src/Cuckery/CuckList/BradCohn/BradCohn.elm b/frontend/src/Cuckery/CuckList/BradCohn/BradCohn.elm index 7acba38..415b45b 100755 --- a/frontend/src/Cuckery/CuckList/BradCohn/BradCohn.elm +++ b/frontend/src/Cuckery/CuckList/BradCohn/BradCohn.elm @@ -19,7 +19,7 @@ cuckBradCohn = , dodgeProposition = commonProps.propSeedOils , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason } ] } diff --git a/frontend/src/Cuckery/CuckList/BradMarshall/BradMarshall.elm b/frontend/src/Cuckery/CuckList/BradMarshall/BradMarshall.elm index 6163f83..d39cc29 100755 --- a/frontend/src/Cuckery/CuckList/BradMarshall/BradMarshall.elm +++ b/frontend/src/Cuckery/CuckList/BradMarshall/BradMarshall.elm @@ -19,7 +19,7 @@ cuckBradMarshall = , dodgeProposition = commonProps.propSeedOils , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason } ] } diff --git a/frontend/src/Cuckery/CuckList/BretWeinstein/BretWeinstein.elm b/frontend/src/Cuckery/CuckList/BretWeinstein/BretWeinstein.elm index 6eba011..21efcb5 100755 --- a/frontend/src/Cuckery/CuckList/BretWeinstein/BretWeinstein.elm +++ b/frontend/src/Cuckery/CuckList/BretWeinstein/BretWeinstein.elm @@ -19,21 +19,21 @@ cuckBretWeinstein = , dodgeProposition = "Seed oils are dangerous." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason } , { dodgeLink = "https://x.com/TheNutrivore/status/1858745910701777229" , dodgeDescription = NoReply , dodgeProposition = "Seed oils are dangerous." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason } , { dodgeLink = "https://x.com/TheNutrivore/status/1858746414882263256" , dodgeDescription = NoReply , dodgeProposition = "Seed oils are dangerous." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason } ] } diff --git a/frontend/src/Cuckery/CuckList/BrianKerley/BrianKerley.elm b/frontend/src/Cuckery/CuckList/BrianKerley/BrianKerley.elm index f5970c5..d88e09a 100755 --- a/frontend/src/Cuckery/CuckList/BrianKerley/BrianKerley.elm +++ b/frontend/src/Cuckery/CuckList/BrianKerley/BrianKerley.elm @@ -19,14 +19,14 @@ cuckBrianKerley = , dodgeProposition = commonProps.propSeedOils , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason } , { dodgeLink = "https://x.com/TheNutrivore/status/1783200352646619227" , dodgeDescription = NoReply , dodgeProposition = commonProps.propSeedOils , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason } ] } diff --git a/frontend/src/Cuckery/CuckList/CarnivoreAurelius/CarnivoreAurelius.elm b/frontend/src/Cuckery/CuckList/CarnivoreAurelius/CarnivoreAurelius.elm index 9abdf2a..d883452 100755 --- a/frontend/src/Cuckery/CuckList/CarnivoreAurelius/CarnivoreAurelius.elm +++ b/frontend/src/Cuckery/CuckList/CarnivoreAurelius/CarnivoreAurelius.elm @@ -19,7 +19,7 @@ cuckCarnivoreAurelius = , dodgeProposition = "Vegans kill 100x more animals." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Agnostic - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propEmpiricalClaim + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaim } ] } diff --git a/frontend/src/Cuckery/CuckList/CateShanahan/CateShanahan.elm b/frontend/src/Cuckery/CuckList/CateShanahan/CateShanahan.elm index f682934..578adec 100755 --- a/frontend/src/Cuckery/CuckList/CateShanahan/CateShanahan.elm +++ b/frontend/src/Cuckery/CuckList/CateShanahan/CateShanahan.elm @@ -19,63 +19,63 @@ cuckCateShanahan = , dodgeProposition = "Seed oils are pro-inflammatory." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReasonInflammation + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonInflammation } , { dodgeLink = "https://x.com/The_Nutrivore/status/1479497980570857474?s=20" , dodgeDescription = NoReply , dodgeProposition = "Those who defend seed oils are just regurgitating the garbage that the AHA pumps out." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp "I defend seed oils and I've never even read the AHA's material on the subject." + , dodgeNicksDoxasticReason = SpecificPropReason "I defend seed oils and I've never even read the AHA's material on the subject." } , { dodgeLink = "https://x.com/The_Nutrivore/status/1487215337116508162?s=20" , dodgeDescription = NoReply , dodgeProposition = "Seed oils are toxic." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason } , { dodgeLink = "https://x.com/drcateshanahan/status/1516904406805057537?s=20" , dodgeDescription = NoReply , dodgeProposition = "Current levels of seed oil consumption are the main driver of the obesity and chronic disease." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason } , { dodgeLink = "https://x.com/The_Nutrivore/status/1537544882532716544?s=20" , dodgeDescription = NoReply , dodgeProposition = "Nick is just following the AHA marching orders." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp "I've never even read the AHA's recommendations on anything." + , dodgeNicksDoxasticReason = SpecificPropReason "I've never even read the AHA's recommendations on anything." } , { dodgeLink = "https://x.com/TheNutrivore/status/1778616438116483102" , dodgeDescription = RanAway , dodgeProposition = commonProps.propSeedOils , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason } , { dodgeLink = "https://x.com/TheNutrivore/status/1779185488521310601" , dodgeDescription = OutrightNo , dodgeProposition = commonProps.propSeedOils , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason } , { dodgeLink = "https://x.com/TheNutrivore/status/1778616438116483102" , dodgeDescription = KillScreen , dodgeProposition = commonProps.propSeedOils , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason } , { dodgeLink = "https://x.com/TheNutrivore/status/1798766450255253987" , dodgeDescription = KillScreen , dodgeProposition = "Current levels of seed oil consumption are the main driver of heart disease." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReasonCVD + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonCVD } ] } diff --git a/frontend/src/Cuckery/CuckList/ChrisBoettcher/ChrisBoettcher.elm b/frontend/src/Cuckery/CuckList/ChrisBoettcher/ChrisBoettcher.elm index c01041f..cc27815 100755 --- a/frontend/src/Cuckery/CuckList/ChrisBoettcher/ChrisBoettcher.elm +++ b/frontend/src/Cuckery/CuckList/ChrisBoettcher/ChrisBoettcher.elm @@ -19,7 +19,7 @@ cuckChrisBoettcher = , dodgeProposition = "Seed oils are making you fat, depressed, and sick." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason } ] } diff --git a/frontend/src/Cuckery/CuckList/ClaraAboel/ClaraAboel.elm b/frontend/src/Cuckery/CuckList/ClaraAboel/ClaraAboel.elm index e3b433c..d69a2e2 100755 --- a/frontend/src/Cuckery/CuckList/ClaraAboel/ClaraAboel.elm +++ b/frontend/src/Cuckery/CuckList/ClaraAboel/ClaraAboel.elm @@ -19,7 +19,7 @@ cuckClaraAboel = , dodgeProposition = "Polyunsaturated fatty acids are known to initiate cancer." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReasonCancer + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonCancer } ] } diff --git a/frontend/src/Cuckery/CuckList/CliffHarvey/CliffHarvey.elm b/frontend/src/Cuckery/CuckList/CliffHarvey/CliffHarvey.elm index 0030123..0bedfa4 100755 --- a/frontend/src/Cuckery/CuckList/CliffHarvey/CliffHarvey.elm +++ b/frontend/src/Cuckery/CuckList/CliffHarvey/CliffHarvey.elm @@ -19,14 +19,14 @@ cuckCliffHarvey = , dodgeProposition = "Saturated fat in the diet does not independently increase the risk of mortality." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSaturatedFatReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason } , { dodgeLink = "https://x.com/The_Nutrivore/status/1500650543886204929?s=20" , dodgeDescription = NoReply , dodgeProposition = "Saturated fat in the diet does not independently increase the risk of mortality." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSaturatedFatReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason } ] } diff --git a/frontend/src/Cuckery/CuckList/DavidDiamond/DavidDiamond.elm b/frontend/src/Cuckery/CuckList/DavidDiamond/DavidDiamond.elm index e67813b..e983ba0 100755 --- a/frontend/src/Cuckery/CuckList/DavidDiamond/DavidDiamond.elm +++ b/frontend/src/Cuckery/CuckList/DavidDiamond/DavidDiamond.elm @@ -23,14 +23,14 @@ cuckDavidDiamond = , dodgeProposition = statinProp , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propLDLCausality + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propLDLCausality } , { dodgeLink = "https://x.com/LDLSkeptic/status/1583481964840902656?s=20" , dodgeDescription = KillScreen , dodgeProposition = statinProp , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propLDLCausality + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propLDLCausality } ] } diff --git a/frontend/src/Cuckery/CuckList/DavidGornoski/DavidGornoski.elm b/frontend/src/Cuckery/CuckList/DavidGornoski/DavidGornoski.elm index 4b0a59a..8c771d0 100755 --- a/frontend/src/Cuckery/CuckList/DavidGornoski/DavidGornoski.elm +++ b/frontend/src/Cuckery/CuckList/DavidGornoski/DavidGornoski.elm @@ -19,7 +19,7 @@ cuckDavidGornoski = , dodgeProposition = "Polyunsaturated fatty acids cause obesity." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReasonObesity + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonObesity } ] } diff --git a/frontend/src/Cuckery/CuckList/DianaRodgers/DianaRodgers.elm b/frontend/src/Cuckery/CuckList/DianaRodgers/DianaRodgers.elm index bededa7..04515c5 100755 --- a/frontend/src/Cuckery/CuckList/DianaRodgers/DianaRodgers.elm +++ b/frontend/src/Cuckery/CuckList/DianaRodgers/DianaRodgers.elm @@ -19,7 +19,7 @@ cuckDianaRodgers = , dodgeProposition = "Saturated fat doesn't increase the risk of coronary heart disease." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSaturatedFatReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason } ] } diff --git a/frontend/src/Cuckery/CuckList/EdwardGoeke/EdwardGoeke.elm b/frontend/src/Cuckery/CuckList/EdwardGoeke/EdwardGoeke.elm index 068c039..6720ef3 100755 --- a/frontend/src/Cuckery/CuckList/EdwardGoeke/EdwardGoeke.elm +++ b/frontend/src/Cuckery/CuckList/EdwardGoeke/EdwardGoeke.elm @@ -22,14 +22,14 @@ cuckEdwardGoeke = , dodgeProposition = propSeedOils , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReasonInflammation + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonInflammation } , { dodgeLink = "https://x.com/TheNutrivore/status/1774154640403423359?s=20" , dodgeDescription = NoReply , dodgeProposition = propSeedOils , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReasonInflammation + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonInflammation } ] } diff --git a/frontend/src/Cuckery/CuckList/GaryBrecka/GaryBrecka.elm b/frontend/src/Cuckery/CuckList/GaryBrecka/GaryBrecka.elm index 57abe1a..c8e1fa8 100755 --- a/frontend/src/Cuckery/CuckList/GaryBrecka/GaryBrecka.elm +++ b/frontend/src/Cuckery/CuckList/GaryBrecka/GaryBrecka.elm @@ -19,7 +19,7 @@ cuckGaryBrecka = , dodgeProposition = "Linoleic acid consumption causes atherosclerosis." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReasonCVD + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonCVD } ] } diff --git a/frontend/src/Cuckery/CuckList/GaryFettke/GaryFettke.elm b/frontend/src/Cuckery/CuckList/GaryFettke/GaryFettke.elm index d067076..6249ac3 100755 --- a/frontend/src/Cuckery/CuckList/GaryFettke/GaryFettke.elm +++ b/frontend/src/Cuckery/CuckList/GaryFettke/GaryFettke.elm @@ -19,7 +19,7 @@ cuckGaryFettke = , dodgeProposition = commonProps.propLinoleicAcid , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason } ] } diff --git a/frontend/src/Cuckery/CuckList/GeorgeMartin/GeorgeMartin.elm b/frontend/src/Cuckery/CuckList/GeorgeMartin/GeorgeMartin.elm index ef5e2aa..cdf0792 100755 --- a/frontend/src/Cuckery/CuckList/GeorgeMartin/GeorgeMartin.elm +++ b/frontend/src/Cuckery/CuckList/GeorgeMartin/GeorgeMartin.elm @@ -19,7 +19,7 @@ cuckGeorgeMartin = , dodgeProposition = "Nick has killed more animals in his life than a mature bear." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Agnostic - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propEmpiricalClaim + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaim } ] } diff --git a/frontend/src/Cuckery/CuckList/GuyAustin/GuyAustin.elm b/frontend/src/Cuckery/CuckList/GuyAustin/GuyAustin.elm index d1a57f1..74c5251 100755 --- a/frontend/src/Cuckery/CuckList/GuyAustin/GuyAustin.elm +++ b/frontend/src/Cuckery/CuckList/GuyAustin/GuyAustin.elm @@ -26,7 +26,7 @@ cuckGuyAustin = , dodgeProposition = commonProps.propSeedOils , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason } ] } diff --git a/frontend/src/Cuckery/CuckList/IvorCummins/IvorCummins.elm b/frontend/src/Cuckery/CuckList/IvorCummins/IvorCummins.elm index 1bc9992..77aa4a2 100755 --- a/frontend/src/Cuckery/CuckList/IvorCummins/IvorCummins.elm +++ b/frontend/src/Cuckery/CuckList/IvorCummins/IvorCummins.elm @@ -22,14 +22,14 @@ cuckIvorCummins = , dodgeProposition = propLDL , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propLDLCausality + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propLDLCausality } , { dodgeLink = "https://x.com/FatEmperor/status/1636920650156724226?s=20" , dodgeDescription = OutrightNo , dodgeProposition = propLDL , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propLDLCausality + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propLDLCausality } ] } diff --git a/frontend/src/Cuckery/CuckList/JakeMey/JakeMey.elm b/frontend/src/Cuckery/CuckList/JakeMey/JakeMey.elm index c3a9aab..c9fb025 100755 --- a/frontend/src/Cuckery/CuckList/JakeMey/JakeMey.elm +++ b/frontend/src/Cuckery/CuckList/JakeMey/JakeMey.elm @@ -22,21 +22,21 @@ cuckJakeMey = , dodgeProposition = "Vegan Friday meals are unhealthy for children." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp propReason + , dodgeNicksDoxasticReason = SpecificPropReason propReason } , { dodgeLink = "https://x.com/The_Nutrivore/status/1490060813138280450?s=20" , dodgeDescription = OutrightNo , dodgeProposition = "Vegan Friday meals are unhealthy for children." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp propReason + , dodgeNicksDoxasticReason = SpecificPropReason propReason } , { dodgeLink = "https://x.com/The_Nutrivore/status/1495419256737091585?s=20" , dodgeDescription = KillScreen , dodgeProposition = "Vegan Friday meals are unhealthy for children." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp propReason + , dodgeNicksDoxasticReason = SpecificPropReason propReason } ] } diff --git a/frontend/src/Cuckery/CuckList/JamesDiNicolantonio/JamesDiNicolantonio.elm b/frontend/src/Cuckery/CuckList/JamesDiNicolantonio/JamesDiNicolantonio.elm index d44ae12..6b40b4c 100755 --- a/frontend/src/Cuckery/CuckList/JamesDiNicolantonio/JamesDiNicolantonio.elm +++ b/frontend/src/Cuckery/CuckList/JamesDiNicolantonio/JamesDiNicolantonio.elm @@ -19,7 +19,7 @@ cuckJamesDiNicolantonio = , dodgeProposition = commonProps.propLinoleicAcid , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason } ] } diff --git a/frontend/src/Cuckery/CuckList/JosephEverett/JosephEverett.elm b/frontend/src/Cuckery/CuckList/JosephEverett/JosephEverett.elm index bf6619f..15f02cf 100755 --- a/frontend/src/Cuckery/CuckList/JosephEverett/JosephEverett.elm +++ b/frontend/src/Cuckery/CuckList/JosephEverett/JosephEverett.elm @@ -23,14 +23,14 @@ cuckJosephEverett = , dodgeProposition = propSeedOils , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReasonChronicDisease + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonChronicDisease } , { dodgeLink = "https://x.com/TheNutrivore/status/1555138038740680704?s=20" , dodgeDescription = NoReply , dodgeProposition = propSeedOils , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReasonChronicDisease + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonChronicDisease } ] } diff --git a/frontend/src/Cuckery/CuckList/JustinMares/JustinMares.elm b/frontend/src/Cuckery/CuckList/JustinMares/JustinMares.elm index ac3e8f7..5bb98fd 100755 --- a/frontend/src/Cuckery/CuckList/JustinMares/JustinMares.elm +++ b/frontend/src/Cuckery/CuckList/JustinMares/JustinMares.elm @@ -19,7 +19,7 @@ cuckJustinMares = , dodgeProposition = "Vegetable oils drive inflammation and are causally linked to weight gain and diseases of inflammation." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReasonChronicDisease + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonChronicDisease } ] } diff --git a/frontend/src/Cuckery/CuckList/KaitMalthaner/KaitMalthaner.elm b/frontend/src/Cuckery/CuckList/KaitMalthaner/KaitMalthaner.elm index 593a59d..3c4cb46 100755 --- a/frontend/src/Cuckery/CuckList/KaitMalthaner/KaitMalthaner.elm +++ b/frontend/src/Cuckery/CuckList/KaitMalthaner/KaitMalthaner.elm @@ -19,7 +19,7 @@ cuckKaitMalthaner = , dodgeProposition = "Omega-6 is pro-inflammatory." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReasonInflammation + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonInflammation } ] } diff --git a/frontend/src/Cuckery/CuckList/KemMinnick/KemMinnick.elm b/frontend/src/Cuckery/CuckList/KemMinnick/KemMinnick.elm index 4e36ae3..b9c9a49 100755 --- a/frontend/src/Cuckery/CuckList/KemMinnick/KemMinnick.elm +++ b/frontend/src/Cuckery/CuckList/KemMinnick/KemMinnick.elm @@ -27,14 +27,14 @@ cuckKemMinnick = , dodgeProposition = prop , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief - , dodgeNicksDoxasticReason = SpecificProp reason + , dodgeNicksDoxasticReason = SpecificPropReason reason } , { dodgeLink = "https://x.com/The_Nutrivore/status/1476990862793986052?s=20" , dodgeDescription = RanAway , dodgeProposition = prop , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief - , dodgeNicksDoxasticReason = SpecificProp reason + , dodgeNicksDoxasticReason = SpecificPropReason reason } ] } diff --git a/frontend/src/Cuckery/CuckList/KenBerry/KenBerry.elm b/frontend/src/Cuckery/CuckList/KenBerry/KenBerry.elm index 022c1d5..f606e87 100755 --- a/frontend/src/Cuckery/CuckList/KenBerry/KenBerry.elm +++ b/frontend/src/Cuckery/CuckList/KenBerry/KenBerry.elm @@ -30,14 +30,14 @@ cuckKenBerry = , dodgeProposition = propAnimalFat , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason } , { dodgeLink = "https://x.com/TheNutrivore/status/1539721408372039680?s=20" , dodgeDescription = NoReply , dodgeProposition = propAnimalFat , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason } , { dodgeLink = "https://x.com/TheNutrivore/status/1813969807521300615" , dodgeDescription = InTooDeep diff --git a/frontend/src/Cuckery/CuckList/KevinStock/KevinStock.elm b/frontend/src/Cuckery/CuckList/KevinStock/KevinStock.elm index f49bbdb..8753a95 100755 --- a/frontend/src/Cuckery/CuckList/KevinStock/KevinStock.elm +++ b/frontend/src/Cuckery/CuckList/KevinStock/KevinStock.elm @@ -26,7 +26,7 @@ cuckKevinStock = , dodgeProposition = "Saturated fat does not cause cardiovascular disease." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSaturatedFatReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason } ] } diff --git a/frontend/src/Cuckery/CuckList/KyleMamounis/KyleMamounis.elm b/frontend/src/Cuckery/CuckList/KyleMamounis/KyleMamounis.elm index 192f3a5..cbc6e43 100755 --- a/frontend/src/Cuckery/CuckList/KyleMamounis/KyleMamounis.elm +++ b/frontend/src/Cuckery/CuckList/KyleMamounis/KyleMamounis.elm @@ -19,7 +19,7 @@ cuckKyleMamounis = , dodgeProposition = "Statins do not prevent cardiovascular events." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propLDLCausality + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propLDLCausality } ] } diff --git a/frontend/src/Cuckery/CuckList/MartyKendall/MartyKendall.elm b/frontend/src/Cuckery/CuckList/MartyKendall/MartyKendall.elm index 494f762..cfd0cce 100755 --- a/frontend/src/Cuckery/CuckList/MartyKendall/MartyKendall.elm +++ b/frontend/src/Cuckery/CuckList/MartyKendall/MartyKendall.elm @@ -19,7 +19,7 @@ cuckMartyKendall = , dodgeProposition = "To access your body fat, you need to deplete both glucose and fat from the blood first." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp "The proposition suggests that before one can liberate their body fat, they must first experience a lethal physiological event." + , dodgeNicksDoxasticReason = SpecificPropReason "The proposition suggests that before one can liberate their body fat, they must first experience a lethal physiological event." } ] } diff --git a/frontend/src/Cuckery/CuckList/MaxLugavere/MaxLugavere.elm b/frontend/src/Cuckery/CuckList/MaxLugavere/MaxLugavere.elm index 40e761f..fe94e3d 100755 --- a/frontend/src/Cuckery/CuckList/MaxLugavere/MaxLugavere.elm +++ b/frontend/src/Cuckery/CuckList/MaxLugavere/MaxLugavere.elm @@ -23,21 +23,21 @@ cuckMaxLugavere = , dodgeProposition = prop , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReasonChronicDisease + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonChronicDisease } , { dodgeLink = "https://x.com/The_Nutrivore/status/1518307089742848000?s=20" , dodgeDescription = NoReply , dodgeProposition = prop , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReasonChronicDisease + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonChronicDisease } , { dodgeLink = "https://x.com/maxlugavere/status/1518367365683064833?s=20" , dodgeDescription = OutrightNo , dodgeProposition = prop , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReasonChronicDisease + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonChronicDisease } ] } diff --git a/frontend/src/Cuckery/CuckList/MichaelKummer/MichaelKummer.elm b/frontend/src/Cuckery/CuckList/MichaelKummer/MichaelKummer.elm index 4eb889a..3a54093 100755 --- a/frontend/src/Cuckery/CuckList/MichaelKummer/MichaelKummer.elm +++ b/frontend/src/Cuckery/CuckList/MichaelKummer/MichaelKummer.elm @@ -19,7 +19,7 @@ cuckMichaelKummer = , dodgeProposition = "Polyunsaturated fats cause cell damage, inflammation and metabolic dysfunction." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReasonInflammation + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonInflammation } ] } diff --git a/frontend/src/Cuckery/CuckList/MichaelManderville/MichaelManderville.elm b/frontend/src/Cuckery/CuckList/MichaelManderville/MichaelManderville.elm index 3300c69..36b3595 100755 --- a/frontend/src/Cuckery/CuckList/MichaelManderville/MichaelManderville.elm +++ b/frontend/src/Cuckery/CuckList/MichaelManderville/MichaelManderville.elm @@ -19,7 +19,7 @@ cuckMichaelManderville = , dodgeProposition = "A logically coherent position will have logically coherent answer to a logically coherent hypothetical." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propAnalyticalTruth + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propAnalyticalTruth } ] } diff --git a/frontend/src/Cuckery/CuckList/MikeMutzel/MikeMutzel.elm b/frontend/src/Cuckery/CuckList/MikeMutzel/MikeMutzel.elm index a3d7dab..3a8586f 100755 --- a/frontend/src/Cuckery/CuckList/MikeMutzel/MikeMutzel.elm +++ b/frontend/src/Cuckery/CuckList/MikeMutzel/MikeMutzel.elm @@ -19,14 +19,14 @@ cuckMikeMutzel = , dodgeProposition = "COVID is nothing more than a cold to those that are healthy." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Agnostic - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propEmpiricalClaim + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaim } , { dodgeLink = "https://x.com/TheNutrivore/status/1584645853771616256?s=20" , dodgeDescription = NoReply , dodgeProposition = "There is little to no association between saturated fat and cardiovascular disease." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSaturatedFatReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason } ] } diff --git a/frontend/src/Cuckery/CuckList/MikeSweeney/MikeSweeney.elm b/frontend/src/Cuckery/CuckList/MikeSweeney/MikeSweeney.elm index f1678a4..f244056 100755 --- a/frontend/src/Cuckery/CuckList/MikeSweeney/MikeSweeney.elm +++ b/frontend/src/Cuckery/CuckList/MikeSweeney/MikeSweeney.elm @@ -33,7 +33,7 @@ cuckMikeSweeney = , dodgeProposition = "Cheerios cause nausea, vomiting, seizures, irregular heartbeat, liver damage, and coma." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propEmpiricalClaimDisbelief + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaimDisbelief } ] } diff --git a/frontend/src/Cuckery/CuckList/NinaTeicholz/NinaTeicholz.elm b/frontend/src/Cuckery/CuckList/NinaTeicholz/NinaTeicholz.elm index cf4e0de..164bae2 100755 --- a/frontend/src/Cuckery/CuckList/NinaTeicholz/NinaTeicholz.elm +++ b/frontend/src/Cuckery/CuckList/NinaTeicholz/NinaTeicholz.elm @@ -19,14 +19,14 @@ cuckNinaTeicholz = , dodgeProposition = "The science linking red meat to heart disease is very weak." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp "The aggregate of the data suggests red meat increases the risk of heart disease." + , dodgeNicksDoxasticReason = SpecificPropReason "The aggregate of the data suggests red meat increases the risk of heart disease." } , { dodgeLink = "https://x.com/TheNutrivore/status/1467571763865210881?s=20" , dodgeDescription = NoReply , dodgeProposition = "The available evidence supports limiting saturated fat intake for coronary heart disease risk reduction." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSaturatedFatReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason } , { dodgeLink = "https://x.com/TheNutrivore/status/1538895943050878977?s=20" , dodgeDescription = NoReply diff --git a/frontend/src/Cuckery/CuckList/PaulMason/PaulMason.elm b/frontend/src/Cuckery/CuckList/PaulMason/PaulMason.elm index 9453291..06abbd4 100755 --- a/frontend/src/Cuckery/CuckList/PaulMason/PaulMason.elm +++ b/frontend/src/Cuckery/CuckList/PaulMason/PaulMason.elm @@ -33,7 +33,7 @@ cuckPaulMason = , dodgeProposition = commonProps.propLinoleicAcid , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Agnostic - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason } ] } diff --git a/frontend/src/Cuckery/CuckList/PaulSaladino/PaulSaladino.elm b/frontend/src/Cuckery/CuckList/PaulSaladino/PaulSaladino.elm index 371c433..0096b6c 100755 --- a/frontend/src/Cuckery/CuckList/PaulSaladino/PaulSaladino.elm +++ b/frontend/src/Cuckery/CuckList/PaulSaladino/PaulSaladino.elm @@ -23,34 +23,34 @@ cuckPaulSaladino = , dodgeProposition = "Subsidies for corn and soy are huge contributors to the chronic disease epidemic in the US." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Agnostic - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propEmpiricalClaim + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaim } , { dodgeLink = "https://x.com/FoodFirst_Ty/status/1282847039596843009?s=20" , dodgeDescription = NoReply , dodgeProposition = commonProps.propSeedOils , dodgeNicksDoxasticState = Just Belief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason , dodgeFallacy = Just (SpecificFallacy "") } , { dodgeLink = "https://x.com/FoodFirst_Ty/status/1283449495682904064?s=20" , dodgeDescription = NoReply , dodgeProposition = prop , dodgeNicksDoxasticState = Just Agnostic - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propEmpiricalClaim + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaim , dodgeFallacy = Just (SpecificFallacy "") } , { dodgeLink = "https://x.com/The_Nutrivore/status/1282851963902636032?s=20" , dodgeDescription = NoReply , dodgeProposition = prop , dodgeNicksDoxasticState = Just Agnostic - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propEmpiricalClaim + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaim , dodgeFallacy = Just (SpecificFallacy "") } , { dodgeLink = "https://x.com/The_Nutrivore/status/1469136550046814219?s=20" , dodgeDescription = NoReply , dodgeProposition = "Nutritional epidemiology generally provides good causal estimates." , dodgeNicksDoxasticState = Just Belief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propNutritionalEpidemiology + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propNutritionalEpidemiology , dodgeFallacy = Just (SpecificFallacy "") } , { dodgeLink = "https://x.com/TheNutrivore/status/1633831762509045766?s=20" @@ -58,7 +58,7 @@ cuckPaulSaladino = , dodgeProposition = "Linoleic acid wreaks havoc in your body." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason } ] } diff --git a/frontend/src/Cuckery/CuckList/PhilipOvadia/PhilipOvadia.elm b/frontend/src/Cuckery/CuckList/PhilipOvadia/PhilipOvadia.elm index e8cb162..1c9dbb1 100755 --- a/frontend/src/Cuckery/CuckList/PhilipOvadia/PhilipOvadia.elm +++ b/frontend/src/Cuckery/CuckList/PhilipOvadia/PhilipOvadia.elm @@ -26,7 +26,7 @@ cuckPhilipOvadia = , dodgeProposition = "LDL doesn't cause coronary heart disease because it is just part of the arterial repair process." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propLDLCausality + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propLDLCausality } ] } diff --git a/frontend/src/Cuckery/CuckList/PhilippeStephenson/PhilippeStephenson.elm b/frontend/src/Cuckery/CuckList/PhilippeStephenson/PhilippeStephenson.elm index 0f2055c..d704436 100755 --- a/frontend/src/Cuckery/CuckList/PhilippeStephenson/PhilippeStephenson.elm +++ b/frontend/src/Cuckery/CuckList/PhilippeStephenson/PhilippeStephenson.elm @@ -19,7 +19,7 @@ cuckPhilippeStephenson = , dodgeProposition = "Seed oils save lives." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason } ] } diff --git a/frontend/src/Cuckery/CuckList/RalphNapolitano/RalphNapolitano.elm b/frontend/src/Cuckery/CuckList/RalphNapolitano/RalphNapolitano.elm index dbd6538..d9055e6 100755 --- a/frontend/src/Cuckery/CuckList/RalphNapolitano/RalphNapolitano.elm +++ b/frontend/src/Cuckery/CuckList/RalphNapolitano/RalphNapolitano.elm @@ -19,7 +19,7 @@ cuckRalphNapolitano = , dodgeProposition = "Oatmeal is one of the worst foods you can eat and has no health benefits." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp "The aggregate of the data suggests whole grains are beneficial for humans." + , dodgeNicksDoxasticReason = SpecificPropReason "The aggregate of the data suggests whole grains are beneficial for humans." } ] } diff --git a/frontend/src/Cuckery/CuckList/RaphaelSirtoli/RaphaelSirtoli.elm b/frontend/src/Cuckery/CuckList/RaphaelSirtoli/RaphaelSirtoli.elm index 6a25a1b..976a181 100755 --- a/frontend/src/Cuckery/CuckList/RaphaelSirtoli/RaphaelSirtoli.elm +++ b/frontend/src/Cuckery/CuckList/RaphaelSirtoli/RaphaelSirtoli.elm @@ -19,14 +19,14 @@ cuckRaphaelSirtoli = , dodgeProposition = "The diet-heart hypothesis is false." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSaturatedFatReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason } , { dodgeLink = "https://x.com/raphaels7/status/1783541746015654072" , dodgeDescription = KillScreen , dodgeProposition = commonProps.propSeedOils , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason } ] } diff --git a/frontend/src/Cuckery/CuckList/RobbWolf/RobbWolf.elm b/frontend/src/Cuckery/CuckList/RobbWolf/RobbWolf.elm index 3e50d8f..3fc2329 100755 --- a/frontend/src/Cuckery/CuckList/RobbWolf/RobbWolf.elm +++ b/frontend/src/Cuckery/CuckList/RobbWolf/RobbWolf.elm @@ -19,7 +19,7 @@ cuckRobbWolf = , dodgeProposition = "Ancestral foods are more likely to be antagonistically pleiotropic than novel foods." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propAnalyticalTruth + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propAnalyticalTruth } ] } diff --git a/frontend/src/Cuckery/CuckList/SebastianRamirez/SebastianRamirez.elm b/frontend/src/Cuckery/CuckList/SebastianRamirez/SebastianRamirez.elm new file mode 100644 index 0000000..942db80 --- /dev/null +++ b/frontend/src/Cuckery/CuckList/SebastianRamirez/SebastianRamirez.elm @@ -0,0 +1,25 @@ +module Cuckery.CuckList.SebastianRamirez.SebastianRamirez exposing (..) + +import Cuckery.Types exposing (..) + + +cuckSebastianRamirez : Cuck +cuckSebastianRamirez = + let + name : String + name = + "Sebastian Ramirez" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "https://x.com/JS_RamirezMD" + , cuckDodges = + [ { dodgeLink = "https://x.com/JS_RamirezMD/status/1859378109306278377" + , dodgeDescription = RanAway + , dodgeProposition = "Vegans haven’t learnt how to live in a society." + , dodgeFallacy = Just (SpecificFallacy "") + , dodgeNicksDoxasticState = Just Agnostic + , dodgeNicksDoxasticReason = SpecificPropReason "It's not clear what the proposition means." + } + ] + } diff --git a/frontend/src/Cuckery/CuckList/SimonGoddek/SimonGoddek.elm b/frontend/src/Cuckery/CuckList/SimonGoddek/SimonGoddek.elm index 5fd1f34..70956dd 100755 --- a/frontend/src/Cuckery/CuckList/SimonGoddek/SimonGoddek.elm +++ b/frontend/src/Cuckery/CuckList/SimonGoddek/SimonGoddek.elm @@ -23,21 +23,21 @@ cuckSimonGoddek = , dodgeProposition = prop , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReasonCVD + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonCVD } , { dodgeLink = "https://x.com/TheNutrivore/status/1795885929678196951" , dodgeDescription = NoReply , dodgeProposition = prop , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReasonCVD + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonCVD } , { dodgeLink = "https://x.com/TheNutrivore/status/1795674575315112396" , dodgeDescription = NoReply , dodgeProposition = prop , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReasonCVD + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonCVD } ] } diff --git a/frontend/src/Cuckery/CuckList/TravisStatham/TravisStatham.elm b/frontend/src/Cuckery/CuckList/TravisStatham/TravisStatham.elm index d4287e3..4bb6be7 100755 --- a/frontend/src/Cuckery/CuckList/TravisStatham/TravisStatham.elm +++ b/frontend/src/Cuckery/CuckList/TravisStatham/TravisStatham.elm @@ -23,14 +23,14 @@ cuckTravisStatham = , dodgeProposition = prop , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReasonObesity + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonObesity } , { dodgeLink = "https://www.reddit.com/r/StopEatingSeedOils/comments/v457tu/how_vegetable_oils_make_us_fat_zero_acre/ic9u7wu/?utm_source=share" , dodgeDescription = NoReply , dodgeProposition = prop , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReasonObesity + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonObesity } ] } diff --git a/frontend/src/Cuckery/CuckList/TroKalayjian/TroKalayjian.elm b/frontend/src/Cuckery/CuckList/TroKalayjian/TroKalayjian.elm index 63d6821..ade7a5b 100755 --- a/frontend/src/Cuckery/CuckList/TroKalayjian/TroKalayjian.elm +++ b/frontend/src/Cuckery/CuckList/TroKalayjian/TroKalayjian.elm @@ -19,7 +19,7 @@ cuckTroKalayjian = , dodgeProposition = "Dr. Tro engages in shitty behaviour that causes people to dislike him." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief - , dodgeNicksDoxasticReason = SpecificProp "The proposition seems trivially true." + , dodgeNicksDoxasticReason = SpecificPropReason "The proposition seems trivially true." } ] } diff --git a/frontend/src/Cuckery/CuckList/TuckerGoodrich/TuckerGoodrich.elm b/frontend/src/Cuckery/CuckList/TuckerGoodrich/TuckerGoodrich.elm index e4066dd..97a5eb9 100755 --- a/frontend/src/Cuckery/CuckList/TuckerGoodrich/TuckerGoodrich.elm +++ b/frontend/src/Cuckery/CuckList/TuckerGoodrich/TuckerGoodrich.elm @@ -19,7 +19,7 @@ cuckTuckerGoodrich = , dodgeProposition = "Nutritional epidemiology is almost always wrong." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propNutritionalEpidemiology + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propNutritionalEpidemiology } , { dodgeLink = "https://x.com/TuckerGoodrich/status/1428062578668830720?s=20" , dodgeDescription = RanAway diff --git a/frontend/src/Cuckery/CuckList/ZoeHarcombe/ZoeHarcombe.elm b/frontend/src/Cuckery/CuckList/ZoeHarcombe/ZoeHarcombe.elm index a24482e..08edb50 100755 --- a/frontend/src/Cuckery/CuckList/ZoeHarcombe/ZoeHarcombe.elm +++ b/frontend/src/Cuckery/CuckList/ZoeHarcombe/ZoeHarcombe.elm @@ -19,7 +19,7 @@ cuckZoeHarcombe = , dodgeProposition = "Saturated fat doesn't increase the risk of coronary heart disease." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSaturatedFatReason + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason } ] } diff --git a/frontend/src/Cuckery/CuckList/ZsofiaClemens/ZsofiaClemens.elm b/frontend/src/Cuckery/CuckList/ZsofiaClemens/ZsofiaClemens.elm index 760cb4c..b51a5a5 100755 --- a/frontend/src/Cuckery/CuckList/ZsofiaClemens/ZsofiaClemens.elm +++ b/frontend/src/Cuckery/CuckList/ZsofiaClemens/ZsofiaClemens.elm @@ -19,7 +19,7 @@ cuckZsofiaClemens = , dodgeProposition = "Well-planned, plant-based diets are healthy." , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief - , dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propPlantBasedDiets + , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propPlantBasedDiets } ] } diff --git a/frontend/src/Cuckery/Helpers.elm b/frontend/src/Cuckery/Helpers.elm index c1c2199..dd78606 100755 --- a/frontend/src/Cuckery/Helpers.elm +++ b/frontend/src/Cuckery/Helpers.elm @@ -167,7 +167,7 @@ makeDodge dodgeEntry index = VagueProp -> "The proposition is too vague to evaluate." - SpecificProp str -> + SpecificPropReason str -> str ] ] diff --git a/frontend/src/Cuckery/Types.elm b/frontend/src/Cuckery/Types.elm index cfc3b95..ccd2d20 100755 --- a/frontend/src/Cuckery/Types.elm +++ b/frontend/src/Cuckery/Types.elm @@ -52,7 +52,7 @@ type DoxasticState type Evaluation = NoProp | VagueProp - | SpecificProp String + | SpecificPropReason String type alias FormattedCuckName = diff --git a/frontend/src/Pages/Dodgers.elm b/frontend/src/Pages/Dodgers.elm index c82d512..6451bfd 100755 --- a/frontend/src/Pages/Dodgers.elm +++ b/frontend/src/Pages/Dodgers.elm @@ -61,6 +61,7 @@ import Cuckery.CuckList.RalphNapolitano.RalphNapolitano exposing (cuckRalphNapol import Cuckery.CuckList.RaphaelSirtoli.RaphaelSirtoli exposing (cuckRaphaelSirtoli) import Cuckery.CuckList.RobMeijer.RobMeijer exposing (cuckRobMeijer) import Cuckery.CuckList.RobbWolf.RobbWolf exposing (cuckRobbWolf) +import Cuckery.CuckList.SebastianRamirez.SebastianRamirez exposing (cuckSebastianRamirez) import Cuckery.CuckList.SimonGoddek.SimonGoddek exposing (cuckSimonGoddek) import Cuckery.CuckList.TravisStatham.TravisStatham exposing (cuckTravisStatham) import Cuckery.CuckList.TristanHaggard.TristanHaggard exposing (cuckTristanHaggard) @@ -219,6 +220,7 @@ dodgersList = , cuckRaphaelSirtoli , cuckRobbWolf , cuckRobMeijer + , cuckSebastianRamirez , cuckSimonGoddek , cuckTravisStatham , cuckTristanHaggard diff --git a/frontend/static/cucks/bretweinstein/bretweinstein.png b/frontend/static/cucks/bretweinstein/bretweinstein.png old mode 100644 new mode 100755 diff --git a/frontend/static/cucks/sebastianramirez/sebastianramirez.png b/frontend/static/cucks/sebastianramirez/sebastianramirez.png new file mode 100644 index 0000000..7dd610a Binary files /dev/null and b/frontend/static/cucks/sebastianramirez/sebastianramirez.png differ