Posts58
Comments90
View on HN
www.wepolls.com 14y ago

Poll: What kind of Adsense CPM do you get?

crizCraig
2pts0
www.wepolls.com 14y ago

Google+ pseudonym poll

crizCraig
2pts0
code.google.com 14y ago

The 70 Googlers working on Dart

crizCraig
4pts0
www.sjsu.edu 14y ago

Japan's failed attempt at AI [1992]

crizCraig
2pts1
imgur.com 14y ago

App Engine HTTP GET 3x slower than in 2009

crizCraig
1pts2
www.youtube.com 14y ago

John Carmack on Rage, code analysis, large teams, and mobile.

crizCraig
2pts0
www.youtube.com 14y ago

Jobs in '96 on future of Apple and explains OOP in lay terms

crizCraig
4pts0
craigquiter.com 14y ago

Who are your real users?

crizCraig
1pts0
news.google.com 14y ago

My webdev/startup goog-news section

crizCraig
1pts0
arstechnica.com 14y ago

Why Dart won't work.

crizCraig
7pts0
www.entrepreneur.com 14y ago

Why Tech 'Treps are Up in Arms over the Protect IP Act

crizCraig
1pts0
static.googleusercontent.com 14y ago

How Google provides fault tolerance to GFS and Bigtable.

crizCraig
1pts0
craigquiter.com 14y ago

Creating and remembering good passwords.

crizCraig
2pts2
www.wepolls.com 15y ago

Poll: What gives you the most hope about the world?

crizCraig
2pts0
www.wepolls.com 15y ago

Poll: What technology do you most use to get music?

crizCraig
1pts0
craigquiter.com 15y ago

Google not working for your programming questions? Append “stack” to the end.

crizCraig
6pts0
www.wepolls.com 15y ago

If the founding fathers of the USA were alive today, would the be entrepreneurs?

crizCraig
2pts0
www.wepolls.com 15y ago

Favorite word processor poll on Wepolls

crizCraig
2pts0
www.seattlepi.com 15y ago

Mobile web usage has already surpassed PC web usage

crizCraig
2pts2
www.google.com 15y ago

Advertising industry trends from Google

crizCraig
1pts0
news.ycombinator.com 15y ago

Google ships Chromebooks to I/O attendees

crizCraig
4pts1
www.askforit.com 15y ago

Startup ideas

crizCraig
2pts0
www.wepolls.com 15y ago

Should Microsoft get $5 for every HTC Android phone because of their patents?

crizCraig
9pts8
www.wired.com 15y ago

Bill Gates predicts Internet important as PC in 1995.

crizCraig
3pts0
www.wepolls.com 15y ago

OS poll

crizCraig
1pts0
www.wepolls.com 15y ago

Which company would you rather end up buying Skype?

crizCraig
1pts0
revrob.com 15y ago

The Debate Over Dog Fighting Video Games for Android

crizCraig
4pts1
chrome.google.com 15y ago

Jump directly to relevant content after Google search

crizCraig
3pts0
personal.lse.ac.uk 15y ago

Why productivity fades with age: The crime–genius connection

crizCraig
4pts2
www.favbrowser.com 15y ago

The History of Web Browsers (Picture)

crizCraig
3pts0

I think this is a bunch of BS. Google didn't have to create a platform, it took control of the world's biggest platform. Google benefits from most things built on the web sans Facebook. Now it's leading the way in the most promising platform of the next few years with Android. Chrome is a platform. Google+ is a platform for content creation that solves the problem of the Facebook crawl wall. It also sets the stage for a more complete solution to your problems (aka searches) via increasing its knowledge on individuals.

I don't think Google will accomplish its goal with plus however, because it's not being aggressive enough in collecting user data and integrating it with search. I think the Universities are in the best position to do this as they did with email and the web. The killer app will be a light bulb that makes extremely useful suggestions based on context.

This rant expounded here: http://www.wepolls.com/p/3740179

Even physical micro-hubs like coworking spaces where I live in Phoenix do not capture the serendipity of interaction that Silicon Valley provides.

Here you have to consciously decide to go where other startups are at. In Silicon Valley I just get a cup of coffee and there's a conversation at the table next to me about startups.

Although, I have to say Twitter enabled more fluid communication in the startup scene here. Enough to where I have been able to spot a couple people not at the typical hotspots.

For that you'd have to have a standard API with indicators of content importance. Even then it would be akin to keyword meta tags which are bad representations of site content in general.

Are jobs obsolete? 15 years ago

I think he has a great point that the value a person creates is not easily compensated in an information economy. Right now the information economy makes up less than 5% of the total in the U.S.

http://dl.dropbox.com/u/9632169/EconomicCensus2007.html

from

http://factfinder.census.gov/servlet/SAFFEconFacts?_event=&#...

So advertising for the other sectors in the economy works well to support most of the information sector right now. What happens as those other sectors become more automated though? The smaller and smaller amount of people in charge of those sectors will become disproportionately compensated for the value they create. This is already happening in Wall Street for example. So we're going to need to find some way to compensate people for their digital contributions to things like open source, online communities like this, and other informational public goods or we'll be left relying on the government and/or super rich to distribute the abundance of wealth. Neither of which sound very appealing to me.

I've been developing for app engine since 2008 when it came out and absolutely love it. The price changes are a result of turning a successful and massively growing product into a profitable one a la search, youtube, etc... Google should be praised for this. The changes in price also accompany an SLA that guarantee developers will receive three years notice before a breaking API change or service shut down.

The SSL problem is a limitation in some browsers that causes the type of certificates that GAE needs to use a CNAME, not IP, based routing to display huge warnings.

I am nothing 15 years ago

Thanks. I think it's a matter of getting out more. You're right, we can choose what we want to be. It may just take some time to get there. :)

I am nothing 15 years ago

I find not caring about what people think ends up hurting my personal relationships. I have to try really hard to be aware of my identity and how that fits in with the people around me. Naturally I am aloof. Is that what this article is saying I should be?

For example, say you wanted an extension to be able to take a screenshot of Amazon, but not get access everyone's private data on Amazon. This is not currently possible in Chrome. To get the screenshot, you need to allow access to Amazon.com in the permissions list of the extension config, i.e. manifest.json. This, however, gives you permission to request resources from Amazon that the user did not load into the browser, like all their previous purchases. And if there's another URL in the permissions list that the extension developer hosts, they can set up an API for the extension to phone home the users private data on Amazon.

Here's a sample that demonstrates this: http://src.chromium.org/viewvc/chrome/trunk/src/chrome/commo...

Note that "tabs" and "code.google.com" must both be listed in the permissions.

The extension requests permission to access "Your data on all websites" and "Your tabs and browsing activity". I guess what I'm saying is that there should be a distinction between permissions for accessing stuff in the browser and accessing external data through AJAX and other resource requests. Besides cutting off extensions themselves from the outside world, Chrome would just have to prevent extensions from injecting scripts or elements that made external requests into loaded pages by disallowing <script>, onclick='', src='' etc... from being added to the HTML and DOM of those pages.

There should be a permission for contacting external sites. That's where the biggest security threats lie and most extensions, like a screenshot extension, don't need to be making requests to other sites (like Amazon).

Right, maybe if you use the first letter of the words in a sentence, like "Hey Jude, don't make it bad, take a sad song, and make it better." -> "HJ,dmib,tass,amib." Then you can add in some characters that make it different for each site without it being obvious which characters you added. I wrote a blog post on how to create different passwords for sites that are easy to remember: http://craigquiter.com/post/8668237043/creating-and-remember...

Since I quit my job I've been working more than twice as much and loving it (on my startup). I ran into a problem after about two weeks with my eye twitching from too much screen time but took a week vacation and have been fine the two months since. I now sit by a window so I occasionally glance out and exercise my eye focus muscles.