Forgot your password?

typodupeerror

Comment: Two weeks before an election (Score 1) 271

by tepples (#40159503) Attached to: Cost of Pre-Screening All YouTube Content: US$37 Billion
Say Aerith and Bob are candidates for an elected office. Two weeks before the election, Aerith files a notification of claimed infringement against the host of Bob's campaign web site. To make this not perjury, Aerith finds some sort of tenuous ground, such as a claim that the use of excerpts of Aerith's ads in Bob's response ads exceeds what fair use allows. During these two weeks, Bob's campaign has no web site.

Comment: I just want to interview your applicants! (Score 1) 453

by tlambert (#40159325) Attached to: IT Positions Some of the Toughest Jobs To Fill In US

Post a job listing online, looking for 20 yrs experience in Java and offer 40K/yr. Lets see anyone reasonable come try and fill that job post without asking for more money.

Given that Java has only been released for 17 years, you are basically asking James Gosling, Mike Sheridan, or Patrick Naughton to come to work for you for $40K/year.

-- Terry

Comment: not less than 10, nor more than 14, business days (Score 1) 271

by tepples (#40159305) Attached to: Cost of Pre-Screening All YouTube Content: US$37 Billion
From 17 USC 512(g)(2)(C): A service provider that receives a counter-notification "replaces the removed material and ceases disabling access to it not less than 10, nor more than 14, business days following receipt of the counter notice". How am I misreading this?

Comment: Hell or Hell? (Score 1) 1111

by tepples (#40158157) Attached to: Debate Over Evolution Will Soon Be History, Says Leakey
What complicates any discussion of hell is that there are two distinct states called "hell" in English translations of the Bible. One is Sheol or Hades, the place where the dead sleep unconsciously: "the dead are conscious of nothing" (Eccl. 9:5). The other is Gehenna, where the unrepentant are permanently destroyed in the second death. Which hell are you talking about?

Comment: France used to do that, to some extent (Score 2) 133

by Animats (#40156975) Attached to: All Researchers To Be Allocated Unique IDs

France used to require government approval for children's names when registering births. This was a francophone thing, not a uniqueness thing. But it could have been expanded to use a uniqueness check. Corporation and D/B/A names have to be unique within their jurisdiction.

Names in China used to be disambiguated by asking "What is your village?" This is no longer very helpful.

Comment: Re:Pure copyleft licence (Score 1) 65

Does anyone know if there's a licence out there which forbids using any part of the code in proprietary software, but which does not force derivative code to release its source?

The question doesn't make sense. Proprietary software is the opposite of Free Software (or Open Source, depending on your leanings). It is software where the person who receives the binary also receives the code, along with modification and redistribution rights. You can not require derived works not to be proprietary without also requiring their code to be released - it's like requiring them to include air, but not requiring them to include oxygen.

The GPL doesn't require you to release the code to anyone that you don't give binaries to, so it doesn't require public release. More importantly, it doesn't require giving back, only giving forward, which is why the 'I use the GPL so that companies that use my code have to give me their improvements' argument irritates me so much: 90% of all software is developed for in-hosue use and never distributed, so anyone using and improving the code for in-hosue use has no legal obligation to share it under the GPL.

"If you are beginning to doubt what I am saying, you are probably hallucinating." -- The Firesign Theatre, _Everything you know is Wrong_

Working...