} [/code] [/quote] So, one reason this is likely slow is you're calling strlen inside the loop t…
The first video has been posted:
I interviewed at Intel in Portland this year. There were two phone screens and one day at a campus…
It's things like this that make security and encryption a problem.[/quote] Yup, no disagreement …
Shazan —
This is the XOR function but its so slow, } [/code] And here's main } [/code]
But encrypting after compression leaks information about the length of the compressed data (down …
Should i just XOR all the File Contents after compressing. Any guidance would be helpful.[/quote]…
Shazan —
So if i am writing a basic RLE compressor .What is the encryption to be used? Just for practicing.…
After thinking about it myself, I came to a similar conclusion, that metaprogramming really only …
It's easy to encrypt after compression, but not easy to compress after encryption. If you do encr…
Shazan —
Yesterday I watched the Handmade Hero videos on compression and I thought about what is different …
The guard page trick is neat, but it has limitations. If you are already using malloc/free (or can…
The most important thing is to do the simplest thing first. If/when the simplest thing starts to b…
So, another macOS update. I managed to beat clang into accepting nostdlib by also using "-static" …
Awesome sauce! I'm sure this will come in handy to a few people. :) Also, welcome.
I'm not sure if this is useful to anyone, but I hacked together the equivalent code for Linux (mig…
Thanks, it means a lot to me.
Jesse —
In general, be weary of absolutes. "Must have", "in all", etc. In technology, we play a game of t…
I don't think I have any advice (I've never interviewed at Intel), but just wanted to wish you goo…
it's for the software team at intel, specifically for the x64 llvm backend, but maybe for other te…
Best of luck on that interview. If you could say what the technology job is, people might give you…
We have in effect, so no one should be scolding anybody.
hey, In monday i'm going for a interview to a technology job, any advice on how to pass it and ho…
Is there a reason to do single translation unit builds - if your programming language supports mo…
Shazan —
I am just starting into programming and I have no prior experience in programming jobs or any job.…
For example D's string mixin combined with compile time function evaluation. It lets you parse th…
What counts as a complex meta programming feature? When would you use it?
Todd —
Our project at work is moving towards using react on the front end, and webapi2 on the back end. …
There's another proof of this in the book "Data Structures and Algorithms" by Alfred Aho et al., …