25.May.2012
16.May.2012

change to a directory, if it’s in the copy/paste buffer

if [ -d "`pbpaste`" ]; then cd "`pbpaste`"; fi

15.May.2012

asset_data_uri, you’re my new best friend

26.April.2012
Firefox’s native element inspector isn’t worthless!

Firefox’s native element inspector isn’t worthless!

25.April.2012

Remove formatting from the command-line

alias pbstrip="pbpaste | pbcopy"

24.April.2012

A minimal CSS only tooltip

Styles:

.tooltip {
    position: relative;
}
.tooltip:hover:after {
    position: absolute;
    top: -100%;
    right: -50%;
    content: attr(data-tooltip);
    border: 1px solid gray;
    background: yellow;
}

Markup:

<span class="tooltip" data-tooltip="awesome">everything</span>
19.April.2012
10.April.2012
“Facebook may even be able to splice the updated bytecode into the application while it’s running, avoiding a process restart.” Exclusive: a behind-the-scenes look at Facebook release engineering (via atmos)
5.PM
6.April.2012
10.AM
Treat the problem at the source: noise canceling microphones

Treat the problem at the source: noise canceling microphones

← Older Entries Page 1 of 63