Bookmarks

Links I find interesting and / or informative

Entries from July 2009

Facebook- Moving Up The Evil Chart Fast and Furiously

July 31st, 2009 · No Comments

You probably read about all this stuff with Facebook and sticking you in ads to your friends.  The place on Facebook to turn this off is shown below:

fb blog picture

I heard about this from, I think, Rachel Clarke.  I promptly went to this page and set it to No one.  Imagine my surprise when I went back to this page, saw a pop up from Facebook telling me about the rumors surrounding this feature, etc, etc, and then seeing that, without my permission, they had reset this back to my friends.  I’ve again set it to No effin anybody. 

Post to Twitter Tweet This

[Read more →]

Tags: Uncategorized

Geithner vs Geithner: Why Tim Can’t Sell His House

July 31st, 2009 · No Comments

Funny Daily Show video looking at the trouble Treasury Secretary Timothy Geithner is having selling his own house. Among other things, Geithner bought it at the peak of the bubble and now won’t drop the price enough to sell it. Gosh, good thing he isn’t giving advice to anyone on housing. Oh wait.

Post to Twitter Tweet This

[Read more →]

Tags: Uncategorized

Most Important Revenue Number in the B-Plan

July 31st, 2009 · No Comments

Jim Logan says that the most important number to focus on in a business plan is the nearest revenue number the company lists. Typically this is the Year 1 revenue projection. Hone in on that number (ignore all the others, I’d say) and ask the following questions to make sure the entrepreneur knows how s/he’s going to hit their first revenue forecast. If they don’t know how they’re going to hit the first number, how will they hit any of the others?

Post to Twitter Tweet This

[Read more →]

Tags: Uncategorized

You Have to Choose Who To Read

July 30th, 2009 · No Comments

Is blogging over?
Last year,
Chris Wanstrath, one of the hottest
developers currently walking, said to
stop reading feeds and get back to
work.
A few weeks ago Twitter guy Alex
Payne
, in
Fever
and the Future of Feed Readers
, considered Chris’ arguments; he isn’t sure
that blogs are dead but says that feed-reading software is in terminal
decline.
And then this week
The New York Review of Books, which sits near the intellectual
center of the English-speaking world, published
The News About the
Internet
by
Michael Massing;
it more or less amounts to the mainstream of the writing class recognizing
that the blogosphere, while imperfect, has important things to offer.

Post to Twitter Tweet This

[Read more →]

Tags: Uncategorized

How to implement COMET with PHP

July 30th, 2009 · No Comments

some great tips and examples using comet with PHP

Post to Twitter Tweet This

[Read more →]

Tags: Uncategorized

DevNetwork Forums • View topic – Comet connections remaining open in IE.

July 30th, 2009 · No Comments

It seems as though IE is keeping all comet connections open even when I refresh or load to other pages. IE's connection limit is 2 per web domain. If I refresh the page twice, the third refresh sticks, because the comet connections from the previous page loads are still alive. I know it's my comet code doing this because when I comment my comet code out, the sticking doesn't happen. I think I finally figured it out, and I'm exhausted.

Post to Twitter Tweet This

[Read more →]

Tags: Uncategorized

PHP-based Comet Server Implementations Underway? – cometd-users | Google Groups

July 30th, 2009 · 1 Comment

Another problem with shared web hosts is concurrency. Comet is much
different from typical HTTP requests in that it leaves connections open
indefinitely. Some shared web hosts will set Apache to limit you to as few
as 25 simultaneous client connections. I think Apache's default limit is
150.
scalability is another major hurdle. Assuming you're using Apache,
and if each thread consumes 3MB of memory, then 25 concurrent connections =
75MB of memory. Unlike typical HTTP requests that are very short-lived,
Comet connections can easily consume a lot of resources.
Regarding data sharing across HTTP requests: you may want to give PHP's
semaphores and shared memory a look, but it's only supported in Linux and
other System V operating systems. There's limited support for shared memory
in Windows, but only if you use PHP as a module and not via CLI or CGI.

http://www.php.net/manual/en/book.sem.php

Post to Twitter Tweet This

[Read more →]

Tags: Uncategorized

How Comet Brings Instant Messaging to meebo – O’Reilly News

July 30th, 2009 · No Comments

interesting write up about the problems and solutions of building meebo, especially with respect to comet style architecture

Post to Twitter Tweet This

[Read more →]

Tags: Uncategorized

Beware of Gym Salesman VC

July 30th, 2009 · No Comments

gym salesmanThe post is part of a series called “Pitching a VC” – the outlines is here.

You’ve been trying to raise VC for months.  You’ve obviously talked with several funds to hedge your bets.  You finally get your first term sheet.  Time to celebrate!

Post to Twitter Tweet This

[Read more →]

Tags: Uncategorized

iPhone Programming Tutorial: Animating A Game Sprite

July 30th, 2009 · No Comments

Apple has made it quite simple to do animations. I really feel this method is often overlooked. I will show you in just a few lines of code, how to completely animate your game images. I will walk you through creating a simple application that uses animation.

Post to Twitter Tweet This

[Read more →]

Tags: Uncategorized


Page 1 of 1412345678910...Last »