Showing posts with label sneak_attack. Show all posts
Showing posts with label sneak_attack. Show all posts

2010-08-11

Sneak Attack: The Smell of Hell

Excellent article on code smells.

Back to flipping out...

2010-08-05

Sneak Attack: Oops, I forgot to sudo in Vim

Ever forget to sudo before you started editing that file in vim? Here's a nifty, tee-based trick to save you some hassle.

Back to flipping out...

2010-07-20

Sneak Attack: TEMPORARY (Tablespace) Insanity

If you ever find yourself cursing about an ORA-01652: unable to extend temp segment by 128 in tablespace TEMP at 11 PM on your birthday, this article might be just the thing for you.

Back to flipping out...

2010-07-19

Sneak Attack: GNU Screen and the Scrollback

Handy article on scrolling with screen, which I use rarely enough that I always need to look this up.

Back to flipping out...

2009-09-28

Sneak Attack: Functional Java

How is this the first time I've heard of Functional Java?

Back to flipping out...

2009-09-22

Sneak Attack: Python is not Java

One of the (in Internet time, at least) golden oldies. Re-reading this makes me cringe when I think back.

Back to flipping out...

Sneak Attack: Why I Like pip

The most concise description I've found of really using pip.

Back to flipping out...

2009-09-15

Sneak Attack: Sacrificing Quality—Part II—Kaizen

Interesting post about negative hiring impacts caused by sacrificing quality. I also recommend the first post in the series, which focuses on the psychological impacts of sacrificing quality.

Back to flipping out...

2009-08-29

Sneak Attack: Co-routines as an alternative to state machines

Co-routines as an alternative to state machines. And the money quote: Co-routines are to state machines what recursion is to stacks.

Back to flipping out...

2009-07-14

Sneak Attack: Cloud Computing Hierarchy of Needs

A new-and-improved hierarchy of needs for a our new-and-improved era.

Back to flipping out...

2009-07-08

Sneak Attack: Quick Retorts to Unreasonable Requests

A handy-dandy list of retorts for when the PM in your life is being unreasonable.

Back to flipping out...

2009-06-24

Sneak Attack: Maven Archetypes for Apache Tuscany

The Tuscany community has put together a wiki that, among other things, describes some Maven archetypes for getting started with Tuscany. Trust me, this is a real win.

Back to flipping out...

Sneak Attack: Django Circular Model References

Django Circular Model References highlights a neat trick to make Django models play nice with circular references.

Back to flipping out...

2009-06-13

Sneak Attack: Rosetta Code

Rosetta Code is a nifty site that has a set of common tasks implemented in many different languages.

Back to flipping out...

2009-06-01

Sneak Attack: Introduction to Python Profiling (PyCon talk)

This PyCon talk on profiling is really good stuff. Also, it's nice that he points to KCachegrind and RunSnakeRun for better visualizations than the default from cProfile.

Back to flipping out...

2009-05-29

Sneak Attack: Installing cx_Oracle on an Intel Mac

Install instructions that actually work for cx_Oracle on an Intel Mac. It requires MacPorts and doesn't work with the latest version (5.0.2) of cx_Oracle, so make sure you actually use 4.4.1.

Back to flipping out...