Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
It's funny.  Laugh. Programming IT Technology

Funniest IT Related Boasts You've Heard? 490

Karma asks: "The other day I saw a Slashdot comment which read, '[Projects] don't start getting interesting until you are dealing with Staff Years to develop them. Anything under that and you can actually keep the full design in your head'. An immodest boast, but not too funny. This made me wonder, in the macho worlds of IT and developers, what are the funniest and silliest boasts or bragging claims you've made, or heard? Tell us how they came back to haunt the overconfident."
This discussion has been archived. No new comments can be posted.

Funniest IT Related Boasts You've Heard?

Comments Filter:
  • by dynamic_cast ( 250615 ) on Tuesday November 02, 2004 @01:56AM (#10697272) Homepage
    I see that on resumes all the time. So I put them in front of a white board and ask them to show me the code to add an item to a singly linked list, using the language of their choice.

    1 out of 15 pass. It's pathetic.

    Can you pass this test? Post a link to your resume, we are hiring in the East Bay, California. C#.

  • by Farq Fenderson ( 135583 ) on Tuesday November 02, 2004 @02:22AM (#10697433) Homepage
    > Can you pass this test?

    Yes. But:

    > C#.

    You can't pay me enough.
  • Re:Boast? (Score:5, Insightful)

    by JabberWokky ( 19442 ) <slashdot.com@timewarp.org> on Tuesday November 02, 2004 @02:29AM (#10697469) Homepage Journal
    Oh, gimmie a break - if so, then you know that they had a whole bunch of accounts that were deleted because they let their passwords get compromised. This is the second set of signups, and for those who waited to make sure that they had fixed the problem, we all have numbers at least above 10k.

    Besides, it's clear you don't have a three digit UID. Bagdad Bob says so.

    --
    Evan

  • by yasth ( 203461 ) on Tuesday November 02, 2004 @02:37AM (#10697516) Homepage Journal
    In all honesty if you don't know the nomenclature, you might have a hard time working with a team. Also it is first semester CS stuff. If 1 in 15 can't pass it, then there is even more cheating going on then I thought.
  • by Jahf ( 21968 ) on Tuesday November 02, 2004 @02:57AM (#10697626) Journal
    You don't have to cheat to forget naming.

    For many of the people I know, going to college for CS is about 2 things:

    1) Learning basic programmatic workflow and practices

    2) Being able to show the piece of paper

    Unfortunately for alot of people hiring, #2 is most important. For employers who I have -respected- #1 is the most important and they can recognize that with #1 and a creative thinking brain that any coder can quickly pick up new languages and technologies.

    And people who excel at creative programmatic thinking often are the types that remember concepts, not trivia (the idea of testing intelligence and not memory). Expecting a person to remember, in a high stress situation, the terminology you learned in school tests the trivia.

    Forgetting terminology (versus forgetting -theory-) doesn't mean that they cheated in school, it only means they remembered stuff differently. How many of us remember more than one or two geometry theorems even a few months after passing our last geometry test?

    It is sad, but there are a number of elitists out there who use tests like the one you are so proud of. Do you give any type of explanation if the interview-ee says "what do you mean by that?" or do you assume that they have failed at that point? If you assume failure at that point you are the problem, not them.

    If on the other hand you give a brief example and wait to see if they catch on, then you should be able to see who is truly good by how quickly they can code and/or how efficient that code is.

    A person doesn't need to know the terminology -before- they join a group to be useful to that group. They need to be able to quickly put your group's terminology into a working context and start expanding on it. Otherwise all you are doing is a form of secret handshake.

    This is one of the reasons that the original IQ tests were considered to be biased. They measured vocabulary knowledge as a prerequisite to concepts. Newer tests try to be language independent, recognizing that cognitive ability is more important.

    Or in shorter terms, I agree with the grandparent of this post, you made the kind of boast that the submitter was talking about.
  • by scudderfish ( 198700 ) on Tuesday November 02, 2004 @05:41AM (#10698271)
    void addToList(Element *item,Element **head)
    {
    item->next = head;
    *head = item;
    }

    Or something like that. Adding the the head of a list is always quicker than iterating to the end :)
  • by eztiger ( 790405 ) on Tuesday November 02, 2004 @05:50AM (#10698308)
    Further reference for you, I've been through a CS degree and right now couldn't do the linked list insertion. Which is fairly pathetic :)

    I've done it before of course, and it would take me 10 minutes to come up to speed on the data structure then slightly longer to bodge it together in language of your choice.

    However being a net admin I rarely have to cobble together any more important than some single run through perl scripts and occasionally debug someone elses code, I rarely have to code anything substantial from scratch. So I'm a bit out of practice!

    I think whats more important here is the fact you're 15 and have taught yourself linked lists. You may not be the worlds best programmer right now (although that will certainly come with time and experience by the sounds of it) but you have the right initiative to pick something up by yourself and learn it. I don't know how long it took you to figure it out, but I get the impression probably not long. I'd far rather work with or for someone who was quick at picking up technologies and displayed some kind of iniative than someone who was rigidly stuck in one line of thinking.

    Stick at it, you're on the right track and in a few years time with some job experience under your belt you'll pick up a load of stuff...even if you don't realise it!

    Kev
  • by Anonymous Coward on Tuesday November 02, 2004 @08:46AM (#10698846)
    So what, the kid is a genius. He will probably grow up, with zero connections to the outside world and either be stuck working away in a lab for the rest of his life. Or he'll kill himself at 25 for depression.
  • by Anonymous Brave Guy ( 457657 ) on Tuesday November 02, 2004 @08:54AM (#10698882)
    8) I don't need a real girlfriend.
  • by 4of12 ( 97621 ) on Tuesday November 02, 2004 @10:07AM (#10699349) Homepage Journal

    Since then I've realized that at some companies, resumes really ARE expected to be fiction, and they select the fiction they enjoy the most.

    You should get (Score: 6, Insightful) for that comment as today, November 2, 2004, millions of American voters go to the polls and select a candidate for the topmost job in the land based on exactly that same criterion.

  • by blahlemon ( 638963 ) on Tuesday November 02, 2004 @11:18AM (#10700003)
    Was this supposed to be funny? Cause it was just stupid and rude.
  • by Piquan ( 49943 ) on Tuesday November 02, 2004 @06:21PM (#10704952)

    Why would anyone ever use a linked list?

    You want a specific example? Okay, the kernel process queues. These are linked lists that store information about which process is waiting on what: there's a queue for processes that are waiting for a CPU to become free, a queue for processes that are waiting for activity on a filehandle (for example, all the preforked web servers waiting on the accepting filehandle), etc.

    They cause memory fragmentation

    You can use a free list of processes, or have the processes in an array and just link them onto the queues as needed without pulling them from the array.

    screw up your cache

    I have no idea how you come to that conclusion

    add two pointers of overhead per item (quite possibly in a different memory location from the data)

    The link field is in the process data structure, so it's one pointer per item, and always in the same location as the data.

    are slow to access thanks to all that dereferencing

    Ah, that's a big deal there. For example, the run queue is a sorted list. You almost always pull elements off from the head. Moreover, you put elements on in the middle, sorting on their PRI.

    If the run queue were implemented as an array, you'd have to move stuff on every insert. If you're smart, you're putting the soonest-run process at the end, so you don't have to move everything when you delete. But now you're also having to track the length so you can find the last one, instead of just having a pointer straight to the element you're about to access (ie, the head).

    Also, you can move processes between queues quickly. When a SYN comes into your HTTP socket, you can move one of the preforked processes from the accept queue to the run queue by changing a few pointers, instead of having to do laborious copies of array chunks.

    In general, arrays are good for indexed access, and changes at the end. But they suck at changes in the middle. They also don't let you walk a list as it's changing, at least, not as easily as a linked list does. Also, linked lists let you very easily move items between multiple lists. There's lots of reasons to go one way or another. You implied that you've read Knuth; I find it surprising that you didn't pick up that there are different structures for different needs.

    This is just one example; there's many others. Don't make sweeping assumptions about what the right data structure is in all cases. If the interviewer tells you to write a linked list, then write a linked list; don't argue that no-one would ever use a linked list.

  • Re:COOL! (Score:4, Insightful)

    by velkro ( 11 ) * on Tuesday November 02, 2004 @10:31PM (#10706758) Homepage

    meep! meep!
  • Re:COOL! (Score:5, Insightful)

    by davidu ( 18 ) on Tuesday November 02, 2004 @10:35PM (#10706773) Homepage Journal
    You kids...

    -davidu

2.4 statute miles of surgical tubing at Yale U. = 1 I.V.League

Working...