Monkinetic Weblog

XVI Edition, September 2025

More Navigation

Entries for #1

← first ← previous page 3 of 8 next → last →


#catpics2019 https://t.co/HriBNzEWZP


@bitprophet then there's "hey whatcha DOIN #catpics2019 https://t.co/rrLYLia4MZ


@bitprophet this one cute danger #catpics2019 #furfriends https://t.co/m3b70Ji0pp


@bitprophet #catpics2019 #letsdothis https://t.co/ukdAbyVkeU


I can’t stop #catpics2019 https://t.co/qJOZ930sjB


Randomized color choices in SASS

For a bit of variety, I decided to figure out how to generate a new front page header background and link colors whenever I rebuilt the blog (new posts, etc). This is still a static site, so no wizzy javascript stuff, I just wanted to do it in SASS.

This is what I came up with.

```sass $colors-list: ( // background color, link color #DAE076 #AD5C55 #A9C9C5 #4A676D #AD5C55 #5E7D68 #374768 #718A8A, ); $color-index: random(length($colors-list));

// Header description box
$colors: nth($colors-list, $color-index);
$header-desc-background-color: nth($colors, 1);
// Link color
$link-color: nth($colors, 2);

```

I may rework this as a map (dictionary) later on so I can add other theme-y things, but it was kinda fun to work out for now.


Ok, The googlez is not helping: what's an MRA?

#StopGamerGate2014


RT @srhbutts #StopGamerGate2014

the "beat up sarkeesian" game guy is welcome in #gamergate because he "did nothing wrong." http://t.co/j…


She has experienced the typical belittling of female gamers, and wants to start speaking out. Proud of her #StopGamerGate2014


Mother Jones http://t.co/ipuALD6Gl1 #StopGamerGate2014


RT @TinaGillmor: @steveivy Watch G3 Episode #21 when we post probably on Sunday. http://t.co/Ro64H9nGo1. is a regular topic for us. @Halle…


RT @SecretGamerGrrl #StopGamerGate2014 because they've spent years at this http://t.co/sgx0UJN6Vn and plan to spread it around like this h…


RT @tortoiseontour #StopGamerGate2014 because this is what the owner of 8chan has to say about doxxing: http://t.co/ARVJmVjPJA


RT @D_M_Gregory: Since there seems to be some confusion #StopGamerGate2014 http://t.co/PZFI07MzJY


RT @nrrrdcore #GHC14 here is a panel that would have actually benefitted women: @adriarichards, @leighalexander, Kathy Sierra, @femfreq, &…


Finally watched the last season if Warehouse 13. Man that's how you end a show #warehouse13


what would Russia or pro-Russian separatists in Ukraine gain from shooting down #MH17? No one seems to be asking.


RT @t #PDF2013 men are from earth women are from earth we should all be treated with respect & dignity — @marthadear #pdf13 (ttk.me t4QP3)


Just saw twin teen sisters riding a tandem bike, the trailing one texting with both hands while the other steered #2013


Reason #418 to love @fastly http://t.co/HfIDgmezX1

← first ← previous page 3 of 8 next → last →