Monkinetic Weblog

XVI Edition, September 2025

More Navigation

Entries for #4

page 1 of 5 next → last →


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


#COVID19 tips from @lhl

https://www.notion.so/COVID-19-Practical-Advice-a02f06d9b2be485f93dcbdddd4cc7942None#57dc5503e06145609ae5e625f2256600


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)


I Voted - Early!

I stood in line for two hours this morning and cast my vote in the 2016 general election. As promised, I voted for Hillary Clinton and Tim Kaine for President and Vice-President.

Hillary Clinton campaign logo

Down-Ticket

Down-ticket I voted a mix of Democrats and Republicans depending on local issues.

(I voted Republican in one race specifically because the other candidate was Libertarian, and that ship sailed a LONG time ago for me. Peter Thiel's dystopian interpretation and realization of that philosophy hasn't helped their cause.)

Embarrassingly, this was the first time I sat down and read all the election prep documents that Arizona and Gilbert sent out, and Googled and researched various candidates for the local "non-partisan" elections. It's amazing what you learn, and it made me sign up for permanent early voting, even before I realized it would allow me to skip the two-hour wait at the early voting stations.

Vote!

The polls are going to be nuts on election day, if (as I hope) voter turnout is good. If you are a legal voter in the United States (even if living out of the country) I hope you have made provisions to cast your ballot this year - our franchise is not something to give up lightly.

I've had family members and friends half-joke about whether their vote is going to "count" -- if their vote is not the same as mine, or if their preferred candidate does not win -- as if one's vote is only worth casting if it's a "deciding vote". Your vote absolutely counts, as David Walbert explains:

> ...every vote does count; it just counts in a more complicated way. When you vote for president, remember that you're voting in a state election, not a national election.

(Read that whole article, it's interesting)

No matter, what, the fact that we can vote and participate in this democracy is crucial. Get out and do it. The only way your vote stops counting is if:

  1. You throw it away by not voting
  2. Candidates start deciding they're not going to honor the results.

Image of my "I voted early" sticker


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 @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, &…


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


@LenPeralta #140characters Richard Gims


@LenPeralta Oswald Perembeter, DDS #140characters


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


Damn straight: http://t.co/cLA0KRTm #40andlaunching


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


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

page 1 of 5 next → last →