Arthur Ariel Sabintsev

Month

August 2012

3 posts

Great Curated News Sources

For the past couple of years, I’ve exclusively used Twitter as my news source. I mostly follow science and technology news agencies, magazines, and bloggers. I have everything organized into lists. I know what I like to read, and when I’m itching for something new in a certain category, I have no problem finding it. If I don’t have time to read it now, I just queue it in Instapaper, and tweet/share it out later if I liked the article.

As of late, this style of news reading has begun to bore me - all the articles I’ve been coming across are rehashes of the same 10-15 top stories. Flipboard makes reading my Twitter feeds more enjoyable, since it shows me a lot of stories I may miss, but it doesn’t fill the void I found myself in.

Over the last six weeks, the following three (and free) news sources have made finding and reading news more enjoyable for me:

  • Digg - Rebranded with tons of interesting articles that are curated by the Digg staff
  • TThor - Extremely interesting tech and programming articles
  • Launch Ticker - Summary of the best articles of the day with commentary

I’ve noticed that when I read articles on Digg, I usually do it on my phone. The articles are short and to the point. They’re presented in a cleanly format, such that I almost never save these articles to Instapaper. TThor comes out a few times a month, and has about two dozen programming articles from sources that I wouldn’t have ever come across, and they’re all very interesting for those of us who live and love computers. Launch Ticker summarizes hot stories, and sends out a nice email with comments and opinions from movers and shakers in the tech industry. This is great for days where I’ve had little time or interest in following my Twitter stream. 

WIth that being said, I leave you with an interesting article I found via Digg and missed in my highly tweaked and organized twitter feed: Artificial Intelligence fights notorious crop pest.

Aug 28, 20121 note
#Curated News #Digg #Launch Ticker #Tthor #Twitter #Flipboard #Instapaper
How to Learn (via Same Soffes) → samsoff.es

A short, but well-written article by iOS developer, Sam Soffes, on how one should approach learning a new skill set, and how to maintain said skill set without driving yourself crazy!

Aug 6, 2012
#Learning
Asynchronous Freeloader: Multithreaded Asynchronous Image Downloader for iOS

There are many iOS apps that require tons of images to be simultaneously downloaded, stored, and presented to the end-user without negatively impacting a user’s experience. Shelby.tv is one of these apps.

A couple months ago I put together a solution to this problem in the form of an asynchronous image downloader, with optional cache-storage, that also utilizes Apple’s Grand Central Dispatch technology to swiftly obtain, store, and present these images to the end user. I call it Asynchronous Freeloader.

My implementation is/does the following:

  • iOS 5+ Compatible
  • ARC Compliant
  • Image Scaling
  • Disk Caching with Garbage Collection
  • Support for Custom and Generic Placeholders
  • Multithreaded Image Downloading and Processing (via Grand Central Dispatch)

The best part, all of this functionality is yours with one line of code:

+ (void)loadImageFromLink:(NSString *)webLinkToImage 
  forImageView:(UIImageView *)imageView
  withPlaceholderView:(UIView*)placeholderView;

The code and README can be found on the project’s Github page.

Enjoy!

Aug 1, 20122 notes
#ARC #Free #Open Source #code
Next page →
2012 2013
  • January 2
  • February 1
  • March
  • April 2
  • May 3
  • June
  • July
  • August
  • September
  • October
  • November
  • December
2012 2013
  • January
  • February
  • March
  • April 3
  • May 1
  • June 1
  • July 1
  • August 3
  • September 3
  • October 2
  • November 3
  • December 1