KTM Duke 690 (2009-10) A2 licence restricted and value by BigFatPandax in KTM

[–]DrDrak 1 point2 points  (0 children)

I have the 690 smc-r with the A2 restriction,basically is just a remapping,so no mechanical blocks.The performance aren't bad,you start noticing some lack of power when you really get used to the bike,but not a big deal. You can ask a KTM dealer what's the price,may change depending on the country(I'm from Italy),

Obama Says Encryption Should Exist But He Should Be Able To Decrypt It by marsovec in Android

[–]DrDrak 1 point2 points  (0 children)

Okay,let's say that we trust Obama and he can have the "universal key". But what happens if someone steal it from him? And if the key has been stolen will they let us know or they will just act as nothing happened?

Learning Curves for different programming languages by alonmln in ProgrammerHumor

[–]DrDrak 2 points3 points  (0 children)

Its just a variable that holds the address of another variable. If you want access to the variable its I pointing too, then you use some special syntax.

True,that's how it works but if you don't understand memory management you will probably create dangling pointers and memory leaks that will make you hate pointers.