feat: fixed receipts

This commit is contained in:
Nick 2024-12-19 02:59:18 -06:00
parent 97b9223223
commit 10e73d403d
83 changed files with 137 additions and 130 deletions

View file

@ -55,17 +55,18 @@ tooltipImage content =
, mouseOver [ transparent False ]
, htmlAttribute <| H.style "z-index" "4"
, transitionStyleSlow
, onRight <|
, below <|
el
[ htmlAttribute (H.style "pointerEvents" "none")
, moveLeft 410
, moveLeft 200
]
<|
el
[ width <| px 600
[ width <| px 400
, htmlAttribute <| H.style "z-index" "4"
, B.color colourTheme.backgroundLightGrey
, padding 15
-- , padding 15
, D.color colourTheme.textLightOrange
, D.rounded 5
, D.width 2

View file

@ -19,8 +19,8 @@ cuckAdamSinger =
, dodgeDescription = VagueGesture
, dodgeProposition = "Seed oils cause inflammation and stomach pain."
, dodgeReceipts =
[ "receipt1"
, "receipt2"
[ { receipt = "receipt1" }
, { receipt = "receipt2" }
]
, dodgeFallacy = Just MotteAndBailey
, dodgeNicksDoxasticState = Just Disbelief

View file

@ -1,7 +1,7 @@
module Config.Pages.Debate.Cuckery.Records.AmberOHearn exposing (..)
import Config.Pages.Debate.Cuckery.Types exposing (..)
import Config.Helpers.Converters exposing (formatName)
import Config.Pages.Debate.Cuckery.Types exposing (..)
cuckAmberOHearn : Cuck
@ -18,7 +18,9 @@ cuckAmberOHearn =
[ { dodgeLink = "https://x.com/FusionProgGuy/status/1413888976281169922?s=20"
, dodgeDescription = VagueGesture
, dodgeProposition = noProposition
, dodgeReceipts = ["receipt1"]
, dodgeReceipts =
[ { receipt = "receipt1" }
]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Nothing
, dodgeNicksDoxasticReason = NoProp

View file

@ -18,7 +18,7 @@ cuckAnnChilders =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1447245484356108292?s=20"
, dodgeDescription = RanAway
, dodgeProposition = "Diets humans thrived on in the wild, sans dentists and doctors, are correct."
, dodgeReceipts = []
, dodgeReceipts = [{receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = VagueProp

View file

@ -1,7 +1,7 @@
module Config.Pages.Debate.Cuckery.Records.AnthonyGustin exposing (..)
import Config.Pages.Debate.Cuckery.Types exposing (..)
import Config.Helpers.Converters exposing (formatName)
import Config.Pages.Debate.Cuckery.Types exposing (..)
cuckAnthonyGustin : Cuck
@ -18,7 +18,7 @@ cuckAnthonyGustin =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1482502242632552449?s=20"
, dodgeDescription = GhostedMe
, dodgeProposition = commonProps.propSeedOils
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"} ]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason

View file

@ -18,7 +18,7 @@ cuckAshwaniGarg =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1443328350982967303?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "Representing the protein content of beans by dry weight is misleading."
, dodgeReceipts = []
, dodgeReceipts = [{receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = SpecificPropReason "It's unclear why we should care about the protein content of a dry food item if that food item is inedible in its dry state"

View file

@ -18,7 +18,7 @@ cuckAustinHerbert =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1663698981833277440"
, dodgeDescription = NoReply
, dodgeProposition = "Seed oils make you fat and kill your body."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason

View file

@ -18,7 +18,7 @@ cuckBartKay =
[ { dodgeLink = "https://www.youtube.com/watch?v=M7vTJ02xxrw"
, dodgeDescription = RanAway
, dodgeProposition = "A 100% Carnivore diet is the appropriate and best health choice for all people."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaimDisbelief

View file

@ -18,7 +18,7 @@ cuckBenBikman =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1587547250074746880?s=19"
, dodgeDescription = NoReply
, dodgeProposition = "The diet-heart hypothesis is false."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason

View file

@ -1,7 +1,7 @@
module Config.Pages.Debate.Cuckery.Records.BennyMalone exposing (..)
import Config.Pages.Debate.Cuckery.Types exposing (..)
import Config.Helpers.Converters exposing (formatName)
import Config.Pages.Debate.Cuckery.Types exposing (..)
cuckBennyMalone : Cuck
@ -15,10 +15,10 @@ cuckBennyMalone =
, cuckName = name
, cuckSocial = "https://x.com/bennymaloneUK"
, cuckDodges =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1530933999610171392?s=20"
[ { dodgeLink = "https://x.com/TheNutrivore/status/1569046576609300489"
, dodgeDescription = RanAway
, dodgeProposition = "Eating oysters is compatible with veganism."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"} ]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = SpecificPropReason "Bivalves are not likely to be sentient, and extending them the precautionary principle has hilarious entails."

View file

@ -18,7 +18,7 @@ cuckBradCampbell =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1530933999610171392?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "Canola oil kills you slowly."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason

View file

@ -18,7 +18,7 @@ cuckBradCohn =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1687535030862831616"
, dodgeDescription = NoReply
, dodgeProposition = commonProps.propSeedOils
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason

View file

@ -15,10 +15,10 @@ cuckBradMarshall =
, cuckName = name
, cuckSocial = "https://x.com/fire_bottle"
, cuckDodges =
[ { dodgeLink = "https://x.com/fire_bottle"
[ { dodgeLink = ""
, dodgeDescription = InTooDeep
, dodgeProposition = commonProps.propSeedOils
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason

View file

@ -18,7 +18,7 @@ cuckBretWeinstein =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1858356347332374597"
, dodgeDescription = NoReply
, dodgeProposition = "Seed oils are dangerous."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
@ -26,7 +26,7 @@ cuckBretWeinstein =
, { dodgeLink = "https://x.com/TheNutrivore/status/1858745910701777229"
, dodgeDescription = NoReply
, dodgeProposition = "Seed oils are dangerous."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
@ -34,7 +34,7 @@ cuckBretWeinstein =
, { dodgeLink = "https://x.com/TheNutrivore/status/1858746414882263256"
, dodgeDescription = NoReply
, dodgeProposition = "Seed oils are dangerous."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason

View file

@ -18,7 +18,7 @@ cuckBrianKerley =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1483889771134926849?s=20"
, dodgeDescription = NoReply
, dodgeProposition = commonProps.propSeedOils
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
@ -26,7 +26,7 @@ cuckBrianKerley =
, { dodgeLink = "https://x.com/TheNutrivore/status/1783200352646619227"
, dodgeDescription = NoReply
, dodgeProposition = commonProps.propSeedOils
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason

View file

@ -18,7 +18,7 @@ cuckCarnivoreAurelius =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1538272143061815299?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "Vegans kill 100x more animals."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaim

View file

@ -18,7 +18,7 @@ cuckCateShanahan =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1266438463634632709?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "Seed oils are pro-inflammatory."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonInflammation
@ -26,7 +26,7 @@ cuckCateShanahan =
, { dodgeLink = "https://x.com/The_Nutrivore/status/1479497980570857474?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "Those who defend seed oils are just regurgitating the garbage that the AHA pumps out."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason "I defend seed oils and I've never even read the AHA's material on the subject."
@ -34,7 +34,7 @@ cuckCateShanahan =
, { dodgeLink = "https://x.com/The_Nutrivore/status/1487215337116508162?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "Seed oils are toxic."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
@ -42,7 +42,7 @@ cuckCateShanahan =
, { dodgeLink = "https://x.com/drcateshanahan/status/1516904406805057537?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "Current levels of seed oil consumption are the main driver of the obesity and chronic disease."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
@ -50,7 +50,7 @@ cuckCateShanahan =
, { dodgeLink = "https://x.com/The_Nutrivore/status/1537544882532716544?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "Nick is just following the AHA marching orders."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, 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"
, dodgeDescription = RanAway
, dodgeProposition = commonProps.propSeedOils
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
@ -66,7 +66,7 @@ cuckCateShanahan =
, { dodgeLink = "https://x.com/TheNutrivore/status/1779185488521310601"
, dodgeDescription = OutrightNo
, dodgeProposition = commonProps.propSeedOils
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
@ -74,7 +74,7 @@ cuckCateShanahan =
, { dodgeLink = "https://x.com/TheNutrivore/status/1778616438116483102"
, dodgeDescription = KillScreen
, dodgeProposition = commonProps.propSeedOils
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
@ -82,7 +82,7 @@ cuckCateShanahan =
, { dodgeLink = "https://x.com/TheNutrivore/status/1798766450255253987"
, dodgeDescription = KillScreen
, dodgeProposition = "Current levels of seed oil consumption are the main driver of heart disease."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonCVD

View file

@ -18,7 +18,7 @@ cuckChrisBoettcher =
[ { dodgeLink = "https://x.com/MeggGawat/status/1669691841682210822"
, dodgeDescription = NoReply
, dodgeProposition = "Seed oils are making you fat, depressed, and sick."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason

View file

@ -18,7 +18,7 @@ cuckClaraAboel =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1727510906655969736"
, dodgeDescription = NoReply
, dodgeProposition = "Polyunsaturated fatty acids are known to initiate cancer."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonCancer

View file

@ -18,7 +18,7 @@ cuckCliffHarvey =
[ { dodgeLink = "https://x.com/CarbAppropriate/status/1372281626206507010?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "Saturated fat in the diet does not independently increase the risk of mortality."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason
@ -26,7 +26,7 @@ cuckCliffHarvey =
, { dodgeLink = "https://x.com/The_Nutrivore/status/1500650543886204929?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "Saturated fat in the diet does not independently increase the risk of mortality."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason

View file

@ -18,7 +18,7 @@ cuckDaveFeldman =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1306625219440730118?s=20"
, dodgeDescription = NoReply
, dodgeProposition = noProposition
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Nothing
, dodgeNicksDoxasticReason = NoProp

View file

@ -22,7 +22,7 @@ cuckDavidDiamond =
[ { dodgeLink = "https://x.com/LDLSkeptic/status/1583471298306375681?s=20"
, dodgeDescription = OutrightNo
, dodgeProposition = statinProp
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propLDLCausality
@ -30,7 +30,7 @@ cuckDavidDiamond =
, { dodgeLink = "https://x.com/LDLSkeptic/status/1583481964840902656?s=20"
, dodgeDescription = KillScreen
, dodgeProposition = statinProp
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propLDLCausality

View file

@ -18,7 +18,7 @@ cuckDavidGornoski =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1525474063044550657?s=20"
, dodgeDescription = OutrightNo
, dodgeProposition = "Polyunsaturated fatty acids cause obesity."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonObesity

View file

@ -18,7 +18,7 @@ cuckDianaRodgers =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1365857401786814465?s=20"
, dodgeDescription = InTooDeep
, dodgeProposition = "Saturated fat doesn't increase the risk of coronary heart disease."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason

View file

@ -21,7 +21,7 @@ cuckEdwardGoeke =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1773421625150746784?s=20"
, dodgeDescription = NoReply
, dodgeProposition = propSeedOils
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonInflammation
@ -29,7 +29,7 @@ cuckEdwardGoeke =
, { dodgeLink = "https://x.com/TheNutrivore/status/1774154640403423359?s=20"
, dodgeDescription = NoReply
, dodgeProposition = propSeedOils
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonInflammation

View file

@ -18,7 +18,7 @@ cuckElieJarrouge =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1506845469980315648?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "Sugar, refined carbs, and seed oils are poison."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = VagueProp

View file

@ -18,7 +18,7 @@ cuckGaryBrecka =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1726664526316372125"
, dodgeDescription = NoReply
, dodgeProposition = "Linoleic acid consumption causes atherosclerosis."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonCVD

View file

@ -18,7 +18,7 @@ cuckGaryFettke =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1460983496524980224"
, dodgeDescription = GhostedMe
, dodgeProposition = commonProps.propLinoleicAcid
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason

View file

@ -18,7 +18,7 @@ cuckGaryTaubes =
[ { dodgeLink = "https://x.com/garytaubes/status/1595180467552018432?s=20"
, dodgeDescription = OutrightNo
, dodgeProposition = "Carbohydrates cause starvation."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = VagueProp

View file

@ -18,7 +18,7 @@ cuckGeorgeMartin =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1815098730141651021"
, dodgeDescription = RanAway
, dodgeProposition = "Nick has killed more animals in his life than a mature bear."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaim

View file

@ -18,7 +18,7 @@ cuckGuyAustin =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1538607434176020480"
, dodgeDescription = NoReply
, dodgeProposition = noProposition
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Nothing
, dodgeNicksDoxasticReason = NoProp
@ -26,7 +26,7 @@ cuckGuyAustin =
, { dodgeLink = "https://x.com/GuyNAustin/status/1687530045101744128"
, dodgeDescription = OutrightNo
, dodgeProposition = commonProps.propSeedOils
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason

View file

@ -21,7 +21,7 @@ cuckIvorCummins =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1268600451693494273?s=20"
, dodgeDescription = NoReply
, dodgeProposition = propLDL
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propLDLCausality
@ -29,7 +29,7 @@ cuckIvorCummins =
, { dodgeLink = "https://x.com/FatEmperor/status/1636920650156724226?s=20"
, dodgeDescription = OutrightNo
, dodgeProposition = propLDL
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propLDLCausality

View file

@ -21,7 +21,7 @@ cuckJakeMey =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1490009495581298690?s=20"
, dodgeDescription = RanAway
, dodgeProposition = "Vegan Friday meals are unhealthy for children."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason propReason
@ -29,7 +29,7 @@ cuckJakeMey =
, { dodgeLink = "https://x.com/The_Nutrivore/status/1490060813138280450?s=20"
, dodgeDescription = OutrightNo
, dodgeProposition = "Vegan Friday meals are unhealthy for children."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason propReason
@ -37,7 +37,7 @@ cuckJakeMey =
, { dodgeLink = "https://x.com/The_Nutrivore/status/1495419256737091585?s=20"
, dodgeDescription = KillScreen
, dodgeProposition = "Vegan Friday meals are unhealthy for children."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason propReason

View file

@ -18,7 +18,7 @@ cuckJamesDiNicolantonio =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1460788569388171268?s=20"
, dodgeDescription = NoReply
, dodgeProposition = commonProps.propLinoleicAcid
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason

View file

@ -22,7 +22,7 @@ cuckJosephEverett =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1535334822825971712?s=20"
, dodgeDescription = NoReply
, dodgeProposition = propSeedOils
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonChronicDisease
@ -30,7 +30,7 @@ cuckJosephEverett =
, { dodgeLink = "https://x.com/TheNutrivore/status/1555138038740680704?s=20"
, dodgeDescription = NoReply
, dodgeProposition = propSeedOils
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonChronicDisease

View file

@ -18,7 +18,7 @@ cuckJustinMares =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1329266554089869312?s=20"
, dodgeDescription = RanAway
, dodgeProposition = "Vegetable oils drive inflammation and are causally linked to weight gain and diseases of inflammation."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonChronicDisease

View file

@ -18,7 +18,7 @@ cuckKaitMalthaner =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1503258756687306753?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "Omega-6 is pro-inflammatory."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonInflammation

View file

@ -26,7 +26,7 @@ cuckKemMinnick =
[ { dodgeLink = "https://x.com/kemminnick/status/1469336100300726273?s=20"
, dodgeDescription = GhostedMe
, dodgeProposition = prop
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = SpecificPropReason reason
@ -34,7 +34,7 @@ cuckKemMinnick =
, { dodgeLink = "https://x.com/The_Nutrivore/status/1476990862793986052?s=20"
, dodgeDescription = RanAway
, dodgeProposition = prop
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = SpecificPropReason reason

View file

@ -22,7 +22,7 @@ cuckKenBerry =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1366524889067368449?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "Type 2 Diabetes is chronic carbohydrate overdose."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = VagueProp
@ -30,7 +30,7 @@ cuckKenBerry =
, { dodgeLink = "https://x.com/TheNutrivore/status/1539720236701589504?s=20"
, dodgeDescription = NoReply
, dodgeProposition = propAnimalFat
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
@ -38,7 +38,7 @@ cuckKenBerry =
, { dodgeLink = "https://x.com/TheNutrivore/status/1539721408372039680?s=20"
, dodgeDescription = NoReply
, dodgeProposition = propAnimalFat
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
@ -46,7 +46,7 @@ cuckKenBerry =
, { dodgeLink = "https://x.com/TheNutrivore/status/1813969807521300615"
, dodgeDescription = InTooDeep
, dodgeProposition = noProposition
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Nothing
, dodgeNicksDoxasticReason = VagueProp

View file

@ -18,7 +18,7 @@ cuckKevinStock =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1530140722225102848?s=20"
, dodgeDescription = NoReply
, dodgeProposition = noProposition
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Nothing
, dodgeNicksDoxasticReason = NoProp
@ -26,7 +26,7 @@ cuckKevinStock =
, { dodgeLink = "https://x.com/The_Nutrivore/status/1534927799911317509?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "Saturated fat does not cause cardiovascular disease."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason

View file

@ -18,7 +18,7 @@ cuckKyleMamounis =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1389259133044477953?s=20"
, dodgeDescription = RanAway
, dodgeProposition = "Statins do not prevent cardiovascular events."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propLDLCausality

View file

@ -18,7 +18,7 @@ cuckMarkSisson =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1488360227141419009?s=20"
, dodgeDescription = NoReply
, dodgeProposition = noProposition
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Nothing
, dodgeNicksDoxasticReason = NoProp

View file

@ -18,7 +18,7 @@ cuckMartyKendall =
[ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1310548994804809729"
, dodgeDescription = RanAway
, dodgeProposition = "To access your body fat, you need to deplete both glucose and fat from the blood first."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason "The proposition suggests that before one can liberate their body fat, they must first experience a lethal physiological event."

View file

@ -22,7 +22,7 @@ cuckMaxLugavere =
[ { dodgeLink = "https://x.com/maxlugavere/status/1517683567249149953?s=20"
, dodgeDescription = RanAway
, dodgeProposition = prop
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonChronicDisease
@ -30,7 +30,7 @@ cuckMaxLugavere =
, { dodgeLink = "https://x.com/The_Nutrivore/status/1518307089742848000?s=20"
, dodgeDescription = NoReply
, dodgeProposition = prop
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonChronicDisease
@ -38,7 +38,7 @@ cuckMaxLugavere =
, { dodgeLink = "https://x.com/maxlugavere/status/1518367365683064833?s=20"
, dodgeDescription = OutrightNo
, dodgeProposition = prop
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonChronicDisease

View file

@ -18,7 +18,7 @@ cuckMichaelKummer =
[ { dodgeLink = "https://x.com/mkummer82/status/1465755847917715464?s=20"
, dodgeDescription = OutrightNo
, dodgeProposition = "Polyunsaturated fats cause cell damage, inflammation and metabolic dysfunction."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonInflammation

View file

@ -18,7 +18,7 @@ cuckMichaelManderville =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1503036463306489856?s=20"
, dodgeDescription = RanAway
, dodgeProposition = "A logically coherent position will have logically coherent answer to a logically coherent hypothetical."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propAnalyticalTruth

View file

@ -18,7 +18,7 @@ cuckMikeMutzel =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1414457776982552576?s=20"
, dodgeDescription = RanAway
, dodgeProposition = "COVID is nothing more than a cold to those that are healthy."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaim
@ -26,7 +26,7 @@ cuckMikeMutzel =
, { dodgeLink = "https://x.com/TheNutrivore/status/1584645853771616256?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "There is little to no association between saturated fat and cardiovascular disease."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason

View file

@ -18,7 +18,7 @@ cuckMikeSweeney =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1746962254052962552"
, dodgeDescription = OutrightNo
, dodgeProposition = "Vegan diets are nowhere near appropriate for the average person in society."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = VagueProp
@ -26,7 +26,7 @@ cuckMikeSweeney =
, { dodgeLink = "https://x.com/thelowcarb_rd/status/1654182805964836865"
, dodgeDescription = GhostedMe
, dodgeProposition = "Statistical gymnastics don't inform on real world mechanisms and hard outcomes."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = VagueProp
@ -34,7 +34,7 @@ cuckMikeSweeney =
, { dodgeLink = "https://x.com/TheNutrivore/status/1776652108646821913?t=Pf4sfAC1Z0pAcxGfQFr7oQ"
, dodgeDescription = NoReply
, dodgeProposition = "Cheerios cause nausea, vomiting, seizures, irregular heartbeat, liver damage, and coma."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaimDisbelief

View file

@ -18,7 +18,7 @@ cuckNickEggleton =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1266626885703720961?s=20"
, dodgeDescription = OutrightNo
, dodgeProposition = "Polyunsaturated fats are poison."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = VagueProp

View file

@ -18,7 +18,7 @@ cuckNinaTeicholz =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1556510529014882305?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "The science linking red meat to heart disease is very weak."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, 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"
, dodgeDescription = NoReply
, dodgeProposition = "The available evidence supports limiting saturated fat intake for coronary heart disease risk reduction."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason
@ -34,7 +34,7 @@ cuckNinaTeicholz =
, { dodgeLink = "https://x.com/TheNutrivore/status/1538895943050878977?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "Vegans pretend biology isn't real."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = VagueProp

View file

@ -18,7 +18,7 @@ cuckNorstrongChris =
[ { dodgeLink = "https://x.com/NorstrongHealth/status/1416939281973530626?s=20"
, dodgeDescription = RanAway
, dodgeProposition = "Government funded USDA data is untrustworthy."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = VagueProp
@ -26,7 +26,7 @@ cuckNorstrongChris =
, { dodgeLink = "https://x.com/The_Nutrivore/status/1534573919562350594?s=20"
, dodgeDescription = OutrightNo
, dodgeProposition = "Nutrition science as a whole is shit."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = VagueProp
@ -34,7 +34,7 @@ cuckNorstrongChris =
, { dodgeLink = "https://x.com/TheNutrivore/status/1534614710196260865?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "Nutrition science as a whole is shit."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = VagueProp

View file

@ -18,7 +18,7 @@ cuckPaulMason =
[ { dodgeLink = "https://x.com/Tom_Babington1/status/1361644276866830337?s=20"
, dodgeDescription = NoReply
, dodgeProposition = noProposition
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Nothing
, dodgeNicksDoxasticReason = NoProp
@ -26,7 +26,7 @@ cuckPaulMason =
, { dodgeLink = "https://x.com/IdanOnTweeter/status/1373233980594618371?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "Ancel Keys' Seven Countries Study was flawed."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = VagueProp
@ -34,7 +34,7 @@ cuckPaulMason =
, { dodgeLink = "https://x.com/The_Nutrivore/status/1461361726943760391?s=20"
, dodgeDescription = NoReply
, dodgeProposition = commonProps.propLinoleicAcid
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason

View file

@ -22,7 +22,7 @@ cuckPaulSaladino =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1275912849999695872?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "Subsidies for corn and soy are huge contributors to the chronic disease epidemic in the US."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaim
@ -32,7 +32,7 @@ cuckPaulSaladino =
, dodgeProposition = commonProps.propSeedOils
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
}
, { dodgeLink = "https://x.com/FoodFirst_Ty/status/1283449495682904064?s=20"
@ -40,7 +40,7 @@ cuckPaulSaladino =
, dodgeProposition = prop
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaim
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
}
, { dodgeLink = "https://x.com/The_Nutrivore/status/1282851963902636032?s=20"
@ -48,7 +48,7 @@ cuckPaulSaladino =
, dodgeProposition = prop
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propEmpiricalClaim
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
}
, { dodgeLink = "https://x.com/The_Nutrivore/status/1469136550046814219?s=20"
@ -56,13 +56,13 @@ cuckPaulSaladino =
, dodgeProposition = "Nutritional epidemiology generally provides good causal estimates."
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propNutritionalEpidemiology
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
}
, { dodgeLink = "https://x.com/TheNutrivore/status/1633831762509045766?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "Linoleic acid wreaks havoc in your body."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason

View file

@ -18,7 +18,7 @@ cuckPhilipOvadia =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1557791520324890624?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "Sugar is the problem and meat is the solution."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = VagueProp
@ -26,7 +26,7 @@ cuckPhilipOvadia =
, { dodgeLink = "https://x.com/TheNutrivore/status/1558282337024180224?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "LDL doesn't cause coronary heart disease because it is just part of the arterial repair process."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propLDLCausality

View file

@ -18,7 +18,7 @@ cuckPhilippeStephenson =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1779587012120715433"
, dodgeDescription = NoReply
, dodgeProposition = "Seed oils save lives."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason

View file

@ -18,7 +18,7 @@ cuckRalphNapolitano =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1462794580848300034?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "Oatmeal is one of the worst foods you can eat and has no health benefits."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason "The aggregate of the data suggests whole grains are beneficial for humans."

View file

@ -18,7 +18,7 @@ cuckRaphaelSirtoli =
[ { dodgeLink = "https://x.com/raphaels7/status/1475767357188579329?s=20"
, dodgeDescription = OutrightNo
, dodgeProposition = "The diet-heart hypothesis is false."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason
@ -26,7 +26,7 @@ cuckRaphaelSirtoli =
, { dodgeLink = "https://x.com/raphaels7/status/1783541746015654072"
, dodgeDescription = KillScreen
, dodgeProposition = commonProps.propSeedOils
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason

View file

@ -18,7 +18,7 @@ cuckRobMeijer =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1435850829051793408?s=20"
, dodgeDescription = RanAway
, dodgeProposition = noProposition
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Nothing
, dodgeNicksDoxasticReason = NoProp

View file

@ -18,7 +18,7 @@ cuckRobbWolf =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1601624559647875072?s=20"
, dodgeDescription = OutrightNo
, dodgeProposition = "Ancestral foods are more likely to be antagonistically pleiotropic than novel foods."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propAnalyticalTruth

View file

@ -18,7 +18,7 @@ cuckSebastianRamirez =
[ { dodgeLink = "https://x.com/JS_RamirezMD/status/1859378109306278377"
, dodgeDescription = RanAway
, dodgeProposition = "Vegans havent learnt how to live in a society."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = SpecificPropReason "It's not clear what the proposition means."

View file

@ -22,7 +22,7 @@ cuckSimonGoddek =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1795673579931255233"
, dodgeDescription = NoReply
, dodgeProposition = prop
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonCVD
@ -30,7 +30,7 @@ cuckSimonGoddek =
, { dodgeLink = "https://x.com/TheNutrivore/status/1795885929678196951"
, dodgeDescription = NoReply
, dodgeProposition = prop
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonCVD
@ -38,7 +38,7 @@ cuckSimonGoddek =
, { dodgeLink = "https://x.com/TheNutrivore/status/1795674575315112396"
, dodgeDescription = NoReply
, dodgeProposition = prop
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonCVD

View file

@ -18,7 +18,7 @@ cuck =
[ { dodgeLink = ""
, dodgeDescription = NoReply
, dodgeProposition = ""
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = NoProp

View file

@ -22,7 +22,7 @@ cuckTravisStatham =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1461428023207489542?s=20"
, dodgeDescription = NoReply
, dodgeProposition = prop
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Belief
, 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"
, dodgeDescription = NoReply
, dodgeProposition = prop
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReasonObesity

View file

@ -18,7 +18,7 @@ cuckTristanHaggard =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1513596227052527621?s=20"
, dodgeDescription = RanAway
, dodgeProposition = "Seed oils are toxic."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = VagueProp

View file

@ -18,7 +18,7 @@ cuckTroKalayjian =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1261351818430255104?s=20"
, dodgeDescription = RanAway
, dodgeProposition = "Dr. Tro engages in shitty behaviour that causes people to dislike him."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = SpecificPropReason "The proposition seems trivially true."
@ -26,7 +26,7 @@ cuckTroKalayjian =
, { dodgeLink = "https://x.com/TheNutrivore/status/1865857839845232689"
, dodgeDescription = RanAway
, dodgeProposition = "Meat doesnt cause cardiovascular disease"
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, 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."

View file

@ -18,7 +18,7 @@ cuckTuckerGoodrich =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1276694117494358017?s=19"
, dodgeDescription = RanAway
, dodgeProposition = "Nutritional epidemiology is almost always wrong."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propNutritionalEpidemiology
@ -26,7 +26,7 @@ cuckTuckerGoodrich =
, { dodgeLink = "https://x.com/TuckerGoodrich/status/1428062578668830720?s=20"
, dodgeDescription = RanAway
, dodgeProposition = noProposition
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Nothing
, dodgeNicksDoxasticReason = NoProp
@ -34,7 +34,7 @@ cuckTuckerGoodrich =
, { dodgeLink = "https://x.com/TuckerGoodrich/status/1469366622196359170?s=20"
, dodgeDescription = OutrightNo
, dodgeProposition = noProposition
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Nothing
, dodgeNicksDoxasticReason = NoProp
@ -42,7 +42,7 @@ cuckTuckerGoodrich =
, { dodgeLink = "https://x.com/TuckerGoodrich/status/1470029816975872007?s=20"
, dodgeDescription = KillScreen
, dodgeProposition = noProposition
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Nothing
, dodgeNicksDoxasticReason = NoProp

View file

@ -18,7 +18,7 @@ cuckZoeHarcombe =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1418263706178310149"
, dodgeDescription = NoReply
, dodgeProposition = "Saturated fat doesn't increase the risk of coronary heart disease."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSaturatedFatReason

View file

@ -18,7 +18,7 @@ cuckZsofiaClemens =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1528377198180290561?s=20"
, dodgeDescription = OutrightNo
, dodgeProposition = "Well-planned, plant-based diets are healthy."
, dodgeReceipts = []
, dodgeReceipts = [ {receipt = "receipt1"}]
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propPlantBasedDiets

View file

@ -15,13 +15,18 @@ type alias Dodge =
{ dodgeLink : String
, dodgeDescription : DodgeDescription
, dodgeProposition : String
, dodgeReceipts : List String
, dodgeReceipts : List Receipts
, dodgeFallacy : Maybe DodgeFallacies
, dodgeNicksDoxasticState : Maybe DoxasticState
, dodgeNicksDoxasticReason : Evaluation
}
type alias Receipts =
{ receipt : String
}
type DodgeDescription
= NoReply
| RanAway

View file

@ -444,8 +444,7 @@ receipts cuck dodge =
, F.color colourTheme.textLightOrange
]
[ el
[ tooltipImage ("/cucks/" ++ cuck.cuckImage ++ "/" ++ "receipt" ++ String.fromInt (index2 + 1) ++ ".png")
, transitionStyleSlow
[ transitionStyleSlow
, hoverFontDarkOrange
]
(text (String.fromInt (index2 + 1)))

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB