Deploying a Fully-automated Git-based Static Website in Under 5 Minutes

An Ubuntu 16.04 server configured according to our Initial Server Setup guide. While the goal is to get a website up quickly, we don’t want to skimp on security. The guide will set up a secure environment for Caddy. Skip step 7 of the guide as we will be using a Cloud Firewall instead of […]

shareup.app → Encoding and decoding SQLite in Swift

a middle approach in which the developer is responsible for creating the tables for the model types and for writing the SQL to update and fetch the model types from the database, but the SQLite encoder is responsible for converting the model types to a form that SQLite understands. The SQLite decoder is then responsible […]

Creating a Distributed Minio Cluster on Digital Ocean · anthonysterling.com

The plan was to provision 4 Droplets, each running an instance of Minio, and attach a unique Block Storage Volume to each Droplet which was to used as persistent storage by Minio. Then create a Load Balancer to Round Robin the HTTP traffic across the Droplets. Source: Creating a Distributed Minio Cluster on Digital Ocean […]

Server-side Swift: Making Canopy – Max Howell – Medium

Intrinsic type-safety cross-process with barely any work from me was super comfy and made the 1,000 miles between me and my server seem no different to passing data between view-controllers. Source: Server-side Swift: Making Canopy – Max Howell – Medium

scutan90/DeepLearning-500-questions: 深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,近30万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续………… 如有意合作,联系[email protected] 版权所有,违权必究 Tan 2018.06

深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,近30万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续………… 如有意合作,联系[email protected] 版权所有,违权必究 Tan 2018.06 https://github.com/scutan90/DeepLearn… Source: scutan90/DeepLearning-500-questions: 深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,近30万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续………… 如有意合作,联系[email protected] 版权所有,违权必究 Tan 2018.06

Apple, Marzipan, Delight | Becky Hansmeyer

Anatomy of a Mac App Menu bar and window toolbars Sidebar/source list Preference windows Touch Bar support Contextual menus Tooltips Multi-column tables Field editors AppleScript Tabbed windowing Multiple windows Standardized color picker and font panels Pop-up menus Time machine/versioning Compact control sizes Resizable split views Outline views File-system access Scroll bar elasticity (often missing in […]