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

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

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 intruder, but it is a step. There are no devices associated with this new server; In an earlier lab (not shown), I attached them to 'H

Securing Terraform and You Part 1 -- rego, Tfsec, and Terrascan

9/20: The open source version of Terraform is now  OpenTofu     Sometimes, I write articles even when things don't work. It's about showing a learning process.  Using IaC means consistency, and one thing you don't want to do is have 5 open S3 buckets on AWS that anyone on the internet can reach.  That's where tools such as Terrascan and Tfsec come in, where we can make our own policies and rules to be checked against our code before we init.  As this was contract work, I can't show you the exact code used, but I can tell you that this blog post by Cesar Rodriguez of Cloud Security Musings was quite helpful, as well as this one by Chris Ayers . The issue is using Rego; I found a cool VS Code Extension; Terrascan Rego Editor , as well as several courses on Styra Academy; Policy Authoring and Policy Essentials . The big issue was figuring out how to tell Terrascan to follow a certain policy; I made it, put it in a directory, and ran the program while in that directory

Building, Breaking, and Building A CRM with Retool

 I like no- or low-code solutions to things. I've often wanted to simply push a button or move some GUI around and have the code implement itself.  I've thought about building something that's like a customer relationship management (CRM) system for keeping up with my network better than my little spreadsheet where I click links and then go like something. The general idea in this CRM Development is:  To have a GUI to add people to a NRM (Network Relationship Management).       Attach it to a database (MySQL is what I went with eventually using Amazon Relational Database service, but you can use PostGRES, and probably others).     Make sure components are connected to each other in the retool interface. This video is a good start. Watching the tutorial video, heard some SQL commands and went 'Oh no 😳" before going "Wait I know basic SQL", which is good, because you'll see.  When you get set up, there's a plethora of resources you can use -- Incl