July 2, 2008
| 1993 | ||||||
|---|---|---|---|---|---|---|
| 2001 | ||||||
| 2002 | ||||||
| 2003 | ||||||
| 2004 | ||||||
| 2005 | ||||||
| 2006 | ||||||
| 2007 | ||||||
| 2008 | ||||||
| January | ||||||
| February | ||||||
| March | ||||||
| April | ||||||
| May | ||||||
| June | ||||||
| July | ||||||
| Su | M | Tu | W | Th | F | Sa |
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | 31 | ||
| August | ||||||
| September | ||||||
| October | ||||||
| November | ||||||
| December | ||||||
| 2009 | ||||||
| 2010 | ||||||
| 2011 | ||||||
| 2012 | ||||||
Facebook Wants
I've gotten semi-addicted to Facebook lately, thanks to a critical mass of my friends being on it. There's one small place where it could stand improvement, though.
Currently, I can lock down some parts of my profile to be friends-only. That would be most of it; I've got my address on there for starters. This means that anyone I "friend" (that word is not supposed to be a verb) knows where I live.
Well, what about people I'm OK with, but don't necessarily want to see randomly show up at my apartment? There needs to be a second level of friend. Just call it what it is -- acquaintance. They show up in the friend list like everyone else; they just don't see things that are friends-only (as opposed to non-public, which both friends and acquaintances would see).
This would require some back-end work on Facebook's part -- the friend access flag (probably a yes/no bit) would need to change to a tinyint (8 bit) at least, possibly a 32-bit int if the conversion is more expensive than 3 bytes of database space, as would the flag in the friends list. Then there'd be testing of... oh... pretty much everything on the site. Including all the third-party widgets, though they could probably get by if all they're doing is seeing if Column1 = you and then getting a list of who's in Column2. (Assuming, of course, that the database has a table that just lists friend combos, which makes sense when I look at it quickly.)
But anyway, this would let me "friend" people I know, without putting some stuff out there I only want my (close) friends seeing. It'd just be a change that affects everything on the site. No problem, right?