Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
chadd1746437y@electrode It has a random 1 in 6 chance of deleting the project. Otherwise, it says *click*, as if you're firing an empty revolver chamber.
-
Wow I'm really tempted to set that up as a Cron job somewhere on some poor souls machine lmao!
-
cr782817yProgram your code so, that if you hadn't sent the application a unlock key after one month of running it, that it will forward to your paypal.me page (until the client pays and you send the unlock key to the program)
-
@cr78 this is actually illegal in many countries including most of the European countries... unfortunately..
However what you can do is "lose" the encryption keys when doing an update 😇
Related Rants
Got some customers not paying their bills?
Play russian roulette with these projects on the prod. server:
# [ $[ $RANDOM % 6 ] == 0 ] && rm -rf /<path_to_project> || echo "*click*"
undefined
bastard dev from hell