Ask HN: What is the most unethical thing you've done as a programmer?
81–90 of 520 posts
Re: Ask HN: What is the most unethical thing you've done as a programmer?
#82Not me personally, but the company I started my career with (was an intern there for a few months). ERM software. When a new client comes onboard, install the product and database, but make sure not to make any optimizations, not even the basic indexes in the DB. Depending on the usage, the DB will get slower and slower in a few months. Then send a "consultant" who will simply run a script and add indexes etc and tes…
Re: Ask HN: What is the most unethical thing you've done as a programmer?
#83I worked on a penny-bidding site. These guys "auctioned" items like PlayStation, tvs, cars to the user who placed the final bid on an item after 60 seconds of no further bids. Each bid would increase the final price by 1 pence/cent, but each bid would cost 50 pence/cents. You could "win" a $20,000 car for $500.37 and the house would have taken 50,037*50 cents. It might be okay if that was it -- but I was asked to cod…
I worked on a system like that but it was run by a charity so whilst unethical at least somebody wasn't profiting from it.
Re: Ask HN: What is the most unethical thing you've done as a programmer?
#84I worked on a penny-bidding site. These guys "auctioned" items like PlayStation, tvs, cars to the user who placed the final bid on an item after 60 seconds of no further bids. Each bid would increase the final price by 1 pence/cent, but each bid would cost 50 pence/cents. You could "win" a $20,000 car for $500.37 and the house would have taken 50,037*50 cents. It might be okay if that was it -- but I was asked to cod…
I worked on a system like that but it was run by a charity so whilst unethical at least somebody wasn't profiting from it.
Re: Ask HN: What is the most unethical thing you've done as a programmer?
#85I worked on a penny-bidding site. These guys "auctioned" items like PlayStation, tvs, cars to the user who placed the final bid on an item after 60 seconds of no further bids. Each bid would increase the final price by 1 pence/cent, but each bid would cost 50 pence/cents. You could "win" a $20,000 car for $500.37 and the house would have taken 50,037*50 cents. It might be okay if that was it -- but I was asked to cod…
Re: Ask HN: What is the most unethical thing you've done as a programmer?
#86As a gentle satire of a much-hated London-based design company we were working with during a project for a major brand, I added something called 'disco mode' to the customer's site if you crafted the correct query string. It progressively added more and more random jQuery effects to the page on a timer, while the customer's logo jumped to a beat.
How did you get that past code review?
Re: Ask HN: What is the most unethical thing you've done as a programmer?
#87I was once assigned a task that had been estimated at 8 hours of development time, but only required the modification of a single line of code. I finished it in 5 minutes. My boss asked what happened, I told him, and he told me to revert the code, work on other tasks, and redo it at the end of the day so he could bill for 8 hours (in addition to billing for the other tasks I worked on). I did it and didn’t say anythi…
Re: Ask HN: What is the most unethical thing you've done as a programmer?
#88I did some contract work for an online “payday loan” company for a bit. It didn’t take me long to realize I was ashamed of working with such a terrible industry, but my professionalism kept me there until I finished the job. Definitely a low point.
Payday loans are bad but they are not that unethical. The alternative option for people reliant on payday loans are actual loan sharks, which will turn out a lot worse for the debtor. So don’t be so hard on yourself. I think it would be difficult, but possible to run an ethical payday loan company that focuses on building people up and out of long term debt.
Re: Ask HN: What is the most unethical thing you've done as a programmer?
#89In my first job out of college i worked at a big consulting company on a project at a company that used interwoven teamsite cms. Teamsite was a cms written in Perl, JavaScript, and Java with lots of xml sprinkled in. It was a horrible system. I blogged about it on my personal blog. All the posts were about how to solve issues I had using it. This was before stack overflow. After I had about 10 such posts I wrote a po…
I like how you dropped the name of the "big consulting company" in the end, there.
Re: Ask HN: What is the most unethical thing you've done as a programmer?
#90Not me personally, but the company I started my career with (was an intern there for a few months). ERM software. When a new client comes onboard, install the product and database, but make sure not to make any optimizations, not even the basic indexes in the DB. Depending on the usage, the DB will get slower and slower in a few months. Then send a "consultant" who will simply run a script and add indexes etc and tes…