/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.alexwendland.com
| | teppen.io
3.2 parsecs away

Travel
| | [AI summary] This article explains how to calculate the S3 ETag for a local file using Python 3.6, including code examples and methods to determine the appropriate chunk size.
| | memo.mx
3.6 parsecs away

Travel
| | Usage: pip install pynetbox ansible ansible all -i hosts/env -m setup --tree /tmp/facts/env #!/opt/netbox/bin/python import argparse import json import os import sys import pynetbox import yaml import urllib3 urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) if sys.version_info < (3, 6): print("Python 3.6 is required") sys.exit(2) def to_json(in_dict): return json.dumps(in_dict, sort_keys=True, indent=4) def load_configuration(path="/etc/ansible/netbox.yml"): """ Load netbox configurati...
| | calvinlc.com
2.6 parsecs away

Travel
| | [AI summary] The author writes a humorous post about a bug in their computer vision script for compressing images by removing low-frequency noise, which ironically generates a funny-looking historical image of Joseph Fourier's cat.
| | thomasvilhena.com
16.2 parsecs away

Travel
| [AI summary] This blog post explains how to set up an Nginx reverse proxy with Docker and Certbot for SSL certificate management, focusing on configuration files and services for load balancing and secure communication.