Skip to content

Instantly share code, notes, and snippets.

View Byron's full-sized avatar
🏠
Working from home

Sebastian Thiel Byron

🏠
Working from home
View GitHub Profile
@Byron
Byron / gist:3f5ea07eecd109fefb81ee7c7baf88e4
Created July 23, 2020 04:32
📊 Weekly development breakdown
<!-- waka-box start -->
<!-- waka-box end -->

Keybase proof

I hereby claim:

  • I am byron on github.
  • I am byronbates (https://keybase.io/byronbates) on keybase.
  • I have a public key ASAXLHR0eyCnB0REI08Oa8ZfAnsL-R3-xe1Fn2GqS47Ezwo

To claim this, I am signing this object:

UEsDBAoAAAAAAC+ZiUoAAAAAAAAAAAAAAAAKABAAY2hhbGxlbmdlL1VYDAAAAAAAyWrqWPYBFABQSwMECgAAAAAAPQF1SgAAAAAAAAAAAAAAABMAEABjaGFsbGVuZ2UvLmRhdGFsYWQvVVgMAAAAAABFYdBY9gEUAFBLAwQUAAgACAA8AXVKAAAAAAAAAAAAAAAAIQAQAGNoYWxsZW5nZS8uZGF0YWxhZC8uZ2l0YXR0cmlidXRlc1VYDAAAAAAARGHQWPYBFADT0lJIzMtLrdDLSSxKT03LzEktts3LL8nIzEvnAgBQSwcIbmC3lx4AAAAcAAAAUEsDBAoAAAAAADqZiUoAAAAAAAAAAAAAAAAJABAAX19NQUNPU1gvVVgMAOBq6ljgaupY9gEUAFBLAwQKAAAAAAA6mYlKAAAAAAAAAAAAAAAAEwAQAF9fTUFDT1NYL2NoYWxsZW5nZS9VWAwA4GrqWOBq6lj2ARQAUEsDBAoAAAAAADqZiUoAAAAAAAAAAAAAAAAcABAAX19NQUNPU1gvY2hhbGxlbmdlLy5kYXRhbGFkL1VYDADgaupY4GrqWPYBFABQSwMEFAAIAAgAPAF1SgAAAAAAAAAAAAAAACwAEABfX01BQ09TWC9jaGFsbGVuZ2UvLmRhdGFsYWQvLl8uZ2l0YXR0cmlidXRlc1VYDAAAAAAARGHQWPYBFABjYBVjZ2BiYPBNTFbwD1aIUIACkBgDJxAbAfEGIAbxHzEQBRxDQoKgTJCOGUDshaaEESEumpyfq5dYUJCTqldYmliUmFeSmZfKUKhvYGBhaG1qkZpolmhoae2en5+ekxpTYWTgnFGUn5sK0mHtaGphbuJm4KzrZu5qpmvi5mapa+nm4qhraero5OjiamRi6ObMAABQSwcI61pngZMAAADiAAAAUEsDBBQACAAIADwBdUoAAAAAAAAAAAAAAAAZABAAY2hhbGxlbmdlLy5kYXRhbGFkL2NvbmZpZ1VYDAAAAAAARGHQWPYBFACLTkks
@Byron
Byron / preferences
Created August 22, 2015 21:04
Sublime Text
{
"added_words":
[
"deserialization"
],
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/Flatland_Monokai (SL).tmTheme",
"file_exclude_patterns":
@Byron
Byron / gist:f47847d0ada3550ffc22
Created June 28, 2015 05:40
concurrent cargo with newly created registry
cd gen/discovery1-cli && cargo build
Updating registry `https://github.com/rust-lang/crates.io-index`
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading unicase v0.1.0
Downloading libc v0.1.8
Downloading gcc v0.3.8
Downloading solicit v0.3.0
Downloading log v0.3.1
Downloading bitflags v0.3.0
Verifying bitflags v0.3.0
@Byron
Byron / gist:b7a50cdcf7c60234335d
Created June 26, 2015 13:38
hyper 0.6.0 link error
➜ hyper git:(master) ✗ cargo test
Compiling openssl-sys v0.6.3
Compiling openssl v0.6.3
Compiling cookie v0.1.21
Compiling solicit v0.3.0
Compiling hyper v0.6.0 (file:///Users/byron/Documents/dev/rust/hyper)
error: linking with `cc` failed: exit code: 1
note: "cc" "-m64" "-L" "/Users/byron/.multirust/toolchains/stable/lib/rustlib/x86_64-apple-darwin/lib" "-o" "/Users/byron/Documents/dev/rust/hyper/target/debug/examples/client" "/Users/byron/Documents/dev/rust/hyper/target/debug/examples/client.o" "-Wl,-force_load,/Users/byron/.multirust/toolchains/stable/lib/rustlib/x86_64-apple-darwin/lib/libmorestack.a" "-Wl,-dead_strip" "-nodefaultlibs" "/Users/byron/Documents/dev/rust/hyper/target/debug/libhyper.rlib" "/Users/byron/Documents/dev/rust/hyper/target/debug/deps/libtraitobject-dc1e70e5c4501fdd.rlib" "/Users/byron/Documents/dev/rust/hyper/target/debug/deps/libenv_logger-63352e48193fbb80.rlib" "/Users/byron/Documents/dev/rust/hyper/target/debug/deps/libcookie-ac7973d866daef44.rlib" "/Users/byron/
@Byron
Byron / gist:b33d50f712aeb8171f19
Created June 21, 2015 15:25
Dependency issue with cargo and parallel build of multiple projects into same directory
➜ google-apis-rs git:(master) time make cargo-cli ARGS=build -j8
cd gen/mapsengine1-cli && cargo build
cd gen/groupsmigration1-cli && cargo build
cd gen/blogger3-cli && cargo build
cd gen/manager1_beta2-cli && cargo build
cd gen/tasks1-cli && cargo build
cd gen/androidenterprise1-cli && cargo build
cd gen/fusiontables2-cli && cargo build
cd gen/gamesmanagement1_management-cli && cargo build
Compiling google-fusiontables2 v0.1.8+20150326 (file:///Users/byron/Documents/dev/rust/google-apis-rs/gen/fusiontables2-cli)
@Byron
Byron / cargo test 1st
Last active August 29, 2015 14:16
cargo rebuild issue #1215
RUST_LOG=cargo::ops::cargo_rustc::fingerprint cargo test
INFO:cargo::ops::cargo_rustc::fingerprint: fingerprint at: /Users/byron/Documents/dev/rust/yup/lib/oauth2/target/.fingerprint/unicase-b7efc942882db346/lib-unicase
DEBUG:cargo::ops::cargo_rustc::fingerprint: inputs: 1424790765000 edf03ede8b505f5c []
TRACE:cargo::ops::cargo_rustc::fingerprint: old fingerprint: 1d9d5a2e1a35645a
TRACE:cargo::ops::cargo_rustc::fingerprint: new fingerprint: 1d9d5a2e1a35645a
INFO:cargo::ops::cargo_rustc::fingerprint: fingerprint at: /Users/byron/Documents/dev/rust/yup/lib/oauth2/target/.fingerprint/yup-hyper-mock-723f6538899e2600/lib-yup-hyper-mock
DEBUG:cargo::ops::cargo_rustc::fingerprint: inputs: 0.2.4 60bc6bc2a3be0354 []
DEBUG:cargo::ops::cargo_rustc::fingerprint: inputs: 0.2.4 60bc6bc2a3be0354 []
DEBUG:cargo::ops::cargo_rustc::fingerprint: inputs: 0.0.8 672383d9604fd08a ["5ce93712633d6b44"]
DEBUG:cargo::ops::cargo_rustc::fingerprint: inputs: 0.3.0 e742b1adcaf8c1f0 []
@Byron
Byron / Default (OSX).sublime-keymap
Last active August 29, 2015 14:01
Sublime Configuration
[
// navigate
{ "keys": ["super+j"], "command": "move", "args": {"by": "words", "forward": false} },
{ "keys": ["super+l"], "command": "move", "args": {"by": "word_ends", "forward": true} },
{ "keys": ["ctrl+super+j"], "command": "move", "args": {"by": "characters", "forward": false} },
{ "keys": ["ctrl+super+l"], "command": "move", "args": {"by": "characters", "forward": true} },
{ "keys": ["super+i"], "command": "move", "args": {"by": "lines", "forward": false} },
{ "keys": ["super+k"], "command": "move", "args": {"by": "lines", "forward": true} },
// select