Links

Tuesday 2024-12-10 Assorted Links
Assorted Links links
Published: 2024-12-10
Tuesday 2024-12-10 Assorted Links

Assorted links for Tuesday, December 10:

  1. Benchmark LLM Application Performance with LangChain
  2. Forget All-Cloud or All-On-Prem: Embrace Hybrid for Agility and Cost Savings

    The core idea behind hybrid cloud is straightforward: use cloud environments where rapid scaling and frequent changes are essential and rely on on-premises systems for stable, predictable workloads.

  3. Bazel 8.0 Released
  4. You Can Now Try Out Sora, OpenAI’s AI Video Generator
  5. Using Local AI models with .NET Aspire
Tuesday 2024-12-03 Assorted Links
Assorted Links links
Published: 2024-12-03
Tuesday 2024-12-03 Assorted Links

Assorted links for Tuesday, December 3:

  1. Agent Framework

    Agent Framework is a Python framework for building capable, context-aware AI agents. It provides a flexible foundation for creating AI agents with distinct personas, managed instructions, conversational memory, and strategic planning capabilities.

  2. eBPF Security Threat Model
  3. Experts Share Best Practices for Building Terraform Modules
  4. API Mocking Is Essential to Effective Change Management
  5. OpenTelemetry Is expanding into CI/CD observability

    We’ve been talking about the need for a common “language” for reporting and observing CI/CD pipelines for years, and finally, we see the first “words” of this language entering the “dictionary” of observability – the OpenTelemetry open specification. With the recent release of OpenTelemetry’s Semantic Conventions, v1.27.0, you can find designated attributes for reporting CI/CD pipelines.

Monday 2024-12-02 Assorted Links
Assorted Links links
Published: 2024-12-02
Monday 2024-12-02 Assorted Links

Assorted links for Monday, December 2:

  1. Cloud Neutral Postgres Databases with Kubernetes and CloudNativePG
  2. Observe Simplifies K8s Troubleshooting With Kubernetes Explorer
  3. Platform Engineering: A Workshop to Help Map Your Strategy
  4. Revisiting the DOS memory models
  5. Linux Kernel Performance Bottlenecks Spotted By Mold Developer

    The key takeaways of the performance bottlenecks within the Linux kernel that were noticed by Rui Ueyama include:

    • exit(2) takes a few hundred milliseconds for a large process
    • Writing to a fresh file is slower than writing to an existing file
    • Lack of a safe system-wide semaphore
Friday 2024-11-29 Assorted Links
Assorted Links links
Published: 2024-11-29
Friday 2024-11-29 Assorted Links

Assorted links for Friday, November 29:

  1. The Case for a High-level Kernel-Bypass I/O Abstraction: Related to Demikernel
  2. Chaos Under Control: Addressing Cloud Infrastructure Drift
  3. Ignite 2024: Microsoft Debuts SQL Server 2025, Integrates Azure SQL into Fabric
  4. BazelCon 2024 Recap: Recordings and Birds of a Feather Session Notes
  5. Emerging trends in the cloud native ecosystem
    1. Cloud Cost Control Gets Cool: FinOps is the New Black
    2. Are Your Devs Drowning in Tools? IDPs Are the Life Raft!
    3. Beyond Silos: Open Standards Unify Observability
    4. Cloud-native Security: A New High-stakes Game
    5. The Future is Green: Why Sustainable IT is No Longer Optional
Thursday 2024-11-28 Assorted Links
Assorted Links links
Published: 2024-11-28
Thursday 2024-11-28 Assorted Links

Assorted links for Thursday, November 28:

  1. What is Bicep?: Looks like an Azure-only Terraform.

    Bicep is a domain-specific language that uses declarative syntax to deploy Azure resources. In a Bicep file, you define the infrastructure you want to deploy to Azure and then use that file throughout the development lifecycle to repeatedly deploy that infrastructure. Your resources are deployed in a consistent manner.

  2. Netflix’s Distributed Counter Abstraction
  3. Hundreds of code libraries posted to NPM try to install malware on dev machines: Make sure you SHA-lock your dependencies!
  4. From String to AST: parsing
  5. Quake 3 Source Code Review