Rules for life
Child
- 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.
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);
{ | |
"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, |
2 min. Self-explanatory.
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:
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" : { |
# [Mon Dec 5 20:34:37 2011] Response: | |
# { | |
# "hits" : { | |
# "hits" : [ | |
# { | |
# "_source" : { | |
# "owner" : "Bi-duZ1tTTyScoj1TF6MIA", | |
# "video_type" : "vimeo", | |
# "status" : "active", | |
# "created" : 1323107088, |
curl -XGET 'http://127.0.0.1:9200/brandweer/video/_search?pretty=1' -d ' | |
{ | |
"sort" : [ | |
{ | |
"published" : "desc" | |
} | |
], | |
"query" : { | |
"text" : { | |
"status" : "active" |