Twitter sharing is now liveWednesday, March 31st, 2010I've now added sharing of content items to Twitter as well as the Facebook sharing that's already there. This should make it very simple to share items that you find on ReadPath with your twitter stream. The share buttons are on the news reader page as well as on all of ... |
||
Archive for the ‘ReadPath’ Category
Feed updates are off temporarilyWednesday, March 3rd, 2010I've turned off feed updates temporarily so that I can move the spider service over to some new beefier hardware. There were several systems running on the old server and the load on this server was slowing down parts of the site. By moving this system to a new server ... |
||
Content updateSunday, February 14th, 2010Just a quick update. The latest dictionary update job for ReadPath just completed. 835,029 feeds monitored. 299,113,314 content items. 28,914,230,869 words for the dictionary. This works out to 123,036,971 distinct two word pairs. Entire job ran just over 7 hours on an 8 node hadoop/hbase cluster. The job read just under 400Gb of data ... |
||
Facebook sharing is now liveFriday, February 12th, 2010It's finally here, you can now post from the stories that you read on ReadPath to Facebook. The permissions on who sees what on these posts is handled on the Facebook end. You can set it so that everyone sees the posts, just friends, or friends of friends. As always, I'm ... |
||
Thumbnail Image Issue FixedFriday, February 12th, 2010Found the fix for thumbnail images not showing on posts for all browsers other than Firefox. That'll teach me not to be lazy and test only in Firefox on a Mac. Who knew that anyone used anything else? Turns out that Firefox is very forgiving with a fat finger typo in ... |
||
Facebook IntegrationThursday, February 11th, 2010Well, it's only over a year overdue. I think something might have happened in the last year that may have slowed down my development a bit, but Facebook integration is finally on its way. It's now possible to link your ReadPath account to your Facebook account. If you're already logged in ... |
||
Java FixedThreadPoolWednesday, January 20th, 2010When creating the code to do the scanning of content for potential thumbnail images I needed to work with the FixedThreadPool to get the level of performance that I wanted. There are large amounts of code within ReadPath that extend a class Scanner. This class creates a Thread and makes ... |
||
Subscribe to search resultsWednesday, January 20th, 2010I've now added the ability to subscribe to search results. If you're a logged in user, on the search results page and on Category pages, you should see a subscribe button. By clicking on this, you will be able to create a new feed that includes items that match the ... |
||
Content snippets now have imagesWednesday, January 20th, 2010I've updated the code to start examining content items to see if there is a primary image associated with the post. If there is an image there, then get the URL and size of that image. This is so that when the content item is displayed in snippet form a ... |
||
Chrome issues fixedWednesday, January 20th, 2010There were all sorts of updates that went out last night. One of which was a fix for the order of Folders on the News page on Chrome. All of the other major browsers keep the default order of an array in JavaScript based on insert order. It appears that ... |
||
