Tagged Questions
The law tag has no wiki summary.
56
votes
51answers
4k views
Laws of Computer Science and Programming
We have Amdahl's law that basically states that if your program is 10% sequential you can get a maximum 10x performance boost by parallelizing your application.
Another one is Wadler's law which ...
22
votes
13answers
8k views
How legal is screen scraping?
I'm trying to build an iPhone application that gathers content from real estate websites to display it in a mashed-up and structured manner (mapping, price averages...etc)
I've stumbled upon many ...
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 ...
11
votes
17answers
903 views
Can you list all the funny laws you can apply to computing?
We all know the common laws that (seem to) rule computing like Moore's law, etc. But there are the funky ones :
Murphy's law : Something that can go wrong, will.
That's why your if you cover 99 % of ...
7
votes
2answers
144 views
What efforts exist to use programming languages to model legal code?
Legalese can be considered an extremely inefficient language, and it certainly has ambiguities. What attempts exist out there to use programming languages (or any symbolic logic approaches, for that ...
6
votes
2answers
364 views
Do I Own the Source Code? [closed]
If I pay someone to write some software for me and our contract doesn't specify, do I own the rights to the source code, or does the company who wrote the software? Who does the intellectual property ...
5
votes
1answer
112 views
Complying with EU cookie law from May 25th
I'm sure by now you've seen the laughable and galactically stupid law prohibiting the use of cookies without opt-in in the EU.
Despite coming into effect in the UK from May 25th, I have yet to see ...
5
votes
3answers
486 views
Need GPLv3 and GPLv2 in Plain English - non lawyer-speak
I was hoping GPLv3 would make GPLv2 easier to understand for the layman, but when I came across the phrase "propagate by procuring conveyance" what the heck is that supposed to mean!?!?
I spent a lot ...
5
votes
10answers
340 views
How does Open Source enforcement work?
A bit of background: Earlier today I downloaded an EDI library in Java that is licensed under the GPL. The GPL is no good to me, as I need to sell the application I'm working on (I like eating and ...
4
votes
3answers
147 views
Legal implications of redistributing web-content
If you have a site that uses JavaScript with no mention of a license in the JavaScript, is it legal to take that JavaScript, package it, and redistribute it?
I'm looking to write a Google Chrome ...
4
votes
4answers
153 views
Can I write a book about a software program without the company's permission?
I want to write, and sell, a book about a particular piece of software, in particular the open-source community edition.
It would be a how-to/tutorial type book
Do I need the company's permission to ...
4
votes
2answers
2k views
Can I use a previous version of iText(Sharp) under the LGPL?
I'd like to use iTextSharp for PDF manipulation. I need it to run under medium trust (webserver) and to be free of charge (sice this is a very small project), therefore there is not much competition.
...
4
votes
5answers
437 views
Dealing with morally and legally objectionable requests from management
This question was originally posted with a similar title to this but was changed as the subject was not a moral issue.
However it was a good topic for a wiki question.
There are times when you are ...
4
votes
12answers
373 views
What non-programming-specific formulas and laws do you use the most?
What non-programming-specific formulas do you use the most whilst working as a programmer?
I'm thinking of non-trivial formulas/theorems from the field of mathematics, logic or science that you ...
3
votes
3answers
227 views
Are php sessions legal under EU’s Privacy and Electronic Communications Directive [closed]
Possible Duplicate:
What will web developers have to do to meet the new EU cookie law?
After reading the article about new "UK cookie law" (which most likely will spread all over the rest ...
3
votes
3answers
184 views
Can I use patented interface designs?
According to http://www.macobserver.com/editorial/2003/03/04.2.shtml Apple has patented pretty much everything related to UI design. I can certainly see so many systems using the same idealogy, so, I ...
3
votes
4answers
763 views
C++ Laws? (similar to Law of Big Three)
I have been reading C++ and writing small programs in it for more than a year.
Recently I came across Law of The Big Three. I never knew about this law.
Accidentally, I found it here: Rule of ...
2
votes
2answers
33 views
Replying to an Unsubscribed email
I have a quick legal question I suppose.
If a user unsubscribes from a mailing list by clicking unsubscribe, would I be allowed to send a confirmation email back to the user confirming their ...
2
votes
1answer
163 views
Web aggregator/crawler for products
I'm curious about web aggregators/crawlers. I was thinking about how sites like google shopper/images or pricegrabber work. I imagine they basically crawl the internet and index a bunch of products ...
2
votes
2answers
117 views
App that went from open to closed source- can I use the old code? Should I?
I use an Android app called EasySMS a lot- it's basically a web interface to your phone's SMS system. You can read, send, etc. from your desktop browser. There are two things about it that bug me:
...
2
votes
4answers
519 views
Can I use LGPL libraries (client side javascript or server side jar) in my Commercial Web Apps?
I'd like to ask this question in two standpoints.
As a library developer, I don't want my work to be used in source closed web apps while most web apps are source closed. (And they are also worthless ...
2
votes
1answer
70 views
Help identifying the author of this phrase
Some time ago I read on the Net something like "you learn a thing only when you really need it" (e.g., learning a new programming language). If memory serves me well that was a sort of "law" or ...
2
votes
2answers
104 views
Must I have to license a server plugin under GPL3 if the server itself is published under GPL3 license?
I want to write a tigase (a xmpp/jabber server) plugin and tigase is published under GPL3.
My plugin would use xmpp extensions to add needed functionalities.
The plugin would be load at runtime.
2
votes
2answers
304 views
Japan Form Encryption Law
I've heard that Japan has a law that stipulates that all pages that contain forms with personal information must be SSL-encrypted.
For example, under this law, a simple contact form with a "name" ...
2
votes
6answers
251 views
Are there any problems if you essentially copy another solutions code structure?
Emphasis on structure:
Code layout/interfaces
Physical file layout etc.
Naming of files and classes etc.
My understanding is that if the implementation is completly different then your ok to ...
1
vote
1answer
67 views
New EU Cookie law - how do I know if people have opted out?
According to new EU laws I have to ask my users to opt into having cookies installed on their computers.
So every time I want to set a cookie I have to see if the user has opted in and if they ...
1
vote
1answer
45 views
Privacy laws and the Azure platform
While privacy laws are normally outside the domain of us developers, I do think it's an important topic to keep here at SO because we developers should take the responsibility to warn our employers if ...
1
vote
2answers
54 views
Can the company threaten the person this way? [closed]
A friend of mine in Ontario, Canada has been using a site for a week, and while using it he explored their Javascript and found a URL where they use some GET and POST to send messages or delete posts.
...
1
vote
0answers
68 views
Mailing Lists & Subscription laws in other countries
Does anyone know or can point me to a good resource for finding out what the mailing lists & subscription laws are for various countries? I would like to have a subscription page for my site, and ...
1
vote
1answer
253 views
Notification Requirements for “Publicly Available” Encryption Source Code
Sourceforge requires that you state whether your OSS uses encryption:
This project DOES incorporate, access, call upon or otherwise use encryption. Posting of open source encryption is controlled ...
1
vote
3answers
117 views
Law & Etiquette of using Open Source
I'm using a BSD API to build my own API and I'm wondering if there is any restriction when I will release my own API in term of license choice, packaging, distribution ...
I'm also curious about ...
1
vote
1answer
155 views
Licensing: Changing public domain to Apache license
I am currently modifying a framework which was released to the public domain.
Is it ok for me to then release a new framework based on some code from the public domain sourcetree as licensed under ...
1
vote
5answers
141 views
what are some resources to learn about copyright law?
I once heard a prominent scientist say, of global warming, that he didn't realize how much he would have to learn about politics.
I just read an excellent article in DDJ about the Jacobsen verus ...
0
votes
1answer
54 views
Cryptography regulation [closed]
Reading about encription rules in B.I.S. home page I have found this document:
What items are removed from encryption controls?
BIS has amended the EAR by implementing the agreements made by ...
0
votes
1answer
100 views
Android app with encryption regulated by the EAR
I'm developing and Android app. As a completely secondary feature, it will allow users to encrypt some strings.
I know AES (256 bits) is much more recommended to use than DES (56 bits). However, if I ...
0
votes
0answers
42 views
Chat Room Log history by law?
I seem to remember a law that required all chat rooms to be logged. I think this was due to problems at MSN chat rooms before they closed.
Does anyone know the status of this? Currently my coders are ...
0
votes
0answers
100 views
Using tetris block in game [closed]
I'm developing game for iOS. Game is puzzle which consist of blocks which simular to tetris block and user should set it to right place. Blocks dont fall from top. User manipulates it with taps.
...
0
votes
0answers
57 views
It's legal to sell proxy lists? [closed]
It's legal to sell updated proxy lists? I speak about a site like:
http://hidemyass.com/proxy-list/
I'm in Spain. If not, there is any country where can I host the service?
0
votes
3answers
70 views
Using data of other web site in android application
Is it legal to use other website's data in our android application?
e.g. Any website provide online conversion of Meter to Kilometer.
If i pass value in their URL from my application and they reply ...
0
votes
0answers
29 views
Software control at US airports [closed]
I have a question about software legality control about US airports. Is it true, that the can control it when smb enters US?
Thanks
0
votes
1answer
37 views
Websites, the law, accessibility compliance
I was wondering what people thoughts are on Accessibility and Compliance.
I have been tasked with telling the business I work for what we should and should not be doing in terms of Accessibility ...
0
votes
1answer
325 views
EU cookie law: “Asking” permissions in TOS
Can I just put something like "You give MYAPP permissions to save cookies to your computer" into my TOS, to comply with the EU cookies law?
And then when user first comes to my app, i will ask the ...
0
votes
1answer
65 views
Android apps and using celebrities
Is it legal to have lets say a app they uses the likeness of a Tv/movie star? Like websites that say this is the unofficial Kobe Bryant fan site or an app that has a lot of pics info about Jessica ...
0
votes
1answer
64 views
Filemaker Developer rights [closed]
i have question for the filemaker if i create filemaker runtime application can i sell that runtime on my website and if i can, how i pay taxes for any profit i have any law rights
0
votes
1answer
30 views
Why can't we “pipe” other web sites' result? [closed]
A few months ago, I saw news that said Bing piped google's search result.
Regardless of whether their did or not, the issue I concern about is: why is it illegal?
I know it's immoral. But in the ...
0
votes
1answer
48 views
Required fields by law for a webshop
I am running multiple webshops where I ask the following details from my customers before I allow them to place an order:
Their Full Name, Address (street, city, country, postcalcode), E-mail and ...
0
votes
1answer
293 views
Can I use Google Translate API for a commercial app?
Can I use it in a shareware application freely?
0
votes
0answers
34 views
Neosurge and Termination of my Service However I Paid [closed]
I have a complex problem. I bouth two vps service from neosurge. One of them billed at 15th and other 26th. I paiding form paypal. I paided twice the 15th one. Hence i have funds to pay the 26th one. ...
0
votes
2answers
65 views
Usage of a third-party registered trademark in a “blaming” domain name (with “anti” prefix) - is this legal? [closed]
Suppose, there is a hypothetic software product "ExampleProduct" on the market with BAD quality and BAD support. But the company selling it, does not care. "ExampleProduct" is a registered trademark ...
0
votes
4answers
681 views
Code With “No Guarantee”/“No Liability” Clause
I've seen code from time to time that has a clause in the license or at the top of the code that mentions that the author is not liable and does not guarantee that the code is fit for production, or ...