223 reputation
26
bio website
location
age
visits member for 2 years, 4 months
seen Apr 16 at 12:36
stats profile views 21

I first learned the basics of C by myself and a little help from friends, after that I learned C++ at school, php, MYSQL, and so on.

I'm a big fan of the KISS principle.

I don't like languages like java, C#, javascript, but am a big fan of python.

I still have to learn to do some good haskell.

I'm currently making a 3D game with Ogre3D and bullet with my free time. I intend to make a minimalist RPG where you can harvest different types of material and scraps, and learn to build new things for your survival and the worker you hire.

I'm also thinking about a level editor to make very big levels with the help of procedural generation. After using Enet as a networking library, I'll release my new MMOFPS and make millions of dollars. But I should maybe find a job first.

I'm also interested in maths and cryptography, but I don't master those subjects.


Apr
16
comment How is “hacking” even possible if I “defend” properly?
Are there OSes that supports those standards ? (does backtrack do ?) Are those standards strict enough ? Do they apply to programming languages and compilers ? I guess ADA would be a language that respects it, but if not, and if nobody really care about those, it's not really a standard, it's just a piece of paper. Maybe it's just some corporate war about selling antivirus software, but in any case, I admit I haven't heard of anything really significant.
Apr
13
answered How is “hacking” even possible if I “defend” properly?
Apr
5
answered DDoS - Impossible to stop?
Jan
4
revised Macbook pro, rootkithunter
added 117 characters in body
Jan
4
comment Macbook pro, rootkithunter
I already did reinstall OSX. What do you mean by running it against a fresh install ?
Dec
29
awarded  Yearling
Dec
29
asked Macbook pro, rootkithunter
Dec
23
answered How can I explain SQL injection without technical jargon?
Dec
11
awarded  Notable Question
Apr
1
awarded  Popular Question
Mar
24
comment Where can I learn cryptography/cryptanalysis the hard way, without going to school ? Any good book?
more by reading, but also by doing, I mean cryptography is meaningless without cryptanalysis.
Dec
29
awarded  Supporter
Dec
29
comment Where can I learn cryptography/cryptanalysis the hard way, without going to school ? Any good book?
seems very interesting and quite exciting, I subscribed, but I don't know, will it be free ?
Dec
27
awarded  Nice Question
Aug
16
comment XKCD #936: Short complex password, or long dictionary passphrase?
Does bit entropy applies if I one uses only common words coming from a dictionnary ? Brute force is long, but you can take shortcut by, for example, for all password you'll try, put combinations of common word first. Would those method be faster ?
Jul
26
awarded  Editor
Jul
26
revised Where can I learn cryptography/cryptanalysis the hard way, without going to school ? Any good book?
added 99 characters in body
Jul
26
asked Where can I learn cryptography/cryptanalysis the hard way, without going to school ? Any good book?
May
2
comment Diffie Hellman c# implementation
and for speed concerns, don't use C# for this kind algo which can have a lot of iterations. C++ or C would be preferred... You also better use some already existing code or lib for that, search for open stuff, lots of chance you will find something better and safer.
Feb
5
awarded  Student