diff --git a/data/images/crazy_name_pringles.png b/data/images/crazy_name_pringles.png new file mode 100644 index 0000000..a834f0a Binary files /dev/null and b/data/images/crazy_name_pringles.png differ diff --git a/data/pages/posts/julius-pringles.md b/data/pages/posts/julius-pringles.md index 1a43061..f03cc65 100644 --- a/data/pages/posts/julius-pringles.md +++ b/data/pages/posts/julius-pringles.md @@ -6,6 +6,8 @@ I remember his name for the first time and having ths probably intended "huh, th With an official source, numerous additional articles, and many other trusted sources dated before the current cited PDF, this should have _absolutely nothing_ to do with [citogenesis](https://en.wikipedia.org/wiki/Wikipedia:List_of_citogenesis_incidents) as mentioned above, but as it turns out, it just _might_. +![A random Twitter user named "Platypus Man" asks "Crazy name, how'd you come up with it? He your founder or something?"](/data/images/crazy_name_pringles.png) + A quick G\*\*gle search will show you [many](https://www.bakeryandsnacks.com/Article/2021/09/22/Julius-Pringles-gets-a-makeover-to-celebrate-brands-30th-birthday-in-the-UK) [many](https://www.buckinghamshirelive.com/whats-on/food-drink/pringles-mascot-julius-gets-new-5942616) [many](https://www.rd.com/article/pringles-man/) [many](https://retroist.com/what-is-the-name-of-the-pringles-mascot/) [many](https://consequence.net/2020/12/pringles-mascot-john-oliver/) [many](https://www.yahoo.com/video/real-true-history-julius-pringles-131830442.html) (although this last one _did_ skeptically refer to his name, maybe they almost fell down this rabbit hole?) more reasons to assure yourself this isn't some corporate cockup, but it still might be worth looking deeper. There was even a Jeopardy question (answer?) concreting this fact! ![Jeopardy query reading: "Julius is the first name of the mustached man on cans of these chips"](/data/images/pringles_jeopardy.l.png) diff --git a/src/Main.elm b/src/Main.elm index b9e6020..6c890dd 100644 --- a/src/Main.elm +++ b/src/Main.elm @@ -76,6 +76,7 @@ init _ url key = , Cmd.batch [ fetchPage "home" , fetchPage "about" + , fetchPage "posts/julius-pringles" , fetchPage "posts/viveahk" , fetchPage "posts/librebasics" ] @@ -216,7 +217,8 @@ page model = posts = Dict.fromList - [ ( "viveahk", { subtext = "Using the Vive Pro controllers on Windows to run shortucts" } ) + [ ( "julius-pringles", { subtext = "Hey, where did that name come from anyway?" } ) + , ( "viveahk", { subtext = "Using the Vive Pro controllers on Windows to run shortucts" } ) , ( "librebasics", { subtext = "How to use the internet for free* in poor countries" } ) ]