Well, still absolutely nothing done…

Ended up with a heated discussion with a friend on IRC, about WINE. I’ve also come to the conclusion, that not learning Swing years ago was a good choice lol. If I ever made a regular practice of programming in Java, I’d probably make use of SWT, but for the task in question it had to be either AWT or Swing; I have a book with lots of AWT stuff somewhere, but after 12 years, I’m sure the API’s changed a bit haha. Spent the rest of my night in what would be best described as a “kinky” chat else wheres lol, but still… didn’t manage to get anything done!

The problem is, I can’t get nothing done during the day –> family
I can’t get nothing done until everyone is asleep –> family
And assuming I haven’t been run ragged,
passed out from lack of sleep, or
just to fscking tired to work –> family.

If my family would stop torturing me, maybe I could get crap done?

I really need to get out of here…..

Writer’s Block: Coast Range

If you had to choose, would you rather live in the mountains or by the ocean?

Live Journals Writer’s Block

Mountains….

I still remember when I was in Tennessee, and the trip back home was by way of the Smokies, wound up in North Carolina lol. But it’s the mountains out in Tennessee I remember most, so beautiful; it’s hard to describe it. If I close my eyes, I can almost see them in my minds eye. The greens, browns, and golds of the trees, and the emebb and flow of terrain.

Unfortunately I was there as part of a wedding party, meaning I was stuck in a monkey suit lol; but it was a great trip. I got to hang out with a few cousins I’ve never met before, and a great aunt. Family is a very important thing for me, even if mine drives me crackers… nothings perfect I guess. I really would like to see Tennessee again some day, as long as I don’t need a tux lol. I remember swearing, that if I ever found myself in one again, it best be my wedding lol -> who else could I love enough to wear a tuxedo for? Especially after I nearly got choked to death by that stupid thing lol.

My memory is far from photographic, but is quite good for things that ‘stick’, mmm. Me and water generally don’t mix very well, despite being a Floridan I never got to spend much time at the beach :-(, that’s practically sacrilegious :. But IMHO, the mountains can be more beautiful then the ocean, and I don’t miss 90F (~32C) temperatures being the norm!

Although, I do really miss the palm trees…

Laughing my ass off

http://xkcd.com/69/
http://xkcd.com/340/
http://xkcd.com/177/ (I can’t explain it, but I find this hilarious xD)
http://xkcd.com/341/
http://xkcd.com/256/

It’s a wonder how few of these you can actually go through without interupts, even in a place where getting stuff done is a totally outlawed concept, unless it’s a task popped onto your brainstack so someone else can keep sitting on a couch, rotting braincells infront of a TV.

http://xkcd.com/342/ (WoW)
http://xkcd.com/343/
http://xkcd.com/344/ (ROFLMFAO!!!!)
http://xkcd.com/356/
http://xkcd.com/345/
http://xkcd.com/400/
http://xkcd.com/378/ (Thanks Mal)
http://xkcd.com/361/ (This one is me….)
http://xkcd.com/171/
http://xkcd.com/238/ (Close enough…)

Me: http://xkcd.com/323/
Me: If that was Windows ME, I wonder what they drank on Visa?
Friend: HAHAHAA
Friend: OH MY FREAKING GOD
Me: xD
Friend: i will wake up my girlfriend laughing on that one
Me: lmao
[2]a_mallais> but seriously
Friend: I would not compare viste with me
Me: ok, this block is making the log…. haha

http://xkcd.com/399/
http://xkcd.com/89/

OK, cost is clear…. now let’s see if I can actually get some work done, without going AFK every flipin’ time I get into the flow…

Part of my login scripts, is to execute ‘[ -x /usr/games/fortune ] && /usr/games/fortune -aes’, which prints a short message from the fortune database, found this one appropriate lol.

It is not true that life is one damn thing after another — it is one
damn thing over and over.
— Edna St. Vincent Millay

After laughing myself silly over an XBox link a friend sent me, I’ve been surfing around consumerist.com. What a gold mine, and some good laughs too xD.

Added a few links to my ma.gnolia, now I just need to stop chuckling at some of the articles I read lol. The one about posting fliers outside the car dealer was a good one -> so much sweeter then normal resolution methods :-D. This reminds me, I really need to work on my whole regular resources / news feeds; Hmm…. [to be continued]

Dang it… almost 0830Z, and I need to be up early tomorrow!!! (Eh, today actually… lol). I think I’ve spent more time waiting on the freaking documentation @ java.sun.com to load, then writing code! It’s faster to just download the docs off cds-esd.sun.com at ~1MB/sec. Heck, it’s taking longer to unzip then it did to download lol -> that’s kinda sad.

Although, arguably if I had just used C++ for this, I could have been done by now and spend the remaining time on libraries. About 15minutes with Python, and the whole thing would be done, and no compile/linking to care about on Windows >_>. Well, at least there is still no need to pack binaries for each platform… that’s one plus.

But a huge negative, to have to finish the program tomorrow after work lol.

0x5065726c20726f636b7321

Hooah, I’ve nearly completed my little organizational pattern hehe.

~/stuff                            -> dumping ground for work load management
-------/bin -> binaries to help out (links to ~/sh)
------------/cgrep -> comma grepper for contacts file
------------/reminded -> reminder notifications daemon
-------/bookmarks -> links to pages I need to read
-------/contacts -> CSV file with why,method,id of people I need to contact
-------/delegates -> list of things I pawned off on other people (and need to follow up with)
-------/open-loops -> list of things I need to do; if it is here, it is a commitment
-------/reminders -> directory full of reminders
-----------------/YYYY-MM-DDTHH:MM -> send me this files contents on YYYY-MM-DD at HH:MM UTC
-------/hope-chest -> things I wish I had time for; deal with in future
-------/school -> reserved for future need
-------/projects -> tmp files for various projects.

On Sunday (2008-12-07), I started writing cgrep in Perl, and setting up the contacts & open-loops files. Finished the final touches yesterday, and finished reminded today (Aside from tweaks needed for WinXP; adjust $ENV vars). Not to bad, considering how little coding time I’ve had lately :

Terry@dixie$ ~/stuff/bin/cgrep -h   
/usr/home/Terry/stuff/bin/cgrep -- Grep for the contacts CSV file

Usage:
cgrep [IWhimvw] [-f file | --file file] regex [file ...]

Options:
-I, --id grep the 'id' column
-W, --why grep the "why" column
-V, --verbose display line for AWK
-h, --help print usage help info
-i, --ignore-case ignore case distinctions
-m, --method grep the "method" column
--man read manual page
-v, --invert-match select non-matching items
-w, --who grep the "who" column

Terry@dixie$ ~/stuff/bin/reminded -h
/usr/home/Terry/stuff/bin/reminded -- reminder notifications daemon

Usage:
reminded [-t seconds] [-n|-m addr] [-p program] [-d directory]

Options:
-D, --debug Debugging output
-d, --directory Directory to search
-m, --mail=address Remind by Mail to address
-h, --help print usage help info
-n, --notify Remind by notification popup
--man read manual page
-p, --program=string Execute string as the notifier
-t, --timer=secs Sleep secs between checks

Terry@dixie$

I’ll probably modify ~/init.sh to launch reminded during my sessions; maybe rsync files to Vectra, and run it in mailing mode.

Things in ~/stuff/open-loops are more or less sorted into a queue of tasks; which are to be done in mostly the order listed. Once they are done, they get deleted; and generate or nuke other entries IAW the resulting outcome. So far, it’s actually worked well enough; cgrep, reminded, and the structural are all done ahead of schedule. Now if I could just do something about controlling the amount of time available to work on crap!!! I once tried Personal Information Manager (PIM) software, but usually found the surveyed apps to lack the level of flexibility I need. And to hack it in, would take more time then using a few megs in sticky notes. ssh’ing to Vectra and mucking with a todo file ain’t so hot either, so here we go 🙂 It’s simple, it’s effective (as anything else), and no need to screw around with a big, overwait, memory hogging, overly mouse riddled program, just to manage things -> I can use my shell xD.

It’s amazing, how often I can throw perl at a problem, and see it work lol.

Then again, I can usually read my Perl scripts in six++ months… can’t always say the same for other peoples golf game.

Water, water everywhere, but a drop to drink!

I was dreaming that I stuck my head out the door, and the sky was turning black as ink; bolted the door, and five minutes later: stuck my head out, and it was the proverbial sunny day out, only the screen door blew away and was lodged somewhere lol

Not to long after, I get woken up with the word “Tornado” in the air! So here I am, barrowing down the hallway in the dark, one eye open, looking for the dog, with warning sounds going off (radio/tv) and bells ringing in my spider sense -> wait, thunderstorm warning, tornado warning, flood watch, and it’s after 0800 local; ok, I’m going back to bed lol

By the time work-prep was to start, it was raining so hard, looked out the door, and couldn’t even see much of the other side of the complex :. Normally, it’s a clear view aside from a few obstructions. And Coco goes ballistic whenever it thunders, no convincing her to stay on the covers in a blanket. Main reason I’m on the laptop atm, want to get the battery chargedf back up, just in case. Guess I can finish that Perl script now…

Nice time for a power bleep

Power went out at 0705Z, almost 0800 now; no sign of repair.

Only got about 45min left of battery power, so the rest of my perl script will
have to wait until tomorrow – man, I’m so glad I keep my laptop full of
programmer docs xD. Coco is scared, because she can’t see where she’s going
lol; Willow doesn’t care, there’s still food left in the dish 8=)

Now if I could just get Ma to not leave a flibin’ candle lit on her table…
Anything knocks that over, or the dog tries to put her noise on it, when Ma
get’s up… FFS, am I the only one in this family that actually _T_H_I_N_K_S_
before I do something?

Spidey01, 2008-12-10 T07:58:01 UTC

Hahaha, I power down, put the laptop away, take a leak, and lay down to get
some shuteye. Start to pray, and 2 minutes later, everything comes on lol.

Just in time to have to reset all the clocks, instead of sleep!

2008-12-10 T08:12:13 UTC

Chuckles of the day

And don’t forget the first rule of writing internet applications – ‘Don’t re-implement TCP/IP’.
-Bram Cohen

…if we judge something by how badly it is misused, well, hell would be perl, right? — dancer

Unix and C are the ultimate computer viruses.
The Rise of “Worse is Better”
By Richard Gabriel