• (cs) in reply to GoatCheez

    GoatCheez:
    Anonymous:
    The more I read on this site the more I am convinced that I should get out of the programming business. I simply don't want to be associated with people who do such things and call themself "programmers".

    Used car salesman seems like a much more honest profession than programming to me now. Any job offers?


    I think the true problem lies in our education system. People are graduating college with computer science degrees who don't C from C#, or Java from JavaScript.

    Heh, when I started at this company me and a few others were sent on an ASP.NET course to learn about this (then) new technology. I like to do things in Javascript, and wasn't afraid of saying so in front of the instructor, to which he replied: Oh, but in .Net there's no need for Javascript, Javascript is over when you start .Net...

    Shows you how much he really knew about ASP.NET, doesn't it?

    (For those who don't know, ASP.NET submits forms using... Javascript)

    Drak

  • (cs) in reply to Runtime Error
    Anonymous:
    Quinnum:
    scooter:
    What happens when a user moves their taskbar to the right hand side of the screen?

    I would suggest that this programmer make sweeps across the screen, examining 20x20 px squares looking for a portion of the word "Start".  This would be a much more robust solution for locating the start menu than just assuming that Screen.Height / 15 - 10 will work.


    Arrgh but what about if 'auto-hide' is enabled ???



    The obvious solution is to reset the user's taskbar location and other settings back to default settings when the program starts.

    Heh, very funny. Why not just have it put a windows CD and reinstall Windows with the new settings while you're at it? :D

  • (cs) in reply to Gene Wirchenko

    Dear Gene Wirchenko,

    "I wonder if it occurred to him that there could be a better way. Considering what he did know, it ought to be a reasonable conclusion that there is probably a better way that is easy." You don't say?

    Sincerely, Wesley Thawte Fullton

  • (cs) in reply to FrostCat
    FrostCat:

    sao:
    i once typed 'teh' instead of 'the'.

    I used to know a guy who's last name was Teh.  The fun he had using Word...

    Back in the old dos days, i had batch files for every command i frequently mistyped, in the batchfile was the correct command with a bunch of arguments passed.

    I had diur.bat, dior.bat, dire.bat etc

    all of them had dir %1 %2 %3 %4 ..... in it.

    was very handy

  • (cs) in reply to Xarium

    Xarium:
    Correction: No Adobe product will EVER be installed be me again

    Meanwhile, I've just learned that the "edit feature" appears not to be...

    I'm sure you mean:

    Correction: No Adobe product will EVER be installed BY me again

    Sorry, just wanted to point out the irony of re-posting to correct a typo and then introducing another typo.

    I know, it's hilarious, right?

    [8-)]

  • Denis Troller (unregistered) in reply to leo
    Anonymous:

    Thankfully, "run" is the only thing in the Start menu that could possibly start with an "R"... [8-)]



    Well, sort of.
    Wait, I'm French, on my system it would be "Find" ("Rechercher")...

    My my, thankfully this system is obviously not meant to be internationalized.
    Reminds me of a person who saved part of the program logic into the button labels... (yes, the button click event was handled differently depending on the button label). No need to say, the day we had to change the program language for a new foreign customer, th eprogram behaved a bit differently...


  • (cs) in reply to Denis Troller

    To be fair, this method was used all over a book I had to use for my visual programming course in college.  Anytime it gave a sample application that was supposed to allow a user to add something to a table, the logic in the click event for the "Add" button went like:

    btnAdd_Click
    {
        if btnAdd.Text = "Add"
        {
           --Set the form up so the user can add the new whatever

           btnAdd.Text = "Save"
        }
        else if btnAdd.Text = "Save"
        {
           --Save the newly entered info about the new whatever

           btnAdd.Text = "Add"
        }
    }

    So yeah, it's not the smartest thing to do, but I have a harder time faulting the people who are supposed to learn from these books than I do the authors.

  • (cs) in reply to leo
    Anonymous:

    Thankfully, "run" is the only thing in the Start menu that could possibly start with an "R"... [8-)]

    On my system, the Registry Editor is on the start menu and Win,R will select it first, then R again will select the Run item.

    Whoever wrote this code doesn't deserve to be called a programmer. Actually, *anyone* that writes in VB doesn't deserve to get called a programmer...

  • wa te faku (unregistered) in reply to llxx

    I once wrote a java program to aid me in killing people in The Kill Everyone Project[1]. It worked so well it got me banned, which made me really proud. It worked similar to this program: it would position the mouse cursor right above the window of the java program, then click, then move the mouse cursor 1 pixel to the right. And then at the end of the title bar of the window it would move back to the left.

    This sort of thing is a gas to debug, especially if you use em in infinite loops like I did- you totally lose control over your machine, and keyboard isn't going to save you either. Only the reset button will help.

    [1] http://homokaasu.org/killeveryone/

  • (cs) in reply to wa te faku

    This really is the worst thing that I've ever seen.

    Of course, if the system calls to do this and the 'exec' and 'system' functions are ever removed, the author will be vindicated.

  • maratcolumn1 (unregistered)

    Actually it is not a joke, but part of a big big problem (which is probably a joke by itself, but on people who believe in Microsoft): http://www.net-security.org/article.php?id=162 . As soon as you run a code on your Windows machine you are owned regardless of any access rights. I pressed buttons on other windows myself and it works. Doing this with mouse coordinates is stupid, you can just enumerate windows and send message to window you want. Usually they even have id's so you don't have to mess with titles.

  • rzymek (unregistered)

    Well he might have not figured out the code himself...
    Check out this discussion: http://thedailywtf.com/forums/AddPost.aspx?PostID=54676

    discussion
    dissection
    diction
    discretion
    suction
    Edit...
    Revert to "discution"

  • (cs)

    A live WTF: Go to http://www.mightyrhapsody.com/ click on the image and have fun :D

  • (cs) in reply to Makli

    "The other problem is that it's 'R' only on the english version on Windows. In my czech version it would be 'T'."

    <FONT face=Verdana size=2>I bet he was American and you are forgetting that you are just living in the 'interesting theme park bahind the ocean' and since you are living in an igloo or smth like that you shouldn't be able to use computers there :P</FONT>

     

  • (cs) in reply to Doobie Dan
    Doobie Dan:

    ferrengi:
    Wow,
    If you can send me the executable for this "program", I would love to run it on my machine and watch this monstrosity in action.

    You would let that run on your machine?!!  You, sir, are a brave man.  I salute you.



    Hmmm, on second thought maybe I'll just run it on some old PC that I don't care if it gets all screwed up or not.
  • (cs)

    I've actually done this sort of thing in a non-WTF fashion, in VB, no less (It was long time ago and I needed the money! (Well, there wasn't any money. But it was a long time ago :) ))
    There was an old movie-creation app for kids that could use "shortcuts" for many tedious tasks, but didn't have any way to do macros or change the code (It was as far from open source as you can get: Microsoft wrote it), so I wrote up an app that did macros by using mouse_event and SendKeys. It did some weird VB-trick to get keypresses (which broke the debugger, I remember. Made testing a royal pain), and played back preprogrammed macros by moving the cursor around and clicking and typing.

    It correctly got the window position, but didn't account for those huge XP titlebars that came out a few months later. Correctly getting the sizes easily fixed it though

  • maratcolumn1 (unregistered) in reply to Foone

    niushiko
    Well, there're two R's in our Windows.

    Foone
    > But it was a long time ago. [...] It correctly got the window position, but didn't account for those huge XP titlebars that came out a few months later.

    Well, LONG time ago Windows shipped with Macro Recorder (or just Recorder) application that did exactly that.

  • (cs) in reply to maratcolumn1
    Anonymous:
    niushiko
    Well, there're two R's in our Windows.


    well... I wouldn't know... mine is Arabic...
  • (cs) in reply to Drak
    Drak:

    GoatCheez:
    Anonymous:
    The more I read on this site the more I am convinced that I should get out of the programming business. I simply don't want to be associated with people who do such things and call themself "programmers".

    Used car salesman seems like a much more honest profession than programming to me now. Any job offers?


    I think the true problem lies in our education system. People are graduating college with computer science degrees who don't C from C#, or Java from JavaScript.

    Heh, when I started at this company me and a few others were sent on an ASP.NET course to learn about this (then) new technology. I like to do things in Javascript, and wasn't afraid of saying so in front of the instructor, to which he replied: Oh, but in .Net there's no need for Javascript, Javascript is over when you start .Net...

    Shows you how much he really knew about ASP.NET, doesn't it?

    (For those who don't know, ASP.NET submits forms using... Javascript)

    Drak



    Yeah, some people need to be taken out back and shot.
  • Pain (unregistered)

    Young coders eh? "Taught to program, but not how to program" does indeed sum this up!

    Im watching TV at the moment though and just saw another one of these "CompuTeach" adverts.....£30K and a company car potential earnings dangled to tempt some mimum wage sucker to think a career in IT is for them and a 6-9 month course will make them employable within the industry....WTF goldmine there no doubt!!

  • jbode (unregistered) in reply to GoatCheez

    GoatCheez:
    Anonymous:
    The more I read on this site the more I am convinced that I should get out of the programming business. I simply don't want to be associated with people who do such things and call themself "programmers".

    Used car salesman seems like a much more honest profession than programming to me now. Any job offers?


    I think the true problem lies in our education system. People are graduating college with computer science degrees who don't C from C#, or Java from JavaScript. Yet, they still manage to pass all of their programming classes. I really think it has to do with some college requiring professors to pass X amount of students. If a professor gets 100 kids who can't program, and never learn how to, he still has to pass some or the administrators will thing he or she cannot teach programming. If it were up to me, I would have a very strict grading structure, and am sure that most of the time only one or two people would just barely pass a test in a group of 20. I have had to tutor CS students, and some of them just cannot be tought how to program. These people still manage to get their degrees. This is THE reason why I feel that CS degrees are completely useless.

    I know this comes as a shock to a lot of people, but Computer Science is not a degree in programming; what programming skills you pick up are incidental and secondary to the important stuff, which is more along the lines of a mathematics degree than anything else.  Between studying data structures, sequential machine theory, computer architecture, digital logic, algorithmic analysis, etc., there just isn't a whole lot of time to learn any specific language in depth. You learn just enough to complete that week's assignment, and move on. 

    Besides, it's pointless to focus on any specific language in depth, as there's no guarantee that the student will even be using that language upon graduation.  In my college career, all the classes were taught using either C or Fortran 77.  My first professional assignment upon graduating was in Ada, which I had studied for maybe 10 minutes as part of a language survey class.  

  • Anonymous Nitwit (unregistered) in reply to jbode

    Can't he just us <font face="verdana, geneva, helvetica" size="1">VK_LMENU?!
    </font>

  • (cs) in reply to jbode
    Anonymous:
    I know this comes as a shock to a lot of people, but Computer Science is not a degree in programming; what programming skills you pick up are incidental and secondary to the important stuff, which is more along the lines of a mathematics degree than anything else.  Between studying data structures, sequential machine theory, computer architecture, digital logic, algorithmic analysis, etc., there just isn't a whole lot of time to learn any specific language in depth. You learn just enough to complete that week's assignment, and move on. 

    Besides, it's pointless to focus on any specific language in depth, as there's no guarantee that the student will even be using that language upon graduation.  In my college career, all the classes were taught using either C or Fortran 77.  My first professional assignment upon graduating was in Ada, which I had studied for maybe 10 minutes as part of a language survey class.  



    While I agree with your first point, I disagree with the second.  You are correct that the languages you might learn is school are different than what you may use professionally, learning at least one or two languages in depth gives you a strong foundation upon which you will later be able to learn other languages in depth.  Being able to write a "Hello, world!" program in 37 different languages is pretty useless.  Someone who has designed and built complex object models in C++, however, will be able to do the same in Java, .Net, SmallTalk, or Ruby with only a moderate amount of self-education.

    I personally believe that anyone going for a degree in a computer related field should be able to code well in at least one procedural language (C?), one OO language (C++, Java, SmallTalk, Ruby), one swiss army knife language (Perl?), and at least one other interesting language like a Lisp derivative.
  • (cs) in reply to jbode
    Anonymous:

    GoatCheez:
    Anonymous:
    The more I read on this site the more I am convinced that I should get out of the programming business. I simply don't want to be associated with people who do such things and call themself "programmers".

    Used car salesman seems like a much more honest profession than programming to me now. Any job offers?


    I think the true problem lies in our education system. People are graduating college with computer science degrees who don't C from C#, or Java from JavaScript. Yet, they still manage to pass all of their programming classes. I really think it has to do with some college requiring professors to pass X amount of students. If a professor gets 100 kids who can't program, and never learn how to, he still has to pass some or the administrators will thing he or she cannot teach programming. If it were up to me, I would have a very strict grading structure, and am sure that most of the time only one or two people would just barely pass a test in a group of 20. I have had to tutor CS students, and some of them just cannot be tought how to program. These people still manage to get their degrees. This is THE reason why I feel that CS degrees are completely useless.

    I know this comes as a shock to a lot of people, but Computer Science is not a degree in programming; what programming skills you pick up are incidental and secondary to the important stuff, which is more along the lines of a mathematics degree than anything else.  Between studying data structures, sequential machine theory, computer architecture, digital logic, algorithmic analysis, etc., there just isn't a whole lot of time to learn any specific language in depth. You learn just enough to complete that week's assignment, and move on. 

    Besides, it's pointless to focus on any specific language in depth, as there's no guarantee that the student will even be using that language upon graduation.  In my college career, all the classes were taught using either C or Fortran 77.  My first professional assignment upon graduating was in Ada, which I had studied for maybe 10 minutes as part of a language survey class.  



    While it may not be a degree in programming, it is the fundamental part of the degree. Even if the student was learning different languages, that student should know enough to not do stupid stuff like this WTF. If this person was using C, or any other language, they would have done it in the same matter simply because they don't know computer architecture. Knowing to use OS calls to register a dll instead of using the interface is BASIC programming knowledge. Who would write a program that clicks the start menu, hits run, then types calc, then enters some numbers, etc, to do c = a + b? This/These person/people almost did just that...
  • (cs) in reply to GoatCheez
    GoatCheez:
    Anonymous:
    The more I read on this site the more I am convinced that I should get out of the programming business. I simply don't want to be associated with people who do such things and call themself "programmers".

    Used car salesman seems like a much more honest profession than programming to me now. Any job offers?


    I think the true problem lies in our education system. People are graduating college with computer science degrees who don't C from C#, or Java from JavaScript. Yet, they still manage to pass all of their programming classes. I really think it has to do with some college requiring professors to pass X amount of students. If a professor gets 100 kids who can't program, and never learn how to, he still has to pass some or the administrators will thing he or she cannot teach programming. If it were up to me, I would have a very strict grading structure, and am sure that most of the time only one or two people would just barely pass a test in a group of 20. I have had to tutor CS students, and some of them just cannot be tought how to program. These people still manage to get their degrees. This is THE reason why I feel that CS degrees are completely useless.


    The situation you describe does not occur at good institutions. I don't know what school you're basing your stance on but it's quite foolish to think that all degrees are "completely useless" based on some shoddy school you know of. Also, "tought" is not a word.

    Sincerely,
    Richard Nixon
  • (cs) in reply to GoatCheez
    GoatCheez:
    Anonymous:

    GoatCheez:
    Anonymous:
    The more I read on this site the more I am convinced that I should get out of the programming business. I simply don't want to be associated with people who do such things and call themself "programmers".

    Used car salesman seems like a much more honest profession than programming to me now. Any job offers?


    I think the true problem lies in our education system. People are graduating college with computer science degrees who don't C from C#, or Java from JavaScript. Yet, they still manage to pass all of their programming classes. I really think it has to do with some college requiring professors to pass X amount of students. If a professor gets 100 kids who can't program, and never learn how to, he still has to pass some or the administrators will thing he or she cannot teach programming. If it were up to me, I would have a very strict grading structure, and am sure that most of the time only one or two people would just barely pass a test in a group of 20. I have had to tutor CS students, and some of them just cannot be tought how to program. These people still manage to get their degrees. This is THE reason why I feel that CS degrees are completely useless.

    I know this comes as a shock to a lot of people, but Computer Science is not a degree in programming; what programming skills you pick up are incidental and secondary to the important stuff, which is more along the lines of a mathematics degree than anything else.  Between studying data structures, sequential machine theory, computer architecture, digital logic, algorithmic analysis, etc., there just isn't a whole lot of time to learn any specific language in depth. You learn just enough to complete that week's assignment, and move on. 

    Besides, it's pointless to focus on any specific language in depth, as there's no guarantee that the student will even be using that language upon graduation.  In my college career, all the classes were taught using either C or Fortran 77.  My first professional assignment upon graduating was in Ada, which I had studied for maybe 10 minutes as part of a language survey class.  



    While it may not be a degree in programming, it is the fundamental part of the degree. Even if the student was learning different languages, that student should know enough to not do stupid stuff like this WTF. If this person was using C, or any other language, they would have done it in the same matter simply because they don't know computer architecture. Knowing to use OS calls to register a dll instead of using the interface is BASIC programming knowledge. Who would write a program that clicks the start menu, hits run, then types calc, then enters some numbers, etc, to do c = a + b? This/These person/people almost did just that...


    Fundamental part of the degree? Not quite - at least, not in a degree worth having. Computer Science is supposed to be about the theory of computation.

    Sincerely,
    Richard Nixon
  • (cs) in reply to Gene Wirchenko

    Find "Y'z Shadow" on the web. It allows you to add drop shadows to windows and the taskbar (if it's at the top of the screen). On the "taskbar" tab, it also has a very useful setting "Automatically adjust the position of an application window so that it does not overlap the taskbar". Never had any problems since.

  • (cs) in reply to Kippesoep
    Kippesoep:
    Find "Y'z Shadow" on the web. It allows you to add drop shadows to windows and the taskbar (if it's at the top of the screen). On the "taskbar" tab, it also has a very useful setting "Automatically adjust the position of an application window so that it does not overlap the taskbar". Never had any problems since.


    This was in response to Gene Wirchenko's post on page one. If only the editing feature would work...
  • (cs) in reply to Richard Nixon
    Richard Nixon:
    GoatCheez:
    Anonymous:
    The more I read on this site the more I am convinced that I should get out of the programming business. I simply don't want to be associated with people who do such things and call themself "programmers".

    Used car salesman seems like a much more honest profession than programming to me now. Any job offers?


    I think the true problem lies in our education system. People are graduating college with computer science degrees who don't C from C#, or Java from JavaScript. Yet, they still manage to pass all of their programming classes. I really think it has to do with some college requiring professors to pass X amount of students. If a professor gets 100 kids who can't program, and never learn how to, he still has to pass some or the administrators will thing he or she cannot teach programming. If it were up to me, I would have a very strict grading structure, and am sure that most of the time only one or two people would just barely pass a test in a group of 20. I have had to tutor CS students, and some of them just cannot be tought how to program. These people still manage to get their degrees. This is THE reason why I feel that CS degrees are completely useless.


    The situation you describe does not occur at good institutions. I don't know what school you're basing your stance on but it's quite foolish to think that all degrees are "completely useless" based on some shoddy school you know of. Also, "tought" is not a word.

    Sincerely,
    Richard Nixon


    Some shoddy schools... ok... Georgia Tech, UCF, USF (ok, USF isn't the best), and UF... I'll admit though that GT is definitely better than most... Those are the schools that I've had the privledge of tutoring students at (oh no! i ended a sentence with a preposition! lol). From observation though, there aren't many that are different. Also, there are alot more "shoddy" schools than there are wonderful institutions. Seems like Nixon took offense to my "diss" at him earlier lol. Ok, so I can't spell the best in the world either.

    Ok, completely useless may have been going a little overboard, but they are far from completely useful.
  • (cs) in reply to Richard Nixon
    Richard Nixon:
    GoatCheez:
    Anonymous:

    GoatCheez:
    Anonymous:
    The more I read on this site the more I am convinced that I should get out of the programming business. I simply don't want to be associated with people who do such things and call themself "programmers".

    Used car salesman seems like a much more honest profession than programming to me now. Any job offers?


    I think the true problem lies in our education system. People are graduating college with computer science degrees who don't C from C#, or Java from JavaScript. Yet, they still manage to pass all of their programming classes. I really think it has to do with some college requiring professors to pass X amount of students. If a professor gets 100 kids who can't program, and never learn how to, he still has to pass some or the administrators will thing he or she cannot teach programming. If it were up to me, I would have a very strict grading structure, and am sure that most of the time only one or two people would just barely pass a test in a group of 20. I have had to tutor CS students, and some of them just cannot be tought how to program. These people still manage to get their degrees. This is THE reason why I feel that CS degrees are completely useless.

    I know this comes as a shock to a lot of people, but Computer Science is not a degree in programming; what programming skills you pick up are incidental and secondary to the important stuff, which is more along the lines of a mathematics degree than anything else.  Between studying data structures, sequential machine theory, computer architecture, digital logic, algorithmic analysis, etc., there just isn't a whole lot of time to learn any specific language in depth. You learn just enough to complete that week's assignment, and move on. 

    Besides, it's pointless to focus on any specific language in depth, as there's no guarantee that the student will even be using that language upon graduation.  In my college career, all the classes were taught using either C or Fortran 77.  My first professional assignment upon graduating was in Ada, which I had studied for maybe 10 minutes as part of a language survey class.  



    While it may not be a degree in programming, it is the fundamental part of the degree. Even if the student was learning different languages, that student should know enough to not do stupid stuff like this WTF. If this person was using C, or any other language, they would have done it in the same matter simply because they don't know computer architecture. Knowing to use OS calls to register a dll instead of using the interface is BASIC programming knowledge. Who would write a program that clicks the start menu, hits run, then types calc, then enters some numbers, etc, to do c = a + b? This/These person/people almost did just that...


    Fundamental part of the degree? Not quite - at least, not in a degree worth having. Computer Science is supposed to be about the theory of computation.

    Sincerely,
    Richard Nixon


    Do a quick google on computer science fundamentals. Nuff said.
  • Runtime Error (unregistered) in reply to niushiko
    niushiko:
    Anonymous:
    niushiko
    Well, there're two R's in our Windows.


    well... I wouldn't know... mine is Arabic...


    Obviously the program needs to reset the start bar location and settings back to the default settings AND force windows back into English/US settings as well.
  • (cs) in reply to GoatCheez
    GoatCheez:
    Richard Nixon:
    GoatCheez:
    Anonymous:

    GoatCheez:
    Anonymous:
    The more I read on this site the more I am convinced that I should get out of the programming business. I simply don't want to be associated with people who do such things and call themself "programmers".

    Used car salesman seems like a much more honest profession than programming to me now. Any job offers?


    I think the true problem lies in our education system. People are graduating college with computer science degrees who don't C from C#, or Java from JavaScript. Yet, they still manage to pass all of their programming classes. I really think it has to do with some college requiring professors to pass X amount of students. If a professor gets 100 kids who can't program, and never learn how to, he still has to pass some or the administrators will thing he or she cannot teach programming. If it were up to me, I would have a very strict grading structure, and am sure that most of the time only one or two people would just barely pass a test in a group of 20. I have had to tutor CS students, and some of them just cannot be tought how to program. These people still manage to get their degrees. This is THE reason why I feel that CS degrees are completely useless.

    I know this comes as a shock to a lot of people, but Computer Science is not a degree in programming; what programming skills you pick up are incidental and secondary to the important stuff, which is more along the lines of a mathematics degree than anything else.  Between studying data structures, sequential machine theory, computer architecture, digital logic, algorithmic analysis, etc., there just isn't a whole lot of time to learn any specific language in depth. You learn just enough to complete that week's assignment, and move on. 

    Besides, it's pointless to focus on any specific language in depth, as there's no guarantee that the student will even be using that language upon graduation.  In my college career, all the classes were taught using either C or Fortran 77.  My first professional assignment upon graduating was in Ada, which I had studied for maybe 10 minutes as part of a language survey class.  



    While it may not be a degree in programming, it is the fundamental part of the degree. Even if the student was learning different languages, that student should know enough to not do stupid stuff like this WTF. If this person was using C, or any other language, they would have done it in the same matter simply because they don't know computer architecture. Knowing to use OS calls to register a dll instead of using the interface is BASIC programming knowledge. Who would write a program that clicks the start menu, hits run, then types calc, then enters some numbers, etc, to do c = a + b? This/These person/people almost did just that...


    Fundamental part of the degree? Not quite - at least, not in a degree worth having. Computer Science is supposed to be about the theory of computation.

    Sincerely,
    Richard Nixon


    Do a quick google on computer science fundamentals. Nuff said.


    That's your argument? A google search?

    And apparently you didn't even perform the search because nowhere in those results is the statement that "programming is computer science" as your claim that it is the fundamental portion of a computer science degree implies.

    Now, while it is becoming quite apparent that you're not the sharpest knife in the drawer, I will continue. Programming a computer is a tool. The theory of computation is a discipline and a field of study. Now go back to tutoring all your famous students from piss-poor schools and don't post here ever again.

    Sincerely,
    Richard Nixon
  • (cs) in reply to GoatCheez
    GoatCheez:


    Seems like Nixon took offense to my "diss" at him earlier lol. Ok, so I can't spell the best in the world either.



    Your nonsense was just more noise to ignore. I really hope you're just a dumb high schooler trying to masquerade as an adult.

    Sincerely,
    Richard Nixon


  • (cs)

    Haven't read all the posts so I don't know if this was said, but he should have sent the windows key. That, of course, is assuming that the user has the explorer shell and not geoshell or something.

  • (cs) in reply to Richard Nixon
    Richard Nixon:
    GoatCheez:
    Richard Nixon:
    GoatCheez:
    Anonymous:

    GoatCheez:
    Anonymous:
    The more I read on this site the more I am convinced that I should get out of the programming business. I simply don't want to be associated with people who do such things and call themself "programmers".

    Used car salesman seems like a much more honest profession than programming to me now. Any job offers?


    I think the true problem lies in our education system. People are graduating college with computer science degrees who don't C from C#, or Java from JavaScript. Yet, they still manage to pass all of their programming classes. I really think it has to do with some college requiring professors to pass X amount of students. If a professor gets 100 kids who can't program, and never learn how to, he still has to pass some or the administrators will thing he or she cannot teach programming. If it were up to me, I would have a very strict grading structure, and am sure that most of the time only one or two people would just barely pass a test in a group of 20. I have had to tutor CS students, and some of them just cannot be tought how to program. These people still manage to get their degrees. This is THE reason why I feel that CS degrees are completely useless.

    I know this comes as a shock to a lot of people, but Computer Science is not a degree in programming; what programming skills you pick up are incidental and secondary to the important stuff, which is more along the lines of a mathematics degree than anything else.  Between studying data structures, sequential machine theory, computer architecture, digital logic, algorithmic analysis, etc., there just isn't a whole lot of time to learn any specific language in depth. You learn just enough to complete that week's assignment, and move on. 

    Besides, it's pointless to focus on any specific language in depth, as there's no guarantee that the student will even be using that language upon graduation.  In my college career, all the classes were taught using either C or Fortran 77.  My first professional assignment upon graduating was in Ada, which I had studied for maybe 10 minutes as part of a language survey class.  



    While it may not be a degree in programming, it is the fundamental part of the degree. Even if the student was learning different languages, that student should know enough to not do stupid stuff like this WTF. If this person was using C, or any other language, they would have done it in the same matter simply because they don't know computer architecture. Knowing to use OS calls to register a dll instead of using the interface is BASIC programming knowledge. Who would write a program that clicks the start menu, hits run, then types calc, then enters some numbers, etc, to do c = a + b? This/These person/people almost did just that...


    Fundamental part of the degree? Not quite - at least, not in a degree worth having. Computer Science is supposed to be about the theory of computation.

    Sincerely,
    Richard Nixon


    Do a quick google on computer science fundamentals. Nuff said.


    That's your argument? A google search?

    And apparently you didn't even perform the search because nowhere in those results is the statement that "programming is computer science" as your claim that it is the fundamental portion of a computer science degree implies.

    Now, while it is becoming quite apparent that you're not the sharpest knife in the drawer, I will continue. Programming a computer is a tool. The theory of computation is a discipline and a field of study. Now go back to tutoring all your famous students from piss-poor schools and don't post here ever again.

    Sincerely,
    Richard Nixon



    *sigh*... Does anyone on this forum get along with this guy? What is with the attitude? I mean come on... I did do the search, and if you would take a second to read the links, then you would notice how EVERY SINGLE ONE OF THEM HAS TO DEAL WITH PROGRAMMING. All CS grads I know write code in some form (even if it is batch files or shell scripts for administering a network). Every CS graduate takes MULTIPLE programming classes, usually a low level language, a portable language, and a C language. Some places skimp, or substitute VB for one of those. None of them had to take classes on hardware though(!).

    You call me a dumb highschooler and tell me never to post again. All I did was offer my opinion. All you did was flame. All I do is try to back up my opinion with examples. All you do is flame and personally assult. I think most people here would rather that you never post here again.

    Bottom line nixon:
    If you don't think that programming is at least a major portion of computer science, then you are in the wrong forum.
  • (cs) in reply to GoatCheez
    GoatCheez:
    Richard Nixon:
    GoatCheez:
    Richard Nixon:
    GoatCheez:
    Anonymous:

    GoatCheez:
    Anonymous:
    The more I read on this site the more I am convinced that I should get out of the programming business. I simply don't want to be associated with people who do such things and call themself "programmers".

    Used car salesman seems like a much more honest profession than programming to me now. Any job offers?


    I think the true problem lies in our education system. People are graduating college with computer science degrees who don't C from C#, or Java from JavaScript. Yet, they still manage to pass all of their programming classes. I really think it has to do with some college requiring professors to pass X amount of students. If a professor gets 100 kids who can't program, and never learn how to, he still has to pass some or the administrators will thing he or she cannot teach programming. If it were up to me, I would have a very strict grading structure, and am sure that most of the time only one or two people would just barely pass a test in a group of 20. I have had to tutor CS students, and some of them just cannot be tought how to program. These people still manage to get their degrees. This is THE reason why I feel that CS degrees are completely useless.

    I know this comes as a shock to a lot of people, but Computer Science is not a degree in programming; what programming skills you pick up are incidental and secondary to the important stuff, which is more along the lines of a mathematics degree than anything else.  Between studying data structures, sequential machine theory, computer architecture, digital logic, algorithmic analysis, etc., there just isn't a whole lot of time to learn any specific language in depth. You learn just enough to complete that week's assignment, and move on. 

    Besides, it's pointless to focus on any specific language in depth, as there's no guarantee that the student will even be using that language upon graduation.  In my college career, all the classes were taught using either C or Fortran 77.  My first professional assignment upon graduating was in Ada, which I had studied for maybe 10 minutes as part of a language survey class.  



    While it may not be a degree in programming, it is the fundamental part of the degree. Even if the student was learning different languages, that student should know enough to not do stupid stuff like this WTF. If this person was using C, or any other language, they would have done it in the same matter simply because they don't know computer architecture. Knowing to use OS calls to register a dll instead of using the interface is BASIC programming knowledge. Who would write a program that clicks the start menu, hits run, then types calc, then enters some numbers, etc, to do c = a + b? This/These person/people almost did just that...


    Fundamental part of the degree? Not quite - at least, not in a degree worth having. Computer Science is supposed to be about the theory of computation.

    Sincerely,
    Richard Nixon


    Do a quick google on computer science fundamentals. Nuff said.


    That's your argument? A google search?

    And apparently you didn't even perform the search because nowhere in those results is the statement that "programming is computer science" as your claim that it is the fundamental portion of a computer science degree implies.

    Now, while it is becoming quite apparent that you're not the sharpest knife in the drawer, I will continue. Programming a computer is a tool. The theory of computation is a discipline and a field of study. Now go back to tutoring all your famous students from piss-poor schools and don't post here ever again.

    Sincerely,
    Richard Nixon



    *sigh*... Does anyone on this forum get along with this guy? What is with the attitude? I mean come on... I did do the search, and if you would take a second to read the links, then you would notice how EVERY SINGLE ONE OF THEM HAS TO DEAL WITH PROGRAMMING. All CS grads I know write code in some form (even if it is batch files or shell scripts for administering a network). Every CS graduate takes MULTIPLE programming classes, usually a low level language, a portable language, and a C language. Some places skimp, or substitute VB for one of those. None of them had to take classes on hardware though(!).

    You call me a dumb highschooler and tell me never to post again. All I did was offer my opinion. All you did was flame. All I do is try to back up my opinion with examples. All you do is flame and personally assult. I think most people here would rather that you never post here again.

    Bottom line nixon:
    If you don't think that programming is at least a major portion of computer science, then you are in the wrong forum.


    Blah, blah, blah - save the tears for somewhere else.

    The only point I'm going to address is your bottom line statement. This shows a fundamental lack of logical thinking on your part. (If you do programmer, you do so badly.)

    1. You claimed programming was the fundamental part of a Computer Science degree.
    2. I said that this claim was not true.

    Now, from that exchange, you've sunk to your statement that "If you don't think that programming is at least a major portion of computer science, then you are in the wrong forum." You see, this may come from your misunderstanding of the word fundamental or from your misunderstanding of Computer Science. There are Computer Scientists who do no programming but are still some of the top minds in the field. Programming is a major tool used by computer scientists but it is not the fundamental aspect of a computer science degree. As I have previously stated that fundamental aspect is the theory of computation.

    I am sorry that I hurt your feelings so badly but I would enjoy this forum better if I never saw another post from you. I am merely expressing my wishes for a more enjoyable experience.

    Sincerely,
    Richard Nixon
  • (cs) in reply to Richard Nixon
    Richard Nixon:
    GoatCheez:
    Richard Nixon:
    GoatCheez:
    Richard Nixon:
    GoatCheez:
    Anonymous:

    GoatCheez:
    Anonymous:
    The more I read on this site the more I am convinced that I should get out of the programming business. I simply don't want to be associated with people who do such things and call themself "programmers".

    Used car salesman seems like a much more honest profession than programming to me now. Any job offers?


    I think the true problem lies in our education system. People are graduating college with computer science degrees who don't C from C#, or Java from JavaScript. Yet, they still manage to pass all of their programming classes. I really think it has to do with some college requiring professors to pass X amount of students. If a professor gets 100 kids who can't program, and never learn how to, he still has to pass some or the administrators will thing he or she cannot teach programming. If it were up to me, I would have a very strict grading structure, and am sure that most of the time only one or two people would just barely pass a test in a group of 20. I have had to tutor CS students, and some of them just cannot be tought how to program. These people still manage to get their degrees. This is THE reason why I feel that CS degrees are completely useless.

    I know this comes as a shock to a lot of people, but Computer Science is not a degree in programming; what programming skills you pick up are incidental and secondary to the important stuff, which is more along the lines of a mathematics degree than anything else.  Between studying data structures, sequential machine theory, computer architecture, digital logic, algorithmic analysis, etc., there just isn't a whole lot of time to learn any specific language in depth. You learn just enough to complete that week's assignment, and move on. 

    Besides, it's pointless to focus on any specific language in depth, as there's no guarantee that the student will even be using that language upon graduation.  In my college career, all the classes were taught using either C or Fortran 77.  My first professional assignment upon graduating was in Ada, which I had studied for maybe 10 minutes as part of a language survey class.  



    While it may not be a degree in programming, it is the fundamental part of the degree. Even if the student was learning different languages, that student should know enough to not do stupid stuff like this WTF. If this person was using C, or any other language, they would have done it in the same matter simply because they don't know computer architecture. Knowing to use OS calls to register a dll instead of using the interface is BASIC programming knowledge. Who would write a program that clicks the start menu, hits run, then types calc, then enters some numbers, etc, to do c = a + b? This/These person/people almost did just that...


    Fundamental part of the degree? Not quite - at least, not in a degree worth having. Computer Science is supposed to be about the theory of computation.

    Sincerely,
    Richard Nixon


    Do a quick google on computer science fundamentals. Nuff said.


    That's your argument? A google search?

    And apparently you didn't even perform the search because nowhere in those results is the statement that "programming is computer science" as your claim that it is the fundamental portion of a computer science degree implies.

    Now, while it is becoming quite apparent that you're not the sharpest knife in the drawer, I will continue. Programming a computer is a tool. The theory of computation is a discipline and a field of study. Now go back to tutoring all your famous students from piss-poor schools and don't post here ever again.

    Sincerely,
    Richard Nixon



    *sigh*... Does anyone on this forum get along with this guy? What is with the attitude? I mean come on... I did do the search, and if you would take a second to read the links, then you would notice how EVERY SINGLE ONE OF THEM HAS TO DEAL WITH PROGRAMMING. All CS grads I know write code in some form (even if it is batch files or shell scripts for administering a network). Every CS graduate takes MULTIPLE programming classes, usually a low level language, a portable language, and a C language. Some places skimp, or substitute VB for one of those. None of them had to take classes on hardware though(!).

    You call me a dumb highschooler and tell me never to post again. All I did was offer my opinion. All you did was flame. All I do is try to back up my opinion with examples. All you do is flame and personally assult. I think most people here would rather that you never post here again.

    Bottom line nixon:
    If you don't think that programming is at least a major portion of computer science, then you are in the wrong forum.


    Blah, blah, blah - save the tears for somewhere else.

    The only point I'm going to address is your bottom line statement. This shows a fundamental lack of logical thinking on your part. (If you do programmer, you do so badly.)

    1. You claimed programming was the fundamental part of a Computer Science degree.
    2. I said that this claim was not true.

    Now, from that exchange, you've sunk to your statement that "If you don't think that programming is at least a major portion of computer science, then you are in the wrong forum." You see, this may come from your misunderstanding of the word fundamental or from your misunderstanding of Computer Science. There are Computer Scientists who do no programming but are still some of the top minds in the field. Programming is a major tool used by computer scientists but it is not the fundamental aspect of a computer science degree. As I have previously stated that fundamental aspect is the theory of computation.

    I am sorry that I hurt your feelings so badly but I would enjoy this forum better if I never saw another post from you. I am merely expressing my wishes for a more enjoyable experience.

    Sincerely,
    Richard Nixon


    From looking at your past posts you don't seem to enjoy this forum at all. So I wasn't an english major. Sue me.
  • (cs) in reply to Runtime Error
    Anonymous:
    The obvious solution is to reset the user's taskbar location and other settings back to default settings when the program starts.
    Reminds me of a "little" oversight in the design of certain older, advanced telephones:  the central office equipment couldn't read the volume setting, so if it had to run a test, and reset the phone at the end, the ringer volume would be set to max.  Didn't seem to make people very happy.

    Of course, that's been addressed in more modern phones ... but I don't know why my cable tv set-top box has the same design error today!
  • (cs) in reply to GoatCheez

    Richard Nixon:

    I am sorry that I hurt your feelings so badly but I would enjoy this forum better if I never saw another post from you. I am merely expressing my wishes for a more enjoyable experience.

    GoatCheez:

    From looking at your past posts you don't seem to enjoy this forum at all. So I wasn't an english major. Sue me.

    Both of you should:

    • chill
    • take a few deep breaths before clicking the POST button
    • sip some egg nog (heavy on the nog, please)
    • learn to trim the quoted text you use (like I did above)

    A formal CompSci education should include programming, but not be restricted to it.  I've been out of school long enough that I can't draw upon any OOD/OOP class.  Like most professionals, I've had to learn a lot after earning my degree and that includes OOD/OOP, relational databases/SQL, event-driven programming, and so much more.  My education prepared me to learn and a couple of years ago one of my former CompSci professors wrote that I was a computer scientist in his eyes.  If I don't keep up with the state of technology and science, I'll fall behind.

  • Fanta Shokata (unregistered) in reply to limelight
    limelight:
    Another quality piece of code from the VB community.


    What community are you part of? If I might, I'd like to label whatever that community is as a tribe of retards, given the level of idiotic childishness in your post. Sounds fair, yah?

    Fucktard.


  • Daniel (unregistered) in reply to Makli

    <FONT face=Verdana>This guy is brilliant! I assume he is the lead programmer. Hehe.</FONT>

  • ?????? (unregistered)

    ???, ?????, ?? ?? ??? ????? ???????????, ?????.

  • (cs) in reply to ??????

    ? ????????? ?? ??? ???????? ???????, ???????? "??????"

  • (cs) in reply to aikimark
    aikimark:

    A formal CompSci education should include programming, but not be restricted to it.  I've been out of school long enough that I can't draw upon any OOD/OOP class.  Like most professionals, I've had to learn a lot after earning my degree and that includes OOD/OOP, relational databases/SQL, event-driven programming, and so much more.  My education prepared me to learn and a couple of years ago one of my former CompSci professors wrote that I was a computer scientist in his eyes.  If I don't keep up with the state of technology and science, I'll fall behind.



    <font size="2">you touched me... :) really... could you, please, tell the same to my supervisors? I would really appreciate. especially this bit about "had to learn a lot after earning my degree". thanks in advance.</font>
  • mikeyd (unregistered) in reply to Drak

    (For those who don't know, ASP.NET submits forms using... Javascript)

    But doesn't it make knowing javascript obsolete in the same way C makes knowing assembler obsolete?

  • (cs) in reply to BiggBru
    BiggBru:
    Sorry, just wanted to point out the irony of re-posting to correct a typo and then introducing another typo.

    I didn't introduce another typo, there are 2 in the original post and I only corrected the first one.  Sadly, I realised this after I posted the correction.

    Why does this board even have an edit button?
    Seriously, it makes no sense.
  • (cs) in reply to aikimark
    aikimark:

    Richard Nixon:

    I am sorry that I hurt your feelings so badly but I would enjoy this forum better if I never saw another post from you. I am merely expressing my wishes for a more enjoyable experience.

    GoatCheez:

    From looking at your past posts you don't seem to enjoy this forum at all. So I wasn't an english major. Sue me.

    Both of you should:

    • chill
    • take a few deep breaths before clicking the POST button
    • sip some egg nog (heavy on the nog, please)
    • learn to trim the quoted text you use (like I did above)

    A formal CompSci education should include programming, but not be restricted to it.  I've been out of school long enough that I can't draw upon any OOD/OOP class.  Like most professionals, I've had to learn a lot after earning my degree and that includes OOD/OOP, relational databases/SQL, event-driven programming, and so much more.  My education prepared me to learn and a couple of years ago one of my former CompSci professors wrote that I was a computer scientist in his eyes.  If I don't keep up with the state of technology and science, I'll fall behind.



    Learn to trim quoted text? Certainly you don't believe that someone of my intelligence doesn't understand how to remove text from a textarea, do you? Perhaps you meant to say, "trim quoted text" without the implied stupidity of telling me to "learn" how to do it.

    Please say what you mean. If you wanted to insult me, just insult me. On the other hand, if you are merely using the language without a proper understanding of it, stop communicating in it. Thank you and good day.

    Sincerely,
    Richard Nixon
  • Jamie. (unregistered) in reply to Gene Wirchenko

    Gene Wirchenko:
    Anonymous:
    Thankfully, "run" is the only thing in the Start menu that could possibly start with an "R"... [8-)]

    I once had a finger slip on one command and so typed "ruin" for "run".

    Many i time i have misspelled the word "Count" as a variable name by missin gout a certain letter......always makes me laugh!

  • (cs) in reply to niushiko

    niushiko:

    <FONT size=2>could you, please, tell the same to my supervisors? I would really appreciate. especially this bit about "had to learn a lot after earning my degree". thanks in advance.</FONT>

    I would be glad to.  I've been a software instructor since 1990, with most of my students continuing their education on new technologies and necessary skills.  I went to a fine university and eventually graduated (threatened with tenure as undergrad) with extra CompSci courses I wouldn't have had after just four years.  Yes, I was a mediocre student which didn't help matters.  Part of the problem I've already identified, requiring continued learning, was state-of-the-art at the time I went to school is not state-of-the-art now.  Since I went to a liberal arts university, I was forced to take classes other than CompSci, which further limited my exposure to CompSci topics.  Moreover, my school didn't offer a CompSci undergrad degree meaning that my core degree courses were a combination of Math, CompSci, and Physics.  At the time I thought this diluted my CompSci education.  I now realize the wider science exposure was good for me.  Fortunately, there is now a CompSci undergrad degree and I think the graduates are probably better prepared than I was.

    I don't remember how many courses I took as a systems programmer, but they were necessary for me to do an adequate job with the IBM systems we maintained.  Some of my technical learning was self-directed and initiated, reading entire IBM technical documents.  That was a painful memory.  Ouch.

    When I entered the world of technical instruction, I benefited from a mentor.  Providing me guidelines, goals, feedback, etc.  I was learning how to teach even while I was teaching.

    Through 28 years in the IT field, I've seen managers chop training budgets viciously and wantonly, with no regard to the future health of their department.  Their staffs are unprepared to assimilate new technologies quickly.  Managers then have to turn to more expensive outside consultants and the IT shop is perceived as being inadequate.  When it comes time to restructure the corporation, the IT staff or function is often outsourced or downsized.  There's an interesting analogy in American politics at the federal level.  When Ronald Reagan became president, a group of conservatives began to slash the budgets of social programs they didn't like.  Later, they would evaluate the (now) poorly performing programs and recommend that they be discontinued based on their poor performance.  I think some IT managers have achieved similar results...some consciously and some inadverdently.

    Richard Nixon:
    Please say what you mean. If you wanted to insult me, just insult me. On the other hand, if you are merely using the language without a proper understanding of it, stop communicating in it.

    You are probaly correct.  I should have been more specific in my choice of phrasing.  Since both you and Goatcheez included the full text of each other's prior comment, I could request a shorter quote (assuming your laziness) or suggest there was a better way you could learn (assuming ignorance).  Between the two assumptions, I choose ignorance.  If you would rather assert laziness, I will not argue with you or get into a flaming session.  My corrected bullet follows.  Thank you for your considered feedback.

    • (please) trim the quoted text you use in your reponses to each other in order to minimize the textual 'clutter' of this discussion and your little flame-war.
  • (cs)

    I'd like to see the improved version of this program: If it notes WINE is running, it instead opens up an xterm and uses raw x11 protocol to enter keypresses for "wine regsvr32 " & OCXName.

    :)

Leave a comment on “Pragmatically Registering”

Log In or post as a guest

Replying to comment #:

« Return to Article