feat: fixed receipts
|
@ -55,17 +55,18 @@ tooltipImage content =
|
||||||
, mouseOver [ transparent False ]
|
, mouseOver [ transparent False ]
|
||||||
, htmlAttribute <| H.style "z-index" "4"
|
, htmlAttribute <| H.style "z-index" "4"
|
||||||
, transitionStyleSlow
|
, transitionStyleSlow
|
||||||
, onRight <|
|
, below <|
|
||||||
el
|
el
|
||||||
[ htmlAttribute (H.style "pointerEvents" "none")
|
[ htmlAttribute (H.style "pointerEvents" "none")
|
||||||
, moveLeft 410
|
, moveLeft 200
|
||||||
]
|
]
|
||||||
<|
|
<|
|
||||||
el
|
el
|
||||||
[ width <| px 600
|
[ width <| px 400
|
||||||
, htmlAttribute <| H.style "z-index" "4"
|
, htmlAttribute <| H.style "z-index" "4"
|
||||||
, B.color colourTheme.backgroundLightGrey
|
, B.color colourTheme.backgroundLightGrey
|
||||||
, padding 15
|
|
||||||
|
-- , padding 15
|
||||||
, D.color colourTheme.textLightOrange
|
, D.color colourTheme.textLightOrange
|
||||||
, D.rounded 5
|
, D.rounded 5
|
||||||
, D.width 2
|
, D.width 2
|
||||||
|
|
|
@ -19,8 +19,8 @@ cuckAdamSinger =
|
||||||
, dodgeDescription = VagueGesture
|
, dodgeDescription = VagueGesture
|
||||||
, dodgeProposition = "Seed oils cause inflammation and stomach pain."
|
, dodgeProposition = "Seed oils cause inflammation and stomach pain."
|
||||||
, dodgeReceipts =
|
, dodgeReceipts =
|
||||||
[ "receipt1"
|
[ { receipt = "receipt1" }
|
||||||
, "receipt2"
|
, { receipt = "receipt2" }
|
||||||
]
|
]
|
||||||
, dodgeFallacy = Just MotteAndBailey
|
, dodgeFallacy = Just MotteAndBailey
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
module Config.Pages.Debate.Cuckery.Records.AmberOHearn exposing (..)
|
module Config.Pages.Debate.Cuckery.Records.AmberOHearn exposing (..)
|
||||||
|
|
||||||
import Config.Pages.Debate.Cuckery.Types exposing (..)
|
|
||||||
import Config.Helpers.Converters exposing (formatName)
|
import Config.Helpers.Converters exposing (formatName)
|
||||||
|
import Config.Pages.Debate.Cuckery.Types exposing (..)
|
||||||
|
|
||||||
|
|
||||||
cuckAmberOHearn : Cuck
|
cuckAmberOHearn : Cuck
|
||||||
|
@ -18,7 +18,9 @@ cuckAmberOHearn =
|
||||||
[ { dodgeLink = "https://x.com/FusionProgGuy/status/1413888976281169922?s=20"
|
[ { dodgeLink = "https://x.com/FusionProgGuy/status/1413888976281169922?s=20"
|
||||||
, dodgeDescription = VagueGesture
|
, dodgeDescription = VagueGesture
|
||||||
, dodgeProposition = noProposition
|
, dodgeProposition = noProposition
|
||||||
, dodgeReceipts = ["receipt1"]
|
, dodgeReceipts =
|
||||||
|
[ { receipt = "receipt1" }
|
||||||
|
]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Nothing
|
, dodgeNicksDoxasticState = Nothing
|
||||||
, dodgeNicksDoxasticReason = NoProp
|
, dodgeNicksDoxasticReason = NoProp
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckAnnChilders =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1447245484356108292?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1447245484356108292?s=20"
|
||||||
, dodgeDescription = RanAway
|
, dodgeDescription = RanAway
|
||||||
, dodgeProposition = "Diets humans thrived on in the wild, sans dentists and doctors, are correct."
|
, dodgeProposition = "Diets humans thrived on in the wild, sans dentists and doctors, are correct."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [{receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Agnostic
|
, dodgeNicksDoxasticState = Just Agnostic
|
||||||
, dodgeNicksDoxasticReason = VagueProp
|
, dodgeNicksDoxasticReason = VagueProp
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
module Config.Pages.Debate.Cuckery.Records.AnthonyGustin exposing (..)
|
module Config.Pages.Debate.Cuckery.Records.AnthonyGustin exposing (..)
|
||||||
|
|
||||||
import Config.Pages.Debate.Cuckery.Types exposing (..)
|
|
||||||
import Config.Helpers.Converters exposing (formatName)
|
import Config.Helpers.Converters exposing (formatName)
|
||||||
|
import Config.Pages.Debate.Cuckery.Types exposing (..)
|
||||||
|
|
||||||
|
|
||||||
cuckAnthonyGustin : Cuck
|
cuckAnthonyGustin : Cuck
|
||||||
|
@ -18,7 +18,7 @@ cuckAnthonyGustin =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1482502242632552449?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1482502242632552449?s=20"
|
||||||
, dodgeDescription = GhostedMe
|
, dodgeDescription = GhostedMe
|
||||||
, dodgeProposition = commonProps.propSeedOils
|
, dodgeProposition = commonProps.propSeedOils
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"} ]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Belief
|
, dodgeNicksDoxasticState = Just Belief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckAshwaniGarg =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1443328350982967303?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1443328350982967303?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "Representing the protein content of beans by dry weight is misleading."
|
, dodgeProposition = "Representing the protein content of beans by dry weight is misleading."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [{receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Belief
|
, 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"
|
, 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"
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckAustinHerbert =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1663698981833277440"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1663698981833277440"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "Seed oils make you fat and kill your body."
|
, dodgeProposition = "Seed oils make you fat and kill your body."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckBartKay =
|
||||||
[ { dodgeLink = "https://www.youtube.com/watch?v=M7vTJ02xxrw"
|
[ { dodgeLink = "https://www.youtube.com/watch?v=M7vTJ02xxrw"
|
||||||
, dodgeDescription = RanAway
|
, dodgeDescription = RanAway
|
||||||
, dodgeProposition = "A 100% Carnivore diet is the appropriate and best health choice for all people."
|
, dodgeProposition = "A 100% Carnivore diet is the appropriate and best health choice for all people."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaimDisbelief
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaimDisbelief
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckBenBikman =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1587547250074746880?s=19"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1587547250074746880?s=19"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "The diet-heart hypothesis is false."
|
, dodgeProposition = "The diet-heart hypothesis is false."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
module Config.Pages.Debate.Cuckery.Records.BennyMalone exposing (..)
|
module Config.Pages.Debate.Cuckery.Records.BennyMalone exposing (..)
|
||||||
|
|
||||||
import Config.Pages.Debate.Cuckery.Types exposing (..)
|
|
||||||
import Config.Helpers.Converters exposing (formatName)
|
import Config.Helpers.Converters exposing (formatName)
|
||||||
|
import Config.Pages.Debate.Cuckery.Types exposing (..)
|
||||||
|
|
||||||
|
|
||||||
cuckBennyMalone : Cuck
|
cuckBennyMalone : Cuck
|
||||||
|
@ -15,10 +15,10 @@ cuckBennyMalone =
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/bennymaloneUK"
|
, cuckSocial = "https://x.com/bennymaloneUK"
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1530933999610171392?s=20"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1569046576609300489"
|
||||||
, dodgeDescription = RanAway
|
, dodgeDescription = RanAway
|
||||||
, dodgeProposition = "Eating oysters is compatible with veganism."
|
, dodgeProposition = "Eating oysters is compatible with veganism."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"} ]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Belief
|
, dodgeNicksDoxasticState = Just Belief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason "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."
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckBradCampbell =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1530933999610171392?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1530933999610171392?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "Canola oil kills you slowly."
|
, dodgeProposition = "Canola oil kills you slowly."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckBradCohn =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1687535030862831616"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1687535030862831616"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = commonProps.propSeedOils
|
, dodgeProposition = commonProps.propSeedOils
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Belief
|
, dodgeNicksDoxasticState = Just Belief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
||||||
|
|
|
@ -15,10 +15,10 @@ cuckBradMarshall =
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/fire_bottle"
|
, cuckSocial = "https://x.com/fire_bottle"
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/fire_bottle"
|
[ { dodgeLink = ""
|
||||||
, dodgeDescription = InTooDeep
|
, dodgeDescription = InTooDeep
|
||||||
, dodgeProposition = commonProps.propSeedOils
|
, dodgeProposition = commonProps.propSeedOils
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Belief
|
, dodgeNicksDoxasticState = Just Belief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckBretWeinstein =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1858356347332374597"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1858356347332374597"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "Seed oils are dangerous."
|
, dodgeProposition = "Seed oils are dangerous."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
||||||
|
@ -26,7 +26,7 @@ cuckBretWeinstein =
|
||||||
, { dodgeLink = "https://x.com/TheNutrivore/status/1858745910701777229"
|
, { dodgeLink = "https://x.com/TheNutrivore/status/1858745910701777229"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "Seed oils are dangerous."
|
, dodgeProposition = "Seed oils are dangerous."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
||||||
|
@ -34,7 +34,7 @@ cuckBretWeinstein =
|
||||||
, { dodgeLink = "https://x.com/TheNutrivore/status/1858746414882263256"
|
, { dodgeLink = "https://x.com/TheNutrivore/status/1858746414882263256"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "Seed oils are dangerous."
|
, dodgeProposition = "Seed oils are dangerous."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckBrianKerley =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1483889771134926849?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1483889771134926849?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = commonProps.propSeedOils
|
, dodgeProposition = commonProps.propSeedOils
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Belief
|
, dodgeNicksDoxasticState = Just Belief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
||||||
|
@ -26,7 +26,7 @@ cuckBrianKerley =
|
||||||
, { dodgeLink = "https://x.com/TheNutrivore/status/1783200352646619227"
|
, { dodgeLink = "https://x.com/TheNutrivore/status/1783200352646619227"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = commonProps.propSeedOils
|
, dodgeProposition = commonProps.propSeedOils
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Belief
|
, dodgeNicksDoxasticState = Just Belief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckCarnivoreAurelius =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1538272143061815299?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1538272143061815299?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "Vegans kill 100x more animals."
|
, dodgeProposition = "Vegans kill 100x more animals."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Agnostic
|
, dodgeNicksDoxasticState = Just Agnostic
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaim
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaim
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckCateShanahan =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1266438463634632709?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1266438463634632709?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "Seed oils are pro-inflammatory."
|
, dodgeProposition = "Seed oils are pro-inflammatory."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonInflammation
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonInflammation
|
||||||
|
@ -26,7 +26,7 @@ cuckCateShanahan =
|
||||||
, { dodgeLink = "https://x.com/The_Nutrivore/status/1479497980570857474?s=20"
|
, { dodgeLink = "https://x.com/The_Nutrivore/status/1479497980570857474?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "Those who defend seed oils are just regurgitating the garbage that the AHA pumps out."
|
, dodgeProposition = "Those who defend seed oils are just regurgitating the garbage that the AHA pumps out."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason "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."
|
||||||
|
@ -34,7 +34,7 @@ cuckCateShanahan =
|
||||||
, { dodgeLink = "https://x.com/The_Nutrivore/status/1487215337116508162?s=20"
|
, { dodgeLink = "https://x.com/The_Nutrivore/status/1487215337116508162?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "Seed oils are toxic."
|
, dodgeProposition = "Seed oils are toxic."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
||||||
|
@ -42,7 +42,7 @@ cuckCateShanahan =
|
||||||
, { dodgeLink = "https://x.com/drcateshanahan/status/1516904406805057537?s=20"
|
, { dodgeLink = "https://x.com/drcateshanahan/status/1516904406805057537?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "Current levels of seed oil consumption are the main driver of the obesity and chronic disease."
|
, dodgeProposition = "Current levels of seed oil consumption are the main driver of the obesity and chronic disease."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
||||||
|
@ -50,7 +50,7 @@ cuckCateShanahan =
|
||||||
, { dodgeLink = "https://x.com/The_Nutrivore/status/1537544882532716544?s=20"
|
, { dodgeLink = "https://x.com/The_Nutrivore/status/1537544882532716544?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "Nick is just following the AHA marching orders."
|
, dodgeProposition = "Nick is just following the AHA marching orders."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason "I've never even read the AHA's recommendations on anything."
|
, dodgeNicksDoxasticReason = SpecificPropReason "I've never even read the AHA's recommendations on anything."
|
||||||
|
@ -58,7 +58,7 @@ cuckCateShanahan =
|
||||||
, { dodgeLink = "https://x.com/TheNutrivore/status/1778616438116483102"
|
, { dodgeLink = "https://x.com/TheNutrivore/status/1778616438116483102"
|
||||||
, dodgeDescription = RanAway
|
, dodgeDescription = RanAway
|
||||||
, dodgeProposition = commonProps.propSeedOils
|
, dodgeProposition = commonProps.propSeedOils
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Belief
|
, dodgeNicksDoxasticState = Just Belief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
||||||
|
@ -66,7 +66,7 @@ cuckCateShanahan =
|
||||||
, { dodgeLink = "https://x.com/TheNutrivore/status/1779185488521310601"
|
, { dodgeLink = "https://x.com/TheNutrivore/status/1779185488521310601"
|
||||||
, dodgeDescription = OutrightNo
|
, dodgeDescription = OutrightNo
|
||||||
, dodgeProposition = commonProps.propSeedOils
|
, dodgeProposition = commonProps.propSeedOils
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Belief
|
, dodgeNicksDoxasticState = Just Belief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
||||||
|
@ -74,7 +74,7 @@ cuckCateShanahan =
|
||||||
, { dodgeLink = "https://x.com/TheNutrivore/status/1778616438116483102"
|
, { dodgeLink = "https://x.com/TheNutrivore/status/1778616438116483102"
|
||||||
, dodgeDescription = KillScreen
|
, dodgeDescription = KillScreen
|
||||||
, dodgeProposition = commonProps.propSeedOils
|
, dodgeProposition = commonProps.propSeedOils
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Belief
|
, dodgeNicksDoxasticState = Just Belief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
||||||
|
@ -82,7 +82,7 @@ cuckCateShanahan =
|
||||||
, { dodgeLink = "https://x.com/TheNutrivore/status/1798766450255253987"
|
, { dodgeLink = "https://x.com/TheNutrivore/status/1798766450255253987"
|
||||||
, dodgeDescription = KillScreen
|
, dodgeDescription = KillScreen
|
||||||
, dodgeProposition = "Current levels of seed oil consumption are the main driver of heart disease."
|
, dodgeProposition = "Current levels of seed oil consumption are the main driver of heart disease."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonCVD
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonCVD
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckChrisBoettcher =
|
||||||
[ { dodgeLink = "https://x.com/MeggGawat/status/1669691841682210822"
|
[ { dodgeLink = "https://x.com/MeggGawat/status/1669691841682210822"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "Seed oils are making you fat, depressed, and sick."
|
, dodgeProposition = "Seed oils are making you fat, depressed, and sick."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckClaraAboel =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1727510906655969736"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1727510906655969736"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "Polyunsaturated fatty acids are known to initiate cancer."
|
, dodgeProposition = "Polyunsaturated fatty acids are known to initiate cancer."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonCancer
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonCancer
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckCliffHarvey =
|
||||||
[ { dodgeLink = "https://x.com/CarbAppropriate/status/1372281626206507010?s=20"
|
[ { dodgeLink = "https://x.com/CarbAppropriate/status/1372281626206507010?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "Saturated fat in the diet does not independently increase the risk of mortality."
|
, dodgeProposition = "Saturated fat in the diet does not independently increase the risk of mortality."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason
|
||||||
|
@ -26,7 +26,7 @@ cuckCliffHarvey =
|
||||||
, { dodgeLink = "https://x.com/The_Nutrivore/status/1500650543886204929?s=20"
|
, { dodgeLink = "https://x.com/The_Nutrivore/status/1500650543886204929?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "Saturated fat in the diet does not independently increase the risk of mortality."
|
, dodgeProposition = "Saturated fat in the diet does not independently increase the risk of mortality."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckDaveFeldman =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1306625219440730118?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1306625219440730118?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = noProposition
|
, dodgeProposition = noProposition
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Nothing
|
, dodgeNicksDoxasticState = Nothing
|
||||||
, dodgeNicksDoxasticReason = NoProp
|
, dodgeNicksDoxasticReason = NoProp
|
||||||
|
|
|
@ -22,7 +22,7 @@ cuckDavidDiamond =
|
||||||
[ { dodgeLink = "https://x.com/LDLSkeptic/status/1583471298306375681?s=20"
|
[ { dodgeLink = "https://x.com/LDLSkeptic/status/1583471298306375681?s=20"
|
||||||
, dodgeDescription = OutrightNo
|
, dodgeDescription = OutrightNo
|
||||||
, dodgeProposition = statinProp
|
, dodgeProposition = statinProp
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propLDLCausality
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propLDLCausality
|
||||||
|
@ -30,7 +30,7 @@ cuckDavidDiamond =
|
||||||
, { dodgeLink = "https://x.com/LDLSkeptic/status/1583481964840902656?s=20"
|
, { dodgeLink = "https://x.com/LDLSkeptic/status/1583481964840902656?s=20"
|
||||||
, dodgeDescription = KillScreen
|
, dodgeDescription = KillScreen
|
||||||
, dodgeProposition = statinProp
|
, dodgeProposition = statinProp
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propLDLCausality
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propLDLCausality
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckDavidGornoski =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1525474063044550657?s=20"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1525474063044550657?s=20"
|
||||||
, dodgeDescription = OutrightNo
|
, dodgeDescription = OutrightNo
|
||||||
, dodgeProposition = "Polyunsaturated fatty acids cause obesity."
|
, dodgeProposition = "Polyunsaturated fatty acids cause obesity."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonObesity
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonObesity
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckDianaRodgers =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1365857401786814465?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1365857401786814465?s=20"
|
||||||
, dodgeDescription = InTooDeep
|
, dodgeDescription = InTooDeep
|
||||||
, dodgeProposition = "Saturated fat doesn't increase the risk of coronary heart disease."
|
, dodgeProposition = "Saturated fat doesn't increase the risk of coronary heart disease."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason
|
||||||
|
|
|
@ -21,7 +21,7 @@ cuckEdwardGoeke =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1773421625150746784?s=20"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1773421625150746784?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = propSeedOils
|
, dodgeProposition = propSeedOils
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonInflammation
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonInflammation
|
||||||
|
@ -29,7 +29,7 @@ cuckEdwardGoeke =
|
||||||
, { dodgeLink = "https://x.com/TheNutrivore/status/1774154640403423359?s=20"
|
, { dodgeLink = "https://x.com/TheNutrivore/status/1774154640403423359?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = propSeedOils
|
, dodgeProposition = propSeedOils
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonInflammation
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonInflammation
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckElieJarrouge =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1506845469980315648?s=20"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1506845469980315648?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "Sugar, refined carbs, and seed oils are poison."
|
, dodgeProposition = "Sugar, refined carbs, and seed oils are poison."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Agnostic
|
, dodgeNicksDoxasticState = Just Agnostic
|
||||||
, dodgeNicksDoxasticReason = VagueProp
|
, dodgeNicksDoxasticReason = VagueProp
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckGaryBrecka =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1726664526316372125"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1726664526316372125"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "Linoleic acid consumption causes atherosclerosis."
|
, dodgeProposition = "Linoleic acid consumption causes atherosclerosis."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonCVD
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonCVD
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckGaryFettke =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1460983496524980224"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1460983496524980224"
|
||||||
, dodgeDescription = GhostedMe
|
, dodgeDescription = GhostedMe
|
||||||
, dodgeProposition = commonProps.propLinoleicAcid
|
, dodgeProposition = commonProps.propLinoleicAcid
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Belief
|
, dodgeNicksDoxasticState = Just Belief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckGaryTaubes =
|
||||||
[ { dodgeLink = "https://x.com/garytaubes/status/1595180467552018432?s=20"
|
[ { dodgeLink = "https://x.com/garytaubes/status/1595180467552018432?s=20"
|
||||||
, dodgeDescription = OutrightNo
|
, dodgeDescription = OutrightNo
|
||||||
, dodgeProposition = "Carbohydrates cause starvation."
|
, dodgeProposition = "Carbohydrates cause starvation."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Agnostic
|
, dodgeNicksDoxasticState = Just Agnostic
|
||||||
, dodgeNicksDoxasticReason = VagueProp
|
, dodgeNicksDoxasticReason = VagueProp
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckGeorgeMartin =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1815098730141651021"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1815098730141651021"
|
||||||
, dodgeDescription = RanAway
|
, dodgeDescription = RanAway
|
||||||
, dodgeProposition = "Nick has killed more animals in his life than a mature bear."
|
, dodgeProposition = "Nick has killed more animals in his life than a mature bear."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Agnostic
|
, dodgeNicksDoxasticState = Just Agnostic
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaim
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaim
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckGuyAustin =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1538607434176020480"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1538607434176020480"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = noProposition
|
, dodgeProposition = noProposition
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Nothing
|
, dodgeNicksDoxasticState = Nothing
|
||||||
, dodgeNicksDoxasticReason = NoProp
|
, dodgeNicksDoxasticReason = NoProp
|
||||||
|
@ -26,7 +26,7 @@ cuckGuyAustin =
|
||||||
, { dodgeLink = "https://x.com/GuyNAustin/status/1687530045101744128"
|
, { dodgeLink = "https://x.com/GuyNAustin/status/1687530045101744128"
|
||||||
, dodgeDescription = OutrightNo
|
, dodgeDescription = OutrightNo
|
||||||
, dodgeProposition = commonProps.propSeedOils
|
, dodgeProposition = commonProps.propSeedOils
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Belief
|
, dodgeNicksDoxasticState = Just Belief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
||||||
|
|
|
@ -21,7 +21,7 @@ cuckIvorCummins =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1268600451693494273?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1268600451693494273?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = propLDL
|
, dodgeProposition = propLDL
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propLDLCausality
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propLDLCausality
|
||||||
|
@ -29,7 +29,7 @@ cuckIvorCummins =
|
||||||
, { dodgeLink = "https://x.com/FatEmperor/status/1636920650156724226?s=20"
|
, { dodgeLink = "https://x.com/FatEmperor/status/1636920650156724226?s=20"
|
||||||
, dodgeDescription = OutrightNo
|
, dodgeDescription = OutrightNo
|
||||||
, dodgeProposition = propLDL
|
, dodgeProposition = propLDL
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propLDLCausality
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propLDLCausality
|
||||||
|
|
|
@ -21,7 +21,7 @@ cuckJakeMey =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1490009495581298690?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1490009495581298690?s=20"
|
||||||
, dodgeDescription = RanAway
|
, dodgeDescription = RanAway
|
||||||
, dodgeProposition = "Vegan Friday meals are unhealthy for children."
|
, dodgeProposition = "Vegan Friday meals are unhealthy for children."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason propReason
|
, dodgeNicksDoxasticReason = SpecificPropReason propReason
|
||||||
|
@ -29,7 +29,7 @@ cuckJakeMey =
|
||||||
, { dodgeLink = "https://x.com/The_Nutrivore/status/1490060813138280450?s=20"
|
, { dodgeLink = "https://x.com/The_Nutrivore/status/1490060813138280450?s=20"
|
||||||
, dodgeDescription = OutrightNo
|
, dodgeDescription = OutrightNo
|
||||||
, dodgeProposition = "Vegan Friday meals are unhealthy for children."
|
, dodgeProposition = "Vegan Friday meals are unhealthy for children."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason propReason
|
, dodgeNicksDoxasticReason = SpecificPropReason propReason
|
||||||
|
@ -37,7 +37,7 @@ cuckJakeMey =
|
||||||
, { dodgeLink = "https://x.com/The_Nutrivore/status/1495419256737091585?s=20"
|
, { dodgeLink = "https://x.com/The_Nutrivore/status/1495419256737091585?s=20"
|
||||||
, dodgeDescription = KillScreen
|
, dodgeDescription = KillScreen
|
||||||
, dodgeProposition = "Vegan Friday meals are unhealthy for children."
|
, dodgeProposition = "Vegan Friday meals are unhealthy for children."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason propReason
|
, dodgeNicksDoxasticReason = SpecificPropReason propReason
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckJamesDiNicolantonio =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1460788569388171268?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1460788569388171268?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = commonProps.propLinoleicAcid
|
, dodgeProposition = commonProps.propLinoleicAcid
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Belief
|
, dodgeNicksDoxasticState = Just Belief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
||||||
|
|
|
@ -22,7 +22,7 @@ cuckJosephEverett =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1535334822825971712?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1535334822825971712?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = propSeedOils
|
, dodgeProposition = propSeedOils
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonChronicDisease
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonChronicDisease
|
||||||
|
@ -30,7 +30,7 @@ cuckJosephEverett =
|
||||||
, { dodgeLink = "https://x.com/TheNutrivore/status/1555138038740680704?s=20"
|
, { dodgeLink = "https://x.com/TheNutrivore/status/1555138038740680704?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = propSeedOils
|
, dodgeProposition = propSeedOils
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonChronicDisease
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonChronicDisease
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckJustinMares =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1329266554089869312?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1329266554089869312?s=20"
|
||||||
, dodgeDescription = RanAway
|
, dodgeDescription = RanAway
|
||||||
, dodgeProposition = "Vegetable oils drive inflammation and are causally linked to weight gain and diseases of inflammation."
|
, dodgeProposition = "Vegetable oils drive inflammation and are causally linked to weight gain and diseases of inflammation."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonChronicDisease
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonChronicDisease
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckKaitMalthaner =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1503258756687306753?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1503258756687306753?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "Omega-6 is pro-inflammatory."
|
, dodgeProposition = "Omega-6 is pro-inflammatory."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonInflammation
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonInflammation
|
||||||
|
|
|
@ -26,7 +26,7 @@ cuckKemMinnick =
|
||||||
[ { dodgeLink = "https://x.com/kemminnick/status/1469336100300726273?s=20"
|
[ { dodgeLink = "https://x.com/kemminnick/status/1469336100300726273?s=20"
|
||||||
, dodgeDescription = GhostedMe
|
, dodgeDescription = GhostedMe
|
||||||
, dodgeProposition = prop
|
, dodgeProposition = prop
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Belief
|
, dodgeNicksDoxasticState = Just Belief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason reason
|
, dodgeNicksDoxasticReason = SpecificPropReason reason
|
||||||
|
@ -34,7 +34,7 @@ cuckKemMinnick =
|
||||||
, { dodgeLink = "https://x.com/The_Nutrivore/status/1476990862793986052?s=20"
|
, { dodgeLink = "https://x.com/The_Nutrivore/status/1476990862793986052?s=20"
|
||||||
, dodgeDescription = RanAway
|
, dodgeDescription = RanAway
|
||||||
, dodgeProposition = prop
|
, dodgeProposition = prop
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Belief
|
, dodgeNicksDoxasticState = Just Belief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason reason
|
, dodgeNicksDoxasticReason = SpecificPropReason reason
|
||||||
|
|
|
@ -22,7 +22,7 @@ cuckKenBerry =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1366524889067368449?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1366524889067368449?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "Type 2 Diabetes is chronic carbohydrate overdose."
|
, dodgeProposition = "Type 2 Diabetes is chronic carbohydrate overdose."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Agnostic
|
, dodgeNicksDoxasticState = Just Agnostic
|
||||||
, dodgeNicksDoxasticReason = VagueProp
|
, dodgeNicksDoxasticReason = VagueProp
|
||||||
|
@ -30,7 +30,7 @@ cuckKenBerry =
|
||||||
, { dodgeLink = "https://x.com/TheNutrivore/status/1539720236701589504?s=20"
|
, { dodgeLink = "https://x.com/TheNutrivore/status/1539720236701589504?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = propAnimalFat
|
, dodgeProposition = propAnimalFat
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
||||||
|
@ -38,7 +38,7 @@ cuckKenBerry =
|
||||||
, { dodgeLink = "https://x.com/TheNutrivore/status/1539721408372039680?s=20"
|
, { dodgeLink = "https://x.com/TheNutrivore/status/1539721408372039680?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = propAnimalFat
|
, dodgeProposition = propAnimalFat
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
||||||
|
@ -46,7 +46,7 @@ cuckKenBerry =
|
||||||
, { dodgeLink = "https://x.com/TheNutrivore/status/1813969807521300615"
|
, { dodgeLink = "https://x.com/TheNutrivore/status/1813969807521300615"
|
||||||
, dodgeDescription = InTooDeep
|
, dodgeDescription = InTooDeep
|
||||||
, dodgeProposition = noProposition
|
, dodgeProposition = noProposition
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Nothing
|
, dodgeNicksDoxasticState = Nothing
|
||||||
, dodgeNicksDoxasticReason = VagueProp
|
, dodgeNicksDoxasticReason = VagueProp
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckKevinStock =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1530140722225102848?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1530140722225102848?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = noProposition
|
, dodgeProposition = noProposition
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Nothing
|
, dodgeNicksDoxasticState = Nothing
|
||||||
, dodgeNicksDoxasticReason = NoProp
|
, dodgeNicksDoxasticReason = NoProp
|
||||||
|
@ -26,7 +26,7 @@ cuckKevinStock =
|
||||||
, { dodgeLink = "https://x.com/The_Nutrivore/status/1534927799911317509?s=20"
|
, { dodgeLink = "https://x.com/The_Nutrivore/status/1534927799911317509?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "Saturated fat does not cause cardiovascular disease."
|
, dodgeProposition = "Saturated fat does not cause cardiovascular disease."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckKyleMamounis =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1389259133044477953?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1389259133044477953?s=20"
|
||||||
, dodgeDescription = RanAway
|
, dodgeDescription = RanAway
|
||||||
, dodgeProposition = "Statins do not prevent cardiovascular events."
|
, dodgeProposition = "Statins do not prevent cardiovascular events."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propLDLCausality
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propLDLCausality
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckMarkSisson =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1488360227141419009?s=20"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1488360227141419009?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = noProposition
|
, dodgeProposition = noProposition
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Nothing
|
, dodgeNicksDoxasticState = Nothing
|
||||||
, dodgeNicksDoxasticReason = NoProp
|
, dodgeNicksDoxasticReason = NoProp
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckMartyKendall =
|
||||||
[ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1310548994804809729"
|
[ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1310548994804809729"
|
||||||
, dodgeDescription = RanAway
|
, dodgeDescription = RanAway
|
||||||
, dodgeProposition = "To access your body fat, you need to deplete both glucose and fat from the blood first."
|
, dodgeProposition = "To access your body fat, you need to deplete both glucose and fat from the blood first."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason "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."
|
||||||
|
|
|
@ -22,7 +22,7 @@ cuckMaxLugavere =
|
||||||
[ { dodgeLink = "https://x.com/maxlugavere/status/1517683567249149953?s=20"
|
[ { dodgeLink = "https://x.com/maxlugavere/status/1517683567249149953?s=20"
|
||||||
, dodgeDescription = RanAway
|
, dodgeDescription = RanAway
|
||||||
, dodgeProposition = prop
|
, dodgeProposition = prop
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonChronicDisease
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonChronicDisease
|
||||||
|
@ -30,7 +30,7 @@ cuckMaxLugavere =
|
||||||
, { dodgeLink = "https://x.com/The_Nutrivore/status/1518307089742848000?s=20"
|
, { dodgeLink = "https://x.com/The_Nutrivore/status/1518307089742848000?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = prop
|
, dodgeProposition = prop
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonChronicDisease
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonChronicDisease
|
||||||
|
@ -38,7 +38,7 @@ cuckMaxLugavere =
|
||||||
, { dodgeLink = "https://x.com/maxlugavere/status/1518367365683064833?s=20"
|
, { dodgeLink = "https://x.com/maxlugavere/status/1518367365683064833?s=20"
|
||||||
, dodgeDescription = OutrightNo
|
, dodgeDescription = OutrightNo
|
||||||
, dodgeProposition = prop
|
, dodgeProposition = prop
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonChronicDisease
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonChronicDisease
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckMichaelKummer =
|
||||||
[ { dodgeLink = "https://x.com/mkummer82/status/1465755847917715464?s=20"
|
[ { dodgeLink = "https://x.com/mkummer82/status/1465755847917715464?s=20"
|
||||||
, dodgeDescription = OutrightNo
|
, dodgeDescription = OutrightNo
|
||||||
, dodgeProposition = "Polyunsaturated fats cause cell damage, inflammation and metabolic dysfunction."
|
, dodgeProposition = "Polyunsaturated fats cause cell damage, inflammation and metabolic dysfunction."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonInflammation
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonInflammation
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckMichaelManderville =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1503036463306489856?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1503036463306489856?s=20"
|
||||||
, dodgeDescription = RanAway
|
, dodgeDescription = RanAway
|
||||||
, dodgeProposition = "A logically coherent position will have logically coherent answer to a logically coherent hypothetical."
|
, dodgeProposition = "A logically coherent position will have logically coherent answer to a logically coherent hypothetical."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Belief
|
, dodgeNicksDoxasticState = Just Belief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propAnalyticalTruth
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propAnalyticalTruth
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckMikeMutzel =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1414457776982552576?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1414457776982552576?s=20"
|
||||||
, dodgeDescription = RanAway
|
, dodgeDescription = RanAway
|
||||||
, dodgeProposition = "COVID is nothing more than a cold to those that are healthy."
|
, dodgeProposition = "COVID is nothing more than a cold to those that are healthy."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Agnostic
|
, dodgeNicksDoxasticState = Just Agnostic
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaim
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaim
|
||||||
|
@ -26,7 +26,7 @@ cuckMikeMutzel =
|
||||||
, { dodgeLink = "https://x.com/TheNutrivore/status/1584645853771616256?s=20"
|
, { dodgeLink = "https://x.com/TheNutrivore/status/1584645853771616256?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "There is little to no association between saturated fat and cardiovascular disease."
|
, dodgeProposition = "There is little to no association between saturated fat and cardiovascular disease."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckMikeSweeney =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1746962254052962552"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1746962254052962552"
|
||||||
, dodgeDescription = OutrightNo
|
, dodgeDescription = OutrightNo
|
||||||
, dodgeProposition = "Vegan diets are nowhere near appropriate for the average person in society."
|
, dodgeProposition = "Vegan diets are nowhere near appropriate for the average person in society."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Agnostic
|
, dodgeNicksDoxasticState = Just Agnostic
|
||||||
, dodgeNicksDoxasticReason = VagueProp
|
, dodgeNicksDoxasticReason = VagueProp
|
||||||
|
@ -26,7 +26,7 @@ cuckMikeSweeney =
|
||||||
, { dodgeLink = "https://x.com/thelowcarb_rd/status/1654182805964836865"
|
, { dodgeLink = "https://x.com/thelowcarb_rd/status/1654182805964836865"
|
||||||
, dodgeDescription = GhostedMe
|
, dodgeDescription = GhostedMe
|
||||||
, dodgeProposition = "Statistical gymnastics don't inform on real world mechanisms and hard outcomes."
|
, dodgeProposition = "Statistical gymnastics don't inform on real world mechanisms and hard outcomes."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Agnostic
|
, dodgeNicksDoxasticState = Just Agnostic
|
||||||
, dodgeNicksDoxasticReason = VagueProp
|
, dodgeNicksDoxasticReason = VagueProp
|
||||||
|
@ -34,7 +34,7 @@ cuckMikeSweeney =
|
||||||
, { dodgeLink = "https://x.com/TheNutrivore/status/1776652108646821913?t=Pf4sfAC1Z0pAcxGfQFr7oQ"
|
, { dodgeLink = "https://x.com/TheNutrivore/status/1776652108646821913?t=Pf4sfAC1Z0pAcxGfQFr7oQ"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "Cheerios cause nausea, vomiting, seizures, irregular heartbeat, liver damage, and coma."
|
, dodgeProposition = "Cheerios cause nausea, vomiting, seizures, irregular heartbeat, liver damage, and coma."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaimDisbelief
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaimDisbelief
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckNickEggleton =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1266626885703720961?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1266626885703720961?s=20"
|
||||||
, dodgeDescription = OutrightNo
|
, dodgeDescription = OutrightNo
|
||||||
, dodgeProposition = "Polyunsaturated fats are poison."
|
, dodgeProposition = "Polyunsaturated fats are poison."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Agnostic
|
, dodgeNicksDoxasticState = Just Agnostic
|
||||||
, dodgeNicksDoxasticReason = VagueProp
|
, dodgeNicksDoxasticReason = VagueProp
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckNinaTeicholz =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1556510529014882305?s=20"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1556510529014882305?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "The science linking red meat to heart disease is very weak."
|
, dodgeProposition = "The science linking red meat to heart disease is very weak."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason "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."
|
||||||
|
@ -26,7 +26,7 @@ cuckNinaTeicholz =
|
||||||
, { dodgeLink = "https://x.com/TheNutrivore/status/1467571763865210881?s=20"
|
, { dodgeLink = "https://x.com/TheNutrivore/status/1467571763865210881?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "The available evidence supports limiting saturated fat intake for coronary heart disease risk reduction."
|
, dodgeProposition = "The available evidence supports limiting saturated fat intake for coronary heart disease risk reduction."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Belief
|
, dodgeNicksDoxasticState = Just Belief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason
|
||||||
|
@ -34,7 +34,7 @@ cuckNinaTeicholz =
|
||||||
, { dodgeLink = "https://x.com/TheNutrivore/status/1538895943050878977?s=20"
|
, { dodgeLink = "https://x.com/TheNutrivore/status/1538895943050878977?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "Vegans pretend biology isn't real."
|
, dodgeProposition = "Vegans pretend biology isn't real."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Agnostic
|
, dodgeNicksDoxasticState = Just Agnostic
|
||||||
, dodgeNicksDoxasticReason = VagueProp
|
, dodgeNicksDoxasticReason = VagueProp
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckNorstrongChris =
|
||||||
[ { dodgeLink = "https://x.com/NorstrongHealth/status/1416939281973530626?s=20"
|
[ { dodgeLink = "https://x.com/NorstrongHealth/status/1416939281973530626?s=20"
|
||||||
, dodgeDescription = RanAway
|
, dodgeDescription = RanAway
|
||||||
, dodgeProposition = "Government funded USDA data is untrustworthy."
|
, dodgeProposition = "Government funded USDA data is untrustworthy."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Agnostic
|
, dodgeNicksDoxasticState = Just Agnostic
|
||||||
, dodgeNicksDoxasticReason = VagueProp
|
, dodgeNicksDoxasticReason = VagueProp
|
||||||
|
@ -26,7 +26,7 @@ cuckNorstrongChris =
|
||||||
, { dodgeLink = "https://x.com/The_Nutrivore/status/1534573919562350594?s=20"
|
, { dodgeLink = "https://x.com/The_Nutrivore/status/1534573919562350594?s=20"
|
||||||
, dodgeDescription = OutrightNo
|
, dodgeDescription = OutrightNo
|
||||||
, dodgeProposition = "Nutrition science as a whole is shit."
|
, dodgeProposition = "Nutrition science as a whole is shit."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Agnostic
|
, dodgeNicksDoxasticState = Just Agnostic
|
||||||
, dodgeNicksDoxasticReason = VagueProp
|
, dodgeNicksDoxasticReason = VagueProp
|
||||||
|
@ -34,7 +34,7 @@ cuckNorstrongChris =
|
||||||
, { dodgeLink = "https://x.com/TheNutrivore/status/1534614710196260865?s=20"
|
, { dodgeLink = "https://x.com/TheNutrivore/status/1534614710196260865?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "Nutrition science as a whole is shit."
|
, dodgeProposition = "Nutrition science as a whole is shit."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Agnostic
|
, dodgeNicksDoxasticState = Just Agnostic
|
||||||
, dodgeNicksDoxasticReason = VagueProp
|
, dodgeNicksDoxasticReason = VagueProp
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckPaulMason =
|
||||||
[ { dodgeLink = "https://x.com/Tom_Babington1/status/1361644276866830337?s=20"
|
[ { dodgeLink = "https://x.com/Tom_Babington1/status/1361644276866830337?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = noProposition
|
, dodgeProposition = noProposition
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Nothing
|
, dodgeNicksDoxasticState = Nothing
|
||||||
, dodgeNicksDoxasticReason = NoProp
|
, dodgeNicksDoxasticReason = NoProp
|
||||||
|
@ -26,7 +26,7 @@ cuckPaulMason =
|
||||||
, { dodgeLink = "https://x.com/IdanOnTweeter/status/1373233980594618371?s=20"
|
, { dodgeLink = "https://x.com/IdanOnTweeter/status/1373233980594618371?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "Ancel Keys' Seven Countries Study was flawed."
|
, dodgeProposition = "Ancel Keys' Seven Countries Study was flawed."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Agnostic
|
, dodgeNicksDoxasticState = Just Agnostic
|
||||||
, dodgeNicksDoxasticReason = VagueProp
|
, dodgeNicksDoxasticReason = VagueProp
|
||||||
|
@ -34,7 +34,7 @@ cuckPaulMason =
|
||||||
, { dodgeLink = "https://x.com/The_Nutrivore/status/1461361726943760391?s=20"
|
, { dodgeLink = "https://x.com/The_Nutrivore/status/1461361726943760391?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = commonProps.propLinoleicAcid
|
, dodgeProposition = commonProps.propLinoleicAcid
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Agnostic
|
, dodgeNicksDoxasticState = Just Agnostic
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
||||||
|
|
|
@ -22,7 +22,7 @@ cuckPaulSaladino =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1275912849999695872?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1275912849999695872?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "Subsidies for corn and soy are huge contributors to the chronic disease epidemic in the US."
|
, dodgeProposition = "Subsidies for corn and soy are huge contributors to the chronic disease epidemic in the US."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Agnostic
|
, dodgeNicksDoxasticState = Just Agnostic
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaim
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaim
|
||||||
|
@ -32,7 +32,7 @@ cuckPaulSaladino =
|
||||||
, dodgeProposition = commonProps.propSeedOils
|
, dodgeProposition = commonProps.propSeedOils
|
||||||
, dodgeNicksDoxasticState = Just Belief
|
, dodgeNicksDoxasticState = Just Belief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
}
|
}
|
||||||
, { dodgeLink = "https://x.com/FoodFirst_Ty/status/1283449495682904064?s=20"
|
, { dodgeLink = "https://x.com/FoodFirst_Ty/status/1283449495682904064?s=20"
|
||||||
|
@ -40,7 +40,7 @@ cuckPaulSaladino =
|
||||||
, dodgeProposition = prop
|
, dodgeProposition = prop
|
||||||
, dodgeNicksDoxasticState = Just Agnostic
|
, dodgeNicksDoxasticState = Just Agnostic
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaim
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaim
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
}
|
}
|
||||||
, { dodgeLink = "https://x.com/The_Nutrivore/status/1282851963902636032?s=20"
|
, { dodgeLink = "https://x.com/The_Nutrivore/status/1282851963902636032?s=20"
|
||||||
|
@ -48,7 +48,7 @@ cuckPaulSaladino =
|
||||||
, dodgeProposition = prop
|
, dodgeProposition = prop
|
||||||
, dodgeNicksDoxasticState = Just Agnostic
|
, dodgeNicksDoxasticState = Just Agnostic
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaim
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaim
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
}
|
}
|
||||||
, { dodgeLink = "https://x.com/The_Nutrivore/status/1469136550046814219?s=20"
|
, { dodgeLink = "https://x.com/The_Nutrivore/status/1469136550046814219?s=20"
|
||||||
|
@ -56,13 +56,13 @@ cuckPaulSaladino =
|
||||||
, dodgeProposition = "Nutritional epidemiology generally provides good causal estimates."
|
, dodgeProposition = "Nutritional epidemiology generally provides good causal estimates."
|
||||||
, dodgeNicksDoxasticState = Just Belief
|
, dodgeNicksDoxasticState = Just Belief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propNutritionalEpidemiology
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propNutritionalEpidemiology
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
}
|
}
|
||||||
, { dodgeLink = "https://x.com/TheNutrivore/status/1633831762509045766?s=20"
|
, { dodgeLink = "https://x.com/TheNutrivore/status/1633831762509045766?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "Linoleic acid wreaks havoc in your body."
|
, dodgeProposition = "Linoleic acid wreaks havoc in your body."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckPhilipOvadia =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1557791520324890624?s=20"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1557791520324890624?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "Sugar is the problem and meat is the solution."
|
, dodgeProposition = "Sugar is the problem and meat is the solution."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Agnostic
|
, dodgeNicksDoxasticState = Just Agnostic
|
||||||
, dodgeNicksDoxasticReason = VagueProp
|
, dodgeNicksDoxasticReason = VagueProp
|
||||||
|
@ -26,7 +26,7 @@ cuckPhilipOvadia =
|
||||||
, { dodgeLink = "https://x.com/TheNutrivore/status/1558282337024180224?s=20"
|
, { dodgeLink = "https://x.com/TheNutrivore/status/1558282337024180224?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "LDL doesn't cause coronary heart disease because it is just part of the arterial repair process."
|
, dodgeProposition = "LDL doesn't cause coronary heart disease because it is just part of the arterial repair process."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propLDLCausality
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propLDLCausality
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckPhilippeStephenson =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1779587012120715433"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1779587012120715433"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "Seed oils save lives."
|
, dodgeProposition = "Seed oils save lives."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Belief
|
, dodgeNicksDoxasticState = Just Belief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckRalphNapolitano =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1462794580848300034?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1462794580848300034?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "Oatmeal is one of the worst foods you can eat and has no health benefits."
|
, dodgeProposition = "Oatmeal is one of the worst foods you can eat and has no health benefits."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason "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."
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckRaphaelSirtoli =
|
||||||
[ { dodgeLink = "https://x.com/raphaels7/status/1475767357188579329?s=20"
|
[ { dodgeLink = "https://x.com/raphaels7/status/1475767357188579329?s=20"
|
||||||
, dodgeDescription = OutrightNo
|
, dodgeDescription = OutrightNo
|
||||||
, dodgeProposition = "The diet-heart hypothesis is false."
|
, dodgeProposition = "The diet-heart hypothesis is false."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason
|
||||||
|
@ -26,7 +26,7 @@ cuckRaphaelSirtoli =
|
||||||
, { dodgeLink = "https://x.com/raphaels7/status/1783541746015654072"
|
, { dodgeLink = "https://x.com/raphaels7/status/1783541746015654072"
|
||||||
, dodgeDescription = KillScreen
|
, dodgeDescription = KillScreen
|
||||||
, dodgeProposition = commonProps.propSeedOils
|
, dodgeProposition = commonProps.propSeedOils
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Belief
|
, dodgeNicksDoxasticState = Just Belief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckRobMeijer =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1435850829051793408?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1435850829051793408?s=20"
|
||||||
, dodgeDescription = RanAway
|
, dodgeDescription = RanAway
|
||||||
, dodgeProposition = noProposition
|
, dodgeProposition = noProposition
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Nothing
|
, dodgeNicksDoxasticState = Nothing
|
||||||
, dodgeNicksDoxasticReason = NoProp
|
, dodgeNicksDoxasticReason = NoProp
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckRobbWolf =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1601624559647875072?s=20"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1601624559647875072?s=20"
|
||||||
, dodgeDescription = OutrightNo
|
, dodgeDescription = OutrightNo
|
||||||
, dodgeProposition = "Ancestral foods are more likely to be antagonistically pleiotropic than novel foods."
|
, dodgeProposition = "Ancestral foods are more likely to be antagonistically pleiotropic than novel foods."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Belief
|
, dodgeNicksDoxasticState = Just Belief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propAnalyticalTruth
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propAnalyticalTruth
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckSebastianRamirez =
|
||||||
[ { dodgeLink = "https://x.com/JS_RamirezMD/status/1859378109306278377"
|
[ { dodgeLink = "https://x.com/JS_RamirezMD/status/1859378109306278377"
|
||||||
, dodgeDescription = RanAway
|
, dodgeDescription = RanAway
|
||||||
, dodgeProposition = "Vegans haven’t learnt how to live in a society."
|
, dodgeProposition = "Vegans haven’t learnt how to live in a society."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Agnostic
|
, dodgeNicksDoxasticState = Just Agnostic
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason "It's not clear what the proposition means."
|
, dodgeNicksDoxasticReason = SpecificPropReason "It's not clear what the proposition means."
|
||||||
|
|
|
@ -22,7 +22,7 @@ cuckSimonGoddek =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1795673579931255233"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1795673579931255233"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = prop
|
, dodgeProposition = prop
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonCVD
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonCVD
|
||||||
|
@ -30,7 +30,7 @@ cuckSimonGoddek =
|
||||||
, { dodgeLink = "https://x.com/TheNutrivore/status/1795885929678196951"
|
, { dodgeLink = "https://x.com/TheNutrivore/status/1795885929678196951"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = prop
|
, dodgeProposition = prop
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonCVD
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonCVD
|
||||||
|
@ -38,7 +38,7 @@ cuckSimonGoddek =
|
||||||
, { dodgeLink = "https://x.com/TheNutrivore/status/1795674575315112396"
|
, { dodgeLink = "https://x.com/TheNutrivore/status/1795674575315112396"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = prop
|
, dodgeProposition = prop
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonCVD
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonCVD
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuck =
|
||||||
[ { dodgeLink = ""
|
[ { dodgeLink = ""
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = ""
|
, dodgeProposition = ""
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Agnostic
|
, dodgeNicksDoxasticState = Just Agnostic
|
||||||
, dodgeNicksDoxasticReason = NoProp
|
, dodgeNicksDoxasticReason = NoProp
|
||||||
|
|
|
@ -22,7 +22,7 @@ cuckTravisStatham =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1461428023207489542?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1461428023207489542?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = prop
|
, dodgeProposition = prop
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Belief
|
, dodgeNicksDoxasticState = Just Belief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonObesity
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonObesity
|
||||||
|
@ -30,7 +30,7 @@ cuckTravisStatham =
|
||||||
, { dodgeLink = "https://www.reddit.com/r/StopEatingSeedOils/comments/v457tu/how_vegetable_oils_make_us_fat_zero_acre/ic9u7wu/?utm_source=share"
|
, { dodgeLink = "https://www.reddit.com/r/StopEatingSeedOils/comments/v457tu/how_vegetable_oils_make_us_fat_zero_acre/ic9u7wu/?utm_source=share"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = prop
|
, dodgeProposition = prop
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Belief
|
, dodgeNicksDoxasticState = Just Belief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonObesity
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonObesity
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckTristanHaggard =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1513596227052527621?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1513596227052527621?s=20"
|
||||||
, dodgeDescription = RanAway
|
, dodgeDescription = RanAway
|
||||||
, dodgeProposition = "Seed oils are toxic."
|
, dodgeProposition = "Seed oils are toxic."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Agnostic
|
, dodgeNicksDoxasticState = Just Agnostic
|
||||||
, dodgeNicksDoxasticReason = VagueProp
|
, dodgeNicksDoxasticReason = VagueProp
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckTroKalayjian =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1261351818430255104?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1261351818430255104?s=20"
|
||||||
, dodgeDescription = RanAway
|
, dodgeDescription = RanAway
|
||||||
, dodgeProposition = "Dr. Tro engages in shitty behaviour that causes people to dislike him."
|
, dodgeProposition = "Dr. Tro engages in shitty behaviour that causes people to dislike him."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Belief
|
, dodgeNicksDoxasticState = Just Belief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason "The proposition seems trivially true."
|
, dodgeNicksDoxasticReason = SpecificPropReason "The proposition seems trivially true."
|
||||||
|
@ -26,7 +26,7 @@ cuckTroKalayjian =
|
||||||
, { dodgeLink = "https://x.com/TheNutrivore/status/1865857839845232689"
|
, { dodgeLink = "https://x.com/TheNutrivore/status/1865857839845232689"
|
||||||
, dodgeDescription = RanAway
|
, dodgeDescription = RanAway
|
||||||
, dodgeProposition = "Meat doesn’t cause cardiovascular disease"
|
, dodgeProposition = "Meat doesn’t cause cardiovascular disease"
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason "The aggregate of the data suggests that higher intakes of meat, particularly red meat, increases the risk of cardiovascular disease, especially when replacing plant-based protein sources."
|
, dodgeNicksDoxasticReason = SpecificPropReason "The aggregate of the data suggests that higher intakes of meat, particularly red meat, increases the risk of cardiovascular disease, especially when replacing plant-based protein sources."
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckTuckerGoodrich =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1276694117494358017?s=19"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1276694117494358017?s=19"
|
||||||
, dodgeDescription = RanAway
|
, dodgeDescription = RanAway
|
||||||
, dodgeProposition = "Nutritional epidemiology is almost always wrong."
|
, dodgeProposition = "Nutritional epidemiology is almost always wrong."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propNutritionalEpidemiology
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propNutritionalEpidemiology
|
||||||
|
@ -26,7 +26,7 @@ cuckTuckerGoodrich =
|
||||||
, { dodgeLink = "https://x.com/TuckerGoodrich/status/1428062578668830720?s=20"
|
, { dodgeLink = "https://x.com/TuckerGoodrich/status/1428062578668830720?s=20"
|
||||||
, dodgeDescription = RanAway
|
, dodgeDescription = RanAway
|
||||||
, dodgeProposition = noProposition
|
, dodgeProposition = noProposition
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Nothing
|
, dodgeNicksDoxasticState = Nothing
|
||||||
, dodgeNicksDoxasticReason = NoProp
|
, dodgeNicksDoxasticReason = NoProp
|
||||||
|
@ -34,7 +34,7 @@ cuckTuckerGoodrich =
|
||||||
, { dodgeLink = "https://x.com/TuckerGoodrich/status/1469366622196359170?s=20"
|
, { dodgeLink = "https://x.com/TuckerGoodrich/status/1469366622196359170?s=20"
|
||||||
, dodgeDescription = OutrightNo
|
, dodgeDescription = OutrightNo
|
||||||
, dodgeProposition = noProposition
|
, dodgeProposition = noProposition
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Nothing
|
, dodgeNicksDoxasticState = Nothing
|
||||||
, dodgeNicksDoxasticReason = NoProp
|
, dodgeNicksDoxasticReason = NoProp
|
||||||
|
@ -42,7 +42,7 @@ cuckTuckerGoodrich =
|
||||||
, { dodgeLink = "https://x.com/TuckerGoodrich/status/1470029816975872007?s=20"
|
, { dodgeLink = "https://x.com/TuckerGoodrich/status/1470029816975872007?s=20"
|
||||||
, dodgeDescription = KillScreen
|
, dodgeDescription = KillScreen
|
||||||
, dodgeProposition = noProposition
|
, dodgeProposition = noProposition
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Nothing
|
, dodgeNicksDoxasticState = Nothing
|
||||||
, dodgeNicksDoxasticReason = NoProp
|
, dodgeNicksDoxasticReason = NoProp
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckZoeHarcombe =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1418263706178310149"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1418263706178310149"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
, dodgeProposition = "Saturated fat doesn't increase the risk of coronary heart disease."
|
, dodgeProposition = "Saturated fat doesn't increase the risk of coronary heart disease."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Disbelief
|
, dodgeNicksDoxasticState = Just Disbelief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason
|
||||||
|
|
|
@ -18,7 +18,7 @@ cuckZsofiaClemens =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1528377198180290561?s=20"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1528377198180290561?s=20"
|
||||||
, dodgeDescription = OutrightNo
|
, dodgeDescription = OutrightNo
|
||||||
, dodgeProposition = "Well-planned, plant-based diets are healthy."
|
, dodgeProposition = "Well-planned, plant-based diets are healthy."
|
||||||
, dodgeReceipts = []
|
, dodgeReceipts = [ {receipt = "receipt1"}]
|
||||||
, dodgeFallacy = Just (SpecificFallacy "")
|
, dodgeFallacy = Just (SpecificFallacy "")
|
||||||
, dodgeNicksDoxasticState = Just Belief
|
, dodgeNicksDoxasticState = Just Belief
|
||||||
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propPlantBasedDiets
|
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propPlantBasedDiets
|
||||||
|
|
|
@ -15,13 +15,18 @@ type alias Dodge =
|
||||||
{ dodgeLink : String
|
{ dodgeLink : String
|
||||||
, dodgeDescription : DodgeDescription
|
, dodgeDescription : DodgeDescription
|
||||||
, dodgeProposition : String
|
, dodgeProposition : String
|
||||||
, dodgeReceipts : List String
|
, dodgeReceipts : List Receipts
|
||||||
, dodgeFallacy : Maybe DodgeFallacies
|
, dodgeFallacy : Maybe DodgeFallacies
|
||||||
, dodgeNicksDoxasticState : Maybe DoxasticState
|
, dodgeNicksDoxasticState : Maybe DoxasticState
|
||||||
, dodgeNicksDoxasticReason : Evaluation
|
, dodgeNicksDoxasticReason : Evaluation
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
type alias Receipts =
|
||||||
|
{ receipt : String
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
type DodgeDescription
|
type DodgeDescription
|
||||||
= NoReply
|
= NoReply
|
||||||
| RanAway
|
| RanAway
|
||||||
|
|
|
@ -444,8 +444,7 @@ receipts cuck dodge =
|
||||||
, F.color colourTheme.textLightOrange
|
, F.color colourTheme.textLightOrange
|
||||||
]
|
]
|
||||||
[ el
|
[ el
|
||||||
[ tooltipImage ("/cucks/" ++ cuck.cuckImage ++ "/" ++ "receipt" ++ String.fromInt (index2 + 1) ++ ".png")
|
[ transitionStyleSlow
|
||||||
, transitionStyleSlow
|
|
||||||
, hoverFontDarkOrange
|
, hoverFontDarkOrange
|
||||||
]
|
]
|
||||||
(text (String.fromInt (index2 + 1)))
|
(text (String.fromInt (index2 + 1)))
|
||||||
|
|
BIN
frontend/static/cucks/annchilders/receipt1.png
Normal file
After Width: | Height: | Size: 213 KiB |
BIN
frontend/static/cucks/anthonygustin/receipt1.png
Normal file
After Width: | Height: | Size: 122 KiB |
BIN
frontend/static/cucks/ashwanigarg/receipt1.png
Normal file
After Width: | Height: | Size: 63 KiB |
BIN
frontend/static/cucks/austinherbert/receipt1.png
Normal file
After Width: | Height: | Size: 387 KiB |
BIN
frontend/static/cucks/bartkay/receipt1.png
Normal file
After Width: | Height: | Size: 164 KiB |
BIN
frontend/static/cucks/benbikman/receipt1.png
Normal file
After Width: | Height: | Size: 130 KiB |
BIN
frontend/static/cucks/bennymalone/receipt1.png
Normal file
After Width: | Height: | Size: 123 KiB |
BIN
frontend/static/cucks/bradcampbell/receipt1.png
Normal file
After Width: | Height: | Size: 43 KiB |
BIN
frontend/static/cucks/bradcohn/receipt1.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
frontend/static/cucks/bradmarshall/receipt1.png
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
frontend/static/cucks/bretweinstein/receipt1.png
Normal file
After Width: | Height: | Size: 87 KiB |
BIN
frontend/static/cucks/bretweinstein/receipt2.png
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
frontend/static/cucks/bretweinstein/receipt3.png
Normal file
After Width: | Height: | Size: 73 KiB |