This is so disappointing. I planned to use it for my project and I really liked...
An apology to open source
191–200 of 259 posts
Re: An apology to open source
#192Earlier quoted context omitted.
The IP of my final year (UK) university project belongs to the University not me, and not to the company that was sponsoring me for my final year.
That just shows how ridiculous the laws in UK/US are. Around here, what you're describing would be expressly against the law.
At the sime time, there are two different rights; copyright and "usage right" (not sure if that last thing is translated correctly), which means that you own the stuff you've created, but you can transfer the right of using it to someone else.
Re: An apology to open source
#193Earlier quoted context omitted.
Nick's words: It had been my final year university project I had been working on for a couple of months
Often that means that the university claims rights in the IP produced, certainly [way back] when I matriculated it was required of all students to sign a waiver giving rights to the Uni for any works created whilst being a student. The first I heard about it was at the matriculation table when I'd already gone up. Perhaps this sort of thing doesn't happen elsewhere or as been deemed inappropriate.
Re: An apology to open source
#194Earlier quoted context omitted.
I've used Highcharts in a commercial inhouse project and can confirm it's awesome, well documented, with a ton of examples and the guy is very responsive to support queries. Well worth the few quid asked for commercial use. Also, it uses SVG and is therefore suitable for PDF conversion (which Canvas is not). Have a play: http://www.highcharts.com/demo/
I can also confirm that highcharts is awesome.
Re: An apology to open source
#195An open note to Nick's Employers - 1) If you are a technology company, this is Harakiri ( http://en.wikipedia.org/wiki/Seppuku ). You are alienating every developer who is worth her salt. If you have a recruiting arm, and they are trying to recruit, god be with them. Ofcourse, you think people will never come to know, but this has the potential to be a good story and press will pick it up. I will not be surprised if…
Re: An apology to open source
#196Earlier quoted context omitted.
Are you sure? I employ PhD students to work on commercial products and there is a strict rule in the university that any work done by the student is owned by the student. We are granted an irrevocable, fully transferable licence to use their work, but the student is not locked out from doing whatever they like with the stuff that they did. I'd be surprised if that was not the same for undergraduates - although I am a…
In North America, that is an atypical arrangement. Here in Canada, Waterloo is unique for being one of the few (only?) schools that doesn't claim IP ownership. My university (Manitoba) does, although it is negotiable and for commercially sponsored projects the sponsoring company generally owns the IP. EDIT: From personal experience, I can also tell you that IP policies are less clear at the undergraduate level around…
I was pretty sure this policy of students/academics own their own copyright but share in patents was the standard in United States higher education.
Re: An apology to open source
#197Some alternative JavaScript charting libraries... * Highcharts JS ( http://www.highcharts.com/ ) * Flot ( http://www.flotcharts.org/ ) * NVD3 ( http://nvd3.org/ ) * morris.js ( http://www.oesmith.co.uk/morris.js/ ) * Rickshaw ( http://code.shutterstock.com/rickshaw/ ) * jqPlot ( http://www.jqplot.com/ ) * gRaphaël ( http://g.raphaeljs.com/ ) * YUI charts ( http://yuilibrary.com/yui/docs/charts/ ) * Polychart.js ( htt…
Impressive list! Is there any charting library out there which still supports IE6/IE7?
Re: An apology to open source
#198Earlier quoted context omitted.
Yeah, I have been working for Rails shop that did exactly this. I wasn't able to do anything, not even in my spare time, to contribute to open-source projects or do other work. The other work I can understand, because I could help a competitor for an example. But that they owned ownership for every line of code written by me, even on my time off, was killing my inspiration.
>But that they owned ownership for every line of code written by me, even on my time off, was killing my inspiration. Where were you working? That's definitely not how US ip-law operates.
Re: An apology to open source
#199An open note to Nick's Employers - 1) If you are a technology company, this is Harakiri ( http://en.wikipedia.org/wiki/Seppuku ). You are alienating every developer who is worth her salt. If you have a recruiting arm, and they are trying to recruit, god be with them. Ofcourse, you think people will never come to know, but this has the potential to be a good story and press will pick it up. I will not be surprised if…
I've worked at many companies who claim to "support" FOSS, without ever contributing. What that really means is that they support getting free software. Take + no give = parasite, end of story.
I don't know what's worse, the abuse of the spirit of FOSS or the bad taste left in our client's mouths.
Re: An apology to open source
#200Some alternative JavaScript charting libraries... * Highcharts JS ( http://www.highcharts.com/ ) * Flot ( http://www.flotcharts.org/ ) * NVD3 ( http://nvd3.org/ ) * morris.js ( http://www.oesmith.co.uk/morris.js/ ) * Rickshaw ( http://code.shutterstock.com/rickshaw/ ) * jqPlot ( http://www.jqplot.com/ ) * gRaphaël ( http://g.raphaeljs.com/ ) * YUI charts ( http://yuilibrary.com/yui/docs/charts/ ) * Polychart.js ( htt…
I looked at and played with many of those and I would strongly recommend Flot over all of them. https://code.google.com/p/flot/ Their site isn't sexy, but the code is solid and very easy to work with. EDIT: Their site was updated and looks pretty good now. http://www.flotcharts.org/