Page 24 of 57 - Blog

World Scientists’ Warning to Humanity: A Second Notice
Twenty-five years ago, the Union of Concerned Scientists and more than 1700 independent scientists, including the majority of living Nobel laureates in the sciences, penned the 1992 “World Scientis...

Internet en Australia es más lenta que en países latinoamericanos, en SBS Radio
Hoy, en SBS Radio Soraya Caicedo y yo hemos hablado hoy sobre la polémica respecto a la conexión de fibra óptica en Australia.

Reverse proxy with Caddy on WordPress with SSL & Docker
WordPress uses the is_ssl() function to determine if SSL is being used in the server. In order to do this, it uses $_SERVER['HTTPS'] and $_SERVER['SERVER_PORT'] to check if they are set. The proble...

Iconpong, a fork of iconping
I’ve been using iconping for years and it rocks. Sadly it doesn’t cater to all my needs and I was eager to contribute back.

Magento 2.1.x Dockerfile
Magento 2 installation made easy

Get the closest Feature in a FeatureCollection
This script returns the properties of the closest Feature in a FeatureCollection against a given Feature (GeoJSON RFC7946).

Javascript script to add a data-useragent tag to the HTML
In the world of web development, gaining insights into the user’s environment is crucial for creating seamless and responsive experiences. One way to achieve this is by harnessing the power of Java...

Bookmarklet to inject an external CSS file into any website
This bookmarklet provides an easy way to test css styles against a website without access to its server by creating a <link/>element in the <head> of the page. It also updates it with a...