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

Amazon Rekognition improves face search accuracy with user vectors

AWS has launched a new capability that significantly improves face search accuracy by leveraging multiple face images of a user... read more  

Amazon Rekognition improves face search accuracy with user vectors
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Feedback: I try to answer "how to become a systems engineer"

To become a systems engineer, start by questioning the things you see and researching their origins. Develop hypotheses, refine them with new data over time, and create working models. When something breaks, your accumulated knowledge may help you recognize the issue and fix it. Some will appreciate.. read more  

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

Monitoring is a Pain

Monitoring and logging in complex systems like Kubernetes are challenging. Logs are often unreliable and expensive, while metrics offer better scalability and reliability. However, implementing effective metrics and alerting platforms requires careful design and consideration of scalability options... read more  

Monitoring is a Pain
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Handling Schema Evolution in the Data Pipelines at KOHO

Koho's event data pipeline handles schema evolution. The catalog service maintains a history of schema evolution, the ingestion service consumes multiple event versions, multiple table versions are maintained, and users can query them via a view or ad hoc query. This approach ensures data consumers .. read more  

Handling Schema Evolution in the Data Pipelines at KOHO
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Vector Database: Concepts and examples

Vector databases are increasingly popular for storing, managing, and retrieving high-dimensional data like user preferences or genetic sequences. They're essential for similarity search, recommendation systems, semantic search, and personalized marketing. Some popular vector database platforms inclu.. read more  

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

Persistent storage for Windows containers on Azure Kubernetes Service with NetApp

Microsoft and NetApp have co-authored a technical blog post explaining a reference architecture for provisioning SMB file shares for Windows containers on Azure Kubernetes Service (AKS).. read more  

Persistent storage for Windows containers on Azure Kubernetes Service with NetApp
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Happy 30th, FreeBSD! Why the FreeBSD open source project has endured

As FreeBSD marks three decades of success, we can thank open source freedom, a strong culture, a shared leadership model, modern development practices, and robust code that continues to evolve... read more  

Happy 30th, FreeBSD! Why the FreeBSD open source project has endured
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Combining Text-to-SQL with Semantic Search for Retrieval Augmented Generation

A new query engine called SQLAutoVectorQueryEngine combines structured data from SQL databases and unstructured data from vector databases to fulfill complex natural language queries. It leverages the expressivity of SQL for structured data and semantic search for unstructured data. This engine allo.. read more  

Combining Text-to-SQL with Semantic Search for Retrieval Augmented Generation
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Permanent vs. Ephemeral Kubernetes Environments: A Comprehensive Guide

The trend towards ephemeral environments for testing and deployment is gaining popularity for its flexibility and reduced maintenance costs. Kubernetes and infrastructure-as-code tools can help create and manage ephemeral environments, although some upfront investment in technical expertise may be r.. read more  

Permanent vs. Ephemeral Kubernetes Environments: A Comprehensive Guide
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Kubernetes Compliance under GDPR

The GDPR principles and requirements on data privacy, how GDPR applies to Kubernetes compliance and best practices for achieving compliance in Kubernetes clusters... read more  

Kubernetes Compliance under GDPR