We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
bimbinel
Thanks, that makes sense. I'll try doing the mixing on the high priority thread first, as this app…
»
Bryan Taylor
} [/code] [/quote] So, one reason this is likely slow is you're calling strlen inside the loop t…
»
christianh
The first video has been posted:
»
Sergio González
I interviewed at Intel in Portland this year. There were two phone screens and one day at a campus…
»
Jeroen van Rijn
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]
»
ratchetfreak
But encrypting after compression leaks information about the length of the compressed data (down …
»
Jeroen van Rijn
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.…
»
Allen Webster
After thinking about it myself, I came to a similar conclusion, that metaprogramming really only …
»
Jeroen van Rijn
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 …
»
Ben Smith
The guard page trick is neat, but it has limitations. If you are already using malloc/free (or can…
»
Ben Smith
The most important thing is to do the simplest thing first. If/when the simplest thing starts to b…
»
Spicy Wolf
So, another macOS update. I managed to beat clang into accepting nostdlib by also using "-static" …
»
Jeroen van Rijn
Awesome sauce! I'm sure this will come in handy to a few people. :) Also, welcome.
»
Spicy Wolf
I'm not sure if this is useful to anyone, but I hacked together the equivalent code for Linux (mig…
»
The_8th_mage
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…
»
Casey Muratori
I don't think I have any advice (I've never interviewed at Intel), but just wanted to wish you goo…
»
The_8th_mage
it's for the software team at intel, specifically for the x64 llvm backend, but maybe for other te…
»
Abner Coimbre
Best of luck on that interview. If you could say what the technology job is, people might give you…
»
Abner Coimbre
We have in effect, so no one should be scolding anybody.
»
The_8th_mage
hey, In monday i'm going for a interview to a technology job, any advice on how to pass it and ho…
»
pragmatic_hero
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.…
»
»
ratchetfreak
For example D's string mixin combined with compile time function evaluation. It lets you parse th…
»
pragmatic_hero
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. …
»