Skip to content

Instantly share code, notes, and snippets.

View yeehaa123's full-sized avatar

Jan Hein Hoogstad yeehaa123

View GitHub Profile
@yeehaa123
yeehaa123 / gist:913061a934760d8526cefbd0cdf0189f
Last active October 18, 2023 19:44
extremely simple obsidian CMS
export PATH=$PATH:/home/yeehaa/.cargo/bin
cp yeehaa.io/src/content/config.ts .
rm -rf yeehaa.io/src/content
mkdir -p yeehaa.io/src/content
obsidian-export --frontmatter always yeehaa --start-at yeehaa/Site yeehaa.io/src/content
rm -rf yeehaa.io/src/content/*.md src/content/images
rename .md .mdx yeehaa.io/src/content/**/*.md
mv config.ts yeehaa.io/src/content
@yeehaa123
yeehaa123 / badgedata.json
Created March 10, 2020 15:46 — forked from alain0/badgedata.json
Translation Stuff
{
"name": "Zero Badge",
"description": "This badge is awarded to organizations that publicly display their commitment\nto the values of the PublicSpaces manifesto on their website.\n",
"narrative": "The Zero Badge is a way for organizations that are part of the PublicSpaces\ncoalition to show their affiliation on their website. It provides visible\nevidence to the user that the organization has the intention to implement\nthe PublicSpaces values in their online presence.\n",
"tags": [
"manifesto",
"intention"
],
"scenarios": [
{
@yeehaa123
yeehaa123 / machine.js
Created November 26, 2019 11:22
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@yeehaa123
yeehaa123 / machine.js
Created November 23, 2019 21:30
Generated by XState Viz: https://xstate.js.org/viz
Machine(
{
id: "takeDeck",
context: {
controller: "",
cassette: null
},
initial: "idle",
states: {
idle: {
@yeehaa123
yeehaa123 / machine.js
Created November 19, 2019 20:48
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
;; -*- mode: emacs-lisp -*-
;; This file is loaded by Spacemacs at startup.
;; It must be stored in your home directory.
(defun dotspacemacs/layers ()
(setq-default
dotspacemacs-distribution 'spacemacs
dotspacemacs-enable-lazy-installation 'unused
dotspacemacs-ask-for-lazy-installation t
dotspacemacs-configuration-layer-path '()
@yeehaa123
yeehaa123 / init.vim
Created April 7, 2019 13:39
init.vim
set nocompatible
filetype indent on
call plug#begin("$LOCALAPPDATA/nvim")
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
Plug 'tpope/vim-sensible'
Plug 'tpope/vim-surround'
Plug 'kien/ctrlp.vim'
# AI Culture Lab WIKI
## Why Are We Doing This?
We need more people that not only use AI systems for engineering and business purposes,
but critically and creatively engage with them, and possibly even subvert them
## Who Do We Want To Reach?
Phase 1: *Practicioners*in the creative coding and generative art communities
@yeehaa123
yeehaa123 / open-badges.md
Created March 14, 2019 20:28
Open Badges

Open Badges

Doel

  • Instrument om de waarden van PS te borgen, te meten, en zichtbaar te maken
  • Instrument om het netwerk van PS organisch in kaart te brengen en uit te breiden

Use Cases

  • manier van betrokken organisaties om hum commitment publiekelijk te tonen
  • manier om het commitment van aangesloten organisatis meetbaar te maken
@yeehaa123
yeehaa123 / Fixes.md
Last active November 8, 2018 22:06
fixes

To Refactor:

Atoms

  • Bar (memo)
  • Card (general)
  • Checkbox (memo, hooks)
  • Icon (constants)
  • Input (general)
  • Section (general)