All Site Activity
- Bob Ross - The Joy of Painting series taught millions of artists how to paint a landscape in under 30 minutes. NOTE: Please join us in boycotting the Bob Ross, Inc. company and products! Bob was such a wonderful human being, and the...
- in the group Geek FoodGeek Food: The 🇺🇸 DoJ has issued "Legal Considerations when Gathering Online Cyber Threat Intelligence and Purchasing Data from Illicit Sources" that y'all will definitely want to study if you do any #RedTeam or other InfoSec research work....
- Gary Wright II bookmarked "GIMP" GNU Image Manipulation Program in the group Computer Graphics & AnimationGNU Image Manipulation Program or "GIMP" is an open source cross-platform that is my favorite for doing 2D graphics, especially manipulating images and post-processing.
- in the group News & Current EventsUntil enough testing is done, the statistics won't be accurate but for a map of reported #COVID19 cases and links to research visit Johns Hopkins University website: https://coronavirus.jhu.edu/
- in the group News & Current EventsUSA Strains of #COVID-19 - There are at least TWO human strains of the virus. The Washington state outbreak so far appears to be of the same strand based on the DNA. As more people get tested, this might change. Here is a science-based site to track...
- in the group Geek FoodGeek Food: Tutorials are meant to teach you concepts, not best practices (especially security!) and you should learn from code examples - not just cut/paste them. So, where to find examples of working production (open source) code?🤔 Check this site...
- in the group Geek FoodGeek Food: Chrome v80 will start blocking mixed content (HTTPS mixed with HTTP requests). That may cause some problems if you don't update your websites or until 3rd parties update theirs. You should be forcing HTTPS on everything already, but...
- in the group Geek FoodPython: Equality vs Identity - The == operator compares the value or equality of two objects. The "is" operator checks whether two variables point to the same object in memory. Do know when to use which one?...
- in the group Geek FoodGeek Food - An easter egg: at a 🐍Python prompt type this: >>> import this and it will display The Zen of Python by Tim Peters. Got any other cool easter eggs or geek tips??? Send them to Gary @ Gary-Wright.com
- Gary Wright II published a blog post Blender 3D Bug Workaround - Opens in wrong display with Windows multiple displays in the group Computer Graphics & AnimationThis tricky Blender bug has existed for several years, so thankfully there is a fairly easy workaround to fix it.
- in the group Geek FoodGeek Food: I use silly memory aids. Example: Python data types - brackets vs. parenthesis L as in List is half a square, and [ is half a square, so a List uses brackets: my_list = [1,2,3] If I said "Yer' Tuple is showing!" you'd guess Tuples...
- in the group Geek FoodGeek Food: In recent years we've gotten distribution package managers to resolve tedious conflicts like "sudo apt upgrade" and even self-updating distros like "conda update conda" - so what's the next step for geeky civilization???🤔 > computer...