Forgot your password?

typodupeerror

Comment: Re:linode (Score 4, Informative) 375

by wik (#38478436) Attached to: Ask Slashdot: Best Inexpensive VPS Provider?

And yet another plug for Linode. I have been with them for over four years. Their infrastructure staff knows what they're doing (tech support has responded in 3 minutes on a Sunday night!) and they're hands-off with respect to how you want to run your box. Disk space is a little expensive, but it's not oversubscribed. Even the smallest accounts are well worth the money.

Comment: Re:Why stop there? (Score 1) 752

by wik (#30505886) Attached to: The Environmental Impact of PHP Compared To C++ On Facebook

Minor nit: fetch prediction logic in modern processors has to deal with unconditional procedure calls. Fetch pipelines aren't shallow anymore, so you need to predict the target address and speculatively fetch that cache line. Often this is before you even know you've just fetched a branch/call/jmpl.

The jump tables/switch statements in Ruby/Python/PHP make target prediction a necessity. The target of this jmpl is rarely the same twice in a row.

Comment: Re:have your own domain-get universal forwarding (Score 1) 251

by wik (#27543927) Attached to: Spam Replacing Postal Junk Mail?

Someone tell that to Verizon. They seem to think it's best practice to send the same marketing email to both the original address with the + and the same address without. Better yet, their unsubscribe facility refuses to accept the +.

I wish more people understood the +. I've used it to make incoming mail self-sorting for well over a decade.

This here's the wattle, The emblem of our land. You can stick it in a bottle; You can hold it in your hand. Amen! -- Monty Python

Working...