Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View jbeda's full-sized avatar
💭
E_TOOMANYRESPONSIBILTIES - Poke me on email/slack/twitter for response.

Joe Beda jbeda

💭
E_TOOMANYRESPONSIBILTIES - Poke me on email/slack/twitter for response.
View GitHub Profile
@jbeda
jbeda / README.md
Last active August 19, 2021 19:12
Using rollup to bundle modules for copy/paste into cuttle.xyz

Playing around using rollup to bundle things for copy/paste into cuttle.xyz.

npm install
rollup -c

copy/paste bundle.js

@jbeda
jbeda / Zoom Macros.kmmacros
Last active May 2, 2021 17:59
Zoom mute/unmute files
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>CreationDate</key>
<real>582833929.55457795</real>
<key>Macros</key>
@jbeda
jbeda / README.md
Last active June 15, 2019 23:39
Shader Functions
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jbeda
jbeda / heptio-kubecon-eu-2018.md
Last active June 14, 2018 22:31
Heptio KubeCon EU 2018 Talks
@jbeda
jbeda / keys.json
Created April 1, 2018 01:53
WhiteFox config
{
"header": {
"Variant": "truefox",
"Generator": "KIICONF 0.2",
"Base": "TheTrueFoxBase",
"Date": "2016-05-30",
"KLL": "0.3c",
"Author": "HaaTa (Jacob Alexander) 2015",
"Version": "0.2",
"Name": "WhiteFox",
# These filters are based on email that Tim Hockin sent to kubernetes-dev a
# while ago on how to bring some sanity to github notifications with Kubernetes.
#
# https://groups.google.com/forum/#!msg/kubernetes-dev/5qU8irU7_tE/aZov0LpCBwAJ
#
# This file can be processed with https://github.com/mesozoic/gmail-yaml-filters
# Mark all k8s email
- match:
any:
@jbeda
jbeda / notes.md
Created February 23, 2018 22:43
Notes from TGIK 027
  1. Show kubectl proxy

Things are now locked down by default. Try to upload kubeconfig. Talk certs vs. tokens. Skip login... nothing works.

  1. Let's get UI working!

Option 1: Give UI SA with admin. Don't do this!

@jbeda
jbeda / registries.md
Created January 26, 2018 22:54
TGIK8s 23 notes
  • Terminology
    • Registry -- the API/service you talk to to push/pull images
    • Repository -- a set of relate container images that share the same name but different tags.
    • Container Image -- a single image that can be used to launch a container. Has multiple "names"
    • Container Image Layer -- implementation detail used to speed up image push/pull/launch
  • Docker Hub
    • One personal registry per user. There are "organizations" that are shared registries. Similar to github model.
  • ACR
    • Registry is called foo.azurecr.io
  • 2 authentication mechanisms:
@jbeda
jbeda / general notes and links
Created November 17, 2017 22:33
TGIK8s 017 notes