Assorted Links

Monday 2024-11-25 Assorted Links
Assorted Links links
Published: 2024-11-25
Monday 2024-11-25 Assorted Links

Assorted links for Monday, November 25:

  1. Introducing the .NET Aspire Community Toolkit

    The team behind the Community Toolkit wanted to create a place where third parties could contribute their own integrations and extensions to the .NET Aspire ecosystem.

  2. Calling methods is easier and faster with C# 13 params collections

    C# 13 fulfills a long standing feature request by allowing params to be any of the collections supported by collection expressions, rather than just arrays.

  3. Announcing .NET 9
  4. Graph RAG: How To Squeeze More Value From AI
  5. How to Support Streaming in AI Applications with LangChain and Langflow
Friday 2024-11-22 Assorted Links
Assorted Links links
Published: 2024-11-22
Friday 2024-11-22 Assorted Links

Assorted links for Friday, November 22:

  1. Kernel optimization with BOLT

    Generally, developers think about how the data structures for their programs will be arranged in memory; it is less common for them to consider how the code is arranged. There are exceptions, including the Linux kernel developers, but most times the focus is on the data cache. The instruction cache is much smaller than the data cache and has not grown much over time, maybe doubling from 32KB to 64KB on Intel CPUs over the last 20 years. But, for large applications that do not spend most of their time in tight loops, the layout of code in memory matters a lot, so BOLT can make a major difference, he said.

  2. Cache vs. Database: Has Performance Converged?

    Both memcached and ScyllaDB maximized disks and network bandwidth while being stressed under similar conditions, sustaining similar performance overall.

  3. Deterministic Simulation Testing
  4. How We Built a Self-Healing System to Survive a Terrifying Concurrency Bug At Netflix
  5. Optimizers: The Low-Key MVP

    The query optimizer is an important part of any analytical database system as it provides considerable performance improvements compared to hand-optimized queries, even as the state of your data changes.

Thursday 2024-11-21 Assorted Links
Assorted Links links
Published: 2024-11-21
Thursday 2024-11-21 Assorted Links

Assorted links for Thursday, November 21:

  1. Why You No Longer Need Cloud Security Posture Management
  2. Bringing developer choice to Copilot with Anthropic’s Claude 3.5 Sonnet, Google’s Gemini 1.5 Pro, and OpenAI’s o1-preview: It seems the general trend is towards multi-model choice.
  3. Kubectl logs tail: a guide to tailing Kubernetes logs
  4. AI Testing: More Coverage, Fewer Bugs, New Risks
  5. Proactive Monitoring Will Maximize Your Cloud Storage Efficiency
Friday 2024-11-15 Assorted Links
Assorted Links links
Published: 2024-11-15
Friday 2024-11-15 Assorted Links

Assorted links for Friday, November 15:

  1. How To Create Software Diagrams With ChatGPT and Claude
  2. VMware Workstation Shifting From Proprietary Code To Using Upstream KVM: I see a lot of “as open source evolves, replace proprietary internal code with open source code”-type projects at work. This probably should be written up as an expected, natural evolution of a software system.
  3. Announcing EAP for Vector Support in Azure SQL Database
  4. You Can Now Search the Internet With ChatGPT
  5. OpenCost: Open source cost monitoring for cloud native environments: Cost monitoring for Kubernetes