What programming tasks should you be able to accomplish to be considered an "A" ranked Hacker?
1–10 of 26 posts
Re: What programming tasks should you be able to accomplish to be considered an "A" ranked Hacker?
#2Re: What programming tasks should you be able to accomplish to be considered an "A" ranked Hacker?
#3Those are a few good questions.
Re: What programming tasks should you be able to accomplish to be considered an "A" ranked Hacker?
#4Re: What programming tasks should you be able to accomplish to be considered an "A" ranked Hacker?
#5Re: What programming tasks should you be able to accomplish to be considered an "A" ranked Hacker?
#6* Write a compiler of any kind (native code, bytecode, HLL-to-HLL, whatever).
* Write an ACID storage engine.
* Write a trivial OS, including the bootloader.
* Write any non-trivial component of a real OS kernel.
* Design a CPU or a microcontroller.
* Write a rendering loop for a 3D game.
* Design a secure cryptosystem out of existing cryptographic primitives.
I give you an A- if you can do one of these, and an A+ if you can do two or more.
Re: What programming tasks should you be able to accomplish to be considered an "A" ranked Hacker?
#7Can you do any of the following? * Write a compiler of any kind (native code, bytecode, HLL-to-HLL, whatever). * Write an ACID storage engine. * Write a trivial OS, including the bootloader. * Write any non-trivial component of a real OS kernel. * Design a CPU or a microcontroller. * Write a rendering loop for a 3D game. * Design a secure cryptosystem out of existing cryptographic primitives. I give you an A- if you…
* build a non-trivial and well-performing interpreter
Re: What programming tasks should you be able to accomplish to be considered an "A" ranked Hacker?
#8Can you do any of the following? * Write a compiler of any kind (native code, bytecode, HLL-to-HLL, whatever). * Write an ACID storage engine. * Write a trivial OS, including the bootloader. * Write any non-trivial component of a real OS kernel. * Design a CPU or a microcontroller. * Write a rendering loop for a 3D game. * Design a secure cryptosystem out of existing cryptographic primitives. I give you an A- if you…
I'd add: * build a non-trivial and well-performing interpreter
Re: What programming tasks should you be able to accomplish to be considered an "A" ranked Hacker?
#9Re: What programming tasks should you be able to accomplish to be considered an "A" ranked Hacker?
#10Can you do any of the following? * Write a compiler of any kind (native code, bytecode, HLL-to-HLL, whatever). * Write an ACID storage engine. * Write a trivial OS, including the bootloader. * Write any non-trivial component of a real OS kernel. * Design a CPU or a microcontroller. * Write a rendering loop for a 3D game. * Design a secure cryptosystem out of existing cryptographic primitives. I give you an A- if you…