ContentPosts from @mudit009..
Link
@faun shared a link, 2 years, 9 months ago
FAUN.dev()

Azure OpenAI Services in teaching and education

The University of Oxfordis using artificial intelligence and large language models, like ChatGPT andVisual-GPT, to transform education. The Azure OpenAI service is being integrated to offer a personalized learning experience and create vertical-specific chatbots, like a strategy chatbot for agricult.. read more  

Azure OpenAI Services in teaching and education
Link
@faun shared a link, 2 years, 9 months ago
FAUN.dev()

Unpacking churn with survival models

Survival modelingis a statistical technique used to analyze and model time-to-event data, such as the time until death, failure of a mechanical device, or occurrence of a disease. The article discusses using survival modeling forpredicting customer churnand understandingcausal mechanisms. The propo.. read more  

Unpacking churn with survival models
Link
@faun shared a link, 2 years, 9 months ago
FAUN.dev()

Model Serving & Monitoring on GCP—Machine Learning Platforms Engineering

This article discusses the two critical components of an ML model's lifecycle: model serve and monitor. The article covers the flow of concepts from introduction, tooling, GCP service, and how to use it at scale in an ML system engineering article. It explainsthe differences between offline model s.. read more  

Model Serving & Monitoring on GCP—Machine Learning Platforms Engineering
Link
@faun shared a link, 2 years, 9 months ago
FAUN.dev()

AI-Generated Infrastructure-as-Code: The Good, the Bad and the Ugly

OpenAI's Codex, a model trained on 10 million GitHub repositories, can generate code for several programming languages including JavaScript, Python, and Terraform. While the potential for AI-generated code seems exciting, there are limitations to this technology such as generating invalid code or c.. read more  

AI-Generated Infrastructure-as-Code: The Good, the Bad and the Ugly
Link
@faun shared a link, 2 years, 9 months ago
FAUN.dev()

New AlienFox malware toolkit described as a cloud spammer's Swiss Army knife

Researchers from SentinelLabs have discovered a new toolset,AlienFox, that can harvest credentials across multiple cloud service providers, making it a comprehensive tool in the arsenal of cloud spammers. This modular toolset includes a source code archive and can also be used to automate spam camp.. read more  

New AlienFox malware toolkit described as a cloud spammer's Swiss Army knife
Link
@faun shared a link, 2 years, 9 months ago
FAUN.dev()

How To Have Fun in Terminal: Cool Linux Commands

This post features a collection of fun and useful command line tools, including a typewriter simulator and a rainbow terminal command, as well as a cautionary note about forkbombs. It also includes a multi-user simulation of early internet BBSs and a cool ASCII flame art tutorial... read more  

How To Have Fun in Terminal: Cool Linux Commands
Link
@faun shared a link, 2 years, 9 months ago
FAUN.dev()

GitHub Copilot vs. Amazon CodeWhisperer

GitHub Copilot is the winner when it comes to language- and IDE support. However, if you are working in the AWS environment, Amazon CodeWhisperer is probably for you... read more  

GitHub Copilot vs. Amazon CodeWhisperer
Link
@faun shared a link, 2 years, 9 months ago
FAUN.dev()

Unix is not Linux

The article discusses the implications of assuming a Linux installation while writing tutorials and guides for POSIX and Unix tools. While Linux is dominant, it's still useful to be aware of the differences in behavior of the shell, its utilities, and the C standard library. The article outlines so.. read more  

Link
@faun shared a link, 2 years, 9 months ago
FAUN.dev()

What Is Log Aggregation: 101 Guide to Best Tools & Practices

This article discusses log aggregation, which is the process of collecting and standardizing log events from various sources across an IT infrastructure for faster log analysis. The benefits of log aggregation include centralized location, the ability to turn text files into meaningful data, better.. read more  

What Is Log Aggregation: 101 Guide to Best Tools & Practices
Link
@faun shared a link, 2 years, 9 months ago
FAUN.dev()

⎈ Securing Kubernetes Clusters using Kyverno Policy Engine | Kubernetes Goat

TLDR: Kyverno enables codifying organizational policies into YAML files to validate and enforce security best practices for Kubernetes. It functions as a policy engine designed for Kubernetes to validate, mutate, and generate configuration. Users can manage code policies using familiar tools and app.. read more  

⎈ Securing Kubernetes Clusters using Kyverno Policy Engine | Kubernetes Goat