Skip to content

Mobile-friendly view for journey

Announcements

  • 6 Votes
    4 Posts
    191 Views

    @cagatay these changes aren’t published anywhere presently, so nothing for you to do.

  • 22 Votes
    21 Posts
    1k Views

    Already found 2 bugs, which have been committed to live code

    Relative path is provided in some instances, so a function now exists to return the full path instead so the image is rendered OGProxy does not target chat - this has been fixed
  • 7 Votes
    3 Posts
    164 Views

    @DownPW Yes, this is the general idea. I’m also in the process of putting together a welcome message to be displayed when a new user registers so they can explore all of the services on offer.

  • 33 Votes
    42 Posts
    1k Views

    @crazycells said in Rebranding / other changes:

    thanks for the info you gave, I need to transfer this info to our dev team

    No problems - let me know if you need any other info.

  • 24 Votes
    49 Posts
    2k Views

    @crazycells You should be able to upvote more now as I’ve located the hard coded function in the plugin responsible for this and changed it from

    maxVotesPerUser(reputation) { let MIN = 5, MAX = 50; let calculatedVotesPerUser = Math.floor(reputation / 10); if (calculatedVotesPerUser < MIN) { calculatedVotesPerUser = MIN; } else if (calculatedVotesPerUser > MAX) { calculatedVotesPerUser = MAX; } return calculatedVotesPerUser; },

    to

    maxVotesPerUser(reputation) { let MIN = 5, MAX = 500; let calculatedVotesPerUser = Math.floor(reputation / 50); if (calculatedVotesPerUser < MIN) { calculatedVotesPerUser = MIN; } else if (calculatedVotesPerUser > MAX) { calculatedVotesPerUser = MAX; } return calculatedVotesPerUser; },

    It appears that the upvote limit is 10% of your reputation by default.

  • 5 Votes
    5 Posts
    400 Views

    @qwinter very well put. Great points and I can certainly align with these. I personally don’t see no university as a barrier to progression. My old boss said that he’d take preference with anyone who had a degree because of their “ability to think logically” (I kid you not). I said “well, you hired me and I don’t have a degree…”.

    He paused for a moment realising that he’d literally dug himself a hole and fell in it. He then said “ah yes, but you’re an exception”.

    “Exception” or not - it’s still a bigoted reasoning mechanism, and elitist to put it mildly. Class distinction springs to mind here.

  • 1 Votes
    3 Posts
    343 Views

    @downpw I’m inclined to agree with the self-development - and the point you make about the lack of certification being seen as a barrier to enter professions.

    @downpw said in Experience vs Certification - who wins?:

    Because even without experience, if you have an iron will, you can be better than someone who has certification. With more work and effort, certainly, but does it matter?

    This is an interesting statement because I knew of several people years ago whom obtained MCSE accreditation, but had never sat in front of a real-life scenario before where they had to fix something - hence, the term, “Paper MCSE”. Essentially, this involves reading a book, then going to do the exam. Some people have that capability where they can retain a bulk load of information, and use that to easily pass an exam - yet have no practical experience.

    To me, it’s easy to identify these people. They can give you a text-book answer, but have no ability to prove it physically.

  • 6 Votes
    16 Posts
    716 Views

    And it seems to be less conflicting!