byoungd/english-level-up-tips-for-Chinese: 英语进阶指南
Source: byoungd/english-level-up-tips-for-Chinese: 英语进阶指南
leandromoreira/digital_video_introduction: A hands-on introduction to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg encoding).
The goal is to introduce some digital video concepts with a simple vocabulary, lots of visual elements and practical examples when possible, and make this knowledge available everywhere. Please, feel free to send corrections, suggestions and improve it. Source: leandromoreira/digital_video_introduction: A hands-on introduction to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg […]
When to Avoid Libraries
If I offer you $50 today or $100 one year from now, you’ll take the $50. Yet if I offer $50 in five years or $100 in six years, you’ll pick $100, which seems irrational given the difference is still one year. Economists call this Hyperbolic Discounting. Given two similar options, we strongly “discount” the […]
One Weird Trick to Lose Size – Halide
Large organizations are full of reasonable ideas with unintended consequences. Source: One Weird Trick to Lose Size – Halide
The lost art of 3D rendering without shaders
But what exactly is that magic that OpenGL and Metal do behind the scenes? Source: The lost art of 3D rendering without shaders
Mac OS X Utilities via Terminal: (Verify and Repair: Disk Permissions AND Disk / Software Update / TimeMachine)
Mac OS X Utilities via Terminal: (Verify and Repair: Disk Permissions AND Disk / Software Update / TimeMachine) Source: Mac OS X Utilities via Terminal: (Verify and Repair: Disk Permissions AND Disk / Software Update / TimeMachine)
JSON with Encoder and Encodable – Swift Unboxed
Rather than pore through all the source code for encoding and decoding, let’s take a different approach and step through a simple example: how does a single Int instance wind its way through JSONEncoder and become JSON data? Source: JSON with Encoder and Encodable – Swift Unboxed
刚刚,重要文件公布!中国城市格局将发生巨变_晓博说财经_新浪博客
在文件上联合盖章的5家单位不仅有国家发改委、交通运输部、国家铁路局、中国铁路总公司,还有一个耐人寻味的部门跻身其间,这就是住房城乡建设部! Source: 刚刚,重要文件公布!中国城市格局将发生巨变晓博说财经新浪博客
BalestraPatrick/HapticButton: A button that is triggered based on the 3D Touch pressure, similar to the iOS 11 control center.
A button that is triggered based on the 3D Touch pressure, similar to the iOS 11 control center. Source: BalestraPatrick/HapticButton: A button that is triggered based on the 3D Touch pressure, similar to the iOS 11 control center.
Dealing with Localization of Plural Nouns in iOS | Macoscope Blog
Apple provides iOS developers with a number of different tools and utilities that significantly reduce the burden cost of localization. Using the NSLocalizedString macro together with .strings files is (and rightly so) considered a standard nowadays, but relying solely on the two can sometimes lead to suboptimal solutions. In this post I would like to […]