Comment: I just want to interview your applicants! (Score 1) 453
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
Comment: Hell or Hell? (Score 1) 1111
Comment: Mooted (Score 1) 1111
Comment: Re:God's experiment in free will (Score 1) 1111
Comment: Re:Salaries (Score 4, Funny) 453
So what you say is you take what the non-technical people say back to the technical people. Couldn't the technical people just talk to the technical people directly?
Comment: Re:Options (Score 1) 349
"get a console for gaming" is not a valid solution.
Why not, if you play only AAA games and no indie games?
Comment: France used to do that, to some extent (Score 2) 133
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.