Gen AI in the Enterprise with Debbie Reynolds

Keyhole Software Artificial Intelligence, Gen AI In The Enterprise, Podcasts Leave a Comment

Debbie Reynolds joins Zach on the podcast today. Debbie has been involved in digital transformation for decades across a variety of industries. She found her niche in data privacy, working on the bleeding edge with corporations as large as McDonald’s, helping them prepare for the General Data Protection Regulations (GDPR). Eventually, she started her own consulting firm, focused on counseling companies around data privacy compliance and strategy.

Debbie’s views on Generative AI are, of course, filtered through the lens of privacy. She cautions her clients, big and small alike, to be wary of the confidentiality of the information they input into LLMs. After the info is given to the AI, it can be extracted – even if code is written to suppress it. On the flip side, an absence of information can also be dangerous. Even though AI is a machine, it still holds biases, and these biases can encroach on liberty, run afoul of the laws, and even harm people.

Debbie encourages users to remember that it’s the AI developer’s profit and the user’s risk, so be diligent about the way you use it. Especially with the impending AI Act (which promises some of the stiffest legislative penalties), she prescribes leveraging AI and LLMs for low-risk use cases like summarizing content or drafting emails. In Debbie’s words, AI “is a source of information not a source of truth; you as the human have to bring the truth.”

Using RegEx In Visual Studio Code

Using RegEx in VSCode For Powerful Searching

Alex Cassells .NET, Articles, Programming, React Leave a Comment

This post demonstrates some of my favorite search techniques that work well in VSCode, including some basic RegEx (Regular Expressions) expressions that will help you find exactly what you’re looking for in an unfamiliar code base. We will cover VSCode file type inclusions and exclusions, single-line multi-term searching, conditional searching, and more. RegEx can be intimidating to people who aren’t used to using it, but luckily the RegEx expressions described in this post are very easy to remember and incredibly powerful.

Keyhole Proudly Sponsors Big Slick As A Bronze Sponsor

Keyhole Software Articles, Community, Company News, Keyhole Leave a Comment

We are thrilled to announce that Keyhole Software is a Bronze Sponsor of Big Slick 2024! This annual event, which combines a passion for charity with the excitement of entertainment, brings together celebrities and the community to support a cause close to our hearts.

As a company deeply committed to community engagement and social responsibility, Keyhole Software is honored to contribute to this noble cause. Our sponsorship reflects our dedication to supporting initiatives that make a tangible difference in the lives of others. By joining forces with Big Slick, we aim to help provide essential medical services to children in need and support the groundbreaking work of Children’s Mercy Hospital.

Thank you for your continued support and for joining us in making a positive impact. We are proud to have been a part of this incredible event and look forward to Big Slick 2025!

What is Cross-Platform Mobile Development?

Keyhole Software Flutter, Keyhole, Mobile, React Native, Videos, Xamarin 2 Comments

Attention: This article was published over 3 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Mobile application developers constantly seek innovative methods to craft apps that resonate across diverse platforms. This quest has given rise to cross-platform mobile development, …

Dockerizing an MSSQL Server (header image)

Dockerizing an MSSQL Server: Unlocking Flexibility

Alex Cassells Articles, Databases, Development Technologies & Tools, Docker, SQL, SQL Server, Tutorial Leave a Comment

Docker is a pretty magical tool that streamlines server and environment setup while helping to eliminate the operating system and software version variables. It’s one of the best ways to mitigate the classic ‘Works on my machine!’ obstacle many developers run into when sharing or promoting their code.

When a lot of people think of Docker, the last thing they think of is Microsoft or Windows. It took many years for Docker to even officially support Windows. As a .NET developer, I always wanted the stability that Docker offers, and today, I can have it. In the post below, I’ll dive into how to dockerize an MSSQL Server.