Legacy: Sligh

14 Mountain
4 Wasteland
18 Land

4 Goblin Guide (8.00)
4 Kiln Fiend (0.25)
3 Grim Lavamancer
11 Creatures

4 Lightning Bolt
4 Chain Lightning
4 Lava Spike (2.00)
4 Rift Bolt (1.75)
4 Manamorphose (0.50)
4 Fireblast (1.50)
0 Lava Dart (0.25)
1 Fork
25 Burn

3 Price of Progress
2 Shard Volley (0.25)
2 Keldon Marauders (0.25)
4 Ankh of Mishra

//
4 Pyrostatic Pillar
2 Blood Moon
1 Price of Progress
2 REB
3 Smash to Smithereens (0.25)

Workshop Aggro

Mana 27
4 Mishra's Workshop
8 Mountain
4 Wasteland
1 Strip Mine
1 Tolarian Academy
1 Sol Ring
5 Mox
1 Mana Vault
1 Mana Crypt
1 Black Lotus

Enchantments 0
0 Blood Moon

Creatures 21
4 Goblin Welder
2 Triskelion
4 Magus of the Moon
4 Gorilla Shaman
4 Juggernaut
3 Lodestone Golem

Artifacts 12
4 Thorn of Amethyst
4 Chalice of the Void
1 Trinisphere
1 Memory Jar
2 Sensei's Divining Top

Sideboard
4 Blood Moon
3 Sphere of Resistance
4 Jester's Cap
4 Tormod's Crypt

Magic cards needed

Legacy B/g Sui

4 Tombstalker (12.00)
4 Tarmogoyf
4 Thoughtseize (16.00)
4 Leyline of the Void (11.00?)

T1

1 Time Vault
1 Tezzeret (13.50)

Random

4 Pithing Needle (2.50)

Legacy Landstill

x Extirpate (12.00)
3 Path to Exile (6.50)
4 Engineered Explosive

Zen Fetchlands

1 Scalding Tarn

Merfolk

3 Mutavault
4 BB Mana Leak

Legacy: Snow Parfait – custom

4 Scrying Sheets [0/4] (1.00)
18 Snow-Covered Plains [1+?/18] (cheap?)
2 Kor Haven [0/2] (4.00)
1 Serra's Sanctum
=23 lands

1 Relic of Progenitus [0/1] (1.00)
2 Path to Exile [0/2] (8.00)
3 Enlightened Tutor [4/3]
4 Swords to Plowshares [4/4]
4 Orim's Chant [4/4]
2 Abeyance [0/3] (5.00)
3 Argivian Find [4/2]
2 Wrath of God [3/3]
1 Replenish [3/1]
20 spells

2 Humility [2/2]
1 Oblivion Ring [0/3] (0.50)
1 Moat
1 Story Circle
2 Aura of Silence
1 Faith's Fetters [0/1] (0.50)
1 Sacred Mesa [2/1]
7 Enchantments

4 Sensei's Divining Top [0/4] (9.00)
2 Isochron Scepter [0/2] (9.00)
2 Grindstone [0/2] (22.00)
2 Painter's Servant [0/2] (4.50)
x Tormod's Crypt
x Zuran Orb
10 Artifacts

SB:
3 Ray of Distortion [0/3] (0.25)
3 Oblivion Ring [0/4] (0.50)
4 Tormod's Crypt [4/4]
1 Karmic Justice [1/1]
1 Sacred Ground [1/1]
4 Ethersworn Canonist [0/4] (5.50)
3 Karakas [0/3] (30.00)
1 Genju of the Fields [0/1] (0.50)
1 Runed Halo [0/1] (4.50)
x Sacred Ground [0/1]
x Aura Fracture [0/2]
3 Seal of Cleansing [4/2]
x Worship [1/0]
x Rule of Law
1 Ivory Mask [1/1]
x Planar Birth
x Aven Mindcensor [0/0] (0.50)
x Decree of Justice [2/0]
15 sideboard

Legacy: Snow Parfait – Netdeck

4 Scrying Sheets [0/4] (1.00)
18 Snow-Covered Plains [?/18] (cheap?)
2 Kor Haven [0/2] (4.00)

1 Relic of Progenitus [0/1] (1.00)
2 Path to Exile [0/2] (8.00)
4 Swords to Plowshares [4/4]
3 Oblivion Ring [0/3] (0.50)
3 Wrath of God [3/3]
1 Humility [2/1]
1 Faith's Fetters [0/1] (0.50)
1 Sacred Mesa [2/1]
4 Sensei's Divining Top [0/4] (9.00)
3 Enlightened Tutor [?/3] (10.00)
2 Isochron Scepter [0/2] (9.00)
4 Orim's Chant [4/4]
3 Abeyance [0/3] (5.00)
2 Grindstone [0/2] (22.00)
2 Painter's Servant [0/2] (4.50)

SB:
3 Ray of Distortion [0/3] (0.25)
1 Tormod's Crypt [1/1]
1 Karmic Justice [1/1]
1 Sacred Ground [1/1]
4 Ethersworn Canonist [0/4] (5.50)
3 Karakas [0/3] (30.00)
1 Genju of the Fields [0/1] (0.50)
1 Runed Halo [0/1] (4.50)

bashrc bash_profile

# .bashrc

# Source global definitions
#if [ -r /etc/bashrc ]; then
#   . /etc/bashrc
#fi

alias ls=’ls -laF –color=auto’
alias lss=’ls -laF –color=auto |more’

alias avalon=’ssh -l minima avalon.kirenet.com’
alias blazer=’ssh -l sarissa blazer.kirnnet.com’
alias infinity=’ssh -l scienter infinity.kirenet.com’

alias pico=’nano -w’
alias restartapache=’sudo /etc/init.d/apache2 restart’
alias fah=’cat /home/raye/folding@home/FAHlog.txt’

PS1=”[\u@\h \w] ”
PS2=”>”

—–

# ~/.bash_profile: executed by bash(1) for login shells.
# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.

# the default umask is set in /etc/login.defs
#umask 022

# include .bashrc if it exists
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi

# set PATH so it includes user’s private bin if it exists
if [ -d ~/bin ] ; then
PATH=~/bin:”${PATH}”
fi

smb.conf

[global]
workgroup = tourismo
netbios name = viper
hosts allow = ALL
encrypt passwords = false
read only = no
writable = yes
guest ok = Yes
browsable = Yes
# server string = viper AMD64 (samba)
security = share

[anime251]
path = /home/file251/anime251
inherit permissions = Yes

[application251]
path = /home/file251/application251
inherit permissions = Yes

[download]
path = /home/file251/download251
inherit permissions = Yes

[iso251]
path = /home/file251/iso251
inherit permissions = Yes

[music251]
path = /home/file251/music251
inherit permissions = Yes

[pdf]
path = /home/file251/pdf

[porn251]
path = /home/file251/porn251
inherit permissions = Yes

[movie251]
path = /home/file251/movie251
inherit permissions = Yes

[document]
path = /home/file251/document

[anime_airing501]
path = /home/file501/anime_airing501
inherit permissions = Yes

[anime_archive501]
path = /home/file501/anime_archive501
inherit permissions = Yes

[anime_complete501]
path = /home/file501/anime_complete501
inherit permissions = Yes

[tv502]
path = /home/file502/tv502
inherit permissions = Yes

[photo]
path = /home/file501/photo

[anime_archive502]
path = /home/file502/anime_archive502
inherit permissions = Yes

Sony MP3 software and CoreAVC 2

I really hate Sony mp3 player software. Specifically X-application. I realize it is a Japan only release but why doesn’t it work on Win7 64 and why does it not properly support unicode. Ugh. Just terrible. And why do their players only handle embedded album images. Sure, that’s a cleaner way of doing it but WMP doesn’t do it. Really annoying.

CoreAVC 2 is out and it supports Win7 and 32/64. As soon as I can get a working copy and serial, I’ll upgrade and see how the netbook and AMD HD3200 handle it. I’m trying to get away from MPC-HC if I can since I’m getting annoying playback errors. Not showstopping but annoying.

Okayama League Newsletter 2009.Final

This has been a really fun fantasy season. I want to thank everyone for competing and for reading this junk I write too. And thanks to Dave for being the Commish again. Just a few comments to wrap the year up.

*Week 16 Review

I actually don’t like my games to be exciting. I want to be up by a lot really early. I was actually feeling pretty good during that Thursday game when he had 4 of his players going. Somewhere in the 4th quarter, I thought his team was pretty well contained and the Chargers were just grinding clock with a huge lead against the Titans.  Then some mother-fucker Charger RB named Hester fumbled the fucking ball and set up a Chris Johnson 30 yard TD run. I knew that was really bad news. The rest of the games were difficult. My team didn’t score any TDs. I didn’t have a single player break out, though no one was miserable. I expected at least 15 more points out of my team. I left just 6 points on my bench but it wasn’t enough. There are no easy games when it is single elimination.

Congratulations to Chris for a repeat victory. He had a really difficult road getting here with his RB injuries and a trade that was pretty much a dud. But he pulled through 2 though games. Heck, his last 4 games were must win.

Derek won over Kevin to get 3rd place but it is only worth 5000 yen more. He did it player a terrible DST and the right RB a week too late. I’m sure Kevin is happy about the generous payout structure.

*My team

I had a pretty amazing team this year. Fuckers didn’t show up for week 16 but still, great team. I finally realize why folks are so focused on RBs. I had 2 RBs that I could plug in every week and not worry much about the matchup. They were really consistent sources for points. I’ve had at most one good RB in the past on my team and having 2 really takes a team up a few notches.

My team and Chris’ team had strong RBs in common. But more importantly, we had great value at the RB position. I want to say Ray Rice was the best value player drafted this year but Rice was drafted Round 12. Ricky Williams was drafted Round 16. Benson was Round 10. Thomas Jones went Round 7.

Playing the wire was really difficult when you go last for pretty much the whole season. It took some brilliant foresight to pick up Jamaal Charles at least a week before anyone else. He’s going to go late first or early second round next year. Rice is going even earlier than that.

I expected a lot more out of Jennings but he wasn’t bad during the postseason. Of course, I traded for Calvin Johnson just for these 2 games. Fitz was as reliable as a RB.

*Draft Strategy

This year, I had a pretty well defined draft strategy. MJD (or AP if Derek was feeling adventurous) first round. RB or Brees second round. WR in the 3rd. WR or TE in the 4th. A WR or Romo in the 5th. It all kind of went to shit since the WRs I expected to go earlier didn’t go. I got to pick up 2 strong WRs in the 2nd and 3rd rounds. I managed to get a few players I had on my list like Hester, Romo, Jennings and I even had Crabtree on there. I’m really glad I didn’t get some others like Portis and Braylon Edwards.

Next year, I think I will target a top TE again since having Gates was huge for my team. Having a strong kicker was important too. I expect to do the DST rotation next year too. I don’t expect to invest in a high pick QB. Crabtree is going to be high on my list. Addai won’t be on my team again even if he plays as well as he did this year. I couldn’t start him. But that was probably due to factors like having MJD and Rice. RBs like Ryan Grant and Kevin Smith might be useful backs but I don’t want them. Steady but frustrating. Terrible o-lines. I probably have to stay away from most rookies too. They go too early for the risks involved.

And I still don’t get why folks love Michael Turner. I’d have taken him second round this year and the same next year. But he’s going to go much higher than that. I get the high workload thing but I just don’t find him effective. I think Calvin Johnson is going to be great next year. Stafford can get him the ball. Pierre Thomas should be huge next year. I’ve had Jonathan Stewart on my team a few years now and he is just frustrating to own. He’s been hurt 2 years straight with the tendon problem. He runs behind Williams. But he has the ability to get huge points. Unless he gets traded, or Williams gets traded, I won’t touch him again. Don Brown is probably going to get stuck behind Addai again.

*Next year

I’m sure we will have a discussion on if we should have divisions for next year. I hope we fix our payout structure as well. I suspect it was just kind of overlooked this year. Looking forward to next year.