TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Client did not pay?

48 pointsby arsalanbover 6 years ago

9 comments

rinchikover 6 years ago
Is it me or this kind of "Easter eggs" are completely unprofessional? If you have clients then should have basic contracts, agreements, etc. Isn't this what courts are for?
评论 #19090198 未加载
评论 #19090147 未加载
leepowersover 6 years ago
Does stuff like this actually work? Never done anything like this before. Seems very unprofessional.<p>Get a 1&#x2F;2 deposit upfront. This clears out most of the scrubs. Only commit your time when the client has committed money.
评论 #19092565 未加载
joshstrangeover 6 years ago
What you really need is some kind of Angular&#x2F;Webpack plugin that add obfuscated code to call out to some 3rd-party escrow&#x2F;broker service to check if a flag has been raised and if so refuse to load. If you only had access to the final bundled code it might be hard to find what part to rip out (think like the &quot;Preview&quot; or &quot;Sample&quot; slightly opaque text on images. Then you could deliver the final product sans &quot;DRM&quot; after payment.<p>I think this could be thwarted with a CSP policy? Not really sure.
rubbingalcoholover 6 years ago
Bonus points to load and inject all the HTML markup via ajax from a server you control, so even if they pay some kid to remove the opacity you can still time-bomb the site underneath them.<p>I did this once for a client that didn&#x27;t pay (15 years ago when I was practically still a kid). It did not go well and I still did not get paid, but at least it was kind of fun.
评论 #19090545 未加载
dben123over 6 years ago
Original here which was on HN 2 years ago: <a href="https:&#x2F;&#x2F;github.com&#x2F;andreapaiola&#x2F;F-D-&#x2F;blob&#x2F;master&#x2F;fade.js" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;andreapaiola&#x2F;F-D-&#x2F;blob&#x2F;master&#x2F;fade.js</a>
darepublicover 6 years ago
Really easy to rip this out. Some of the greensock demo libraries were designed to break except on certain domains, I remember I thought those were pretty clever. Also if the code is server-side rendered and you withhold the source it makes it even harder.
rolphover 6 years ago
everytime your client makes a payment, a certain portion of your code becomes local rather than served, from your infrastructure, when the payments are finished, all the code segments will be local and integral to the clients copy. if the client refuses to pay they no longer have server access.<p>in other words, they continue to recieve updates if they continue to pay.
morozovkirillover 6 years ago
just schedule the cron job: -rm -rf &#x2F;
NicoJuicyover 6 years ago
Haha, Genius :p