Skip to main content

How People in Tech Have the Same Failings as Their Companies



You will often find that the biggest tech companies, who brag about their diversity and inclusion initiatives, often leave out one thing.

Pretend you haven't read the title of this post, and guess what it is.

eBay (Yes, I consider eBay a tech company).

Disney

Most of the jobs are clustered around only a handful of areas. Especially in the United States. There are few - if any - remote options listed.

With the event of COVID-19, there are plenty of businesses scrambling to enter the 21st century with remote work.
  • Figuring out how to adjust Active Directory to let users access files from home. 
  • Setting up Zoom (With all its questionability) meetings.
  •  Using spyware and demanding employees have their webcams on at all times because they don't trust their staff, and are stuck in 1943.

But I'm not here today to talk about companies and their Illusions of Inclusion. I'm here to talk about how people who pooh-pooh these companies hardly do better in making events that include people from around the country and world.

Since the beginning of the Pandemic 20's, I have noticed just how many events I can now join because organizers moved them to online. Tech gatherings from Charlotte, to New York, to Tampa.

Most of these meetings went up like that, after a few hiccups in setup, and went smoothly. I will attribute that to these being events hosted by and for tech people, but the point still stands.

I have one question -

Why weren't you doing this before?

Yes, these people have (Or, unfortunately, had) jobs. Many of these took place in the cocktail hours, after the slog of a 9 to 5 was done.

And they were always offline. I could never be there, because I don't currently live in these places. I hope to, one day, but could never truly network simply because everyone would rather talk in person.

We don't all live in the cities with the jobs.

Am I saying to eschew face to face contact? No. Even a virtual meeting can't supply whatever chemicals are released when you're sitting 2 feet away from someone. There are certainly measures to take in place, to keep it centered on tech events on the local area.

Consider two meetups a month; One in person (When social distancing is done, of course), and one in a virtual meeting room. Preferably not Zoom. May I suggest Cisco Webex? 

But you are really shutting out a lot of people like myself who would love to help you, and feel more comfortable virtually mingling than finding some vague article about goings-on and sending an e-mail, hoping you might find the will to reply. Then we have to build that relationship until one is in a position to relocate.

Do you understand, how much quicker this could be, if you had more virtual meetups?

You cannot say "Let's establish ourselves as a tech hub." While using the same outdated ways of contact and communication you hate from your employer.

And, honestly, I can't imagine most people are thrilled with going straight from work to a meeting after they are possibly tired and mentally drained from the day.

If there is one good thing Coronavirus has introduced, it's forcing everyone - Tech and non-tech alike - to expand their reach, and the possibility of what they can do.

If you'll excuse me, I have a webinar to tune in to.

Comments

Popular posts from this blog

Making KPI Dashboards with PowerBI

 While this is the free tier, I cannot share or collaborate with others, nor can I publish content to other people's workspaces, but they will not stop me from screenshooting and recording these self-taught adventures,so! I'm doing this because I idly searched "Mattel careers" and "Information Technology", and seeing a bulletpoint saying the following: Analytical and reporting skills such as creating dashboards and establishing KPIs such as experience with PowerBI, Cognos, Tableau, and Google Data Lake/AWS is preferred And thought "Well, I've used Tableau, and I've heard about PowerBI,  even if its in-demandness is questionable , so how similar is it? And can I write about it?"  First, PowerBI (PIB) does have a downloadable, local version, but apparently Windows-only. I could download the .exe but I couldn't run it / drag it to applications on my MacBook.  Not a problem, we'll use the online SaaS version, and a dataset found here, ...

Log Sorting with AWS CloudWatch, AWS CloudWatch Insights

 The cool thing is, I was contracted to make these videos in collaboration with CloudAvail Technology Consulting to help people decide which service they wanted to use for their logging - AWS CloudWatch, AWS CloudWatch Insights, DataDog, or New Relic. I'm searching through nginx logs. I have accompanying videos of each service that you can find on the CloudAvail Youtube page; See these links to go to the DataDog and NewRelic posts.   The idea was to be subjective in the videos, but I can be objective on my personal blog.     CloudWatch     The syntax is odd, but easy to grasp. Sort log data by IP addresses, message codes, and status codes. The simplest query system, but not quite robust.   Insights       The syntax has changed - Vastly. I see major SQL influences. You can see that in how the parse function works - in this case, it's often taken pieces of a pre-existing standard - in this case, message - and breaking them into their own c...

Connecting IoT Devices to a Registration Server (Packet Tracer, Cisco)

 If you're seeing this post, I'm helping you, and you probably have LI presence: React and share this post to help me in return.   In Packet Tracer, a demo software made by Cisco Systems. It certainly has changed a lot since 2016. It's almost an Olympic feat to even get started with it now, but it does look snazzy. This is for the new CCNA, that integrates, among other things, IoT and Automation, which I've worked on here before. Instructions here . I don't know if this is an aspect of "Let's make sure people are paying attention and not simply following blindly", or an oversight - The instructions indicate a Meraki Server, when a regular one is the working option here. I have to enable the IoT service on this server. Also, we assign the server an IPv4 address from a DHCP pool instead of giving it a static one. For something that handles our IoT business, perhaps that's safer; Getting a new IPv4 address every week or so is a minimal step against an...