Skip to content

Instantly share code, notes, and snippets.

@ClemDNL
ClemDNL / azure_cost_analysis_dnl_dev_and_staging_20251204.md
Created December 4, 2025 16:26
Azure Cost Analysis - DEV/STAGING (Jun-Sep vs Sep-Dec 2025)

Azure Cost Analysis - 3 Month Comparison

Analysis Period: June 07, 2025 - September 05, 2025 vs September 05, 2025 - December 04, 2025 Generated: December 04, 2025 at 16:26 UTC Subscription: DNL_DEV_AND_STAGING (2bba6dfd-9f78-48f8-b0c6-460f05e11c18)


Executive Summary

@ClemDNL
ClemDNL / azure_cost_analysis_3months.md
Created December 4, 2025 16:10
Azure Cost Analysis - 3 Month Comparison (Jun-Sep vs Sep-Dec 2025)

Azure Cost Analysis - 3 Month Comparison

Analysis Period: June-September 2025 vs September-December 2025 Generated: December 4, 2025 Subscription: DNL_PROD


Executive Summary

@ClemDNL
ClemDNL / asana-ticket-64-analysis.md
Created December 4, 2025 12:33
Asana Ticket #64 Analysis: Missing AI Proposals due to missing source_file_metadata

Asana Ticket #64 Analysis: Missing AI Proposals

Issue Summary

Reporter: a.vollmer@vdw-rw.de (Group: gdw_vdw_rw) Issue: AI is finding almost no references/proposals for documents Severity: High Environment: Production (build: prod-20251203104906)

User Report

@ClemDNL
ClemDNL / quadratic-changes-issue.md
Created December 4, 2025 10:32
Quadratic Growth Issue in checked-numbers-tree WebSocket Updates - Performance Analysis and Solutions

Quadratic Growth Issue in checked-numbers-tree WebSocket Updates

Problem Summary

When adding internal evidence connections via PATCH /anexo/companies/<company-id>/assignments/<assignment-id>/checked-numbers-tree, the WebSocket event ws:number-tree-update returns a changes array that grows quadratically with each new internal evidence. This causes severe UI performance degradation.

Example: Adding internal evidences to a group of numbers can generate 90+ events for the first connection, 160+ for the second, and 250+ for the third, following a quadratic growth pattern O(N² × E) where N = numbers in group, E = evidences per number.