New Experiences

What are your challenges?  Do you challenge yourself daily?

With over 33 years of broadcast experience, I have seen the industry evolve and change in significant ways. When I heard about the opportunity to join a large media client’s Digital Video Engineering team, I knew this was a chance to once again put my skills to the test.

As I started the contract just over a month ago, I was eager to learn and contribute to the team. The small team I joined communicates regularly to ensure we were all on the same page and working towards the same goals. I quickly learned that I had a lot to learn, but my previous experience would be an asset to the team.

I am responsible for maintaining core technologies, workflows, and systems vital to live-video and file-based digital workflows. I support the engineering solutions for video editing, transcoding, video streaming, and publishing across multiple properties. I have experience with video routers and Vantage Telestream from my previous roles, which has helped me handle these tasks.  Learning all the new systems and their acronyms has been equally challenging at times, but going with the flow and adapting are essential.

Working within an AWS cloud environment, I am tasked with setting up virtual machines and ensuring that the digital workflow deliveries are met. My experience with S3 and FSX has been crucial in managing Windows file systems that run in the cloud.

Although I have not worked extensively with Python or JSON, I am eager to learn and expand my knowledge in these areas. I have a background in edit post-production, specifically Adobe Premier, and have experience with Linux OS and file acceleration.  So, as a support person, I get to help users that are not only having editing issues, but cloud creation, and connectivity issues.

Throughout my career in broadcasting and digital streaming, I have learned the importance of staying up-to-date with the latest technologies and techniques. I am committed to continuing to learn and grow in this field, and I am excited that this opportunity to brought some of my experience and skills into play and new skill sets to the table.

33 years of experience have provided me with the expertise to tackle any challenge that comes my way. I am confident that my skills and background make me a valuable asset to the team, and I look forward to contributing to the team’s success even more. I’m on-call this holiday weekend, which had already tested my knowledge base, and with the stellar help of my teammates I have been able / we have been able to support the news divisions, while maintaining the level of support and service they not only want, but is essential to produce the news.

I am grateful for every challenge that comes my way. I am grateful to learn and grow everyday. It keeps life and my career fresh and I’m perspective everyday.

What is S3? Buckets? SDKs? A Quick Overview

Amazon S3, or Simple Storage Service, is a cloud-based storage service provided by Amazon Web Services (AWS). It allows users to store and retrieve any amount of data from anywhere on the web, making it a popular choice for individuals and businesses alike.

At its core, Amazon S3 is an object storage system. This means that data is stored as objects, rather than in a traditional file hierarchy. Objects can be of any size, from a few bytes to terabytes, and are stored in containers called buckets. Users can create, manage, and delete buckets through the AWS Management Console or with the AWS SDKs.

Oh riiiiight …What are SDKs? 😊

SDK stands for Software Development Kit. It is a collection of software development tools that allow developers to create applications for a specific software package, hardware platform, operating system, or programming language. SDKs usually include libraries, APIs, documentation, and other utilities that help developers to build software applications that integrate with existing systems or platforms.

Now Back to S3…..

One of the key benefits of S3 is its scalability. It can handle an infinite amount of data and can be accessed from anywhere in the world. This is achieved through a distributed architecture, where data is stored across multiple servers and locations. This also means that data is highly available and durable, with multiple levels of redundancy and built-in error correction.

Amazon S3 also offers a range of features for managing data. Users can set up access controls, encryption, and versioning to ensure that their data is secure and accessible only to authorized users. They can also use lifecycle policies to automatically move data to lower-cost storage tiers or delete it after a certain period of time.

Under the hood, S3 uses a combination of technologies to provide its high performance and scalability. It uses a distributed system architecture, with data stored across multiple servers and locations. It also uses a highly optimized network stack, with low-latency connections to AWS services and the internet.

In addition, S3 uses advanced algorithms and caching techniques to optimize data retrieval. For example, it uses parallel processing to retrieve multiple objects at once, and it caches frequently accessed data for faster retrieval times.

Overall, Amazon S3 is a powerful and flexible storage solution that offers a range of features for managing and securing data. It is a popular choice for businesses of all sizes, from startups to large enterprises, and is used for a wide range of applications, from backup and archiving to content delivery and data analytics.

Do you use S3? Comment & Let me know how – it’s free!