Author Topic: How does that Karma Work?  (Read 1782 times)

0 Members and 1 Guest are viewing this topic.

Offline ShogunWarriorTopic starter

  • Devotee
  • Posts: 533
  • Gender: Male
  • # IRELAND #
    • View Profile
    • David Doran Media
How does that Karma Work?
« on: July 10, 2006, 06:44:58 PM »
Hi, just wondering how this whole karma thing is working at the moment.
I don't have any option to +/- anyone elses Karma, and so I'm not sure how Karma is changed.
My Karma is -1 but I don't really know why, is there a way to find out why I was - karmad and if I can +/- other people.

Cheers.
<a href="http://www.daviddoranmedia.com/">My New Site/Blog</a> | <a href="http://www.daviddoranmedia.com/check/">Check your page for broken links/images/scripts</a>

Zend Certified Engineer
Follow me on Twitter: http://twitter.com/davidd

Offline .josh

  • Administrator
  • 'Insane!'
  • *
  • Posts: 13,150
  • Grumpy Old Man
    • View Profile
Re: How does that Karma Work?
« Reply #1 on: July 10, 2006, 07:02:50 PM »
you can't grace/smite someone until after a certain amount of posts. i don't know what it is set at though. it was recently implemented. basically the idea is that if someone has been helpful, you click their grace. if they have been rude or non-helpful or whatever, you smite them.  as far as i know, there is no way to find out who graced or smited you and for what. As far as I know, not even the admin can see that. I run smf on my site and i haven't found any options for that..if thantos sees this thread he'd be able to say for sure, as he's part of the smf devteam, or something like that. 

Did I help you? Feeling generous? Donate to me! | Donate to phpfreaks!

Offline ShogunWarriorTopic starter

  • Devotee
  • Posts: 533
  • Gender: Male
  • # IRELAND #
    • View Profile
    • David Doran Media
Re: How does that Karma Work?
« Reply #2 on: July 10, 2006, 07:13:35 PM »
Ah well, I was a bit puzzled seeing -1 when I have no way to know why someone did that.
<a href="http://www.daviddoranmedia.com/">My New Site/Blog</a> | <a href="http://www.daviddoranmedia.com/check/">Check your page for broken links/images/scripts</a>

Zend Certified Engineer
Follow me on Twitter: http://twitter.com/davidd

Offline effigy

  • Staff Alumni
  • Freak!
  • *
  • Posts: 7,301
  • Gender: Male
  • We must be the change we wish to see in the world.
    • View Profile
Re: How does that Karma Work?
« Reply #3 on: July 10, 2006, 09:58:36 PM »
I think it was me on this post. The posted code does not require an inline source, and the user does not have to find and eval each php section when the string is concatenated between ?> and <?php. For example:

Code: [Select]
<?php

$today date("l");

$test '
<b>Example:</b>
<hr/ >
<?php echo "These are colors:"; ?>

<br />
<?php
$colors = array("red""green""blue");
echo join("<br />"$colors);
?>

<hr />
Today is <?php echo $today?>.
';
echo eval('?>' . $test . '<?php');
?>

Let me know if I misunderstood something.

You can read my feelings about the karma system here.
Regexp | Unicode Article | Letter Database
/\A(e)?((1)?ff(?:(?:ig)?y)?|f(?:ig)?)\z/

Offline ShogunWarriorTopic starter

  • Devotee
  • Posts: 533
  • Gender: Male
  • # IRELAND #
    • View Profile
    • David Doran Media
Re: How does that Karma Work?
« Reply #4 on: July 12, 2006, 11:37:15 AM »
Well if that's the way it works. I think I gave a safer version, I thought Karma was about someone being obnoxious, ignorant or unhelpful, not because you think their solution is worse.

Oh don't smite me almighty smiter.
<a href="http://www.daviddoranmedia.com/">My New Site/Blog</a> | <a href="http://www.daviddoranmedia.com/check/">Check your page for broken links/images/scripts</a>

Zend Certified Engineer
Follow me on Twitter: http://twitter.com/davidd

Offline effigy

  • Staff Alumni
  • Freak!
  • *
  • Posts: 7,301
  • Gender: Male
  • We must be the change we wish to see in the world.
    • View Profile
Re: How does that Karma Work?
« Reply #5 on: July 12, 2006, 12:32:30 PM »
That's another "problem" with karma--it's subjective. However, by your view of the karma system it was still justified.

1. Saying a solution doesn't work when it does is "unhelpful" in my opinion.
2. Saying code doesn't work when you could have ran tests is "ignorant" in my opinion.

I never said your solution was worse. Both of our solutions were equally valuable depending on how the user wants to implement their system.
« Last Edit: July 12, 2006, 12:35:48 PM by effigy »
Regexp | Unicode Article | Letter Database
/\A(e)?((1)?ff(?:(?:ig)?y)?|f(?:ig)?)\z/

Offline .josh

  • Administrator
  • 'Insane!'
  • *
  • Posts: 13,150
  • Grumpy Old Man
    • View Profile
Re: How does that Karma Work?
« Reply #6 on: July 12, 2006, 02:26:09 PM »
i have no problem smiting someone if i feel they have made the problem a lot worse, even if they had good intentions.  maybe that makes me evil. oh well. 

i feel like i'm the only one on this entire board who wanted the karma system back and it was implemented just to shut me up.  if that's the case, then by all means, take it away. The karma system is not the end-all-be-all of my existence. I just thought it was more useful than other things around here.

Did I help you? Feeling generous? Donate to me! | Donate to phpfreaks!