Skip to content

Instantly share code, notes, and snippets.

View chadbrewbaker's full-sized avatar

Chad Brewbaker chadbrewbaker

View GitHub Profile
@chadbrewbaker
chadbrewbaker / perfchat25sep2022.md
Created September 25, 2022 17:19
perfchat 25 sep 2022
@chadbrewbaker
chadbrewbaker / oxley.md
Last active September 1, 2022 20:07
oxley doxley

Before the Iowa Supreme Court

Brewbaker v. District Court - Iowa Sup. Ct. No. 21-1630

Motion for 3 judge review (ammended)

Chad Brewbaker, a registered elector in the State of Iowa and Dallas County.

Dana Oxley is up for retention election. Acting under the false color of her office to conceal her own conduct from registered electors is consistent with her previous conduct.

@chadbrewbaker
chadbrewbaker / Dockerfile
Created June 30, 2022 19:43
Kibana install bug
FROM amazonlinux:2
RUN yum install -y wget java-11-amazon-corretto openssl
RUN wget https://artifacts.elastic.co/downloads/enterprise-search/enterprise-search-8.2.3.rpm
RUN wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.2.3-x86_64.rpm
RUN wget https://artifacts.elastic.co/downloads/kibana/kibana-8.2.3-x86_64.rpm
RUN export JAVA_HOME=/usr/lib/jvm/java-11-amazon-corretto.x86_64
RUN rpm -ivh ./*.rpm
RUN systemctl daemon-reload
RUN systemctl enable elasticsearch.service
@chadbrewbaker
chadbrewbaker / perfchat26June2022.md
Last active June 27, 2022 09:56
perfchat26June2022
@chadbrewbaker
chadbrewbaker / colabCTemplate.py
Created June 5, 2022 15:16
Template for running C code in Google Colab
prog = """
#include <stdio.h>
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
#include <unistd.h>
int main() {
size_t buf_size = 1 << 18; // 256KiB
char* buf = (char*) malloc(buf_size);
@chadbrewbaker
chadbrewbaker / notes-22-may-2022.md
Last active May 29, 2022 19:45
29 May 2022 Perfchat Show Notes
@chadbrewbaker
chadbrewbaker / 15MayNotes.md
Last active May 16, 2022 07:16
Perfchat 15 May 2022

Perfchat 15 May 2022 Show Notes

News by Denis

General Disussion