It doesn’t work alone.
Author Archives: lucia
Vim: How to AutoCompile Less & Coffee with SourceMaps
in .vimrc:
au BufWritePost *.less silent !lessc <afile> --source-map <afile>:r.css au BufWritePost *.coffee silent make -m
Feelings in AI
I’ve always thought robots can’t have feelings. But a discussion about AI this morning changed my mind.
WordPress Updates Error
How to solve the problem of:
To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed.
requestAnimationFrame and “this”
How to call requestAnimationFrame with a this
:
Continue reading