Assorted Links

Tuesday 2024-08-27 Assorted Links
Assorted Links links
Published: 2024-08-27
Tuesday 2024-08-27 Assorted Links

Assorted links for Tuesday, August 27:

  1. Semantic Router using Azure AI Search
  2. The ultimate guide to developer happiness: Five actionable tips and strategies to supercharge developer happiness—and a more innovative workplace.
  3. Introducing the Azure AI Inference SDK: Access More AI Models with the Azure AI Model Catalog
  4. What are AI agents and why do they matter?
  5. Found means fixed: Secure code more than three times faster with Copilot Autofix
Monday 2024-08-12 Assorted Links
Assorted Links links
Published: 2024-08-12
Monday 2024-08-12 Assorted Links

Assorted links for Monday, August 12:

  1. Adding .NET Aspire to your existing .NET apps

    But .NET Aspire is not just about cutting-edge technology and green-field apps; it’s also about making your current applications more straightforward. With .NET Aspire, you can streamline the startup process, improve monitoring, and increase the reliability of your applications.

  2. Announcing Rust 1.80.1
  3. .NET Cancellation by Stephen Cleary:
    1. Cancellation, Part 1: Overview
    2. Cancellation, Part 2: Requesting Cancellation
    3. Cancellation, Part 3: Detecting Cancellation
    4. Cancellation, Part 4: Polling
    5. Cancellation, Part 5: Registration
  4. Networking improvements in Windows Server 2025
  5. Machine Learning in Content Moderation at Etsy
Wednesday 2024-08-07 Assorted Links
Assorted Links links
Published: 2024-08-07
Wednesday 2024-08-07 Assorted Links

Assorted links for Wednesday, August 7:

  1. US solar production soars by 25 percent in just one year
  2. Securely design your applications and protect your sensitive data with VBS enclaves

    Virtualization Based Security (VBS) is the core feature of Windows used to the high value secrets stored within Windows (e.g., Credential Guard). VBS utilizes the Hyper-V hypervisor to create an environment that is higher privileged than the rest of the system kernel. Like VM isolation, the hypervisor sets memory protections in the second level address tables and IOMMU tables to isolate this environment from the rest of the system kernel.

  3. Apple signs on to Biden’s responsible AI guidelines

    Apple now joins 15 other major tech companies, including Amazon, Anthropic, Google, Inflection, Meta, Microsoft and OpenAI, in committing to responsible AI development and rollout.

  4. N3199: Improved __attribute__((cleanup)) Through defer: A proposal for a defer keyword in C. See also defer reference implementation for C.
  5. The C++ Object Lifecycle