Earlier quoted context omitted.
Personally I don’t think scamming people who intend to buy stolen electronics is particularly unethical anyways. It’s sort of like...profitable vigilante justice.
Unless the electronics were branded as stolen I wouldn’t immediately assume malicious intent from the buyers. People might have all kinds of reasons buying those electronics anonymously - maybe there are no other channels to get them from (oppressive government restricting features like VoIP in iPhones, etc) in which case the “dark” web is the most logical place to go to get a clean device.
Ask HN: What is the most unethical thing you've done as a programmer?
231–240 of 520 posts
Re: Ask HN: What is the most unethical thing you've done as a programmer?
#232I created software that was used by call center agents to bid on “bathroom” break time slots and kept track of who was on break and actively punished those who didn’t follow the rules. It rewarded those that had higher performance and who took less breaks with higher priority. If an agent didn’t come back from their break a security guard would automatically be dispatched to find them. For the same company I also mad…
I have to ask, why did you choose to take the contract? Financial pressures? Or did you not feel that such a system is morally reprehensible? Personally while I'm opposed to programmer certification, systems like these certainly make me wish such a thing existed.
Re: Ask HN: What is the most unethical thing you've done as a programmer?
#233First of all, this was 1999, and the market (tech-stocks) were in peak ridiculous bubble mode. The hack was that the software used to simulate trades and track portfolios used delayed quotes. So, I simply used real-time quotes looked for gains in a short period and bought held for a bit, then sold. Essentially I had a time machine. I think at the end of year my account had over $500 million in it. The teacher knew I was "cheating" but still gave me the extra credit along with another student who didn't "cheat". An extra perk is the cutest girls in that class constantly asked me how I had so much in my portfolio.
Re: Ask HN: What is the most unethical thing you've done as a programmer?
#234I created software that was used by call center agents to bid on “bathroom” break time slots and kept track of who was on break and actively punished those who didn’t follow the rules. It rewarded those that had higher performance and who took less breaks with higher priority. If an agent didn’t come back from their break a security guard would automatically be dispatched to find them. For the same company I also mad…
Edit: Since I am getting downvoted, I will just add context -> https://idiallo.com/blog/when-a-machine-fired-me
I was on the other end of a similar system.
Re: Ask HN: What is the most unethical thing you've done as a programmer?
#235Re: Ask HN: What is the most unethical thing you've done as a programmer?
#236Not 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…
Re: Ask HN: What is the most unethical thing you've done as a programmer?
#237I present security research in big conferences. This means that I find a serious security threat that affects many systems, and then I do not say anything to anyone for 6 months so that, when I do, I can get more publicity.
Re: Ask HN: What is the most unethical thing you've done as a programmer?
#238Earlier quoted context omitted.
In this case you got lucky; other times you'll underestimate the amount of effort required. In the end it'll even out.
I still think they could have charged for less than the full month. The goodwill and trust that would have engendered would probably have been more than worth it in the long run.
Re: Ask HN: What is the most unethical thing you've done as a programmer?
#239Not 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…
Re: Ask HN: What is the most unethical thing you've done as a programmer?
#240Implemented APIs for clients that were based on scraping data from other competitor sites that did not give permission, it's some kind of service hi-jacking. Similarly, implemented some clone sites that just rip off other people's work #zuckerberging Some bug bounties ask pentesters not to hit their production servers hard with automated tools... I've ignored this to find some bugs in production servers on occasion.
Scraping is not unethical IMO. If you make the data public then everyone has the right to use it for whatever reason. Arbitrarily restricting what the data can be used for is what I would call unethical.