Blog Archives

Bash scripting links

Posted on May 15, 2015. Filed under: Uncategorized | Tags: , , , |

Better Bash Scripting in 15 Minutes Greg’s Wiki specifically BashGuide and BashFAQ

Read Full Post | Make a Comment ( Comments Off on Bash scripting links )

First aid git

Posted on May 9, 2015. Filed under: Uncategorized | Tags: , |

First aid git is a searchable collection of the most frequently asked git questions

Read Full Post | Make a Comment ( Comments Off on First aid git )

30 Python Language Features and Tricks You May Not Know About

Posted on March 8, 2014. Filed under: Uncategorized | Tags: , |

30 Python Language Features and Tricks You May Not Know About Since I started learning Python, I decided to maintain an often visited list of “tricks”. Any time I saw a piece of code that made me think “Cool! I didn’t know you could do that!” I experimented with it until I understood it and […]

Read Full Post | Make a Comment ( Comments Off on 30 Python Language Features and Tricks You May Not Know About )

More sensible defaults for Blender

Posted on February 27, 2014. Filed under: Uncategorized | Tags: , |

Due to the fact I still see a fair bit of traffic to my 2012 article on default configurations for Blender, I’ve rewritten it to incorporate some new things, as well as some additional recommendations from others. Blender Defaults 2014 edition covers some suggestions for how to configure both your user preferences and the default […]

Read Full Post | Make a Comment ( Comments Off on More sensible defaults for Blender )

YouTube Creator Playbook

Posted on May 20, 2013. Filed under: Uncategorized | Tags: , |

A great resource that compiles important tips, best practices, and strategies to help you build your audience on YouTube. www.youtube.com/yt/playbook

Read Full Post | Make a Comment ( None so far )

Move the Users Directory in Windows 7

Posted on December 21, 2011. Filed under: Uncategorized | Tags: , |

lifehacker.com/5467758/move-the-users-directory-in-windows-7

Read Full Post | Make a Comment ( None so far )

Top shell commands, voted on

Posted on November 21, 2011. Filed under: Uncategorized | Tags: , |

http://www.commandlinefu.com/commands/browse/sort-by-votes

Read Full Post | Make a Comment ( None so far )

FreeBSD tips

Posted on November 15, 2011. Filed under: Uncategorized | Tags: , |

When FreeBSD tells you to Run fsck manually the command you’re looking for is fsck -y /dev/whatever

Read Full Post | Make a Comment ( None so far )

Extract branch to a new repo using git-format-patch

Posted on September 15, 2011. Filed under: Uncategorized | Tags: , , , , , |

I know this should probably be done using git-filter-branch, but with format-patch, I don’t need to learn anything new. More importantly, filter-branch would give me more to forget 🙁 Given a git repo with a branch ‘find-ls’ with history like this: * 10c757c (origin/master, master) handle errors better | * 073892b (HEAD, find-ls) don’t allow […]

Read Full Post | Make a Comment ( 1 so far )

Moose tips

Posted on September 13, 2011. Filed under: Uncategorized | Tags: , , , , |

init_arg – use alternate attribute name in new() # in package Foo has qw(bar is ro init_arg quux); … # elsewhere my $foo = Foo->new( quux => 1 ); Foo has an attribute named “bar”, but we pass “quux” to the constructor. See Moose::Manual::Attributes / Constructor parameters (init_arg) init_arg – ban setting an attribute in […]

Read Full Post | Make a Comment ( None so far )

« Previous Entries Next Entries »

Liked it here?
Why not try sites on the blogroll...