Simon Willison’s Weblog

Subscribe

Items in Jan, 2011

Filters: Year: 2011 × Month: Jan × Sorted by date


Is there an online calendar for all the Ruby / Rails conferences to be held in 2011?

Have you tried both our Ruby and our Rails topic pages?

[... 66 words]

Public Speaking: Where is a good place to get started as a speaker?

Start small. There are plenty of small local events around that accept (and even encourage) first-time speakers. The single most valuable thing you can do to improve as a speaker is to get as much experience as possible.

[... 244 words]

Is there any fairly easy way to travel internationally without taking a corporate airline, cruise, bus etc?

Apparently there is—I haven’t tried it myself, but it’s not impossible to hitch hike on someone’s yacht. It helps if you know how to sail, but if you know how to cook that can get you on board as well.

[... 82 words]

What is a good business model for open source projects?

Consulting.

[... 38 words]

What boardgame is the best to play for a scheming rat bastard?

Junta is a lot of fun: http://boardgamegeek.com/boardga...

[... 120 words]

The science of the hashtag. Interesting analysis of how the #lessambitiousmovies hash tag took off thanks to retweets from a couple of key users with very creative followers. # 14th January 2011, 4:02 am

Display your events on your own website with Lanyrd Badges. We’ve launched badges for Lanyrd—JavaScript that lets you embed a top bar or a content “splat” showing events you plan to attend, talks you’ve given in the past and other various combinations. I’m quite pleased with the implementation—the badges are configured using classes on a link to your Lanyrd profile, and the badges themselves are served through a combination of Amazon CloudFront for the initial script and a Varnish cache for the badge data itself to keep things nice and snappy. # 13th January 2011, 8:38 pm

What is the best way to find about the upcoming startup events in India?

There are quite a few events of interest to entrepreneurs showing up on Lanyrd: http://lanyrd.com/places/india/—you can also subscribe to our Atom feed for that page to hear about future events.

[... 53 words]

The Virtues of Monitoring. Fantastic guide to the various levels of monitoring required for a modern web application. # 13th January 2011, 4:26 am

The First Few Weeks—ep.io. Another take on managed Python Django/WSGI hosting, from Andrew Godwin and Ben Firshman. # 13th January 2011, 4:25 am

Hello from Gondor. “Effortless production Django hosting” from the Eldarion team. # 13th January 2011, 4:24 am

Introducing the FluidDB Explorer. Every good API deserves a dedicated API browser. # 13th January 2011, 4:19 am

US iPhone Data for International Visitors: A Guide. AT&T will swear blind that their pay-as-you-go data plan doesn’t work with iPhones or other smart phones. Here’s how to prove them wrong. # 13th January 2011, 3:51 am

Desk Depot. We picked up some chairs from here the other day—it’s a fascinating place, essentially an entire history of Silicon Valley told through second-hand furniture. # 13th January 2011, 3:50 am

Getting Started—Google URL Shortener API. The API for the goo.gl URL shortener is really nice—no API key required, easy to create a short URL and you can retrieve detailed stats breakdowns (similar to bit.ly) as JSON for any URL. # 13th January 2011, 3:49 am

Who are the best female speakers on the topic of social media who are equal parts knowledgeable and engaging?

Meg Pickard from the Guardian
Suw Charman-Anderson

[... 32 words]

Are there any tech conferences in Miami around the time that WMC takes place (March 8-12)?

There’s SuperConf on the 25th-26th of February: http://lanyrd.com/2011/superconf/ / http://superconf.net/

[... 57 words]

How do Twitter apps handle username changes?

Twitter assigns each user a unique numeric ID which does NOT change when the user’s Twitter name changes, so triic number one is to key off that, not the username itself.

[... 150 words]

What’s a good web dev platform if I work in Python, but want something faster to set up than Django?

Sounds like the perfect use case for Google App Engine, with its offline task queues and one-click deployment.

[... 44 words]

What are the most easy-to-use, effective event calendar websites?

Our site Lanyrd.com is shaping up quite nicely (in my opinion)—if you sign in with Twitter we’ll show you events your Twitter contacts are attending, tracking or speaking at. We also have a pretty powerful search interface, and you can browse the site by location and topic as well. Some examples:

[... 81 words]

Are there any large tech conferences in Sydney, Australia?

We have a list of conferences (tech and non-tech) in Sydney here:

[... 41 words]

Are there any wikis that allow the use of JavaScript on wiki pages?

Such a wiki would be grossly insecure. That said, take a look at TiddlyWiki—it’s implemented entirely in client-side JavaScript and allows plugins to be implemented by pasting JavaScript in to a textarea.

[... 53 words]

Why does Facebook chat use subdomains so aggressively?

Probably because it involves long-running connections. Browsers have a limit on the number of connections you can have open to the same domain at the same time (I think it’s 8 in most browsers these days). If Facebook chat opened a connection to www.facebook.com and you opened up 8 Facebook windows you would no longer be able to navigate to any more Facebook pages, since all 8 connections would be taken up by the long lived chat connections. By connecting to a different subdomain for each connection this problem can be avoided.

[... 107 words]

How are real time web applications achievable with PHP?

You don’t need to build your comet server using the same technology as the rest of your site.

[... 181 words]

What are the reasons that make jQuery more popular than MooTools?

MooTools is the only major JavaScript library that still thinks extending the prototype of built-in JavaScript objects is a good idea.

[... 44 words]

What are the best free resources to begin learning UX design?

We’re collecting videos and slides from conference sessions covering user experience on Lanyrd—here’s 10 videos and 14 slide decks:

[... 42 words]

What makes mobile application backends different from Webapp backends?

Nothing at all.

[... 18 words]

What are some good social media events that will take place in 2011 in Middle East and North Africa region?

User StartupDigestME on Lanyrd follows entrepreneurship events in the region which may also cover social media topics: http://lanyrd.com/people/startup...

[... 45 words]

When was the 2011 Blog World Expo?

The dates haven’t been announced yet—they’ll be on http://www.blogworldexpo.com/ when they are, and there’s a mailing list you can sign up for.

[... 84 words]

What do people think of Tim Ferriss?

I didn’t make it to the end of the 4-Hour Work Week because I was uncomfortable with the morality of it (the Tae Kwon Do stuff, for example). If everyone behaved like that, society wouldn’t function.

[... 75 words]