Skip to content

Instantly share code, notes, and snippets.

@sc68cal
sc68cal / gist:1448454
Created December 8, 2011 20:38
SDLC notes for Monday

Topic

The best way to design the business objects

Discussion

An ideal environment for creation of business applications 
should allow developers to describe the business logic and 
state of the problem domain which they are modeling with 
@sc68cal
sc68cal / barebones.vimrc
Last active November 15, 2019 08:28
.vimrc files
set fileencodings=utf-8
set encoding=utf-8
syntax enable
set nocompatible " Use Vim defaults (much better!)
set bs=indent,eol,start " allow backspacing over everything in insert mode
set ai " always set autoindenting on
set smartindent
set rtp+=~/.vim/vundle.git/
@sc68cal
sc68cal / gist:1483904
Created December 16, 2011 01:06
ZFS on FreeBSD - Current
capacity operations bandwidth
pool alloc free read write read write
---------- ----- ----- ----- ----- ----- -----
tank 1002G 1.06T 0 1.00K 0 128M
raidz1 1002G 1.06T 0 1.00K 0 128M
ada3 - - 0 514 0 63.8M
ada1 - - 0 510 0 63.0M
ada2 - - 0 514 0 63.8M
---------- ----- ----- ----- ----- ----- -----
zroot 15.6G 42.9G 4 0 288K 0
@sc68cal
sc68cal / gist:1508763
Created December 22, 2011 03:14
Python Floating point hackathon
<(__BEGIN_COMMIT__)>
774d3f54e4229e8106530c79c06664801018c6de
3c9900d699682102cbaf5021f5d2d6bf10a97760
a4d8d3a39416bcfa26367c7c4de6d51b918535d9
Sean M. Collins
[email protected]
2011-12-28 13:06:07 -0800
Sean M. Collins
2011-12-28 13:06:07 -0800
\<(__BEGIN_COMMIT__)>
Finishing HTTP request with status: 200 OKHTTP response headers:
HTTP/1.0 200 OK
Date: Tue, 10 Jan 2012 16:50:22 GMT
Status: 200 OK
X-Transaction: a71f4210daf39837
X-RateLimit-Limit: 350
ETag: "b6e916fd02f11f2d5b03f05c2bfa811d"
X-Frame-Options: SAMEORIGIN
Last-Modified: Tue, 10 Jan 2012 16:50:22 GMT
X-RateLimit-Remaining: 339
Date: Mon, 07 Feb 2011 21:28:53 -0800
From: Colin Percival <[email protected]>
To: "Sean M. Collins" <[email protected]>
Subject: Re: Tarsnap 1.0.29
User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.16)
Gecko/20101220 Thunderbird/3.0.11
Hi Sean,
On 02/07/11 21:18, Sean M. Collins wrote: