w0000t | 10 years ago | on: C++ Hints
w0000t's comments
w0000t | 10 years ago | on: How security flaws work: the buffer overflow
You also haven't explained how would that size information, which we already have, magically solve the problem.
w0000t | 10 years ago | on: Fix Windows 10
w0000t | 10 years ago | on: Fix Windows 10
https://wiki.archlinux.org/index.php/FAQ#Why_would_I_want_to...
w0000t | 10 years ago | on: Fix Windows 10
w0000t | 10 years ago | on: C++ Hints
w0000t | 10 years ago | on: How to Destroy a Laptop with Top Secrets [video]
w0000t | 10 years ago | on: What's new in CPUs since the 80s and how does it affect programmers?
Here is a talk from one of the designers explaining how it is done: https://www.youtube.com/watch?v=QGw-cy0ylCc&feature=youtu.be...
w0000t | 10 years ago | on: What's new in CPUs since the 80s and how does it affect programmers?
https://www.youtube.com/watch?v=QGw-cy0ylCc&list=PLFls3Q5bBI...
w0000t | 10 years ago | on: Interview with Dennis Ritchie, Bjarne Stroustrup, and James Gosling (2000)
I did a quick calculation a while back. I don't want to repeat it, since I lost the source, but the conclusion was that typing speed doesn't matter for programmers, since most of the time they actually think, not type. I.e. the bottleneck is information no the input of it.
w0000t | 10 years ago | on: Interview with Dennis Ritchie, Bjarne Stroustrup, and James Gosling (2000)
w0000t | 10 years ago | on: The Manual One-Time Pad
No, what you need to do, is to learn whatever you enjoy, as much as you want in any direction, but recognize your limited knowledge in the field and act accordingly.
w0000t | 10 years ago | on: Cat purr generator
( It is very convincing. )
w0000t | 10 years ago | on: Where should the “6” key be?
I have globally remapped 'b' to the right of 'l'. It feels much better. The old 'b' key is now unused.
w0000t | 10 years ago | on: An Introduction to Quantum Field Theory
w0000t | 10 years ago | on: An Introduction to Quantum Field Theory
w0000t | 10 years ago | on: Errors and Exceptions
w0000t | 10 years ago | on: Errors and Exceptions
You made a small mistake, since fprintf and printf call the same underlying code, the error handling should be either log the error in any way still available, and then depending on the design of the whole program, exit or continue. If printf fails you know exactly what is going on or have to exit. ( And printf would be wrapped in a function if you plan to use it repeatedly. )
w0000t | 10 years ago | on: Petition UK government to not ban encryption
w0000t | 10 years ago | on: Petition UK government to not ban encryption
What the methods you mentioned are doing, is hiding information in places which are marked as: random data no information here. But in reality there is information there. You then need to have dummy information somewhere else.