Tagged Questions
The ethics tag has no wiki summary.
59
votes
17answers
3k views
My boss asks me to pirate software. What should I do? [closed]
So our company got bought by a foreign company. I just started there as programmer. This is my first job. I needed to do some design work; we decide we need Photoshop.
The new foreign boss answers ...
59
votes
27answers
2k views
Is it rude to refactor/improve team members' code?
When working on a single project with a small team, say, 3 devs, its common for us to ask each other:
"Oh, how does this class work?" or "What property do I set on this to make this happen?" as the ...
47
votes
16answers
3k views
Pirated software at a company? [closed]
I recently had a position at a small web development shop in the US where virtually all software used on a daily basis was cracked. My own IDE was paid for, and I used open source software personally ...
46
votes
13answers
2k views
Found a critical bug, but the company doesn't care [closed]
I know several people who were in a situation like this.
Let's say, you were trying out random sites for basic XSS/SQL Injection vulnerabilities, and you've found one that could be easily ...
41
votes
38answers
3k views
Am I obligated to fix a software error after I left a company? [closed]
In my last job at a small firm, I was paid in billable hours. I was not a contractor; the firm provided an office, computers, software, books and customers. They also took taxes out of my check. If ...
41
votes
35answers
3k views
When to say when with a startup company?
I've been a bit stressed out about this for a while, and figured I'd post here to see what other developers think.
I'm with a startup company... a very small one. In fact, it's just me, my boss, and ...
32
votes
10answers
1k views
What are the ethics of time management while working for pay?
This is a daily question, for me, and I think one that is applicable to any professional programmer, especially those who, like myself, work for consulting firms and may have insane amounts of money ...
29
votes
12answers
938 views
Is it unethical to send data to myself once a customer installs my software?
I'm trying to get an idea of how often my software is being installed. I was thinking about just including a simple URL call in the background the very first time the software is started. I am not ...
29
votes
10answers
1k views
Compromising my integrity?
I have recently written a small simple application that takes snapshots of your monitor(s) every X seconds / minutes. The idea is to keep a record of your activity.
More details here: ...
28
votes
30answers
2k views
Ethics of using a “fringe” language for your job?
Just want to ask for some opinions here. How do you feel about using a language (and/or framework) that isn't widely used in your location to write software for a company? For instance, I live in an ...
27
votes
3answers
878 views
Ethical Software Installs - Affecting other software
I'd like to get a community view on this, as I was personally very offended at the way some software I have used for a long time recently changed in behavior.
In this particular case, it's the .Net ...
27
votes
8answers
288 views
A privacy app ineffectually tries to block tracking data for our web analytics. Should we detect the failed attempt and not track their users?
My company has a web analytics package which we use for our own and customer marketing campaign tracking. It uses a combination of server logs, JS & image web bugs, cookies, unique cached files, ...
27
votes
22answers
3k views
Should I charge my client extra for the source code? [closed]
I am developing a web application for a customer. We have agreed to a fee and now the customer wants me to hand over the source code as well because he thought that the initial fee covered him buying ...
26
votes
12answers
2k views
What legal issues can I run into if I use example code (say from stackoverflow) in my projects?
A couple of questions I've read today discuss the legal implications of using someones code in your project:
Can I
legally incorporate GPL & LGPL,
open-sourced software in a
proprietary, ...
24
votes
13answers
1k views
How do you handle Ineffective Programmers?
How do you handle a programmer who is on your team but is extremely ineffective and ends up wasting the time of the rest of the team.
I don't mean lazy, but I mean a person who has such weak ...
23
votes
10answers
1k views
Ethics of Robots.txt
I have a serious question. I'm not trying to start a flamewar or to incite any violence--but here goes.
Is it ever ethical to ignore the presence of a robots.txt file on a website? These are some ...
21
votes
14answers
1k views
Can it be morally defensible to release a program which games an MMORPG? [closed]
I have written presumably some of the first code to modify the memory of a popular new MMORPG in such a way as to create a macro framework, allowing for advanced automated reactions, skill/level gain, ...
21
votes
5answers
2k views
Legalities of screen scraping
How does the fair use doctrine apply to websites in terms of screen-scraping?
The particular example I am thinking of is extraction of the useful data from a website, and re-presentation of the raw ...
21
votes
25answers
2k views
Have you ever faced an ethical issue when creating an application?
This question isn't about ethical behavior in the workplace, like leaking code or stealing. I'm wondering, have you ever been asked to add a feature to an app that you thought was harmful to users, ...
20
votes
23answers
1k views
Do you save the code you wrote at your previous jobs?
If so, how do you organize it? Do you refer to it often? Are there ethical implications?
I have a bunch of tarballs lying around that I keep telling myself I'll organize some day, but I've yet to ...
18
votes
17answers
2k views
Ethics and Coding
I've been thinking about how the technologies which I see as cool, can provide governments and private corporations with tools to do things which are not so cool.
I'm thinking along the lines of ...
17
votes
24answers
7k views
Protection from screen scraping
Following on from my question on the Legalities of screen scraping, even if it's illegal people will still try, so:
What technical mechanisms can be employed to prevent or at least disincentivise ...
17
votes
14answers
2k views
Would you work for an “Adult” Company? [closed]
Although I try to distance myself from web-oriented work nowadays (unless I need the money) I've received a number of emails from clients wishing for me to help design and develop online solutions for ...
17
votes
68answers
3k views
What should be included in a programmer's code of ethics?
Recently there was an ethical question asked, but I'd like some input on what might be included in a comprehensive code of ethics. I'm thinking of something along the lines of the Hippocratic Oath ...
16
votes
8answers
453 views
Should a company prevent employees from publishing an app in an appstore in their free time?
My company is trying to pass a policy forbidding distribution of any application (even free) in any appstore for all developers.
Their reasoning is that "outside work activities create a conflict of ...
16
votes
17answers
1k views
Have you ever turned-down morally questionable or unethical web work?
i'm just wondering if you guys have ever had a situation where you were offered a web development project which you turned down because you felt it was unethical or morally questionable.
i've only ...
16
votes
27answers
2k views
Ethics of copying 20 lines from a “Free” project
Disclaimer: I know you're not a lawyer! :)
This question is for university assignments, not work nor personal.
Say I'm looking for the implementation of something very very specific, and I find that ...
15
votes
18answers
2k views
Releasing open-source without the permission of your employer
I am working on a project at work and see an opportunity to extract and abstract some functionality that is part of the project and release it as open source.
I have a hard time accepting the idea ...
13
votes
4answers
178 views
What would be the most ethical way to consume content from a site that is not providing an API?
I was wondering what would be the most ethical way to consume some bytes (386 precisely) of content from a given Site A, with an application (e.g. Google App Engine) in some Site B, but doing it ...
13
votes
14answers
749 views
How to deal with requests for ridiculous functionality in your software?
Of course, most of the time this type of request comes from management that neither has a clue about what the users really want, nor does [s]he have a clue about the technical aspects of building a ...
13
votes
18answers
1k views
Ethics of keeping a domain name hostage
I do some work as a freelance web developer, for which I do my own hosting. I have one client who is very behind on paying me. His domain is registered in my name not his. Is it ethical for me to ...
12
votes
12answers
706 views
How to notify someone that their website is vulnerable to SQL injection?
Original question:
An affiliate partner of us has a website that is vulnerable to SQL-injection.
We noticed this by accident (typo in an URL triggered an enormously informative error page).
Now we ...
12
votes
16answers
2k views
Is reverse engineering evil?
Lately I've been pondering on how a specific beloved old game actually works.
I had some mild progress, but then a friend pointed out that if I really loved the game and appreciate it, I wouldn't try ...
12
votes
20answers
2k views
Is it ethical/legal to bring your favorite code with you after a job?
Should I be backing up my "gold nuggets" of code to a personal drive? I would be hard-pressed to recreate some of this code if I was ever to leave my company.
Where's the line? Is it my ...
11
votes
8answers
471 views
Hosting an open source project at several sites
Say I had an open-source project which I wanted to try and generate some exposure for. Would it be considered unethical to set up a project entry for it on several sites such at github, sourceforge ...
11
votes
23answers
726 views
Is it ethical to monitor users?
Update: I didn't know I would be getting too many replies so fast. I can provide more details. It is definitely for use within the company. I was looking for some info on whether I should be more ...
10
votes
21answers
646 views
How much should a programmer care about the political and social implications of his work?
Software can have ethical implications in real life. One obvious example is the software that controls a military drone. A more subtle example is software that creates statistical reports for ...
10
votes
12answers
679 views
What should I do when asked to fake or fudge a demo to the customer? Any hints on pushing back?
Consider having an unstable, incomplete, and not completely tested system. Then consider needing to demo it to the customer. The system is unstable, incomplete and not completely tested because an ...
9
votes
7answers
224 views
An honest security ethics nondisclosure question i need help with
3 years ago I did a security audit for a large ecommerce website. When the audit was preformed I found several severe security issues that allow for access to data that should not be accessible after ...
9
votes
10answers
401 views
Repeat projects— Charging Full Price?
This question is more on the ethics scale. I have two freelance php projects that are nearly identical to the point I can copy and paste and only change a few lines of code to be done with the 2nd ...
9
votes
9answers
690 views
Hacking/cracking deontology
Let's say you recently discovered some major vulnerabilities in a couple of web sites that activate mainly in your country and are very powerful in their market. The vulnerabilities I'm talking about ...
9
votes
21answers
2k views
Is it ever OK to go out for lunch and never come back (as a programmer)? [closed]
Prompted by the responses to How important is the environment at a job? I thought it worthwhile to pose this question:
Is it ever OK to just walk out the door and never come back? If so, under what ...
9
votes
11answers
957 views
Is it wrong to decompile code?
Is it wrong to reverse engineer code?
I understand that with languages such as C# it is a pretty easy thing to do.
Is it something that programmers use as a tool in their box of tricks?
9
votes
3answers
178 views
What should you do when coming across a publicly accessible security vulnerability?
I was browsing and came across a rather back-end state-government site that's vulnerable to SQL injection. (Searching for a ' yielded an error, and I toyed around with it until I got a list of ...
8
votes
3answers
598 views
What are the ethical issues with using analytics in Mobile Applications?
I would like to implement Google Analytics in my iPad application.
I am wondering if there are any approval process issues with this?
Is there a best practice for allowing users to disable or ...
8
votes
8answers
754 views
Practical ways around the GPL? [closed]
My company makes an extremely specialized piece of software which costs a lot of money for those few who need it. On our current release we have no choice but to use a few libraries which are released ...
8
votes
2answers
944 views
Obfuscation and GPL
This is a hypothetical scenario (ie: I just thought it up and I do not intend to do it!)
What stops a company from preventing the effective use of a derivative GPL work by doing the following
Fork ...
8
votes
14answers
1k views
How to politely decline?
Recently due to organizational change, the management is inducting a senior engineer from another group who has no experience in programming. Obviously the work is nothing but programming. There is no ...
8
votes
6answers
472 views
Ethics of billing for work done on a platform you just started learning
While this doesn't apply to my present situation, I'm sure we've all been there before. You're a Java developer who's been asked to develop an app in C#, or you're a ASP.NET developer asked to do ...
8
votes
8answers
561 views
How can you give users confidence that your application has no malicious intent?
I am a FireFox user, and I recently installed the GMail notifier add-on. When you first install the add on, it requests your GMail address and password, and will then use this to login to your Gmail ...