Considering how many unemployed lawyers there are these days, I don't know why any startup wouldn't automatically bring in an attorney as part of the founding team; such a person may not be able to handle all the legal challenges a startup faces, but they'll be able to spot them coming and will know when and how to engage outside counsel. At least in the US, we live in a very legalistic and litigous society: law is n…
At least for engineers, part of your professional obligation is not to dilute the value of your services by offering them for free. The equation is obviously a bit different for lawyers, who may work pro bono (only in criminal cases, perhaps?). My point being, it is probably against their professional code to be on retainer for a price far below market value.
Kickstarter suspends project 10 hours from successful funding
61–70 of 82 posts
Re: Kickstarter suspends project 10 hours from successful funding
#62Considering how many unemployed lawyers there are these days, I don't know why any startup wouldn't automatically bring in an attorney as part of the founding team; such a person may not be able to handle all the legal challenges a startup faces, but they'll be able to spot them coming and will know when and how to engage outside counsel. At least in the US, we live in a very legalistic and litigous society: law is n…
Because this would be incredibly expensive and the lawyer would end up doing nothing like 70% of the time.
Re: Kickstarter suspends project 10 hours from successful funding
#63Re: Kickstarter suspends project 10 hours from successful funding
#64If anyone is curious about what they raised, here's a graph I made: http://canhekick.it/projects/446805249/vinted-bags-and-leath... There's a competing site that has more information, but my graph is much nicer: http://www.kicktraq.com/projects/446805249/vinted-bags-and-l...
Re: Kickstarter suspends project 10 hours from successful funding
#65Considering how many unemployed lawyers there are these days, I don't know why any startup wouldn't automatically bring in an attorney as part of the founding team; such a person may not be able to handle all the legal challenges a startup faces, but they'll be able to spot them coming and will know when and how to engage outside counsel. At least in the US, we live in a very legalistic and litigous society: law is n…
At least for engineers, part of your professional obligation is not to dilute the value of your services by offering them for free. The equation is obviously a bit different for lawyers, who may work pro bono (only in criminal cases, perhaps?). My point being, it is probably against their professional code to be on retainer for a price far below market value.
So all of the volunteers who work on open-source projects in their spare time are in violation of their professional obligations?
Guys with the guts to quit their jobs and try to bootstrap a company totally on spec are in violation of their professional obligations?
People who volunteer to provide free technical skills to schools, hospitals, libraries and orphanages in desperately poor Third World countries are in violation of their professional obligations?
Bloggers who write about cool programming ideas for people to read, for free, are in violation of their professional obligations?
This "obligation" simply doesn't make sense.
And besides, the "market value" you cite only exists because buyers and sellers of services are able to freely negotiate with each other to decide on a price.
Re: Kickstarter suspends project 10 hours from successful funding
#66If anyone is curious about what they raised, here's a graph I made: http://canhekick.it/projects/446805249/vinted-bags-and-leath... There's a competing site that has more information, but my graph is much nicer: http://www.kicktraq.com/projects/446805249/vinted-bags-and-l...
Your graph is nicer! Out of curiosity, how do you make graphs like that?
After the image is done rendering, there is a callback that draws a hidden tooltip next to each of the points. The callback also puts all of the points into a kd-tree for efficient nearest neighbor searches. When a mouse hovers over the graph, the point nearest the mouse tells its tooltip to display itself.
Other people have made really excellent graphs using d3.js. Check out their examples if you want to be impressed: https://github.com/mbostock/d3/wiki/Gallery
I've also seen a lot of people using HighCharts. You can probably get these out a lot faster than building one using a library like d3 or C2. You'll also get support for browsers that don't render svg for free. Here's a good example: https://coinbase.com/charts
Re: Kickstarter suspends project 10 hours from successful funding
#67Earlier quoted context omitted.
Your graph is nicer! Out of curiosity, how do you make graphs like that?
Thanks! It's an SVG image that is built with C2[1], a ClojureScript library that provides some handy tools for working with svg. After the image is done rendering, there is a callback that draws a hidden tooltip next to each of the points. The callback also puts all of the points into a kd-tree for efficient nearest neighbor searches. When a mouse hovers over the graph, the point nearest the mouse tells its tooltip t…
But if you're interested learning a visualization framework that gives you the power to make literally any kind of data visualization you could imagine, and you feel at home doing intermediate to advanced programming in JavaScript and and are familiar with the svg spec(or willing to learn it), then d3 is an incredibly well-designed and flexible tool. It's one of only two software projects I've used in the past few years that makes me want to rave and carry on like this[2].
[1] http://nvd3.com/ [2] http://d3js.org
Re: Kickstarter suspends project 10 hours from successful funding
#68RFS: disrupt the legal system by offering 4-hour dispute resolution.
Re: Kickstarter suspends project 10 hours from successful funding
#69The underlying problem here is that the legal system is 2 orders of magnitude too slow. A court should decide such disputes, but they take months or years. Kickstarter has to pull the trigger one way or the other in hours. RFS: disrupt the legal system by offering 4-hour dispute resolution.
Re: Kickstarter suspends project 10 hours from successful funding
#70I'm feeling more like dumping money in the toilet and thinking "Hey. Maybe magic fairy will bring me some cool gifts next year in some vague relation to this act of me dumping money in the toilet."
I keep my fingers crossed for Ouya and new Total Annihilation.