Hey, Cal Henderson (from Flickr scalability fame) has all kinds of php code bits on his site!
Google talk on how to design a good api (pdf): "API is a little language".
Here's an idea: if conferences are all about the people, shouldn't conference sites be more like social network sites?
Another nice feature of 11870.com: the list of comments on a place is filtered by your contacts. Nacho explained it to me: "we don't believe in karma systems or recommendations, "2132 persons says that you should go here" makes no sense, we want "peter says
you must go" it's more important."
Smart!
Stephen Arnold's list of international search engines.
Fuzzy categories
11870 is a social yellow pages (kinda). Their friend screen (in Spanish) lets you indicate what kind of friend this is. In English, these usually say "Friend" or "Family" or something. This one says "es de confianza" (ie. "a trusted person") or "no lo conozco tanto" ("I don't know him that well"), which is an interesting fuzzy categorization.
NYT article: good article about the 'cumulative advantage'.
"The reason is that when people tend to like what other people like,
differences in popularity are subject to what is called âcumulative
advantage,â? or the ârich get richerâ? effect. This means that if one
object happens to be slightly more popular than another at just the
right point, it will tend to become more popular still. As a result,
even tiny, random fluctuations can blow up, generating potentially
enormous long-run differences among even indistinguishable competitors
â a phenomenon that is similar in some ways to the famous âbutterfly
effectâ? from chaos theory."
"Vista itself works fine. But not much else seems to work with Vista. It's like Rosanne Barr that way."
Damn that boxes and arrows is a pretty site. As far as I can tell, the prettiest site on the web right now.
Tim Bray: "In the big picture, Twitter did
exactly the right thing. They had a good idea and they buckled down and
focused on delivering something as cool as possible as fast as possible, and
it’s really hard, in early 2007, to beat Rails for that."
Sounds about right.
If you're an IA geek and want to deconstruct a site, I always recommended Amazon or epinions, but now I can add buzzillions to the list. An IA's dream. Not that it's perfect, but it's got LOTS of IA :)
Nice: an example of folksonomy combined with faceted navigation.
argument: Rails does 80% right and you can fairly easily hack it for special cases like the twitter scaling case.
I am mirroring the RSS 2.0 spec at petervandijck.net/rssspec/, for the only reason that to futureproof something, the best solution is to have many copies. David Winer made the spec available as a download.
Automatically deploy to live with svn
To get i18n working properly in php and mysql, you have to:
- make sure your mysql database AND tables AND fields are in collation utf8_unicode_ci
- have your html pages in utf-8 character set: <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- force the server to send utf-8 encoding: before every page output, do this: header("Content-Type: text/html;charset=UTF-8");
- It's not enough to just have the mysql server in utf-8, you have to force the mysql client to use utf-8 encoding too, which means on every database connection, first do this: $res = mysql_query("SET NAMES 'utf-8'");
And that seems to work pretty well. Of course, you can have all this set in your various config files too of your http server, your mysql server, your php.ini and such, but these things above you can just do them all in the code.
Twitter is growing much faster than I would have thought. According to my urls, 26,757,341 messages have been sent so far. And everyone I know is on there.
26,757,341 messages - that means they must be working hard scaling those database hits.
Google's acquisition chief: ``The crazy ones mean they ignore the usual restraints of investment levels required or design parameters or `Gee I need more servers than anyone ever thought was possible','' Ullah said. ``When you free yourselves from these constraints, you create crazy, cool things.''
Google wants companies that can build revenue streams from their users, instead of buying firms with a lot of users that don't bring in much in sales, Ullah said.
``We don't do traffic for traffic's sake,'' he said. ``It has to be highly monetizable.''
Scaling Rails: "By various metrics Twitter is the biggest Rails site on the net right now. Running on Rails has forced us to deal with scaling issues - issues that any growing site eventually contends with - far sooner than I think we would on another framework."
Turns out Rails *does* have some scaling issues. Nothing you can't work around I'm sure, but still. And that wouldn't stop me from using it, either.
MySpace, founded by rather ruthless marketeers and now owned by Murdoch, never had much ethics. Now they're blocking Photobucket, a company that embeds a LOT of pictures and videos on Myspace pages. Is this when MySpace will finally become uncool?
Some handy utf-8 testing strings.
I had another look at some of the popular PHP frameworks, and my short conclusion is: (disclaimer: these weren't in depth investigations and my opinions are just that)
Symfony: Too "enterprise" focused. Nono: when I create a table I then have to create a YAML representation of that data so symofony can do its thing. Don't like that.
Code igniter: this was a promising one, but they force you to use their wacky url scheme. Don't like that.
CakePHP: also looks promising, but it still seems like a lot of framework learning to get started.
If I was making lots of websites for clients with lots of forms and stuff, I'd definitely use one of these. But for a startup, I'm not sure. Too much abstraction, it feels like.
Why do kids do drugs? Coz they're fun and forbidden, of course.
Looks like a great lentil dish. I love lentil dishes. In Belgium, some supermarkets don't even carry lentils, they're not very popular.
De Belgica!: "No hace falta que os diga que pitufais un gran peligro. Los negros son contagiosos!"
I never knew a simple SELECT in mysql is case insensitive!
For once I agree with Mike Arrington: this "code of conduct" thing is nothing but a (typical American?) knee-jerk reaction not much different than the reaction to 9-11 back in the day, and we all know where that got us.
"We won't say anything online that we wouldn't say in person" or "We connect privately before we respond publicly" - that's just plain silly.
And "We do not allow anonymous comments" is WAY over the line. Police state online, is that what we want?
I like Vimeo: it tries to make video personal, and there's no top10 list anywhere on the site. But like blip.tv (although they've gottn better), I don't think they sell themselves well enough on their homepage. Now it says: "Everyone can upload 250mb of video every week. Free." and "Vimeo is a free and easy service for sharing your videos with friends and family or people you meet here. Join Vimeo now and share your first video today."
Let's edit some copy.
First, "Everyone can upload 250mb of video every week. Free." is not a value proposition if by now everyone knows you can upload video easily for free to the internets. Two years ago not, but now they do. Huge amounts of Youtube press have taken care of that. So you need a different value proposition and especially, a different way to distinguish yourself from youtube. I know you've just raised your upload limits but new visitors don't care too much I'd think.
Second, "Vimeo is a free and easy service for sharing your videos with friends
and family or people you meet here. Join Vimeo now and share your first
video today."
The important part is "with friends
and family or people you meet here". Vimeo is all about sharing personal videos, you won't find SouthPark on there. I think they need to say that clearer.
Something like: "Share videos with friends, family and the Vimeo community. It's free and easy. Join now." You get the idea.
Then, redo the homepage to show us more about this community and the type of videos you can find here. You might also want to work in some messaging about how this is NOT like YouTube, although I'm not sure about the best way to do that.
Just some thoughts :)
btw, the new Boxes and Arrows design is very very pretty.
Trying out Axure
More axure pain.
The little preview windows when hovering over pages are just way annoying.
Also, I am getting desperate trying to use masters as backgrounds. When I put a master that has the 'background' property on a page, it seems I can't edit it, but when I click it twice then I can? And there's something going on with green and red borders, indicating something. Sorry guys, but this is WAY confusing and bad UI. Be better than Visio, I want you to!
The way I'd like it to work, is:
- If I click on a page or master in the nav, that is shown in the middle main screen.
- If a master is set to 'background', it shows in the left nav (little icon perhaps), and I can NOT move it around or edit it when editing a page, even not after double click, and just get rid of that red/green border coz I have no idea of what it means.
- The previews are no fun.
- And: why can't I make more stencils myself? Or do the 'masters' provide that functionality.
Final verdict: not great, not because of any inherent problem with the concept, but I can't figure out the functionality to do what I need to do.
Now tell me it's my fault.
I'm playing around with Axure and it's nice but I can't seem to use backgrounds like I do in Visio. The masters don't seem to work like backgrounds, or else I just haven't figured out yet how to do it.
I do love the ability to add annotations and specific fields for annotations to various things.
http://continuouspartialattention.jot.com/WikiHome: "I believe attention is the most powerful tool of the human spirit. We can enhance or augment our attention with practices like meditation and exercise, diffuse it with technologies like email and Blackberries, or alter it with pharmaceuticals. In the end, though, we are fully responsible for how we choose to use this extraordinary tool."
Attention is definitely underappreciated in the theory of IA, although it is there.
I am working on some startup ideas that I want to develop while in Belgium, and I'm looking for people to work with. So if you're in Belgium (or somewhere else, that can work too), and you can hack code, and you want to talk, get in touch :)
Another link to Maria's static site, to get the Google juice flowing.
So again, this is a great talk. "You grew up with Andy Warhol's 15 minutes of fame; they're growing up
with being famous amongst 15. They're collecting friends as a way of
demarcating audience in a world without meaningful signals about who's
watching. If you're not in their list of friends or aren't like the
people in their list of friends, you are not the intended audience."
Perhaps the breakdown of privacy is creating the biggest cultural shock since the 50s/60s when rock&roll and all that happened.
A lot of people really don't understand what teenagers do on Myspace (as an example).
Incantations for muggles, a great talk transcript about different age groups and what their priorities are and how that affects the tech we build.
ITS, the Internationalization Tag Set has been published as a W3C Recommendation.
ITS is a set of attributes and elements that are designed to help the internationalization and the localization of XML material.
For example, the same way you can use <p xml:lang="es"> to specify a the content of the <p> element is is Spanish, you can now use <p its:translate="no"> to indicate the content of <p> should not be translated.
Donna has a great post about blogging about her business as an IA consultant/freelancer. I love that idea, might steal it. If she doesn't mind :)
I always wanted to do State of the Vlogosphere posts, but never found the time. Frank did a great one at the Mefeedia blog today.
Lou's UX Zeitgeist attempts to capture the themes and memes floating around in the UX world and is in alpha. Check it out.
Midwifes in belgium
It's not very widely known because doctors don't tend to mention midwifes, but in Belgium, you can have a midwife who helps you before, during and after the pregnancy, and it's 100% free. They are trained professionals, and they come to your house for every visit. They deliver the baby and even follow up for weeks and months afterwards as well. It's really a big step against the medicalisation of pregnancies, and I find it quite incredible that this level of personal medical care is free. Yey for Belgium!
http://www.slideshare.net/tag/iasummit07 has a bunch of the fresh IA Summit talks.
I did miss going to the IA summit this year. So I'll be looking for slides on slideshare.net and posts on Technorati and stories on Boxesandarrows.com
We're sorry, but Gmail is temporarily unavailable. We're currently working to fix the
problem -- please try logging in to your account in a few minutes."
Peter Merholz writes about how he feels IA needs to innovate to avoid dead. I feel the same, mostly. This is the first year I didn't go to the IA summit (it's in Vegas and I'm in Belgium, that's 1 reason). I don't particularly find it interesting to talk about IA's future so I don't post a lot on it here, I do find new ideas interesting, and not enough have been coming up. But there's smart people there, so I have hope. And if IA becomes just a valuable part of the design process and not perhaps the leader it was at one point, perhaps that's ok too. Or not. I'm not married to IA, although I still happily call myself an information architect.
I think today the whole web2.0 thing was really over in my mind. Yes I'm late.
Hey, Gmail has been down for a while now.
I'm connected again with Belgium's Telenet (cable). So far so good. ISP's in Belgium do have the annoying habit to limit the amount of gigs you can up/download every month though. Weirdos.
http://ficlets.com/ great idea, bad ia. I spent 5 minutes browsing the site trying to read a story, couldn't do it, and signing in with my OpenID gave me an error.