In the last post Embed Medium Blog On Website. This is a free and simple guide through… | by 洪健翔 Hung, Chien-hsiang | Jul, 2022 | Medium, I’ve shown you how to embed your medium post into your website with Zero Cost and Absolute Customized. But it doesn’t seem perfect enough, does
This is a free and simple guide through that you can finally embed your medium grid to your website by yourself without worrying about your personal info being packed by 3rd party APIs.
After a tedious search for tools to embed the medium to a specific website, I figured that I have to write my own because you don’t trust any random API to do it for you nowadays, especially when you need to hand in your personal info.
After you add your site to the Cloudflare, you mind wondering how to add www to your naked domain. Here is how:
Go to your Cloudflare dashboard then click on the Navbar-> DNS. Then scroll down to add an A record and point IP to 192.0.2.1 Go to the Rules Deploy a page rule like this URL’s last character ‘*’ means forward all pages and keep the path
Thanks to DOMJH — Redirect www.
Weeks ago, Uber in the UK announced that all drivers (around 70,000 people) will be treated as full-time employed employees from now. That means they have holiday pay, minimum wage protections, and trip requests, etc.
Photo by Thought Catalog on Unsplash
Uber in the other countries? It’s likely that the other counties Uber drivers are going to request the same benefits and then furthermore affect the local taxi industry.
For instance, if Uber in Taiwan follows the policy, the local taxi companies (55688, Taiwan Taxi co.
easy read on Kaggle 1 2 3 4 import numpy as np import cv2 from scipy import signal import matplotlib.pyplot as plt 1. Implement a discrete 2D Gaussian filter using a 3 × 3 kernel with σ ≈ 1/2ln2. Use the provided lena.png as input, and plot the output image in your report. Briefly describe the effect of the filter. In [2]: 1 2 3 4 5 6 7 8