Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Behind the Scenes
  3. Qt.io webservices
  4. Project Elf:)
Forum Updated to NodeBB v4.3 + New Features

Project Elf:)

Scheduled Pinned Locked Moved Qt.io webservices
28 Posts 7 Posters 15.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    alexander
    wrote on last edited by
    #1

    I think, currently system of tags adding or deleting is not good. Just for fun - It's very easy to write script, which will store in memory current tags on page, then delete tags from page and after that insert tags on page (for example under my account:) If I do it for all pages, I'll get very big rating and pull down rating of our top members:) For example, script can do only N pages per day (it will be invisible for you). It's simple way to get C7 :)))

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mgran
      wrote on last edited by
      #2

      This way you would get 0 points in our system. You might think you get points for doing that (the front end will show +2 points), but our nightly script will reassign the points to the original tagger.

      Sorry :)

      Project Manager - Qt Development Frameworks

      1 Reply Last reply
      0
      • A Offline
        A Offline
        alexander
        wrote on last edited by
        #3

        :)

        1 Reply Last reply
        0
        • S Offline
          S Offline
          Smar
          wrote on last edited by
          #4

          Is there any policy for tagging? Every post seems to use different tags, and has tags that doesn’t really seem what first comes to mind when thinking the post... It’s like tagging stuff with “qt” here, or “qml” in qml thread and so on.

          1 Reply Last reply
          0
          • M Offline
            M Offline
            mgran
            wrote on last edited by
            #5

            There is an effort going on here: http://developer.qt.nokia.com/wiki/Tagging

            Project Manager - Qt Development Frameworks

            1 Reply Last reply
            0
            • S Offline
              S Offline
              Smar
              wrote on last edited by
              #6

              I suppose I can add a section for tag suggestions (for example for Jambi... though for that one I’m not really sure which name should be used, I suppose I’ll stickwith “qt jambi”) for a reference about tags that could be misleading? Different people will have different opinions about naming.

              1 Reply Last reply
              0
              • X Offline
                X Offline
                xsacha
                wrote on last edited by
                #7

                Haha, I had thought about this before. Thought it was good no one had abused system.
                Though it could explain why I get heaps of points at night when I'm offline?

                I like the idea of consistent tags but don't rely on the user to do this.
                Instead, suggest the standard tag when people use synonyms.

                • Sacha
                1 Reply Last reply
                0
                • D Offline
                  D Offline
                  DenisKormalev
                  wrote on last edited by
                  #8

                  xsacha, if you are talking about last two days then this points are bonus december points.

                  1 Reply Last reply
                  0
                  • X Offline
                    X Offline
                    xsacha
                    wrote on last edited by
                    #9

                    Oh, I just figured this wasn't working yet. So score doubles overnight :) That explains how the scores are shooting up so fast.

                    Just to clarify on the consistent tags:
                    If someone tries to tag a word, it looks up all terms that mean the same thing for that word in the system . Then it chooses the standard tag word and adds this to the list.
                    Later when someone searches a tag word, it uses the same method to find the tag (convert to standard name and find).

                    In fact, you could go over the tag database with a script (once the synonym library is done) to ensure old tags are standardised too.

                    Example:
                    I add tag 'visual studio' and system adds 'msvc'
                    Later someone searches for 'microsoft vc++' and it recognises it as 'msvc' and finds all related to this.

                    • Sacha
                    1 Reply Last reply
                    0
                    • D Offline
                      D Offline
                      DenisKormalev
                      wrote on last edited by
                      #10

                      xsacha, good suggestion (and extremely useful, yes) and AFAIR it was discussed something like 2 or 3 months ago, but don't remember results of discussion.
                      Marius, what do you think?

                      1 Reply Last reply
                      0
                      • ? This user is from outside of this forum
                        ? This user is from outside of this forum
                        Guest
                        wrote on last edited by
                        #11

                        [quote author="mariusg" date="1291382754"]This way you would get 0 points in our system. You might think you get points for doing that (the front end will show +2 points), but our nightly script will reassign the points to the original tagger.

                        Sorry :)[/quote]

                        Ok lets take this hypothetically forward .. suppose someone write code to run all the pages, collect all the tags -- then say manually finds their substitute or replaces them in his/her DB (e.g. MSVC becomes ms vis studio) ... and then in batches replaces them on the devnet pages... does the devnet nightly script still figure this out ...

                        disclaimer: this is only hypothetical and I am not responsibile if someone actually decides to try something :P heh heh

                        1 Reply Last reply
                        0
                        • ? This user is from outside of this forum
                          ? This user is from outside of this forum
                          Guest
                          wrote on last edited by
                          #12

                          [quote author="tamhanna" date="1291433029"]This sounds like a workable idea to me.

                          I will prolly add a few tags by hand tonight, but I see little value in tags as I never use them myself.[/quote]

                          I've found tags quite useful while searching for old threads in the forum ...

                          also, suggest if you can quote the author before saying "this sounds like a workable idea" ... i'm still wondering if you replied that to my hypothetical idea of hacking or to some earlier reply in this thread ;-)

                          1 Reply Last reply
                          0
                          • ? This user is from outside of this forum
                            ? This user is from outside of this forum
                            Guest
                            wrote on last edited by
                            #13

                            [quote author="tamhanna" date="1291434507"]I meant the script idea, which indeed is funny to say the least!
                            Tam[/quote]
                            I would recommend not to ... if you theoretically think its possible, then lets leave it at that :)

                            1 Reply Last reply
                            0
                            • X Offline
                              X Offline
                              xsacha
                              wrote on last edited by
                              #14

                              [quote author="mariusg" date="1291382754"]This way you would get 0 points in our system. You might think you get points for doing that (the front end will show +2 points), but our nightly script will reassign the points to the original tagger.[/quote]
                              How long is the original tagger kept for? If I remove all 'qml' tags before tonight and then add them after your script runs. What happens? It still keeps record of original tagger for next nights script?

                              • Sacha
                              1 Reply Last reply
                              0
                              • ? This user is from outside of this forum
                                ? This user is from outside of this forum
                                Guest
                                wrote on last edited by
                                #15

                                in the early days of "non double" points, only a Hobby Entomologist or above had the right to remove tags, so do you expect some responsible actions by the serious user who had to get over 500+ points to reach to that level ..

                                and even if someone does try this, I think the admins can find out if abnormal number of tags are being deleted and added back, it can always be found out and be rolled back and the user be banned for good. definitely user shouldn't qualify for elf project ;)

                                1 Reply Last reply
                                0
                                • X Offline
                                  X Offline
                                  xsacha
                                  wrote on last edited by
                                  #16

                                  [quote author="tamhanna" date="1291444343"]Hi,
                                  100 posts.
                                  on Forum Nokia in 5 days.[/quote]
                                  You've outdone yourself today.
                                  Twelve days of FM in one. And FM is much larger than this small forum so it would be much easier to post on.

                                  • Sacha
                                  1 Reply Last reply
                                  0
                                  • X Offline
                                    X Offline
                                    xsacha
                                    wrote on last edited by
                                    #17

                                    When I first saw you create that Magazine thread, I knew it was just to gain points :(. People would reply, you'd reply back.. points! :) Don't think anything will come of it, unfortunately.

                                    • Sacha
                                    1 Reply Last reply
                                    0
                                    • G Offline
                                      G Offline
                                      goetz
                                      wrote on last edited by
                                      #18

                                      Tam, please do calm down your tongue! We do not want that offending nor vulgar words here.

                                      Thank you.

                                      http://www.catb.org/~esr/faqs/smart-questions.html

                                      1 Reply Last reply
                                      0
                                      • X Offline
                                        X Offline
                                        xsacha
                                        wrote on last edited by
                                        #19

                                        Didn't mean to offend. I know you're after points. I just meant I hoped your magazine would be real but knew better - there's not enough subscribers to make it worthwhile. From the thread it seems like it won't happen. You mentioned you'd need to cut back editions because people are unwilling to pay a lot - this means not worth doing. And yes, I saw your website yesterday - you keep posting it, how could I miss it? :)

                                        • Sacha
                                        1 Reply Last reply
                                        0
                                        • M Offline
                                          M Offline
                                          mgran
                                          wrote on last edited by
                                          #20

                                          [quote author="xsacha" date="1291435534"]How long is the original tagger kept for? If I remove all 'qml' tags before tonight and then add them after your script runs. What happens? It still keeps record of original tagger for next nights script?[/quote]

                                          The original tagger of a tag on a content item is saved securely in the database for as long as that person is a member.

                                          Project Manager - Qt Development Frameworks

                                          1 Reply Last reply
                                          0

                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Users
                                          • Groups
                                          • Search
                                          • Get Qt Extensions
                                          • Unsolved