Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

A little bit evil...

  • 28-06-2011 2:57pm
    #1
    Registered Users, Registered Users 2 Posts: 8,659 ✭✭✭


    I just added some error handling code to one my applications. No big deal, but...it randomly displays either a helpful error message or a completely useless error. It's pure luck as to whether a user will get the helpful message or not.

    Also, I had a particular customer who kept doing the most stupid things in an application, generating hours of work per week for me. So I added some code that specifically runs when this specific user repeats her previous stupid actions. This 'special' code freezes her PC for about 10 mins.

    So AH...have you ever done anything just a little bit evil?
    (Do not self-incriminate yourself about doing anything illegal).


Comments

  • Closed Accounts Posts: 10,808 ✭✭✭✭chin_grin


    You're my nerd-god. <bows>


  • Banned (with Prison Access) Posts: 34,567 ✭✭✭✭Biggins


    :D Guess! :D


  • Registered Users, Registered Users 2 Posts: 2,004 ✭✭✭jimthemental


    Do you work in Deycom?


  • Closed Accounts Posts: 10,808 ✭✭✭✭chin_grin


    Do you work in Deycom?

    Stung?! :pac:


  • Banned (with Prison Access) Posts: 34,567 ✭✭✭✭Biggins


    The OP is standing by with a Scientology E-meter!


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 7,041 ✭✭✭Seachmall


    A good few years ago I wrote a small script for a friend so he could spam friends on Bebo (yep, that long ago). He got to choose the message that was spammed (obviously) but the third time he used it it defaulted to "I'm a massive faggot with no friends who needs to spam everybody" and then never worked again.

    We got a good aul chuckle out of it.


  • Posts: 0 [Deleted User]


    I just added some error handling code to one my applications. No big deal, but...it randomly displays either a helpful error message or a completely useless error. It's pure luck as to whether a user will get the helpful message or not.

    Also, I had a particular customer who kept doing the most stupid things in an application, generating hours of work per week for me. So I added some code that specifically runs when this specific user repeats her previous stupid actions. This 'special' code freezes her PC for about 10 mins.

    So AH...have you ever done anything just a little bit evil?
    (Do not self-incriminate yourself about doing anything illegal).

    God that's so mad


  • Registered Users, Registered Users 2 Posts: 6,455 ✭✭✭weemcd


    So I added some code that specifically runs when this specific user repeats her previous stupid actions. This 'special' code freezes her PC for about 10 mins.

    If left to own devices, the user should eventually avoid making the same mistakes. Or are they that thick?


  • Registered Users, Registered Users 2 Posts: 7,041 ✭✭✭Seachmall


    weemcd wrote: »
    If left to own devices, the user should eventually avoid making the same mistakes. Or are they that thick?

    Your average computer user is far dumber than your average lab rat.


  • Closed Accounts Posts: 4,564 ✭✭✭Naikon


    <errno.h> is your friend. **** exception handling. Return codes are all you need.


  • Advertisement
  • Banned (with Prison Access) Posts: 34,567 ✭✭✭✭Biggins


    The art of the scam is in the validation code! :D


  • Registered Users, Registered Users 2 Posts: 25,775 ✭✭✭✭kfallon


    *cough* *cough* geeks *cough* *cough*

    :pac:


  • Registered Users, Registered Users 2 Posts: 974 ✭✭✭jme2010


    Marge parks the car in the parking lot, and as she does, Homer sees a
    nerd walk by.

    Homer: I]yelling at a student[/I Neeeerd!
    Marge: Homer, that isn't very nice.
    Homer: Marge, try to understand. There are two kinds of college
    students: jocks and nerds. As a jock, it is my duty to give
    nerds a hard time.
    I]A "jock" walks by[/I
    Hey pal! Did you get a load of the nerd?


  • Registered Users, Registered Users 2 Posts: 974 ✭✭✭jme2010


    Author: Forever Alone|
    printf("Will you be my friend?");

    msgbox "Will you be my friend?"


  • Registered Users, Registered Users 2 Posts: 35,602 ✭✭✭✭o1s1n
    Master of the Universe


    This is the best hidden message in a piece of software ever -

    http://tcrf.net/Ganso_Saiyuuki


  • Registered Users, Registered Users 2 Posts: 1,025 ✭✭✭problemchimp


    Oh you evil people, you make Hitler look like a little rascal!


  • Closed Accounts Posts: 4,564 ✭✭✭Naikon


    "Mechanism, not policy"

    I hope at least one person will recognize the importance of this quote. If you are forced to code exceptions, dump the language.


  • Closed Accounts Posts: 4,564 ✭✭✭Naikon


    Seachmall wrote: »
    Your average computer user is far dumber than your average lab rat.

    Assume the user is a criminal. I live by this assumption. Arbitrary length/formatted input is your worst enemy.


  • Registered Users, Registered Users 2 Posts: 12,555 ✭✭✭✭AckwelFoley


    i ran over a >insert ethnic minority here< to avoid hitting a dead cat on the road


  • Closed Accounts Posts: 11,582 ✭✭✭✭TheZohanS


    snyper wrote: »
    i ran over a >insert ethnic minority here< to avoid hitting a dead cat on the road


    Done.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 1,311 ✭✭✭Procasinator


    I just added some error handling code to one my applications. No big deal, but...it randomly displays either a helpful error message or a completely useless error. It's pure luck as to whether a user will get the helpful message or not.

    Also, I had a particular customer who kept doing the most stupid things in an application, generating hours of work per week for me. So I added some code that specifically runs when this specific user repeats her previous stupid actions. This 'special' code freezes her PC for about 10 mins.

    So AH...have you ever done anything just a little bit evil?
    (Do not self-incriminate yourself about doing anything illegal).

    I'm guessing the usability of this application is quite poor. Is this a evil plan to make yourself indispensable to the company (i.e. make it hard for anyone else to figure out the system)?


  • Registered Users, Registered Users 2 Posts: 8,659 ✭✭✭CrazyRabbit


    I'm guessing the usability of this application is quite poor. Is this a evil plan to make yourself indispensable to the company (i.e. make it hard for anyone else to figure out the system)?

    The application (the one already deployed) works perfectly fine for the other 13,500+ users. This one user keeps finding new ways to bypass the validation/error checking routines. You wouldn't believe the incredible things she has done...no sane person would do the same.

    However, bugs do appear in my applications. I'm only a Level 61 programmer. :p

    Oh, and I'm already indispensable. I perform multiple job roles that were previously done by 4 people. If I left, they'd have to hire 2-3 people to replace me as it's highly unlikely they could find someone with the same set of skills or with the same key knowledge.


  • Registered Users, Registered Users 2 Posts: 7,041 ✭✭✭Seachmall


    If I left, they'd have to hire 2-3 people to replace me as it's highly unlikely they could find someone with the same set of skills or with the same key knowledge.
    Or the same ability to fuck with customers :P


Advertisement