How AI algorithms could help design new drugs? - Futurity

How AI algorithms could help design new drugs? - Futurity

<img src="/img/2017/04/ai.jpg" alt=""> A new kind of AI algorithm—designed to work with a small amount of data—may be able to assist in the early stages of drug development. Artificial intelligence doesn’t work all that well in situations where there is very little data, such as drug development. A new technique called one-shot learning, that requires only a small number of data points might be a solution to that low-data problem.

uvloop - Python replacement for asyncio event loop

uvloop - Python replacement for asyncio event loop

<img src="/img/2016/09/python_logo.png" alt=""> uvloop is a fast, drop-in replacement of the built-in asyncio event loop. uvloop is implemented in Cython and uses libuv under the hood. Benefits: uvloop makes asyncio 2-4x faster. Cons: uvloop is available from PyPI but it requires Python 3.5. (The reason for this is asyncio was introduced in Python 3.4 and above.) Unless your project is based on Python 3.4+ - you may not be able to leverage this library.

Ink in Water, or a Star Going Supernova?

<img src="/img/2017/03/27b26743463119-57f05beae94b6.jpg" alt=""> The artist recreates the supernova in an aquarium using some innovative techniques. Watch the film online at the link below : https://creators.vice.com/en_us/article/star-going-supernova-ink-water-aquarium

Disk Space Monitoring – Predict When Full

Disk Space Monitoring – Predict When Full

<img src="/img/2017/03/chalkboard-formula3.png" alt=""> <img src="/img/2017/03/storageicon2.png" alt=""> Many disk and file administration management tools will let you set up alerts to inform you when a server or workstation drive is nearing its maximum capacity. Here are some options on how we can build visualization tools around this. Source: Disk Space Monitoring – Predict When Full | Network Wrangler - Tech Blog

Transmutation of the Storage Administrator : Scott's Blog

Transmutation of the Storage Administrator : Scott's Blog

This article discusses the evolution of the storage administrator in the era of cloud storage. The job (storage administrator) role is changing, not only is there a need to understand storage devices and host connection technologies that knowledge scope is extending to include networking, operating systems and new storage access protocols (like Object)...IBM Spectrum Scale is the logical next step to help storage administrators expand their offering portfolio and provide additional value to their customers.

Spring LDAP Overview | Baeldung

Spring LDAP Overview | Baeldung

<img src="/img/2017/03/springframework.png" alt=""> Learn how to use the Spring LDAP APIs to authenticate and search for users, as well as to create and modify users in the directory server. Source: Spring LDAP Overview | Baeldung

Set Up a TFTP Server on Linux | Linux.com

Set Up a TFTP Server on Linux | Linux.com

<img src="/img/2017/03/linuxlogo.png" alt=""> Most users are familiar with FTP, but if you want to kickstart Red Hat installs, PXE boot systems, auto-provision VoIP phones or unbrick a Linux-based router, you want a Trivial File Transfer Protocol (TFTP) server. Setting one up on Linux is easy, and a perfect project to take on over the weekend. Source: Weekend Project: Set Up a TFTP Server on Linux | Linux.com | The source for Linux information

How To Record Everything You Do In Terminal - OSTechNix

<img src="/img/2017/03/record-everything-you-do-in-terminal.png" alt=""> Synopsis: script -a my_history mkdir test cd test touch hello_world.txt echo 'Hello World' > ./hello_world.txt # This closes the "script -a my_history" file exit Source: How To Record Everything You Do In Terminal - OSTechNix

Where API Management Is Headed in 2017 - DZone Integration

<img src="/img/2017/03/api-infinity-diagram-for-david-chiu-blog-1024x576.jpg" alt=""> In terms of API management in 2017, analysts are scrambling to catch up. Full lifecycle API management, security, and orchestration must be top considerations. Source: Where API Management Is Headed in 2017 - DZone Integration

Angular Modules vs ES6 Modules - DZone Web Dev

<img src="/img/2017/03/angularicon1.png" alt=""> In this post, you’ll find a quick tutorial explaining the difference between Angular Module and ESG Modules, and how to best use each of these platforms. Here is a quick summary: ES6 Module Example: import { sqrt } from 'math-utils'; const addition = (val1, val2) => val1 + val2; const subtraction = (val1, val2) => val1 - val2; const multiplication = (val1, val2) => val1 * val2; const calculateSquareRoot = (val) => sqrt(val); export { addition, multiplication } Angular Module Example:

An insecure mess: How flawed JavaScript is turning web into a hacker's playground | ZDNet

<img src="/img/2017/03/hackericon1.png" alt=""> <img src="/img/2017/03/javascripticon.png" alt=""> Researchers say tens of thousands of sites are using JavaScript libraries that are years old and contain publicly known vulnerabilities. An analysis of over 133,000 websites has found that 37 percent of them have at least one JavaScript library with a known vulnerability. There are no reliable vulnerability databases, no security mailing lists maintained by library vendors, few or no details on security issues in release notes, and often, it is difficult to determine which versions of a library are affected by a specific reported vulnerability.

The Future of Web Development: Coding as a Service

<img src="/img/2017/03/webdevelopment2.png" alt=""> The article talks about the comoditization of web development as a service (Coding as a Service - CaaS). For the price of two Venti Iced Caramel Macchiatos per month you can run a respectable website with little to no technical experience... Artificial Intelligence will enable more complex combinations of code to be fit together through an automated process... The quantity and quality of customization with AI will be staggering.