My articles suddenly changed without revision
-
Hi Chris, Thanks for the hard work. Should I change my articles tags ? How to choose article category in new system ?
Patrice “Everything should be made as simple as possible, but no simpler.” Albert Einstein
Choose the tags that best reflect what your article is about. We're trying to make things far more intuitive and simple. The worst thing you can do is pick too many tags. Just keep doing what you're doing. You've got it.
cheers Chris Maunder
-
Choose the tags that best reflect what your article is about. We're trying to make things far more intuitive and simple. The worst thing you can do is pick too many tags. Just keep doing what you're doing. You've got it.
cheers Chris Maunder
Article : Integer Factorization: Dreaded List of Primes[^] I try to change tags from 'C++, Objective-C, algorithm' to 'algorithm, C++', but when publishing, it come back to previous value. Tried either typing and checking in droplists.
Patrice “Everything should be made as simple as possible, but no simpler.” Albert Einstein
-
Choose the tags that best reflect what your article is about. We're trying to make things far more intuitive and simple. The worst thing you can do is pick too many tags. Just keep doing what you're doing. You've got it.
cheers Chris Maunder
Hi Chris, I tried to change tags, but still not found how to choose the category of article. I think it would be nice to have something to choose the category, something that replace the previous 3 droplists. I see changes of category of some of my articles, so thank you, but I fear one have find another solution than requesting corrections. 1 rather simple solution is to use the first tag of an article as category.
Patrice “Everything should be made as simple as possible, but no simpler.” Albert Einstein
-
Choose the tags that best reflect what your article is about. We're trying to make things far more intuitive and simple. The worst thing you can do is pick too many tags. Just keep doing what you're doing. You've got it.
cheers Chris Maunder
Are you trying to classify articles based solely on their tags? I would try to change the category for some of mine, but some just moved to another category without me doing anything. It seems this is still in flux, so I don't want to experiment with it yet. Many of the new categories make sense. But most are now oriented to types of applications, or to specific platforms, frameworks, or technologies. Few relate to general concepts, to the point where I'd just toss all my articles into the C++ bucket. But that would miss the point. What's more important: an article's topic, or the fact that its code is in C++? Those things are orthogonal, and I'd argue that the C++ aspect is far less important in most cases. So I'd rather use these categories: 1. Design Patterns 1. Exceptions 1. Threads 1. Memory Management 1. Modularity 1. Operations 1. Debugging 1. Templates 1. Tools 1. Software Lifecycle Only #2 and #3 now exist. Others used to, even as C++ subcategories. But I'd rather they were in, say, a top-level "System Design" category. If someone wants to filter based on language or something else, an article's other tags can serve that purpose. But if they want to browse lists of articles, an omnibus C++ category makes little sense to me. The above list isn't complete. Based on other articles that I've seen or might even write, Databases [noticed it now], Messaging and State Machines would also be good candidates.
Robust Services Core | Software Techniques for Lemmings | Articles
The fox knows many things, but the hedgehog knows one big thing. -
Are you trying to classify articles based solely on their tags? I would try to change the category for some of mine, but some just moved to another category without me doing anything. It seems this is still in flux, so I don't want to experiment with it yet. Many of the new categories make sense. But most are now oriented to types of applications, or to specific platforms, frameworks, or technologies. Few relate to general concepts, to the point where I'd just toss all my articles into the C++ bucket. But that would miss the point. What's more important: an article's topic, or the fact that its code is in C++? Those things are orthogonal, and I'd argue that the C++ aspect is far less important in most cases. So I'd rather use these categories: 1. Design Patterns 1. Exceptions 1. Threads 1. Memory Management 1. Modularity 1. Operations 1. Debugging 1. Templates 1. Tools 1. Software Lifecycle Only #2 and #3 now exist. Others used to, even as C++ subcategories. But I'd rather they were in, say, a top-level "System Design" category. If someone wants to filter based on language or something else, an article's other tags can serve that purpose. But if they want to browse lists of articles, an omnibus C++ category makes little sense to me. The above list isn't complete. Based on other articles that I've seen or might even write, Databases [noticed it now], Messaging and State Machines would also be good candidates.
Robust Services Core | Software Techniques for Lemmings | Articles
The fox knows many things, but the hedgehog knows one big thing.Yes - still fine tuning, and the general langauges tags are now at the bottom so will be selected as the main category as a last resort (or where they are listed as the only tag) With regards to these: - Modularity - Operations - Templates I'm not sure. Modularity is more of a design pattern, or Design / Architecture topic. Operations? Do you mean operators and operator overloading? And Templates, do you mean template languages such as T4 or template applications? The updated "Programming Topics" list will be: Architecture Design Patterns Algorithms, Compression, Computational Geometry, Debugging Emulation, Exceptions, File, Internet, Localization, Memory Management Messaging Parser, Regular Expressions, State Machine Sorting, Tools Design / Graphics, Printing, String, Threads, Usability (bold are the additions to be added)
cheers Chris Maunder
-
Yes - still fine tuning, and the general langauges tags are now at the bottom so will be selected as the main category as a last resort (or where they are listed as the only tag) With regards to these: - Modularity - Operations - Templates I'm not sure. Modularity is more of a design pattern, or Design / Architecture topic. Operations? Do you mean operators and operator overloading? And Templates, do you mean template languages such as T4 or template applications? The updated "Programming Topics" list will be: Architecture Design Patterns Algorithms, Compression, Computational Geometry, Debugging Emulation, Exceptions, File, Internet, Localization, Memory Management Messaging Parser, Regular Expressions, State Machine Sorting, Tools Design / Graphics, Printing, String, Threads, Usability (bold are the additions to be added)
cheers Chris Maunder
Hey Chris, thanks for your reply. The updated list is definitely an improvement. To answer your questions: - Modularity: I'm OK with "Architecture" or "Design Patterns" for this. - Operations: Things like configuration, logging, and statistics. "Usability" works if I'm interpreting it correctly. - Templates: C++ templates or, in other languages, generics. I think this one should be added. I'd suggest changing "Parser" to "Parsing" and merging "Sorting" into "Algorithms".
Robust Services Core | Software Techniques for Lemmings | Articles
The fox knows many things, but the hedgehog knows one big thing. -
Yes - still fine tuning, and the general langauges tags are now at the bottom so will be selected as the main category as a last resort (or where they are listed as the only tag) With regards to these: - Modularity - Operations - Templates I'm not sure. Modularity is more of a design pattern, or Design / Architecture topic. Operations? Do you mean operators and operator overloading? And Templates, do you mean template languages such as T4 or template applications? The updated "Programming Topics" list will be: Architecture Design Patterns Algorithms, Compression, Computational Geometry, Debugging Emulation, Exceptions, File, Internet, Localization, Memory Management Messaging Parser, Regular Expressions, State Machine Sorting, Tools Design / Graphics, Printing, String, Threads, Usability (bold are the additions to be added)
cheers Chris Maunder
Please post something when this is stable, with instructions on how to set an article's category or a description of how the system determines its category.
Robust Services Core | Software Techniques for Lemmings | Articles
The fox knows many things, but the hedgehog knows one big thing. -
Please post something when this is stable, with instructions on how to set an article's category or a description of how the system determines its category.
Robust Services Core | Software Techniques for Lemmings | Articles
The fox knows many things, but the hedgehog knows one big thing.Yep - we're discussing this now
cheers Chris Maunder
-
Yep - we're discussing this now
cheers Chris Maunder
I've pretty much coerced my articles into the right categories by editing their tags. Here are a few things to tidy up. In my list of articles[^], some categories aren't capitalized, and some don't have links: And my only tip/trick (can't link to the list directly) is unclassified, even though it has a C++ (and other) tags.
Robust Services Core | Software Techniques for Lemmings | Articles
The fox knows many things, but the hedgehog knows one big thing. -
I've pretty much coerced my articles into the right categories by editing their tags. Here are a few things to tidy up. In my list of articles[^], some categories aren't capitalized, and some don't have links: And my only tip/trick (can't link to the list directly) is unclassified, even though it has a C++ (and other) tags.
Robust Services Core | Software Techniques for Lemmings | Articles
The fox knows many things, but the hedgehog knows one big thing.I've fixed up the capitlaisation - that should start flowing through soon - but can you please email me a link to your tip so I can take a look?
cheers Chris Maunder
-
Hi Chris, I tried to change tags, but still not found how to choose the category of article. I think it would be nice to have something to choose the category, something that replace the previous 3 droplists. I see changes of category of some of my articles, so thank you, but I fear one have find another solution than requesting corrections. 1 rather simple solution is to use the first tag of an article as category.
Patrice “Everything should be made as simple as possible, but no simpler.” Albert Einstein
Hey Patrice What category do you think is best for your article? Let's start with that and I can walk through what's happening with yours and hopefully get it organised better. With regards to "how" to choose a category, it's based on the taxonomy priority of the tags. Take a look at the list of topics under Articles -> Browse Topics. The order of those topics determines how your article will be categories. For instance, if it has an AI and an IoT tag it'll be categorised as AI. If it has neither tag then we look at the tags your article has and work our way up the tag hierarchy to see if we can find one of those top level tags (eg C++ goes up to Programming Languages). Does that help?
cheers Chris Maunder
-
Hey Patrice What category do you think is best for your article? Let's start with that and I can walk through what's happening with yours and hopefully get it organised better. With regards to "how" to choose a category, it's based on the taxonomy priority of the tags. Take a look at the list of topics under Articles -> Browse Topics. The order of those topics determines how your article will be categories. For instance, if it has an AI and an IoT tag it'll be categorised as AI. If it has neither tag then we look at the tags your article has and work our way up the tag hierarchy to see if we can find one of those top level tags (eg C++ goes up to Programming Languages). Does that help?
cheers Chris Maunder