Most in demand #programming languages according to Hired
https://www.techrepublic.com/google-amp/article/most-in-demand-coding-languages-worldwide/
Zoomer: If Bernie loses the nomination then Iām voting for Satan.
Trump: Satan is my middle name.
#surprising #Bernie #Trump #Satan #crossover
I donāt backup my home directory. The home directory is very specific to the OS and applications installed. Anything I want to keep forever I save to an external raid controller which is accessible via #nfs or #samba and gets backed up. Therefore my mobile devices have access to my important files including music and books.
I considered using a #RaspberryPi as my file server and #git server but it was too slow creating backups. Now Iām using a desktop computer as my server with #Ubuntu server installed. The backup scripts are using #duplicity to create and encrypt backups and Iām using AWS cli to sync the backups to #s3.
Artificial intelligence development is starting to slow down, Facebook head of AI says
How do I determine if the user is logged in? I set the login status in the header so #ajax calls update the login status. Also I inject some #JavaScript into the page to set a variable with the login status so on page load I know.
Iāve been bit by truthiness in #JavaScript.
https://developer.mozilla.org/en-US/docs/Glossary/Truthy
Itās hard curl up with a Surface Pro and mine is getting old. I might get a #System76.
It is surprisingly natural to do your own sentence alignment (split a paragraph into sentences) in #JavaScript. And I didnāt need a famed #Python #NLP library. My code could correct for abbreviations in sentences so it actually performed better than #NLTK.