Skip to main content

Posts

Case Study: The Disappearing Data of T-Mobile

NOTE : The problem has repeated itself. So this doubles as an off the cuff case study in level 1 troubleshooting, looking at data, comparing information at different locations.  Also - I wrote it, and I'm not wasting my time by not publishing it.  I have the Samsung Galaxy A12, and the service through T-Mobile is pretty good. While the infrastructure around our nation is fair at best, it's showing it's age and weakness in storms - and that may apply to private towers owned by T-Mobile as well.  I turn on data, and either: It works The symbol in the upper right does not show up and it's not working. The symbol shows up and the data still doesn't work.     Here's a demo; Other videos are available upon request. Now, there is a setting where I can change the mobile band (2G/3G, 3G/4G) my phone uses, something I was unaware of until a cool Twitter user let me know. This alleviates the problem sometimes, but if I go hours without using data, the problem returns.  Cou

Paint 3D: The Hidden Fun in Windows 10

 You may have no need to use Paint 3D, pre-installed software on Windows 10, for any reason than to have fun. And that's reason enough. Here for a fun time, not a long time.

Business Bonus: Disney. Just Disney.

 The Mouse House is in the news, for some changes people are calling rat-like. If you missed the wheeling and dealing of the release of Scarlett Johansson suing Disney for shortchanging her 'Black Widow' pay, it's one for the history books. But Disney recently released something that may hit closer to home. A pay-per-ride system, Genie+, will be implemented in US parks in the near future. It's reminiscent of the ticket books DisneyLand used in the 60s. Now, it's digital, and apparently similar to MaxPass? Truthfully, I haven't been in a Disney park since about 2012. I'm not a Disney Parks person; I like other aspects of Disney; The Animated Canon and some TV shows. It's a dream of mine to stay at a Deluxe Resort - Riviera or Animal Kingdom's Jambo House. But any further than that, is fun I'll leave for someone else. But I do follow multiple Disney news outlets - and several Disney social media accounts - and most park guests fall into 3 categor

Deploying Docker Containers in AWS and Wandering Around Clusters

  Or, at least learning more about each. And self-learning is the important part, right? And welcome back to not only AWS, but Docker as well. This is a bit of an older post, as I have more experience with Terraform's containerized environments in Azure over AWS. Instructions There is a Console First Run Wizard, here . I have an exceedingly vague idea of what this means in full. Cluster is essentially the pack of what you need to run something. Bing (Yes, Bing), says it's a 'logical grouping of tasks or services'. So 'containers' are the 'physical' grouping, if we consider 'physical = code'. We can define a service, which allows us to run and maintain a specified number of simultaneous instances of a task definition. It sounds a little like a limited pool of IP addresses. This is the free tier, AWS only gives us one. The instructions emphasize Elastic Load Balancing...which took me a while to realize and find. And now the

Using Windows Media Library as A Media Server (Ft. Visio)

 Disclaimer: This was a few months ago, and the image of the TV's file system is unavailable.    The TV? e500i-b1 by Visio. A couple of years old. I also took the time to update some firmware before doing this. You can make your own standalone Media Server with some 3rd party software to be 1337 ....or you can use Windows 10 built in Media Streaming Options. In an uncanny turn of events, Visio already had an app in place for this very situation: The DLNA Multimedia App, accessed by that large V I've never bothered clicking on the remote.                                                     It's between the volume and channel buttons.  After sharing the appropriate library, it does open a file system with my videos and music. It did work pretty well besides one finale hurdle: It wouldn't play the 20+ minute video. Shorter clips - think a few seconds - worked quickly enough to repeat several times as the television took seconds to read my input of "Next screen".

Winning Multiple Data Scholarships

  In April, I was selected - 1 of 1000, out of 10,000 - by the Blacks in Technology Foundation for Python for Data Science. I used SQL to parse and analyze data. Truth - Python isn't my favorite - but I want to learn to tolerate it - I told them this and was still selected. So glad to see an organization accept honesty! In June, the train kept rolling with Intro to Data Science - Granted to me by Women in Cloud, though a partnership with Microsoft. While I didn't make it to the second round of the BiT scholarship, the first part encouraged me to learn more about data and python on my own. It certainly wasn't a waste. If there are any other data scholarships you know of that are open to people out of school, transitioning industries, or just with a curiosity, please let me know - I'm happy to share them!

Totally Terraform (Or, Introducing Terraform DevOps Cloud Engineer Proceedures to A Company) [Updated March 2022]

 Want to share this post easily? Here's a Notion page !   9/20: Terraform is now  OpenTofu   I got to teach myself Terraform, but that's what this entire blog is about; Teaching myself things and hoping for work sometimes to make money and being employed by multiple people. You can be the next one! Anyway, what do I like about Terraform? A lot. Including all the troubleshooting and digging into new things. The Numbers on What Was Made: Project : 1 Resources created : 7 Virtual Machine Network Interface Virtual Network Security Rule attached to Security Group Security Group (with outputs) Subnet Public IP address Many of these resources are attached to each other - The Network Interface is attached to the Virtual Machine, and they’re both in a Security Group which has Security Rules attached to it. The Virtual Network is attached to the Subnet, and the Public IP address is attached to the Network Security Group. This way, The Virtual Machine has internet access, but als