Skip to content

Instantly share code, notes, and snippets.

View jaigouk's full-sized avatar

Jaigouk Kim jaigouk

View GitHub Profile
@jaigouk
jaigouk / recap.md
Last active March 23, 2024 21:30
Recap GTC 2024
@jaigouk
jaigouk / rust-in-large-organizations-notes.md
Created September 5, 2019 17:20 — forked from rylev/rust-in-large-organizations-notes.md
Rust in Large Organizations Notes

Rust in Large Organizations

Initially taken by Niko Matsakis and lightly edited by Ryan Levick

Agenda

  • Introductions
  • Cargo inside large build systems
  • FFI
  • Foundations and financial support
@jaigouk
jaigouk / $HOME_ssh_config
Last active March 4, 2019 13:46
switch profiles
Host *
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_rsa
#WORK
# work-github-id
Host work-github-id.github.com
HostName github.com
User git
@jaigouk
jaigouk / install-go.sh
Created December 9, 2018 00:04 — forked from ndaidong/install-go.sh
Install Go 1.x.x in Ubuntu 18+
#!/bin/bash
if [ -z "$VERSION" ]; then
echo 'Please specify a version. e.g, "VERSION=1.11.2 sh install-go.sh"'
exit
fi
export GO_DOWNLOAD_URL=https://storage.googleapis.com/golang/go$VERSION.linux-amd64.tar.gz
export GOPATH=/workspace

Multiple MySQL Versions with Homebrew

For homebrew version 0.9.5.

brew -v # => Homebrew 0.9.5

Install the current version of mysql.

# Install current mysql version

brew install mysql

@jaigouk
jaigouk / berlin_airport.geojson
Created August 2, 2018 14:09
berlin_airport.geojson
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jaigouk
jaigouk / README.md
Created July 27, 2018 11:40 — forked from alexellis/README.md
OpenFaaS functions on knative

Portability with knative

Three functions from the OpenFaaS store have been packaged as "knative serving" definitions. No change to the container or code is needed.

  • Inception - identify the content of images with machine-learning - is it a bird, a plane or what?
  • Colorise - turn any black and white image into colour
  • NodeInfo - give system info, pass "verbose" as the body for network adapters etc.
Verifying my Blockstack ID is secured with the address 1YEkc1R6XYPUiHC2QVtnEwsZw733fpUDn https://explorer.blockstack.org/address/1YEkc1R6XYPUiHC2QVtnEwsZw733fpUDn
@jaigouk
jaigouk / build_tf.sh
Created May 1, 2018 22:09 — forked from venik/build_tf.sh
Bash script for local building TensorFlow on Mac/Linux with all CPU optimizations (default pip package has only SSE)
#!/usr/bin/env bash
# Author: Sasha Nikiforov
# source of inspiration
# https://stackoverflow.com/questions/41293077/how-to-compile-tensorflow-with-sse4-2-and-avx-instructions
# Detect platform
if [ "$(uname)" == "Darwin" ]; then
# MacOS
@jaigouk
jaigouk / registry-cm.yaml
Created March 26, 2018 00:13
resitry template files
apiVersion: v1
kind: ConfigMap
metadata:
name: "{{ template "harbor.fullname" . }}-registry"
labels:
{{ include "harbor.labels" . | indent 4 }}
data:
config.yml: |+
version: 0.1
log: