Skip to content

Instantly share code, notes, and snippets.

View LindseyB's full-sized avatar
⚰️
When I hear that trumpet sound I'm gonna rise up outta the ground

Lindsey Bieda LindseyB

⚰️
When I hear that trumpet sound I'm gonna rise up outta the ground
View GitHub Profile
- "Hardcore tea action!"
- "Physics!"
- "Explosion sound!"
- "Over 15 achievements!"
- "Coming soon!"
- "Danger!"
- "M-M-M-Monster kill!"
- "Single player experience!"
- "The 2015's best tea simulation game!"
- "Probably at least an entire hour of gameplay!"
@LindseyB
LindseyB / bloop.ino
Last active September 2, 2015 03:26
// rainbow the main LED on twitter mention (just setup an IFTTT to trigger the publish of an even with "bloop")
void setup() {
Particle.subscribe("bloop", myHandler);
RGB.control(true);
}
void loop() {
//nothing to see here!
}

B7 Em B D

(Em, C, G, B7)(x2) - dd uu du

I'm not angry anymore

Well sometimes I am

Well sometimes I am

#RIOT CODE GRRRL MANIFESTO #####(based on the original RIOT GRRRL MANIFESTO)

BECAUSE us girls crave apps and games and websites that speak to US that WE feel included in and can understand in our own ways.

BECAUSE we wanna make it easier for girls to see/hear each other's work so that we can share strategies and criticize-applaud each other.

BECAUSE we must take over the means of production in order to create our own revolution.

BECAUSE viewing our work as being connected to our girlfriends-politics-real lives is essential if we are gonna figure out how we are doing impacts, reflects, perpetuates, or DISRUPTS the status quo.

# The following is a quick and dirty example of uploading to vimeo using ruby
# It assumes that you already have an access token for a user
require 'net/http'
require 'httparty'
ACCESS_TOKEN = "your access token here"
auth = "Bearer #{ACCESS_TOKEN}"
# get ticket
-- Ada Lovelace is credited with writing the first program (one which calculated Bernoulli numbers)
-- Many years later the Ada programming language was created
--
-- This Ada uses the following algorithm for computing Bernoulli numbers
-- (http://en.wikipedia.org/wiki/Bernoulli_number#Algorithmic_description)
with Ada.Text_IO;
use Ada.Text_IO;
with Ada.Float_Text_IO; -- in Ada Float IO is treated differently from text IO, same goes for integers
use Ada.Float_Text_IO;
@LindseyB
LindseyB / arroz_con_garbanzos.md
Last active August 29, 2015 14:12
Arroz con Garbanzos recipe

Arroz con Garbanzos

ingredients

  • 2 tbsp olive oil
  • 1 onion, chopped
  • 1 green bell pepper, chopped
  • 1 garlic clove, minced
  • 2 cups of medium or long-grain white rice
filename = "test.jpg"
size = File.size(filename)
count = %x{wc -l #{filename}}.split.first.to_i
factor = count/300
factor = 1 if factor < 1
File.open(filename, "rb+") do |file|
# skip some
file.seek(size/(rand(10..20)), IO::SEEK_CUR)

(stolen from the feminism thread on SA)

Feminism 101, or "What in the fuck is The Gilded Cage?"

If you are new to feminism, approaching it from a position of privilege, or haven't read any of these books for any reason, I strongly recommend them.

Feminism is For Everybody: Passionate Politics by bell hooks. Coming from the perspective of a woman of color, bell hooks calls for feminism free of divisive policies and rich with discussion. She critically analyzes the problems facing feminists today, and proposes a vision of a beloved community that appeals to all those committed to equality in just 125 pages and using simple, accessible language.

No Turning Back: The History of Feminism and the Future of Women by Estelle Freedman. The author, a Stanford professor, examines 200 years of feminism and describes the critical momentum which the movement has gained. She explores the new approaches women are taking to traditional feminist concerns, and insightfully debunks the claim the feminism is dea