Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

(define (Y f)
((lambda (x) (x x))
(lambda (g)
(f (lambda args (apply (g g) args))))))
(define fac
(Y
(lambda (f)
(lambda (x)
(if (< x 2)
  • High fidelity html design prototyping tool
  • Only for bootstrap
  • Can export html/css for individual components
  • Maybe not ready yet, but a good direction for these types of tools and for workflows

CSS Filters

var Egg = require('egg.js');
Egg.publicMethod();
var Person = require('ConstructorExample.js');
var greg = new Person('Greg');
// gregParseInt - It's Less Bad™
function gregParseInt(x, y) {
if (y === undefined) {
y = 10;
}
return parseInt(x, y);
}
@incompl
incompl / mq.js
Last active August 29, 2015 14:02
microquery
var $ = function(selector, context) {
if (context === undefined) {
context = document;
}
var nl = context.querySelectorAll(selector);
return Array.prototype.slice.call(nl);
};
- header
height 100px
| logo
align start
@ logo.md
| menu
align end
@ menu.md
(function (root, factory) {
if (typeof define === 'function' && define.amd) {
define(['b'], factory);
} else {
root.amdWeb = factory(root.b);
}
}(this, function (b) {
return {aye: function(){return 'yes';};
}));

Video games were long seen as being for children. This has been the topic of many debates about video games: are they good or bad for childrens' development? Should children in hospitals be given video games? How does the violence in video games effect children?

And let's be clear, this was specifically about young boys.

If you were a young boy who loved video games and grew up with the medium you loved under constant criticism, how would you respond? At the very best, you'd be exhausted of defending your hobby. At worst, you'd fight back so long and so hard that you'd internalize the fight as part of your identity. A gamer is someone who defends the institution of gaming, you might say.

But forget about video games. Think about the social position of the young boy. It is a position of being simultaniously oppressed (young) and priveleged (male). The "young boy" group has legitimate reasons to feel oppressed: grown-ups are always seen as knowing best even when they're obviously wrong. And when it came to g

Buy the cheapest soap because they're all the same.
Press the "play" button twice to start. If you press it once nothing will happen.
Do not press any other buttons.