From 6bfa1d55f5450f34d13b7b025386c406a8eb0042 Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 14 Nov 2024 04:11:12 -0600 Subject: [PATCH] feat: cucks done --- .../{AmblerOHearn.elm => AmberOHearn.elm} | 2 +- .../src/Cuckery/CuckList/GeorgeMartin.elm | 4 +- frontend/src/Cuckery/CuckList/GuyAustin.elm | 4 +- .../src/Cuckery/CuckList/JosephEverett.elm | 30 + frontend/src/Cuckery/CuckList/JustinMares.elm | 24 + .../src/Cuckery/CuckList/KaitMalthaner.elm | 24 + frontend/src/Cuckery/CuckList/KemMinnick.elm | 30 + frontend/src/Cuckery/CuckList/KenBerry.elm | 42 ++ frontend/src/Cuckery/CuckList/KevinStock.elm | 30 + .../src/Cuckery/CuckList/KyleMamounis.elm | 24 + frontend/src/Cuckery/CuckList/MarkSisson.elm | 24 + .../src/Cuckery/CuckList/MartyKendall.elm | 24 + frontend/src/Cuckery/CuckList/MaxLugavere.elm | 36 + .../src/Cuckery/CuckList/MichaelKummer.elm | 24 + .../Cuckery/CuckList/MichaelManderville.elm | 24 + frontend/src/Cuckery/CuckList/MikeMutzel.elm | 30 + frontend/src/Cuckery/CuckList/MikeSweeney.elm | 36 + .../src/Cuckery/CuckList/NickEggleton.elm | 24 + .../src/Cuckery/CuckList/NinaTeicholz.elm | 36 + .../src/Cuckery/CuckList/NorstrongChris.elm | 36 + frontend/src/Cuckery/CuckList/PaulMason.elm | 36 + .../src/Cuckery/CuckList/PaulSaladino.elm | 54 ++ .../src/Cuckery/CuckList/PhilipOvadia.elm | 30 + .../Cuckery/CuckList/PhilippeStephenson.elm | 24 + .../src/Cuckery/CuckList/RalphNapolitano.elm | 24 + .../src/Cuckery/CuckList/RaphaelSirtoli.elm | 30 + frontend/src/Cuckery/CuckList/RobMeijer.elm | 24 + frontend/src/Cuckery/CuckList/RobbWolf.elm | 24 + frontend/src/Cuckery/CuckList/SimonGoddek.elm | 36 + .../src/Cuckery/CuckList/Template copy 17.elm | 24 - .../src/Cuckery/CuckList/Template copy 18.elm | 24 - .../src/Cuckery/CuckList/Template copy 19.elm | 24 - .../src/Cuckery/CuckList/Template copy.elm | 24 - .../src/Cuckery/CuckList/TravisStatham.elm | 30 + .../src/Cuckery/CuckList/TristanHaggard.elm | 24 + .../src/Cuckery/CuckList/TroKalayjian.elm | 24 + .../src/Cuckery/CuckList/TuckerGoodrich.elm | 42 ++ frontend/src/Cuckery/CuckList/ZoeHarcombe.elm | 24 + frontend/src/Pages/Dodgers.elm | 617 ++++-------------- 39 files changed, 1049 insertions(+), 598 deletions(-) rename frontend/src/Cuckery/CuckList/{AmblerOHearn.elm => AmberOHearn.elm} (92%) create mode 100644 frontend/src/Cuckery/CuckList/JosephEverett.elm create mode 100644 frontend/src/Cuckery/CuckList/JustinMares.elm create mode 100644 frontend/src/Cuckery/CuckList/KaitMalthaner.elm create mode 100644 frontend/src/Cuckery/CuckList/KemMinnick.elm create mode 100644 frontend/src/Cuckery/CuckList/KenBerry.elm create mode 100644 frontend/src/Cuckery/CuckList/KevinStock.elm create mode 100644 frontend/src/Cuckery/CuckList/KyleMamounis.elm create mode 100644 frontend/src/Cuckery/CuckList/MarkSisson.elm create mode 100644 frontend/src/Cuckery/CuckList/MartyKendall.elm create mode 100644 frontend/src/Cuckery/CuckList/MaxLugavere.elm create mode 100644 frontend/src/Cuckery/CuckList/MichaelKummer.elm create mode 100644 frontend/src/Cuckery/CuckList/MichaelManderville.elm create mode 100644 frontend/src/Cuckery/CuckList/MikeMutzel.elm create mode 100644 frontend/src/Cuckery/CuckList/MikeSweeney.elm create mode 100644 frontend/src/Cuckery/CuckList/NickEggleton.elm create mode 100644 frontend/src/Cuckery/CuckList/NinaTeicholz.elm create mode 100644 frontend/src/Cuckery/CuckList/NorstrongChris.elm create mode 100644 frontend/src/Cuckery/CuckList/PaulMason.elm create mode 100644 frontend/src/Cuckery/CuckList/PaulSaladino.elm create mode 100644 frontend/src/Cuckery/CuckList/PhilipOvadia.elm create mode 100644 frontend/src/Cuckery/CuckList/PhilippeStephenson.elm create mode 100644 frontend/src/Cuckery/CuckList/RalphNapolitano.elm create mode 100644 frontend/src/Cuckery/CuckList/RaphaelSirtoli.elm create mode 100644 frontend/src/Cuckery/CuckList/RobMeijer.elm create mode 100644 frontend/src/Cuckery/CuckList/RobbWolf.elm create mode 100644 frontend/src/Cuckery/CuckList/SimonGoddek.elm delete mode 100644 frontend/src/Cuckery/CuckList/Template copy 17.elm delete mode 100644 frontend/src/Cuckery/CuckList/Template copy 18.elm delete mode 100644 frontend/src/Cuckery/CuckList/Template copy 19.elm delete mode 100644 frontend/src/Cuckery/CuckList/Template copy.elm create mode 100644 frontend/src/Cuckery/CuckList/TravisStatham.elm create mode 100644 frontend/src/Cuckery/CuckList/TristanHaggard.elm create mode 100644 frontend/src/Cuckery/CuckList/TroKalayjian.elm create mode 100644 frontend/src/Cuckery/CuckList/TuckerGoodrich.elm create mode 100644 frontend/src/Cuckery/CuckList/ZoeHarcombe.elm diff --git a/frontend/src/Cuckery/CuckList/AmblerOHearn.elm b/frontend/src/Cuckery/CuckList/AmberOHearn.elm similarity index 92% rename from frontend/src/Cuckery/CuckList/AmblerOHearn.elm rename to frontend/src/Cuckery/CuckList/AmberOHearn.elm index c4a3161..3694b18 100644 --- a/frontend/src/Cuckery/CuckList/AmblerOHearn.elm +++ b/frontend/src/Cuckery/CuckList/AmberOHearn.elm @@ -1,4 +1,4 @@ -module Cuckery.CuckList.AmblerOHearn exposing (..) +module Cuckery.CuckList.AmberOHearn exposing (..) import Cuckery.Types exposing (..) diff --git a/frontend/src/Cuckery/CuckList/GeorgeMartin.elm b/frontend/src/Cuckery/CuckList/GeorgeMartin.elm index 3277028..a86cdc1 100644 --- a/frontend/src/Cuckery/CuckList/GeorgeMartin.elm +++ b/frontend/src/Cuckery/CuckList/GeorgeMartin.elm @@ -3,8 +3,8 @@ module Cuckery.CuckList.GeorgeMartin exposing (..) import Cuckery.Types exposing (..) -templateCuck : Cuck -templateCuck = +cuckGeorgeMartin : Cuck +cuckGeorgeMartin = let name : String name = diff --git a/frontend/src/Cuckery/CuckList/GuyAustin.elm b/frontend/src/Cuckery/CuckList/GuyAustin.elm index 28d1996..9d65bf0 100644 --- a/frontend/src/Cuckery/CuckList/GuyAustin.elm +++ b/frontend/src/Cuckery/CuckList/GuyAustin.elm @@ -3,8 +3,8 @@ module Cuckery.CuckList.GuyAustin exposing (..) import Cuckery.Types exposing (..) -templateCuck : Cuck -templateCuck = +cuckGuyAustin : Cuck +cuckGuyAustin = let name : String name = diff --git a/frontend/src/Cuckery/CuckList/JosephEverett.elm b/frontend/src/Cuckery/CuckList/JosephEverett.elm new file mode 100644 index 0000000..fc1066b --- /dev/null +++ b/frontend/src/Cuckery/CuckList/JosephEverett.elm @@ -0,0 +1,30 @@ +module Cuckery.CuckList.JosephEverett exposing (..) + +import Cuckery.Types exposing (..) + + +cuckJosephEverett : Cuck +cuckJosephEverett = + let + name : String + name = + "Joseph Everett" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "https://twitter.com/JEverettLearned" + , cuckDodges = + [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1535334822825971712?s=20" + , dodgeDescription = NoReply + , dodgeProposition = "seed oils cause coronary heart disease and cancer." + , dodgeNicksDoxasticState = Just Disbelief + , dodgeNicksDoxasticReason = NoProp + } + , { dodgeLink = "https://twitter.com/TheNutrivore/status/1555138038740680704?s=20" + , dodgeDescription = NoReply + , dodgeProposition = "seed oils cause coronary heart disease and cancer." + , dodgeNicksDoxasticState = Just Disbelief + , dodgeNicksDoxasticReason = NoProp + } + ] + } diff --git a/frontend/src/Cuckery/CuckList/JustinMares.elm b/frontend/src/Cuckery/CuckList/JustinMares.elm new file mode 100644 index 0000000..17ce894 --- /dev/null +++ b/frontend/src/Cuckery/CuckList/JustinMares.elm @@ -0,0 +1,24 @@ +module Cuckery.CuckList.JustinMares exposing (..) + +import Cuckery.Types exposing (..) + + +cuckJustinMares : Cuck +cuckJustinMares = + let + name : String + name = + "Justin Mares" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "https://twitter.com/jwmares" + , cuckDodges = + [ { dodgeLink = "https://twitter.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." + , dodgeNicksDoxasticState = Just Disbelief + , dodgeNicksDoxasticReason = NoProp + } + ] + } diff --git a/frontend/src/Cuckery/CuckList/KaitMalthaner.elm b/frontend/src/Cuckery/CuckList/KaitMalthaner.elm new file mode 100644 index 0000000..d0ab99b --- /dev/null +++ b/frontend/src/Cuckery/CuckList/KaitMalthaner.elm @@ -0,0 +1,24 @@ +module Cuckery.CuckList.KaitMalthaner exposing (..) + +import Cuckery.Types exposing (..) + + +cuckKaitMalthaner : Cuck +cuckKaitMalthaner = + let + name : String + name = + "Kait Malthaner" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "https://twitter.com/healthcoachkait" + , cuckDodges = + [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1503258756687306753?s=20" + , dodgeDescription = NoReply + , dodgeProposition = "omega-6 is pro-inflammatory." + , dodgeNicksDoxasticState = Just Disbelief + , dodgeNicksDoxasticReason = NoProp + } + ] + } diff --git a/frontend/src/Cuckery/CuckList/KemMinnick.elm b/frontend/src/Cuckery/CuckList/KemMinnick.elm new file mode 100644 index 0000000..70476f4 --- /dev/null +++ b/frontend/src/Cuckery/CuckList/KemMinnick.elm @@ -0,0 +1,30 @@ +module Cuckery.CuckList.KemMinnick exposing (..) + +import Cuckery.Types exposing (..) + + +cuckKemMinnick : Cuck +cuckKemMinnick = + let + name : String + name = + "Kem Minnick" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "https://twitter.com/kemminnick" + , cuckDodges = + [ { dodgeLink = "https://twitter.com/kemminnick/status/1469336100300726273?s=20" + , dodgeDescription = GhostedMe + , dodgeProposition = "seed oils are not a significant, independent concern for the development of chronic diseases." + , dodgeNicksDoxasticState = Just Belief + , dodgeNicksDoxasticReason = NoProp + } + , { dodgeLink = "https://twitter.com/The_Nutrivore/status/1476990862793986052?s=20" + , dodgeDescription = RanAway + , dodgeProposition = "seed oils are not a significant, independent concern for the development of chronic diseases." + , dodgeNicksDoxasticState = Just Belief + , dodgeNicksDoxasticReason = NoProp + } + ] + } diff --git a/frontend/src/Cuckery/CuckList/KenBerry.elm b/frontend/src/Cuckery/CuckList/KenBerry.elm new file mode 100644 index 0000000..41be767 --- /dev/null +++ b/frontend/src/Cuckery/CuckList/KenBerry.elm @@ -0,0 +1,42 @@ +module Cuckery.CuckList.KenBerry exposing (..) + +import Cuckery.Types exposing (..) + + +cuckKenBerry : Cuck +cuckKenBerry = + let + name : String + name = + "Ken Berry" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "https://twitter.com/KenDBerryMD" + , cuckDodges = + [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1366524889067368449?s=20" + , dodgeDescription = NoReply + , dodgeProposition = "type 2 diabetes is chronic carbohydrate overdose." + , dodgeNicksDoxasticState = Just Agnostic + , dodgeNicksDoxasticReason = NoProp + } + , { dodgeLink = "https://twitter.com/TheNutrivore/status/1539720236701589504?s=20" + , dodgeDescription = NoReply + , dodgeProposition = "replacing animal fats with vegetable oils is dangerous." + , dodgeNicksDoxasticState = Just Belief + , dodgeNicksDoxasticReason = NoProp + } + , { dodgeLink = "https://twitter.com/TheNutrivore/status/1539721408372039680?s=20" + , dodgeDescription = NoReply + , dodgeProposition = "replacing animal fats with vegetable oils is dangerous." + , dodgeNicksDoxasticState = Just Belief + , dodgeNicksDoxasticReason = NoProp + } + , { dodgeLink = "https://x.com/TheNutrivore/status/1813969807521300615" + , dodgeDescription = InTooDeep + , dodgeProposition = noProposition + , dodgeNicksDoxasticState = Nothing + , dodgeNicksDoxasticReason = Vague + } + ] + } diff --git a/frontend/src/Cuckery/CuckList/KevinStock.elm b/frontend/src/Cuckery/CuckList/KevinStock.elm new file mode 100644 index 0000000..071cc44 --- /dev/null +++ b/frontend/src/Cuckery/CuckList/KevinStock.elm @@ -0,0 +1,30 @@ +module Cuckery.CuckList.KevinStock exposing (..) + +import Cuckery.Types exposing (..) + + +cuckKevinStock : Cuck +cuckKevinStock = + let + name : String + name = + "Kevin Stock" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "https://twitter.com/kevinstock12" + , cuckDodges = + [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1530140722225102848?s=20" + , dodgeDescription = NoReply + , dodgeProposition = noProposition + , dodgeNicksDoxasticState = Nothing + , dodgeNicksDoxasticReason = NoProp + } + , { dodgeLink = "https://twitter.com/The_Nutrivore/status/1534927799911317509?s=20" + , dodgeDescription = NoReply + , dodgeProposition = "" + , dodgeNicksDoxasticState = Just Disbelief + , dodgeNicksDoxasticReason = NoProp + } + ] + } diff --git a/frontend/src/Cuckery/CuckList/KyleMamounis.elm b/frontend/src/Cuckery/CuckList/KyleMamounis.elm new file mode 100644 index 0000000..22daae7 --- /dev/null +++ b/frontend/src/Cuckery/CuckList/KyleMamounis.elm @@ -0,0 +1,24 @@ +module Cuckery.CuckList.KyleMamounis exposing (..) + +import Cuckery.Types exposing (..) + + +cuckKyleMamounis : Cuck +cuckKyleMamounis = + let + name : String + name = + "Kyle Mamounis" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "https://twitter.com/Nutricrinology" + , cuckDodges = + [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1389259133044477953?s=20" + , dodgeDescription = RanAway + , dodgeProposition = "statins do not prevent cardiovascular events." + , dodgeNicksDoxasticState = Just Disbelief + , dodgeNicksDoxasticReason = NoProp + } + ] + } diff --git a/frontend/src/Cuckery/CuckList/MarkSisson.elm b/frontend/src/Cuckery/CuckList/MarkSisson.elm new file mode 100644 index 0000000..be2fa78 --- /dev/null +++ b/frontend/src/Cuckery/CuckList/MarkSisson.elm @@ -0,0 +1,24 @@ +module Cuckery.CuckList.MarkSisson exposing (..) + +import Cuckery.Types exposing (..) + + +cuckMarkSisson : Cuck +cuckMarkSisson = + let + name : String + name = + "Mark Sisson" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "https://twitter.com/Mark_Sisson" + , cuckDodges = + [ { dodgeLink = "https://twitter.com/TheNutrivore/status/1488360227141419009?s=20" + , dodgeDescription = NoReply + , dodgeProposition = noProposition + , dodgeNicksDoxasticState = Nothing + , dodgeNicksDoxasticReason = NoProp + } + ] + } diff --git a/frontend/src/Cuckery/CuckList/MartyKendall.elm b/frontend/src/Cuckery/CuckList/MartyKendall.elm new file mode 100644 index 0000000..472cd82 --- /dev/null +++ b/frontend/src/Cuckery/CuckList/MartyKendall.elm @@ -0,0 +1,24 @@ +module Cuckery.CuckList.MartyKendall exposing (..) + +import Cuckery.Types exposing (..) + + +cuckMartyKendall : Cuck +cuckMartyKendall = + let + name : String + name = + "Marty Kendall" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "Marty Kendall" + , cuckDodges = + [ { dodgeLink = "https://twitter.com/martykendall2" + , dodgeDescription = RanAway + , dodgeProposition = "to access your body fat, you need to deplete both glucose and fat from the blood first." + , dodgeNicksDoxasticState = Just Disbelief + , dodgeNicksDoxasticReason = NoProp + } + ] + } diff --git a/frontend/src/Cuckery/CuckList/MaxLugavere.elm b/frontend/src/Cuckery/CuckList/MaxLugavere.elm new file mode 100644 index 0000000..6b0de9e --- /dev/null +++ b/frontend/src/Cuckery/CuckList/MaxLugavere.elm @@ -0,0 +1,36 @@ +module Cuckery.CuckList.MaxLugavere exposing (..) + +import Cuckery.Types exposing (..) + + +cuckMaxLugavere : Cuck +cuckMaxLugavere = + let + name : String + name = + "Max Lugavere" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "https://twitter.com/maxlugavere" + , cuckDodges = + [ { dodgeLink = "https://twitter.com/maxlugavere/status/1517683567249149953?s=20" + , dodgeDescription = RanAway + , dodgeProposition = "seed oils consumption is associated with an increased risk of CVD and Alzheimer's disease." + , dodgeNicksDoxasticState = Just Agnostic + , dodgeNicksDoxasticReason = NoProp + } + , { dodgeLink = "https://twitter.com/The_Nutrivore/status/1518307089742848000?s=20" + , dodgeDescription = NoReply + , dodgeProposition = "seed oils consumption is associated with an increased risk of CVD and Alzheimer's disease." + , dodgeNicksDoxasticState = Just Agnostic + , dodgeNicksDoxasticReason = NoProp + } + , { dodgeLink = "https://twitter.com/maxlugavere/status/1518367365683064833?s=20" + , dodgeDescription = OutrightNo + , dodgeProposition = "seed oils consumption is associated with an increased risk of CVD and Alzheimer's disease." + , dodgeNicksDoxasticState = Just Agnostic + , dodgeNicksDoxasticReason = NoProp + } + ] + } diff --git a/frontend/src/Cuckery/CuckList/MichaelKummer.elm b/frontend/src/Cuckery/CuckList/MichaelKummer.elm new file mode 100644 index 0000000..6624670 --- /dev/null +++ b/frontend/src/Cuckery/CuckList/MichaelKummer.elm @@ -0,0 +1,24 @@ +module Cuckery.CuckList.MichaelKummer exposing (..) + +import Cuckery.Types exposing (..) + + +cuckMichaelKummer : Cuck +cuckMichaelKummer = + let + name : String + name = + "Michael Kummer" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "https://twitter.com/mkummer82" + , cuckDodges = + [ { dodgeLink = "https://twitter.com/mkummer82/status/1465755847917715464?s=20" + , dodgeDescription = OutrightNo + , dodgeProposition = "polyunsaturated fats cause cell damage, inflammation and metabolic dysfunction." + , dodgeNicksDoxasticState = Just Disbelief + , dodgeNicksDoxasticReason = NoProp + } + ] + } diff --git a/frontend/src/Cuckery/CuckList/MichaelManderville.elm b/frontend/src/Cuckery/CuckList/MichaelManderville.elm new file mode 100644 index 0000000..7537f33 --- /dev/null +++ b/frontend/src/Cuckery/CuckList/MichaelManderville.elm @@ -0,0 +1,24 @@ +module Cuckery.CuckList.MichaelManderville exposing (..) + +import Cuckery.Types exposing (..) + + +cuckMichaelManderville : Cuck +cuckMichaelManderville = + let + name : String + name = + "Michael Manderville" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "https://twitter.com/MikeManderville" + , cuckDodges = + [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1503036463306489856?s=20" + , dodgeDescription = RanAway + , dodgeProposition = "a logically coherent position will have logically coherent answer to a logically coherent hypothetical." + , dodgeNicksDoxasticState = Just Belief + , dodgeNicksDoxasticReason = NoProp + } + ] + } diff --git a/frontend/src/Cuckery/CuckList/MikeMutzel.elm b/frontend/src/Cuckery/CuckList/MikeMutzel.elm new file mode 100644 index 0000000..7784d54 --- /dev/null +++ b/frontend/src/Cuckery/CuckList/MikeMutzel.elm @@ -0,0 +1,30 @@ +module Cuckery.CuckList.MikeMutzel exposing (..) + +import Cuckery.Types exposing (..) + + +cuckMikeMutzel : Cuck +cuckMikeMutzel = + let + name : String + name = + "Mike Mutzel" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "https://twitter.com/MikeMutzel" + , cuckDodges = + [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1414457776982552576?s=20" + , dodgeDescription = RanAway + , dodgeProposition = "COVID is nothing more than a cold to those that are healthy." + , dodgeNicksDoxasticState = Just Disbelief + , dodgeNicksDoxasticReason = NoProp + } + , { dodgeLink = "https://twitter.com/TheNutrivore/status/1584645853771616256?s=20" + , dodgeDescription = NoReply + , dodgeProposition = "there is little to no association between saturated fat and cardiovascular disease." + , dodgeNicksDoxasticState = Just Disbelief + , dodgeNicksDoxasticReason = NoProp + } + ] + } diff --git a/frontend/src/Cuckery/CuckList/MikeSweeney.elm b/frontend/src/Cuckery/CuckList/MikeSweeney.elm new file mode 100644 index 0000000..eef659d --- /dev/null +++ b/frontend/src/Cuckery/CuckList/MikeSweeney.elm @@ -0,0 +1,36 @@ +module Cuckery.CuckList.MikeSweeney exposing (..) + +import Cuckery.Types exposing (..) + + +cuckMikeSweeney : Cuck +cuckMikeSweeney = + let + name : String + name = + "Mike Sweeney" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "https://twitter.com/thelowcarb_rd" + , cuckDodges = + [ { dodgeLink = "https://x.com/TheNutrivore/status/1746962254052962552" + , dodgeDescription = OutrightNo + , dodgeProposition = "vegan diets are nowhere near appropriate for the average person in society." + , dodgeNicksDoxasticState = Just Agnostic + , dodgeNicksDoxasticReason = NoProp + } + , { dodgeLink = "https://x.com/thelowcarb_rd/status/1654182805964836865" + , dodgeDescription = GhostedMe + , dodgeProposition = "statistical gymnastics don't inform on real world mechanisms and hard outcomes." + , dodgeNicksDoxasticState = Just Agnostic + , dodgeNicksDoxasticReason = NoProp + } + , { dodgeLink = "https://twitter.com/TheNutrivore/status/1776652108646821913?t=Pf4sfAC1Z0pAcxGfQFr7oQ" + , dodgeDescription = NoReply + , dodgeProposition = "Cheerios cause nausea, vomiting, seizures, irregular heartbeat, liver damage, and coma." + , dodgeNicksDoxasticState = Just Disbelief + , dodgeNicksDoxasticReason = NoProp + } + ] + } diff --git a/frontend/src/Cuckery/CuckList/NickEggleton.elm b/frontend/src/Cuckery/CuckList/NickEggleton.elm new file mode 100644 index 0000000..ec8ae95 --- /dev/null +++ b/frontend/src/Cuckery/CuckList/NickEggleton.elm @@ -0,0 +1,24 @@ +module Cuckery.CuckList.NickEggleton exposing (..) + +import Cuckery.Types exposing (..) + + +cuckNickEggleton : Cuck +cuckNickEggleton = + let + name : String + name = + "Nick Eggleton" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "https://twitter.com/NickEggleton" + , cuckDodges = + [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1266626885703720961?s=20" + , dodgeDescription = OutrightNo + , dodgeProposition = "polyunsaturated fats are poison." + , dodgeNicksDoxasticState = Just Agnostic + , dodgeNicksDoxasticReason = NoProp + } + ] + } diff --git a/frontend/src/Cuckery/CuckList/NinaTeicholz.elm b/frontend/src/Cuckery/CuckList/NinaTeicholz.elm new file mode 100644 index 0000000..dc0e0ec --- /dev/null +++ b/frontend/src/Cuckery/CuckList/NinaTeicholz.elm @@ -0,0 +1,36 @@ +module Cuckery.CuckList.NinaTeicholz exposing (..) + +import Cuckery.Types exposing (..) + + +cuckNinaTeicholz : Cuck +cuckNinaTeicholz = + let + name : String + name = + "Nina Teicholz" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "https://twitter.com/bigfatsurprise" + , cuckDodges = + [ { dodgeLink = "https://twitter.com/TheNutrivore/status/1556510529014882305?s=20" + , dodgeDescription = NoReply + , dodgeProposition = "the science linking red meat to heart disease is very weak." + , dodgeNicksDoxasticState = Just Agnostic + , dodgeNicksDoxasticReason = NoProp + } + , { dodgeLink = "https://twitter.com/TheNutrivore/status/1467571763865210881?s=20" + , dodgeDescription = NoReply + , dodgeProposition = "the available evidence supports limiting saturated fat intake for coronary heart disease risk reduction." + , dodgeNicksDoxasticState = Just Belief + , dodgeNicksDoxasticReason = NoProp + } + , { dodgeLink = "https://twitter.com/TheNutrivore/status/1538895943050878977?s=20" + , dodgeDescription = NoReply + , dodgeProposition = "vegans pretend biology isn't real." + , dodgeNicksDoxasticState = Just Agnostic + , dodgeNicksDoxasticReason = NoProp + } + ] + } diff --git a/frontend/src/Cuckery/CuckList/NorstrongChris.elm b/frontend/src/Cuckery/CuckList/NorstrongChris.elm new file mode 100644 index 0000000..3252433 --- /dev/null +++ b/frontend/src/Cuckery/CuckList/NorstrongChris.elm @@ -0,0 +1,36 @@ +module Cuckery.CuckList.NorstrongChris exposing (..) + +import Cuckery.Types exposing (..) + + +cuckNorstrongChris : Cuck +cuckNorstrongChris = + let + name : String + name = + "Norstrong Chris" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "https://twitter.com/NNMChris" + , cuckDodges = + [ { dodgeLink = "https://twitter.com/NorstrongHealth/status/1416939281973530626?s=20" + , dodgeDescription = RanAway + , dodgeProposition = "government funded USDA data is untrustworthy." + , dodgeNicksDoxasticState = Just Agnostic + , dodgeNicksDoxasticReason = NoProp + } + , { dodgeLink = "https://twitter.com/The_Nutrivore/status/1534573919562350594?s=20" + , dodgeDescription = OutrightNo + , dodgeProposition = "nutrition science as a whole is shit." + , dodgeNicksDoxasticState = Just Agnostic + , dodgeNicksDoxasticReason = NoProp + } + , { dodgeLink = "https://twitter.com/TheNutrivore/status/1534614710196260865?s=20" + , dodgeDescription = NoReply + , dodgeProposition = "nutrition science as a whole is shit." + , dodgeNicksDoxasticState = Just Agnostic + , dodgeNicksDoxasticReason = NoProp + } + ] + } diff --git a/frontend/src/Cuckery/CuckList/PaulMason.elm b/frontend/src/Cuckery/CuckList/PaulMason.elm new file mode 100644 index 0000000..96547ae --- /dev/null +++ b/frontend/src/Cuckery/CuckList/PaulMason.elm @@ -0,0 +1,36 @@ +module Cuckery.CuckList.PaulMason exposing (..) + +import Cuckery.Types exposing (..) + + +cuckPaulMason : Cuck +cuckPaulMason = + let + name : String + name = + "Paul Mason" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "https://twitter.com/DrPaulMason" + , cuckDodges = + [ { dodgeLink = "https://twitter.com/Tom_Babington1/status/1361644276866830337?s=20" + , dodgeDescription = NoReply + , dodgeProposition = noProposition + , dodgeNicksDoxasticState = Nothing + , dodgeNicksDoxasticReason = NoProp + } + , { dodgeLink = "https://twitter.com/IdanOnTweeter/status/1373233980594618371?s=20" + , dodgeDescription = NoReply + , dodgeProposition = "Ancel Keys' Seven Countries Study was flawed." + , dodgeNicksDoxasticState = Just Agnostic + , dodgeNicksDoxasticReason = NoProp + } + , { dodgeLink = "https://twitter.com/The_Nutrivore/status/1461361726943760391?s=20" + , dodgeDescription = NoReply + , dodgeProposition = "dietary linoleic acid is not a significant, independent concern for the development of chronic diseases." + , dodgeNicksDoxasticState = Just Agnostic + , dodgeNicksDoxasticReason = NoProp + } + ] + } diff --git a/frontend/src/Cuckery/CuckList/PaulSaladino.elm b/frontend/src/Cuckery/CuckList/PaulSaladino.elm new file mode 100644 index 0000000..0980a37 --- /dev/null +++ b/frontend/src/Cuckery/CuckList/PaulSaladino.elm @@ -0,0 +1,54 @@ +module Cuckery.CuckList.PaulSaladino exposing (..) + +import Cuckery.Types exposing (..) + + +cuckPaulSaladino : Cuck +cuckPaulSaladino = + let + name : String + name = + "Paul Saladino" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "https://twitter.com/paulsaladinomd" + , cuckDodges = + [ { dodgeLink = "https://twitter.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." + , dodgeNicksDoxasticState = Just Agnostic + , dodgeNicksDoxasticReason = NoProp + } + , { dodgeLink = "https://twitter.com/FoodFirst_Ty/status/1282847039596843009?s=20" + , dodgeDescription = NoReply + , dodgeProposition = "seed oils are not a significant, independent risk factor for public health." + , dodgeNicksDoxasticState = Just Belief + , dodgeNicksDoxasticReason = NoProp + } + , { dodgeLink = "https://twitter.com/FoodFirst_Ty/status/1283449495682904064?s=20" + , dodgeDescription = NoReply + , dodgeProposition = "to exclude animal foods from the human diet is a nutritional catastrophe." + , dodgeNicksDoxasticState = Just Agnostic + , dodgeNicksDoxasticReason = NoProp + } + , { dodgeLink = "https://twitter.com/The_Nutrivore/status/1282851963902636032?s=20" + , dodgeDescription = NoReply + , dodgeProposition = "to exclude animal foods from the human diet is a nutritional catastrophe." + , dodgeNicksDoxasticState = Just Agnostic + , dodgeNicksDoxasticReason = NoProp + } + , { dodgeLink = "https://twitter.com/The_Nutrivore/status/1469136550046814219?s=20" + , dodgeDescription = NoReply + , dodgeProposition = "nutritional epidemiology generally provides good causal estimates." + , dodgeNicksDoxasticState = Just Belief + , dodgeNicksDoxasticReason = NoProp + } + , { dodgeLink = "https://twitter.com/TheNutrivore/status/1633831762509045766?s=20" + , dodgeDescription = NoReply + , dodgeProposition = "linoleic acid wreaks havoc in your body." + , dodgeNicksDoxasticState = Just Agnostic + , dodgeNicksDoxasticReason = NoProp + } + ] + } diff --git a/frontend/src/Cuckery/CuckList/PhilipOvadia.elm b/frontend/src/Cuckery/CuckList/PhilipOvadia.elm new file mode 100644 index 0000000..03566a7 --- /dev/null +++ b/frontend/src/Cuckery/CuckList/PhilipOvadia.elm @@ -0,0 +1,30 @@ +module Cuckery.CuckList.PhilipOvadia exposing (..) + +import Cuckery.Types exposing (..) + + +cuckPhilipOvadia : Cuck +cuckPhilipOvadia = + let + name : String + name = + "Philip Ovadia" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "https://twitter.com/ifixhearts" + , cuckDodges = + [ { dodgeLink = "https://twitter.com/TheNutrivore/status/1557791520324890624?s=20" + , dodgeDescription = NoReply + , dodgeProposition = "sugar is the problem and meat is the solution." + , dodgeNicksDoxasticState = Just Agnostic + , dodgeNicksDoxasticReason = NoProp + } + , { dodgeLink = "https://twitter.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." + , dodgeNicksDoxasticState = Just Disbelief + , dodgeNicksDoxasticReason = NoProp + } + ] + } diff --git a/frontend/src/Cuckery/CuckList/PhilippeStephenson.elm b/frontend/src/Cuckery/CuckList/PhilippeStephenson.elm new file mode 100644 index 0000000..d2c544e --- /dev/null +++ b/frontend/src/Cuckery/CuckList/PhilippeStephenson.elm @@ -0,0 +1,24 @@ +module Cuckery.CuckList.PhilippeStephenson exposing (..) + +import Cuckery.Types exposing (..) + + +cuckPhilippeStephenson : Cuck +cuckPhilippeStephenson = + let + name : String + name = + "Philippe Stephenson" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "https://twitter.com/TotalCytopath" + , cuckDodges = + [ { dodgeLink = "https://x.com/TheNutrivore/status/1779587012120715433" + , dodgeDescription = NoReply + , dodgeProposition = "seed oils save lives." + , dodgeNicksDoxasticState = Just Belief + , dodgeNicksDoxasticReason = NoProp + } + ] + } diff --git a/frontend/src/Cuckery/CuckList/RalphNapolitano.elm b/frontend/src/Cuckery/CuckList/RalphNapolitano.elm new file mode 100644 index 0000000..d302a70 --- /dev/null +++ b/frontend/src/Cuckery/CuckList/RalphNapolitano.elm @@ -0,0 +1,24 @@ +module Cuckery.CuckList.RalphNapolitano exposing (..) + +import Cuckery.Types exposing (..) + + +cuckRalphNapolitano : Cuck +cuckRalphNapolitano = + let + name : String + name = + "Ralph Napolitano" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "https://twitter.com/DrRalphNap" + , cuckDodges = + [ { dodgeLink = "https://twitter.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." + , dodgeNicksDoxasticState = Just Disbelief + , dodgeNicksDoxasticReason = NoProp + } + ] + } diff --git a/frontend/src/Cuckery/CuckList/RaphaelSirtoli.elm b/frontend/src/Cuckery/CuckList/RaphaelSirtoli.elm new file mode 100644 index 0000000..7ae735a --- /dev/null +++ b/frontend/src/Cuckery/CuckList/RaphaelSirtoli.elm @@ -0,0 +1,30 @@ +module Cuckery.CuckList.RaphaelSirtoli exposing (..) + +import Cuckery.Types exposing (..) + + +cuckRaphaelSirtoli : Cuck +cuckRaphaelSirtoli = + let + name : String + name = + "Raphael Sirtoli" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "https://twitter.com/raphaels7" + , cuckDodges = + [ { dodgeLink = "https://twitter.com/raphaels7/status/1475767357188579329?s=20" + , dodgeDescription = OutrightNo + , dodgeProposition = "the diet-heart hypothesis is false." + , dodgeNicksDoxasticState = Just Disbelief + , dodgeNicksDoxasticReason = NoProp + } + , { dodgeLink = "https://x.com/raphaels7/status/1783541746015654072" + , dodgeDescription = KillScreen + , dodgeProposition = "seed oils are not a significant, independent risk factor for public health." + , dodgeNicksDoxasticState = Just Belief + , dodgeNicksDoxasticReason = NoProp + } + ] + } diff --git a/frontend/src/Cuckery/CuckList/RobMeijer.elm b/frontend/src/Cuckery/CuckList/RobMeijer.elm new file mode 100644 index 0000000..2c04a16 --- /dev/null +++ b/frontend/src/Cuckery/CuckList/RobMeijer.elm @@ -0,0 +1,24 @@ +module Cuckery.CuckList.RobMeijer exposing (..) + +import Cuckery.Types exposing (..) + + +cuckRobMeijer : Cuck +cuckRobMeijer = + let + name : String + name = + "Rob Meijer" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "https://twitter.com/EngineerDiet" + , cuckDodges = + [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1435850829051793408?s=20" + , dodgeDescription = RanAway + , dodgeProposition = noProposition + , dodgeNicksDoxasticState = Nothing + , dodgeNicksDoxasticReason = Vague + } + ] + } diff --git a/frontend/src/Cuckery/CuckList/RobbWolf.elm b/frontend/src/Cuckery/CuckList/RobbWolf.elm new file mode 100644 index 0000000..092d49c --- /dev/null +++ b/frontend/src/Cuckery/CuckList/RobbWolf.elm @@ -0,0 +1,24 @@ +module Cuckery.CuckList.RobbWolf exposing (..) + +import Cuckery.Types exposing (..) + + +cuckRobbWolf : Cuck +cuckRobbWolf = + let + name : String + name = + "Robb Wolf" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "https://twitter.com/robbwolf" + , cuckDodges = + [ { dodgeLink = "https://twitter.com/TheNutrivore/status/1601624559647875072?s=20" + , dodgeDescription = OutrightNo + , dodgeProposition = "ancestral foods are more likely to be antagonistically pleiotropic than novel foods." + , dodgeNicksDoxasticState = Just Belief + , dodgeNicksDoxasticReason = NoProp + } + ] + } diff --git a/frontend/src/Cuckery/CuckList/SimonGoddek.elm b/frontend/src/Cuckery/CuckList/SimonGoddek.elm new file mode 100644 index 0000000..bb227fa --- /dev/null +++ b/frontend/src/Cuckery/CuckList/SimonGoddek.elm @@ -0,0 +1,36 @@ +module Cuckery.CuckList.SimonGoddek exposing (..) + +import Cuckery.Types exposing (..) + + +cuckSimonGoddek : Cuck +cuckSimonGoddek = + let + name : String + name = + "Simon Goddek" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "https://x.com/goddeketal" + , cuckDodges = + [ { dodgeLink = "https://x.com/TheNutrivore/status/1795673579931255233" + , dodgeDescription = NoReply + , dodgeProposition = "vegetable oils increase the risk of heart disease." + , dodgeNicksDoxasticState = Just Disbelief + , dodgeNicksDoxasticReason = NoProp + } + , { dodgeLink = "https://x.com/TheNutrivore/status/1795885929678196951" + , dodgeDescription = NoReply + , dodgeProposition = "vegetable oils increase the risk of heart disease." + , dodgeNicksDoxasticState = Just Disbelief + , dodgeNicksDoxasticReason = NoProp + } + , { dodgeLink = "https://x.com/TheNutrivore/status/1795674575315112396" + , dodgeDescription = NoReply + , dodgeProposition = "vegetable oils increase the risk of heart disease." + , dodgeNicksDoxasticState = Just Disbelief + , dodgeNicksDoxasticReason = NoProp + } + ] + } diff --git a/frontend/src/Cuckery/CuckList/Template copy 17.elm b/frontend/src/Cuckery/CuckList/Template copy 17.elm deleted file mode 100644 index 9520ef0..0000000 --- a/frontend/src/Cuckery/CuckList/Template copy 17.elm +++ /dev/null @@ -1,24 +0,0 @@ -module Cuckery.CuckList.Template%20copy%2017 exposing (..)module Cuckery.CuckList.Template exposing (..) - -import Cuckery.Types exposing (..) - - -templateCuck : Cuck -templateCuck = - let - name : String - name = - "" - in - { cuckImage = formatCuckName name - , cuckName = name - , cuckSocial = "" - , cuckDodges = - [ { dodgeLink = "" - , dodgeDescription = NoReply - , dodgeProposition = "." - , dodgeNicksDoxasticState = Just Agnostic - , dodgeNicksDoxasticReason = NoProp - } - ] - } diff --git a/frontend/src/Cuckery/CuckList/Template copy 18.elm b/frontend/src/Cuckery/CuckList/Template copy 18.elm deleted file mode 100644 index a224f58..0000000 --- a/frontend/src/Cuckery/CuckList/Template copy 18.elm +++ /dev/null @@ -1,24 +0,0 @@ -module Cuckery.CuckList.Template%20copy%2018 exposing (..)module Cuckery.CuckList.Template exposing (..) - -import Cuckery.Types exposing (..) - - -templateCuck : Cuck -templateCuck = - let - name : String - name = - "" - in - { cuckImage = formatCuckName name - , cuckName = name - , cuckSocial = "" - , cuckDodges = - [ { dodgeLink = "" - , dodgeDescription = NoReply - , dodgeProposition = "." - , dodgeNicksDoxasticState = Just Agnostic - , dodgeNicksDoxasticReason = NoProp - } - ] - } diff --git a/frontend/src/Cuckery/CuckList/Template copy 19.elm b/frontend/src/Cuckery/CuckList/Template copy 19.elm deleted file mode 100644 index 8ba44bc..0000000 --- a/frontend/src/Cuckery/CuckList/Template copy 19.elm +++ /dev/null @@ -1,24 +0,0 @@ -module Cuckery.CuckList.Template%20copy%2019 exposing (..)module Cuckery.CuckList.Template exposing (..) - -import Cuckery.Types exposing (..) - - -cuckCliffHarvey : Cuck -cuckCliffHarvey = - let - name : String - name = - "" - in - { cuckImage = formatCuckName name - , cuckName = name - , cuckSocial = "" - , cuckDodges = - [ { dodgeLink = "" - , dodgeDescription = NoReply - , dodgeProposition = "." - , dodgeNicksDoxasticState = Just Agnostic - , dodgeNicksDoxasticReason = NoProp - } - ] - } diff --git a/frontend/src/Cuckery/CuckList/Template copy.elm b/frontend/src/Cuckery/CuckList/Template copy.elm deleted file mode 100644 index 2c35240..0000000 --- a/frontend/src/Cuckery/CuckList/Template copy.elm +++ /dev/null @@ -1,24 +0,0 @@ -module Cuckery.CuckList.Template%20copy exposing (..)module Cuckery.CuckList.Template exposing (..) - -import Cuckery.Types exposing (..) - - -templateCuck : Cuck -templateCuck = - let - name : String - name = - "" - in - { cuckImage = formatCuckName name - , cuckName = name - , cuckSocial = "" - , cuckDodges = - [ { dodgeLink = "" - , dodgeDescription = NoReply - , dodgeProposition = "." - , dodgeNicksDoxasticState = Just Agnostic - , dodgeNicksDoxasticReason = NoProp - } - ] - } diff --git a/frontend/src/Cuckery/CuckList/TravisStatham.elm b/frontend/src/Cuckery/CuckList/TravisStatham.elm new file mode 100644 index 0000000..af87df7 --- /dev/null +++ b/frontend/src/Cuckery/CuckList/TravisStatham.elm @@ -0,0 +1,30 @@ +module Cuckery.CuckList.TravisStatham exposing (..) + +import Cuckery.Types exposing (..) + + +cuckTravisStatham : Cuck +cuckTravisStatham = + let + name : String + name = + "Travis Statham" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "https://twitter.com/Travis_Statham" + , cuckDodges = + [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1461428023207489542?s=20" + , dodgeDescription = NoReply + , dodgeProposition = "seed oils do not cause obesity." + , dodgeNicksDoxasticState = Just Belief + , dodgeNicksDoxasticReason = NoProp + } + , { dodgeLink = "https://www.reddit.com/r/StopEatingSeedOils/comments/v457tu/how_vegetable_oils_make_us_fat_zero_acre/ic9u7wu/?utm_source=share" + , dodgeDescription = NoReply + , dodgeProposition = "seed oils do not cause obesity." + , dodgeNicksDoxasticState = Just Belief + , dodgeNicksDoxasticReason = NoProp + } + ] + } diff --git a/frontend/src/Cuckery/CuckList/TristanHaggard.elm b/frontend/src/Cuckery/CuckList/TristanHaggard.elm new file mode 100644 index 0000000..2eef8dd --- /dev/null +++ b/frontend/src/Cuckery/CuckList/TristanHaggard.elm @@ -0,0 +1,24 @@ +module Cuckery.CuckList.TristanHaggard exposing (..) + +import Cuckery.Types exposing (..) + + +cuckTristanHaggard : Cuck +cuckTristanHaggard = + let + name : String + name = + "Tristan Haggard" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "https://twitter.com/Trxstxn4" + , cuckDodges = + [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1513596227052527621?s=20" + , dodgeDescription = RanAway + , dodgeProposition = "" + , dodgeNicksDoxasticState = Just Agnostic + , dodgeNicksDoxasticReason = NoProp + } + ] + } diff --git a/frontend/src/Cuckery/CuckList/TroKalayjian.elm b/frontend/src/Cuckery/CuckList/TroKalayjian.elm new file mode 100644 index 0000000..82b4cac --- /dev/null +++ b/frontend/src/Cuckery/CuckList/TroKalayjian.elm @@ -0,0 +1,24 @@ +module Cuckery.CuckList.TroKalayjian exposing (..) + +import Cuckery.Types exposing (..) + + +cuckTroKalayjian : Cuck +cuckTroKalayjian = + let + name : String + name = + "Tro Kalayjian" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "https://twitter.com/DoctorTro" + , cuckDodges = + [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1261351818430255104?s=20" + , dodgeDescription = RanAway + , dodgeProposition = "Dr. Tho engages in shitty behaviour that causes people to dislike him." + , dodgeNicksDoxasticState = Just Belief + , dodgeNicksDoxasticReason = NoProp + } + ] + } diff --git a/frontend/src/Cuckery/CuckList/TuckerGoodrich.elm b/frontend/src/Cuckery/CuckList/TuckerGoodrich.elm new file mode 100644 index 0000000..414aafa --- /dev/null +++ b/frontend/src/Cuckery/CuckList/TuckerGoodrich.elm @@ -0,0 +1,42 @@ +module Cuckery.CuckList.TuckerGoodrich exposing (..) + +import Cuckery.Types exposing (..) + + +cuckTuckerGoodrich : Cuck +cuckTuckerGoodrich = + let + name : String + name = + "Tucker Goodrich" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "https://twitter.com/TuckerGoodrich" + , cuckDodges = + [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1276694117494358017?s=19" + , dodgeDescription = RanAway + , dodgeProposition = "nutritional epidemiology is almost always wrong." + , dodgeNicksDoxasticState = Just Disbelief + , dodgeNicksDoxasticReason = NoProp + } + , { dodgeLink = "https://twitter.com/TuckerGoodrich/status/1428062578668830720?s=20" + , dodgeDescription = RanAway + , dodgeProposition = noProposition + , dodgeNicksDoxasticState = Nothing + , dodgeNicksDoxasticReason = NoProp + } + , { dodgeLink = "https://twitter.com/TuckerGoodrich/status/1469366622196359170?s=20" + , dodgeDescription = OutrightNo + , dodgeProposition = noProposition + , dodgeNicksDoxasticState = Nothing + , dodgeNicksDoxasticReason = NoProp + } + , { dodgeLink = "https://twitter.com/TuckerGoodrich/status/1470029816975872007?s=20" + , dodgeDescription = KillScreen + , dodgeProposition = noProposition + , dodgeNicksDoxasticState = Nothing + , dodgeNicksDoxasticReason = NoProp + } + ] + } diff --git a/frontend/src/Cuckery/CuckList/ZoeHarcombe.elm b/frontend/src/Cuckery/CuckList/ZoeHarcombe.elm new file mode 100644 index 0000000..2147250 --- /dev/null +++ b/frontend/src/Cuckery/CuckList/ZoeHarcombe.elm @@ -0,0 +1,24 @@ +module Cuckery.CuckList.ZoeHarcombe exposing (..) + +import Cuckery.Types exposing (..) + + +cuckZoeHarcombe : Cuck +cuckZoeHarcombe = + let + name : String + name = + "Zoe Harcombe" + in + { cuckImage = formatCuckName name + , cuckName = name + , cuckSocial = "https://twitter.com/zoeharcombe" + , cuckDodges = + [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1418263706178310149" + , dodgeDescription = NoReply + , dodgeProposition = "saturated fat doesn't increase the risk of coronary heart disease." + , dodgeNicksDoxasticState = Just Disbelief + , dodgeNicksDoxasticReason = NoProp + } + ] + } diff --git a/frontend/src/Pages/Dodgers.elm b/frontend/src/Pages/Dodgers.elm index 1aeeabf..916eade 100755 --- a/frontend/src/Pages/Dodgers.elm +++ b/frontend/src/Pages/Dodgers.elm @@ -4,9 +4,69 @@ import Config.Colour as T exposing (..) import Config.Format as O exposing (..) import Config.Identity as I exposing (..) import Cuckery.CuckList.AdamSinger exposing (cuckAdamSinger) +import Cuckery.CuckList.AmberOHearn exposing (cuckAmberOHearn) import Cuckery.CuckList.AnnChilders exposing (cuckAnnChilders) import Cuckery.CuckList.AnthonyGustin exposing (cuckAnthonyGustin) +import Cuckery.CuckList.AshwaniGarg exposing (cuckAshwaniGarg) +import Cuckery.CuckList.AustinHerbert exposing (cuckAustinHerbert) import Cuckery.CuckList.BartKay exposing (cuckBartKay) +import Cuckery.CuckList.BenBikman exposing (cuckBenBikman) +import Cuckery.CuckList.BennyMalone exposing (cuckBennyMalone) +import Cuckery.CuckList.BradCampbell exposing (cuckBradCampbell) +import Cuckery.CuckList.BradCohn exposing (cuckBradCohn) +import Cuckery.CuckList.BradMarshall exposing (cuckBradMarshall) +import Cuckery.CuckList.BrianKerley exposing (cuckBrianKerley) +import Cuckery.CuckList.CarnivoreAurelius exposing (cuckCarnivoreAurelius) +import Cuckery.CuckList.CateShanahan exposing (cuckCateShanahan) +import Cuckery.CuckList.ChrisBoettcher exposing (cuckChrisBoettcher) +import Cuckery.CuckList.ClaraAboel exposing (cuckClaraAboel) +import Cuckery.CuckList.ClemensZsofia exposing (cuckClemensZsofia) +import Cuckery.CuckList.CliffHarvey exposing (cuckCliffHarvey) +import Cuckery.CuckList.DaveFeldman exposing (cuckDaveFeldman) +import Cuckery.CuckList.DavidDiamond exposing (cuckDavidDiamond) +import Cuckery.CuckList.DavidGornoski exposing (cuckDavidGornoski) +import Cuckery.CuckList.DianaRodgers exposing (cuckDianaRodgers) +import Cuckery.CuckList.EdwardGoeke exposing (cuckEdwardGoeke) +import Cuckery.CuckList.ElieJarrouge exposing (cuckElieJarrouge) +import Cuckery.CuckList.GaryBrecka exposing (cuckGaryBrecka) +import Cuckery.CuckList.GaryFettke exposing (cuckGaryFettke) +import Cuckery.CuckList.GaryTaubes exposing (cuckGaryTaubes) +import Cuckery.CuckList.GeorgeMartin exposing (cuckGeorgeMartin) +import Cuckery.CuckList.GuyAustin exposing (cuckGuyAustin) +import Cuckery.CuckList.IvorCummins exposing (cuckIvorCummins) +import Cuckery.CuckList.JakeMey exposing (cuckJakeMey) +import Cuckery.CuckList.JamesDiNicolantonio exposing (cuckJamesDiNicolantonio) +import Cuckery.CuckList.JosephEverett exposing (cuckJosephEverett) +import Cuckery.CuckList.JustinMares exposing (cuckJustinMares) +import Cuckery.CuckList.KaitMalthaner exposing (cuckKaitMalthaner) +import Cuckery.CuckList.KemMinnick exposing (cuckKemMinnick) +import Cuckery.CuckList.KenBerry exposing (cuckKenBerry) +import Cuckery.CuckList.KevinStock exposing (cuckKevinStock) +import Cuckery.CuckList.KyleMamounis exposing (cuckKyleMamounis) +import Cuckery.CuckList.MarkSisson exposing (cuckMarkSisson) +import Cuckery.CuckList.MartyKendall exposing (cuckMartyKendall) +import Cuckery.CuckList.MaxLugavere exposing (cuckMaxLugavere) +import Cuckery.CuckList.MichaelKummer exposing (cuckMichaelKummer) +import Cuckery.CuckList.MichaelManderville exposing (cuckMichaelManderville) +import Cuckery.CuckList.MikeMutzel exposing (cuckMikeMutzel) +import Cuckery.CuckList.MikeSweeney exposing (cuckMikeSweeney) +import Cuckery.CuckList.NickEggleton exposing (cuckNickEggleton) +import Cuckery.CuckList.NinaTeicholz exposing (cuckNinaTeicholz) +import Cuckery.CuckList.NorstrongChris exposing (cuckNorstrongChris) +import Cuckery.CuckList.PaulMason exposing (cuckPaulMason) +import Cuckery.CuckList.PaulSaladino exposing (cuckPaulSaladino) +import Cuckery.CuckList.PhilipOvadia exposing (cuckPhilipOvadia) +import Cuckery.CuckList.PhilippeStephenson exposing (cuckPhilippeStephenson) +import Cuckery.CuckList.RalphNapolitano exposing (cuckRalphNapolitano) +import Cuckery.CuckList.RaphaelSirtoli exposing (cuckRaphaelSirtoli) +import Cuckery.CuckList.RobMeijer exposing (cuckRobMeijer) +import Cuckery.CuckList.RobbWolf exposing (cuckRobbWolf) +import Cuckery.CuckList.SimonGoddek exposing (cuckSimonGoddek) +import Cuckery.CuckList.TravisStatham exposing (cuckTravisStatham) +import Cuckery.CuckList.TristanHaggard exposing (cuckTristanHaggard) +import Cuckery.CuckList.TroKalayjian exposing (cuckTroKalayjian) +import Cuckery.CuckList.TuckerGoodrich exposing (cuckTuckerGoodrich) +import Cuckery.CuckList.ZoeHarcombe exposing (cuckZoeHarcombe) import Cuckery.Helpers exposing (..) import Effect exposing (Effect) import Element exposing (..) @@ -101,504 +161,67 @@ dodgersList = <| List.map cuckMaker [ cuckAdamSinger + , cuckAmberOHearn , cuckAnnChilders , cuckAnthonyGustin + , cuckAshwaniGarg + , cuckAustinHerbert , cuckBartKay + , cuckBenBikman + , cuckBennyMalone + , cuckBradCampbell + , cuckBradCohn + , cuckBradMarshall + , cuckBrianKerley + , cuckCarnivoreAurelius + , cuckCateShanahan + , cuckChrisBoettcher + , cuckClaraAboel + , cuckClemensZsofia + , cuckCliffHarvey + , cuckDaveFeldman + , cuckDavidDiamond + , cuckDavidGornoski + , cuckDianaRodgers + , cuckEdwardGoeke + , cuckElieJarrouge + , cuckGaryBrecka + , cuckGaryFettke + , cuckGaryTaubes + , cuckGeorgeMartin + , cuckGuyAustin + , cuckIvorCummins + , cuckJakeMey + , cuckJamesDiNicolantonio + , cuckJosephEverett + , cuckJustinMares + , cuckKaitMalthaner + , cuckKemMinnick + , cuckKenBerry + , cuckKevinStock + , cuckKyleMamounis + , cuckMarkSisson + , cuckMartyKendall + , cuckMaxLugavere + , cuckMichaelKummer + , cuckMichaelManderville + , cuckMikeMutzel + , cuckMikeSweeney + , cuckNickEggleton + , cuckNinaTeicholz + , cuckNorstrongChris + , cuckPaulMason + , cuckPaulSaladino + , cuckPhilipOvadia + , cuckPhilippeStephenson + , cuckRalphNapolitano + , cuckRaphaelSirtoli + , cuckRobMeijer + , cuckRobbWolf + , cuckSimonGoddek + , cuckTravisStatham + , cuckTristanHaggard + , cuckTroKalayjian + , cuckTuckerGoodrich + , cuckZoeHarcombe ] - - - --- cucks = - --- , { cuckImage = "cucks/justinmares.png" --- , cuckName = "Justin Mares" --- , cuckSocial = "https://twitter.com/jwmares" --- , cuckDodges = --- [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1329266554089869312?s=20" --- , dodgeDescription = dodgeType.ranAway --- , dodgeProposition = "vegetable oils drive inflammation and are causally linked to weight gain and diseases of inflammation." --- , dodgeNicksPosition = doxasticType.falseState --- } --- ] --- } --- , { cuckImage = "cucks/josepheverett.png" --- , cuckName = "Joseph Everett" --- , cuckSocial = "https://twitter.com/JEverettLearned" --- , cuckDodges = --- [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1535334822825971712?s=20" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "seed oils cause coronary heart disease and cancer." --- , dodgeNicksPosition = doxasticType.falseState --- } --- , { dodgeLink = "https://twitter.com/TheNutrivore/status/1555138038740680704?s=20" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "seed oils cause coronary heart disease and cancer." --- , dodgeNicksPosition = doxasticType.falseState --- } --- ] --- } --- , { cuckImage = "cucks/kaitmalthaner.png" --- , cuckName = "Kait Malthaner" --- , cuckSocial = "https://twitter.com/healthcoachkait" --- , cuckDodges = --- [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1503258756687306753?s=20" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "omega-6 is pro-inflammatory." --- , dodgeNicksPosition = doxasticType.falseState --- } --- ] --- } --- , { cuckImage = "cucks/kemminnick.png" --- , cuckName = "Kem Minnick" --- , cuckSocial = "https://twitter.com/kemminnick" --- , cuckDodges = --- [ { dodgeLink = "https://twitter.com/kemminnick/status/1469336100300726273?s=20" --- , dodgeDescription = dodgeType.ghostedMe --- , dodgeProposition = "seed oils are not a significant, independent concern for the development of chronic diseases." --- , dodgeNicksPosition = doxasticType.trueState --- } --- , { dodgeLink = "https://twitter.com/The_Nutrivore/status/1476990862793986052?s=20" --- , dodgeDescription = dodgeType.ranAway --- , dodgeProposition = "seed oils are not a significant, independent concern for the development of chronic diseases." --- , dodgeNicksPosition = doxasticType.trueState --- } --- ] --- } --- , { cuckImage = "cucks/kenberry.png" --- , cuckName = "Ken Berry" --- , cuckSocial = "https://twitter.com/KenDBerryMD" --- , cuckDodges = --- [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1366524889067368449?s=20" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "type 2 diabetes is chronic carbohydrate overdose." --- , dodgeNicksPosition = doxasticType.falseState --- } --- , { dodgeLink = "https://twitter.com/TheNutrivore/status/1539720236701589504?s=20" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "replacing animal fats with vegetable oils is dangerous." --- , dodgeNicksPosition = doxasticType.trueState --- } --- , { dodgeLink = "https://twitter.com/TheNutrivore/status/1539721408372039680?s=20" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "replacing animal fats with vegetable oils is dangerous." --- , dodgeNicksPosition = doxasticType.trueState --- } --- , { dodgeLink = "https://x.com/TheNutrivore/status/1813969807521300615" --- , dodgeDescription = dodgeType.inTooDeep --- , dodgeProposition = propType.noClearProp --- , dodgeNicksPosition = doxasticType.unevalState --- } --- ] --- } --- , { cuckImage = "cucks/kevinstock.png" --- , cuckName = "Kevin Stock" --- , cuckSocial = "https://twitter.com/kevinstock12" --- , cuckDodges = --- [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1530140722225102848?s=20" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = propType.noClearProp --- , dodgeNicksPosition = doxasticType.unevalState --- } --- , { dodgeLink = "https://twitter.com/The_Nutrivore/status/1534927799911317509?s=20" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "saturated fat does not cause cardiovascular disease." --- , dodgeNicksPosition = doxasticType.falseState --- } --- ] --- } --- , { cuckImage = "cucks/kylemamounis.png" --- , cuckName = "Kyle Mamounis" --- , cuckSocial = "https://twitter.com/Nutricrinology" --- , cuckDodges = --- [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1389259133044477953?s=20" --- , dodgeDescription = dodgeType.ranAway --- , dodgeProposition = "statins do not prevent cardiovascular events." --- , dodgeNicksPosition = doxasticType.falseState --- } --- ] --- } --- , { cuckImage = "cucks/marksisson.png" --- , cuckName = "Mark Sisson" --- , cuckSocial = "https://twitter.com/Mark_Sisson" --- , cuckDodges = --- [ { dodgeLink = "https://twitter.com/TheNutrivore/status/1488360227141419009?s=20" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = propType.noClearProp --- , dodgeNicksPosition = doxasticType.unevalState --- } --- ] --- } --- , { cuckImage = "cucks/martykendall.png" --- , cuckName = "Marty Kendall" --- , cuckSocial = "https://twitter.com/martykendall2" --- , cuckDodges = --- [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1310548994804809729" --- , dodgeDescription = dodgeType.ranAway --- , dodgeProposition = "to access your body fat, you need to deplete both glucose and fat from the blood first." --- , dodgeNicksPosition = doxasticType.falseState --- } --- ] --- } --- , { cuckImage = "cucks/maxlugavere.png" --- , cuckName = "Max Lugavere" --- , cuckSocial = "https://twitter.com/maxlugavere" --- , cuckDodges = --- [ { dodgeLink = "https://twitter.com/maxlugavere/status/1517683567249149953?s=20" --- , dodgeDescription = dodgeType.ranAway --- , dodgeProposition = "seed oils consumption is associated with an increased risk of CVD and Alzheimer's disease." --- , dodgeNicksPosition = doxasticType.agnosticState --- } --- , { dodgeLink = "https://twitter.com/The_Nutrivore/status/1518307089742848000?s=20" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "seed oils consumption is associated with an increased risk of CVD and Alzheimer's disease." --- , dodgeNicksPosition = doxasticType.agnosticState --- } --- , { dodgeLink = "https://twitter.com/maxlugavere/status/1518367365683064833?s=20" --- , dodgeDescription = dodgeType.outrightNo --- , dodgeProposition = "seed oils consumption is associated with an increased risk of CVD and Alzheimer's disease." --- , dodgeNicksPosition = doxasticType.agnosticState --- } --- ] --- } --- , { cuckImage = "cucks/michaelkummer.png" --- , cuckName = "Michael Kummer" --- , cuckSocial = "https://twitter.com/mkummer82" --- , cuckDodges = --- [ { dodgeLink = "https://twitter.com/mkummer82/status/1465755847917715464?s=20" --- , dodgeDescription = dodgeType.outrightNo --- , dodgeProposition = "polyunsaturated fats cause cell damage, inflammation and metabolic dysfunction." --- , dodgeNicksPosition = doxasticType.falseState --- } --- ] --- } --- , { cuckImage = "cucks/michaelmanderville.png" --- , cuckName = "Michael Manderville" --- , cuckSocial = "https://twitter.com/MikeManderville" --- , cuckDodges = --- [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1503036463306489856?s=20" --- , dodgeDescription = dodgeType.ranAway --- , dodgeProposition = "a logically coherent position will have logically coherent answer to a logically coherent hypothetical." --- , dodgeNicksPosition = doxasticType.trueState --- } --- ] --- } --- , { cuckImage = "cucks/mike mutzel.png" --- , cuckName = "Mike Mutzel" --- , cuckSocial = "https://twitter.com/MikeMutzel" --- , cuckDodges = --- [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1414457776982552576?s=20" --- , dodgeDescription = dodgeType.ranAway --- , dodgeProposition = "COVID is nothing more than a cold to those that are healthy." --- , dodgeNicksPosition = doxasticType.falseState --- } --- , { dodgeLink = "https://twitter.com/TheNutrivore/status/1584645853771616256?s=20" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "there is little to no association between saturated fat and cardiovascular disease." --- , dodgeNicksPosition = doxasticType.falseState --- } --- ] --- } --- , { cuckImage = "cucks/mikesweeney.png" --- , cuckName = "Mike Sweeney" --- , cuckSocial = "https://twitter.com/thelowcarb_rd" --- , cuckDodges = --- [ { dodgeLink = "https://x.com/TheNutrivore/status/1746962254052962552" --- , dodgeDescription = dodgeType.outrightNo --- , dodgeProposition = "vegan diets are nowhere near appropriate for the average person in society." --- , dodgeNicksPosition = doxasticType.agnosticState --- } --- , { dodgeLink = "https://x.com/thelowcarb_rd/status/1654182805964836865" --- , dodgeDescription = dodgeType.ghostedMe --- , dodgeProposition = "statistical gymnastics don't inform on real world mechanisms and hard outcomes." --- , dodgeNicksPosition = doxasticType.agnosticState --- } --- , { dodgeLink = "https://twitter.com/TheNutrivore/status/1776652108646821913?t=Pf4sfAC1Z0pAcxGfQFr7oQ" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "Cheerios cause nausea, vomiting, seizures, irregular heartbeat, liver damage, and coma." --- , dodgeNicksPosition = doxasticType.falseState --- } --- ] --- } --- , { cuckImage = "cucks/nickeggleton.png" --- , cuckName = "Nick Eggleton" --- , cuckSocial = "https://twitter.com/NickEggleton" --- , cuckDodges = --- [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1266626885703720961?s=20" --- , dodgeDescription = dodgeType.outrightNo --- , dodgeProposition = "polyunsaturated fats are poison." --- , dodgeNicksPosition = doxasticType.agnosticState --- } --- ] --- } --- , { cuckImage = "cucks/ninateicholz.png" --- , cuckName = "Nina Teicholz" --- , cuckSocial = "https://twitter.com/bigfatsurprise" --- , cuckDodges = --- [ { dodgeLink = "https://twitter.com/TheNutrivore/status/1556510529014882305?s=20" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "the science linking red meat to heart disease is very weak." --- , dodgeNicksPosition = doxasticType.agnosticState --- } --- , { dodgeLink = "https://twitter.com/TheNutrivore/status/1467571763865210881?s=20" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "the available evidence supports limiting saturated fat intake for coronary heart disease risk reduction." --- , dodgeNicksPosition = doxasticType.trueState --- } --- , { dodgeLink = "https://twitter.com/TheNutrivore/status/1538895943050878977?s=20" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "vegans pretend biology isn't real." --- , dodgeNicksPosition = doxasticType.agnosticState --- } --- ] --- } --- , { cuckImage = "cucks/norstrongchris.png" --- , cuckName = "Norstrong Chris" --- , cuckSocial = "https://twitter.com/NNMChris" --- , cuckDodges = --- [ { dodgeLink = "https://twitter.com/NorstrongHealth/status/1416939281973530626?s=20" --- , dodgeDescription = dodgeType.ranAway --- , dodgeProposition = "government funded USDA data is untrustworthy." --- , dodgeNicksPosition = doxasticType.agnosticState --- } --- , { dodgeLink = "https://twitter.com/The_Nutrivore/status/1534573919562350594?s=20" --- , dodgeDescription = dodgeType.outrightNo --- , dodgeProposition = "nutrition science as a whole is shit." --- , dodgeNicksPosition = doxasticType.agnosticState --- } --- , { dodgeLink = "https://twitter.com/TheNutrivore/status/1534614710196260865?s=20" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "nutrition science as a whole is shit." --- , dodgeNicksPosition = doxasticType.agnosticState --- } --- ] --- } --- , { cuckImage = "cucks/paulmason.png" --- , cuckName = "Paul Mason" --- , cuckSocial = "https://twitter.com/DrPaulMason" --- , cuckDodges = --- [ { dodgeLink = "https://twitter.com/Tom_Babington1/status/1361644276866830337?s=20" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = propType.noClearProp --- , dodgeNicksPosition = doxasticType.unevalState --- } --- , { dodgeLink = "https://twitter.com/IdanOnTweeter/status/1373233980594618371?s=20" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "Ancel Keys' Seven Countries Study was flawed." --- , dodgeNicksPosition = doxasticType.agnosticState --- } --- , { dodgeLink = "https://twitter.com/The_Nutrivore/status/1461361726943760391?s=20" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "dietary linoleic acid is not a significant, independent concern for the development of chronic diseases." --- , dodgeNicksPosition = doxasticType.trueState --- } --- ] --- } --- , { cuckImage = "cucks/paulsaladino.png" --- , cuckName = "Paul Saladino" --- , cuckSocial = "https://twitter.com/paulsaladinomd" --- , cuckDodges = --- [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1275912849999695872?s=20" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "subsidies for corn and soy are huge contributors to the chronic disease epidemic in the US." --- , dodgeNicksPosition = doxasticType.agnosticState --- } --- , { dodgeLink = "https://twitter.com/FoodFirst_Ty/status/1282847039596843009?s=20" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "seed oils are not a significant, independent risk factor for public health." --- , dodgeNicksPosition = doxasticType.trueState --- } --- , { dodgeLink = "https://twitter.com/FoodFirst_Ty/status/1283449495682904064?s=20" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "to exclude animal foods from the human diet is a nutritional catastrophe." --- , dodgeNicksPosition = doxasticType.agnosticState --- } --- , { dodgeLink = "https://twitter.com/The_Nutrivore/status/1282851963902636032?s=20" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "to exclude animal foods from the human diet is a nutritional catastrophe." --- , dodgeNicksPosition = doxasticType.agnosticState --- } --- , { dodgeLink = "https://twitter.com/The_Nutrivore/status/1469136550046814219?s=20" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "nutritional epidemiology generally provides good causal estimates." --- , dodgeNicksPosition = doxasticType.trueState --- } --- , { dodgeLink = "https://twitter.com/TheNutrivore/status/1633831762509045766?s=20" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "linoleic acid wreaks havoc in your body." --- , dodgeNicksPosition = doxasticType.agnosticState --- } --- ] --- } --- , { cuckImage = "cucks/philipovadia.png" --- , cuckName = "Philip Ovadia" --- , cuckSocial = "https://twitter.com/ifixhearts" --- , cuckDodges = --- [ { dodgeLink = "https://twitter.com/TheNutrivore/status/1557791520324890624?s=20" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "sugar is the problem and meat is the solution." --- , dodgeNicksPosition = doxasticType.agnosticState --- } --- , { dodgeLink = "https://twitter.com/TheNutrivore/status/1558282337024180224?s=20" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "LDL doesn't cause coronary heart disease because it is just part of the arterial repair process." --- , dodgeNicksPosition = doxasticType.falseState --- } --- ] --- } --- , { cuckImage = "cucks/philippestephenson.png" --- , cuckName = "Philippe Stephenson" --- , cuckSocial = "https://twitter.com/TotalCytopath" --- , cuckDodges = --- [ { dodgeLink = "https://x.com/TheNutrivore/status/1779587012120715433" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "seed oils save lives." --- , dodgeNicksPosition = doxasticType.trueState --- } --- ] --- } --- , { cuckImage = "cucks/ralphnapolitano.png" --- , cuckName = "Ralph Napolitano" --- , cuckSocial = "https://twitter.com/DrRalphNap" --- , cuckDodges = --- [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1462794580848300034?s=20" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "oatmeal is one of the worst foods you can eat and has no health benefits." --- , dodgeNicksPosition = doxasticType.falseState --- } --- ] --- } --- , { cuckImage = "cucks/raphaelsirtoli.png" --- , cuckName = "Raphael Sirtoli" --- , cuckSocial = "https://twitter.com/raphaels7" --- , cuckDodges = --- [ { dodgeLink = "https://twitter.com/raphaels7/status/1475767357188579329?s=20" --- , dodgeDescription = dodgeType.outrightNo --- , dodgeProposition = "the diet-heart hypothesis is false." --- , dodgeNicksPosition = doxasticType.falseState --- } --- , { dodgeLink = "https://x.com/raphaels7/status/1783541746015654072" --- , dodgeDescription = dodgeType.killScreen --- , dodgeProposition = "seed oils are not a significant, independent risk factor for public health." --- , dodgeNicksPosition = doxasticType.trueState --- } --- ] --- } --- , { cuckImage = "cucks/robmeijer.png" --- , cuckName = "Rob Meijer" --- , cuckSocial = "https://twitter.com/EngineerDiet" --- , cuckDodges = --- [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1435850829051793408?s=20" --- , dodgeDescription = dodgeType.ranAway --- , dodgeProposition = propType.noClearProp --- , dodgeNicksPosition = doxasticType.unevalState --- } --- ] --- } --- , { cuckImage = "cucks/robbwolf.png" --- , cuckName = "Robb Wolf" --- , cuckSocial = "https://twitter.com/robbwolf" --- , cuckDodges = --- [ { dodgeLink = "https://twitter.com/TheNutrivore/status/1601624559647875072?s=20" --- , dodgeDescription = dodgeType.outrightNo --- , dodgeProposition = "ancestral foods are more likely to be antagonistically pleiotropic than novel foods." --- , dodgeNicksPosition = doxasticType.trueState --- } --- ] --- } --- , { cuckImage = "cucks/simongoddek.png" --- , cuckName = "Simon Goddek" --- , cuckSocial = "https://x.com/goddeketal" --- , cuckDodges = --- [ { dodgeLink = "https://x.com/TheNutrivore/status/1795673579931255233" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "vegetable oils increase the risk of heart disease." --- , dodgeNicksPosition = doxasticType.falseState --- } --- , { dodgeLink = "https://x.com/TheNutrivore/status/1795885929678196951" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "vegetable oils increase the risk of heart disease." --- , dodgeNicksPosition = doxasticType.falseState --- } --- , { dodgeLink = "https://x.com/TheNutrivore/status/1795674575315112396" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "vegetable oils increase the risk of heart disease." --- , dodgeNicksPosition = doxasticType.falseState --- } --- ] --- } --- , { cuckImage = "cucks/travisstatham.png" --- , cuckName = "Travis Statham" --- , cuckSocial = "https://twitter.com/Travis_Statham" --- , cuckDodges = --- [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1461428023207489542?s=20" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "seed oils do not cause obesity." --- , dodgeNicksPosition = doxasticType.trueState --- } --- , { dodgeLink = "https://www.reddit.com/r/StopEatingSeedOils/comments/v457tu/how_vegetable_oils_make_us_fat_zero_acre/ic9u7wu/?utm_source=share" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "seed oils do not cause obesity." --- , dodgeNicksPosition = doxasticType.trueState --- } --- ] --- } --- , { cuckImage = "cucks/tristanhaggard.png" --- , cuckName = "Tristan Haggard" --- , cuckSocial = "https://twitter.com/Trxstxn4" --- , cuckDodges = --- [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1513596227052527621?s=20" --- , dodgeDescription = dodgeType.ranAway --- , dodgeProposition = "seed oils are toxic." --- , dodgeNicksPosition = doxasticType.agnosticState --- } --- ] --- } --- , { cuckImage = "cucks/trokalayjian.png" --- , cuckName = "Tro Kalayjian" --- , cuckSocial = "https://twitter.com/DoctorTro" --- , cuckDodges = --- [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1261351818430255104?s=20" --- , dodgeDescription = dodgeType.ranAway --- , dodgeProposition = "Dr. Tho engages in shitty behaviour that causes people to dislike him." --- , dodgeNicksPosition = doxasticType.trueState --- } --- ] --- } --- , { cuckImage = "cucks/tuckergoodrich.png" --- , cuckName = "Tucker Goodrich" --- , cuckSocial = "https://twitter.com/TuckerGoodrich" --- , cuckDodges = --- [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1276694117494358017?s=19" --- , dodgeDescription = dodgeType.ranAway --- , dodgeProposition = "nutritional epidemiology is almost always wrong." --- , dodgeNicksPosition = doxasticType.falseState --- } --- , { dodgeLink = "https://twitter.com/TuckerGoodrich/status/1428062578668830720?s=20" --- , dodgeDescription = dodgeType.ranAway --- , dodgeProposition = propType.noClearProp --- , dodgeNicksPosition = doxasticType.unevalState --- } --- , { dodgeLink = "https://twitter.com/TuckerGoodrich/status/1469366622196359170?s=20" --- , dodgeDescription = dodgeType.outrightNo --- , dodgeProposition = propType.noClearProp --- , dodgeNicksPosition = doxasticType.unevalState --- } --- , { dodgeLink = "https://twitter.com/TuckerGoodrich/status/1470029816975872007?s=20" --- , dodgeDescription = dodgeType.killScreen --- , dodgeProposition = propType.noClearProp --- , dodgeNicksPosition = doxasticType.unevalState --- } --- ] --- } --- , { cuckImage = "cucks/zoeharcombe.png" --- , cuckName = "Zoe Harcombe" --- , cuckSocial = "https://twitter.com/zoeharcombe" --- , cuckDodges = --- [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1418263706178310149" --- , dodgeDescription = dodgeType.noReply --- , dodgeProposition = "saturated fat doesn't increase the risk of coronary heart disease." --- , dodgeNicksPosition = doxasticType.falseState --- } --- ] --- } --- ]