monkinetic the blog

Posts tagged with '4' (31 posts)

Steve Ivy

Evening project: started sewing simple tie-back surgical style cloth masks to donate. #covid19 #masks4all

~ # 05:00 ~

Steve Ivy
  1. write humble brag 2) replace humble brag with <humble brag deleted> 3) delete tweet 4) don’t mention it at all (I failed #4)

~ # 23:59 ~

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.

    $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.

#374768 #718a8a #dae076 #a9c9c5 #themes #programming #ad5c55 #4a676d #5e7d68 #sass #css

Steve Ivy

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

#StopGamerGate2014

~ # 15:48 ~

Steve Ivy

RT @srhbutts: #StopGamerGate2014

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

~ # 15:09 ~

Steve Ivy

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

~ # 00:28 ~

Steve Ivy
Steve Ivy

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

~ # 15:49 ~

Steve Ivy

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

~ # 18:13 ~

Steve Ivy

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

~ # 16:46 ~

Steve Ivy

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

~ # 18:58 ~

Steve Ivy

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

~ # 17:48 ~

Steve Ivy

@LenPeralta #140characters Richard Gims

~ # 18:52 ~

Steve Ivy

@LenPeralta Oswald Perembeter, DDS. #140characters

~ # 18:47 ~

Steve Ivy

What does it mean if your iPhone and appletv can get on the wifi, but MacBook pro gets no ip address? #apple #osx1074

~ # 01:56 ~

Steve Ivy
Steve Ivy

@joestump why do people keep talking about lefties? I’m right handed and almost exclusively hold the phone in my left for talking. #iphone4

~ # 21:30 ~

Steve Ivy

deiter brahms is beaming with pride from the hereafter right now. #iphone4

~ # 17:33 ~

Steve Ivy

@gruber Even if it were, you leak news, not prototypes. #iphone4gate

~ # 19:16 ~

Steve Ivy

found it: deselect “zoom with scroll wheel” in general prefs, and use opt-scrollwheel to zoom #photoshop #cs4

~ # 19:07 ~

Steve Ivy

OS X #photoshop #CS4 users: is there a way to temporarily get “scrolling” with the mousewheel back? Or make zoom work with cmd-scrollwheel?

~ # 18:39 ~

Steve Ivy

no multi-tasking for my iPhone 3G??? NOOOOOOOOOOOOOOOOOOOOOOOOOOooooooooooooooooooooooooooooOOOOOOOOOOOoooooooooooooooooooooo!!!! #iphoneos4

~ # 18:03 ~

Steve Ivy

@gruber how long before HTML5 iAds are showing up in non-Mobile Safari / Chrome? #iphoneos4

~ # 18:01 ~

Steve Ivy

Game Center: like, XBOX Live for iphone games? (friends, challenge games, etc) #iphoneos4

~ # 17:48 ~

Steve Ivy

nice: “double tap on the home button while locked and the iPod controls can let you play/pause, skip, etc.” #iphoneos4

~ # 17:24 ~

Steve Ivy

wonder if iPhone and iPad will implement multi-tasking UI in the same way? iPad has a lot of screen to use, iPhone not so much #iphoneos4

~ # 21:01 ~

Steve Ivy

reason #147 to live in Arizona: “i’m wearing a blanket up to my neck in the @sixapart nyc office.” (via @liz)

~ # 16:04 ~