Skip to content

Instantly share code, notes, and snippets.

View yeehaa123's full-sized avatar

Jan Hein Hoogstad yeehaa123

View GitHub Profile

Maak kennis met de Rube Goldberg machine

Description

De Maakchallenge is gebaseerd op de ‘Rube Goldberg machine’, vernoemd naar de Amerikaanse cartoonist Rube Goldberg. Het is een complex apparaat dat een zeer eenvoudige opgave, soms onnodig langzaam, indirect en omstandig uitvoert. Daarbij worden verschillende delen (bijvoorbeeld conservenblikken, kogels en bindtouw, enz.) zo opgebouwd, dat ze een kettingreactie geven die uiteindelijk helemaal aan het eind zijn doel bereikt. Een geweldig voorbeeld is de prachtige videoclip bij het nummer ‘This too shall pass’ van OK Go.

Links

https://nl.wikipedia.org/wiki/Rube_Goldbergmachine

https://youtu.be/qybUFnY7Y8w

@yeehaa123
yeehaa123 / list.md
Created April 29, 2018 11:58
Sortable List

Lists can be sortable...

initialState = {
  items: ["Item 1", "Item 2", "Item 3", "Item 4", "Item 5", "Item 6"]
};
const onSortEnd = ({ oldIndex, newIndex }) => {
  setState({
    items: Sortable.move(state.items, oldIndex, newIndex)
  });
@yeehaa123
yeehaa123 / example.yaml
Created April 3, 2018 09:44
CourseExample
goal: Blink a Light
description: Learn how to make a light blink with arduino
checkpoints:
- task: Get Supplies
resourceUrl: https://gist.github.com/yeehaa123/751b72a79270963bb0373e6fb5f1dfcb
@yeehaa123
yeehaa123 / shoppinglist.md
Created April 3, 2018 09:41
Shopping List Arduino
  • Arduino Uno
  • Led
  • Breadboard ...
@yeehaa123
yeehaa123 / hans.md
Last active March 15, 2018 15:41
Notes Meeting with Hans // 15/3/2018 #meeting #sanguin #services

Key Findings

  • sanguine's desire to improve the knowledge exchange within the organization is difficult to succesfully implement from a communication department

  • our value proposition: optimize knowledge transfer and learning within an organization

  • we need more information about sanguine

@yeehaa123
yeehaa123 / scan.md
Last active March 15, 2018 09:55
Notes Scan Twan // 15/3/2018 #twan #funding #partners

Key Findings

  • most interesting funds are in the general section

  • the more social funds are only interesting for now, if we decide to clearly focus on one vulnerable group or underdeveloped country in particular

  • the section on innovation funds has some interesting options, but almost all of them offer cost reduction not income

@yeehaa123
yeehaa123 / rfc.md
Last active March 14, 2018 09:47
Notes Request For Commits #19 // 14/3/2018 #opensource #rfc #hackathon #documentation

Key Findings

  • p5 project was optimized for diversity from the beginning

  • simpler solutions were choses over more performant ones

  • all their documentation is inline make it easily to transition from documentation to code contributions

#!/usr/bin/env bash
export search_cluster="https://search-offcourse-search-development-dtoc6zcl2sm3kwxidih7v4nloi.us-east-1.es.amazonaws.com"
export assets_bucket="offcourse-assets-development"
export raw_resources_bucket="offcourse-raw-resources-development"
export temp_bucket="offcourse-temp-development"
export resources_bucket="offcourse-resources-development"
export bookmarks_bucket="offcourse-bookmarks-development"
export raw_users_bucket="offcourse-raw-users-development"
  1. hugo
  2. git add -A
  3. git commit -m "say something"
  4. git push
{:user {:plugins [[lein-ancient "0.6.10"]
[lein-try "0.4.3"]
[lein-project-clean "0.1.2"]
[lein-pprint "1.1.2"]]}
:repl {:dependencies [[com.cemerick/piggieback "0.2.2"]
[org.clojure/tools.nrepl "0.2.10"]]
:repl-options {:nrepl-middleware [cemerick.piggieback/wrap-cljs-repl]}}}