Skip to content

Instantly share code, notes, and snippets.

@federicoculloca
federicoculloca / gist:8268916
Created January 5, 2014 14:35
cavacamicia results
921
114
60
77
197
113
153
353
110
149
> Thus, all content is readable and styled properly without requiring an arbitrary code execution environment. That is what the web was meant to be.
In other words, it was supposed to be a worldwide hyperlinked document library --- and we have mostly achieved that goal, although it is a library wherein you are constantly tracked and bombarded by books flying off the shelves at you, screaming at you to read them, and most of the books consist solely of ads with very little useful informational content.
https://news.ycombinator.com/item?id=10647110
------------
Assembly code is like Albania. I went there once in college, and it was interesting and educational, but I don't expect to return.
@federicoculloca
federicoculloca / config.h
Created August 31, 2012 11:41
dwm config
/* See LICENSE file for copyright and license details. */
/* appearance */
static const char font[] = "-misc-inconsolata-medium-r-*-*-17-*-*-*-*-*-*-*";
static const char normbordercolor[] = "#444444";
static const char normbgcolor[] = "#222222";
static const char normfgcolor[] = "#bbbbbb";
static const char selbordercolor[] = "#005577";
static const char selbgcolor[] = "#005577";
static const char selfgcolor[] = "#eeeeee";