5-Minute Crafts – Home

https://www.facebook.com/5min.crafts/

Top Recommended AI Articles to Read During Lockdown

https://medium.com/@albertchristopherr/top-recommended-ai-articles-to-read-during-lockdown-4562c9b6e202

Under what circumstances is Sikuli better for test automation than Selenium or Watir? – Software Quality Assurance & Testing Stack Exchange

https://sqa.stackexchange.com/questions/994/under-what-circumstances-is-sikuli-better-for-test-automation-than-selenium-or-w

Firefox To Remove Support For the FTP Protocol

Firefox To Remove Support For the FTP Protocol – http://www.slashdot.org/story/368554

Wolfson College Oxford

Graduate admission video of my college in Oxford

New programming language rankings: Python now as popular as Java, as TypeScript climbs | ZDNet

https://www.zdnet.com/article/python-now-as-popular-as-java-as-typescript-climbs/

Running distributed.net on Mac Mini M4

Here is a quick guide on running distributed.net on your Mac.

First pull an Ubuntu image
docker pull ubuntu

Run Ubuntu image with 8 CPUs in detached mode. This will start a docker container running Ubuntu OS with 8 CPUs, run it in detached mode, with the name dnetc.
docker run –cpus 8 –interactive –tty -d -name dnetc ubuntu bash

Show the list of containers
docker container ls

Attach to a running container
docker attach dnetc

To exit from a container and keep it running
Press Ctrl-P + Ctrl-Q

Update Ubuntu System
apt update && apt upgrade

Install wget
apt install wget

Download dnetc ARM client
wget ftp://ftp.distributed.net/pub/dcti/current-client/dnetc-linux-arm64.tar.gz

Unzip dnetc ARM client as dnetc subdirectory
tar -xzf dnetc-linux-arm64.tar.gz -C dnetc

Configure and start the dnetc
Configure the number of crunchers to the number of cpus you prefer to run

Here’s How to Read License Plate with 10 Lines of Python

https://towardsdatascience.com/heres-how-to-read-license-plate-with-10-lines-of-python-cc9b7a3b4b7c

https://towardsdatascience.com/heres-how-to-read-license-plate-with-10-lines-of-python-cc9b7a3b4b7c

An illusion- Image Projection with OpenCV – Sandeep Panchal – Medium

https://medium.com/@sandeep.panchal545/an-illusion-image-projection-with-opencv-6b6e6b3b46c

View at Medium.com

Templates for AI and Data Science – Predictive Analytics

https://www.pbi.ai/blog/2019/12/12/ai-templates-predictive-analytics/

Templates for AI and Data Science – Predictive Analytics (Python notebook)