Simon Willison’s Weblog

Subscribe
Atom feed

Entries

Filters: Sorted by date

When traveling, what methods do you use to find unique, uncommon local experiences like art, music, events & shopping?

I run the following google searches:

[... 55 words]

What are the ways to show enthusiasm about programming?

Have cool side projects to show them.

[... 22 words]

What are your thoughts on desperate housewives’ final ending?

I was hoping that 8 seasons of lies, blackmail, murder and cover-ups would all come crashing down at once and every resident of Wysteria Lane would end up in jail.

[... 45 words]

Which social news websites for Python are out there?

There’s a Python subreddit: http://reddit.com/r/python

[... 21 words]

What programming language is primarily used in the making of big budget console games?

C++ still rules the roost here, but many games also integrate a dynamic scripting language of some kind for scripting level logic and so on. Lua is a popular option for this.

[... 52 words]

Which web startup conferences are there nowadays?

We have a pretty comprehensive list on Lanyrd—the site works like wikipedia, so if there are any we are missing you can sign in and add them to our Startups topic: Startup conferences and events

[... 51 words]

What is the easiest server-side platform for Android Java developers to learn?

Take a look at the Play framework—last time I looked (a couple of years ago) it seemed to be the most instant productive and sane way of doing server-side Java.

[... 50 words]

How are websites hacked to have their content defaced? How can I prevent such attacks on my website?

There are countless ways in which a website could be defaced—way too many for a single Quora answer!

[... 266 words]

What makes an awesome hackathon? I want to host one at the LAUNCH Festival and I have never run one.

One of the hardest parts to coordinate of a hackathon (we tend to call them hack days here in the UK) is the demos at the end. If you have 50+ teams giving a demo you need to make sure everything runs SUPER smoothly or the whole process will quickly jam up.

[... 499 words]

What are some programming conferences and events being held near Detroit, MI?

We have a crowdsourced listing of conferences and events in Michigan here: Conferences in Michigan | Lanyrd—two that might be relevant to you are Agile and Beyond 2013, 9th March 2013 and Kalamazoo X Conference 2013, 13th April 2013

[... 83 words]

How do I really learn coding?

Build real websites. Find a project and work on it. A personal blog is a great project as it can be simple to start with and get more complex over time.

[... 44 words]

Django (web framework): What are the Best Practice For Displaying another Website from yours?

This isn’t really a Django-specific question—the answer would be the same no matter what server-side tech you use.

[... 121 words]

What are some good ways to insult an Information Architect?

Ask them if they’ve started calling themselves a UX designer yet, or if they’ve jumped straight to Service Design :)

[... 36 words]

Why do developers so dislike “ideas people”?

There’s no disdain for creativity or the business side—those things are essential! The disdain is for people who think that having the idea is enough for them to be useful for the company (“I’ve got a great idea, I just need a developer to build it for me”). If you can’t build you’d better be able to do a LOT of other useful things. Having an idea isn’t enough.

[... 148 words]

What’s the real reason for the drop in cash that Y Combinator now gives companies? What really precipitated this change? Were they not seeing the value for their money and wanted out?

I was in the first batch that got the 150k. I believe Paul Graham when he says that the amount was high enough that companies stuck around for longer than they would have otherwise (and founders were more likely to “fight over the corpse”) and that 80k would have been enough to get companies through to the point where they either raise more money or decide not to continue.

[... 124 words]

What are some great things happening in London in January 2013?

Keep an eye on the events calendar on Ian Visits: London Events Listings Guide—it doesn’t have much for January yet but closer to the time you can guarantee Ian will have tracked down some fascinating, obscure and worthwhile London events. He’s amazingly good at tracking down the weirder side of London—parades, one-off openings of private houses, guest lectures, guided walking tours and so on.

[... 86 words]

What’s the best free online newspaper in the U.K?

The Guardian. (OK, I used to work there, but I would say the same even if I hadn’t. It’s a world class newspaper with a truly excellent website) http://www.guardian.co.uk/

[... 45 words]

Is it worth accepting an investment from YCombinator if you have an established network in the valley?

Yes. Plenty of the companies in our batch at YC already had well established networks, and they still benefited enormously from the advice and introductions YC could offer.

[... 295 words]

If I have not seen the recent James Bond movies Casino Royale and Quantum of Solace with Daniel Craig, should I see the upcoming SkyFall, or wait to view them in order?

There’s basically nothing in Skyfall that depends on the previous two movies, so you’re perfectly safe watching them out of order (don’t watch Quantum of Solace without watching Casino Royale first though).

[... 70 words]

What are the major plot holes in Skyfall?

I find it hard to believe that MI6 could be that incompetent.

[... 172 words]

Can you recommend a few video lectures on web application design with Redis?

We have a collection of 27 videos of conference talks that cover Redis on Lanyrd, gathered by our community: Redis Videos | Lanyrd

[... 74 words]

Where can I find videos of talks from big tech/science/startup conventions?

Our site http://lanyrd.com/ encourages people to add links to videos from events all around the world—we have nearly 9,000 videos indexed now (with detailed metadata about speakers, topics and locations). Take a look at our collection here: http://lanyrd.com/video/

[... 59 words]

How did Simon Willison learn programming?

My dad taught me to program at first on a Commodore 64 when I was about 7. I only found out many years later that he’d had the “how to program” manual on his left hand side, me sat on his right hand side and was only ever a couple of pages ahead of me in the book!

[... 259 words]

Why doesn’t Wikipedia try something other than donations to make money?

Wikipedia is run by a non-profit, and the content is created by volunteers for free. Those volunteers created that content under the understanding that it would be for the benefit of the species. Alternative methods of making money would break that assumed contract with their volunteers, and would likely damage their ability to encourage free contributions in the future.

[... 76 words]

How do you get started with an entrepreneurial idea?

Anything can seem like a good idea at the moment you come up with it: the ideas worth pursuing are the ones that still seem like a good idea weeks or months later.

[... 48 words]

Who is the author of the Apache Solr project?

Solr has a lot of contributors, but I believe the project was originally created by Yonik Seeley while working at CNET.

[... 37 words]

What are the best practices for onboarding new software engineers?

I’m a huge fan of “deploy on the first day”—which forces the issue in getting all of their accounts set up, their development environment ready, showing them where source control is, how code review works and so on. Even if it’s just adding themselves to the about page or humans.txt file, it means they can come in on day two ready to get real work done.

[... 106 words]

How can I practice giving presentations / public speaking?

Look out for opportunities to practice in front of a friendly audience. There are two event formats that are particularly good for this.

[... 238 words]

To become a better developer ? To read more OR to create/contribute to open source projects?

Contribute to an existing project, rather than starting one yourself. There are a bunch of benefits:

[... 231 words]

What are the ways to get your links expand in Twitter inline?

This feature is called Twitter Cards - you need to add some metadata to your pages, then apply to Twitter for inclusion in the program (they currently operate a whitelist of sites). See the documentation for more details.

[... 57 words]