f i d d l e 2
|

-fiddle2->
+archives
+the quoteboard
in a nutshell
blogger decoder
-links
-hosting
Nicole
Josie
Melissa
-reading
xkcd
TUAW
Daily WTF
TotT
Gina
Tim
Daily Rotten
reddit
CJotD
aLA
sektie
Suw
C&L
Sam
Lifehacker
Jeff
FrickCam
Jessica
Mike
IP
+etc
+webrings
|
My name is Travis. Fiddle2 is a weblog that exists because people seem to want it that way. I'm a computer science student from North Dakota, where I work as a web developer and consultant for ITS at NDSU. From time to time, I teach classes on Photoshop. I drive a 1991 Mercury Topaz LTS. When I was four years old, I created the word "endoflex". I order espresso three or four shots at a time. I'm a frequent user of needless curse words. The majority of my friends are female. I've never been arrested. I know COBOL, but you'll never hear me say it out loud. I am a Microsoft Certified Professional. I own a Handspring Visor. I was once on probation for distributing the DeCSS code. I fall into lust at the drop of a hat, and I have a severe weakness for waitresses. I find beauty in just about everyone, and I rarely give a rating below three at hotornot. This is my weblog. Have a good time. (The tree navigation was written in PHP, but the code sucks, so you probably don't actually want it.)
|
"I was wondering if you'd used Eclipse much."
"I installed it to try it out for PHP but didn't use it much."
"Zend recently started moving their IDE to be Eclipse-based. It. Is. Teh. Sux0r."
"I didn't like the way it suggested functions."
"I don't like the way it throws null pointer exceptions all the time."
- Me and Ryan, via IM
Last updated: 2008-06-18
|
|
Media lists powered by TypePad.
|
RSS: 1.0 FT, 0.91 FT, 1.0 ex, 0.91 ex
ICQ 11586016
AIM KenickieTJK
travis(a)kroh.net (PGP)
my daily schedule
Technorati Profile
B9 d+ t+ k s- u f- i-- o+ x+ e+ l c--
Other designs:
1994
version 3
version 4
always use this design
use random design
Powered by: Custom modified Movable Type on Apache with PHP, vi and Photoshop 7 using Opera 7, IE 6, & Mozilla.
This work is licensed under a
Creative Commons License.

|
|
|
Dear "CyberBob" at WOAI.com,
I subscribe to the WOAI "San Antonio news" RSS feed to get some of my local news, which inexplicably includes the "No Bull Zone"--an anonymously authored conservative opinion blog.
This is a serious journalistic oversight that I'm surprised I need to point out. Anyone who wants to read ignorant ranting of any political nature can subscribe to individual blog feeds separately. It really shouldn't be included with the rest of the reporting from an objective news organization.
|
|
|
The first sentence of an email I sent at work today regarding the purchase of a NN/g report:
Tracy,
Marcy told me that Nancy asked her to tell me that her supervisor said to ask you about the purchase of a document we're trying to get....
Bureaucracy FTW!!!!11
|
|
|
It's a class war, stupid
This is why you need to pay careful attention when you hear about John McCain claiming that he's going to "look at entitlement program" waste as a means of solving the budget crisis, or when you tune into the debate about the "death tax." We are in the midst of a political movement to concentrate private wealth into fewer and fewer hands while at the same time placing more and more of the burden for public expenditures on working people. If that sounds like half-baked Marxian analysis... well, shit, what can I say? That's what's happening. Repealing the estate tax (the proposal to phase it out by the year 2010 would save the Walton family alone $30 billion) and targeting "entitlement" programs for cuts while continually funneling an ever-expanding treasure trove of military appropriations down the befouled anus of pointless war profiteering, government waste and North Virginia McMansions — this is all part of a conversation we should be having about who gets what share of the national pie. But we're not going to have that conversation, because we're going to spend this fall mesmerized by the typical media-generated distractions, yammering about whether or not Michelle Obama's voice is too annoying, about flag lapel pins, about Jeremiah Wright and other such idiotic bullshit.
Just a touch on the sensationalistic side, and certainly a biased, albeit accurate, essay, this kind of critique will most certainly be ignored by anyone who has influence necessary to correct the outlined problems. The bit about our country's insolvency is particularly urgent, in my opinion, but is currently either ignored or completely unknown to the public in general. It's entirely possible that within my lifetime we'll have a significant number of American economic refugees to other countries as the government moves well into the realm of a working capital deficit (based on the GDP). Seriously! Our GDP is about $13.86 trillion and our current national debt is about $9.53 trillion. Our current debt is damn near 70% of our GDP. That's some scary shit. Meanwhile, people cast votes for national office based on trivialities like stem cell research.
|
|
|
|
Dear Parallels,
We've been together for a long time, but I think we both know that inertia is the only thing keeping us going now, and has been for a while. You were really nice at first, and I enjoyed how special you were. You enabled me to do things I hadn't ever been able to do before. At first, I was really excited to have you since you had a great reputation and my friends liked you so much. We were a great couple, but there are some things that novelty can't mask forever, and it's about time we face our differences.
|
|
|
How not to live long and prosper
Car Flips after Passenger Shoots at Driver; Driver Stabs Passenger
A man is under arrest, after police say he shot at the woman driving the car he was riding in.
(Emphasis added. Dipshit.)
|
|
|
|
Recently, I wanted to play a short .aiff file as a little alarm every 15 minutes. On the Mac, however, there isn't a built-in analog to the play command that ships with most Linux distros. I did a quick search and came up mostly empty, except for a little app called PlayBufferedSoundFile written by Kurt Revis, an apple engineer, intended as a code example for using CoreAudio. Unfortunately, the API has changed such that the technique used in the code example is deprecated, and the code doesn't even compile anymore.
Fortunately, Kurt turned me on to a code example that's included with the new version of Xcode that does exactly this.
The dev tools come with sample code for a tool called "afplay" that can probably do what you want.
Open this in Xcode:
/Developer/Examples/CoreAudio/Services/AudioFileTools/AudioFileTools.xcodeproj
Build the "afplay" target and there you go.
"There you go" indeed. Thanks, Kurt.
|
|
|
I was installing Zend Platform on our development server today, and got an error for which I couldn't find very much information.
Our development server's configuration matches our production server's config as much as possible (as it should), and I've locked down our production server pretty hard, which includes a disable_functions directive of "dl, shell_exec, exec, system, passthru, popen" in php.ini in order to prevent PHP scripts from running external executables or making system calls.
Evidently this doesn't jive well with Zend Platform, but there's no documentation about why.
So, for the benefit of the intarwebs, the following functions are not to be included in the disable_functions directive if you wish to use Zend Platform:
The other directives I was using are apparently okay (not that Zend bothers to mention it anywhere).
|
|
|
|