Skip to content

Instantly share code, notes, and snippets.

---
- hosts: newservers
vars:
- ubuntu_release: raring
- logwatch_email: <your email addy>
# crypted passwords, generated on a Linux box using:
# echo 'import crypt,getpass; print crypt.crypt(getpass.getpass(), "$6$YOURSALT")' | python -
- root_password: ''
- deploy_password: ''
@jamie
jamie / gist:6814882
Created October 3, 2013 18:43
Chromium!
#!/usr/bin/env ruby
require 'open-uri'
site = "http://commondatastorage.googleapis.com/chromium-browser-snapshots/Mac"
latest = open("#{site}/LAST_CHANGE").read
url = "#{site}/#{latest}/chrome-mac.zip"
dest = if File.exist?(File.expand_path "~/Applications")
function command_not_found_handler() {
~/bin/command-not-found $*
}

Hey everyone,

FeralPony here to run through some high level changes coming this preseason that fall under a topic we're calling “Game Flow.” Game Flow is effectively how the core game functions and plays independently of specific roles, champions, items, etc. It's how the minions move, gold enters and leaves the map, objectives are created, and how strategic battles are won and lost. It's the systems in place that aren’t under direct player control. So what does it include? Here's a look at some of the changes we'll be implementing this preseason:

  • Kill/assist gold
  • Game and objective timings (when things spawn etc)
  • Objective values/rewards (Turrets, Baron, Dragon, etc)
  • Experience
  • Inhibitor mechanics
→ Warning: 'bundle install' failed: Gem 'aaronh-chronic-0.3.9' yanked?. Will try fresh bundle install
For more information on bundle install, see automated help below and:
http://docs.tddium.com/ConfiguringLanguage/ruby/
Make sure you can bundle install locally starting with any empty gemset!
Has a gem been yanked? Do the git revisions in the Gemfile.lock still exist?
To ignore platform-specific gems (e.g. OS X or Windows) see:
http://docs.tddium.com/HandlingFailures/build-and-setup-failures/
Bundle Install Output:
Some gems seem to be missing from your vendor/cache directory.

Granted, he was a jerk, but how do you think he should have approached the topic?

Basically, by acknowledging that he's often talking about cultural trends within societies rather than between societies.

For instance... let's take the American "Cold Crusade" against Arabs and Islam. Seen from the perspective of someone who's not a culturally normative white American and also not an Arab Muslim, this looks like a clear case of being Not So Different at all.

In both cases (let's say, the American South and the Persian Gulf), you're talking about cultures of fairly poor people, who display a strong cultural preference for rural communities and disdain cities, who tend to build their economies on natural resources and cheap labor, who have strong traditions of hospitality, who have an intense racism in their culture (especially towards their guest-worker populations), who have a low level of average education but a very well-educated elite, who have and support intense inequality, who tend towards religious

@jamie
jamie / abilities.md
Last active May 23, 2022 15:47
Upgrade progression for Hoplite, a quick roguelike for Android. https://play.google.com/store/apps/details?id=com.magmafortress.hoplite
Upgrade Lv1 Lv2 Lv3 Altars
Deep Lunge +1 Ares
Bloodlust +5/kill, -❤ +5/kill, ? Ares
Mighty Bash (Knockback) +1 +1, -❤ Ares, Hephaestus
Reaction (Self-Knock.) +1, -❤ Ares, Hephaestus
Shielding Bash -❤❤ Ares, Hephaestus
Patience Wait Ares, Athena
Plant Spear -❤❤ Apollo, Ares
Throw Distance +1 +1, -❤ +1, -❤❤ Apollo, Athena
Role Character Action Effect Reaction
Score Take a point from the pool
Cheat Take two points from the pool
Coup Lose seven points to reveal a character card. You must take this action if you have 10+ points.
Duke Calvin Rulechange Take three points from the pool. Block someone from Cheating.
Assassin Hobbes Pounce Take a three point penalty to reveal a character card.
Contessa Suzie Cannot be Pounced.
Captain Spaceman Spiff Fight! Take two points from another player. Cannot be Fought.
Ambassasdor Stupendous Man Master of Disguise Draw and swap up to two characters. Cannot be Fought.
MP Games enjoyed
- Monaco
- Magicka
- Civ 5
- League of Legends
MP Games, consider flawed
- Endless Space
- Awesomenauts
- Dungeon Defenders
class SurveyInviter
def initialize(attributes = {})
@survey_manager = SurveyManager.new(
Survey.new(attributes[:survey]),
Sender.new(attributes[:sender])
)
@message_manager = MessageManager.new(
Message.new(attributes[:message]),
Recipients.new(attributes[:recipients])
)