Skip to content

Instantly share code, notes, and snippets.

View jkva's full-sized avatar

Job van Achterberg jkva

  • 3ode
  • The Netherlands
View GitHub Profile
Books:
* The Psychology of Attitudes by Alice Eagley and Shelly Chaiken
* Descartes' Error by Antonio Damasio
* Black Like Me by John Howard Griffin
* Stigma by Erving Goffman
* The Righteous Mind by Jonathan Haidt
Articles:
* "General Concepts in Full Scale Simulation: Getting Started", Michael A. Seropian, MD, FRCPC; Anesthesia & Analgesia, 2003
* "Role-Playing vs. Role-Taking: An Appeal for Clarification", Walter Coutu, American Sociological Review, 1951

Rules for life

Child

  1. Be nice to others.
  2. It's okay to say "no."
  3. Don't take what belongs to someone else.
  4. Be willing to share.
  5. It's okay to cry. It's better to solve the problem.
  6. Try a new thing each week.

Add this as a bookmark to get a small span fixed to the top-right of the viewport. I use this to find breakpoints in designs, comments welcome.

javascript:((w, d) => {
const el=d.createElement('span'),calc=()=>{const a=w.getComputedStyle(d.body).getPropertyValue('font-size').match(/(\d+)/)[1],b=parseInt(w.innerHeight/a)+'em',c=parseInt(w.innerWidth/a)+'em';el.textContent=c+' '+b};el.style.cssText='position: fixed; right: 0; top: 0; background-color: #000; color: #fff; padding: .2em; z-index:9001',d.body.appendChild(el),w.addEventListener('resize',calc),calc();
})(window, document);
{
"status": {
"success": true
},
"statistics": {
"pagetitle": "ATV, drone, elbil, elsykkel, rc helikopter, ATV, robot, elatv",
"pageurl": "http://www.arngren.net",
"time": "8.71",
"allitemcount": 2311,
"totalelements": 13373,

CSUN '17 Pattern Language Talk Abstract

Current considerations

  • doesn't touch a11y enough
  • doesn't get into practical information fast enough

Speaker introduction

2 min. Self-explanatory.

  • Intro, Job
  • Job van Achterberg, A space adventure for everyone
  • Frank Schaap, selling a11y
  • Jake Abma, Menabling
  • Wilco Fiers, Unit Testing & a11y
  • Michiel Bijl, A picture is worth more than 140 characters
  • Mallory van Achterberg, DictationBridge
  • Eva Westerhoff, Conference a11y
  • Hans Grimm, misschien??
  • Outro, Michiel
@jkva
jkva / csun16.md
Last active April 6, 2016 12:54
A light-hearted description of my CSUN 2016 attendance

CSUN 2016 was fun. A lot of fun.

Mostly because of the people I got to hang out with for a week. Thinking about it, I can't really come up with anything I didn't like. Which is good.

What I took away from CSUN '16:

  • Getting a local AT&T sim card is really useful to be able to SMS, call and tweet. It makes synchronising get-togethers a breeze.
  • #a11y people like to party.
  • Sign language karaoke is a thing. See above.
curl -XGET 'http://127.0.0.1:9200/brandweer/video/_mapping?pretty=1'
# [Mon Dec 5 20:37:38 2011] Response:
# {
# "video" : {
# "properties" : {
# "owner" : {
# "type" : "string"
# },
# "video_type" : {
@jkva
jkva / gist:1434936
Created December 5, 2011 19:36
es quey response
# [Mon Dec 5 20:34:37 2011] Response:
# {
# "hits" : {
# "hits" : [
# {
# "_source" : {
# "owner" : "Bi-duZ1tTTyScoj1TF6MIA",
# "video_type" : "vimeo",
# "status" : "active",
# "created" : 1323107088,
@jkva
jkva / gist:1434930
Created December 5, 2011 19:35
es query
curl -XGET 'http://127.0.0.1:9200/brandweer/video/_search?pretty=1' -d '
{
"sort" : [
{
"published" : "desc"
}
],
"query" : {
"text" : {
"status" : "active"