``Blogless Blog'' (is that too much? no, it's ok?)

I now have more blogs than I can count on one hand, and I knowz binary.
This and twitter are probably the only things that will ever get updated?
Jul 10
Permalink
Big Rig Fire Consumes Cab of Truck

Nice, the LAFD has a flickr!

Big Rig Fire Consumes Cab of Truck

Nice, the LAFD has a flickr!

Permalink

How to null-format all tables in a word document


Sub Macro1()
    Dim atable As Table
    For Each atable In ActiveDocument.Tables
    With atable
        .Style = "Table Normal"
        .ApplyStyleHeadingRows = False
        .ApplyStyleLastRow = False
        .ApplyStyleFirstColumn = False
        .ApplyStyleLastColumn = False
    End With
    Next atable
End Sub
Jul 09
Permalink

How to get your attention back after a long-running process:

$ cat bin/shout
#!/bin/bash
notify-send -u critical -t 0 -h int:x:512 -h int:y:512 $@

I love growl/snarl/libnotify for this.

foo && bar;shout HAY ALL DONE HERE

Permalink
68. If we believe in data structures, we must believe in independent (hence simultaneous) processing. For why else would we collect items within a structure? Why do we tolerate languages that give us the one without the other?
Permalink
Jun 30
Permalink
Permalink
The ability of computers to so repeat a task has led to modern forms of this technique: screen savers that fly through space forever, looping and churning tunnels, or unique images such as a commonly-linked animation of David Hasselhoff.
Jun 29
Permalink

Armstrong & Miller - Water! From the skies!!!

This is a classic.

Jun 27
Permalink
Rather like lip-plumping jabs, the treatment involves injecting collagen straight into the G-spot.
This not only enhances its sensitivity, but increases the width of the area to the size of a 10 pence piece.

I’ve had the G-shot…and YES,YES,YES, my sex life has never been better | Mail Online
What could possibly go wrong, eh?
Also!

‘His jaw literally hit the floor and he said, “Sounds good to me.”

‘I have quite literally never experienced anything quite like it’

I think maybe the first quote there makes the second use of literally a bit suspect.
Unless the guy actually fell over, in which case COMEDY GOLD.

Permalink
Permalink
svdiff is a perl script to compare/diff two (comma) seperated files with each other. The part that is different to standard diff is, that you’ll get the number of the record where the difference occours and the field/column which is different.
csvdiff - compare/diff two csv-files | projekt home page
HOW AM I ONLY JUST FINDING THIS
I HAVE WASTED MY LIFE
I NEED BEER
Permalink
Permalink
Jun 26
Permalink
Democracy demands that the religiously motivated translate their concerns into universal, rather than religion-specific, values. It requires that their proposals be subject to argument, and amenable to reason. I may be opposed to abortion for religious reasons, but if I seek to pass a law banning the practice, I cannot simply point to the teachings of my church or evoke God’s will. I have to explain why abortion violates some principle that is accessible to people of all faiths, including those with no faith at all. Now this is going to be difficult for some who believe in the inerrancy of the Bible, as many evangelicals do. But in a pluralistic democracy, we have no choice. Politics depends on our ability to persuade each other of common aims based on a common reality. It involves the compromise, the art of what’s possible. At some fundamental level, religion does not allow for compromise. It’s the art of the impossible. If God has spoken, then followers are expected to live up to God’s edicts, regardless of the consequences. To base one’s life on such uncompromising commitments may be sublime, but to base our policy making on such commitments would be a dangerous thing.
Barack Obama (via azspot). Quote of the decade. (via marco)
Jun 25
Permalink