Picked up a CAR-10 XH Buffer for a Magpul UBR Project…

So to install a Magpul UBR on an AR-10 carbine you must convert your buffer/spring system to something loosely AR-15 compatible as that’s what the UBR’s designed for. So I ordered Slash’s CAR-10 XH Buffer and spring from http://www.heavybuffers.com. The communication was smooth and the shipping very prompt. When received, the packaging could have used some additional inspiration, but the buffer is a hunk of steel and tungsten so it’s all good. Here the plastic bag was inside the USPS envelop which had broken open, I didn’t rip it apart. The envelope was then inside the box which was undamaged in shipping:

CAR-10 XH Buffer shipping

CAR-10 XH Buffer Shipping Condition

The product was undamaged. Here’s some shots of the head stamp and spring:

CAR-10 XH Buffer head stamp

CAR-10 XH Buffer head stamp

CAR-10 XH Buffer and spring

CAR-10 XH Buffer and spring

…also note that the spring appears to be an AR-10 spring that was crudely cut. I suspect it’ll work but I think I’ll turn back the sharp point at the end to avoid damaging the UBR tube. I probably would not buy the spring again.

More on its performance later.

CAR-10_XH_Buffer
Posted in 2nd Amendment | Comments Off


Armalite AR-10 10A4C with Leupold and EOTech gear

Here’s some pictures of the rig configured for zombies and target shooting.

Posted in 2nd Amendment | Comments Off

Armalite 1″ Scope Mount Assembly EX0027

So I’ve gotta attach the Leupold VX-II 3-9×40mm to the AR-10 with something… So I ordered the Armalite 1″ Scope Mount Assembly EX0027. It’s reasonably priced and has good reviews, save one: It seems to be a bit low. Which is a good thing depending on perspective…

At least it’s a one piece mount so I don’t have to worry about alignment and other issues… Just screw in the scope and go.

So far its performance has been excellent (provided the scope is properly mounted: torque those screws!) and I’d probably buy another one.

Posted in 2nd Amendment | Comments Off

Picked up a Leupold VX-II 3-9x40mm Scope

I needed a proper scope and had NO idea what I need. Really, I know nothing about scopes. I wanted a Trijicon Accupoint (super cool illuminated scope) but am not so sure I want to spend $700 on one sight unseen as they’re hard to find. So I went to Cabelas with a fist full of cash to look at their scopes. Cabelas is the only place to go for this and even if it costs a bit more as they have everything (like 400 scopes in stock) to look at. I figure if I go to their beautiful store and handle their merchandise, I better buy there…

So after some time, some good advise from the Cabelas folks, giving blood (the blood mobile was there and I had time to burn,) I chose the 56780 Leupold VX-II 3-9x40mm scope. It appears to be a good all around scope. Its reviews around the web seem to verify this. Even if it doesn’t work on the AR-10 it appears to be something one would want in their safe.

Bottom line, for $280 it should be an excellent tool for gauging the 100 yard performance of my AR-10 with various types of ammunition.

UPDATE: Its performance has been excellent on the AR-10.

Posted in 2nd Amendment | Comments Off

mencoder Command Line to transcode VOB to iphone

ffmpeg -i “movie.VOB” -f mp4 -vcodec mpeg4 -maxrate 1000k -b 700k -qmin 3 -qmax 5 -bufsize 4096 -g 300 -acodec aac -ab 192k -s 480×368 -aspect 4:3 /Volumes/data/share/temp/3.mov

Posted in Computers | Comments Off

Armalite AR-10 10A4C

I’ve always wanted a rifle and now that Obama’s elected I figured that if I was ever to own one, I’d better buy now. Apparently, the rest of the US population thought the same so the biggest gun buy in US history took place. I finally found the one I wanted, one year after the election and here it is. My favorite part is the white eagle stamp on the front indicating this is a complete Armalite rifle, not a parts gun.

Posted in 2nd Amendment | Comments Off

108 degrees in Washington

Hottest day ever in Seattle.108 degrees

Posted in Uncategorized | Comments Off

Here’s s’more Xen HVM and Paravirtualization Notes.

The best write up for lean and mean paravirtualization configuration for Xen Centos 5.3 DomU’s on a Centos 5.3 Dom0 is at: http://wiki.centos.org/HowTos/Xen/InstallingCentOSDomU

…and for HVM I like this site: http://www.virtuatopia.com/index.php/Configuring_and_Installing_a_Xen_Hardware_Virtual_Machine_(HVM)_domainU_Guest

Posted in Computers | Leave a comment

Never use XFS with Xen on Centos. It will crash Dom0.

This is one of those week or so long learning experiences that you must go through whenever exploring a new technology.

I installed Centos 5.3 and Xen on a hot new piece of hardware with the intention of runnig paravirtualized Centos 5.3 images on it. I’d probably be running a half dozen images at a time and with disk images at > 4GB I thought I’d run XFS as the Dom0 file system to speed the file access/create/delete times.

Big Mistake.

Every time I’d run a DomU guest, the host/Dom0 machine would consistently, but at different time intervals, crash. That’s right, the entire server would crash/hang/freeze. After a week of goofing around I finally tried a guest on a stock ext3 file system and Shazam! everything worked.

Posted in Computers | Leave a comment

Manually controlling bridge networking on Xen

I followed this great article: http://henning.schmiedehausen.org/wingnut-diaries/archives/86

Posted in Computers | Leave a comment