Raspberry Pi and rPlay: A cheap and fun way to do AirPlay mirroring

Apple World Today

Perhaps you'd like to mirror your iPad or iPhone screen on your 60-inch HDTV, but you don't want to buy an Apple TV right now because a new one is just around the corner. If you already have one of those $35 all-purpose tiny computing devices called a…

31 August 2015

Xcode Code Coverage

Use Your Loaf

Copyright © 2019 - K Harrison Privacy and Cookies Terms of Use, Code coverage tools are a useful way to find untested code in a project but getting them to work with Xcode was a real pain. Xcode 7 now has code coverage fully integrated making it simple…

31 August 2015

Loaders.css - Pure css loading animations

Hacker News

A collection of loading animations written entirely in css. Each animation is limited to a small subset of css properties in order to avoid expensive painting and layout calculations. I've posted links below to some fantastic articles that go into this in…

30 August 2015

Supporting IPv6 in iOS 9

News and Updates - Apple Developer

At WWDC 2015 we announced that iOS 9 will support IPv6-only network services. All apps submitted to the App Store must support IPv6 starting in early 2016. To make sure your app is compatible, use the networking frameworks (e.g., “NSURLSession”), avoid use…

29 August 2015

Intro to Promises in JavaScript

Hacker News

This is a brief introduction to using Promises in JavaScript, primarily aimed at frontend developers. See here for a Chinese translation. A Promise is a programming construct that can reduce some of the pains of asynchronous programming. Using Promises…

28 August 2015

Stop using React for EVERYTHING

Hacker News

So you learned React. So you added ES6 integration. So you got good at abstracting your code into components. So you…stop. We don’t care. Just because you learned a solid framework with some good use cases does not make you a genius. And it DEFINITELY…

26 August 2015

MicroServices (2014)

Hacker News

a definition of this new architectural term The term "Microservice Architecture" has sprung up over the last few years to describe a particular way of designing software applications as suites of independently deployable services. While there is no…

26 August 2015

Show HN: ObjectiveFS – Shared file system for EC2 and laptop

Hacker News

Never run out of disk again The shared file system that scales automatically, with unlimited storage and high performance. Never run out of disk again The shared file system that scales automatically, with unlimited storage and high performance. …

25 August 2015