In my experience, nobody cares about experience. They care who you know. I came out of college with several years of experience dealing with Windows and Linux servers, and run Linux as a full time OS at home. Nobody cared.
My friend in the military has a Senior Engineer looking to set him up as a developer at Microsoft once he leaves the Army, and he had to ask me what language/IDE he should start learning to code with.
We have 128 bit stuff in some places where it's advantageous, but in most cases there's not really a need. 64 bits already provides a maximum integer value of (+/-)9,223,372,036,854,775,807. Double it if you don't need negatives and drop the sign. There's little need in most cases for a bigger number, and cases that do either get 128 bit hardware, or can be handled by big number libraries.