Posts Tagged Setup
HOWTO: Setup an Aggregated RSS feed for your Friends using Google Reader
HOWTO: Setup an Aggregated RSS feed for your Friends using Google Reader
Lets say you have three friends, and you don’t really want to check all of there twitter, blogs, rss feeds all day long.
RSS Feeds:
http://danfolkes.com/index.php/feed/
http://twitter.com/statuses/user_timeline/17508497.rss
http://rss.slashdot.org/Slashdot/slashdot
- What you do is open Google Reader (Part of a Google account.)
- Add all of the feeds to it by selecting “Add a Subscription”
- Go into the “Manage Subscriptions” page (link in lower left)
- Now, click “Add to Folder” and Create New Folder for the item
- Now add the rest of the feeds to that folder in the same fashion.
- Now to refresh, Click “« Back to Google Reader” then “Manage Subscriptions”
- Goto the “Folders and Tags” Tab (near Manage Subscriptions)
- Select your new folder, and select Public from the “Change Sharing…” drop down list.
- You should now have “View Public Page” button.
- That page contains a nice looking aggregate HTML view and a rss feed related to the page that you can add to any feed reader.
- Here are my links: HTML and RSS
I hope this helps someone! Leave comments if it did.
Started Using Git SCM For my Darkness is Spreading
So, I setup my own Git repo tonight. This is the exact order of my evening:
First,
I watched Linus Torvald rip all the other SCM’s a new one here:
http://www.youtube.com/watch?v=4XpnKHJAok8
Then I watched,
Emerging Tech Talk #24 – Learning Git, Part 1 – Introduction to Version
Emerging Tech Talk #25 – Learning Git, Part Two – Getting started with
24: http://www.youtube.com/watch?v=MLLkJ2rngk0
25: http://www.youtube.com/watch?v=dDJOb2wGLjY&NR=1
Then, I went to http://github.com/ and setup my own public git repository.
(you can make it private, if you pay. but who would want to do that? viva la open source!)
Then I setup a clone of my Darkness is Spreading Game (dis-game):
Public Clone URL: git://github.com/danfolkes/dis-game.git
Github Home Page: http://github.com/danfolkes/dis-game/tree/master
I want to thank github for making things so awesome and easy to setup. They seem to really know a lot about helping n00bs.
Taken from their homepage:
Not only is Git the new hotness, it’s a fast, efficient, distributed version control system ideal for the collaborative development of software.
GitHub is the easiest (and prettiest) way to participate in that collaboration: fork projects, send pull requests, monitor development, all with ease.



