Simon Willison’s Weblog

Subscribe

Entries in 2011

Filters: Type: entry × Year: 2011 × Sorted by date


What are the dates of MacWorld in January 2011?

http://www.macworldexpo.com/ says Jan 26th-29th 2011.

[... 21 words]

What are the best blogs about NoSQL?

myNoSQL is excellent: http://nosql.mypopescu.com/

[... 18 words]

Why isn’t the schema and data migration tool South included in Django by default?

Because shipping things as part of Django means they can’t have separate releases, which means you only get a new released version every 6-12 months. South is improving far faster than that.

[... 113 words]

What are the JSON security concerns in web development?

Be very careful when implementing JSON-P for authenticated actions—evil third party sites could assemble URLs to your user’s private data and steal it. This attack has worked against Gmail in the past.

[... 203 words]

What are the pros and cons of switching from MySQL to one of the NoSQL databases?

Pro: If your own benchmarks tell you you need to switch to a specific NoSQL solution, you’ll know exactly what the pro is.

[... 227 words]

What are the best things to do, see, or eat in Marrakech?

Stay in a Riad. We stayed in Riad Laârouss and absolutely loved it—the best place we stayed in Morocco or Egypt (and we were travelling in North Africa for three months). Peaceful, friendly and with a plunge pool for cooling off. http://www.booking.com/hotel/ma/...

[... 143 words]

How can I determine which web server a particular website is using (Apache, IIS, Nginx, etc)?

If you’re on Linux or OS X, use curl with the -I option (to make a HEAD request and see the HTTP headers):

[... 63 words]

How do you find out about events in Birmingham, UK?

We have a page of events in Birmingham on Lanryd: http://lanyrd.com/places/birming...

[... 54 words]

Could browsers be made to scroll down (e.g. by 67%) if you add #67% to a URL?

I’d say no.

[... 89 words]

What are the strangest and weirdest conferences/expos in the world?

I was amazed to find out that “Galileo Was Wrong: The Church Was Right”, the “First Annual Catholic Conference on Geocentrism” was NOT a joke conference. http://lanyrd.com/2010/galileo/

[... 77 words]

Are there any summer conferences in the Bay Area for web development (or any other technology/Internet related topics)?

Have a browse through the list here: http://lanyrd.com/places/califor...—or filter by web development only: http://lanyrd.com/topics/web-dev...

[... 131 words]

How can you provide wireless internet at a tech conference without being overloaded?

PyCon has a very solid track record with WiFi, and they have detailed write-ups describing their setup for every conference since 2007: http://www.tummy.com/Community/A...

[... 43 words]