Name: John Jensen
Member since: 2000-07-04 14:21:43
Last Login: N/A
Homepage: http://www.primenet.com/~jjens
Notes: I'm an off and on open source developer. My earliest open source project was a 3d game for the Mac I released in '86 or so (Dive Shop). A little latter I did a Mac scripting environment (nShell) . That project was originally half-open, but ended as fully open source. My latest projects have been in Java (mpEDIT). I'm in quiet mode right now, while I concentrate on the day job.
doobee says:
Reading people talk about Unix sucks; StarOffice to be free send my emotions quite high. Tey try to make Unix something different.
I think UNIX has a lot of obvious strengths. Beyond the technical strength of many small programs all the same, UNIX is an ecosystem. In an other environment, someone might propose an integrated solution of the packaging/library/language problem ... but it would likely be offred as the solution. If it is wrong, the whole ship sinks. In UNIX people are trying everything, and they all have to fail for the ship to sink.
I guess we should be a bit patient, and take a look around at what people are doing. Some people might have solutions that work within the UNIX environment.
Has anyone answered andreas' question from the "future" article?
If this function is accepting a pascal-syle string:
void func (char *domain)
{
int len = domain[0];
...
then there is a problem when the high bit of domain[0] is set (lengths greater than 127), it will be sign-extended to fill len., causing a very big buffer overrun later on.
higb certified others as follows:
Others have certified higb 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!