Slashdot Mirror


IT Job Without a Degree?

adh0c writes "I have been lurking Slashdot for some time now without registering and I don't think this question has been answered yet. Is it possible to get a good IT job (assuming that there is such a thing), preferably a sysadmin position, without having a BS or other degree? From browsing the job postings on Monster and such, it would seem that everyone wants university papers. Is there hope for computer enthusiasts who didn't go to college?"

1 of 1,123 comments (clear)

  1. Re:Not in this economy. by Hal_Porter · · Score: 3, Funny

    Since, there are lots of people who have the degree, I think that you will be in bad shape to compete against them.

    I look for sneaky, greedy little shits. I find University dulls humanity's natural feral instincts.

    That said, I've met some wonderfully devious graduates so I don't discriminate.

    You need to look into their eyes for glintiness if their CV turns out to be genuine.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;