I hereby claim:
- I am stilkov on github.
- I am stilkov (https://keybase.io/stilkov) on keybase.
- I have a public key whose fingerprint is BB6C 896D 0C81 6021 9290 F9D8 E145 0950 91D3 2543
To claim this, I am signing this object:
Verifying that +stilkov is my blockchain ID. https://onename.com/stilkov |
I hereby claim:
To claim this, I am signing this object:
Aus Gründen, über die ich mir selbst nicht ganz klar bin, verspüre ich einen starken Drang, meine politische Meinung zu teilen. Deshalb hier ganz kurz:
Netzkompetenz: Ich habe die Nase absolut voll davon, dass Leute ohne jede Kenntnis von der Sache Gesetze zur digitalen Gesellschaft erfinden. Dass die Piraten in technischer, aber auch juristischer Kompetenz hier ganz weit vorne liegen, bestreitet wahrscheinlich niemand.
Bürgerrechte: Das scheint ein Thema zu sein, das den meisten Bürgern – und in der Folge insbesondere den sogenannten „Volksparteien” – vollkommen egal oder sogar ein Dorn im Auge ist. Bei den Piraten sehe ich hier das mit Abstand klarste Bekenntnis.
Transparenz: Während die Piraten Privatsphäre für Bürger und völlige Transparenz für den Staat und seine Organe fordern, scheint es insbesondere unserer Regierung genau andersherum lieber zu sein.
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | |
<xsl:template match="@*|node()"> | |
<xsl:copy> | |
<xsl:apply-templates select="@*|node()"/> | |
</xsl:copy> | |
</xsl:template> | |
<xsl:template match="//link[@rel='import']"> | |
<xsl:copy-of select="document(@href)" /> | |
</xsl:template> | |
</xsl:stylesheet> |
“Diese Zeitung ist ein Organ der Niedertracht. Es ist falsch, sie zu lesen. Jemand, der zu dieser Zeitung beiträgt, ist gesellschaftlich absolut inakzeptabel. Es wäre verfehlt, zu einem ihrer Redakteure freundlich oder auch nur höflich zu sein. Man muß so unfreundlich zu ihnen sein, wie es das Gesetz gerade noch zuläßt. Es sind schlechte Menschen, die Falsches tun.” – Max Goldt, Mein Nachbar und der Zynismus, in: Der Krapfen auf dem Sims, Alexander Fest Verlag, Berlin 2001, ISBN 3-8286-0156-1, Seite 14
var sys = require("sys"), | |
http = require("http"), | |
url = require("url"); | |
var port = parseFloat(process.argv[2]) || 8081; | |
var options = function(request) { | |
var uri = url.parse(request.url); | |
var opt = { | |
host: uri.hostname, |
var sys = require("sys"), | |
http = require("http"), | |
url = require("url"), | |
util = require("util"), | |
path = require("path"), | |
fs = require("fs"); | |
var port = parseFloat(process.argv[2]) || 8081; | |
var options = function(request) { |
From us ("the wishors") to you ("hereinafter called the wishee"):
Please accept without obligation, explicit or implicit, our best wishes for an environmentally conscious, socially responsible, politically correct, low stress, non-addictive, gender neutral, celebration of the winter solstice holiday, practiced within the most enjoyable traditions of the religious persuasion or secular practice of your choice, with respect for the religious/secular persuasions and/or traditions of others, or their choice not to practice religious or secular traditions.
Please also accept, under aforesaid waiver of obligation on your part, our best wishes for a financially successful, personally fulfilling and medically uncomplicated recognition of the onset of this calendar year of the Common Era, but with due respect for the calendars of all cultures or sects, and for the race, creed, colour, age, physical ability, religious faith, choice of computer platform or dietary preference of the wishee.
By accepting this greeting
source 'http://rubygems.org' | |
gem 'rails', '3.0.0.beta4' | |
# Bundle edge Rails instead: | |
# gem 'rails', :git => 'git://github.com/rails/rails.git' | |
group :development do | |
gem 'sqlite3-ruby', :require=> 'sqlite3' | |
end |