重點:
- the longer you brew, the bitter it get. 泡越久就越苦。
- 水溫:中焙或深焙:175℉ (80℃);淺焙:185℉ (85℃)。
- 咖啡粉刻度:粗細依個人喜好(可細到expresso,或一般手沖刻度),建議espresso刻度或fine-drip。
- 水量:兩匙咖咖,沖到刻度二。
- 攪拌:count to 20,大約10秒。
- 不建議水加滿,會太苦。
- aeropress咖啡冠軍得主大部分用正向沖法,不用inverted method
- 他是喝深焙的。
sudo ln -s /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.9.xctoolchain
The key is to link the toolchain to reflect new version # of Maverick, which is 10.9.
cd ~/Downloads/
curl -o subversion-1.8.3.tar.gz http://archive.apache.org/dist/subversion/subversion-1.8.3.tar.gz
tar -xvf subversion-1.8.3.tar.gz
cd ~/Downloads/subversion-1.8.3
sh get-deps.sh serf
cd serf/
./configure
make
sudo make install
cd ..
./configure --prefix=/usr/local --with-serf=/usr/local/serf
make
sudo make install
svn --version
And here you go:
svn, version 1.8.3 (r1516576) compiled Oct 24 2013, 02:38:35 on x86_64-apple-darwin13.0.0 Copyright (C) 2013 The Apache Software Foundation. This software consists of contributions made by many people; see the NOTICE file for more information. Subversion is open source software, see http://subversion.apache.org/ The following repository access (RA) modules are available: * ra_svn : Module for accessing a repository using the svn network protocol. - with Cyrus SASL authentication - handles 'svn' scheme * ra_local : Module for accessing a repository on local disk. - handles 'file' scheme * ra_serf : Module for accessing a repository via WebDAV protocol using serf. - using serf 1.2.1 - handles 'http' scheme - handles 'https' scheme
E:
cd WindowsSupport\Drivers\Applemsiexec /i BootCamp64.msi
ffmpeg -i [video_file] -f image2 -vframes 1 [output_image].jpg
ffmpeg -ss 12 -i flowplayer.mov -f image2 -vframes 1 flowplayer-12.jpg
ffmpeg -i my_video_filename
yum install perl-Image-ExifTool.noarchexiftool my_video_file
[google] name=Google - i386 baseurl=http://dl.google.com/linux/rpm/stable/i386 enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
[google64] name=Google - x86_64 baseurl=http://dl.google.com/linux/rpm/stable/x86_64 enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
## Install Google Chrome Stable version ## yum install google-chrome-stable
## Install Google Chrome Beta version ## yum install google-chrome-beta
## Install Google Chrome Unstable version ## yum install google-chrome-unstable
有同好有一樣的困擾 - 如何使用自己的data logging軟體,因此寫了這篇來分享我的簡易改裝。 Background 雲豆子 MERCURY roaster 烘豆機的設計是使用自行開發的軟體,來:1. 操控風門/火力; 2. data logging/自動烘焙。 ...