Tag Archives: Google

Level 8 in Ingress today

Yes, Ingress, it’s not a new game…

I had never heard about it before. And I got the invitation from a colleague on Dec. 24 last year. And I created my account on Jan. 9, 2015. It’s a good game, at least it’s one of passions to go out for me.

This morning, I got level 8. The only thing which I still want to try is to create a huge field.

During this period, a bit more than 2 months, I used 3 phones, iPhone 5/LG Nexus 5/Huawei Ascend P7, the experiense order is iPhone 5/Huawei Ascend P7/LG Nexus 5. One is because GPS sensor, another is Nexus 5 always lost mobile signal when playing…

There are some crazy people, they drive car to do the game, even 2:30 am at night…, and there is a family of Ingress players, the couple should be level 9 and level 8, and they have a daughter with level 7…

If you want to have a try with it, I could send invitation to you. BTW, I am in Resistance faction, the blue one.

Reference:

Setup your own CommaFeed on OpenShift as Google Reader replacement

Yes, Google Reader will be dead soon, Google Blog: A second spring of cleaning.

I just read a few blogs which talked about the alternatives. Then just a few days ago, one of my friend told me there are inoreader and CommaFeed. And found this article, jasonwryan.com: Replacing Google Reader.

CommaFeed is an opensource solution(Note: it’s in maintenance when I started to write this blog), source code is on github.

Steps

Signup on OpenShift

Go to OpenShift, signup

Add JBoss 6.0 application

Go to OpenShift: Get Started, then click “WEB”, a bit down, clike “Open the Console and Create an Application”, in “Mangement Console” page, click “Create Application”, find “JBoss Enterprise Application Platform 6.0”, and install it, you need to set the “Public URL”, for example: http://mygooglereader-enjoylife.rhcloud.com , click “Create Application”.

You can add a public ssh key in next page.

(Note: I am not sure how much I will pay for that service based on “JBoss Enterprise Application Platform 6.0 is based on a premium cartridge. It costs an additional $0.03 per gear hour after the first 3 gears.”)

Install mysql 5.1

Back to OpenShift: Get Started, click “COMMAND LINE”, follow the steps in “Install the client tools on:”, for me, it’s “Mac OS X”. Then “Setup your enviroment”, command is “rhc setup”, there it will help you to create a ssh key and set up it. “rhc add-cartridge mysql-5.1 –app mygooglereader” will help you install mysql into the application. Please remember to keep the secret information like root username, password and etc.

Deploy CommaFeed to OpenShift

In OpenShift: My Applications/Mygooglereader, found the url of your git repo:

You need to make a local clone of CommaFeed and merge it with your openshift application, then push it:

If you find sth like following, then it works fine:

You can goto Your Own Google Reader, use the default user “admin” and password “admin” to login, change the password and create your own account.

Apply Goolge client ID and etc

Go to Google Code: API Console, create project, and click “API Access”, click “Create an OAuth 2.0 client ID…”. In the popup, input “Product name: mygooglereader”, “Home Page URL: http://mygooglereader-enjoylife.rhcloud.com”, click “Next” button, Then “Create client ID” button.

Then “Edit settings…”, in “Edit client settings” popup, “Authorized Redirect URIs” is “http://mygooglereader-enjoylife.rhcloud.com/google/import/callback”, “Authorized JavaScript Origins” is “http://mygooglereader-enjoylife.rhcloud.com”, click “Update” button. And found “Client ID” and “Client secret”.

Application settings in CommdFeed

Go to Your Own Google Reader, use “admin” to login. Then go to Settings page, set “Public URL” to “http://mygooglereader-enjoylife.rhcloud.com”, and also “Google client ID”, “Client secret”. Click “Save”.

Import your subscriptions from Google Reader

Go to Your Own Google Reader, use your own account, click the arrow button near the “Subscribe”, select “Import”. In “Import” popup, click “Google Reader”, then log in your google account, and wait about several minutes. All will be fine.

TODO

  • Update CommaFeed from upstream.
  • Backup mysql database.

Reference

Google Earth 4正式发布了

Google Earth 4使用的是Qt 3.3.5/3.3.6,而且同时支持Windows/Mac OS X/Linux。
但比较讨厌。这次里面有些乱七八糟的地标,例如,北京的西北方有个什么“稻香胡景酒店”,不知道Google是怎么管理这些东西的。

http://earth.google.com/
http://www.gearthblog.com/blog/archives/2007/01/google_earth_4_offic.html