Older blog entries for mrcsparker (starting at number 71)

I am so damn tired. I thought that giving up caffeine would just give me a blistering headache, but I have already fallen asleep one today at work. Yea, mild headache when I got up to heat up my lunch in the cafeteria upstairs. Also, my mind is really muddled - I had a tiny meeting with someone about a problem he was having and it took all of my effort to just follow along.

You know, I know already I am in for a world of pain but I know that it will be worth it. I didn't plan on quitting right now, but that article on /. really pushed me forward. I figure if so many other people can kick coffee, then I can.

Slow day at least.

Great Amazon.com Reviews

----

Read this on Lou Reeds Book Pass the Fire:

Read this to your kids? You've gotta be kidding me.
Reviewer: Dan DeBonis from Washington, DC USA

(excerpt...) Read this to your children? Are you kidding me? Do you want them to grow up to be self-hating, smack-shooting "street poets," or worse -- pretentious hipster narcissists? They'll hate you for it someday.

----

Though the best review ever has to be on that ego-driven piece of crap A New Kind of Science:

A New Kind of Review by "a reader"

I can only imagine how fortunate you must feel to be reading my review. This review is the product of my lifetime of experience in meeting important people and thinking deep thoughts. This is a new kind of review, and will no doubt influence the way you think about the world around you and the way you think of yourself.

Bigger than infinity Although my review deserves thousands of pages to articulate, I am limiting many of my deeper thoughts to only single characters. I encourage readers of my review to dedicate the many years required to fully absorb the significance of what I am writing here. Fortunately, we live in exactly the time when my review can be widely disseminated by "internet" technology and stored on "digital media", allowing current and future scholars to delve more deeply into my original and insightful use of commas, numbers, and letters.

My place in history My review allows, for the first time, a complete and total understanding not only of this but *every single* book ever written. I call this "the principle of book equivalence." Future generations will decide the relative merits of this review compared with, for example, the works of Shakespeare. This effort will open new realms of scholarship.

More about me I first began writing reviews as a small child, where my talent was clearly apparent to those around me, including my mother. She preserved my early writings which, although simpler in structure, portend elements of my current style. I include one of them below (which I call review 30) to indicate the scholarly pedigree of the document now in your hands or on your screen or committed to your memory:

"The guy who wrote the book is also the publisher of the book. I guess he's the only person smart enough to understand what's in it. When I'm older I too will use a vanity press. Then I can write all the pages I want."...

It is staggering to contemplate that all the great works of literature can be derived from the letters I use in writing this review. I am pleased to have shared them with you, and hereby grant you the liberty to use up to twenty (20) of them consecutively without attribution. Any use of additional characters in print must acknowledge this review as source material since it contains, implicitly or explicitly, all future written documents.

---

But, I bought the book when it came out, so how smart does that make me? Wolfram has my money and I have a book full of pretty Mathematica pictures.

yea!!!

qt
When I got a Zaurus, I took some time out and learned qt. Great library, warts and all. Okay, so I did not like the moc systen very much, but it was a blessing compared to my win32 days of programming for one major reason - the documentation kicked serious ass. Trolltech - being that the library was GPL - could not hide anything for me. I could explore the language warts and all. Now, you current and ex win32 programmers I know can understand this - win32 is a huge pain in the ass for ANYTHING out of the ordinary. You want to do anything that is not documented you are up shit creek - browsing forums, looking on groups.google.com, doing searches on that impossible documentation hole called microsoft.com. I have spent waaay too many nights searching for answers to problems all over the internet just to find that my solution is either a work-around for a bug or some undocumented trick.
I really hope that this year qt and gtk can learn to live together - maybe even become friends.
GNOME Cron Frontend
I am calling it gnome-system-cron but I am up for name changes. Got pretty far on it - it parses the output from crontab -l (or /etc/crontab if you have the right permissions). I am also making it spit out some legible output - things like "Run command every Sunday at 7:00" rather than 10,15 * * *... ls -l. Anyways, I will be releasing this, not sure when though. I have not gotten to the "Edit Task" dialog yet, and I am up for suggestions - please if anyone has pointers to a clean looking interface let me know. The current cron frontends look too busy to me.

I love cigarettes, The way they taste, the way they smell - the way that they make me feel after I take that first, second, third drag. I am not a smoker but if cigarettes were better for me I would smoke ALL OF THE TIME.

I don't understand people that say they hate cigarettes - or at least hate the way cigarettes make a person feel. Long day full of frustrating crap and that drage makes all of those problems go away - like sex but not as much of a public taboo.

So, there are a whole lot of smart people around here - invent something that gives me what I want in a cigarette without all of the nasty side effects. Come on, you will make millions of bucks and have a life-long friend.

12 Dec 2003 (updated 12 Dec 2003 at 03:52 UTC) »
Snot was one of the greatest bands that no one seems to know about.

GNOME Frontend to Cron

Found one here called GCronTime but it crashes on me when I try to run it.
gnome-vfs-ssh
Okay, so I wrote and wrote about how I was working on this, and I promised to release the source code but I never did. I got lots of great email and interesting feedback and came to realize that the way I was reading from a pseudo-terminal was a hack and that there are much better ways of going about this - a few being gnome-ssh-askpass and the really really cool lussh utility (http://lufs.sourceforge.net/lufs/) from the equally cool LUFS project. Thanks for the feedback.

Novell/Linux Desktops
Just was notified that we are licensing a few Novell/Linux desktops (15 or so) to test at out facilities. I know two years ago we were looking at an IBM solution that never panned out, but this could be a really big rollout (by the way, I am NOT a decision maker, so no emails from Novell marketing people please). Pretty much if the product integrates into a current Windows/Novell environment, it is a go. I will be posting any feedback that the server guys get, but I doubt that I will be working on any of the systems unless there is a rollout (I am a programmer after all).

Zabbix
I am going to be working on this for one of my projects here at work. Currently a few boxes are being set up by one of the Unix adminstrators for testing, but I have grabbed the source code and it looks nice and clean. On Friday I plan on converting it to use the auto* tools and pulling out some code that looks like it should go into a library. Any Zabbix developers around here?

Gnome Crontab Frontend
So I started on a GNOME frontend on the plane on the way back from a trip. Just to make sure that I am not duplicating any work - are there any current projects that are doing the same thing? I hate duplicating code. My project is in C, and it is using g_spawn_async_with_pipes and grabbing the output of "crontab -l" and listing the jobs.
13 Oct 2003 (updated 13 Oct 2003 at 08:15 UTC) »
Finally

Gotten a bit more caught up at work and I am working on gnome-vfs ssh-module again. I had lost the original code so I started it over. I PROMISE that I am going to post the code this week.

Right now it accepts ssh://username:password@hostname. Thanks KDE folks for inspiring me with your fish module.

Update: 2:59 AM

Couldn't sleep and now I have ssh-method.c working. Going to clean up the code a bit (still will be a bit hackey when I turn it in) and also add a password dialog box so you won't have to put your password in the uri.

Mark Finlay: Thanks for the response. I will post the hack this weekend.

62 older entries...

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!