Skip to content

Commit 0a1a619

Browse files
committed
Batch 10
1 parent 693167d commit 0a1a619

File tree

1,975 files changed

+19775
-12220
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,975 files changed

+19775
-12220
lines changed

site/content/resources/blog/2006/2006-06-22-custom-ui-colour-scheme-for-windows-forms-net/data.index.classifications.json

+16-10
Original file line numberDiff line numberDiff line change
@@ -1021,12 +1021,15 @@
10211021
},
10221022
"Troubleshooting": {
10231023
"category": "Troubleshooting",
1024-
"calculated_at": "2025-02-17T16:38:31",
1025-
"ai_confidence": 50,
1024+
"calculated_at": "2025-03-11T12:19:26",
1025+
"ai_confidence": 32.0,
1026+
"ai_mentions": 15.0,
1027+
"ai_alignment": 25.0,
1028+
"ai_depth": 20.0,
10261029
"non_ai_confidence": 0,
1027-
"final_score": 45.0,
1028-
"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.",
1029-
"level": "Tertiary"
1030+
"final_score": 29.0,
1031+
"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.",
1032+
"level": "Quaternary"
10301033
},
10311034
"Azure Boards": {
10321035
"category": "Azure Boards",
@@ -1120,12 +1123,15 @@
11201123
},
11211124
"System Configuration": {
11221125
"category": "System Configuration",
1123-
"calculated_at": "2025-02-17T16:38:31",
1124-
"ai_confidence": 50,
1126+
"calculated_at": "2025-03-11T10:54:44",
1127+
"ai_confidence": 32.0,
1128+
"ai_mentions": 5,
1129+
"ai_alignment": 15,
1130+
"ai_depth": 12,
11251131
"non_ai_confidence": 0,
1126-
"final_score": 45.0,
1127-
"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.",
1128-
"level": "Tertiary"
1132+
"final_score": 29.0,
1133+
"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.",
1134+
"level": "Quaternary"
11291135
},
11301136
"Lean Thinking": {
11311137
"category": "Lean Thinking",

site/content/resources/blog/2006/2006-06-22-hinshelm-on-composite-ui-application-block/data.index.classifications.json

+15-9
Original file line numberDiff line numberDiff line change
@@ -850,12 +850,15 @@
850850
},
851851
"Pragmatic Thinking": {
852852
"category": "Pragmatic Thinking",
853-
"calculated_at": "2025-02-17T16:38:32",
854-
"ai_confidence": 80,
853+
"calculated_at": "2025-03-11T10:54:41",
854+
"ai_confidence": 32.0,
855+
"ai_mentions": 15.0,
856+
"ai_alignment": 25.0,
857+
"ai_depth": 40.0,
855858
"non_ai_confidence": 0,
856-
"final_score": 72.0,
857-
"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.",
858-
"level": "Secondary"
859+
"final_score": 29.0,
860+
"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.",
861+
"level": "Quaternary"
859862
},
860863
"MVP": {
861864
"category": "MVP",
@@ -868,11 +871,14 @@
868871
},
869872
"Technical Mastery": {
870873
"category": "Technical Mastery",
871-
"calculated_at": "2025-02-17T16:38:32",
872-
"ai_confidence": 80,
874+
"calculated_at": "2025-03-11T12:19:23",
875+
"ai_confidence": 78.0,
876+
"ai_mentions": 15,
877+
"ai_alignment": 32,
878+
"ai_depth": 30,
873879
"non_ai_confidence": 0,
874-
"final_score": 72.0,
875-
"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.",
880+
"final_score": 70.0,
881+
"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.",
876882
"level": "Secondary"
877883
},
878884
"Working Agreements": {

site/content/resources/blog/2006/2006-06-22-hinshelm-on-composite-ui-application-block/index.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ aliasesArchive:
2727
- /blog/adding-toolstrippanel-ui-adapter-support-to-the-composite-ui-application-block
2828
- /resources/blog/hinshelm-on-composite-ui-application-block
2929
tags:
30-
- Pragmatic Thinking
3130
- Software Development
32-
- Technical Mastery
3331
- Practical Techniques and Tooling
32+
- Technical Mastery
3433
categories: []
3534
preview: metro-binary-vb-128-link-1-1.png
3635

site/content/resources/blog/2006/2006-08-09-windows-communication-framework-evaluation/data.index.classifications.json

+16-10
Original file line numberDiff line numberDiff line change
@@ -433,12 +433,15 @@
433433
},
434434
"Working Software": {
435435
"category": "Working Software",
436-
"calculated_at": "2025-02-17T16:38:28",
437-
"ai_confidence": 50,
436+
"calculated_at": "2025-03-11T10:54:38",
437+
"ai_confidence": 32.0,
438+
"ai_mentions": 15.0,
439+
"ai_alignment": 25.0,
440+
"ai_depth": 40.0,
438441
"non_ai_confidence": 10,
439-
"final_score": 46.0,
440-
"reasoning": "The content discusses evaluating WCF (Windows Communication Foundation), highlighting its features and potential for web service projects, which relates to the delivery of functional software. However, the focus is more on the evaluation process rather than on working software characteristics or practices specifically.",
441-
"level": "Tertiary"
442+
"final_score": 30.0,
443+
"reasoning": "The content discusses the evaluation of Windows Communication Framework (WCF) and its potential benefits for web service projects, which aligns with the concept of working software. However, it lacks explicit discussions on Agile or Scrum principles, and the focus is more on the technology itself rather than on delivering functional software that meets user needs. The depth of discussion is moderate, providing some insights into the features and advantages of WCF, but it does not delve deeply into best practices or customer feedback mechanisms.",
444+
"level": "Quaternary"
442445
},
443446
"Lead Time": {
444447
"category": "Lead Time",
@@ -541,12 +544,15 @@
541544
},
542545
"Windows": {
543546
"category": "Windows",
544-
"calculated_at": "2025-02-17T16:38:28",
545-
"ai_confidence": 50,
547+
"calculated_at": "2025-03-11T12:19:20",
548+
"ai_confidence": 62.0,
549+
"ai_mentions": 15.0,
550+
"ai_alignment": 35.0,
551+
"ai_depth": 12.0,
546552
"non_ai_confidence": 50,
547-
"final_score": 50.0,
548-
"reasoning": "The content primarily discusses Windows Communication Foundation (WCF), which is related to the Windows operating system and its .NET Framework components. While WCF is significant in Windows development, the broader focus on evaluating WCF suggests that Windows is a major but secondary theme in this discussion.",
549-
"level": "Tertiary"
553+
"final_score": 61.0,
554+
"reasoning": "The content discusses Windows Communication Foundation (WCF), which is related to the Windows environment, but it primarily focuses on the evaluation of WCF as a technology rather than on Windows itself. While there are mentions of Windows Vista and the .NET Framework, the discussion does not delve deeply into installation, configuration, or troubleshooting of the Windows operating system. The content is more about software development and its implications rather than providing insights on managing or utilising the Windows OS.",
555+
"level": "Secondary"
550556
},
551557
"Agile Planning Tools": {
552558
"category": "Agile Planning Tools",

site/content/resources/blog/2006/2006-08-09-windows-communication-framework-evaluation/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ aliasesArchive:
2424
- /resources/blog/windows-communication-framework-evaluation
2525
tags:
2626
- Software Development
27+
- Windows
2728
preview: metro-binary-vb-128-link-1-1.png
2829
categories: []
2930

site/content/resources/blog/2006/2006-11-11-net-framework-3-0/data.index.classifications.json

+14-8
Original file line numberDiff line numberDiff line change
@@ -229,11 +229,14 @@
229229
},
230230
"Practical Techniques and Tooling": {
231231
"category": "Practical Techniques and Tooling",
232-
"calculated_at": "2025-02-17T10:23:16",
233-
"ai_confidence": 50,
232+
"calculated_at": "2025-03-11T10:54:33",
233+
"ai_confidence": 55.0,
234+
"ai_mentions": 30.0,
235+
"ai_alignment": 40.0,
236+
"ai_depth": 60.0,
234237
"non_ai_confidence": 10,
235-
"final_score": 46.0,
236-
"reasoning": "The content discusses the application of .NET Framework 3.0 and WCF, highlighting improvements in developer productivity and code quality, which aligns with practical techniques and tooling, but it is not the primary focus.",
238+
"final_score": 50.0,
239+
"reasoning": "The content discusses the practical application of .NET Framework 3.0 and WCF, highlighting improvements in developer productivity and code quality. While it mentions specific tools and their benefits, the discussion lacks depth in methodologies or frameworks related to Agile or DevOps practices, which are central to the category. The focus is more on the tool itself rather than its integration into broader Agile or DevOps contexts.",
237240
"level": "Tertiary"
238241
},
239242
"Application Lifecycle Management": {
@@ -337,11 +340,14 @@
337340
},
338341
"Products and Books": {
339342
"category": "Products and Books",
340-
"calculated_at": "2025-02-17T10:23:34",
341-
"ai_confidence": 50,
343+
"calculated_at": "2025-03-11T12:19:17",
344+
"ai_confidence": 62.0,
345+
"ai_mentions": 15.0,
346+
"ai_alignment": 35.0,
347+
"ai_depth": 12.0,
342348
"non_ai_confidence": 10,
343-
"final_score": 46.0,
344-
"reasoning": "The content mentions a book on Indigo and discusses the applications of .NET Framework 3.0, indicating a secondary theme related to products and tools, but the primary focus is on the framework itself.",
349+
"final_score": 57.0,
350+
"reasoning": "The content mentions a book on Indigo, which relates to the category, but the primary focus is on the .NET Framework 3.0 and its applications rather than a detailed discussion of products or literature. While there is some alignment with the themes of productivity and software tools, the depth of discussion is limited, focusing more on personal experience rather than a comprehensive review or analysis.",
345351
"level": "Tertiary"
346352
},
347353
"Miscellaneous": {

site/content/resources/blog/2006/2006-11-18-windows-vista-windows-mobile-device-center/data.index.classifications.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -688,11 +688,14 @@
688688
},
689689
"Troubleshooting": {
690690
"category": "Troubleshooting",
691-
"calculated_at": "2025-02-17T11:46:53",
692-
"ai_confidence": 80,
691+
"calculated_at": "2025-03-11T10:54:30",
692+
"ai_confidence": 68.0,
693+
"ai_mentions": 15.0,
694+
"ai_alignment": 35.0,
695+
"ai_depth": 18.0,
693696
"non_ai_confidence": 0,
694-
"final_score": 72.0,
695-
"reasoning": "The content discusses steps to troubleshoot the installation and functionality of Windows Mobile Device Center on Windows Vista, including updates and manual downloads, which aligns with the identification and resolution of a technical issue.",
697+
"final_score": 61.0,
698+
"reasoning": "The content discusses a specific issue related to getting the Windows Mobile Device Center running on Windows Vista, which aligns with troubleshooting software problems. However, the discussion is brief and lacks depth, primarily focusing on a workaround rather than a comprehensive troubleshooting methodology. The mention of a failed update attempt provides some insight into diagnosing the issue, but overall, the content does not delve deeply into systematic problem-solving or broader troubleshooting strategies.",
696699
"level": "Secondary"
697700
},
698701
"Scrum Team": {

site/content/resources/blog/2006/2006-11-18-windows-vista-windows-mobile-device-center/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ aliasesArchive:
2828
- /resources/blog/windows-vista-windows-mobile-device-center
2929
tags:
3030
- Windows
31-
- Troubleshooting
3231
- Install and Configuration
32+
- Troubleshooting
3333
categories: []
3434
preview: nakedalm-logo-128-link-1-1.png
3535

site/content/resources/blog/2006/2006-11-20-installing-visual-studio-2005-on-windows-vista/data.index.classifications.json

+8-5
Original file line numberDiff line numberDiff line change
@@ -688,12 +688,15 @@
688688
},
689689
"Troubleshooting": {
690690
"category": "Troubleshooting",
691-
"calculated_at": "2025-02-17T11:46:51",
692-
"ai_confidence": 80,
691+
"calculated_at": "2025-03-11T10:54:27",
692+
"ai_confidence": 55.0,
693+
"ai_mentions": 30.0,
694+
"ai_alignment": 40.0,
695+
"ai_depth": 50.0,
693696
"non_ai_confidence": 0,
694-
"final_score": 72.0,
695-
"reasoning": "The content discusses issues encountered during the installation of Visual Studio 2005 on Windows Vista, indicating it addresses troubleshooting related to software installation errors.",
696-
"level": "Secondary"
697+
"final_score": 50.0,
698+
"reasoning": "The content mentions installation errors, which aligns with troubleshooting, but lacks detailed discussion on diagnosing or resolving these issues. The focus is more on the experience rather than systematic problem-solving techniques.",
699+
"level": "Tertiary"
697700
},
698701
"Scrum Team": {
699702
"category": "Scrum Team",

site/content/resources/blog/2006/2006-11-20-installing-visual-studio-2005-on-windows-vista/index.md

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ aliasesArchive:
2424
- /resources/blog/installing-visual-studio-2005-on-windows-vista
2525
tags:
2626
- Windows
27-
- Troubleshooting
2827
- Install and Configuration
2928
preview: metro-visual-studio-2005-128-link-1-1.png
3029
categories: []

site/content/resources/blog/2006/2006-11-22-rddotnet-project-created/data.index.classifications.json

+16-10
Original file line numberDiff line numberDiff line change
@@ -463,12 +463,15 @@
463463
},
464464
"System Configuration": {
465465
"category": "System Configuration",
466-
"calculated_at": "2025-02-17T11:09:27",
467-
"ai_confidence": 50,
466+
"calculated_at": "2025-03-11T10:54:25",
467+
"ai_confidence": 32.0,
468+
"ai_mentions": 15.0,
469+
"ai_alignment": 25.0,
470+
"ai_depth": 20.0,
468471
"non_ai_confidence": 10,
469-
"final_score": 46.0,
470-
"reasoning": "The content discusses aspects of system services configuration and extensibility, which relates to system configuration practices, making it a major theme; however, the main focus is on project creation and service definitions, which detracts from its classification as a primary topic.",
471-
"level": "Tertiary"
472+
"final_score": 30.0,
473+
"reasoning": "The content primarily discusses the creation of a new project and its features, with only brief mentions of configuration aspects related to extensibility and service connections. While there are elements that touch on system configuration, such as the mention of a 'simple one line config section', the overall focus is more on project development and service features rather than in-depth discussions on system configuration methodologies or best practices.",
474+
"level": "Quaternary"
472475
},
473476
"Acceptance Test Driven Development": {
474477
"category": "Acceptance Test Driven Development",
@@ -508,12 +511,15 @@
508511
},
509512
"Working Software": {
510513
"category": "Working Software",
511-
"calculated_at": "2025-02-17T11:09:27",
512-
"ai_confidence": 50,
514+
"calculated_at": "2025-03-11T12:19:14",
515+
"ai_confidence": 42.0,
516+
"ai_mentions": 15.0,
517+
"ai_alignment": 35.0,
518+
"ai_depth": 30.0,
513519
"non_ai_confidence": 10,
514-
"final_score": 46.0,
515-
"reasoning": "The content primarily discusses the creation of a new software project with various services, indicating an intent to deliver functional software. However, it lacks a focus on specific practices or principles related to Agile or Scrum methodologies that would elevate it to a clearer discussion of working software.",
516-
"level": "Tertiary"
520+
"final_score": 39.0,
521+
"reasoning": "The content discusses the creation of a new project and outlines various services that will be developed, which indicates a focus on software development. However, it lacks explicit discussions on working software principles, quality assurance, or customer feedback mechanisms. The mention of extensibility and service functionality aligns somewhat with the category, but the overall depth and focus on delivering functional software are limited.",
522+
"level": "Quaternary"
517523
},
518524
"Continuous Learning": {
519525
"category": "Continuous Learning",

site/content/resources/blog/2006/2006-12-15-ahhh-the-fun-of-deploying-team-system-in-a-large-corporation/data.index.classifications.json

+15-9
Original file line numberDiff line numberDiff line change
@@ -229,21 +229,27 @@
229229
},
230230
"Practical Techniques and Tooling": {
231231
"category": "Practical Techniques and Tooling",
232-
"calculated_at": "2025-02-17T10:08:56",
233-
"ai_confidence": 80,
232+
"calculated_at": "2025-03-11T10:54:22",
233+
"ai_confidence": 72.0,
234+
"ai_mentions": 15.0,
235+
"ai_alignment": 35.0,
236+
"ai_depth": 22.0,
234237
"non_ai_confidence": 10,
235-
"final_score": 73.0,
236-
"reasoning": "Content primarily discusses the practical deployment of Team Foundation Server (TFS) within a corporate environment, including specific techniques and resources for overcoming access issues and managing database transfers.",
238+
"final_score": 66.0,
239+
"reasoning": "The content discusses deploying Team Foundation Server (TFS) and provides a practical workaround for database access issues, which aligns with the category's focus on practical techniques and tooling. However, the discussion lacks depth and does not cover broader Agile or DevOps methodologies or frameworks, limiting its overall alignment with the category.",
237240
"level": "Secondary"
238241
},
239242
"Application Lifecycle Management": {
240243
"category": "Application Lifecycle Management",
241-
"calculated_at": "2025-02-17T10:08:58",
242-
"ai_confidence": 50,
244+
"calculated_at": "2025-03-11T12:19:11",
245+
"ai_confidence": 42.0,
246+
"ai_mentions": 15.0,
247+
"ai_alignment": 35.0,
248+
"ai_depth": 30.0,
243249
"non_ai_confidence": 0,
244-
"final_score": 45.0,
245-
"reasoning": "The content discusses deploying Team Foundation Server (TFS), which is related to application lifecycle management, but the primary focus is on the deployment process rather than the broader aspects of ALM.",
246-
"level": "Tertiary"
250+
"final_score": 38.0,
251+
"reasoning": "The content primarily discusses the deployment of Team Foundation Server (TFS) within a corporate environment, which is a specific aspect of the application lifecycle. However, it lacks a comprehensive discussion on the broader stages of the application lifecycle, governance, or best practices. While it mentions ALM in the tags, the main focus is on a practical deployment issue rather than a thorough exploration of application lifecycle management principles.",
252+
"level": "Quaternary"
247253
},
248254
"Complexity Thinking": {
249255
"category": "Complexity Thinking",

site/content/resources/blog/2006/2006-12-15-ahhh-the-fun-of-deploying-team-system-in-a-large-corporation/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ aliasesArchive:
3333
preview: nakedalm-logo-128-link-1-1.png
3434
categories: []
3535
tags:
36-
- Practical Techniques and Tooling
3736
- System Configuration
3837
- Install and Configuration
38+
- Practical Techniques and Tooling
3939
- Software Development
4040
- Troubleshooting
4141

site/content/resources/blog/2006/2006-12-15-visual-studio-sp1-and-team-system-sp1-are-released/data.index.classifications.json

+8-5
Original file line numberDiff line numberDiff line change
@@ -544,12 +544,15 @@
544544
},
545545
"Software Development": {
546546
"category": "Software Development",
547-
"calculated_at": "2025-02-17T11:09:22",
548-
"ai_confidence": 50,
547+
"calculated_at": "2025-03-11T10:54:20",
548+
"ai_confidence": 32.0,
549+
"ai_mentions": 15.0,
550+
"ai_alignment": 25.0,
551+
"ai_depth": 20.0,
549552
"non_ai_confidence": 0,
550-
"final_score": 45.0,
551-
"reasoning": "The content mentions Team Foundation Server (TFS), which is related to software development and project management, but does not primarily discuss specific software development methodologies, practices, or techniques.",
552-
"level": "Tertiary"
553+
"final_score": 29.0,
554+
"reasoning": "The content briefly mentions Visual Studio and Team Foundation Server, which are tools used in software development, but it lacks a detailed discussion on methodologies, practices, or frameworks. The focus is more on the release and personal anticipation rather than on software development processes or best practices.",
555+
"level": "Quaternary"
553556
},
554557
"Test First Development": {
555558
"category": "Test First Development",

site/content/resources/blog/2006/2006-12-15-visual-studio-sp1-and-team-system-sp1-are-released/index.md

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ preview: nakedalm-logo-128-link-1-1.png
3030
categories: []
3131
tags:
3232
- News and Reviews
33-
- Software Development
3433

3534
---
3635
I have been waiting for this for a while and [Brian Harry](http://blogs.msdn.com/bharry/) has some comments and notes on the topic. I will be installing this as soon as its mammoth 450mb download completes.

0 commit comments

Comments
 (0)