WTFPL – Do What the Fuck You Want to Public License

The MIT License (MIT) | |
Copyright (c) 2016 Piotr Migdał | |
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | |
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | |
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
by Piotr Migdał from deepsense.io
EDIT: Now at: https://github.com/stared/keras-sequential-ascii, pip-installable.
from keras_ascii_sequential import sequential_model_to_ascii_printout
from A Mind-Body Look at the Concept of Asperger's Syndrome (pdf) by Michael Samsel, LMHC
Say What You Want Directly and Plainly. Don't hint, don't understate. Spell out expectations.
Allow and Accept Asynchrony in Communication. For instance, let an exchange play out in email, even if you both live in the same house. In this case any delay does not take over as the subject of discussion, as it tends to in attempts at synchronous (face-to-face) discussion. After all, people tolerate asynchrony in internet shopping or judicial proceedings, in the interest of getting a better product.
Make Social Occasions Fairly Short and Fix Upon a Duration. Open-ended social situations tend to provoke shutdown in the aspie for self-protection. A time limited foray is a manageable task.
a chapter from A Mind-Body Look at the Concept of Asperger's Syndrome (pdf) by Michael Samsel, LMHC
A Hacker News discussion (2021) on this list
In humans, eye contact is the center of the attachment system. In Asperger's Syndrome there is either an avoidance of eye contact (most common) or an unvarying, relative unblinking, staring, constant eye contact (less common). Avoidant eye contact gives an impression of 'having something to hide', and also eliminates a big channel of communication and trust. Staring eye contact, because of its unchanging nature, is also uncommunicative, and is generally experienced as disturbing on the receiving end.
FROM jupyter/scipy-notebook | |
# Install Tensorflow and PyTorch | |
RUN conda install --quiet --yes \ | |
'tensorflow=1.3*' \ | |
'keras=2.0*' \ | |
'pytorch=0.3' \ | |
'torchvision' && \ | |
conda clean -tipsy && \ | |
fix-permissions $CONDA_DIR |