Notes by Craig Phillips
- There are 11 fallacies of Distributed Computing:
- The network is reliable
- Latency isnβt a problem
- Bandwidth isnβt a problem
- The network is secure
- The topology wonβt change
| Please go to https://github.com/nishuzumi/gemini-teacher |
| npm set registry https://r.npm.taobao.org # 注ε樑ειε | |
| npm set disturl https://npm.taobao.org/dist # node-gyp ηΌθ―δΎθ΅η node ζΊη ιε | |
| ## δ»₯δΈιζ©ζ·»ε | |
| npm set sass_binary_site https://npm.taobao.org/mirrors/node-sass # node-sass δΊθΏεΆε ιε | |
| npm set electron_mirror https://npm.taobao.org/mirrors/electron/ # electron δΊθΏεΆε ιε | |
| npm set puppeteer_download_host https://npm.taobao.org/mirrors # puppeteer δΊθΏεΆε ιε | |
| npm set chromedriver_cdnurl https://npm.taobao.org/mirrors/chromedriver # chromedriver δΊθΏεΆε ιε | |
| npm set operadriver_cdnurl https://npm.taobao.org/mirrors/operadriver # operadriver δΊθΏεΆε ιε | |
| npm set phantomjs_cdnurl https://npm.taobao.org/mirrors/phantomjs # phantomjs δΊθΏεΆε ιε |
| import Document, { Head, Main, NextScript } from 'next/document' | |
| import { renderToString } from 'react-dom/server' | |
| import { extractCritical } from 'emotion-server' | |
| import { ServerStyleSheet } from 'styled-components' | |
| import flush from 'styled-jsx/server' | |
| export default class MyDocument extends Document { | |
| static async getInitialProps(ctx) { | |
| const styledComponentsSheet = new ServerStyleSheet() |
| PHP 10 hrs 33 mins βββββββββββββββββββββ 64.0% | |
| TypeScript 2 hrs 7 mins βββββββββββββββββββββ 12.9% | |
| Smarty 2 hrs 5 mins βββββββββββββββββββββ 12.7% | |
| Nginx 25 mins βββββββββββββββββββββ 2.5% | |
| JavaScript 20 mins βββββββββββββββββββββ 2.0% |
| /* ******************************************************************************************* | |
| * THE UPDATED VERSION IS AVAILABLE AT | |
| * https://github.com/LeCoupa/awesome-cheatsheets | |
| * ******************************************************************************************* */ | |
| // 0. Synopsis. | |
| // http://nodejs.org/api/synopsis.html |
ζ¬ζθ―θͺ Julio Merino 2018 εΉ΄δΈζζ°ε―«η Rust vs. Go δΈζγJulio Merino ζ― G η€Ύε±ε‘οΌε¨ G η€Ύε·₯δ½θΆ ι 8 εΉ΄οΌη‘θ«ε·₯δ½ε §ε€οΌι½ζ₯θ§ΈιηΌδΈε° Go θͺθ¨οΌδΈ¦ζ°ε―« [Rust ι»θ©][rust-review]η³»εζοΌδΎθ½θ½δ»ε° Rust θ Go ηζ³ζ³ε§γ
Thanks Julio Merino for this awesome article!
| ################################################################################ | |
| # Method 1: Install using rpm packages (credit to DarkMukke) | |
| # | |
| rpm -Uvh http://mirror.ghettoforge.org/distributions/gf/gf-release-latest.gf.el7.noarch.rpm | |
| rpm --import http://mirror.ghettoforge.org/distributions/gf/RPM-GPG-KEY-gf.el7 | |
| # WARNING: removing vim-minimal uninstalls `sudo` if you skip the second step | |
| # make sure to at least run `yum install sudo` | |
| yum -y remove vim-minimal vim-common vim-enhanced |
| { | |
| "emojis": [ | |
| {"emoji": "π©βπ©βπ§βπ§", "name": "family: woman, woman, girl, girl", "shortname": ":woman_woman_girl_girl:", "unicode": "1F469 200D 1F469 200D 1F467 200D 1F467", "html": "👩‍👩‍👧‍👧", "category": "People & Body (family)", "order": ""}, | |
| {"emoji": "π©βπ©βπ§βπ¦", "name": "family: woman, woman, girl, boy", "shortname": ":woman_woman_girl_boy:", "unicode": "1F469 200D 1F469 200D 1F467 200D 1F466", "html": "👩‍👩‍👧‍👦", "category": "People & Body (family)", "order": ""}, | |
| {"emoji": "π©βπ©βπ¦βπ¦", "name": "family: woman, woman, boy, boy", "shortname": ":woman_woman_boy_boy:", "unicode": "1F469 200D 1F469 200D 1F466 200D 1F466", "html": "👩‍👩‍👦‍👦", "category": "People & Body (family)", "order": ""}, | |
| {"emoji": "π¨βπ©βπ§βπ§", "name": "family: man, woman, girl, girl", "shortname": ":man_woman_girl_girl:", "unicode": "1F468 200D 1F469 200D 1F467 200D 1F467", "html": "👨‍👩&z |