Forgot your password?
typodupeerror
User Journal

Journal Journal: I friggin hate "_new" 1

I wish everyone would stop using it OR that firefox always put new windows in a tab unless I explicitly chose new window.

User Journal

Journal Journal: Stopping AJAX 1

I posted this as a story, but as usual, they are rejected so I put them here instead.

Basically about how XMLHttpRequest can't be stopped by the browsers stop button. It's a serious problem when google's services cause the browser to consume 100% CPU. Imagine the problems when less proficient developers write crappy applications.

Why Ajax Sucks (Most of the Time)

User Journal

Journal Journal: Generating files when referenced

I want a means to generate a file's contents whenever it's referenced (and have it cached unless something has changed). I think this can be accompilshed with devices (at least on Linux) but I'm not sure that that's the right approach. Ideally I'd like to be able to write a script in, say, Bash, python or perl, that produced output that, for all intents and purposes, was the contents of a readonly file.

User Journal

Journal Journal: Bookmarking email messages

I want a way to bookmark my email messages. What would be very cool is if mozilla mail tagged email messages and threads with unique ids that the browser could access via something like mailbox://localhost/?mail=12345 and mailbox://localhost/?thread=12345.

For the time being, I suppose I'll just use perl to publish my mail folders and produce anchors that I can bookmark.

User Journal

Journal Journal: Three pronged approach to elminate ALL spam. 1

1. Dynamic, temporary/expiring email addresses. If the address includes a plain-text date of expiration, it will allow spammers to know that the address is no longer valid so don't bother sending it.
http://www.mailexpire.com/
http://www.spamgourmet.com/
e.g.
myID-20040113@somedomain.com will be good until January 13th, 2004
myID-200401@somed

Spam

Journal Journal: 100% solution to spam

There is a technological solution to spam that is 100% effective. Dynamically
generated, encoded and encrypted email address that, when decryted and decoded,
contain who is allowed to send the email and/or for how the long address is valid.
For example, I can encode/encrypt "org.slashdot" to indicate that the address is
only valid from slashdot.org. The address can become
b3JnLnNsYXNoZG90-20030801-myuser@mydomain.com.

Slashdot Top Deals

Any sufficiently advanced technology is indistinguishable from a rigged demo.

Working...