Name: Steven Ness
Member since: 2000-04-20 18:10:58
Last Login: 2008-02-12 06:03:43
Homepage: http://www.sness.net
Notes: sness is a free software coder and scientist.
15 Jan 2001 (updated 24 Sep 2006 at 03:46 UTC) »
Hey, I'm doing my news via blogger now, come check it out at blog.sness.net
I've moved again:
You can also checkout my webpage at: www.sness.net
1 Nov 2000 (updated 2 Nov 2000 at 00:30 UTC) »
Holy, long time since I've written. Time to do some more writing of our current projectscode
Working on FPC a bit still, but mainly working on our new project seed. More information to follow
Cool! I just made a program way way way faster! This is FPC, specifially reading in a .fpc database with markers in it. It used to take a hour and a half to read in a database on a Sun, and 20 minutes on a 1GHz AMD-K6. Now it takes about 1 minute! I've been working on this for the past three days, the first day was just getting my bearings, yesterday I tried another approach that still did the adding in O(N^2), even though I thought it would be lots faster, it wasn't, and I was sad. Last night, I must have figured it out in my dream, cos' when I woke up, I knew the answer. It only took the morning to do the code, and now it's O(N) and way faster. Cool!
Whew code is going really well again today, made a first test version of a simple band identification routine. Really simple, yet it works very well, almost as well as Bandleader does... I've put up a snapshot. The algorithm is from a small part of Bandleader, the algorithm there is:
% Function to find all local peaks in a vector. A local peak isdefined % as a value x(n) satisfying x(n-2) < x(n-1) < x(n) > x(n+1) > x(n+2), % and for which the peak amplitude is greater than twice the local mean, % where the local mean is taken over +/- m samples.
Got a cute little quickcam, updates every now and then at snesscam. Check it out.
sness certified others as follows:
Others have certified sness as follows:
[ Certification disabled because you're not logged in. ]
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
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!