Live data from Hacker News

Ask HN: What is the most unethical thing you've done as a programmer?

news.ycombinator.com

191–200 of 520 posts

Re: Ask HN: What is the most unethical thing you've done as a programmer?

#191
post #83

Earlier quoted context omitted.

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.

I wonder what the percent of that unethical charity's income was spent on its stated mission? Many charities are just fronts for marketing companies with super high salaries and almost none of the money goes to what the donors would expect.

[deleted]

Re: Ask HN: What is the most unethical thing you've done as a programmer?

#192
post #117

Earlier quoted context omitted.

The Big Short - nice movie, check it out :-)

I agree. I’ve both seen it and read the book.

Ok, so you are trolling. Sometimes is hard to tell.

Good movie indeed, I will make some room for the book.

Re: Ask HN: What is the most unethical thing you've done as a programmer?

#193

One of my employees was contracting out his entire job. His performance was great and then fell off a cliff. Turns out he stopped paying the contractor and the contractor stopped doing his work for him. When he had to do it himself it was horrible.

I don't fault the guy for the arbitrage, just for not fulfilling the contract. It would be about equally unethical if he were doing the great work himself and got bored and wandered away.

> I don't fault the guy for the arbitrage

Well, it's entrepreneurial, but he's almost certainly also violating all kinds of employment stipulations and policies he's formally agreed to (security, privacy, etc.)

Re: Ask HN: What is the most unethical thing you've done as a programmer?

#194
I made software 15 years ago to automatically buy concert and sports tickets from Ticketmaster and other websites. At the moment tickets went on sale we used hundreds of computers to buy up the good tickets.

I'm sorry your daughter didn't get Nsync tickets.

Re: Ask HN: What is the most unethical thing you've done as a programmer?

#196
Not a programmer at the time, but a system administrator. I won't mention the company. This was 2011-2012 -ish.

We hosted dedicated servers and most of the time, they were mostly Plesk or cPanel servers run by people selling email and or web hosting to hundreds of clients from a single server.

This one time a client joins the network, buys a server from us, and migrates from Rackspace. We wondered why he'd move from Rackspace given they were better than us, and it turns he was kicked off of their network because he basically submitted tens of support tickets daily asking for all kinds of optimisations, improvements, and silly stuff not covered by the support contract. Rackspace had decided he wasn't worth it and booted him.

We ended up with him and boy was he a pain in the backside. Anyway...

Long story short, he cost us more in engineering time than he paid us and this irritated the owner of our business. The owner had my team leader find someone on his team willing to do the following: dump the guy's Plesk database containing all of his customers and make a copy of it on our network. I took on the task and was told it was simply a backup. I was young and didn't really think things through. I feel bad about it now because...

The customer was booted from the network a month later and all of his customers were offered free email and or web hosting for the year, including migrating them over to our network... the owner absolutely annihilated the guy. He contacted all his customers and simply wiped him out.

That same owner is now a highly respected business man and an MBE.

You might be able to do some digging and find out who this company and owner is, if you look hard enough.

Re: Ask HN: What is the most unethical thing you've done as a programmer?

#197
post #77

Not 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…

Car mechanics do this all the time, so what if an experienced mechanic can do a task in 1/10 the time, they always charge for the book time.

Re: Ask HN: What is the most unethical thing you've done as a programmer?

#199

Circumvented browser features to force autoplay on videos with high volume on our websites. While not a morally bankrupt thing to do especially compared to some of the other examples, we all felt dirty doing it.

As a frequent victim of this, perhaps you can satisfy my curiosity: What is the logic behind auto-starting videos at MAX VOLUME?

That just sends me stampeding for the [X] on the tab button all the faster.

Re: Ask HN: What is the most unethical thing you've done as a programmer?

#200

I built my computer graphics final project in Haskell so that the TA wouldn't be able to run it and grade it. Then for our presentation, I babbled on and on about the math and went over time so we wouldn't have to give a really crappy demo.

Reminds me of int main(int args, char ** argv) { static int foo[640*1024]; return 0; } This compiled into a valid MS-DOS .exe, but spit out "Out of memory" and exited when attempted to run. Was quite handy for getting an extra day to work on lab assignments back at school.

You got an extra day for an out of memory exception? I wish I was that lucky
Post reply on HN