mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-15 20:15:12 -05:00
feat: garnished the cuck salad
This commit is contained in:
parent
a3ad02ad9d
commit
671195480b
28 changed files with 351 additions and 488 deletions
30
frontend/src/Cuckery/CuckList/DavidDiamond.elm
Normal file
30
frontend/src/Cuckery/CuckList/DavidDiamond.elm
Normal file
|
@ -0,0 +1,30 @@
|
|||
module Cuckery.CuckList.DavidDiamond exposing (..)
|
||||
|
||||
import Cuckery.Types exposing (..)
|
||||
|
||||
|
||||
cuckDavidDiamond : Cuck
|
||||
cuckDavidDiamond =
|
||||
let
|
||||
name : String
|
||||
name =
|
||||
"David Diamond"
|
||||
in
|
||||
{ cuckImage = formatCuckName name
|
||||
, cuckName = name
|
||||
, cuckSocial = "https://twitter.com/LDLSkeptic"
|
||||
, cuckDodges =
|
||||
[ { dodgeLink = "https://twitter.com/LDLSkeptic/status/1583471298306375681?s=20"
|
||||
, dodgeDescription = OutrightNo
|
||||
, dodgeProposition = "statin therapy is not warranted for a person high LDL-C on a low-carb diet."
|
||||
, dodgeNicksDoxasticState = Just Disbelief
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
, { dodgeLink = "https://twitter.com/LDLSkeptic/status/1583481964840902656?s=20"
|
||||
, dodgeDescription = KillScreen
|
||||
, dodgeProposition = "statin therapy is not warranted for a person high LDL-C on a low-carb diet."
|
||||
, dodgeNicksDoxasticState = Just Disbelief
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
]
|
||||
}
|
24
frontend/src/Cuckery/CuckList/DavidGornoski.elm
Normal file
24
frontend/src/Cuckery/CuckList/DavidGornoski.elm
Normal file
|
@ -0,0 +1,24 @@
|
|||
module Cuckery.CuckList.DavidGornoski exposing (..)
|
||||
|
||||
import Cuckery.Types exposing (..)
|
||||
|
||||
|
||||
cuckDavidGornoski : Cuck
|
||||
cuckDavidGornoski =
|
||||
let
|
||||
name : String
|
||||
name =
|
||||
"David Gornoski"
|
||||
in
|
||||
{ cuckImage = formatCuckName name
|
||||
, cuckName = name
|
||||
, cuckSocial = "https://twitter.com/DavidGornoski"
|
||||
, cuckDodges =
|
||||
[ { dodgeLink = "https://twitter.com/TheNutrivore/status/1525474063044550657?s=20"
|
||||
, dodgeDescription = OutrightNo
|
||||
, dodgeProposition = "polyunsaturated fatty acids cause obesity."
|
||||
, dodgeNicksDoxasticState = Just Disbelief
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
]
|
||||
}
|
24
frontend/src/Cuckery/CuckList/DianaRodgers.elm
Normal file
24
frontend/src/Cuckery/CuckList/DianaRodgers.elm
Normal file
|
@ -0,0 +1,24 @@
|
|||
module Cuckery.CuckList.DianaRodgers exposing (..)
|
||||
|
||||
import Cuckery.Types exposing (..)
|
||||
|
||||
|
||||
cuckDianaRodgers : Cuck
|
||||
cuckDianaRodgers =
|
||||
let
|
||||
name : String
|
||||
name =
|
||||
"Diana Rodgers"
|
||||
in
|
||||
{ cuckImage = formatCuckName name
|
||||
, cuckName = name
|
||||
, cuckSocial = "https://twitter.com/sustainabledish"
|
||||
, cuckDodges =
|
||||
[ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1365857401786814465?s=20"
|
||||
, dodgeDescription = InTooDeep
|
||||
, dodgeProposition = "saturated fat doesn't increase the risk of coronary heart disease."
|
||||
, dodgeNicksDoxasticState = Just Disbelief
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
]
|
||||
}
|
30
frontend/src/Cuckery/CuckList/EdwardGoeke.elm
Normal file
30
frontend/src/Cuckery/CuckList/EdwardGoeke.elm
Normal file
|
@ -0,0 +1,30 @@
|
|||
module Cuckery.CuckList.EdwardGoeke exposing (..)
|
||||
|
||||
import Cuckery.Types exposing (..)
|
||||
|
||||
|
||||
cuckEdwardGoeke : Cuck
|
||||
cuckEdwardGoeke =
|
||||
let
|
||||
name : String
|
||||
name =
|
||||
"Edward Goeke"
|
||||
in
|
||||
{ cuckImage = formatCuckName name
|
||||
, cuckName = name
|
||||
, cuckSocial = "https://twitter.com/GoekeEddie"
|
||||
, cuckDodges =
|
||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1773421625150746784?s=20"
|
||||
, dodgeDescription = NoReply
|
||||
, dodgeProposition = "seed oils are inflammatory."
|
||||
, dodgeNicksDoxasticState = Just Disbelief
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
, { dodgeLink = "https://x.com/TheNutrivore/status/1774154640403423359?s=20"
|
||||
, dodgeDescription = NoReply
|
||||
, dodgeProposition = "seed oils are inflammatory."
|
||||
, dodgeNicksDoxasticState = Just Disbelief
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
]
|
||||
}
|
24
frontend/src/Cuckery/CuckList/ElieJarrouge.elm
Normal file
24
frontend/src/Cuckery/CuckList/ElieJarrouge.elm
Normal file
|
@ -0,0 +1,24 @@
|
|||
module Cuckery.CuckList.ElieJarrouge exposing (..)
|
||||
|
||||
import Cuckery.Types exposing (..)
|
||||
|
||||
|
||||
cuckElieJarrouge : Cuck
|
||||
cuckElieJarrouge =
|
||||
let
|
||||
name : String
|
||||
name =
|
||||
"Elie Jarrouge"
|
||||
in
|
||||
{ cuckImage = formatCuckName name
|
||||
, cuckName = name
|
||||
, cuckSocial = "https://twitter.com/ElieJarrougeMD"
|
||||
, cuckDodges =
|
||||
[ { dodgeLink = "https://twitter.com/TheNutrivore/status/1506845469980315648?s=20"
|
||||
, dodgeDescription = NoReply
|
||||
, dodgeProposition = "sugar, refined carbs, and seed oils are poison."
|
||||
, dodgeNicksDoxasticState = Just Disbelief
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
]
|
||||
}
|
24
frontend/src/Cuckery/CuckList/GaryBrecka.elm
Normal file
24
frontend/src/Cuckery/CuckList/GaryBrecka.elm
Normal file
|
@ -0,0 +1,24 @@
|
|||
module Cuckery.CuckList.GaryBrecka exposing (..)
|
||||
|
||||
import Cuckery.Types exposing (..)
|
||||
|
||||
|
||||
cuckGaryBrecka : Cuck
|
||||
cuckGaryBrecka =
|
||||
let
|
||||
name : String
|
||||
name =
|
||||
"Gary Brecka"
|
||||
in
|
||||
{ cuckImage = formatCuckName name
|
||||
, cuckName = name
|
||||
, cuckSocial = "https://twitter.com/garybrecka1"
|
||||
, cuckDodges =
|
||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1726664526316372125"
|
||||
, dodgeDescription = NoReply
|
||||
, dodgeProposition = "linoleic acid consumption causes atherosclerosis."
|
||||
, dodgeNicksDoxasticState = Just Disbelief
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
]
|
||||
}
|
24
frontend/src/Cuckery/CuckList/GaryFettke.elm
Normal file
24
frontend/src/Cuckery/CuckList/GaryFettke.elm
Normal file
|
@ -0,0 +1,24 @@
|
|||
module Cuckery.CuckList.GaryFettke exposing (..)
|
||||
|
||||
import Cuckery.Types exposing (..)
|
||||
|
||||
|
||||
cuckGaryFettke : Cuck
|
||||
cuckGaryFettke =
|
||||
let
|
||||
name : String
|
||||
name =
|
||||
"Gary Fettke"
|
||||
in
|
||||
{ cuckImage = formatCuckName name
|
||||
, cuckName = name
|
||||
, cuckSocial = "https://x.com/FructoseNo"
|
||||
, cuckDodges =
|
||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1460983496524980224"
|
||||
, dodgeDescription = GhostedMe
|
||||
, dodgeProposition = "at current Western levels of intake, dietary linoleic acid is not a significant, independent concern for the development of chronic diseases."
|
||||
, dodgeNicksDoxasticState = Just Belief
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
]
|
||||
}
|
24
frontend/src/Cuckery/CuckList/GaryTaubes.elm
Normal file
24
frontend/src/Cuckery/CuckList/GaryTaubes.elm
Normal file
|
@ -0,0 +1,24 @@
|
|||
module Cuckery.CuckList.GaryTaubes exposing (..)
|
||||
|
||||
import Cuckery.Types exposing (..)
|
||||
|
||||
|
||||
cuckGaryTaubes : Cuck
|
||||
cuckGaryTaubes =
|
||||
let
|
||||
name : String
|
||||
name =
|
||||
"Gary Taubes"
|
||||
in
|
||||
{ cuckImage = formatCuckName name
|
||||
, cuckName = name
|
||||
, cuckSocial = "https://twitter.com/garytaubes"
|
||||
, cuckDodges =
|
||||
[ { dodgeLink = "https://twitter.com/garytaubes/status/1595180467552018432?s=20"
|
||||
, dodgeDescription = OutrightNo
|
||||
, dodgeProposition = "carbohydrates cause starvation."
|
||||
, dodgeNicksDoxasticState = Just Agnostic
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
]
|
||||
}
|
24
frontend/src/Cuckery/CuckList/GeorgeMartin.elm
Normal file
24
frontend/src/Cuckery/CuckList/GeorgeMartin.elm
Normal file
|
@ -0,0 +1,24 @@
|
|||
module Cuckery.CuckList.GeorgeMartin exposing (..)
|
||||
|
||||
import Cuckery.Types exposing (..)
|
||||
|
||||
|
||||
templateCuck : Cuck
|
||||
templateCuck =
|
||||
let
|
||||
name : String
|
||||
name =
|
||||
"George Martin"
|
||||
in
|
||||
{ cuckImage = formatCuckName name
|
||||
, cuckName = name
|
||||
, cuckSocial = "https://x.com/CarnismDebunked"
|
||||
, cuckDodges =
|
||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1815098730141651021"
|
||||
, dodgeDescription = RanAway
|
||||
, dodgeProposition = "Nick has killed more animals in his life than a mature bear."
|
||||
, dodgeNicksDoxasticState = Just Agnostic
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
]
|
||||
}
|
30
frontend/src/Cuckery/CuckList/GuyAustin.elm
Normal file
30
frontend/src/Cuckery/CuckList/GuyAustin.elm
Normal file
|
@ -0,0 +1,30 @@
|
|||
module Cuckery.CuckList.GuyAustin exposing (..)
|
||||
|
||||
import Cuckery.Types exposing (..)
|
||||
|
||||
|
||||
templateCuck : Cuck
|
||||
templateCuck =
|
||||
let
|
||||
name : String
|
||||
name =
|
||||
"Guy Austin"
|
||||
in
|
||||
{ cuckImage = formatCuckName name
|
||||
, cuckName = name
|
||||
, cuckSocial = "https://x.com/GuyNAustin"
|
||||
, cuckDodges =
|
||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1538607434176020480"
|
||||
, dodgeDescription = NoReply
|
||||
, dodgeProposition = noProposition
|
||||
, dodgeNicksDoxasticState = Nothing
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
, { dodgeLink = "https://x.com/GuyNAustin/status/1687530045101744128"
|
||||
, dodgeDescription = OutrightNo
|
||||
, dodgeProposition = "."
|
||||
, dodgeNicksDoxasticState = Just Belief
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
]
|
||||
}
|
30
frontend/src/Cuckery/CuckList/IvorCummins.elm
Normal file
30
frontend/src/Cuckery/CuckList/IvorCummins.elm
Normal file
|
@ -0,0 +1,30 @@
|
|||
module Cuckery.CuckList.IvorCummins exposing (..)
|
||||
|
||||
import Cuckery.Types exposing (..)
|
||||
|
||||
|
||||
cuckIvorCummins : Cuck
|
||||
cuckIvorCummins =
|
||||
let
|
||||
name : String
|
||||
name =
|
||||
"Ivor Cummins"
|
||||
in
|
||||
{ cuckImage = formatCuckName name
|
||||
, cuckName = name
|
||||
, cuckSocial = "https://twitter.com/FatEmperor"
|
||||
, cuckDodges =
|
||||
[ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1268600451693494273?s=20"
|
||||
, dodgeDescription = NoReply
|
||||
, dodgeProposition = "LDL does not cause coronary heart disease."
|
||||
, dodgeNicksDoxasticState = Just Disbelief
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
, { dodgeLink = "https://twitter.com/FatEmperor/status/1636920650156724226?s=20"
|
||||
, dodgeDescription = OutrightNo
|
||||
, dodgeProposition = "LDL does not cause coronary heart disease."
|
||||
, dodgeNicksDoxasticState = Just Disbelief
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
]
|
||||
}
|
36
frontend/src/Cuckery/CuckList/JakeMey.elm
Normal file
36
frontend/src/Cuckery/CuckList/JakeMey.elm
Normal file
|
@ -0,0 +1,36 @@
|
|||
module Cuckery.CuckList.JakeMey exposing (..)
|
||||
|
||||
import Cuckery.Types exposing (..)
|
||||
|
||||
|
||||
cuckJakeMey : Cuck
|
||||
cuckJakeMey =
|
||||
let
|
||||
name : String
|
||||
name =
|
||||
"Jake Mey"
|
||||
in
|
||||
{ cuckImage = formatCuckName name
|
||||
, cuckName = name
|
||||
, cuckSocial = ""
|
||||
, cuckDodges =
|
||||
[ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1490009495581298690?s=20"
|
||||
, dodgeDescription = RanAway
|
||||
, dodgeProposition = "Vegan Friday meals are unhealthy for children."
|
||||
, dodgeNicksDoxasticState = Just Disbelief
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
, { dodgeLink = "https://twitter.com/The_Nutrivore/status/1490060813138280450?s=20"
|
||||
, dodgeDescription = OutrightNo
|
||||
, dodgeProposition = "Vegan Friday meals are unhealthy for children."
|
||||
, dodgeNicksDoxasticState = Just Disbelief
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
, { dodgeLink = "https://twitter.com/The_Nutrivore/status/1495419256737091585?s=20"
|
||||
, dodgeDescription = KillScreen
|
||||
, dodgeProposition = "Vegan Friday meals are unhealthy for children."
|
||||
, dodgeNicksDoxasticState = Just Disbelief
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
]
|
||||
}
|
24
frontend/src/Cuckery/CuckList/JamesDiNicolantonio.elm
Normal file
24
frontend/src/Cuckery/CuckList/JamesDiNicolantonio.elm
Normal file
|
@ -0,0 +1,24 @@
|
|||
module Cuckery.CuckList.JamesDiNicolantonio exposing (..)
|
||||
|
||||
import Cuckery.Types exposing (..)
|
||||
|
||||
|
||||
cuckJamesDiNicolantonio : Cuck
|
||||
cuckJamesDiNicolantonio =
|
||||
let
|
||||
name : String
|
||||
name =
|
||||
"James DiNicolantonio"
|
||||
in
|
||||
{ cuckImage = formatCuckName name
|
||||
, cuckName = name
|
||||
, cuckSocial = "https://twitter.com/drjamesdinic"
|
||||
, cuckDodges =
|
||||
[ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1460788569388171268?s=20"
|
||||
, dodgeDescription = NoReply
|
||||
, dodgeProposition = "dietary linoleic acid is not a significant, independent concern for the development of chronic diseases."
|
||||
, dodgeNicksDoxasticState = Just Belief
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,24 +0,0 @@
|
|||
module Cuckery.CuckList.Template%20copy%2010 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
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,24 +0,0 @@
|
|||
module Cuckery.CuckList.Template%20copy%2011 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
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,24 +0,0 @@
|
|||
module Cuckery.CuckList.Template%20copy%2012 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
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,24 +0,0 @@
|
|||
module Cuckery.CuckList.Template%20copy%2013 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
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,24 +0,0 @@
|
|||
module Cuckery.CuckList.Template%20copy%2014 exposing (..)module Cuckery.CuckList.Template%20copy%2014 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
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,24 +0,0 @@
|
|||
module Cuckery.CuckList.Template%20copy%2015 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
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,24 +0,0 @@
|
|||
module Cuckery.CuckList.Template%20copy%2016 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
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,24 +0,0 @@
|
|||
module Cuckery.CuckList.Template%20copy%204 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
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,24 +0,0 @@
|
|||
module Cuckery.CuckList.Template%20copy%205 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
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,24 +0,0 @@
|
|||
module Cuckery.CuckList.Template%20copy%206 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
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,24 +0,0 @@
|
|||
module Cuckery.CuckList.Template%20copy%207 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
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,24 +0,0 @@
|
|||
module Cuckery.CuckList.Template%20copy%208 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
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,24 +0,0 @@
|
|||
module Cuckery.CuckList.Template%20copy%209 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
|
||||
}
|
||||
]
|
||||
}
|
|
@ -3,8 +3,8 @@ module Cuckery.CuckList.Template exposing (..)
|
|||
import Cuckery.Types exposing (..)
|
||||
|
||||
|
||||
templateCuck : Cuck
|
||||
templateCuck =
|
||||
cuck : Cuck
|
||||
cuck =
|
||||
let
|
||||
name : String
|
||||
name =
|
||||
|
@ -16,7 +16,7 @@ templateCuck =
|
|||
, cuckDodges =
|
||||
[ { dodgeLink = ""
|
||||
, dodgeDescription = NoReply
|
||||
, dodgeProposition = "."
|
||||
, dodgeProposition = ""
|
||||
, dodgeNicksDoxasticState = Just Agnostic
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
|
|
|
@ -110,179 +110,6 @@ dodgersList =
|
|||
|
||||
-- cucks =
|
||||
|
||||
-- , { cuckImage = "cucks/daviddiamond.png"
|
||||
-- , cuckName = "David Diamond"
|
||||
-- , cuckSocial = "https://twitter.com/LDLSkeptic"
|
||||
-- , cuckDodges =
|
||||
-- [ { dodgeLink = "https://twitter.com/LDLSkeptic/status/1583471298306375681?s=20"
|
||||
-- , dodgeDescription = dodgeType.outrightNo
|
||||
-- , dodgeProposition = "statin therapy is not warranted for a person high LDL-C on a low-carb diet."
|
||||
-- , dodgeNicksPosition = doxasticType.falseState
|
||||
-- }
|
||||
-- , { dodgeLink = "https://twitter.com/LDLSkeptic/status/1583481964840902656?s=20"
|
||||
-- , dodgeDescription = dodgeType.killScreen
|
||||
-- , dodgeProposition = "statin therapy is not warranted for a person high LDL-C on a low-carb diet."
|
||||
-- , dodgeNicksPosition = doxasticType.falseState
|
||||
-- }
|
||||
-- ]
|
||||
-- }
|
||||
-- , { cuckImage = "cucks/davidgornoski.png"
|
||||
-- , cuckName = "David Gornoski"
|
||||
-- , cuckSocial = "https://twitter.com/DavidGornoski"
|
||||
-- , cuckDodges =
|
||||
-- [ { dodgeLink = "https://twitter.com/TheNutrivore/status/1525474063044550657?s=20"
|
||||
-- , dodgeDescription = dodgeType.outrightNo
|
||||
-- , dodgeProposition = "polyunsaturated fatty acids cause obesity."
|
||||
-- , dodgeNicksPosition = doxasticType.falseState
|
||||
-- }
|
||||
-- ]
|
||||
-- }
|
||||
-- , { cuckImage = "cucks/dianarodgers.png"
|
||||
-- , cuckName = "Diana Rodgers"
|
||||
-- , cuckSocial = "https://twitter.com/sustainabledish"
|
||||
-- , cuckDodges =
|
||||
-- [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1365857401786814465?s=20"
|
||||
-- , dodgeDescription = dodgeType.inTooDeep
|
||||
-- , dodgeProposition = "saturated fat doesn't increase the risk of coronary heart disease."
|
||||
-- , dodgeNicksPosition = doxasticType.falseState
|
||||
-- }
|
||||
-- ]
|
||||
-- }
|
||||
-- , { cuckImage = "cucks/edwardgoeke.png"
|
||||
-- , cuckName = "Edward Goeke"
|
||||
-- , cuckSocial = "https://twitter.com/GoekeEddie"
|
||||
-- , cuckDodges =
|
||||
-- [ { dodgeLink = "https://x.com/TheNutrivore/status/1773421625150746784?s=20"
|
||||
-- , dodgeDescription = dodgeType.noReply
|
||||
-- , dodgeProposition = "seed oils are inflammatory."
|
||||
-- , dodgeNicksPosition = doxasticType.falseState
|
||||
-- }
|
||||
-- , { dodgeLink = "https://x.com/TheNutrivore/status/1774154640403423359?s=20"
|
||||
-- , dodgeDescription = dodgeType.noReply
|
||||
-- , dodgeProposition = "seed oils are inflammatory."
|
||||
-- , dodgeNicksPosition = doxasticType.falseState
|
||||
-- }
|
||||
-- ]
|
||||
-- }
|
||||
-- , { cuckImage = "cucks/eliejarrouge.png"
|
||||
-- , cuckName = "Elie Jarrouge"
|
||||
-- , cuckSocial = "https://twitter.com/ElieJarrougeMD"
|
||||
-- , cuckDodges =
|
||||
-- [ { dodgeLink = "https://twitter.com/TheNutrivore/status/1506845469980315648?s=20"
|
||||
-- , dodgeDescription = dodgeType.noReply
|
||||
-- , dodgeProposition = "sugar, refined carbs, and seed oils are poison."
|
||||
-- , dodgeNicksPosition = doxasticType.falseState
|
||||
-- }
|
||||
-- ]
|
||||
-- }
|
||||
-- , { cuckImage = "cucks/garybrecka.png"
|
||||
-- , cuckName = "Gary Brecka"
|
||||
-- , cuckSocial = "https://twitter.com/garybrecka1"
|
||||
-- , cuckDodges =
|
||||
-- [ { dodgeLink = "https://x.com/TheNutrivore/status/1726664526316372125"
|
||||
-- , dodgeDescription = dodgeType.noReply
|
||||
-- , dodgeProposition = "linoleic acid consumption causes atherosclerosis."
|
||||
-- , dodgeNicksPosition = doxasticType.falseState
|
||||
-- }
|
||||
-- ]
|
||||
-- }
|
||||
-- , { cuckImage = "cucks/garyfettke.png"
|
||||
-- , cuckName = "Gary Fettke"
|
||||
-- , cuckSocial = "https://x.com/FructoseNo"
|
||||
-- , cuckDodges =
|
||||
-- [ { dodgeLink = "https://x.com/TheNutrivore/status/1460983496524980224"
|
||||
-- , dodgeDescription = dodgeType.ghostedMe
|
||||
-- , dodgeProposition = "at current Western levels of intake, dietary linoleic acid is not a significant, independent concern for the development of chronic diseases."
|
||||
-- , dodgeNicksPosition = doxasticType.trueState
|
||||
-- }
|
||||
-- ]
|
||||
-- }
|
||||
-- , { cuckImage = "cucks/garytaubes.png"
|
||||
-- , cuckName = "Gary Taubes"
|
||||
-- , cuckSocial = "https://twitter.com/garytaubes"
|
||||
-- , cuckDodges =
|
||||
-- [ { dodgeLink = "https://twitter.com/garytaubes/status/1595180467552018432?s=20"
|
||||
-- , dodgeDescription = dodgeType.outrightNo
|
||||
-- , dodgeProposition = "carbohydrates cause starvation."
|
||||
-- , dodgeNicksPosition = doxasticType.agnosticState
|
||||
-- }
|
||||
-- ]
|
||||
-- }
|
||||
-- , { cuckImage = "cucks/georgemartin.png"
|
||||
-- , cuckName = "George Martin"
|
||||
-- , cuckSocial = "https://x.com/CarnismDebunked"
|
||||
-- , cuckDodges =
|
||||
-- [ { dodgeLink = "https://x.com/TheNutrivore/status/1815098730141651021"
|
||||
-- , dodgeDescription = dodgeType.ranAway
|
||||
-- , dodgeProposition = "Nick has killed more animals in his life than a mature bear."
|
||||
-- , dodgeNicksPosition = doxasticType.agnosticState
|
||||
-- }
|
||||
-- ]
|
||||
-- }
|
||||
-- , { cuckImage = "cucks/guyaustin.png"
|
||||
-- , cuckName = "Guy Austin"
|
||||
-- , cuckSocial = "https://x.com/GuyNAustin"
|
||||
-- , cuckDodges =
|
||||
-- [ { dodgeLink = "https://x.com/TheNutrivore/status/1538607434176020480"
|
||||
-- , dodgeDescription = dodgeType.noReply
|
||||
-- , dodgeProposition = propType.noClearProp
|
||||
-- , dodgeNicksPosition = doxasticType.agnosticState
|
||||
-- }
|
||||
-- , { dodgeLink = "https://x.com/GuyNAustin/status/1687530045101744128"
|
||||
-- , dodgeDescription = dodgeType.outrightNo
|
||||
-- , dodgeProposition = "seed oils are not a significant, independent concern for public health."
|
||||
-- , dodgeNicksPosition = doxasticType.trueState
|
||||
-- }
|
||||
-- ]
|
||||
-- }
|
||||
-- , { cuckImage = "cucks/ivorcummins.png"
|
||||
-- , cuckName = "Ivor Cummins"
|
||||
-- , cuckSocial = "https://twitter.com/FatEmperor"
|
||||
-- , cuckDodges =
|
||||
-- [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1268600451693494273?s=20"
|
||||
-- , dodgeDescription = dodgeType.noReply
|
||||
-- , dodgeProposition = "LDL does not cause coronary heart disease."
|
||||
-- , dodgeNicksPosition = doxasticType.falseState
|
||||
-- }
|
||||
-- , { dodgeLink = "https://twitter.com/FatEmperor/status/1636920650156724226?s=20"
|
||||
-- , dodgeDescription = dodgeType.outrightNo
|
||||
-- , dodgeProposition = "LDL does not cause coronary heart disease."
|
||||
-- , dodgeNicksPosition = doxasticType.falseState
|
||||
-- }
|
||||
-- ]
|
||||
-- }
|
||||
-- , { cuckImage = "cucks/jakemey.png"
|
||||
-- , cuckName = "Jake Mey"
|
||||
-- , cuckSocial = "https://twitter.com/CakeNutrition"
|
||||
-- , cuckDodges =
|
||||
-- [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1490009495581298690?s=20"
|
||||
-- , dodgeDescription = dodgeType.ranAway
|
||||
-- , dodgeProposition = "Vegan Friday meals are unhealthy for children."
|
||||
-- , dodgeNicksPosition = doxasticType.falseState
|
||||
-- }
|
||||
-- , { dodgeLink = "https://twitter.com/The_Nutrivore/status/1490060813138280450?s=20"
|
||||
-- , dodgeDescription = dodgeType.outrightNo
|
||||
-- , dodgeProposition = "Vegan Friday meals are unhealthy for children."
|
||||
-- , dodgeNicksPosition = doxasticType.falseState
|
||||
-- }
|
||||
-- , { dodgeLink = "https://twitter.com/The_Nutrivore/status/1495419256737091585?s=20"
|
||||
-- , dodgeDescription = dodgeType.killScreen
|
||||
-- , dodgeProposition = "Vegan Friday meals are unhealthy for children."
|
||||
-- , dodgeNicksPosition = doxasticType.falseState
|
||||
-- }
|
||||
-- ]
|
||||
-- }
|
||||
-- , { cuckImage = "cucks/jamesdinicolantonio.png"
|
||||
-- , cuckName = "James DiNicolantonio"
|
||||
-- , cuckSocial = "https://twitter.com/drjamesdinic"
|
||||
-- , cuckDodges =
|
||||
-- [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1460788569388171268?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/justinmares.png"
|
||||
-- , cuckName = "Justin Mares"
|
||||
-- , cuckSocial = "https://twitter.com/jwmares"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue