The Daily Click ::. Forums ::. General Chat ::. Open Source
 

Post Reply  Post Oekaki 
 

Posted By Message

alessandroLino

I create vaporware

Registered
  11/03/2009
Points
  172
6th February, 2010 at 06:22:12 -

well, open sourcing things are good, if its something technical you've made and want to share, or something old you dont care about.

if youre going to release something as open source, you know that someone, someday, will steal part of your code, or the entire thing. so, in my eyes, it should be like writin a book. dudes will read and use it, at their own risk.

so u can even throw in some bugs to punish if someone copypaste ur code

 
n/a

Muz



Registered
  14/02/2002
Points
  6499

VIP MemberI'm on a BoatI am an April FoolHonored Admin Alumnus
6th February, 2010 at 09:57:41 -

Eh, something a programmer taught me - even if you don't want people to get it, don't add bugs on purpose or comment things badly. It makes you, as a programmer look bad.

Do what I did in uni. Add useless code, e.g.:
If X > 0, turn on flag 2.
If flag 2 is on, turn off flag 2.

Put them far enough from each other that nobody can figure what flag 2 does. People actually copy paste that stuff, and my lecturer found out that nearly half the class copied my code.


Or, if you're feeling naughty, add an off switch.
If Ctrl is pressed AND ] is pressed, turn on flag 3.

Then find a distant part of your code, and add something like
Blabla conditions
If flag 3 is on
Blabla more conditions
Then exit application.

So, you know that when you press Ctrl+] and the game crashes later, it's been mindlessly copied.

 
Disclaimer: Any sarcasm in my posts will not be mentioned as that would ruin the purpose. It is assumed that the reader is intelligent enough to tell the difference between what is sarcasm and what is not.

Image

Hernan



Registered
  04/03/2003
Points
  707

VIP Member
6th February, 2010 at 19:25:25 -

lol Muz. But what if you want to use a part of your own code and you're driving yourself nuts over your own anti theft tricks

 
This space is for rent

Muz



Registered
  14/02/2002
Points
  6499

VIP MemberI'm on a BoatI am an April FoolHonored Admin Alumnus
7th February, 2010 at 05:21:11 -

Pssh, I just take them out when I'm using them. That's what the Never condition is for

 
Disclaimer: Any sarcasm in my posts will not be mentioned as that would ruin the purpose. It is assumed that the reader is intelligent enough to tell the difference between what is sarcasm and what is not.

Image
   

Post Reply



 



Advertisement

Worth A Click