Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated confidence #336

Merged
merged 9 commits into from
Mar 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .powershell/_includes/ClassificationHelpers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

$batchesInProgress = $null;
$batchesInProgressMax = 40;
$watermarkAgeLimit = 20;
$watermarkAgeLimit = (New-TimeSpan -Start (Get-Date "2025-02-18T09:00:00") -End (Get-Date)).Days
$watermarkScoreLimit = 20
$watermarkCount = 1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,11 +325,14 @@
},
"Scrum": {
"category": "Scrum",
"calculated_at": "2025-02-17T11:19:02",
"ai_confidence": 0,
"calculated_at": "2025-03-10T13:28:33",
"ai_confidence": 5.0,
"ai_mentions": 0,
"ai_alignment": 0,
"ai_depth": 0,
"non_ai_confidence": 0,
"final_score": 0.0,
"reasoning": "Content does not discuss Scrum principles, practices, or frameworks; it is primarily about a personal issue with posting code.",
"final_score": 4.0,
"reasoning": "The content does not mention Scrum or any related concepts, roles, events, or principles. It appears to be a personal reflection on posting issues rather than a discussion on Scrum.",
"level": "Ignored"
},
"Sociotechnical Systems": {
Expand Down Expand Up @@ -1009,12 +1012,15 @@
},
"Troubleshooting": {
"category": "Troubleshooting",
"calculated_at": "2025-02-17T16:38:34",
"ai_confidence": 50,
"non_ai_confidence": 0,
"final_score": 45.0,
"reasoning": "The content briefly mentions a problem with posting code, indicating troubleshooting efforts, but it does not provide systematic methodologies or solutions related to technical issues.",
"level": "Tertiary"
"calculated_at": "2025-03-10T13:28:35",
"ai_confidence": 25.0,
"ai_mentions": 10.0,
"ai_alignment": 20.0,
"ai_depth": 10.0,
"non_ai_confidence": 0,
"final_score": 22.0,
"reasoning": "The content briefly mentions a problem related to posting code, which aligns with troubleshooting. However, it lacks detailed discussion on diagnosing or resolving the issue, and does not provide methodologies or insights typical of the troubleshooting category.",
"level": "Quaternary"
},
"Azure Boards": {
"category": "Azure Boards",
Expand Down
3 changes: 1 addition & 2 deletions site/content/resources/blog/2006/2006-06-22-ahaaaa/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ aliasesArchive:
- /ahaaaa-
- /blog/ahaaaa-
- /resources/blog/ahaaaa
tags:
- Troubleshooting
tags: []
preview: nakedalm-logo-128-link-1-1.png
categories: []

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,15 @@
},
"Install and Configuration": {
"category": "Install and Configuration",
"calculated_at": "2025-02-17T11:15:06",
"ai_confidence": 50,
"calculated_at": "2025-03-10T13:28:40",
"ai_confidence": 32.0,
"ai_mentions": 10,
"ai_alignment": 25,
"ai_depth": 15,
"non_ai_confidence": 10,
"final_score": 46.0,
"reasoning": "The content provides a guide on customising UI elements in a .NET application, which relates to configuration, but it is primarily focused on implementation details rather than a broader installation or configuration process.",
"level": "Tertiary"
"final_score": 30.0,
"reasoning": "The content provides a code snippet for customising the UI colour scheme in Windows Forms .NET, which relates to configuration aspects. However, it lacks a comprehensive discussion on installation procedures or broader configuration best practices. The focus is primarily on a specific implementation detail rather than a step-by-step guide or troubleshooting advice, leading to a lower confidence score.",
"level": "Quaternary"
},
"Market Adaptability": {
"category": "Market Adaptability",
Expand Down Expand Up @@ -325,11 +328,14 @@
},
"Scrum": {
"category": "Scrum",
"calculated_at": "2025-02-17T11:15:57",
"ai_confidence": 0,
"calculated_at": "2025-03-10T13:28:37",
"ai_confidence": 5.0,
"ai_mentions": 0,
"ai_alignment": 10.0,
"ai_depth": 0,
"non_ai_confidence": 0,
"final_score": 0.0,
"reasoning": "Content is focused on customising UI elements in .NET and does not discuss Scrum principles, roles, events, or practices.",
"final_score": 4.0,
"reasoning": "The content focuses entirely on customising UI elements in .NET and does not mention Scrum or any related concepts. There is no discussion of Scrum roles, events, or principles, making it irrelevant to the category.",
"level": "Ignored"
},
"Sociotechnical Systems": {
Expand Down Expand Up @@ -532,11 +538,14 @@
},
"Windows": {
"category": "Windows",
"calculated_at": "2025-02-17T16:38:30",
"ai_confidence": 80,
"calculated_at": "2025-03-10T19:08:03",
"ai_confidence": 82.0,
"ai_mentions": 90.0,
"ai_alignment": 75.0,
"ai_depth": 85.0,
"non_ai_confidence": 50,
"final_score": 77.0,
"reasoning": "The content primarily discusses customizing UI elements within Windows Forms, which is directly related to the Windows operating system and .NET framework for Windows applications.",
"final_score": 79.0,
"reasoning": "The content primarily focuses on customising the UI of Windows Forms in a .NET environment, which directly relates to the Windows operating system. It discusses specific implementation details, such as inheriting from ProfessionalColorTable and overriding properties, which aligns well with the configuration and customisation aspects of Windows. The depth of the discussion is significant, providing code examples and practical guidance, which enhances its relevance to the Windows category. However, while it is focused on Windows Forms, it does not cover broader topics like installation or troubleshooting, which slightly lowers the alignment score.",
"level": "Secondary"
},
"Agile Planning Tools": {
Expand Down Expand Up @@ -856,12 +865,15 @@
},
"Technical Mastery": {
"category": "Technical Mastery",
"calculated_at": "2025-02-17T16:38:30",
"ai_confidence": 80,
"calculated_at": "2025-03-10T15:23:21",
"ai_confidence": 42.0,
"ai_mentions": 15.0,
"ai_alignment": 35.0,
"ai_depth": 30.0,
"non_ai_confidence": 0,
"final_score": 72.0,
"reasoning": "The content provides specific technical implementation details for customizing UI components in .NET, which aligns with best practices in software craftsmanship and engineering practices related to software design.",
"level": "Secondary"
"final_score": 38.0,
"reasoning": "The content provides a practical example of customising UI elements in Windows Forms using .NET, which touches on software craftsmanship and design principles. However, it lacks a broader discussion on best practices, principles of clean code, or methodologies that contribute to high-quality software development. The focus is primarily on implementation rather than a comprehensive exploration of technical mastery.",
"level": "Quaternary"
},
"Working Agreements": {
"category": "Working Agreements",
Expand Down Expand Up @@ -1009,12 +1021,15 @@
},
"Troubleshooting": {
"category": "Troubleshooting",
"calculated_at": "2025-02-17T16:38:31",
"ai_confidence": 50,
"calculated_at": "2025-03-11T12:19:26",
"ai_confidence": 32.0,
"ai_mentions": 15.0,
"ai_alignment": 25.0,
"ai_depth": 20.0,
"non_ai_confidence": 0,
"final_score": 45.0,
"reasoning": "The content provides a solution to customize UI colors, and briefly mentions that readers can inherit from a ToolStrip and change the renderer in case of problems, which aligns it with troubleshooting to a degree.",
"level": "Tertiary"
"final_score": 29.0,
"reasoning": "The content primarily focuses on customising UI elements in Windows Forms .NET, with a brief mention of troubleshooting by suggesting that if problems arise, one can inherit from the ToolStrip control and change the renderer. However, the main focus is on implementation rather than diagnosing or resolving technical issues, which limits its alignment with the troubleshooting category.",
"level": "Quaternary"
},
"Azure Boards": {
"category": "Azure Boards",
Expand Down Expand Up @@ -1108,12 +1123,15 @@
},
"System Configuration": {
"category": "System Configuration",
"calculated_at": "2025-02-17T16:38:31",
"ai_confidence": 50,
"non_ai_confidence": 0,
"final_score": 45.0,
"reasoning": "The content discusses customizing UI elements in Windows Forms, which involves some configuration of the graphical interface, but it is primarily focused on the implementation rather than broader system configuration practices.",
"level": "Tertiary"
"calculated_at": "2025-03-11T10:54:44",
"ai_confidence": 32.0,
"ai_mentions": 5,
"ai_alignment": 15,
"ai_depth": 12,
"non_ai_confidence": 0,
"final_score": 29.0,
"reasoning": "The content primarily focuses on customising the UI colour scheme for Windows Forms in .NET, which is more related to software development and UI design rather than system configuration. While it does touch on aspects of configuration (like setting a custom renderer), it lacks depth in discussing broader system configuration practices, methodologies, or optimisation strategies. The technical details provided are specific to UI customisation rather than the overall system setup or performance enhancement.",
"level": "Quaternary"
},
"Lean Thinking": {
"category": "Lean Thinking",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ aliasesArchive:
tags:
- Windows
- Software Development
- Technical Mastery
categories: []
preview: metro-binary-vb-128-link-1-1.png

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,15 @@
},
"Code and Complexity": {
"category": "Code and Complexity",
"calculated_at": "2025-02-17T11:16:39",
"ai_confidence": 50,
"calculated_at": "2025-03-10T13:28:29",
"ai_confidence": 32.0,
"ai_mentions": 10,
"ai_alignment": 25,
"ai_depth": 15,
"non_ai_confidence": 20,
"final_score": 47.0,
"reasoning": "The content primarily discusses the implementation of a UI adapter in a specific framework, which involves code quality and design decisions. However, it does not deeply explore the complexities or principles of software development processes, making it a secondary theme.",
"level": "Tertiary"
"final_score": 31.0,
"reasoning": "The content primarily focuses on implementing a specific feature in a software framework, detailing code examples and implementation strategies. While it touches on aspects of code quality and maintainability through the discussion of factory patterns and inheritance, it lacks a broader exploration of complexity theory or its implications on software architecture. The discussion is more technical and practical rather than theoretical, which limits its alignment with the core themes of the 'Code and Complexity' category.",
"level": "Quaternary"
},
"DevOps": {
"category": "DevOps",
Expand Down Expand Up @@ -163,12 +166,15 @@
},
"Technical Excellence": {
"category": "Technical Excellence",
"calculated_at": "2025-02-17T11:16:59",
"ai_confidence": 80,
"non_ai_confidence": 0,
"final_score": 72.0,
"reasoning": "The content primarily discusses the implementation of a UI adapter within the Composite UI Application Block, focusing on engineering practices related to code quality and extensibility. It provides detailed code examples and discusses design choices that enhance the maintainability and adaptability of the application, aligning well with the principles of technical excellence.",
"level": "Secondary"
"calculated_at": "2025-03-10T15:23:18",
"ai_confidence": 62.0,
"ai_mentions": 15,
"ai_alignment": 30,
"ai_depth": 25,
"non_ai_confidence": 0,
"final_score": 56.0,
"reasoning": "The content primarily focuses on implementing a technical solution within the Composite UI Application Block (CAB), specifically regarding the ToolStripPanel UI Adapter. It discusses the technical details of code implementation, including inheritance and factory patterns, which align with the principles of modular architecture and emergent design. However, while it provides a good level of detail on the implementation, it lacks broader discussions on methodologies like TDD or CI/CD practices, which are central to the category of Technical Excellence. Therefore, while it is relevant, it does not fully encompass the category's scope.",
"level": "Tertiary"
},
"Flow Efficiency": {
"category": "Flow Efficiency",
Expand Down Expand Up @@ -244,11 +250,14 @@
},
"Practical Techniques and Tooling": {
"category": "Practical Techniques and Tooling",
"calculated_at": "2025-02-17T11:17:22",
"ai_confidence": 80,
"calculated_at": "2025-03-10T19:07:59",
"ai_confidence": 78.0,
"ai_mentions": 15.0,
"ai_alignment": 35.0,
"ai_depth": 28.0,
"non_ai_confidence": 10,
"final_score": 73.0,
"reasoning": "The content primarily discusses the implementation of a specific UI adapter within the Composite UI Application Block, detailing practical coding techniques and methodologies relevant to tooling in software development.",
"final_score": 71.0,
"reasoning": "The content provides a detailed technical discussion on implementing a specific UI adapter for the Composite UI Application Block (CAB), which aligns with practical techniques in software development. It includes code examples and discusses methodologies for extending functionality without altering existing code, which is relevant to tooling. However, it lacks broader context on Agile or DevOps practices, limiting its alignment with the category's core themes.",
"level": "Secondary"
},
"Product Delivery": {
Expand Down Expand Up @@ -325,11 +334,14 @@
},
"Scrum": {
"category": "Scrum",
"calculated_at": "2025-02-17T11:17:35",
"ai_confidence": 0,
"calculated_at": "2025-03-10T13:28:25",
"ai_confidence": 5.0,
"ai_mentions": 0,
"ai_alignment": 10.0,
"ai_depth": 5.0,
"non_ai_confidence": 0,
"final_score": 0.0,
"reasoning": "The content primarily discusses technical implementation details related to the Composite UI Application Block and does not address Scrum principles, roles, events, or practices.",
"final_score": 4.0,
"reasoning": "The content primarily focuses on technical implementation details related to the Composite UI Application Block and does not mention Scrum principles, roles, events, or any related concepts. There is minimal conceptual alignment with Scrum, as it does not discuss team dynamics, iterative processes, or continuous improvement, which are core to the Scrum framework.",
"level": "Ignored"
},
"Sociotechnical Systems": {
Expand Down Expand Up @@ -838,12 +850,15 @@
},
"Pragmatic Thinking": {
"category": "Pragmatic Thinking",
"calculated_at": "2025-02-17T16:38:32",
"ai_confidence": 80,
"calculated_at": "2025-03-11T10:54:41",
"ai_confidence": 32.0,
"ai_mentions": 15.0,
"ai_alignment": 25.0,
"ai_depth": 40.0,
"non_ai_confidence": 0,
"final_score": 72.0,
"reasoning": "The content primarily discusses practical problem-solving techniques related to the Composite UI Application Block and how to implement a ToolStripPanel UI Adapter. It provides specific code implementations and discusses real-world application of adapting existing components to enhance functionality.",
"level": "Secondary"
"final_score": 29.0,
"reasoning": "The content primarily focuses on a technical implementation of a UI adapter within the Composite UI Application Block (CAB). While it does touch on practical problem-solving by discussing two approaches to extend functionality, it lacks a broader discussion on Agile, Scrum, or DevOps principles. The depth of the technical details is significant, but the overall alignment with the core themes of pragmatic thinking is limited, as it does not address adaptability or real-world applications in a project management context.",
"level": "Quaternary"
},
"MVP": {
"category": "MVP",
Expand All @@ -856,11 +871,14 @@
},
"Technical Mastery": {
"category": "Technical Mastery",
"calculated_at": "2025-02-17T16:38:32",
"ai_confidence": 80,
"non_ai_confidence": 0,
"final_score": 72.0,
"reasoning": "The content primarily discusses code implementation and adaptation techniques within a specific software framework (CAB) and includes best practices for creating UI adapters, which aligns closely with software craftsmanship and engineering practices.",
"calculated_at": "2025-03-11T12:19:23",
"ai_confidence": 78.0,
"ai_mentions": 15,
"ai_alignment": 32,
"ai_depth": 30,
"non_ai_confidence": 0,
"final_score": 70.0,
"reasoning": "The content provides a detailed discussion on implementing a specific technical solution within the Composite UI Application Block (CAB), focusing on extending functionality through code. It explicitly mentions best practices in software design, such as inheritance and factory patterns, which align with the principles of clean code and software craftsmanship. The depth of the discussion is significant, as it includes code examples and explanations of the implementation process, demonstrating a strong grasp of technical concepts. However, it lacks broader discussions on topics like testing, continuous integration, or technical debt management, which slightly lowers the overall confidence score.",
"level": "Secondary"
},
"Working Agreements": {
Expand Down Expand Up @@ -955,12 +973,15 @@
},
"Engineering Excellence": {
"category": "Engineering Excellence",
"calculated_at": "2025-02-17T16:38:32",
"ai_confidence": 80,
"non_ai_confidence": 0,
"final_score": 72.0,
"reasoning": "The content primarily discusses technical implementation details about enhancing the ToolStripPanel UI Adapter within the Composite UI Application Block (CAB), which reflects principles of software craftsmanship and development practices. It focuses on the technical aspects of code adaptation, inheritance, and improved functionality, aligning well with engineering excellence principles.",
"level": "Secondary"
"calculated_at": "2025-03-10T15:23:15",
"ai_confidence": 32.0,
"ai_mentions": 15.0,
"ai_alignment": 25.0,
"ai_depth": 25.0,
"non_ai_confidence": 0,
"final_score": 29.0,
"reasoning": "The content primarily focuses on implementing a specific feature in a software framework, detailing code and technical solutions. While it touches on aspects of software craftsmanship, such as extending functionality and code reuse, it lacks a broader discussion on engineering excellence principles, best practices, or continuous improvement processes. The depth of discussion is limited to a specific implementation without addressing overarching themes of quality assurance or team collaboration.",
"level": "Quaternary"
},
"Coaching": {
"category": "Coaching",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ResourceImportId: 467
ResourceImportSource: Wordpress
ResourceImportOriginalSource: GeeksWithBlogs
date: 2006-06-22
weight: 640
weight: 855
creator: Martin Hinshelwood
layout: blog
resourceTypes: blog
Expand All @@ -27,13 +27,10 @@ aliasesArchive:
- /blog/adding-toolstrippanel-ui-adapter-support-to-the-composite-ui-application-block
- /resources/blog/hinshelm-on-composite-ui-application-block
tags:
- Practical Techniques and Tooling
- Pragmatic Thinking
- Software Development
- Technical Excellence
- Practical Techniques and Tooling
- Technical Mastery
categories:
- Engineering Excellence
categories: []
preview: metro-binary-vb-128-link-1-1.png

---
Expand Down
Loading
Loading