Skip to content

Instantly share code, notes, and snippets.

View sdierauf's full-sized avatar

Stefan Dierauf sdierauf

View GitHub Profile
5 Island (RIX) 193
1 Detection Tower (M19) 249
4 Wand of Vertebrae (GRN) 242
2 Karn's Bastion (WAR) 248
3 Karn, the Great Creator (WAR) 1
4 Ugin, the Ineffable (WAR) 2
4 Saheeli, Sublime Artificer (WAR) 234
3 Mana Geode (WAR) 241
3 Blast Zone (WAR) 244
4 Interplanar Beacon (WAR) 247

It's a day the rest of the world can't wait to see. It's a day which will mark the first anniversary of the passing of the man who made the most radical change in the way we view the world.

He was the man who changed the face of the world. He was the man who made the planet safe.

For the second time in our history we are witnessing a turning point in the history of civilization. The world has been on a path of change, and change is coming.

On December 10, 2013, the world will witness the birth of the most powerful man in history.

Plot

The series is set in the year 2154, in the year 2029, and is set in the year 2029. The main characters are a group of young people who are sent to the future to find out what happened to their parents.

The story takes place in a world where humans have been replaced by artificial intelligence, and the world has become a dystopian society where humans are treated like machines, and are treated like animals, and are forced to live in a virtual reality world where they are treated like animals, and have to work for a living, and are treated like machines, and have to live with the consequences.

@sdierauf
sdierauf / gpt-2-woz.md
Created June 20, 2019 05:06
GTP-2 Woz and Jobs

A couple of weeks ago, I was reading something by Steve Wozniak, who has been a prominent tech evangelist. He tells the story of how he found out about Steve Jobs' death while reading about it in a Newsweek article. He says that he was standing at a table in a Starbucks when he saw someone approaching him from the back. He was just about to order a coffee, but he was distracted by something about the man who was coming towards him.

It was Steve Jobs, who was then 72 years old. He was sitting at the table, with two other people, and that's when he stopped. He turned around and looked at Steve Jobs.

Woz: "What's the matter?"

I have been using this recipe for about a month and it has become my favorite. It is quick and easy to make and is very healthy and tastes much better than anything else I have tried. I have also tried the chicken broth version and it is a little bit sweeter and more tangy. I will definitely be making this again.

Ingredients

2 lbs boneless skinless chicken thighs with bone in them

1/4 cup vegetable broth

1 Tbs. onion powder

@sdierauf
sdierauf / gist:ee27d72cc5d4649f99a6936f2de43b3c
Created April 2, 2017 17:05
automata and languages lab2
// Stefan Dierauf
// Lab 2 automata and languages
// Deps
var Graph = require('graphlib').Graph;
var exec = require('child_process').exec;
var alg = require('graphlib').alg;
var fs = require('fs');
var prompt = require('prompt-sync')();
@sdierauf
sdierauf / trumptweets.txt
Last active August 17, 2016 18:09
The last ~3.5k tweets from @RealDonaldTrump
"A vote for Hillary Clinton is a vote for another generation of poverty, high crime, & lost opportunities. #ImWithYou
https://t.co/Eph6qy7zyB"
"#MakeAmericaSafeAgain #ImWithYou
https://t.co/N9XNoGNcqc"
"Thank you Governor @ScottWalker & @GOP Chairman @Reince Priebus.
#MakeAmericaGreatAgain #ImWithYou
https://t.co/IdJBuaKMwK"
"Join me in North Carolina - tomorrow at 7:30pm! #ImWithYou
Tickets: https://t.co/vDag45zrDc"
"#LawandOrder #ImWithYou
@sdierauf
sdierauf / gist:accf734934cd63e6e516
Created May 22, 2015 05:56
powertop /etc/rc.local
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
// Load the TCP Library
net = require('net');
// Keep track of the chat clients
var clients = [];
// Start a TCP Server
net.createServer(function (socket) {
// Identify this client
// Drop this into gitlab/htdocs/app/assets/javascripts
// and it should be automatically merged into the minified js when assets are rebuilt
window.onready = function() {
// Convenient remove all method for an element
// Cleaner than elem.innerHTML = ""
Element.prototype.removeAll = function () {
while (this.firstChild) { this.removeChild(this.firstChild); }
return this;