Tuesday, July 30, 2002

Suck

so one of my higher ups at $COMPANY ran across one of my archive'd weblog entries where i had mentioned the company name. apparently it came up in a google search or something. on the same page i had also bitched about some stuff at work, and he was of the opinion that it could be taken the wrong way by some random customer of ours who ran across it, and so he asked me to go remove the mention of $COMPANY's name. so now i'm about to go remove it.

this really sucks, since i don't like the idea of censoring myself on my own personal web page, but i can sort of see his point, and it's always a good idea to stay on good terms with the higher ups, so i suppose i'll just play along and be a nice little worker bee.

i'm kind of curious what kind of google search he was doing though, because when i do a search on the company name, my page doesn't seem to be anywhere near the top... i can do a much more specific search (say $COMPANY and rooneg) and get it, but that's about it....

anyway...

Monday, July 29, 2002

Drool

michelle would love this.

Sunday, July 28, 2002

Programming Advice

this is great.

Drool

i almost forgot about this...

saw the cover art for the new babylon 5 season one DVD box set here...

i am so looking forward to getting that... babylon 5 on DVD is way overdue...

Fun With C#

well, mono released a new version recently, and this time it compiles on FreeBSD. well, sort of anyway.

first off, the configure script sucks, and can't figure out that you need -pthread to link against the pthreads stuff. now i concede that this is a bitch to figure out, and i guess i'm spoiled by the fact that the apr people have such nice autoconf-fu for figureing this out, but it stull bugged me. then, you can't actually use the garbage collector, because both the boehm gc and mono have headers named 'gc.h', which screws all sorts of stuff up. on linux this isn't an issue, because they install the gc headers in /usr/local/lib/gc, but on BSD they're in /usr/local/include, so we get fucked. of course, if you hand hack the includes to find the right header, it crashes trying to use the resulting binary to run mcs.exe, so for now we're stuck without gc. then, once you actually get this all built and running, you have to set MONO_DISABLE_SHM in your environment, because it can't seem to connect to the shared memory segment correctly and will give all sorts of errors whenever you run mono if you let it try. oh, and there are occasional errors when it's starting up the io daemon, which leave annoyingly named files all over the place, and i haven't figured out what causes that yet. it seems intermitent, and i can't reproduce it right now.

all of this asside though, i was able to bootstrap the class libraries (it took an ungodly amount of memory, but it worked), and now i'm playing with C# on my FreeBSD box, which was the whole point of this exercise, and it is damn cool ;-)

Friday, July 26, 2002

Toy!

subversion grew a new command today...

[rooneg@quicksilver:~ ] svn ls http://svn.collab.net/repos/svn
http://svn.collab.net/repos/svn:
_ 2738 bmatzell 0 Jul 26 13:07 clients/
_ 2744 rooneg 0 Jul 26 18:07 trunk/
_ 2703 brane 0 Jul 24 22:07 branches/
_ 2734 kfogel 2331 Jul 26 10:07 COMMITTERS
_ 2698 rooneg 0 Jul 24 18:07 tags/
[rooneg@quicksilver:~ ]
i didn't write the actuall command, but i did do the formatting, which is why it looks so much like 'ls -l' on a FreeBSD box ;-)

In other subversion news, we have our first gui client in the tree. RapidSVN is a wxWindows based, cross platform subversion client. it's still a little young, but it shows some promise.

Wednesday, July 24, 2002

And The Crowd Goes Wild

so subversion hit Alpha yesterday, and this morning we were on slashdot.

freshman or sophomore year of college, that would have made my entire week, having something i'm involved in mentioned there, and i'd like to say i wasn't phased at all by it now, but i have to admit, it was a pretty damn cool feeling.

now to finish up the new version of the freebsd port, and perhaps do a little more work on the new docs ben put together.

Sunday, July 21, 2002

Oh My God...

this is just wrong.

i wonder how long i'll be able to keep myself from ordering it...

Monday, July 15, 2002

No More Sleeping In The Living Room!

I finally broke down and bought a bed today. It's supposed to be delivered on wednesday sometime. I am SO glad I won't have to decide between sleeping in the living room and dragging my futon mattress into the bedroom anymore.

Plus, adding another large piece of furniture brings me a /little/ bit closer to actually filling this apartment to the point where it looks like someone lives here, which is nice. All I've got to do after this is find something to put on the walls, since they look a bit empty now.

Sunday, July 14, 2002

*laugh*

I find it amusing that louis is now almost done implementing something i suggested to him as a joke.

Not that it will stop me from using it once it's stable of course ;-)