- Be nice to others.
- It's okay to say "no."
- Don't take what belongs to someone else.
- Be willing to share.
- It's okay to cry. It's better to solve the problem.
- Try a new thing each week.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
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);
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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, |
- 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
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" : { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# [Mon Dec 5 20:34:37 2011] Response: | |
# { | |
# "hits" : { | |
# "hits" : [ | |
# { | |
# "_source" : { | |
# "owner" : "Bi-duZ1tTTyScoj1TF6MIA", | |
# "video_type" : "vimeo", | |
# "status" : "active", | |
# "created" : 1323107088, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -XGET 'http://127.0.0.1:9200/brandweer/video/_search?pretty=1' -d ' | |
{ | |
"sort" : [ | |
{ | |
"published" : "desc" | |
} | |
], | |
"query" : { | |
"text" : { | |
"status" : "active" |
NewerOlder