The Don's Craptastic World A meta-level binary dude embedded to a multimedia proxy world!

18Aug/084

Stop Spam, use temporary and disposable mail inboxes!

mail

Oh, how we loathe it. The daily spam. Be it in E-Mail, be it in comments on blogs, forum or otherwise, be it in Instant Messengers, we just hate it and we just can't seem to avoid it. It seems to never die, like a perpetuum mobile. Spammers earn millions and cause billions in damage. It is a proven fact.

From Day 1 when I got my first Spam (Penisenlargement anyone? Whole 10 inches! I'm serious!) I've been looking for methods to avoid it. I have been somewhat successful to some degree. Let's start with our lovely E-Mail Spam. What say you? They solution is

Temporary/Disposable Email Service.

11Aug/080

Improve your verbal and written English skills!

Just thought I'd share 3 very awesome links with y'all! English isn't my native language so I'm thankful for people correcting me and for free advices whenever I can get them.

Recently, while surfing the net, I stumbled through del.icio.us onto Daily Writing Tips , 40+ Tips to Improve your Grammar and Punctuation and Grammar Girl !

I love them, pretty useful and basically covers every aspect you should know! Got any other site? Feel free to leave them with your comments!

So long,
Don Salva

18Feb/080

5 easy-to-do tweaks to make your Firefox faster!

firefoxI was angry and frustrated that Firefox once again has slowed down the i-lost-count-this time! Seriously, it's such a great browser but so full of little problems which really can get annoying as hell!

So I went to google and found 5 easy-to-do tweak with remarkable results! Remarkable, because you truly can see the difference between a standard and a tweaked Firefox. One might wonder why such tweaks are not standard options..

Type “about:config” into the address bar and hit return. Look for the following entries:

  1. "network.http.pipelining" and set value to true
  2. "network.http.proxy.pipelining" and set value to true
  3. "network.http.pipelining.maxrequests" and set value to 30-40
  4. "nglayout.initialpaint.delay" and set value to 0
  5. "config.trim_on_minimize" and set value to true

If you don't have them, create them:

  1. Right click -> new -> boolean -> type in "network.http.pipelining" -> set value to true
  2. Right click -> new -> boolean -> type in "network.http.proxy.pipelining" -> set value to true
  3. Right click -> new -> boolean -> type in "config.trim_on_minimize" -> set value to true
  4. Right click -> new -> integer -> type in "network.http.pipelining.maxrequests" -> set value to 30 (default is 1)
  5. Right click -> new -> integer -> type in "nglayout.initialpaint.delay" -> set value to 0

Now the explanation as to what does what:

network.http.pipelining and network.http.proxy.pipelining:

It enables pipe-lining, which means the browser normally sends 1 request at a time, with pipeline enabled it will send the amount of request you set in "network.http.pipelining.maxrequests"!

network.http.pipelining.maxrequests:

Like I said Firefox usually sends 1 request at any time. By setting a different value than 1, you force Firefox to send more requests thus enabling it to load faster, because he gets more responses at any time.

config.trim_on_minimize:

Each time you minimize your Firefox it will clear the RAM. Firefox is infamous of wasting RAM for Pages you don't need so you can go "back" to them.

nglayout.initialpaint.delay:

If this value doesn't exist or isn't set Firefox waits 250 milliseconds, or 0.25 of a second then starts rendering the requested page(s). People report that setting it to 0, ergo forcing Firefox to begin rendering immediately causes almost all pages to show up faster.

Addendum:

If you are one of the lazy lot, and don't want to manually tweak your Firefox, here's a great Extension with virtually the same effect

Fasterfox: https://addons.mozilla.org/en-US/firefox/addon/1269

Enjoy your new, faster Firefox!