Posts for: #Rant

Insomnia Redux (Or my Excuse to Post my Vim Init)

I can’t sleep and can’t think of anything good to blog about, so I’m going to throw up my Vim startup script. This is what works for me, and I’m using it with gvim as well as a slightly modified version for vim. Without further ado, the startup script that makes the world’s best text editor even more useful to me:

colors desert
syntax on
set gfn=PragmataPro:h12,Arial\ Unicode\ MS:h12
set backspace=2
set shm+=I
set ls=2
set ruler

"UTF-8 Shizzle
if has("multi_byte")
  if &termencoding == ""
    let &termencoding = &encoding
  endif
  set encoding=utf-8
  setglobal fileencoding=utf-8
  "setglobal bomb
  set fileencodings=ucs-bom,utf-8,latin1
endif

"Begin custom function for search
highlight found gui=undercurl guibg=#121212 guifg=#6458f0 guisp=#6767ff

function Supafind()
  let farg = input("Search Regex: ")
  call matchadd("found",farg)
  echo ""
endfunction

map <F2> :call Supafind()<CR>
map <F3> :call clearmatches()<CR>:echo "Cleared Matches"<CR>
[Read more]

Work Work Work

Just writing this to keep up appearances. I don’t really have anything new or interesting to add. I suppose the Trayvon Martin saga will be interesting to watch as it unfolds, I just hope people don’t treat the expert analysis like a fucking referee making a call. If an expert makes a determination, just go with it. Don’t yell and scream that the determination is wrong just because you don’t agree with the end result. That’s what retards do. Instead, learn to accept reality for what it is, rather than sticking your head in the sand whenever something becomes uncomfortable.

[Read more]

Rollout Complete

The installation of my virtual soapbox is now complete. I wrote a half-second bash script to take care of fixing permissions on my end before rsync-ing the whole load to the “web server” (term used loosely, here, as the janky garbage I have set up only took two whole seconds of deployment). Everything should be all set. No more XML: PARSER JUST HAD A GODDAMNED FUCKING SEIZURE, YOU RETARD style errors or 403 Asshat Has No Permission issues. Should deploy with two simple commands and let me stand on my little, virtual, audience-less, soapbox all day long.

[Read more]

Things Moving Along

Things seem to be moving along. I’m working now, as you may already have noticed from blog posts. I’m working midnights, though. Pretty terrible shift, I’m hoping I can find something, whether at the same place or not, that’s days. Hopefully I can arrange something soon that will cease to destroy my ability to sleep. Sorry for the lack of blog posts lately. I’ve been busy as hell. In the very least, I have money in my pocket and a place to go every day. I’ll be grateful for the good things and wonderful people in my life. I’ll make sure to show them every chance I get, too. That said, I suppose I’ll trail off with a youtube video.

[Read more]

What I’ve Been Doing

Most of my life, I’ve either worked some stupid “McJob” or behind a desk. I’ve never had what you’d deem a real gritty job before. Until now. Now I come home every morning covered in carbon dust, coolant, and grease. It’s insane. My arms are sore every day, and are getting… Gruesome.

I work in a “cell” that consists of a grinder station, six-axis FANUC robotic manipulator, and dual-spindle FANUC CNC lathe. The grinder does exactly what the term I used implies, it grinds the raw material down to size. The manipulator takes the properly sized material and loads it onto the lathe chuck, which then uses tooling to shape the material into the finished product. The manipulator then sends the finished piece on down to me, where it’s gauged for accuracy and I can make corrections near the end of the line when necessary. The cell produces about a hundred pieces an hour. It’s overly complex for what’s actually happening, and has a tendency to reflect that in what can (and does) go wrong. I’ve noticed two tandem PLC’s, one to direct the manipulator and another that apparently controls the lathe. The cell used to consist of two manipulators, two lathes, and four spindles. It has since been found that it’s a freaking mess for just one person to handle with just one series running. I think I’d die if both were ever running cooperatively.

[Read more]

At the Drive-in

It’s going to rain soon. I can smell it. Summer is finally coming, and I have some damned fond memories of summer. My last one was a mind-blower, that’s for sure. Certainly can’t take summer for granted anymore. Too many fond memories, too much to look forward to. The Drive-in used to be a cool thing I did, I guess not many people really did it. These days, it has some significance to me. It will be a place my mind goes, whether times are bad or times are good. That place will always make me smile. I’m overly eager to visit again soon.

[Read more]

Work Again- Finally

It feels good to be working again. I’ve missed having a place to go every day. I’ve missed being tired after putting in a genuine effort for eight hours, turning in and being able to pass out from exhaustion. When you’re sitting around all day, you don’t really get tired from anything other than the passage of time. It simply doesn’t feel half as satisfying as being tired from the expense of energy and the pleasure of having been productive.

[Read more]

Grind

It seems as if things are finally leveling off. We’ve got lunatics in the White House who want to carpet-bomb Iran, take away our right to protest, but at least some corporations are wising up at least a little. Still, we have a long way to go. Obama is no sort of hope at all, even incendiary writing has him pegged pretty well. It looks like we’re working toward a gigantic goal of “nothing”. Everyone who has a job is working hard. Everyone seems to be struggling towards this single direction. The sad part is that this direction leads to nowhere. The Dems are going to ruin us. The Reps are going to ruin us. Who will swoop in and save the US? No one. No one at all.

[Read more]