如何打造一个让人愉快的框架
All about iOS frameworks. Source: 如何打造一个让人愉快的框架
The Past, Present and Future of Sketch — Habits of Introspection — Medium
What do you want for your employees? That’s a good question. I would hope that they have a sense of pride from building the application, pride to say that they work on Sketch. Everybody is completely remote. The first developer we brought on lives in Hebrides, an island off the coast of Scotland. Needless to […]
Corp Dev Language Translator — on startups — Medium
Words used by corp dev (i.e. people in charge of making acquisition deals) and what they actually mean Source: Corp Dev Language Translator — on startups — Medium
Code Signing Guide for Teams
A best practices guide on how to manage certificates and provisioning profiles in your development team. Source: Code Signing Guide for Teams
pili-engineering/PLCameraStreamingKit: Pili RTMP Streaming SDK for iOS, H.264 and AAC hardware encoding supported. Camera and Microphone as input source.
PLCameraStreamingKit 是一个适用于 iOS 的 RTMP 直播推流 SDK,可高度定制化和二次开发。特色是支持 iOS Camera 画面捕获并进行 H.264 硬编码,以及支持 iOS 麦克风音频采样并进行 AAC 硬编码;同时,还根据移动网络环境的多变性,实现了一套可供开发者灵活选择的编码参数集合。借助 PLCameraStreamingKit,开发者可以快速构建一款类似 Meerkat 或 Periscope 的手机直播应用。 Source: pili-engineering/PLCameraStreamingKit: Pili RTMP Streaming SDK for iOS, H.264 and AAC hardware encoding supported. Camera and Microphone as input source.
Dark Magic for Debugging your iOS app — iOS Apprentice — Medium
There’s always something missing in our tools or features that our SDK will never enables. Luckily the development community knows their own pain points and develop their own solution. Here, we focus on libraries that integrates into the project that can aid debug/development. Source: Dark Magic for Debugging your iOS app — iOS Apprentice — […]
Introducing Apex — Medium
Serverless architecture with AWS Lambda Source: Introducing Apex — Medium
MXNet Documentation — mxnet 0.5.0 documentation
MXNet is a deep learning framework designed for both efficiency and flexibility. It allows you to mix the flavours of deep learning programs together to maximize the efficiency and your productivity. Source: MXNet Documentation — mxnet 0.5.0 documentation
Open Source Deep Learning Kit That Utilizes Swift And Metal
Here’s a really great video demo showing the usage of the Deep Learning Kit to recognize a rose: Source: Open Source Deep Learning Kit That Utilizes Swift And Metal
Deep Learning in a Single File for Smart Devices — mxnet 0.5.0 documentation
Deep learning (DL) systems are complex and often have a few of dependencies. It is often painful to port a DL library into different platforms, especially for smart devices. There is one fun way to solve this problem: provide a light interface and put all required codes into a single file with minimal dependencies. In […]