- http://efcasado.github.io/riak-core_intro/
- http://basho.com/statebox-an-eventually-consistent-data-model-for-erlang-and-riak/
- http://dancres.github.io/Pages/
- http://www.erlang-factory.com/conference/SFBay2010/speakers/AndyGross
- http://thinkdistributed.io
- http://christophermeiklejohn.com/distributed/sycstems/2013/07/12/readings-in-distributed-systems.html
- http://christophermeiklejohn.com/crdt/2014/07/22/readings-in-crdts.html
- http://www.aosabook.org/en/riak.html
Okay, here are some of my tips about how I work with the pizza dough. For now, I'd suggest just buying the dough until you're comfortable, then once you've got the basic techniques down you can start experimenting and/or making your own dough. We get ours at Whole Foods (it's about $5/ball, it's 22 oz., and it'll make about three pizzas on the Baking Steel), but you can get it from a grocery store that makes pizzas or a pizza restaurant.. They'll usually sell it to you if you ask for it. I describe my process with the 3-pizza thing in mind.
When you buy your dough it will usually be cold, and that cold is the enemy of smooth pizza making. You'll need to let the dough come to room temperature: We usually pull out three round plastic Ziploc containers, spray the containers lightly with non-stick kitchen spray, plop the cold dough into the container, then spray a small square of regular Saran wrap lightly with non-stick spray and cover the top of the containers. You want to block out the o
<source> | |
type tail | |
path /dev/shm/tmp/dummy.log | |
pos_file /var/tmp/_var_log_dummy.pos | |
format none | |
tag dummy | |
</source> | |
<match dummy> | |
type copy | |
<store> |
#!/usr/bin/env escript | |
%% -*- erlang -*- | |
%%! -hidden -setcookie cookie | |
-mode(compile). | |
main(["-?"]) -> | |
usage(); | |
main(Args) -> | |
case get_pid(Args) of |
No, seriously, don't. You're probably reading this because you've asked what VPN service to use, and this is the answer.
Note: The content in this post does not apply to using VPN for their intended purpose; that is, as a virtual private (internal) network. It only applies to using it as a glorified proxy, which is what every third-party "VPN provider" does.
- A Russian translation of this article can be found here, contributed by Timur Demin.
- A Turkish translation can be found here, contributed by agyild.
- There's also this article about VPN services, which is honestly better written (and has more cat pictures!) than my article.
class Rover: | |
pass |
#!/bin/bash | |
# This script provides easy way to debug remote Erlang nodes that is running in a kubernetes cluster. | |
# Usage: ./erl-observe.sh -l app=my_all -n default -c erlang_cookie | |
# | |
# Don't forget to include `:runtime_tools` in your mix.exs application dependencies. | |
set -e | |
# Trap exit so we can try to kill proxies that has stuck in background | |
function cleanup { | |
echo " - Stopping kubectl proxy." |
Update: | 2017-11-20 |
---|---|
Author: | @voluntas |
Author's site: | https://voluntas.github.io/ |
Version: | 0.5.0 |
Session Date and Time: | 2017-11-20 21:35-21:45 |
Session location: | TECH PLAY SHIBUYA |