Slashdot Mirror


Happy Programmer Day!

netbuzz writes "As made-up holidays go, today's event – Programmer Day – doesn't get the attention or respect of, say, SysAdmin Day or Talk Like a Pirate Day. (One exception appears to be Russia, where 'Programmers' Day' has been 'officially recognized' since 2009.) Yet programmers and their fans are taking to public forums, if not in droves at least in growing groups, to give coders their due respect."

65 of 97 comments (clear)

  1. For your safety... by nman64 · · Score: 1

    Don't feed the code monkeys!

  2. Uh, yeah by arth1 · · Score: 1

    Coders, you can expect reciprocation on how much respect you paid your sysadmin on sysadmin day.

  3. So you wanted to be... by nman64 · · Score: 1

    ...a computer programmer...

    Your job became taking young programmers who love what they do and extracting their souls, motivating them to follow the same path you did.

    1. Re:So you wanted to be... by NoNonAlphaCharsHere · · Score: 2

      The things they did do, they did wrong. They found bugs. They found ways to circumvent all of your carefully constructed system rules and validations. Not because they were master hackers or brilliant technicians...but because they were just stupid. They clicked on things they shouldn't click on. They typed things in that they shouldn't type in. They didn't read simple instructions. They didn't listen in training. They were personally insulting you by being terrible at using your software.

      In a field labeled "Enter the number of specimens:" they typed "five specimens."

      In a field labeled "Social Security Number:" they typed "he doesn't have one because he is an illegal."

      Instead of using the button labeled "Create New Patient Record:" they kept changing the information in a single patient record over and over and saving it.

      <sigh> not a lot more needs to be said, does it?

    2. Re:So you wanted to be... by 19thNervousBreakdown · · Score: 1

      Yikes. I hope that guy is happier being not a programmer.

      Me? I love it. And when people figure out ways to do things wrong, I don't get mad, I figure out ways to make those wrong ways right. That's the point of programming! The only thing more rewarding than making stupid people capable, is making smart people more capable, and they're both hard. You want to be a programmer, but only do things that are easy? Hah! If it were easy, I'd just build a program to do it.

      --
      <xml><I><am><so><damn>Web 2.0</damn></so></am></I></xml>
    3. Re:So you wanted to be... by geekoid · · Score: 1

      Yep, that's a great example of a crappy programmer who should be eligible for any number of jobs in the food service or housekeeping industries.

      Almost every time I hear a programmer complain about the users, it's really the programmers fault the users are doing it.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  4. Is there an error in first time the date is used? by mykepredko · · Score: 1

    Shouldn't it be "255" and not "265"?

  5. Specialty Days Are Annoying. by Anonymous Coward · · Score: 1

    I'm a programmer and sysadmin* and I still think appreciation days and the people who insist on creating them are annoying and self-serving.

    *see what I did there? I told you I was someone who would conceivably benefit from appreciation days, and by distancing myself from them, have shown you that my opinion is untainted by self-interest, therefore lending my opinion more weight. Knowing this now, mod up accordingly.

    1. Re:Specialty Days Are Annoying. by Java+Pimp · · Score: 1

      Arrrr... ye be a scurvy dog fer thinkin there need be less appreciation fer the land-lubbers who be keepin yer ships afloat!

      --
      Ascalante: Your bride is over 3,000 years old.
      Kull: She told me she was 19!
    2. Re:Specialty Days Are Annoying. by ByOhTek · · Score: 1

      As both, I also have to agree with you.

      None the less moving to russia, with the appreciation in an official holiday, and the hot russian chicks does appeal to me.

      --
      Self proclaimed typo king, and inventor of the bear destroying coffee table (patent not pending).
  6. Due to a bug by MorteSicura · · Score: 1

    Due to a bug "Programmer Day" never got the appropriate attention.

  7. Re:Is there an error in first time the date is use by Faulkner39 · · Score: 1

    Shouldn't it be "255" and not "265"?

    Sorry, they had to ship the article before it passed QA. We have created a support ticket and are working on a patch to resolve the problem.

  8. /. 503 Error... by milbournosphere · · Score: 1

    How apt!

  9. Re:Is there an error in first time the date is use by Mister+Fright · · Score: 3, Informative

    According to this guy, it's 256th in our calendar because we're starting at an index of one. If we start at a zero index, it would be 255. Careful with that off-by-one error.

  10. So...where's my cake? by shawnhcorey · · Score: 1

    Can't be much of a holiday with cake. :(

    --
    Don't stop where the ink does.
    1. Re:So...where's my cake? by Wattos · · Score: 1

      The Cake is a lie! (Especially in Computer Science!)

  11. Re:Is there an error in first time the date is use by Zeros · · Score: 1

    What day is 0000 0000 hint its the first day.

  12. ITS A TRAP! by Anonymous Coward · · Score: 4, Funny

    You start to read the summary, you feel appreciated. Things are going well.

    And then....

    where 'Programmers' Day' has been

    UNMATCHED QUOTES!!!! NOOOOOOOOOOOOOOOOOOOOOOO!!!!!

    1. Re:ITS A TRAP! by Culture20 · · Score: 1

      where 'Programmers' Day' has been

      UNMATCHED QUOTES!!!! NOOOOOOOOOOOOOOOOOOOOOOO!!!!!

      Just be glad they weren't using LISP (because the parens would drive you mad :) ).

  13. So, we're that unappreciated now? by cneth · · Score: 1

    I once remarked to my admin on "Admin Day" that to be fair, there should also be a "Programmer Day". Her response? "Honey, _every_ day is Programmer Day."

  14. Requirements by iceaxe · · Score: 1

    Programmer Day wasn't in the requirements. Show me the spec and I'll have it ready next Tuesday.

    --
    WALSTIB!
    1. Re:Requirements by dudpixel · · Score: 1

      Programmer Day wasn't in the requirements. Show me the spec and I'll have it ready when its done.

      There, FTFY ;)

      --
      This seemed like a reasonable sig at the time.
  15. Don't taunt the code monkeys ... by Bob-taro · · Score: 1

    Don't taunt the code monkeys in forums or they may fling poo at you.

    --
    Prov 9:8 Do not rebuke mockers or they will hate you; rebuke the wise and they will love you.
  16. Java by Wattos · · Score: 1

    public class ProgrammerDay {
            public static void main(String[] args) {
                    System.out.println("Happy Programmer Day everyone!");
            }
    }

    1. Re:Java by Raumkraut · · Score: 1

      >>> while i_care:
      ...     print('Happy Programmer Day!')
      ...
      >>>

  17. Re:Is there an error in first time the date is use by Bob-taro · · Score: 1

    Shouldn't it be "255" and not "265"?

    Kids today have no respect for binary. Back in the day, we had to code in hexadecimal ... in 6 feet of snow! Uphill!

    --
    Prov 9:8 Do not rebuke mockers or they will hate you; rebuke the wise and they will love you.
  18. Re:Is there an error in first time the date is use by Wattos · · Score: 1

    Shouldn't it be "255" and not "265"?

    It is 256 distinct values and not the highest number. The highest number depends on the interpretation (e.g. it is 127 in two's compliment).

  19. Re:Happy Programmers Day by royallthefourth · · Score: 1

    Maybe it should say something more like "I tried Python but decided it was too cumbersome, but I'm going to try OpenGL next because it seems like a neat language"

  20. Re:Happy Programmers Day by NoNonAlphaCharsHere · · Score: 2

    I'm trying to enter the field. In the last few months I taught myself XML, CSS, XHTML, HTML and AU3 (AutoIT). I'm currently in the first twenty pages of a book on Python and its like pulling teeth

    Now all you need to do is learn some programming languages.

  21. Duplicated day. by julesh · · Score: 2

    They should do their research before inventing things that duplicate things that already exist. Most professions have a day dedicated to them simply because most professions have a patron saint, and all saints have a day allocated to them by the Catholic church.

    In the case of programming, the relevant saint is Isidore of Seville, whose saint's day is 4th of April.

    1. Re:Duplicated day. by geekoid · · Score: 1

      Yes, I wanted to be associated with an asshole who had the children of Jewish parent physicaly removed from their homes.

      Fuck you, and your crappy bastard of a saint.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  22. Re:Is there an error in first time the date is use by Woogiemonger · · Score: 1

    FTFA: "Programmer Day has been celebrated on the 265th day of the year since" .. that's a typo.. 256 is correct of course, as explained by other comments.

  23. What a coincidence... by The123king · · Score: 1

    I just enrolled for a Computer Science degree today.

    --
    If you gave me a choice between a printer and a giraffe with explosive diarrhoea, i'll get my ladder and my raincoat
    1. Re:What a coincidence... by jason.sweet · · Score: 1

      "Lasciate ogne speranza, voi ch'intrate"

  24. Re:Is there an error in first time the date is use by tomhudson · · Score: 1
    So what happens on leap years - do we go back in time a day?

    Besides, everyone knows that Programmers Day is also April Fools Day ("You really believed we wouldn't change the specs AGAIN? Fooled ya!")

  25. Bob Ross - Happy little programmer painting class by future+assassin · · Score: 4, Funny

    A little crimson white and just use the brush to paint in those Happy Little Programmers with white hats here and there. Just layer them for a nice contrast. You can also paint some Happy Little Programmers with black hats using midnight back for some real contrast.

    http://en.wikipedia.org/wiki/Bob_Ross

    --
    by TheSpoom (715771) Uncaring Linux user here. I have nothing to add to this but please continue. *munches popcorn*
  26. wish I didn't know by roman_mir · · Score: 1

    wish I didn't know this, it's a sad sad day :/

  27. Real programmers by roman_mir · · Score: 1

    Butterflies and all... real programmers hack every day to be a programmer day, it's not a day if it ain't hacked to be day of programmer.

  28. Only for 8 bit programmers!!! by syousef · · Score: 1

    From TFA "The number 256 was chosen because it is the number of distinct values that can be represented with an eight-bit byte-a number that is typically very well known to programmers...The number 256 was chosen because it is the number of distinct values that can be represented with an eight-bit byte-a number that is typically very well known to programmers."

    All you 2 bit programmers, get yer own day!!!

    --
    These posts express my own personal views, not those of my employer
    1. Re:Only for 8 bit programmers!!! by hierophanta · · Score: 1

      0 is a number

      for real?

    2. Re:Only for 8 bit programmers!!! by 19thNervousBreakdown · · Score: 1

      Naturally!

      --
      <xml><I><am><so><damn>Web 2.0</damn></so></am></I></xml>
    3. Re:Only for 8 bit programmers!!! by dudpixel · · Score: 1

      yeah, that makes 256 numbers. Shall we continue?

      --
      This seemed like a reasonable sig at the time.
  29. Less Deserved by excelblue · · Score: 3, Insightful

    Having been both a sysadmin and programmer, I have to honestly say that while sysadmin day is deserved, programming day isn't. There's just simply much more to sysadmins that are underappreciated when compared to programmers:

    * Sysadmins setup routine systems that are built by programmers (who usually get the credit).
    * Sysadmins only get (negative) attention when something goes awry.
    * There's usually no mention of sysadmins anywhere.
    * Unless you are very technical, you probably don't even know that sysadmins exist!

    In contrast, programmers have it nice in the sense that when they do a good job, they are seen as the heroes who created the system. People go to programmers for feature requests in addition to bug reports. Their names are usually listed in an about dialog or readme file somewhere. Also, unless you are completely technically illiterate, you know that someone has to create the software.

    The final bit: the infrastructure will crash and burn without sysadmins, but without programmers, it'll just cease to advance.

    Having a Programmer Day in addition to Sysadmin Day is like having an Executive Day in addition to Labor Day: unnecessary, unjustified. In both cases, the former already has the glory on a daily basis that the latter is hugely lacking.

    1. Re:Less Deserved by arth1 · · Score: 1

      You're essentially saying we should have a masons' day, and fuck the guys that make the bricks. Programmers and sysadmins need each other and it does no good for one group to slag off the other.

      If you think that's true ask yourself this:
      When was the last time you heard of a sysadmin asking a programmer to program something for him?

      Programmers, on the other hand, go to the sysadmin whenever something is wrong. Then they don't even feel shame whenever it turns out that they caused the problems themselves, didn't know or bother how to figure out what it was, and blamed it on "the system'.

      The next time I hear "but it compiles on my box!" i'll say "great, I'll send everyone who can't get it to compile over to compile it on your box, then."

    2. Re:Less Deserved by dudpixel · · Score: 1

      mate I wanna know where you worked as a programmer if they got their glory on a daily basis...

      I'd say the 2 are more similar than they are different - and for the same reasons.

      --
      This seemed like a reasonable sig at the time.
    3. Re:Less Deserved by dodobh · · Score: 1

      Actually, it's tech support and sysadmins who get the flak.

      --
      I can throw myself at the ground, and miss.
    4. Re:Less Deserved by MadKeithV · · Score: 1

      ... In contrast, programmers have it nice in the sense that when they do a good job ...

      See, that's where your argument loses all credibility.
      Everyone knows that programmers never do a good job!.

    5. Re:Less Deserved by The+Jynx · · Score: 1

      The final bit: the infrastructure will crash and burn without sysadmins, but without programmers, it'll just cease to advance.

      Sounds to me like your infrastructure is pretty bad if it needs your constant input to stop it failing.. If a programmer wrote software like that they would be out of a job very quickly.

    6. Re:Less Deserved by geekoid · · Score: 1

      sysadmins are just underachieving programmers.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  30. Re:Is there an error in first time the date is use by ShavedOrangutan · · Score: 1

    I thought the conflicting specifications was intentional irony.

    Programmer Day should be on a different day every year. And the day shouldn't be announced until it's already passed.

    --
    Godaddy is a scam and a ripoff.
  31. Re:Is there an error in first time the date is use by narcc · · Score: 1

    my prime number sieve discards both numbers

    Eratosthenes? Is that you?

  32. Re:Made-up holiday? by Quiet_Desperation · · Score: 1

    The birthday of Chuck Norris is etched into time itself.

  33. Irony by kiltyj · · Score: 1

    Kinda funny that the Programmer Day FAQ lists Programmer's Day as Sept. 12th for leap years, but the countdown on the homepage fails to take this into account. You'd think the countdown value being greater than 365 days today would be a dead giveaway to their... programmers...

  34. Any moron can call themselves a programmer by Osgeld · · Score: 1

    So should I really appreciate some noodle head's VB thing that instacrashes windows? Or what about a sandboxed scripting language that still allows full access to to the root system? What about that stock market thing where one "oops" in the chaos of a trading day caused a major panic?

    My point is it really should be called "Happy Competent Programmer Day!" or else we should be giving people pats on the back for writing gems like the Sony customer database interface.

    PS: I am no where near competent in programming, I just do it as a hobby, where is my hallmark card.

  35. Re:Is there an error in first time the date is use by 19thNervousBreakdown · · Score: 1

    It's programmer day, not cryptographer day.

    --
    <xml><I><am><so><damn>Web 2.0</damn></so></am></I></xml>
  36. Re:Is there an error in first time the date is use by Cyberax · · Score: 1

    ...
    An off-by-one index had done it again.

  37. Re:Is there an error in first time the date is use by sjames · · Score: 1

    Shouldn't that be 0x06 feet of snow?

  38. Re:Bob Ross - Happy little programmer painting cla by sjames · · Score: 1

    And remember, there are no bugs, just happy little features.

  39. Yarrr! by billstewart · · Score: 1

    Ye wouldna be needin' all that loot if there weren't landlubbers to fence it to, mate!

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  40. Re:Is there an error in first time the date is use by dudpixel · · Score: 1

    The number 255 is still the 256th number if you start at 0 - makes no difference.

    Leap years raise a good question...we should have it a day earlier on leap years. :-)

    --
    This seemed like a reasonable sig at the time.
  41. Re:Is there an error in first time the date is use by JasterBobaMereel · · Score: 1

    256 from the start of the year ... in which Calendar? Ethiopian, Coptic, Chinese, Russian Orthodox, French Revolutionary?

    --
    Puteulanus fenestra mortis
  42. IN true programmer fashion by geekoid · · Score: 1

    Each iteration of programer's day will get a little bigger, until it takes the whole year... then it will crash.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  43. Re:Is there an error in first time the date is use by geekoid · · Score: 1

    You ahd Hex? you were lucky!

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  44. Re:Is there an error in first time the date is use by Woogiemonger · · Score: 1

    That's a downer. Maybe Programmer Day should be decided by two unsynchronized threads, and the date isn't final until they deadlock.

  45. Re:Is there an error in first time the date is use by Mister+Fright · · Score: 1

    Yeah, I worded that not the best. Meant the same thing, numbered 255 if zero index which is still 256th number.

    Yup, that's how it is. Sept 12th on a leap year. Kind of like those holidays that are "second Monday of this month" kind of thing. The exact date doesn't matter. Just happens to be Sept 13 this year.