fix julius pringles

This commit is contained in:
notgne2 2022-03-25 07:06:12 -07:00
parent 329b27524b
commit 41cb769479
Signed by: notgne2
GPG Key ID: 5CE0A245A2DAC84A
3 changed files with 5 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

View File

@ -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_. 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! 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) ![Jeopardy query reading: "Julius is the first name of the mustached man on cans of these chips"](/data/images/pringles_jeopardy.l.png)

View File

@ -76,6 +76,7 @@ init _ url key =
, Cmd.batch , Cmd.batch
[ fetchPage "home" [ fetchPage "home"
, fetchPage "about" , fetchPage "about"
, fetchPage "posts/julius-pringles"
, fetchPage "posts/viveahk" , fetchPage "posts/viveahk"
, fetchPage "posts/librebasics" , fetchPage "posts/librebasics"
] ]
@ -216,7 +217,8 @@ page model =
posts = posts =
Dict.fromList 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" } ) , ( "librebasics", { subtext = "How to use the internet for free* in poor countries" } )
] ]