Thanks, that makes sense. I'll try doing the mixing on the high priority thread first, as this app…
} [/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…