Critical Security Flaw Exposes 1 Million WordPress Sites to SQL Injection

https://www.darkreading.com/remote-workforce/critical-security-flaw-wordpress-sql-injection Chat.openai recently gave me code that could lead to sql injection attacks by not parameterizing variables. That’s weird. I told it after to always use parameters to protect against…

Continue ReadingCritical Security Flaw Exposes 1 Million WordPress Sites to SQL Injection

Blender Recipes: construct a stick figure in blender bpy, then animate it waving it’s hand

#construct a stick figure in blender bpy, then animate it waving it's hand import bpy import math # Clear the existing scene for obj in bpy.data.objects: bpy.data.objects.remove(obj) # Create a…

Continue ReadingBlender Recipes: construct a stick figure in blender bpy, then animate it waving it’s hand