Skip to content

Instantly share code, notes, and snippets.

View johnewart's full-sized avatar

John Ewart johnewart

View GitHub Profile
@johnewart
johnewart / Week of 10-28-2022.md
Last active October 28, 2022 19:43
Week of 10-28-2022.md

Dapr Workflow Status Report

Week of 10-28-2022 -- To 1.10 and beyond!

TL;DR

Things are making progress, no serious concerns about being able to introduce workflows into the Dapr 1.10 release.

🌲Actor Improvements

  • Design review for actor system improvements is underway, as is initial work on additional performance and correctness tests
try:
from urllib.parse import urlparse
except ImportError:
from urlparse import urlparse
from livereload import Server, shell
from pelican import Pelican
from pelican.settings import read_settings
export MYPATH="$PATH"
export PATH="."
command_not_found_handle() {
echo "STRACE ALL THE THINGS!"
PATH="$MYPATH"
strace -f -T -r $*
}
@johnewart
johnewart / mtrack config Macbook trackpad
Created July 19, 2018 00:04 — forked from ahoarau/mtrack config Macbook trackpad
mtrack config Macbook Air 16.04
# Example xorg.conf.d snippet that assigns the touchpad driver
# to all touchpads. See xorg.conf.d(5) for more information on
# InputClass.
# DO NOT EDIT THIS FILE, your distribution will likely overwrite
# it when updating. Copy (and rename) this file into
# /etc/X11/xorg.conf.d first.
# Additional options may be added in the form of
# Option "OptionName" "value"
#
Section "InputClass"

Keybase proof

I hereby claim:

  • I am johnewart on github.
  • I am johnewart (https://keybase.io/johnewart) on keybase.
  • I have a public key whose fingerprint is 0A50 9EEA 5F4B 6129 3633 4034 4F21 5961 F820 E604

To claim this, I am signing this object:

variable region {
default = "us-west-1"
}
provider "aws" {
alias = "east"
region = "us-east-1"
}
resource "aws_s3_bucket" "config" {
package com.example.helloworld.resources;
import com.codahale.metrics.annotation.Timed;
import com.example.helloworld.api.Saying;
import com.example.helloworld.core.Template;
import com.google.common.base.Optional;
import io.dropwizard.jersey.caching.CacheControl;
import io.dropwizard.jersey.params.DateTimeParam;
import io.swagger.annotations.*;
import org.slf4j.Logger;
limit_req_zone $binary_remote_addr zone=one:100m rate=3r/s;
limit_req_zone $projectid zone=two:100m rate=6r/s;
limit_req_status 429;
limit_req_log_level warn;
server {
listen 80;
location / {
proxy_pass http://internal;
# command prefix (like screen)
set -g prefix `
bind ` send-prefix
unbind C-b
bind-key F11 set-option -g prefix C-b
bind-key F12 set-option -g prefix `
set-option -g terminal-overrides 'xterm*:smcup@:rmcup@'
set-option -g default-terminal "screen-256color"
# command prefix (like screen)
set -g prefix `
bind ` send-prefix
unbind C-b
bind-key F11 set-option -g prefix C-b
bind-key F12 set-option -g prefix `
set-option -g terminal-overrides 'xterm*:smcup@:rmcup@'