mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-15 20:15:12 -05:00
feat: did some formatting stuff
This commit is contained in:
parent
23ce3b3f68
commit
c2ff6913a9
15 changed files with 181 additions and 80 deletions
|
@ -84,7 +84,7 @@ cardImageMaker image =
|
|||
, D.width 5
|
||||
, D.color colourTheme.backgroundDarkGrey
|
||||
, B.color colourTheme.backgroundDarkGrey
|
||||
, mouseOver [ D.color colourTheme.textDarkOrange]
|
||||
, mouseOver [ D.color colourTheme.textDarkOrange ]
|
||||
, htmlAttribute <| style "transition" "all 0.1s ease-in-out"
|
||||
]
|
||||
[ E.image
|
||||
|
|
|
@ -162,7 +162,15 @@ instructionMaker =
|
|||
|
||||
instructionBody : Element msg
|
||||
instructionBody =
|
||||
column [ spacing 10 ]
|
||||
column
|
||||
[ spacing 10
|
||||
, paddingEach
|
||||
{ top = 10
|
||||
, bottom = 0
|
||||
, left = 0
|
||||
, right = 0
|
||||
}
|
||||
]
|
||||
[ paragraph
|
||||
(paragraphFormat
|
||||
++ [ F.alignLeft
|
||||
|
|
|
@ -13,34 +13,44 @@ epistemologyGibberish =
|
|||
{ gibberishTitle = name
|
||||
, gibberishImage = formatName name
|
||||
, gibberishTerms =
|
||||
[ { term = "abductive arguments"
|
||||
[ { term = "Abductive Arguments"
|
||||
, strength = 3
|
||||
, explanation = SpecificExplanation "In a formal sense, I take an argument to be logical construct whereby the outputs consistently follow from an input, or set of inputs, according to a formal system of internally consistent rules or laws. Traditionally, abductive arguments are taken to fall outside this scope, so on my interpretation, the term \"abductive argument\" is probably gibberish."
|
||||
}
|
||||
, { term = "content internalism"
|
||||
, { term = "Content Internalism"
|
||||
, strength = 5
|
||||
, explanation = NoClue
|
||||
}
|
||||
, { term = "direct reference"
|
||||
, { term = "Direct Reference"
|
||||
, strength = 2
|
||||
, explanation = SpecificExplanation "I don't understand the term usage as it's been used and unpacked in conversation. I don't understand what it means for a word to \"point to\" an object, and I also don't understand what semantic advantage or distinction this has to a mundane, ostensibly non-direct reference to an object in speech."
|
||||
}
|
||||
, { term = "externalist epistemology"
|
||||
, { term = "Externalist Epistemology"
|
||||
, strength = 0
|
||||
, explanation = SpecificExplanation "I don't take anything other than logic to be justification-giving. As such, any position that claims that justification can arrive through non-inferential means, such as mechanisms operating outside the mind, just sounds like gibberish."
|
||||
}
|
||||
, { term = "inductive arguments"
|
||||
, { term = "Inductive Arguments"
|
||||
, strength = 3
|
||||
, explanation = SpecificExplanation "In a formal sense, I take an argument to be logical construct whereby the outputs consistently follow from an input, or set of inputs, according to a formal system of internally consistent rules or laws. Traditionally, inductive arguments are taken to fall outside this scope, so on my interpretation, the term \"inductive argument\" is probably gibberish."
|
||||
}
|
||||
, { term = "non-entailing explanations"
|
||||
, { term = "Non-entailing Explanations"
|
||||
, strength = 2
|
||||
, explanation = SpecificExplanation "I take an explanation to be a set of premises that lead to a conclusion, so the term just sounds like some sort of contradiction."
|
||||
}
|
||||
, { term = "non-inferential justification"
|
||||
, { term = "Non-inferential Justification"
|
||||
, strength = 0
|
||||
, explanation = SpecificExplanation "I don't take anything other than logic to be justification-giving. As such, any position that claims that justification can arrive through non-inferential means just sounds like gibberish."
|
||||
}
|
||||
, { term = "phenomenal conservatism"
|
||||
, { term = "Phenomenal Conservatism"
|
||||
, strength = 0
|
||||
, explanation = SpecificExplanation "I don't take anything other than logic to be justification-giving. As such, any position that claims that justification can arrive through non-inferential means, such as merely having a seeming, just sounds like gibberish."
|
||||
}
|
||||
, { term = "synthetic a priori"
|
||||
, { term = "Synthetic A Priori"
|
||||
, strength = 0
|
||||
, explanation = SpecificExplanation "I take a priori arguments to be arguments based on principles or axioms and not based on experience, which would seem to place a priori outside the purview of syntheticity."
|
||||
}
|
||||
, { term = "ultimate grounding"
|
||||
, { term = "Ultimate Grounding"
|
||||
, strength = 2
|
||||
, explanation = SpecificExplanation "It's completely unclear what this theo-babble is meant to communicate. I assume it has something to do with the absence of antecedent conditions and/or irreducibility that provide some sort of \"best epistemology\" or something, but I can't be sure. It just sounds like gobbledy"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -12,19 +12,24 @@ metaphysicsGibberish =
|
|||
{ gibberishTitle = name
|
||||
, gibberishImage = formatName name
|
||||
, gibberishTerms =
|
||||
[ { term = "correspondence theory of truth"
|
||||
[ { term = "Correspondence Theory of Truth"
|
||||
, strength = 10
|
||||
, explanation = SpecificExplanation "While I do take there to be a world outside my perception, and I do believe that the correspondence between my perceptions and the world outside of my perceptions would be a good way to infer the relative truth value of a proposition, this doesn't seem a definition of truth that is in any way actionable. This, to me, makes the correspondence theory of truth to be practically useless."
|
||||
}
|
||||
, { term = "metaphysical essence"
|
||||
, { term = "Metaphysical Essence"
|
||||
, strength = 5
|
||||
, explanation = NoClue
|
||||
}
|
||||
, { term = "metaphysical modality"
|
||||
, { term = "Metaphysical Modality"
|
||||
, strength = 0
|
||||
, explanation = SpecificExplanation "Any attempt at unpacking this that I've heard has more or less cashed out into a logical modality, but it seems to be taken as distinct from logical modality. As a non-logical modality, I have no idea what it's supposed to be."
|
||||
}
|
||||
, { term = "non-physical mental entities"
|
||||
, { term = "Non-Physical Mental Entities"
|
||||
, strength = 5
|
||||
, explanation = NoClue
|
||||
}
|
||||
, { term = "subjective idealism"
|
||||
, { term = "Subjective Idealism"
|
||||
, strength = 5
|
||||
, explanation = NoClue
|
||||
}
|
||||
]
|
||||
|
|
|
@ -12,16 +12,20 @@ normativityGibberish =
|
|||
{ gibberishTitle = name
|
||||
, gibberishImage = formatName name
|
||||
, gibberishTerms =
|
||||
[ { term = "externalist value"
|
||||
[ { term = "Externalist Value"
|
||||
, strength = 0
|
||||
, explanation = SpecificExplanation "I take value to be a concept that's indexed to the assessment of at least one agent, so a notion such as \"externalist value\" just sounds like a contradiction."
|
||||
}
|
||||
, { term = "irreducible normativity"
|
||||
, { term = "Irreducible Normativity"
|
||||
, strength = 5
|
||||
, explanation = SpecificExplanation "I typically don't really understand irreducibility language in philosophy. Most philosophers seem to just use it as a sort of profound-sounding placeholder for when their personal creativity for explanation runs dry. No idea what it's meant to mean here, though."
|
||||
}
|
||||
, { term = "moral particles"
|
||||
, { term = "Moral Particles"
|
||||
, strength = 0
|
||||
, explanation = SpecificExplanation "This just sounds like a hallucination, honestly."
|
||||
}
|
||||
, { term = "stance-independent normativity"
|
||||
, { term = "Stance-Independent Normativity"
|
||||
, strength = 0
|
||||
, explanation = SpecificExplanation "I take norms to be semantically interchangeable with preferences, and I take preferences to be stance-dependent. As such, the notion of a stance-independent norm just sounds like gobbledy."
|
||||
}
|
||||
]
|
||||
|
|
|
@ -12,13 +12,16 @@ ontologyGibberish =
|
|||
{ gibberishTitle = name
|
||||
, gibberishImage = formatName name
|
||||
, gibberishTerms =
|
||||
[ { term = "libertarian free will"
|
||||
[ { term = "Libertarian Free Will"
|
||||
, strength = 0
|
||||
, explanation = SpecificExplanation "If libertarian free will is meant to refer to the ability to make decisions outside the constraints of determinism, then it would seem like this concept of free will purports to break causality by assuming decisions can be made without antecedent conditions. This just sounds like gibberish to me."
|
||||
}
|
||||
, { term = "ontological modality"
|
||||
, { term = "Ontological Modality"
|
||||
, strength = 0
|
||||
, explanation = SpecificExplanation "Any attempt at unpacking this that I've heard has more or less cashed out into a logical modality, but it seems to be taken as distinct from logical modality. As a non-logical modality, I have no idea what it's supposed to be."
|
||||
}
|
||||
, { term = "warrant"
|
||||
, { term = "Warrant"
|
||||
, strength = 0
|
||||
, explanation = SpecificExplanation "This seems to be taken to be the thing that is justification-providing on phenomenal conservative. I'm not sure what that thing is, but if it's non-inferential, then it's just gibberish."
|
||||
}
|
||||
]
|
||||
|
|
|
@ -12,7 +12,8 @@ philOfLanguageGibberish =
|
|||
{ gibberishTitle = name
|
||||
, gibberishImage = formatName name
|
||||
, gibberishTerms =
|
||||
[ { term = "semantic primitive"
|
||||
[ { term = "Semantic Primitive"
|
||||
, strength = 2
|
||||
, explanation = SpecificExplanation "I typically don't really understand irreducibility language like \"primitive\" in philosophy. Most philosophers seem to just use it as a sort of profound-sounding placeholder for when their personal creativity for explanation runs dry. No idea what it's meant to mean here, though."
|
||||
}
|
||||
]
|
||||
|
|
|
@ -12,19 +12,24 @@ philOfMindGibberish =
|
|||
{ gibberishTitle = name
|
||||
, gibberishImage = formatName name
|
||||
, gibberishTerms =
|
||||
[ { term = "epiphenomenalism"
|
||||
[ { term = "Epiphenomenalism"
|
||||
, strength = 5
|
||||
, explanation = NoClue
|
||||
}
|
||||
, { term = "mind-heart connection"
|
||||
, { term = "Mind-Heart Connection"
|
||||
, strength = 5
|
||||
, explanation = NoClue
|
||||
}
|
||||
, { term = "parallelism"
|
||||
, explanation = SpecificExplanation ""
|
||||
, { term = "Parallelism"
|
||||
, strength = 5
|
||||
, explanation = NoClue
|
||||
}
|
||||
, { term = "pre-established harmony"
|
||||
, explanation = SpecificExplanation ""
|
||||
, { term = "Pre-Established Harmony"
|
||||
, strength = 5
|
||||
, explanation = NoClue
|
||||
}
|
||||
, { term = "private language"
|
||||
, { term = "Private Language"
|
||||
, strength = 5
|
||||
, explanation = SpecificExplanation "This seems to be taken to be describing terms that, ostensibly, refer only to internal mind-states and for which there supposedly \"can't\" be some sort of external reference upon which to base mutual understanding between agents. Supposedly, this renders such terms unintelligible to everyone else. Cool story. What in the world is meant by \"can't\", though?"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -12,19 +12,24 @@ theologyGibberish =
|
|||
{ gibberishTitle = name
|
||||
, gibberishImage = formatName name
|
||||
, gibberishTerms =
|
||||
[ { term = "divine simplicity"
|
||||
[ { term = "Divine Simplicity"
|
||||
, strength = 3
|
||||
, explanation = SpecificExplanation "This seems to be an assertion that God is somehow not made up of multiple parts. Allegedly, God is just a single part. This is sometimes used to avoid hilarious reductios applied to the fine-tuning argument for God, by claiming that God does not have a constitution that can be finely tuned. However, I don't see why constitution must entail multiple parts anyway. Additionally, even if we grant it, it's just an empirical claim that hasn't been substantiated."
|
||||
}
|
||||
, { term = "equal ultimacy"
|
||||
, { term = "Equal Ultimacy"
|
||||
, strength = 5
|
||||
, explanation = NoClue
|
||||
}
|
||||
, { term = "theism"
|
||||
, { term = "Theism"
|
||||
, strength = 4
|
||||
, explanation = SpecificExplanation "I understand some God concepts, but most God concepts just sound like gibberish to me. For instance, most God concepts I've come across seem to suggest that God exists, but God exists outside the confines of what is (like physical reality) and simultaneously inhabits all space inside of what is. I have no idea how to interpret mumbo jumbo like that."
|
||||
}
|
||||
, { term = "transcendental oneness"
|
||||
, { term = "Transcendental Oneness"
|
||||
, strength = 0
|
||||
, explanation = SpecificExplanation "Just sounds like presuppositionalist theobabble. I don't think it means anything."
|
||||
}
|
||||
, { term = "transcendental realism"
|
||||
, { term = "Transcendental Realism"
|
||||
, strength = 5
|
||||
, explanation = NoClue
|
||||
}
|
||||
]
|
||||
|
|
|
@ -81,54 +81,116 @@ makeTerms terms index =
|
|||
, E.width fill
|
||||
]
|
||||
)
|
||||
[ paragraph
|
||||
[ row
|
||||
[ F.color colourTheme.textLightGrey
|
||||
, F.regular
|
||||
, F.size 18
|
||||
, F.bold
|
||||
, F.alignLeft
|
||||
, E.width fill
|
||||
]
|
||||
[ column []
|
||||
[ row []
|
||||
[ column
|
||||
[ E.alignRight
|
||||
, alignTop
|
||||
]
|
||||
[ paragraph
|
||||
[]
|
||||
[ text (String.fromInt index ++ ". ") ]
|
||||
]
|
||||
, column
|
||||
[ E.width fill
|
||||
, paddingEach
|
||||
{ top = 0
|
||||
, bottom = 0
|
||||
, left = 10
|
||||
, right = 10
|
||||
}
|
||||
]
|
||||
[ paragraph
|
||||
[]
|
||||
[ el [ F.color colourTheme.textLightOrange ] <|
|
||||
text terms.term
|
||||
]
|
||||
, row
|
||||
[ E.width fill
|
||||
, height fill
|
||||
]
|
||||
[ column
|
||||
[ E.alignRight
|
||||
, alignTop
|
||||
[ E.alignTop
|
||||
, E.alignLeft
|
||||
]
|
||||
[ paragraph
|
||||
[]
|
||||
[ text (String.fromInt index ++ ". ") ]
|
||||
]
|
||||
, column
|
||||
[ E.width fill
|
||||
, paddingEach
|
||||
{ top = 0
|
||||
, bottom = 0
|
||||
, left = 10
|
||||
, right = 10
|
||||
}
|
||||
]
|
||||
[ paragraph
|
||||
[]
|
||||
[ el [ F.color colourTheme.textLightOrange ] <|
|
||||
text ("\"" ++ terms.term ++ "\"")
|
||||
(paragraphBoldFormat
|
||||
++ [ F.size 18
|
||||
, E.alignLeft
|
||||
, E.width fill
|
||||
]
|
||||
)
|
||||
[ el
|
||||
[ tooltip
|
||||
"This represents my confidence that the term can be understood from at least one viewpoint."
|
||||
]
|
||||
(text "Intelligibility:")
|
||||
]
|
||||
, paragraph
|
||||
[ F.color colourTheme.textLightGrey
|
||||
, F.regular
|
||||
, F.size 16
|
||||
, F.alignLeft
|
||||
]
|
||||
[ text
|
||||
(case terms.explanation of
|
||||
NoClue ->
|
||||
"I have no fucking clue what this means."
|
||||
]
|
||||
, barPadding
|
||||
[ barMaker getIntelligibilityTooltip terms.strength ]
|
||||
]
|
||||
, paragraph
|
||||
[ F.color colourTheme.textLightGrey
|
||||
, F.regular
|
||||
, F.size 16
|
||||
, F.alignLeft
|
||||
]
|
||||
[ text
|
||||
(case terms.explanation of
|
||||
NoClue ->
|
||||
"I have no fucking clue what this means."
|
||||
|
||||
SpecificExplanation str ->
|
||||
str
|
||||
)
|
||||
]
|
||||
]
|
||||
SpecificExplanation str ->
|
||||
str
|
||||
)
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
|
||||
|
||||
getIntelligibilityTooltip : Int -> String
|
||||
getIntelligibilityTooltip num =
|
||||
case num of
|
||||
0 ->
|
||||
"Total fucking gibberish."
|
||||
|
||||
1 ->
|
||||
"Extremely unclear, speaking in tongues."
|
||||
|
||||
2 ->
|
||||
"Mostly unclear, hard to make any sense of."
|
||||
|
||||
3 ->
|
||||
"Somewhat unclear, difficult to understand."
|
||||
|
||||
4 ->
|
||||
"Slightly unclear, understandable with effort."
|
||||
|
||||
5 ->
|
||||
"Neutral, not sure what to make of it."
|
||||
|
||||
6 ->
|
||||
"Slightly clear, with unanswered questions."
|
||||
|
||||
7 ->
|
||||
"Somewhat clear, kinda get the idea."
|
||||
|
||||
8 ->
|
||||
"Very clear, usefulness questionable."
|
||||
|
||||
9 ->
|
||||
"Extremely clear, usefulness dubious."
|
||||
|
||||
10 ->
|
||||
"Perfectly clear, but also useless."
|
||||
|
||||
_ ->
|
||||
"Intelligibility rating is out of bounds."
|
||||
|
|
|
@ -16,6 +16,7 @@ type alias Gibberish =
|
|||
|
||||
type alias Terms =
|
||||
{ term : String
|
||||
, strength : Int
|
||||
, explanation : Explanation
|
||||
}
|
||||
|
||||
|
|
|
@ -6,5 +6,5 @@ import Headers.Types exposing (..)
|
|||
gibberishHeader : Header
|
||||
gibberishHeader =
|
||||
{ headerTitle = "GIBBERISH"
|
||||
, headerBody = "My site, research, and content all cost time and money to run. If you find my contributions valuable, please consider supporting my work on any of the platforms listed below!"
|
||||
, headerBody = "This page is specifically for terms and ostensible concepts that I think are either nonsensical or so practically useless that it hardly even matters if the term is intelligible or not."
|
||||
}
|
||||
|
|
|
@ -118,7 +118,7 @@ featureList nutridex =
|
|||
, width fill
|
||||
, height fill
|
||||
, paddingEach
|
||||
{ top = 20
|
||||
{ top = 10
|
||||
, bottom = 0
|
||||
, left = 0
|
||||
, right = 0
|
||||
|
@ -277,10 +277,10 @@ nutriDexBodyMaker =
|
|||
{ url = "https://www.reddit.com/r/EatCheapAndHealthy/"
|
||||
, label = text "EatCheapAndHealthy"
|
||||
}
|
||||
, text " where I "
|
||||
, text " where I shared my "
|
||||
, newTabLink linkFormat
|
||||
{ url = "https://www.reddit.com/r/EatCheapAndHealthy/comments/cbmxre/had_no_idea_this_sub_existed_heres_a_nutrient/"
|
||||
, label = text "shared my spreadsheet"
|
||||
, label = text "spreadsheet"
|
||||
}
|
||||
, text ". The overwhelming response encouraged me to expand it further, incorporating more foods, detailed nutritional data, and more accurate ND scores. To improve accuracy, I turned to the USDA’s "
|
||||
, newTabLink linkFormat
|
||||
|
|
|
@ -39,9 +39,6 @@ productNutriDex =
|
|||
, { feature = "Schedule your meals and workouts, as well as calculate your calorie and macro requirements based on your goals and body composition!"
|
||||
, featureTitle = "Meal Schedule: "
|
||||
}
|
||||
, { feature = "The Nutri-Dex is also regularly updated with new foods and nutrition data!"
|
||||
, featureTitle = "Regular Updates: "
|
||||
}
|
||||
]
|
||||
, nutriDexReference =
|
||||
let
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.5 KiB |
Loading…
Add table
Add a link
Reference in a new issue