Google

In the News: 2012-08-11

Written on:August 11, 2012
Comments are closed

Mac News: Remotely connect to a Mac via SSH using iCloud’s network – Mac OS X Hints   
If you’re running two Macs with iCloud support (Lion or Mountain Lion), then you can use iCloud’s network to remote SSH back into your home computer no matter where you are with just a few commands in Terminal.    
Read full story => MacWorld

Technology News: Business Lessons From Olympic Innovators   
Successful Olympic athletes share a number of common qualities with entrepreneurs; including boundless energy, uncompromising tenacity and a willingness to innovate. Such innovations include new training routines, inventive diets and novel, gameplay tactics. Entrepreneurs are well served to pay particular attention to two of the most innovative Olympic athletes: Dick Fosbury and David Berkoff, the former of which I discuss in the following 2-minute video.    
Read full story => TechCrunch

Programming News: Generic Programming in C   
Generic programming is style of programming that is typeless, as in the type of data to be used is not determined at the time the code was written. In C++ this is achieved with templating. I know of two ways to perform generic programming in C. One way is to use pointer typecasting. It’s important to understand that when you typecast a pointer no data is modified within the pointer; how the data the pointer points to is interpreted is changed. This can be utilized to create generic algorithms and functionality.    
Read full story => Randy Gaul’ Blog

Other News: Steve Jobs offered Samsung Apple’s crown jewels for $250M   
In October 2010, seven months after Steve Jobs told his biographer that he was going “thermonuclear” on Google’s (GOOG) Android for ripping off the iPhone, he and Tim Cook offered Samsung a secret licensing deal — a fact that Apple (AAPL) saved for last Friday in its multibillion dollar patent trial against the Korean electronics giant that is both a key Apple supplier and the largest manufacturer of Android phones.    
Read full story => CNN Money

Sorry, the comment form is closed at this time.