Older blog entries for bneely (starting at number 21)

18 Oct 2000 (updated 18 Oct 2000 at 08:31 UTC) »
note to self: complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere complaining gets you nowhere

Audio Software

I recently got a synthesizer, and I'm planning to perhaps add a drum machine and another synth to this setup shortly. Also in my aural arsenal is a sampling/effects program, a software synthesis program, and a midi sequencer. All of this software runs on Windows 95/98. Blech.

Is anyone using similar software that runs in Linux? The midi sequencer would be the one I'll spend the most time in, followed by the sampler, followed by the software synth.

Please contact me if you have experience with any similar open source applications. bneely at parts hyphen unknown dot com. Cheers.

3 Oct 2000 (updated 3 Oct 2000 at 21:24 UTC) »

Hey Maciej: The Yahoo Games version of Scrabble, Literati, checks words against the OSPD (official scrabble player's dictionary), that is somehow supplied by dictionary.com. I have an ascii file of the OSPD that contains one word per line (but no definitions). It's great when you can query for "give me all five-letter words with e as the second letter, and containing an r" with `grep /usr/share/dict/ospd ^.e...$ | grep r`. Er. at least, that's how I do it. Fun. (Yes, I'm a cheater.)

so..."ga" isn't in the OSPD.

29 Aug 2000 (updated 3 Oct 2000 at 21:36 UTC) »

I have submitted a patch against grepmail to allow a different method of getting the date out of an email. While working on a project at linuxcare, I discovered that grepmail always pulls the date from an email's "Date:" header line, but hypermail always pulls the date from the "From " header line (the "hidden" one). Since these two dates were often in conflict, it was producing undesirable results for date-sensitive email sorting. I needed grepmail and hypermail to grab the date from the same place. The patch lets grepmail grab the date from the "From " header, which fixes the problem I was having.

In case anyone's listening, I want my old job back!

Hooray for lame bitterness!

I have an mp3.com station called get whipped. It features deep house. I haven't updated it in about 3 weeks, but I should be able to get around to it this weekend. Enjoy.

Everything

If you happened to be at the Robin compound last night, you would have thought I was being antisocial. I was, sort of. I was actually in my room recording an ambient mix. (Mail me for the URL of the mp3.) It was fun.

Yesterday I started reading up on XML. A cow orker referred to XML as OTT. I told him to Go Away.

Music

Have I mentioned how much I love music? I probably have. Well, on Friday I took the opportunity to teach myself some python. My initial reaction was mixed. I'm still not sure how I feel about the language. My initial reaction with perl was, "Woah! This is pretty powerful. The syntax is similar to C, too, so that makes it easy." My reaction with python is more like, "Gee, that took a bit of effort. My program works now, I guess, but, er .. well, *shrug*." No, those aren't very scientific evaluations, but that explains how I felt at the time.

What I do know is that O'Reilly's Learning Python, First Edition is a terrible book. The online documentation is considerably better, and costs a lot less than $29.95. Case in point: I was completely unable to learn how to use python lists by just using the book. However, a lot of effort was required to find the right place on python.org to learn about lists. I'm confused about the distinction between the language reference and the tutorial, and it cost me quite a bit of time.

OK, now for the part that actually relates to music. I have written muf.py - a music fader. The README tells the story, but if you're too lazy to hit that link even though I took great care to craft that URL by hand, I will share the story with you. I like to put a CD on when I go to bed. But I needed a way to gradually fade it out so the sound wouldn't keep me up. I learned python by writing this program. I should mention that muf.py is a front-end to aumix, which uses /dev/mixer.

The program needs a lot of work, but it functions correctly now. And I can honestly say I've written a program that I might use every day of my life. :)

Abstract

Wow.

12 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!