User josh - Stack Overflowmost recent 30 from stackoverflow.com2009-12-04T07:46:27Zhttp://stackoverflow.com/feeds/user/30920http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1414181/what-do-you-do-to-stop-burnout/1414223#14142230Answer by josh for What do you do to stop burnout?josh2009-09-12T03:50:20Z2009-09-12T03:50:20Z<p>Hey Rob, </p>
<p>Read non-tech stuff, Exercise, music, code purely for fun - like an OSS project. In your case, clearly surfing/boating, and that Hawaiian music you've talked about before.</p>
<p><a href="http://computeristsolutions.com/blog/post/Death-March-Survival-Guide.aspx" rel="nofollow">http://computeristsolutions.com/blog/post/Death-March-Survival-Guide.aspx</a></p>
http://stackoverflow.com/questions/535450/software-used-to-create-consulting-invoices/535525#5355251Answer by josh for Software used to create consulting invoicesjosh2009-02-11T05:26:30Z2009-02-11T05:26:30Z<p>definitely look into <a href="http://getcashboard.com" rel="nofollow">cashboard</a>. It's a solid app, and I think its much easier than the others (including blinksale and freshbooks). Also, the support is really good.</p>
http://stackoverflow.com/questions/230872/visual-studio-post-build-script-error-calling-gacutil/231172#2311720Answer by josh for visual studio post-build script error calling gacutil.josh2008-10-23T19:43:33Z2008-10-23T19:43:33Z<p>That worked. Should have tried it before I posted the question. Thanks.</p>
http://stackoverflow.com/questions/230872/visual-studio-post-build-script-error-calling-gacutil0visual studio post-build script error calling gacutil.josh2008-10-23T18:27:35Z2008-10-23T19:43:33Z
<p>I'm on vista, with VS2005 running as admin. Both vs2005 and vs2008 are installed. If I explicitly use the path to gacutil, it works, but not if I only call gacutil like this: </p>
<pre><code>if NOT $(ConfigurationName) == Release gacutil /f /i "$(TargetPath)"
</code></pre>
<p>I would just update the post-build script, but I've been asked to leave it alone. It's a project for a sister company. The path to gacutil is in Visual Studio environment variables, so it should be able to find it. (Tools -> Options -> Projects and Solutions -> VC++ Directories) </p>
<p>Is there some way to tweak visual studio or windows environment variable to get the above post-build script to work? I need to it to build, because it's a dependency of a project I need to code.</p>
<p>TIA, -j</p>