Recent:

Calling it Quits

April 12, 2005, View comments (1), Posted in: General

After a long time, this weblog is coming to an end... I haven't been posting much here recently, and certainly no longer pieces. From now on I'll be posting those at Novemberborn. I've set up two feeds there, one for links and one for all text entries. Right now they redirect to delicious feeds, which creates the crazy circumstance that the Atom feeds you think you are loading are in fact RSS 1.0 feeds. That'll change once I get a proper app running on Novemberborn though. (No promises on that.)

So, go and subscribe to those feeds. There are some goodies in them already (namely this and this from the meeting of last Sunday).

See you on the other site!

Sunday, April 10, Utrecht

March 18, 2005, View comments (3), Posted in: General

And there's another one coming up! Sunday, April 10th, in Utrecht. We'll be meeting at 1pm at Utrecht Central Station, after which we'll hopefully (it depends on the weather) go find a nice spot near the Dom. For more info and signing up see the wiki, spread the word, and be there!

Why Mozilla Memory Leakage is Not That Bad

March 16, 2005, View comments (0), Posted in: General

Today Anne linked to an article on Mozilla.org: Using XPCOM in JavaScript without leaking. This article explains that, indeed, you can create memory leaks in Mozilla by using closures. However, the leaked memory will be collected after the document is closed (e.g. you load a different page):

(...) neither the element nor any of the properties nor any of the objects reachable from those properties can be freed until the document is no longer displayed.

Basically this means that you won't run into the memory leakage issues IE suffers from. You can optimize your code though to prevent memory leakage for JavaScript objects which are no longer being used. Personally I don't think this is much of a problem, unless you are developing a heavily used web applictaion which will stay open for hours.

This also means that Event Cache cannot be used to optimize memory usage in Mozilla, unless you create specific caches for specific pieces of the code.

Older:

SxSW 2006

March 15, 2005, View comments (0), Posted in: General

Oops, no summary found.

Noise

February 25, 2005, View comments (6), Posted in: General

How we can use noise to make programming easier.

Event Cache

February 22, 2005, View comments (5), Posted in: General

Event Cache provides a way for automagically removing events from nodes and thus preventing memory leakage.

Navigate


Colophon

Hey! I'd like you to know that this site will be gone soon. Problems with this site (which never was intented as a final release, but has been active for some months already now) will not be solved, sorry for any inconvenience.

The future address of the new site will be http://novemberborn.net/


Misc.

Copyright 2003 - 2004 Mark Wubben. This website is licensed under a Creative Commons License. Powered by WordPress