diff --git a/frontend/src/Config/Format.elm b/frontend/src/Config/Format.elm index f388e0b..9e6d9b6 100755 --- a/frontend/src/Config/Format.elm +++ b/frontend/src/Config/Format.elm @@ -31,7 +31,7 @@ pageList = transitionStyle : Attribute msg transitionStyle = - htmlAttribute <| style "transition" "all 0.4s ease-in-out" + htmlAttribute <| style "transition" "all 0.5s ease-in-out" transitionHighlightedLinkHover : Element msg -> Element msg diff --git a/frontend/src/Cuckery/CuckList/AdamSinger/AdamSinger.elm b/frontend/src/Cuckery/CuckList/AdamSinger/AdamSinger.elm index 551f7b7..66a60f2 100755 --- a/frontend/src/Cuckery/CuckList/AdamSinger/AdamSinger.elm +++ b/frontend/src/Cuckery/CuckList/AdamSinger/AdamSinger.elm @@ -18,6 +18,7 @@ cuckAdamSinger = [ { dodgeLink = "https://x.com/TheNutrivore/status/1566491269194719232?s=20" , dodgeDescription = VagueGesture , dodgeProposition = "Seed oils cause inflammation and stomach pain." + , dodgeReceipts = [ "https://x.com/TheNutrivore/status/1566491269194719232?s=20" ] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason diff --git a/frontend/src/Cuckery/CuckList/AmberOHearn/AmberOHearn.elm b/frontend/src/Cuckery/CuckList/AmberOHearn/AmberOHearn.elm index 62564e5..e58bd4a 100755 --- a/frontend/src/Cuckery/CuckList/AmberOHearn/AmberOHearn.elm +++ b/frontend/src/Cuckery/CuckList/AmberOHearn/AmberOHearn.elm @@ -17,6 +17,7 @@ cuckAmberOHearn = [ { dodgeLink = "https://x.com/FusionProgGuy/status/1413888976281169922?s=20" , dodgeDescription = VagueGesture , dodgeProposition = noProposition + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Nothing , dodgeNicksDoxasticReason = NoProp diff --git a/frontend/src/Cuckery/CuckList/AnnChilders/AnnChilders.elm b/frontend/src/Cuckery/CuckList/AnnChilders/AnnChilders.elm index 95416a0..36e7bd8 100755 --- a/frontend/src/Cuckery/CuckList/AnnChilders/AnnChilders.elm +++ b/frontend/src/Cuckery/CuckList/AnnChilders/AnnChilders.elm @@ -17,6 +17,7 @@ cuckAnnChilders = [ { dodgeLink = "https://x.com/The_Nutrivore/status/1447245484356108292?s=20" , dodgeDescription = RanAway , dodgeProposition = "Diets humans thrived on in the wild, sans dentists and doctors, are correct." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Agnostic , dodgeNicksDoxasticReason = VagueProp diff --git a/frontend/src/Cuckery/CuckList/AnthonyGustin/AnthonyGustin.elm b/frontend/src/Cuckery/CuckList/AnthonyGustin/AnthonyGustin.elm index 414dcf2..a5a834e 100755 --- a/frontend/src/Cuckery/CuckList/AnthonyGustin/AnthonyGustin.elm +++ b/frontend/src/Cuckery/CuckList/AnthonyGustin/AnthonyGustin.elm @@ -17,6 +17,7 @@ cuckAnthonyGustin = [ { dodgeLink = "https://x.com/The_Nutrivore/status/1482502242632552449?s=20" , dodgeDescription = GhostedMe , dodgeProposition = commonProps.propSeedOils + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason diff --git a/frontend/src/Cuckery/CuckList/AshwaniGarg/AshwaniGarg.elm b/frontend/src/Cuckery/CuckList/AshwaniGarg/AshwaniGarg.elm index 9e25523..772742a 100755 --- a/frontend/src/Cuckery/CuckList/AshwaniGarg/AshwaniGarg.elm +++ b/frontend/src/Cuckery/CuckList/AshwaniGarg/AshwaniGarg.elm @@ -17,6 +17,7 @@ cuckAshwaniGarg = [ { dodgeLink = "https://x.com/The_Nutrivore/status/1443328350982967303?s=20" , dodgeDescription = NoReply , dodgeProposition = "Representing the protein content of beans by dry weight is misleading." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief , 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 433f4ae..c461725 100755 --- a/frontend/src/Cuckery/CuckList/AustinHerbert/AustinHerbert.elm +++ b/frontend/src/Cuckery/CuckList/AustinHerbert/AustinHerbert.elm @@ -17,6 +17,7 @@ cuckAustinHerbert = [ { dodgeLink = "https://x.com/TheNutrivore/status/1663698981833277440" , dodgeDescription = NoReply , dodgeProposition = "Seed oils make you fat and kill your body." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason diff --git a/frontend/src/Cuckery/CuckList/BartKay/BartKay.elm b/frontend/src/Cuckery/CuckList/BartKay/BartKay.elm index 5180f4a..ef9dda5 100755 --- a/frontend/src/Cuckery/CuckList/BartKay/BartKay.elm +++ b/frontend/src/Cuckery/CuckList/BartKay/BartKay.elm @@ -17,6 +17,7 @@ cuckBartKay = [ { dodgeLink = "https://www.youtube.com/watch?v=M7vTJ02xxrw" , dodgeDescription = RanAway , dodgeProposition = "A 100% Carnivore diet is the appropriate and best health choice for all people." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaimDisbelief diff --git a/frontend/src/Cuckery/CuckList/BenBikman/BenBikman.elm b/frontend/src/Cuckery/CuckList/BenBikman/BenBikman.elm index 26bd23c..9adeced 100755 --- a/frontend/src/Cuckery/CuckList/BenBikman/BenBikman.elm +++ b/frontend/src/Cuckery/CuckList/BenBikman/BenBikman.elm @@ -17,6 +17,7 @@ cuckBenBikman = [ { dodgeLink = "https://x.com/TheNutrivore/status/1587547250074746880?s=19" , dodgeDescription = NoReply , dodgeProposition = "The diet-heart hypothesis is false." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason diff --git a/frontend/src/Cuckery/CuckList/BennyMalone/BennyMalone.elm b/frontend/src/Cuckery/CuckList/BennyMalone/BennyMalone.elm index c382a5f..872a91a 100755 --- a/frontend/src/Cuckery/CuckList/BennyMalone/BennyMalone.elm +++ b/frontend/src/Cuckery/CuckList/BennyMalone/BennyMalone.elm @@ -17,6 +17,7 @@ cuckBennyMalone = [ { dodgeLink = "https://x.com/The_Nutrivore/status/1530933999610171392?s=20" , dodgeDescription = RanAway , dodgeProposition = "Eating oysters is compatible with veganism." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief , 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 0cc100c..37bca54 100755 --- a/frontend/src/Cuckery/CuckList/BradCampbell/BradCampbell.elm +++ b/frontend/src/Cuckery/CuckList/BradCampbell/BradCampbell.elm @@ -17,6 +17,7 @@ cuckBradCampbell = [ { dodgeLink = "https://x.com/The_Nutrivore/status/1530933999610171392?s=20" , dodgeDescription = NoReply , dodgeProposition = "Canola oil kills you slowly." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason diff --git a/frontend/src/Cuckery/CuckList/BradCohn/BradCohn.elm b/frontend/src/Cuckery/CuckList/BradCohn/BradCohn.elm index 415b45b..6d5d6b4 100755 --- a/frontend/src/Cuckery/CuckList/BradCohn/BradCohn.elm +++ b/frontend/src/Cuckery/CuckList/BradCohn/BradCohn.elm @@ -17,6 +17,7 @@ cuckBradCohn = [ { dodgeLink = "https://x.com/TheNutrivore/status/1687535030862831616" , dodgeDescription = NoReply , dodgeProposition = commonProps.propSeedOils + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason diff --git a/frontend/src/Cuckery/CuckList/BradMarshall/BradMarshall.elm b/frontend/src/Cuckery/CuckList/BradMarshall/BradMarshall.elm index d39cc29..15c7bb8 100755 --- a/frontend/src/Cuckery/CuckList/BradMarshall/BradMarshall.elm +++ b/frontend/src/Cuckery/CuckList/BradMarshall/BradMarshall.elm @@ -17,6 +17,7 @@ cuckBradMarshall = [ { dodgeLink = "https://x.com/fire_bottle" , dodgeDescription = InTooDeep , dodgeProposition = commonProps.propSeedOils + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason diff --git a/frontend/src/Cuckery/CuckList/BretWeinstein/BretWeinstein.elm b/frontend/src/Cuckery/CuckList/BretWeinstein/BretWeinstein.elm index 21efcb5..1f8b871 100755 --- a/frontend/src/Cuckery/CuckList/BretWeinstein/BretWeinstein.elm +++ b/frontend/src/Cuckery/CuckList/BretWeinstein/BretWeinstein.elm @@ -17,6 +17,7 @@ cuckBretWeinstein = [ { dodgeLink = "https://x.com/TheNutrivore/status/1858356347332374597" , dodgeDescription = NoReply , dodgeProposition = "Seed oils are dangerous." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason @@ -24,6 +25,7 @@ cuckBretWeinstein = , { dodgeLink = "https://x.com/TheNutrivore/status/1858745910701777229" , dodgeDescription = NoReply , dodgeProposition = "Seed oils are dangerous." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason @@ -31,6 +33,7 @@ cuckBretWeinstein = , { dodgeLink = "https://x.com/TheNutrivore/status/1858746414882263256" , dodgeDescription = NoReply , dodgeProposition = "Seed oils are dangerous." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason diff --git a/frontend/src/Cuckery/CuckList/BrianKerley/BrianKerley.elm b/frontend/src/Cuckery/CuckList/BrianKerley/BrianKerley.elm index d88e09a..986befa 100755 --- a/frontend/src/Cuckery/CuckList/BrianKerley/BrianKerley.elm +++ b/frontend/src/Cuckery/CuckList/BrianKerley/BrianKerley.elm @@ -17,6 +17,7 @@ cuckBrianKerley = [ { dodgeLink = "https://x.com/The_Nutrivore/status/1483889771134926849?s=20" , dodgeDescription = NoReply , dodgeProposition = commonProps.propSeedOils + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason @@ -24,6 +25,7 @@ cuckBrianKerley = , { dodgeLink = "https://x.com/TheNutrivore/status/1783200352646619227" , dodgeDescription = NoReply , dodgeProposition = commonProps.propSeedOils + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason diff --git a/frontend/src/Cuckery/CuckList/CarnivoreAurelius/CarnivoreAurelius.elm b/frontend/src/Cuckery/CuckList/CarnivoreAurelius/CarnivoreAurelius.elm index d883452..abf06a0 100755 --- a/frontend/src/Cuckery/CuckList/CarnivoreAurelius/CarnivoreAurelius.elm +++ b/frontend/src/Cuckery/CuckList/CarnivoreAurelius/CarnivoreAurelius.elm @@ -17,6 +17,7 @@ cuckCarnivoreAurelius = [ { dodgeLink = "https://x.com/The_Nutrivore/status/1538272143061815299?s=20" , dodgeDescription = NoReply , dodgeProposition = "Vegans kill 100x more animals." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Agnostic , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaim diff --git a/frontend/src/Cuckery/CuckList/CateShanahan/CateShanahan.elm b/frontend/src/Cuckery/CuckList/CateShanahan/CateShanahan.elm index 578adec..7e4486e 100755 --- a/frontend/src/Cuckery/CuckList/CateShanahan/CateShanahan.elm +++ b/frontend/src/Cuckery/CuckList/CateShanahan/CateShanahan.elm @@ -17,6 +17,7 @@ cuckCateShanahan = [ { dodgeLink = "https://x.com/The_Nutrivore/status/1266438463634632709?s=20" , dodgeDescription = NoReply , dodgeProposition = "Seed oils are pro-inflammatory." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonInflammation @@ -24,6 +25,7 @@ cuckCateShanahan = , { 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." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason "I defend seed oils and I've never even read the AHA's material on the subject." @@ -31,6 +33,7 @@ cuckCateShanahan = , { dodgeLink = "https://x.com/The_Nutrivore/status/1487215337116508162?s=20" , dodgeDescription = NoReply , dodgeProposition = "Seed oils are toxic." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason @@ -38,6 +41,7 @@ cuckCateShanahan = , { 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." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason @@ -45,6 +49,7 @@ cuckCateShanahan = , { dodgeLink = "https://x.com/The_Nutrivore/status/1537544882532716544?s=20" , dodgeDescription = NoReply , dodgeProposition = "Nick is just following the AHA marching orders." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason "I've never even read the AHA's recommendations on anything." @@ -52,6 +57,7 @@ cuckCateShanahan = , { dodgeLink = "https://x.com/TheNutrivore/status/1778616438116483102" , dodgeDescription = RanAway , dodgeProposition = commonProps.propSeedOils + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason @@ -59,6 +65,7 @@ cuckCateShanahan = , { dodgeLink = "https://x.com/TheNutrivore/status/1779185488521310601" , dodgeDescription = OutrightNo , dodgeProposition = commonProps.propSeedOils + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason @@ -66,6 +73,7 @@ cuckCateShanahan = , { dodgeLink = "https://x.com/TheNutrivore/status/1778616438116483102" , dodgeDescription = KillScreen , dodgeProposition = commonProps.propSeedOils + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason @@ -73,6 +81,7 @@ cuckCateShanahan = , { dodgeLink = "https://x.com/TheNutrivore/status/1798766450255253987" , dodgeDescription = KillScreen , dodgeProposition = "Current levels of seed oil consumption are the main driver of heart disease." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonCVD diff --git a/frontend/src/Cuckery/CuckList/ChrisBoettcher/ChrisBoettcher.elm b/frontend/src/Cuckery/CuckList/ChrisBoettcher/ChrisBoettcher.elm index cc27815..4ed7f5a 100755 --- a/frontend/src/Cuckery/CuckList/ChrisBoettcher/ChrisBoettcher.elm +++ b/frontend/src/Cuckery/CuckList/ChrisBoettcher/ChrisBoettcher.elm @@ -17,6 +17,7 @@ cuckChrisBoettcher = [ { dodgeLink = "https://x.com/MeggGawat/status/1669691841682210822" , dodgeDescription = NoReply , dodgeProposition = "Seed oils are making you fat, depressed, and sick." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason diff --git a/frontend/src/Cuckery/CuckList/ClaraAboel/ClaraAboel.elm b/frontend/src/Cuckery/CuckList/ClaraAboel/ClaraAboel.elm index d69a2e2..6103b12 100755 --- a/frontend/src/Cuckery/CuckList/ClaraAboel/ClaraAboel.elm +++ b/frontend/src/Cuckery/CuckList/ClaraAboel/ClaraAboel.elm @@ -17,6 +17,7 @@ cuckClaraAboel = [ { dodgeLink = "https://x.com/TheNutrivore/status/1727510906655969736" , dodgeDescription = NoReply , dodgeProposition = "Polyunsaturated fatty acids are known to initiate cancer." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonCancer diff --git a/frontend/src/Cuckery/CuckList/CliffHarvey/CliffHarvey.elm b/frontend/src/Cuckery/CuckList/CliffHarvey/CliffHarvey.elm index 0bedfa4..3e28a47 100755 --- a/frontend/src/Cuckery/CuckList/CliffHarvey/CliffHarvey.elm +++ b/frontend/src/Cuckery/CuckList/CliffHarvey/CliffHarvey.elm @@ -17,6 +17,7 @@ cuckCliffHarvey = [ { dodgeLink = "https://x.com/CarbAppropriate/status/1372281626206507010?s=20" , dodgeDescription = NoReply , dodgeProposition = "Saturated fat in the diet does not independently increase the risk of mortality." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason @@ -24,6 +25,7 @@ cuckCliffHarvey = , { 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." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason diff --git a/frontend/src/Cuckery/CuckList/DaveFeldman/DaveFeldman.elm b/frontend/src/Cuckery/CuckList/DaveFeldman/DaveFeldman.elm index 76820af..f2d9c24 100755 --- a/frontend/src/Cuckery/CuckList/DaveFeldman/DaveFeldman.elm +++ b/frontend/src/Cuckery/CuckList/DaveFeldman/DaveFeldman.elm @@ -17,6 +17,7 @@ cuckDaveFeldman = [ { dodgeLink = "https://x.com/The_Nutrivore/status/1306625219440730118?s=20" , dodgeDescription = NoReply , dodgeProposition = noProposition + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Nothing , dodgeNicksDoxasticReason = NoProp diff --git a/frontend/src/Cuckery/CuckList/DavidDiamond/DavidDiamond.elm b/frontend/src/Cuckery/CuckList/DavidDiamond/DavidDiamond.elm index e983ba0..af78497 100755 --- a/frontend/src/Cuckery/CuckList/DavidDiamond/DavidDiamond.elm +++ b/frontend/src/Cuckery/CuckList/DavidDiamond/DavidDiamond.elm @@ -21,6 +21,7 @@ cuckDavidDiamond = [ { dodgeLink = "https://x.com/LDLSkeptic/status/1583471298306375681?s=20" , dodgeDescription = OutrightNo , dodgeProposition = statinProp + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propLDLCausality @@ -28,6 +29,7 @@ cuckDavidDiamond = , { dodgeLink = "https://x.com/LDLSkeptic/status/1583481964840902656?s=20" , dodgeDescription = KillScreen , dodgeProposition = statinProp + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propLDLCausality diff --git a/frontend/src/Cuckery/CuckList/DavidGornoski/DavidGornoski.elm b/frontend/src/Cuckery/CuckList/DavidGornoski/DavidGornoski.elm index 8c771d0..389b299 100755 --- a/frontend/src/Cuckery/CuckList/DavidGornoski/DavidGornoski.elm +++ b/frontend/src/Cuckery/CuckList/DavidGornoski/DavidGornoski.elm @@ -17,6 +17,7 @@ cuckDavidGornoski = [ { dodgeLink = "https://x.com/TheNutrivore/status/1525474063044550657?s=20" , dodgeDescription = OutrightNo , dodgeProposition = "Polyunsaturated fatty acids cause obesity." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonObesity diff --git a/frontend/src/Cuckery/CuckList/DianaRodgers/DianaRodgers.elm b/frontend/src/Cuckery/CuckList/DianaRodgers/DianaRodgers.elm index 04515c5..e85a58a 100755 --- a/frontend/src/Cuckery/CuckList/DianaRodgers/DianaRodgers.elm +++ b/frontend/src/Cuckery/CuckList/DianaRodgers/DianaRodgers.elm @@ -17,6 +17,7 @@ cuckDianaRodgers = [ { dodgeLink = "https://x.com/The_Nutrivore/status/1365857401786814465?s=20" , dodgeDescription = InTooDeep , dodgeProposition = "Saturated fat doesn't increase the risk of coronary heart disease." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason diff --git a/frontend/src/Cuckery/CuckList/EdwardGoeke/EdwardGoeke.elm b/frontend/src/Cuckery/CuckList/EdwardGoeke/EdwardGoeke.elm index 6720ef3..52ab73b 100755 --- a/frontend/src/Cuckery/CuckList/EdwardGoeke/EdwardGoeke.elm +++ b/frontend/src/Cuckery/CuckList/EdwardGoeke/EdwardGoeke.elm @@ -20,6 +20,7 @@ cuckEdwardGoeke = [ { dodgeLink = "https://x.com/TheNutrivore/status/1773421625150746784?s=20" , dodgeDescription = NoReply , dodgeProposition = propSeedOils + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonInflammation @@ -27,6 +28,7 @@ cuckEdwardGoeke = , { dodgeLink = "https://x.com/TheNutrivore/status/1774154640403423359?s=20" , dodgeDescription = NoReply , dodgeProposition = propSeedOils + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonInflammation diff --git a/frontend/src/Cuckery/CuckList/ElieJarrouge/ElieJarrouge.elm b/frontend/src/Cuckery/CuckList/ElieJarrouge/ElieJarrouge.elm index 124a5a7..9d653ea 100755 --- a/frontend/src/Cuckery/CuckList/ElieJarrouge/ElieJarrouge.elm +++ b/frontend/src/Cuckery/CuckList/ElieJarrouge/ElieJarrouge.elm @@ -17,6 +17,7 @@ cuckElieJarrouge = [ { dodgeLink = "https://x.com/TheNutrivore/status/1506845469980315648?s=20" , dodgeDescription = NoReply , dodgeProposition = "Sugar, refined carbs, and seed oils are poison." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Agnostic , dodgeNicksDoxasticReason = VagueProp diff --git a/frontend/src/Cuckery/CuckList/GaryBrecka/GaryBrecka.elm b/frontend/src/Cuckery/CuckList/GaryBrecka/GaryBrecka.elm index c8e1fa8..2c7aef6 100755 --- a/frontend/src/Cuckery/CuckList/GaryBrecka/GaryBrecka.elm +++ b/frontend/src/Cuckery/CuckList/GaryBrecka/GaryBrecka.elm @@ -17,6 +17,7 @@ cuckGaryBrecka = [ { dodgeLink = "https://x.com/TheNutrivore/status/1726664526316372125" , dodgeDescription = NoReply , dodgeProposition = "Linoleic acid consumption causes atherosclerosis." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonCVD diff --git a/frontend/src/Cuckery/CuckList/GaryFettke/GaryFettke.elm b/frontend/src/Cuckery/CuckList/GaryFettke/GaryFettke.elm index 6249ac3..ea9aabf 100755 --- a/frontend/src/Cuckery/CuckList/GaryFettke/GaryFettke.elm +++ b/frontend/src/Cuckery/CuckList/GaryFettke/GaryFettke.elm @@ -17,6 +17,7 @@ cuckGaryFettke = [ { dodgeLink = "https://x.com/TheNutrivore/status/1460983496524980224" , dodgeDescription = GhostedMe , dodgeProposition = commonProps.propLinoleicAcid + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason diff --git a/frontend/src/Cuckery/CuckList/GaryTaubes/GaryTaubes.elm b/frontend/src/Cuckery/CuckList/GaryTaubes/GaryTaubes.elm index 0faa2e9..5a97eef 100755 --- a/frontend/src/Cuckery/CuckList/GaryTaubes/GaryTaubes.elm +++ b/frontend/src/Cuckery/CuckList/GaryTaubes/GaryTaubes.elm @@ -17,6 +17,7 @@ cuckGaryTaubes = [ { dodgeLink = "https://x.com/garytaubes/status/1595180467552018432?s=20" , dodgeDescription = OutrightNo , dodgeProposition = "Carbohydrates cause starvation." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Agnostic , dodgeNicksDoxasticReason = VagueProp diff --git a/frontend/src/Cuckery/CuckList/GeorgeMartin/GeorgeMartin.elm b/frontend/src/Cuckery/CuckList/GeorgeMartin/GeorgeMartin.elm index cdf0792..fdb2c2c 100755 --- a/frontend/src/Cuckery/CuckList/GeorgeMartin/GeorgeMartin.elm +++ b/frontend/src/Cuckery/CuckList/GeorgeMartin/GeorgeMartin.elm @@ -17,6 +17,7 @@ cuckGeorgeMartin = [ { dodgeLink = "https://x.com/TheNutrivore/status/1815098730141651021" , dodgeDescription = RanAway , dodgeProposition = "Nick has killed more animals in his life than a mature bear." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Agnostic , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaim diff --git a/frontend/src/Cuckery/CuckList/GuyAustin/GuyAustin.elm b/frontend/src/Cuckery/CuckList/GuyAustin/GuyAustin.elm index 74c5251..ce6f31e 100755 --- a/frontend/src/Cuckery/CuckList/GuyAustin/GuyAustin.elm +++ b/frontend/src/Cuckery/CuckList/GuyAustin/GuyAustin.elm @@ -17,6 +17,7 @@ cuckGuyAustin = [ { dodgeLink = "https://x.com/TheNutrivore/status/1538607434176020480" , dodgeDescription = NoReply , dodgeProposition = noProposition + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Nothing , dodgeNicksDoxasticReason = NoProp @@ -24,6 +25,7 @@ cuckGuyAustin = , { dodgeLink = "https://x.com/GuyNAustin/status/1687530045101744128" , dodgeDescription = OutrightNo , dodgeProposition = commonProps.propSeedOils + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason diff --git a/frontend/src/Cuckery/CuckList/IvorCummins/IvorCummins.elm b/frontend/src/Cuckery/CuckList/IvorCummins/IvorCummins.elm index 77aa4a2..9af8bab 100755 --- a/frontend/src/Cuckery/CuckList/IvorCummins/IvorCummins.elm +++ b/frontend/src/Cuckery/CuckList/IvorCummins/IvorCummins.elm @@ -20,6 +20,7 @@ cuckIvorCummins = [ { dodgeLink = "https://x.com/The_Nutrivore/status/1268600451693494273?s=20" , dodgeDescription = NoReply , dodgeProposition = propLDL + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propLDLCausality @@ -27,6 +28,7 @@ cuckIvorCummins = , { dodgeLink = "https://x.com/FatEmperor/status/1636920650156724226?s=20" , dodgeDescription = OutrightNo , dodgeProposition = propLDL + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propLDLCausality diff --git a/frontend/src/Cuckery/CuckList/JakeMey/JakeMey.elm b/frontend/src/Cuckery/CuckList/JakeMey/JakeMey.elm index c9fb025..a3e3811 100755 --- a/frontend/src/Cuckery/CuckList/JakeMey/JakeMey.elm +++ b/frontend/src/Cuckery/CuckList/JakeMey/JakeMey.elm @@ -20,6 +20,7 @@ cuckJakeMey = [ { dodgeLink = "https://x.com/The_Nutrivore/status/1490009495581298690?s=20" , dodgeDescription = RanAway , dodgeProposition = "Vegan Friday meals are unhealthy for children." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason propReason @@ -27,6 +28,7 @@ cuckJakeMey = , { dodgeLink = "https://x.com/The_Nutrivore/status/1490060813138280450?s=20" , dodgeDescription = OutrightNo , dodgeProposition = "Vegan Friday meals are unhealthy for children." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason propReason @@ -34,6 +36,7 @@ cuckJakeMey = , { dodgeLink = "https://x.com/The_Nutrivore/status/1495419256737091585?s=20" , dodgeDescription = KillScreen , dodgeProposition = "Vegan Friday meals are unhealthy for children." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason propReason diff --git a/frontend/src/Cuckery/CuckList/JamesDiNicolantonio/JamesDiNicolantonio.elm b/frontend/src/Cuckery/CuckList/JamesDiNicolantonio/JamesDiNicolantonio.elm index 6b40b4c..fe05b64 100755 --- a/frontend/src/Cuckery/CuckList/JamesDiNicolantonio/JamesDiNicolantonio.elm +++ b/frontend/src/Cuckery/CuckList/JamesDiNicolantonio/JamesDiNicolantonio.elm @@ -17,6 +17,7 @@ cuckJamesDiNicolantonio = [ { dodgeLink = "https://x.com/The_Nutrivore/status/1460788569388171268?s=20" , dodgeDescription = NoReply , dodgeProposition = commonProps.propLinoleicAcid + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason diff --git a/frontend/src/Cuckery/CuckList/JosephEverett/JosephEverett.elm b/frontend/src/Cuckery/CuckList/JosephEverett/JosephEverett.elm index 15f02cf..6383bda 100755 --- a/frontend/src/Cuckery/CuckList/JosephEverett/JosephEverett.elm +++ b/frontend/src/Cuckery/CuckList/JosephEverett/JosephEverett.elm @@ -21,6 +21,7 @@ cuckJosephEverett = [ { dodgeLink = "https://x.com/The_Nutrivore/status/1535334822825971712?s=20" , dodgeDescription = NoReply , dodgeProposition = propSeedOils + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonChronicDisease @@ -28,6 +29,7 @@ cuckJosephEverett = , { dodgeLink = "https://x.com/TheNutrivore/status/1555138038740680704?s=20" , dodgeDescription = NoReply , dodgeProposition = propSeedOils + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonChronicDisease diff --git a/frontend/src/Cuckery/CuckList/JustinMares/JustinMares.elm b/frontend/src/Cuckery/CuckList/JustinMares/JustinMares.elm index 5bb98fd..1d9258b 100755 --- a/frontend/src/Cuckery/CuckList/JustinMares/JustinMares.elm +++ b/frontend/src/Cuckery/CuckList/JustinMares/JustinMares.elm @@ -17,6 +17,7 @@ cuckJustinMares = [ { dodgeLink = "https://x.com/The_Nutrivore/status/1329266554089869312?s=20" , dodgeDescription = RanAway , dodgeProposition = "Vegetable oils drive inflammation and are causally linked to weight gain and diseases of inflammation." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonChronicDisease diff --git a/frontend/src/Cuckery/CuckList/KaitMalthaner/KaitMalthaner.elm b/frontend/src/Cuckery/CuckList/KaitMalthaner/KaitMalthaner.elm index 3c4cb46..25ec1bb 100755 --- a/frontend/src/Cuckery/CuckList/KaitMalthaner/KaitMalthaner.elm +++ b/frontend/src/Cuckery/CuckList/KaitMalthaner/KaitMalthaner.elm @@ -17,6 +17,7 @@ cuckKaitMalthaner = [ { dodgeLink = "https://x.com/The_Nutrivore/status/1503258756687306753?s=20" , dodgeDescription = NoReply , dodgeProposition = "Omega-6 is pro-inflammatory." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonInflammation diff --git a/frontend/src/Cuckery/CuckList/KemMinnick/KemMinnick.elm b/frontend/src/Cuckery/CuckList/KemMinnick/KemMinnick.elm index b9c9a49..d726e4c 100755 --- a/frontend/src/Cuckery/CuckList/KemMinnick/KemMinnick.elm +++ b/frontend/src/Cuckery/CuckList/KemMinnick/KemMinnick.elm @@ -25,6 +25,7 @@ cuckKemMinnick = [ { dodgeLink = "https://x.com/kemminnick/status/1469336100300726273?s=20" , dodgeDescription = GhostedMe , dodgeProposition = prop + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief , dodgeNicksDoxasticReason = SpecificPropReason reason @@ -32,6 +33,7 @@ cuckKemMinnick = , { dodgeLink = "https://x.com/The_Nutrivore/status/1476990862793986052?s=20" , dodgeDescription = RanAway , dodgeProposition = prop + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief , dodgeNicksDoxasticReason = SpecificPropReason reason diff --git a/frontend/src/Cuckery/CuckList/KenBerry/KenBerry.elm b/frontend/src/Cuckery/CuckList/KenBerry/KenBerry.elm index f606e87..0124ee5 100755 --- a/frontend/src/Cuckery/CuckList/KenBerry/KenBerry.elm +++ b/frontend/src/Cuckery/CuckList/KenBerry/KenBerry.elm @@ -21,6 +21,7 @@ cuckKenBerry = [ { dodgeLink = "https://x.com/The_Nutrivore/status/1366524889067368449?s=20" , dodgeDescription = NoReply , dodgeProposition = "Type 2 Diabetes is chronic carbohydrate overdose." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Agnostic , dodgeNicksDoxasticReason = VagueProp @@ -28,6 +29,7 @@ cuckKenBerry = , { dodgeLink = "https://x.com/TheNutrivore/status/1539720236701589504?s=20" , dodgeDescription = NoReply , dodgeProposition = propAnimalFat + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason @@ -35,6 +37,7 @@ cuckKenBerry = , { dodgeLink = "https://x.com/TheNutrivore/status/1539721408372039680?s=20" , dodgeDescription = NoReply , dodgeProposition = propAnimalFat + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason @@ -42,6 +45,7 @@ cuckKenBerry = , { dodgeLink = "https://x.com/TheNutrivore/status/1813969807521300615" , dodgeDescription = InTooDeep , dodgeProposition = noProposition + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Nothing , dodgeNicksDoxasticReason = VagueProp diff --git a/frontend/src/Cuckery/CuckList/KevinStock/KevinStock.elm b/frontend/src/Cuckery/CuckList/KevinStock/KevinStock.elm index 8753a95..616968e 100755 --- a/frontend/src/Cuckery/CuckList/KevinStock/KevinStock.elm +++ b/frontend/src/Cuckery/CuckList/KevinStock/KevinStock.elm @@ -17,6 +17,7 @@ cuckKevinStock = [ { dodgeLink = "https://x.com/The_Nutrivore/status/1530140722225102848?s=20" , dodgeDescription = NoReply , dodgeProposition = noProposition + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Nothing , dodgeNicksDoxasticReason = NoProp @@ -24,6 +25,7 @@ cuckKevinStock = , { dodgeLink = "https://x.com/The_Nutrivore/status/1534927799911317509?s=20" , dodgeDescription = NoReply , dodgeProposition = "Saturated fat does not cause cardiovascular disease." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason diff --git a/frontend/src/Cuckery/CuckList/KyleMamounis/KyleMamounis.elm b/frontend/src/Cuckery/CuckList/KyleMamounis/KyleMamounis.elm index cbc6e43..57b46fe 100755 --- a/frontend/src/Cuckery/CuckList/KyleMamounis/KyleMamounis.elm +++ b/frontend/src/Cuckery/CuckList/KyleMamounis/KyleMamounis.elm @@ -17,6 +17,7 @@ cuckKyleMamounis = [ { dodgeLink = "https://x.com/The_Nutrivore/status/1389259133044477953?s=20" , dodgeDescription = RanAway , dodgeProposition = "Statins do not prevent cardiovascular events." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propLDLCausality diff --git a/frontend/src/Cuckery/CuckList/MarkSisson/MarkSisson.elm b/frontend/src/Cuckery/CuckList/MarkSisson/MarkSisson.elm index ac4272c..5482eb1 100755 --- a/frontend/src/Cuckery/CuckList/MarkSisson/MarkSisson.elm +++ b/frontend/src/Cuckery/CuckList/MarkSisson/MarkSisson.elm @@ -17,6 +17,7 @@ cuckMarkSisson = [ { dodgeLink = "https://x.com/TheNutrivore/status/1488360227141419009?s=20" , dodgeDescription = NoReply , dodgeProposition = noProposition + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Nothing , dodgeNicksDoxasticReason = NoProp diff --git a/frontend/src/Cuckery/CuckList/MartyKendall/MartyKendall.elm b/frontend/src/Cuckery/CuckList/MartyKendall/MartyKendall.elm index cfd0cce..8aa539f 100755 --- a/frontend/src/Cuckery/CuckList/MartyKendall/MartyKendall.elm +++ b/frontend/src/Cuckery/CuckList/MartyKendall/MartyKendall.elm @@ -17,6 +17,7 @@ cuckMartyKendall = [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1310548994804809729" , dodgeDescription = RanAway , dodgeProposition = "To access your body fat, you need to deplete both glucose and fat from the blood first." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , 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 fe94e3d..452fabd 100755 --- a/frontend/src/Cuckery/CuckList/MaxLugavere/MaxLugavere.elm +++ b/frontend/src/Cuckery/CuckList/MaxLugavere/MaxLugavere.elm @@ -21,6 +21,7 @@ cuckMaxLugavere = [ { dodgeLink = "https://x.com/maxlugavere/status/1517683567249149953?s=20" , dodgeDescription = RanAway , dodgeProposition = prop + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonChronicDisease @@ -28,6 +29,7 @@ cuckMaxLugavere = , { dodgeLink = "https://x.com/The_Nutrivore/status/1518307089742848000?s=20" , dodgeDescription = NoReply , dodgeProposition = prop + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonChronicDisease @@ -35,6 +37,7 @@ cuckMaxLugavere = , { dodgeLink = "https://x.com/maxlugavere/status/1518367365683064833?s=20" , dodgeDescription = OutrightNo , dodgeProposition = prop + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonChronicDisease diff --git a/frontend/src/Cuckery/CuckList/MichaelKummer/MichaelKummer.elm b/frontend/src/Cuckery/CuckList/MichaelKummer/MichaelKummer.elm index 3a54093..0557e9c 100755 --- a/frontend/src/Cuckery/CuckList/MichaelKummer/MichaelKummer.elm +++ b/frontend/src/Cuckery/CuckList/MichaelKummer/MichaelKummer.elm @@ -17,6 +17,7 @@ cuckMichaelKummer = [ { dodgeLink = "https://x.com/mkummer82/status/1465755847917715464?s=20" , dodgeDescription = OutrightNo , dodgeProposition = "Polyunsaturated fats cause cell damage, inflammation and metabolic dysfunction." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonInflammation diff --git a/frontend/src/Cuckery/CuckList/MichaelManderville/MichaelManderville.elm b/frontend/src/Cuckery/CuckList/MichaelManderville/MichaelManderville.elm index 36b3595..3b802ef 100755 --- a/frontend/src/Cuckery/CuckList/MichaelManderville/MichaelManderville.elm +++ b/frontend/src/Cuckery/CuckList/MichaelManderville/MichaelManderville.elm @@ -17,6 +17,7 @@ cuckMichaelManderville = [ { dodgeLink = "https://x.com/The_Nutrivore/status/1503036463306489856?s=20" , dodgeDescription = RanAway , dodgeProposition = "A logically coherent position will have logically coherent answer to a logically coherent hypothetical." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propAnalyticalTruth diff --git a/frontend/src/Cuckery/CuckList/MikeMutzel/MikeMutzel.elm b/frontend/src/Cuckery/CuckList/MikeMutzel/MikeMutzel.elm index 3a8586f..3273339 100755 --- a/frontend/src/Cuckery/CuckList/MikeMutzel/MikeMutzel.elm +++ b/frontend/src/Cuckery/CuckList/MikeMutzel/MikeMutzel.elm @@ -17,6 +17,7 @@ cuckMikeMutzel = [ { dodgeLink = "https://x.com/The_Nutrivore/status/1414457776982552576?s=20" , dodgeDescription = RanAway , dodgeProposition = "COVID is nothing more than a cold to those that are healthy." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Agnostic , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaim @@ -24,6 +25,7 @@ cuckMikeMutzel = , { dodgeLink = "https://x.com/TheNutrivore/status/1584645853771616256?s=20" , dodgeDescription = NoReply , dodgeProposition = "There is little to no association between saturated fat and cardiovascular disease." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason diff --git a/frontend/src/Cuckery/CuckList/MikeSweeney/MikeSweeney.elm b/frontend/src/Cuckery/CuckList/MikeSweeney/MikeSweeney.elm index f244056..7cd5fa5 100755 --- a/frontend/src/Cuckery/CuckList/MikeSweeney/MikeSweeney.elm +++ b/frontend/src/Cuckery/CuckList/MikeSweeney/MikeSweeney.elm @@ -17,6 +17,7 @@ cuckMikeSweeney = [ { dodgeLink = "https://x.com/TheNutrivore/status/1746962254052962552" , dodgeDescription = OutrightNo , dodgeProposition = "Vegan diets are nowhere near appropriate for the average person in society." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Agnostic , dodgeNicksDoxasticReason = VagueProp @@ -24,6 +25,7 @@ cuckMikeSweeney = , { dodgeLink = "https://x.com/thelowcarb_rd/status/1654182805964836865" , dodgeDescription = GhostedMe , dodgeProposition = "Statistical gymnastics don't inform on real world mechanisms and hard outcomes." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Agnostic , dodgeNicksDoxasticReason = VagueProp @@ -31,6 +33,7 @@ cuckMikeSweeney = , { dodgeLink = "https://x.com/TheNutrivore/status/1776652108646821913?t=Pf4sfAC1Z0pAcxGfQFr7oQ" , dodgeDescription = NoReply , dodgeProposition = "Cheerios cause nausea, vomiting, seizures, irregular heartbeat, liver damage, and coma." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaimDisbelief diff --git a/frontend/src/Cuckery/CuckList/NickEggleton/NickEggleton.elm b/frontend/src/Cuckery/CuckList/NickEggleton/NickEggleton.elm index 4ef4b7d..b01559d 100755 --- a/frontend/src/Cuckery/CuckList/NickEggleton/NickEggleton.elm +++ b/frontend/src/Cuckery/CuckList/NickEggleton/NickEggleton.elm @@ -17,6 +17,7 @@ cuckNickEggleton = [ { dodgeLink = "https://x.com/The_Nutrivore/status/1266626885703720961?s=20" , dodgeDescription = OutrightNo , dodgeProposition = "Polyunsaturated fats are poison." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Agnostic , dodgeNicksDoxasticReason = VagueProp diff --git a/frontend/src/Cuckery/CuckList/NinaTeicholz/NinaTeicholz.elm b/frontend/src/Cuckery/CuckList/NinaTeicholz/NinaTeicholz.elm index 164bae2..b9358fb 100755 --- a/frontend/src/Cuckery/CuckList/NinaTeicholz/NinaTeicholz.elm +++ b/frontend/src/Cuckery/CuckList/NinaTeicholz/NinaTeicholz.elm @@ -17,6 +17,7 @@ cuckNinaTeicholz = [ { dodgeLink = "https://x.com/TheNutrivore/status/1556510529014882305?s=20" , dodgeDescription = NoReply , dodgeProposition = "The science linking red meat to heart disease is very weak." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason "The aggregate of the data suggests red meat increases the risk of heart disease." @@ -24,6 +25,7 @@ cuckNinaTeicholz = , { 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." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason @@ -31,6 +33,7 @@ cuckNinaTeicholz = , { dodgeLink = "https://x.com/TheNutrivore/status/1538895943050878977?s=20" , dodgeDescription = NoReply , dodgeProposition = "Vegans pretend biology isn't real." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Agnostic , dodgeNicksDoxasticReason = VagueProp diff --git a/frontend/src/Cuckery/CuckList/NorstrongChris/NorstrongChris.elm b/frontend/src/Cuckery/CuckList/NorstrongChris/NorstrongChris.elm index b84f5fc..1747ab6 100755 --- a/frontend/src/Cuckery/CuckList/NorstrongChris/NorstrongChris.elm +++ b/frontend/src/Cuckery/CuckList/NorstrongChris/NorstrongChris.elm @@ -17,6 +17,7 @@ cuckNorstrongChris = [ { dodgeLink = "https://x.com/NorstrongHealth/status/1416939281973530626?s=20" , dodgeDescription = RanAway , dodgeProposition = "Government funded USDA data is untrustworthy." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Agnostic , dodgeNicksDoxasticReason = VagueProp @@ -24,6 +25,7 @@ cuckNorstrongChris = , { dodgeLink = "https://x.com/The_Nutrivore/status/1534573919562350594?s=20" , dodgeDescription = OutrightNo , dodgeProposition = "Nutrition science as a whole is shit." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Agnostic , dodgeNicksDoxasticReason = VagueProp @@ -31,6 +33,7 @@ cuckNorstrongChris = , { dodgeLink = "https://x.com/TheNutrivore/status/1534614710196260865?s=20" , dodgeDescription = NoReply , dodgeProposition = "Nutrition science as a whole is shit." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Agnostic , dodgeNicksDoxasticReason = VagueProp diff --git a/frontend/src/Cuckery/CuckList/PaulMason/PaulMason.elm b/frontend/src/Cuckery/CuckList/PaulMason/PaulMason.elm index 06abbd4..1f1820e 100755 --- a/frontend/src/Cuckery/CuckList/PaulMason/PaulMason.elm +++ b/frontend/src/Cuckery/CuckList/PaulMason/PaulMason.elm @@ -17,6 +17,7 @@ cuckPaulMason = [ { dodgeLink = "https://x.com/Tom_Babington1/status/1361644276866830337?s=20" , dodgeDescription = NoReply , dodgeProposition = noProposition + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Nothing , dodgeNicksDoxasticReason = NoProp @@ -24,6 +25,7 @@ cuckPaulMason = , { dodgeLink = "https://x.com/IdanOnTweeter/status/1373233980594618371?s=20" , dodgeDescription = NoReply , dodgeProposition = "Ancel Keys' Seven Countries Study was flawed." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Agnostic , dodgeNicksDoxasticReason = VagueProp @@ -31,6 +33,7 @@ cuckPaulMason = , { dodgeLink = "https://x.com/The_Nutrivore/status/1461361726943760391?s=20" , dodgeDescription = NoReply , dodgeProposition = commonProps.propLinoleicAcid + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Agnostic , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason diff --git a/frontend/src/Cuckery/CuckList/PaulSaladino/PaulSaladino.elm b/frontend/src/Cuckery/CuckList/PaulSaladino/PaulSaladino.elm index 0096b6c..a498297 100755 --- a/frontend/src/Cuckery/CuckList/PaulSaladino/PaulSaladino.elm +++ b/frontend/src/Cuckery/CuckList/PaulSaladino/PaulSaladino.elm @@ -21,6 +21,7 @@ cuckPaulSaladino = [ { dodgeLink = "https://x.com/The_Nutrivore/status/1275912849999695872?s=20" , dodgeDescription = NoReply , dodgeProposition = "Subsidies for corn and soy are huge contributors to the chronic disease epidemic in the US." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Agnostic , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaim @@ -30,6 +31,7 @@ cuckPaulSaladino = , dodgeProposition = commonProps.propSeedOils , dodgeNicksDoxasticState = Just Belief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") } , { dodgeLink = "https://x.com/FoodFirst_Ty/status/1283449495682904064?s=20" @@ -37,6 +39,7 @@ cuckPaulSaladino = , dodgeProposition = prop , dodgeNicksDoxasticState = Just Agnostic , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaim + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") } , { dodgeLink = "https://x.com/The_Nutrivore/status/1282851963902636032?s=20" @@ -44,6 +47,7 @@ cuckPaulSaladino = , dodgeProposition = prop , dodgeNicksDoxasticState = Just Agnostic , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaim + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") } , { dodgeLink = "https://x.com/The_Nutrivore/status/1469136550046814219?s=20" @@ -51,11 +55,13 @@ cuckPaulSaladino = , dodgeProposition = "Nutritional epidemiology generally provides good causal estimates." , dodgeNicksDoxasticState = Just Belief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propNutritionalEpidemiology + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") } , { dodgeLink = "https://x.com/TheNutrivore/status/1633831762509045766?s=20" , dodgeDescription = NoReply , dodgeProposition = "Linoleic acid wreaks havoc in your body." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason diff --git a/frontend/src/Cuckery/CuckList/PhilipOvadia/PhilipOvadia.elm b/frontend/src/Cuckery/CuckList/PhilipOvadia/PhilipOvadia.elm index 1c9dbb1..a720721 100755 --- a/frontend/src/Cuckery/CuckList/PhilipOvadia/PhilipOvadia.elm +++ b/frontend/src/Cuckery/CuckList/PhilipOvadia/PhilipOvadia.elm @@ -17,6 +17,7 @@ cuckPhilipOvadia = [ { dodgeLink = "https://x.com/TheNutrivore/status/1557791520324890624?s=20" , dodgeDescription = NoReply , dodgeProposition = "Sugar is the problem and meat is the solution." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Agnostic , dodgeNicksDoxasticReason = VagueProp @@ -24,6 +25,7 @@ cuckPhilipOvadia = , { dodgeLink = "https://x.com/TheNutrivore/status/1558282337024180224?s=20" , dodgeDescription = NoReply , dodgeProposition = "LDL doesn't cause coronary heart disease because it is just part of the arterial repair process." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propLDLCausality diff --git a/frontend/src/Cuckery/CuckList/PhilippeStephenson/PhilippeStephenson.elm b/frontend/src/Cuckery/CuckList/PhilippeStephenson/PhilippeStephenson.elm index d704436..f796c06 100755 --- a/frontend/src/Cuckery/CuckList/PhilippeStephenson/PhilippeStephenson.elm +++ b/frontend/src/Cuckery/CuckList/PhilippeStephenson/PhilippeStephenson.elm @@ -17,6 +17,7 @@ cuckPhilippeStephenson = [ { dodgeLink = "https://x.com/TheNutrivore/status/1779587012120715433" , dodgeDescription = NoReply , dodgeProposition = "Seed oils save lives." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason diff --git a/frontend/src/Cuckery/CuckList/RalphNapolitano/RalphNapolitano.elm b/frontend/src/Cuckery/CuckList/RalphNapolitano/RalphNapolitano.elm index d9055e6..718c6b2 100755 --- a/frontend/src/Cuckery/CuckList/RalphNapolitano/RalphNapolitano.elm +++ b/frontend/src/Cuckery/CuckList/RalphNapolitano/RalphNapolitano.elm @@ -17,6 +17,7 @@ cuckRalphNapolitano = [ { dodgeLink = "https://x.com/The_Nutrivore/status/1462794580848300034?s=20" , dodgeDescription = NoReply , dodgeProposition = "Oatmeal is one of the worst foods you can eat and has no health benefits." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , 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 976a181..f62da8d 100755 --- a/frontend/src/Cuckery/CuckList/RaphaelSirtoli/RaphaelSirtoli.elm +++ b/frontend/src/Cuckery/CuckList/RaphaelSirtoli/RaphaelSirtoli.elm @@ -17,6 +17,7 @@ cuckRaphaelSirtoli = [ { dodgeLink = "https://x.com/raphaels7/status/1475767357188579329?s=20" , dodgeDescription = OutrightNo , dodgeProposition = "The diet-heart hypothesis is false." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason @@ -24,6 +25,7 @@ cuckRaphaelSirtoli = , { dodgeLink = "https://x.com/raphaels7/status/1783541746015654072" , dodgeDescription = KillScreen , dodgeProposition = commonProps.propSeedOils + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason diff --git a/frontend/src/Cuckery/CuckList/RobMeijer/RobMeijer.elm b/frontend/src/Cuckery/CuckList/RobMeijer/RobMeijer.elm index a05e223..1083e60 100755 --- a/frontend/src/Cuckery/CuckList/RobMeijer/RobMeijer.elm +++ b/frontend/src/Cuckery/CuckList/RobMeijer/RobMeijer.elm @@ -17,6 +17,7 @@ cuckRobMeijer = [ { dodgeLink = "https://x.com/The_Nutrivore/status/1435850829051793408?s=20" , dodgeDescription = RanAway , dodgeProposition = noProposition + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Nothing , dodgeNicksDoxasticReason = NoProp diff --git a/frontend/src/Cuckery/CuckList/RobbWolf/RobbWolf.elm b/frontend/src/Cuckery/CuckList/RobbWolf/RobbWolf.elm index 3fc2329..a264fa4 100755 --- a/frontend/src/Cuckery/CuckList/RobbWolf/RobbWolf.elm +++ b/frontend/src/Cuckery/CuckList/RobbWolf/RobbWolf.elm @@ -17,6 +17,7 @@ cuckRobbWolf = [ { dodgeLink = "https://x.com/TheNutrivore/status/1601624559647875072?s=20" , dodgeDescription = OutrightNo , dodgeProposition = "Ancestral foods are more likely to be antagonistically pleiotropic than novel foods." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propAnalyticalTruth diff --git a/frontend/src/Cuckery/CuckList/SebastianRamirez/SebastianRamirez.elm b/frontend/src/Cuckery/CuckList/SebastianRamirez/SebastianRamirez.elm index 942db80..0ac5649 100755 --- a/frontend/src/Cuckery/CuckList/SebastianRamirez/SebastianRamirez.elm +++ b/frontend/src/Cuckery/CuckList/SebastianRamirez/SebastianRamirez.elm @@ -17,6 +17,7 @@ cuckSebastianRamirez = [ { dodgeLink = "https://x.com/JS_RamirezMD/status/1859378109306278377" , dodgeDescription = RanAway , dodgeProposition = "Vegans haven’t learnt how to live in a society." + , dodgeReceipts = [] , 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 70956dd..247f217 100755 --- a/frontend/src/Cuckery/CuckList/SimonGoddek/SimonGoddek.elm +++ b/frontend/src/Cuckery/CuckList/SimonGoddek/SimonGoddek.elm @@ -21,6 +21,7 @@ cuckSimonGoddek = [ { dodgeLink = "https://x.com/TheNutrivore/status/1795673579931255233" , dodgeDescription = NoReply , dodgeProposition = prop + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonCVD @@ -28,6 +29,7 @@ cuckSimonGoddek = , { dodgeLink = "https://x.com/TheNutrivore/status/1795885929678196951" , dodgeDescription = NoReply , dodgeProposition = prop + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonCVD @@ -35,6 +37,7 @@ cuckSimonGoddek = , { dodgeLink = "https://x.com/TheNutrivore/status/1795674575315112396" , dodgeDescription = NoReply , dodgeProposition = prop + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonCVD diff --git a/frontend/src/Cuckery/CuckList/Template/Template.elm b/frontend/src/Cuckery/CuckList/Template/Template.elm index 99a6eb5..308e6fe 100755 --- a/frontend/src/Cuckery/CuckList/Template/Template.elm +++ b/frontend/src/Cuckery/CuckList/Template/Template.elm @@ -17,6 +17,7 @@ cuck = [ { dodgeLink = "" , dodgeDescription = NoReply , dodgeProposition = "" + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Agnostic , dodgeNicksDoxasticReason = NoProp diff --git a/frontend/src/Cuckery/CuckList/TravisStatham/TravisStatham.elm b/frontend/src/Cuckery/CuckList/TravisStatham/TravisStatham.elm index 4bb6be7..c687cb8 100755 --- a/frontend/src/Cuckery/CuckList/TravisStatham/TravisStatham.elm +++ b/frontend/src/Cuckery/CuckList/TravisStatham/TravisStatham.elm @@ -21,6 +21,7 @@ cuckTravisStatham = [ { dodgeLink = "https://x.com/The_Nutrivore/status/1461428023207489542?s=20" , dodgeDescription = NoReply , dodgeProposition = prop + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonObesity @@ -28,6 +29,7 @@ cuckTravisStatham = , { 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 + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonObesity diff --git a/frontend/src/Cuckery/CuckList/TristanHaggard/TristanHaggard.elm b/frontend/src/Cuckery/CuckList/TristanHaggard/TristanHaggard.elm index 93437d8..f667e15 100755 --- a/frontend/src/Cuckery/CuckList/TristanHaggard/TristanHaggard.elm +++ b/frontend/src/Cuckery/CuckList/TristanHaggard/TristanHaggard.elm @@ -17,6 +17,7 @@ cuckTristanHaggard = [ { dodgeLink = "https://x.com/The_Nutrivore/status/1513596227052527621?s=20" , dodgeDescription = RanAway , dodgeProposition = "Seed oils are toxic." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Agnostic , dodgeNicksDoxasticReason = VagueProp diff --git a/frontend/src/Cuckery/CuckList/TroKalayjian/TroKalayjian.elm b/frontend/src/Cuckery/CuckList/TroKalayjian/TroKalayjian.elm index ade7a5b..5787646 100755 --- a/frontend/src/Cuckery/CuckList/TroKalayjian/TroKalayjian.elm +++ b/frontend/src/Cuckery/CuckList/TroKalayjian/TroKalayjian.elm @@ -17,6 +17,7 @@ cuckTroKalayjian = [ { dodgeLink = "https://x.com/The_Nutrivore/status/1261351818430255104?s=20" , dodgeDescription = RanAway , dodgeProposition = "Dr. Tro engages in shitty behaviour that causes people to dislike him." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief , 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 97a5eb9..0ec44d7 100755 --- a/frontend/src/Cuckery/CuckList/TuckerGoodrich/TuckerGoodrich.elm +++ b/frontend/src/Cuckery/CuckList/TuckerGoodrich/TuckerGoodrich.elm @@ -17,6 +17,7 @@ cuckTuckerGoodrich = [ { dodgeLink = "https://x.com/The_Nutrivore/status/1276694117494358017?s=19" , dodgeDescription = RanAway , dodgeProposition = "Nutritional epidemiology is almost always wrong." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propNutritionalEpidemiology @@ -24,6 +25,7 @@ cuckTuckerGoodrich = , { dodgeLink = "https://x.com/TuckerGoodrich/status/1428062578668830720?s=20" , dodgeDescription = RanAway , dodgeProposition = noProposition + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Nothing , dodgeNicksDoxasticReason = NoProp @@ -31,6 +33,7 @@ cuckTuckerGoodrich = , { dodgeLink = "https://x.com/TuckerGoodrich/status/1469366622196359170?s=20" , dodgeDescription = OutrightNo , dodgeProposition = noProposition + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Nothing , dodgeNicksDoxasticReason = NoProp @@ -38,6 +41,7 @@ cuckTuckerGoodrich = , { dodgeLink = "https://x.com/TuckerGoodrich/status/1470029816975872007?s=20" , dodgeDescription = KillScreen , dodgeProposition = noProposition + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Nothing , dodgeNicksDoxasticReason = NoProp diff --git a/frontend/src/Cuckery/CuckList/ZoeHarcombe/ZoeHarcombe.elm b/frontend/src/Cuckery/CuckList/ZoeHarcombe/ZoeHarcombe.elm index 08edb50..aeaad7a 100755 --- a/frontend/src/Cuckery/CuckList/ZoeHarcombe/ZoeHarcombe.elm +++ b/frontend/src/Cuckery/CuckList/ZoeHarcombe/ZoeHarcombe.elm @@ -17,6 +17,7 @@ cuckZoeHarcombe = [ { dodgeLink = "https://x.com/The_Nutrivore/status/1418263706178310149" , dodgeDescription = NoReply , dodgeProposition = "Saturated fat doesn't increase the risk of coronary heart disease." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason diff --git a/frontend/src/Cuckery/CuckList/ZsofiaClemens/ZsofiaClemens.elm b/frontend/src/Cuckery/CuckList/ZsofiaClemens/ZsofiaClemens.elm index b51a5a5..b97fefd 100755 --- a/frontend/src/Cuckery/CuckList/ZsofiaClemens/ZsofiaClemens.elm +++ b/frontend/src/Cuckery/CuckList/ZsofiaClemens/ZsofiaClemens.elm @@ -17,6 +17,7 @@ cuckZsofiaClemens = [ { dodgeLink = "https://x.com/TheNutrivore/status/1528377198180290561?s=20" , dodgeDescription = OutrightNo , dodgeProposition = "Well-planned, plant-based diets are healthy." + , dodgeReceipts = [] , dodgeFallacy = Just (SpecificFallacy "") , dodgeNicksDoxasticState = Just Belief , dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propPlantBasedDiets diff --git a/frontend/src/Cuckery/Helpers.elm b/frontend/src/Cuckery/Helpers.elm index dd78606..b6ff2f0 100755 --- a/frontend/src/Cuckery/Helpers.elm +++ b/frontend/src/Cuckery/Helpers.elm @@ -116,6 +116,21 @@ makeDodge dodgeEntry index = "Chose to gesture vaguely instead of engaging" ) , text "." |> el [ F.color colourTheme.nonHighlightedText ] + , row [ alignTop, alignLeft ] + (List.indexedMap + (\index2 link -> + newTabLink + [ paddingEach { top = 0, right = 0, bottom = 0, left = 5 }, F.size 13 ] + { url = link + , label = + row [] + [ transitionHighlightedLinkHover <| (text (String.fromInt (index2 + 1)) |> el [ F.size 13 ]) + , text ", " |> el [ F.color colourTheme.nonHighlightedText ] + ] + } + ) + dodgeEntry.dodgeReceipts + ) ] } ] @@ -123,7 +138,9 @@ makeDodge dodgeEntry index = [ column [ alignTop, width <| px 184 ] [ text "Proposition:" |> el [ paddingEach { top = 0, right = 0, bottom = 0, left = 70 } ] ] - , column [ width <| px 350, alignLeft ] [ paragraph [ F.regular ] [ text (formatProposition dodgeEntry.dodgeProposition) ] ] + , column [ width <| px 350, alignLeft ] + [ paragraph [ F.regular ] [ text (formatProposition dodgeEntry.dodgeProposition) ] + ] ] , maybeFallacyField , row (paragraphBoldFormat ++ [ width fill ]) diff --git a/frontend/src/Cuckery/Types.elm b/frontend/src/Cuckery/Types.elm index ccd2d20..3e0eb48 100755 --- a/frontend/src/Cuckery/Types.elm +++ b/frontend/src/Cuckery/Types.elm @@ -13,6 +13,7 @@ type alias Dodge = { dodgeLink : String , dodgeDescription : DodgeDescription , dodgeProposition : String + , dodgeReceipts : List String , dodgeFallacy : Maybe DodgeFallacies , dodgeNicksDoxasticState : Maybe DoxasticState , dodgeNicksDoxasticReason : Evaluation diff --git a/frontend/src/Debate/Arguments/DietaryCholesterol.elm b/frontend/src/Debate/Arguments/DietaryCholesterol.elm index 51bff7b..292cce9 100755 --- a/frontend/src/Debate/Arguments/DietaryCholesterol.elm +++ b/frontend/src/Debate/Arguments/DietaryCholesterol.elm @@ -9,8 +9,7 @@ argumentDietaryCholesterol = , propositionTitle = "Consuming high amounts of dietary cholesterol increases heart disease risk." , propositionReductio = "" , propositionSummary = "LDL causally associates with heart disease in a linear and proportional manner, and in all cases exposures that durably increase LDL over time produce likewise increases in heart disease risk. Dietary cholesterol is one such exposure." - , proofLink = "https://www.umsu.de/trees/#(~6x(Px~5Qx)),(Pd)|=(Qd)" - + , proofLink = "https://www.umsu.de/trees/#(~6x(Px~5Qx)),(Pd)|=(Qd)" , definitionTable = [ { definiendum = "P(x)" , definiens = "consuming high amounts of (x) increases LDL" @@ -18,7 +17,7 @@ argumentDietaryCholesterol = , { definiendum = "Q(x)" , definiens = "(x) increases heart disease risk" } - , { definiendum = "x" + , { definiendum = "x" , definiens = "a substance" } , { definiendum = "d" @@ -38,4 +37,4 @@ argumentDietaryCholesterol = , conclusionNotation = "Qd" } ] - } \ No newline at end of file + } diff --git a/frontend/src/Debate/Helpers.elm b/frontend/src/Debate/Helpers.elm index f0510c9..09814ac 100755 --- a/frontend/src/Debate/Helpers.elm +++ b/frontend/src/Debate/Helpers.elm @@ -49,16 +49,18 @@ argumentMaker onClickMsg areArgsExpanded argument indexExpand = ] [ titleMaker onClickMsg indexExpand argument.argumentTitle isArgumentExpanded , column - ([ E.width <| px 650, centerX, transitionStyle ] + ([ E.width <| px 600, centerX, transitionStyle ] ++ (if not isArgumentExpanded then - [ height shrink - , transitionStyle - , clip + [ transitionStyle + , height <| px 0 , roundEach { topLeft = 0, topRight = 0, bottomRight = 10, bottomLeft = 10 } + , clip ] else [ transitionStyle + , height <| px 800 + , clip ] ) ) @@ -85,11 +87,12 @@ titleMaker onClickMsg indexExpand title isArgumentExpanded = , F.center , transitionStyle , pointer - , mouseOver - [ B.color colourTheme.highlightTextHover - , F.color colourTheme.nonHighlightedText - , D.color colourTheme.highlightTextHover - ] + + -- , mouseOver + -- [ B.color colourTheme.highlightTextHover + -- , F.color colourTheme.nonHighlightedText + -- , D.color colourTheme.highlightTextHover + -- ] , V.onClick <| onClickMsg indexExpand ] ++ (if not isArgumentExpanded then @@ -165,7 +168,7 @@ tableMaker argument isArgumentExpanded = in List.indexedMap (\index argumentEntry -> - column (paragraphFormat ++ [ spacing 3, E.width <| px 500, centerX ]) + column (paragraphFormat ++ [ spacing 3, centerX, E.width <| px 500 ]) (List.indexedMap (\premiseIndex premiseWithNotation -> column argumentFormatting @@ -197,7 +200,7 @@ tableMaker argument isArgumentExpanded = ) argument.argumentFormalization in - column [ centerX ] + column [ centerX, E.width <| px 600 ] [ wrappedRow (paragraphBoldFormat ++ [ E.alignLeft, E.width fill, paddingEach { top = 10, right = 0, bottom = 10, left = 0 } ]) [ E.table [ spacing 0