ContentPosts from @mterrel..
Link
@faun shared a link, 3 years ago
FAUN.dev()

GitLab and Google Cloud Partner to Expand AI-Assisted Capabilities with Customizable Gen AI Foundation Models

GitLab plans to improve its customers' DevSecOps workflow efficiency by 10x, by applyingAI-assisted workflowsto all users involved in delivering software value. By implementing AI-powered capabilities throughout the software development lifecycle, GitLab delivers value across the enterprise, enablin.. read more  

GitLab and Google Cloud Partner to Expand AI-Assisted Capabilities with Customizable Gen AI Foundation Models
Link
@faun shared a link, 3 years ago
FAUN.dev()

Multi-cloud GitLab CI/CD for IaC automation on Google Kubernetes Engine

The article is about using GitLab CI/CD for infrastructure as code (IaC) automation on Google Kubernetes Engine (GKE) in a multi-cloud environment. It shows how to configure a GitLab pipeline to deploy infrastructure to GKE and manage multiple Kubernetes clusters across different cloud providers. - .. read more  

Multi-cloud GitLab CI/CD for IaC automation on Google Kubernetes Engine
Link
@faun shared a link, 3 years ago
FAUN.dev()

Useful Linux Dig Examples for the Network Admin

This article discusses the "dig" command in Linux and how it can be used to perform DNS queries. It focuses on explaining the various options and parameters available with the dig command and how to use them to retrieve DNS information. The article covers topics such as querying specific DNS server.. read more  

Link
@faun shared a link, 3 years ago
FAUN.dev()

Amazon starts layoffs in HR and cloud units: Read the memos announcing the cuts

- Amazon on Wednesday began laying off some employees in its cloud computing and human resources divisions. - The layoffs are part of the previously announced job cuts that are expected to affect 9,000 employees, on top of the 18,000 job cuts that took place earlier this year and last November. - CE.. read more  

Amazon starts layoffs in HR and cloud units: Read the memos announcing the cuts
Link
@faun shared a link, 3 years ago
FAUN.dev()

Map of my personal data infrastructure

The article is a diagram of the author's personal data infrastructure and tools used for data liberation. The map includes various modules, APIs, platforms, and tools that are used to collect, export, and manage personal data. The author's goal is to approximate the 'personal data mirror' concept, .. read more  

Link
@faun shared a link, 3 years ago
FAUN.dev()

The Curious Case of a Memory Leak in a Zig program

The article discusses a "memory leak" encountered by the author while using Zig's FixedBufferAllocator. - Zig or Ziglangis a general-purpose programming language and toolchain for maintaining robust, optimal and reusable software. - The article explains how the allocator is implemented like a bump p.. read more  

The Curious Case of a Memory Leak in a Zig program
Link
@faun shared a link, 3 years ago
FAUN.dev()

The technology behind GitHub’s new code search

GitHub has created a new code search experience, using its own search engine called Blackbird, specifically designed for the domain of code search. - GitHub was motivated to create its own solution due to poor user experience, slow indexing, and expensive hosting from existing solutions. - Blackbird.. read more  

The technology behind GitHub’s new code search
Link
@faun shared a link, 3 years ago
FAUN.dev()

All Programming Philosophies Are About State

This article explores various programming philosophies and how they relate to the management of state in software development. All philosophies have different approaches to handling state in software. - Object-oriented, - Functional, - Declarative, - Imperative, - Monolith, - Service-oriented archi.. read more  

Link
@faun shared a link, 3 years ago
FAUN.dev()

Explore data visually with Python tools

PyGWalkeris an open source data visualization tool that connects Python Jupyter Notebook to Graphic Walker, allowing users to create interactive visualizations with simple drag-and-drop operations. - Users can explore data with various chart types and dimensions, and use PyGWalker for data analysis .. read more  

Explore data visually with Python tools
Link
@faun shared a link, 3 years ago
FAUN.dev()

ImpELF: Unmasking Linux Malware with a Novel Imphash Approac

ImpELF is a Python-based hashing utility that generates unique fingerprints forLinux ELFbinaries using their imported functions and libraries, aiding in malware analysis and similarity detection. - The tool extracts the imported symbols and libraries from the ELF binary, sorts them, concatenates the.. read more  

ImpELF: Unmasking Linux Malware with a Novel Imphash Approac