Skip to content

Instantly share code, notes, and snippets.

import Controller from '@ember/controller';
import { action } from '@ember/object';
export default class ApplicationController extends Controller {
appName = 'Ember Twiddle';
@action
onChange(event) { document.getElementById("mode").setAttribute("class", event.target.value);
}
import Component from '@glimmer/component';
export default class extends Component {
}
@oa495
oa495 / components.splat-after\.js
Last active December 4, 2020 15:36 — forked from thousand/components.splat-after\.js
Splat Order Demo
import Component from '@glimmer/component';
import { action } from '@ember/object';
export default class extends Component {
@action
doX() {
console.log('x');
}
}
@oa495
oa495 / README.md
Last active July 9, 2018 23:22
twitter bot taxonomy

Twitter Bot Taxonomy

This is a very rough and indefinite classification of twitter bots by their content. It is by no means exhaustive and many of the bots overlap different classifications. The focus will be on the creative and generative possibilities of twitter bots rather than simulating human conversation or automating tasks.

Firstly, What are twitter bots? Well a bot is software designed to autonomously perform a certain task. For twitter bots, those tasks would the things you and I do on twitter. So, things like looking to see who is following us, tweeting, retweeting, liking, subtweeting. Twitter bots would be able to do all or some of that but without a human involved in every stage of the process.

Meme assassination bots:

Bots that make versions of memes.