I’ve been thinking a lot lately about the “PsyOPS” and “InfoSec” professionals that are wildly chasing hackers all over the internet. People claim they’re so elite because they’re infiltrating A GROUP THAT ANYONE CAN JOIN, REGARDLESS OF RACE, CREED, OR RELIGION. I guess it’s tacitly not infiltration, as I’m sure some of the “legit” members don’t have the group’s best interest at heart, for various reasons. So if you’re claiming to be “Destroyer of Anonymous”, you fail at life. You’re a fucking loser- an asshat. The reality is that Anonymous is destroying itself. It swells and declines. It will always eliminate parts of itself. Kind of like pruning. No group with such radical and diverse beliefs can remain cohesive. However, all “#prosec” douchebags are typically Republican, Bradley Manning hating government suckups who shit on the first amendment and would love to see all Arab Americans die. These are not generalizations- these fucking nutbags still have sore tits over 9/11. At least, the “twitter vocal” ones are that way. It’s ironic. If you want to gain support for your cause of “hating Anonymous”, wouldn’t you be nicer than a nazi? My guess is “mudsplatter / hubris” is still on the #prosec side of the fence, hunting Anonymous down with PsyOPS and trolling. However, he’s playing good cop at the moment. The minds at Backtrace Security likely discovered that being raging douches from all angles doesn’t get you very far. So riding high on the crest of “namshub.pdf” and the fact that all their dox came from the fallout just before HBGary, they’re trying like Hell to prove they’re actually worth something to the internet, and not just screaming trolls.
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>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.
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.
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.
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.
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.
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.