Skip to content

Instantly share code, notes, and snippets.

@gersande
gersande / gist:8193587
Created December 31, 2013 07:09 — forked from idan/gist:3135754

Hello there! This is a sample post for gist.io, a super-lightweight writing soapbox for hackers.

Now look up. Further. Above the post title. See that grey text with the gist ID?

Now back to me. That grey text is a link! Open that sucker in a new tab to see the source for this post. Also, I'm on a horse.

This is a major heading

If you peek at it with a web inspector, you'll see that it is a second-level heading. You can use first level headings, but they'll look just like the second level ones, and the gods of the HTML5 outlining algorithm will frown upon you.

@gersande
gersande / Editors.md
Last active January 1, 2016 19:49
Editors Needed

So that Gersande can be a better writer on http://gersande.com

yay writing

Editor List as of Dec 31 2013 / Jan 1 2014

  1. Paulina Cumming (trial run to see how it goes, potential of long term, likes poetry || fiction || blogthingies)
  2. Kai Cheng Thom (exchange of services, for anarchy!, likes poetry || fiction || blogthingies)
  3. David Donna <3
  4. Vidal Wu volunteers as tribute.
  5. Pamela Fillion also.
<!DOCTYPE html> <!--Sets the document type to HTML-->
<html> <!--Now we begin describing the web page-->
<script> <!-- We are using inline javascript. That is Javascript inside HTML //-->
var note, html, timeout; <!-- Set the variables //-->
window.addEventListener('load', function() {
note = document.getElementById('note');
html = document.getElementsByTagName('html')[0];
html.addEventListener('keyup', function(ev) {
if (timeout) clearTimeout(timeout);
timeout = setTimeout(saveNote, 100);
@gersande
gersande / A-Pen-by-Gersande.markdown
Created October 27, 2013 22:18
A Pen by Gersande.

I keep saying that impromptu, unwanted feminism 101 discussions are exhausting and not a good use of my resources. Then people ask what I mean by 101, so I'm starting to make a list. This list will change over time - I recommend checking back.

I highly recommend checking this list before engaging with me about feminism if you're new to it. It'll save both of us a lot of time and frustration.

Diversity in tech

Women aren't equally represented in tech because biology

Nope. This argument is bad and the science does not support it. Unfortunately, every time you say this out loud, you are contributing to cultural problems that do decrease the number of women in tech.

Also see, How Does Biology Explain the Low Numbers of Women in CS? Hint: it doesn't

@gersande
gersande / gist:6243305
Created August 15, 2013 18:20
Broken bot supposed to use python-twitter and redis but it ain't working because blarg Stack overflow post still unanswered, will eventually get around to figuring out why my os hates redis http://stackoverflow.com/questions/18224929/python-twitter-bot-code-is-not-working-redis-server-port?noredirect=1#comment26717815_18224929
#!/usr/bin/env python
import sys
import pprint
from time import sleep
import twitter
import redis
API_CREDENTIALS = {
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="author" content="" />
<meta name="copyright" content="" />
<meta name="robots" content="index, follow" />