User Nic Wise - Stack Overflowmost recent 30 from stackoverflow.com2009-12-04T05:32:36Zhttp://stackoverflow.com/feeds/user/2947http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1554779/is-c-a-versatile-language/1554802#15548021Answer by Nic Wise for Is C# a versatile language?Nic Wise2009-10-12T14:08:47Z2009-10-12T14:08:47Z<p>[update]
OK, I see your comment now.</p>
<p>C# is a flexible language, but it runs on the .NET framework, which is really Windows only. Sure, you have mono, but really, you are going to be using Windows.</p>
<p>Java and C# are managed languages, so you can do a lot with little work, but you can't (for eg) write device drivers in them, because they dont go low level enough.</p>
<p>C and C++ work on all/most platforms, but with that comes the very good chance you will shoot yourself in the foot and crash the machine - or it'll take you a lot longer to do what you want to do (longer == more code).</p>
<p>What languages do you know? If you are just starting out, I'd recommend (in order) C# or Java, C, C++. If you want to move out of the list you posted, look at Python or Ruby. Both are cross platform, and are nice modern languages - but you are not going to be writing an OS in them (same with C# and Java)</p>
<p>Does that make sense?</p>
<p>[old post]
You may need to get more specific about what you mean by "flexible". It's very flexible, in some ways. Certainly as much as Java and C/C++.</p>
<p>Can you be more specific?</p>
<p>The main "downside" of C# is you are "stuck" on windows - ok, so you have mono on other platforms, but really, it's Windows. C, C++ and Java work on Windows, Linux, and Mac.</p>
<p>For me, thats not been a problem (even tho I'm a mac user, I work in VM's)</p>
http://stackoverflow.com/questions/59561/what-tools-techniques-can-benefit-a-solo-developer/88804#888040Answer by Nic Wise for What tools/techniques can benefit a solo developer?Nic Wise2008-09-18T00:00:38Z2009-10-06T21:41:02Z<p>My 5c:</p>
<ul>
<li><p>source control, bug tracking, wikis, etc. There is enough
free stuff around that you don't need to spend any money
on it.</p></li>
<li><p><strong>CLOSE OUTLOOK</strong>. Set an out of office, tell people to
call you. If they can't get with the program, go up the
food chain until they get kicked by the right person. I
check my mail 2-3x a day. That's it. If someone wants me,
they can call me, or WALK to my desk.</p></li>
<li><p>Speaking of: move to sit with people who don't rely on
you, so they don't bother you about stuff. If you get
interrupted for 30 seconds, it'll take you 15+ mins to
get back to where you were before.</p></li>
<li><p>Divide up your day, if you have maintenance stuff and
solid development work to do. Morning is email and maintenance,
afternoon is solid development work. Swap them over every day
(AM - > PM, PM -> AM) so you don't get swamped with
"morning" stuff going into the afternoon every day. Or do
it day-on-day-off.</p></li>
<li><p>Be really <strong>in</strong>flexible with your time. Learn to say
"no". Make a sign saying <strong>"if it's not on fire, leave a
message"</strong> (and if it IS on fire, call 911). There are
usually a few people who you can't be inflexible with,
but oddly enough, these people usually interrupt you the
LEAST, and understand the MOST that you need to get work
done, because they are usually very senior, and have vested
interests (read: $$$$) in you doing the work :)</p></li>
<li><p>The human brain can't multi-task, so don't do it. One
thing at the time. Finish it, or move it to a point where
it can be parked, THEN do the next thing.</p></li>
</ul>
<p>Oh, and have FUN. I you don't enjoy it, what's the point?</p>
http://stackoverflow.com/questions/148625/how-to-get-master-master-replication-with-subversion4How to get master-master replication with Subversion?Nic Wise2008-09-29T13:21:35Z2009-10-06T16:21:35Z
<p>Seems like a simple problem:</p>
<ul>
<li>I have an SVN repo inside our firewall. </li>
<li>I have an SVN repo outside our firewall.</li>
<li>I have users inside, and outside, the firewall. (no VPN isn't an option :( that'd be too easy)</li>
<li>machines inside the firewall CAN talk to the outside SVN server. But not the other way.</li>
<li>the outside SVN is a temporary thing - the main repo will always be inside.</li>
</ul>
<p>I want to somehow (from inside, most likely) take all the changes in one, and apply them to the other. And vice versa. Sounds simple, and I assume that the likes GIT can do this, but we are using SVN.</p>
<p>Anyone done this? I don't mind it being a manual process - there are only a couple of external people, and they don't need updates to-the-minute, two or three times a day would do.</p>
<p>I believe apache.org does this, but I can't find docs on HOW they do this. There are a couple of products out there which do it (well, one), but I'd love to know if anyone has a nice, clean way to do it without them. svnsync does this, just only in one direction (master-slave)</p>
<p>Happy to have it run on windows, Linux or Mac, as we have all of them. Windows and Mac preferred though.</p>
<p>Help! :) :)</p>
<p>[update] after 12 months of messing around (and not needing this in the end), the correct answer is, in my opinion, correct. Use git - have one repo which pulls from SVN-A, then push to a new git repo, then push from there to SVN-B. Should work :)</p>
http://stackoverflow.com/questions/32246/how-to-get-the-googlebot-to-get-the-correct-geoiped-content2how to get the googlebot to get the correct GEOIPed content!?Nic Wise2008-08-28T13:24:09Z2009-07-06T09:40:00Z
<p>OK. This problem is doing my head in. And I dont know if there even IS a definitive answer.</p>
<p>We have a website, lets call it mycompany.com. It's a UK-based site, with UK based content. Google knows about it, and we have done a load of SEO on it. All is well.</p>
<p><strong>Except</strong>, we are about to relaunch <strong>my company, the GLOBAL brand</strong>, so we now need mycompany.com/uk, mycompany.com/us, and mycompany.com/au, for the various countries local content. We are using GEOIP, so if someone from the US loads mycompany.com, they get redirected to mycompany.com/us etc. </p>
<p>If someone isn't in one of those three countries (US, Australia, or UK) they get the UK site.</p>
<p>This is all well and good, but we dont want to loose the rather large amount of google juice we have on mycompany.com! And worse, the google bot appears to be 100% based in the US, so the US site (which is pretty much out LEAST important one of the three) will appear to be the main one.</p>
<p><strong>We have thought about detecting the bot</strong>, and serving UK content, but it appears google may smack us for that.</p>
<p>Has anyone else come across this situation, and have a solution?</p>
http://stackoverflow.com/questions/32246/how-to-get-the-googlebot-to-get-the-correct-geoiped-content/34214#342140Answer by Nic Wise for how to get the googlebot to get the correct GEOIPed content!?Nic Wise2008-08-29T09:06:51Z2009-07-06T08:15:24Z<p>@ross: yes, we have links between the sites. It' just the home page, and which one comes up when someone searches for "my company" in google.</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/992538/launching-ipod-app-from-within-your-own-app/992550#9925500Answer by Nic Wise for Launching iPod App from Within Your Own AppNic Wise2009-06-14T09:54:05Z2009-06-14T09:54:05Z<p>I suspect that, due to the chroot sandbox your app lives in, you can't do that unless the phone is jailbroken. You'd need a specific api for it.</p>
<p>That said, I think there are some additions in iphone 3.0 which may allow you to atleast get the user to browse the media library, but I've not tried it.</p>
<blockquote>
<p>Apple is also adding a new API for
streaming audio and video directly
over HTTP, which is more secure and
reliable for firewalls, and another
for voice-over-IP. This will allow
in-game voice chat and other features
that aren't an option today. Other new
APIs to be released in iPhone 3.0 will
allow access to the iPod portion of
the iPhone's media library, control of
the proximity sensor, audio recording
features through a Voice Memos
feature, a battery API, support for
data detectors, and text selection.</p>
</blockquote>
<p><a href="http://www.appleinsider.com/articles/09/03/17/iphone%5F3%5F0%5Fto%5Finclude%5Fpeer%5Fto%5Fpeer%5Fsupport%5Fpush%5Fnotification.html" rel="nofollow">Apple Insider.</a></p>
http://stackoverflow.com/questions/934314/maximum-memory-a-net-process-can-allocate/934420#9344200Answer by Nic Wise for Maximum Memory a .NET process can allocateNic Wise2009-06-01T11:23:08Z2009-06-01T11:23:08Z<p>Doesn't it depend on how much RAM you have?</p>
<p>In theory, a x64 process can allocate EB's (etabytes?) of RAM, I think - ie, a LOT. But if you do, your machine should start paging like crazy and generally die.</p>
<p>It was different in 32 bit mode, as you couldn't allocate more than 1GB of RAM in ANY process in windows (yes, there are ways around it, but it's not pretty). In practice, this ment about 7-800meg per .NET process, as .NET reserved some space.</p>
<p>Either way, in 32 bit, the most you can use is 3GB - the OS reserves 1GB of virtual space for itself.</p>
<p>In 64 bit, it should be 2^64, which is a big number, but <a href="http://en.wikipedia.org/wiki/X86-64" rel="nofollow">http://en.wikipedia.org/wiki/X86-64</a> says it's 256TB of virtual space, and 1TB of REAL RAM. Either way, it's a lot more than you are likely to have in your machine, so it's going to hit the page file.</p>
<blockquote>
<p>With a 64-bit OS and a 64-bit runtime,
.NET 2.0-based applications can now
utilize 500 times more memory for data
such as server-based caches.</p>
</blockquote>
<p>This has some good info, too <a href="http://www.theserverside.net/tt/articles/showarticle.tss?id=NET2BMNov64Bit" rel="nofollow">http://www.theserverside.net/tt/articles/showarticle.tss?id=NET2BMNov64Bit</a></p>
<p>BTW, if you are on a x64 machine (ie, x64 machine + x64 OS), compiling for AnyCPU and x64 does the same thing - it runs in x64 mode. The only difference is if you use AnyCPU vrs x86:</p>
<ul>
<li>x64 OS/.NET, AnyCpu: x64 app</li>
<li>x64 OS/.NET, x64: x64 app</li>
<li><p>x64 OS/.NET, x32: x32 app (x64 .NET framework as BOTH x32 and x64 versions of the Fx installed)</p></li>
<li><p>x32 OS/NET, AnyCPU: x32 app</p></li>
<li>x32 OS/.NET, x64: CRASH AND BURN BABY! (actually, it just dies gracefully)</li>
<li>x32 OS/.NET, x32: x32 app.</li>
</ul>
http://stackoverflow.com/questions/898828/c-finalize-dispose-pattern/898878#898878-2Answer by Nic Wise for C# Finalize/Dispose patternNic Wise2009-05-22T16:56:53Z2009-05-22T16:56:53Z<p>From what I know, it's highly recommended NOT to use the Finalizer / Destructor:</p>
<pre><code>public ~MyClass() {
//dont use this
}
</code></pre>
<p>Mostly, this is due to not knowing when or IF it will be called. The dispose method is much better, especially if you us using or dispose directly.</p>
<p>using is good. use it :)</p>
http://stackoverflow.com/questions/892708/database-data-storage-for-high-volume-of-simple-transactions/892717#8927170Answer by Nic Wise for Database/data storage for high volume of simple transactionsNic Wise2009-05-21T12:37:30Z2009-05-21T12:37:30Z<p>Depending on how much memory you have, and how long you have to keep them around - you could just use the APC cache, or memcache. memcache has a nice increment operation, so it's crazy efficient doing it.</p>
<p>BTW, you said you need 20K reads. And you are doing it in PHP? on one server or on a cluster? Sounds like you need some architectural guidance..... :)</p>
<p>If it's a web-app, you are going to be using a cluster. And if it's not a web app, I'd suggest you think about re-doing it in something which isn't PHP. Java, C++ and c# come to mind.</p>
http://stackoverflow.com/questions/862675/running-ruby-without-a-traditional-operating-system/862732#8627323Answer by Nic Wise for Running Ruby without a traditional operating system?Nic Wise2009-05-14T11:03:31Z2009-05-14T11:03:31Z<p>You could use JRuby on top of LiquidVM :)</p>
<p>But otherwise, no. Whats so wrong with a minimal linux setup?</p>
http://stackoverflow.com/questions/785527/get-mail-address-from-activedirectory/785630#7856300Answer by Nic Wise for get mail address from ActiveDirectoryNic Wise2009-04-24T12:23:36Z2009-04-24T12:23:36Z<p>[update: fredrick nailed it....]</p>
<p>Jakob is right. You need to filter your search. You can do all sorts of ands and ors there too if you need to, but I think sAMAccountName is enough. You might want to fire up the ADSI tool (it's in the resource kit I think), which lets you walk AD like the registry. it's great for looking at properties. Then find a user, work out what prop you want (mail in this case) and what it's "primary key" is - sAMAccountName is a good one, but you may also want to filter on the node type. </p>
<p>I'm on a mac, so I can't check it for you, but each node in AD has a type, and you can add that to your filter. I think it looks like this:</p>
<p>((sAMAccountName=bob) & (type=User))</p>
<p>Again, check that - I know it's not type=user, but something LIKE that.</p>
http://stackoverflow.com/questions/767490/windows-service-or-scheduled-task-which-one-do-we-prefer/767801#7678013Answer by Nic Wise for Windows Service or Scheduled Task, which one do we prefer?Nic Wise2009-04-20T10:58:53Z2009-04-20T10:58:53Z<p>Start with a console app. Seperate the logic which would sit inside your loop-process-sleep loop, then you can actually switch between them easily - even in the same EXE.</p>
<p>I've done this. We could call:</p>
<p>ourservice.exe -console</p>
<p>and it'd just run. Or</p>
<p>ourservice.exe -install</p>
<p>and it'll install as a service :)</p>
<p>I'd go scheduled task in 99% of cases. If you need to run all the time, listen on ports, watch a folder (maybe - can be done every 10 seconds without a problem): then do it in a service. If all you do is wake up, do some processing (or not), and then go back to sleep: use the scheduler. It's easier, cleaner (memory management, esp if you are using COM objects, and REALLY if you are using MAPI), and the options (weekly, but not on tuesdays at 5pm) with the MS scheduler are better than you can write in the time..... which is NO time, as it already exists and is free</p>
<p>Oh, and it's easier to debug a console app (scheduler) than a service.... :) Or have someone "just run it".</p>
http://stackoverflow.com/questions/755777/google-app-engine-for-pseudo-cronjobs/757986#7579861Answer by Nic Wise for Google App Engine for pseudo-cronjobs?Nic Wise2009-04-16T20:47:24Z2009-04-16T20:47:24Z<p>You may want to clarify which way around you want to do it</p>
<p>Do you want to use appengine to RUN the job? Ie, the job runs on google's server?</p>
<p>or</p>
<p>Do you want to use your OWN code on your server, and trigger it by using google app engine?</p>
<p>If it's the former: google does cron now. Use that :)</p>
<p>If it's the latter: you could use google's cron to trigger your own, even if it's indirectly (ie, google-cron calls google-app-engine which calls your-app). </p>
<p>If you can, spin up a thread to do the job, so your page returns immediatly. Dont forgot: if you call <a href="http://whatever/mypage.php" rel="nofollow">http://whatever/mypage.php</a>, and your browser dies (or in this case, google kills your process for running too long), the php script usually still runs to the end - the output just goes no where.</p>
<p>Failing that, try to spin up a thread (not sure if you can do that in PHP tho - I'm a C# guy new to PHP)</p>
<p>And if all else fails: get a better webhost! I pay $6/month or so for dreamhost.com, and I can run cron jobs on their servers - it's included. They do PHP, Rails et al. You could even ping me for a discount code :) (view profile for website etc)</p>
http://stackoverflow.com/questions/756586/what-tools-do-you-recommend-to-someone-who-wants-to-learn-java-in-a-short-time/756696#7566960Answer by Nic Wise for What tools do you recommend to someone who wants to learn Java in a short time?Nic Wise2009-04-16T15:33:41Z2009-04-16T15:33:41Z<p>Get a good IDE. I like IntelliJ IDEA, but Eclipse is ok.</p>
<p>However, after using Visual Studio .NET, you will HATE them with a passion for a while. The level of functionality is..... lacking. IDEA is the closest in my opinion, especially if you are used to Resharper.</p>
<p>BTW, most people who say "VS.NET sucks", tend to finish the sentence with "I used VS.NET 2002 and I love Eclipse". It just feels unpolished to me.</p>
<p>Anyway, I'm stuck with Eclipse (+Aptana + PHP) as I'm doing PHP stuff at the moment.... urgh.</p>
<p>After that - it depends on what frameworks you wanna use. Java language is trivial if you know C#, they are nearly identical. The JDK isn't too far from the basics of the CLR, so just have a play - code katas and patterns are a good place to start. Pick a small project, where you know the problem already (eg something you have done in .NET) and reimplement it in Java.</p>
<p>Then, workout the framework you are going to use (eg Google App Engine, Spring, Hibernate) and start learning that.</p>
<p>99% of it is in the frameworks - just like .NET.</p>
http://stackoverflow.com/questions/753801/how-can-sha-encryption-be-possible/753869#7538692Answer by Nic Wise for How can SHA encryption be possible?Nic Wise2009-04-15T21:47:58Z2009-04-15T21:47:58Z<p>The function is something like:</p>
<pre><code>hash1 = SHA1(plaintext1)
hash2 = SHA1(plaintext2)
</code></pre>
<p>now, hash1 and hash2 can <em>technically</em> be the same. It's a collision. Not common, but possible, and not a problem.</p>
<p>The real magic is in the fact that it's impossible to do this:</p>
<pre><code>plaintext1 = SHA1-REVERSE(hash1)
</code></pre>
<p>So you can never reverse it. Handy if you dont want to know what a password is, only that the user gave you the same one both times. Think about it. You have 1024 bytes of input. You get 40 bits of output. How can you EVER reconstruct those 1024 bytes from the 40 - you threw information away. It's just not possible (well, unless you design the algorithm to allow it, I guess....)</p>
<p>Also, if 40 bits isn't enough, use SHA256 or something with a bigger output. And Salt it. Salt is good.</p>
<p>Oh, and as an aside: any website which emails you your password, is not hashing it's passwords. It's either storing them unencrypted (run, run screaming), or encrypting them with a 2 way encryption (DES, AES, public-private key et al - trust them a <em>little</em> more)</p>
<p>There is ZERO reasons for a website to be able to email you your password, or need to store anything but the hash. /rant.</p>
http://stackoverflow.com/questions/532907/how-to-read-de-exchange-database/751967#7519671Answer by Nic Wise for How to read de Exchange Database ??Nic Wise2009-04-15T14:27:56Z2009-04-15T14:27:56Z<p>You can:</p>
<p>Use ExtendedMAPI. Look for MAPI33 on the 'net. It has examples of what you want to do I think.</p>
<p>Use the web services. Thats the preferred way in 2007</p>
<p>WebDAV also works, but I dont think it works in 2007 at all?</p>
<p>MAPI is the best way, but it's not officially supported in .NET (tho it works), and it does NOT AT ALL work in 64bit mode. It's 32 bit only.</p>
http://stackoverflow.com/questions/746816/how-to-create-upgradable-encrypting-class/747183#7471832Answer by Nic Wise for How to create "upgradable" encrypting class Nic Wise2009-04-14T11:46:57Z2009-04-14T11:46:57Z<p>I'd suggest a copy of Resharper or Coderush to fix that coders blindness :) Brace highlighting comes in the box.</p>
<p>Also, this is classic, or basic, interfaces + factory pattern. As others have said, the MEF and ICryptoTransform is most likely the cleanest place to start, as the framework provides it for you, but if you want to know the basics:</p>
<p>Make an interface:</p>
<pre><code>public interface IEncrypter {
string Encrypt(string plaintext);
}
</code></pre>
<p>then implement it:</p>
<pre><code>public class MD5Encrypter : IEncrypter {
public string Encrypt(string plaintext) {
//code goes here.
}
}
public class SHA1Encrypter : IEncrypter {
public string Encrypt(string plaintext) {
//code goes here.
}
}
</code></pre>
<p>then, make a factory:</p>
<pre><code>public class EncryptionFactory {
public static IEncrypter GetEncrypter() {
//work out which one to return, maybe based on a config value?
// I'm just going to return an MD5, but you'd want to use a switch statement etc
// to decide which one to return.
return new MD5Encrypter();
}
}
</code></pre>
<p>And use it like this:</p>
<pre><code>IEncrypter encrypter = EncryptionFactory.GetEncrypter();
string garbageText = encrypter.Encrypt("Hello, world");
</code></pre>
<p>All you change is the factory, or better yet, the config the factory reads in, to make it use something else. Hell, you can base it on the time of day if you really want :) The code you write which uses the interface doesn't care what the object actually is - it just cares that is has a: string Encrypt(string) method.</p>
<p>The MEF does this for you, in some ways.</p>
<p>Using the interfaces also means you could return a dummy, fake IEncrypter which does nothing, so you can write unit tests against it without actually doing the encryption. Not SUPER useful in this case, but it's good practice in general. </p>
<p>Also, you could use @rwwilden's suggestion in the Factory to generate it - you read a string from config, and use the Asymetric/Symetric create method thing he's talking about to create the underlying class.....</p>
http://stackoverflow.com/questions/732105/lightspeed-vs-nhibernate/733438#7334385Answer by Nic Wise for Lightspeed Vs NHibernateNic Wise2009-04-09T09:08:25Z2009-04-09T09:08:25Z<p>On performance, <a href="http://www.mindscape.co.nz/products/LightSpeed/features.aspx" rel="nofollow">from this page</a></p>
<blockquote>
<p>Eager & lazy loading No N+1 problem.
Includes "named aggregates." That is,
giving a name to particular eager load
graph. Watch the screencast.</p>
</blockquote>
<p>Dont underestimate this. This means if you load a list of 200 items, MOST ORM's will run 201 queries in a lot of cases. Lightspeed doesn't. It's one of the (very) few that dont.</p>
<p>If you are looking for something which is a few 100ms quicker in a few edge cases, good luck benchmarking stuff. I like NH in theory, and I dont think I'd ever NOT use an ORM, but for most of what I've done, NH is total overkill - I end up spending so much time maintaining the meta data, class files, mappings et al, and it's ... interesting ... to test. well, it was for us, anyway.</p>
http://stackoverflow.com/questions/722104/what-is-the-best-way-to-log-exceptions-in-visual-basic-on-an-asp-net-application/722140#7221400Answer by Nic Wise for What is the best way to log exceptions in Visual Basic, on an ASP.NET Application ?Nic Wise2009-04-06T16:07:44Z2009-04-06T16:14:32Z<p>Messy: when it comes up, catch it (assuming you can?) and drop as much data out to the PAGE as you can. Put it in an HTML comment so the user can't see it. Something like:</p>
<blockquote>
<p>lblError.Text = (put the formatted
Exception info here);</p>
<p>< ! -- < asp:label id=lblError /> --></p>
</blockquote>
<p>Almost as messy: look up the Trace.WriteLine kinda stuff. You can enable tracing in ASP.NET which allows you to go to a specific page (_trace.axd?) and get a dump of all the messages for that page load. I've not really used it, but it does work.</p>
<p>A little less messy (as this appears to be a temporary thing): use Trace.WriteLine to output stuff, and run debugview (from microsoft) on the server, if you have physical access. You can then capture this debug output (the core win32 api on this is OutputDebugString - I think the .net call is Debug.WriteLine)</p>
<p>Nicer: Log4Net. Set it up so you can use it anywhere. Put it on "ERROR" most of the time, but in this case, use "DEBUG" until you find the solution.</p>
<p>I'd go for 3, then 4. Or 3 now, and 4 the next time you clean up the codebase a little.</p>
<p>:)</p>
http://stackoverflow.com/questions/664270/google-app-engine-on-silverlight/669373#6693730Answer by Nic Wise for Google App Engine on SilverlightNic Wise2009-03-21T14:24:31Z2009-03-21T14:24:31Z<p>I'm thinking about doing the same thing, but I've not come across anything yet.</p>
<p>I'm thinking about using JSON.net for the comms, so basically writing a REST service in GAE for the client to call, and maybe OAuth.NET for the authentication (unless I can find the .NET port of the google one, I've not looked yet)</p>
<p>Silverlight is basically just .NET, tho a lite version of it, so if you can find .NET code to do something, it should work, atleast somewhat, in SL :)</p>
<p>But thats as far as I've got - thinking about it. Sorry, can't be of more help yet!</p>
http://stackoverflow.com/questions/658836/how-do-you-apply-scrum-to-the-design-part-of-web-development/658950#6589503Answer by Nic Wise for How do you apply Scrum to the design part of web development?Nic Wise2009-03-18T16:12:49Z2009-03-18T16:12:49Z<p>here's how I'd suggest you do it (ie, how we have tried to do it)</p>
<p>Pre-sprint 0: make sure you have a good vision of what you want to do. Doesn't have to be super detailed, but should not be "we want to build a website which is social"</p>
<p><strong>Sprint 0</strong>: Developers tool up - setup the CI servers, work on the deployment scripts etc, so all the basic framework is done. At the end of this, you should be able to push a button (worst case: run a single command on a REMOTE server) which takes the code in your source control system, builds it, packages it, runs all the tests you want on it, reports that back, and if possible, installs it on a test server (or atleast results in a package you can install on the test server).</p>
<p>At this time, the designer is doing the wireframes. Their aim is to do basic wireframes for as much of the site as you think you need (think sitemap and flow not fields and pixels). Then, when thats done, work out with the PM's whats most important, and go into detail on that - wireframe. Not pixels YET.</p>
<p>Project managers and the like are working with the designer and the business/stakeholder, writing up stories and tasks for you lot to do and track. Obviously, they need to have an idea of the sitemap etc to do this.</p>
<p>This may take more than one sprint. start with one (I recommend 2-3 week sprints - 1 is too short, 4 is too long), see how much you still need to do etc.</p>
<p>So at the end of sprint 0, you have:</p>
<ul>
<li>Lots of stories, in priority order (you CAN add more later, infact you will always as requirements change)</li>
<li>A sitemap (ie, a general idea of what the whole thing is going to contain)</li>
<li>Wireframes for the first block of work</li>
<li>All your tools are working and setup</li>
<li>You CI, bug tracking, source control and deployment systems are in place</li>
</ul>
<p><strong>So then you begin sprint 1</strong></p>
<p>Keep in mind that for the first 3-4 sprints, you will not know how much work you can do in the sprint, so EXPECT to get it wrong! Take off as much work (in the priority order the business/PM has put them in) as you think you can FOR SURE get done. you can always take more later!</p>
<p>You lot develop those pages, and the designer(s) wireframe up the next block of pages (as determined by the PM's). Maybe the designer does the art for those pages, so you can do it in the next sprint</p>
<p>So, you are developing what you have, and the designers are working on stuff for your next sprint. </p>
<p><strong>Of course, they could have a scrum process going too, just they started a sprint earlier!</strong></p>
<p><strong>now repeat until you run out of work</strong></p>
<p>during a sprint, if (say) a requirement changes or something new is added, then a new story is written for that, and it's scheduled into the work. If it's super high priority, it may go at the top and be the top item for the next sprint (which will be 1-2 weeks away, usually). Or it may be a nice to have, so it goes at the bottom - the business decides. </p>
<p>PM's/designers need to know they can change things, but changes DO have consequences, so it's not in their (financial) interest to chop and change back and forward. but requirements DO change, and XP and Scrum deal with this better than waterfall.</p>
<p>Dont forget:</p>
<ul>
<li>you can stop a sprint at any time and go back to planning, eg if the requirements change too much, or you run out of work</li>
<li>you can schedule more work than you have time to do, as long as that work hasn't been committed to (ie, it's "extra" or "stretch" work)</li>
</ul>
<p>Your PM should be able to predict when the project will end - look at how much work you did in the last sprint (your velocity), and divide the amount of work left by that number, and you get the number of sprints to go. Easy.</p>
<p>Oh, and read up on story points - dont estimate stories in hours or days. Use points. To bootstrap that, just make the first story you estimate (say) an 8 (the sequence is 1,2,3,5,8,13,21,40,60,100,infinite). Then take the second story, and estimate it relative to the first - is it double the work (13)? half the work (5)? about the same (8)?</p>
<p>At the end of the sprint, add up how many points you did, and that's your velocity. The max amount of work you can COMMIT to do doing in the next sprint is that amount. You CAN always stop the sprint early, or just pull more work off the backlog etc if you run out early. As you go along, your velocity will stabalize.</p>
<p>Damn, I'm sure there are books etc on how to run it, so I'll stop :) </p>
http://stackoverflow.com/questions/635593/get-a-parameter-list-from-an-sqldatasource-given-stored-procedure-name/635619#6356190Answer by Nic Wise for Get a Parameter List from an SQLDataSource given Stored Procedure NameNic Wise2009-03-11T17:49:18Z2009-03-11T17:49:18Z<p>I dont have VS.NET to try it out, but .Prepare() may do this for you :)</p>
<p>Or you could just add the parameters. :)</p>
http://stackoverflow.com/questions/623062/why-was-googles-chrome-browser-written-almost-entirely-in-c-and-not-c-or-java/623412#6234125Answer by Nic Wise for Why was Google's Chrome browser written almost entirely in C++ and not C# or Java?Nic Wise2009-03-08T11:06:39Z2009-03-08T11:06:39Z<p>My take is portability. I has to run on Windows, Linux and Mac. I guess they could, in theory, have used .NET or Java for that (eg via Mono for C#), but as someone else pointed out, a BIG selling point is the WebKit framework, which is (I think) C or C++, so no point in porting it to Java or .NET. Otherwise, they have to write a whole new rendering engine, and WebKit is very, very good.</p>
<p>For those saying it's performance: yes, and no. Managed languages (Java, C#) are nearly as quick as C++ in a lot of cases, especially if you use something like WPF for screen drawing. It's all JITed to machine code anyway.</p>
<p>That said, I guess there will be a lot of Objective-C in the Mac version, especially in the UI management code, so the language may depend on platform. Hell, I just want it for my mac. :)</p>
http://stackoverflow.com/questions/616388/what-profiler-to-use-with-sql-express/623408#6234081Answer by Nic Wise for What profiler to use with sql express?Nic Wise2009-03-08T11:01:54Z2009-03-08T11:01:54Z<p>Express edition is just the full version with some limitations (2GB ram, 2 cpu cores, 4GB DB), so if you have the tools for the full version, use them. I think the trial version off the MS website will allow you to use the tools - but not the engine - for more than 60 days..... tho there may be an official package of the tools around for express</p>
http://stackoverflow.com/questions/587481/developer-documentation-sharepoint-document-management-vs-screwturn-wiki/611067#61106713Answer by Nic Wise for Developer Documentation: Sharepoint Document Management vs. ScrewTurn WikiNic Wise2009-03-04T15:27:53Z2009-03-04T22:02:09Z<p>I'm hoping this is going to be some use - extra points or not :)</p>
<p>SPS or WSS is VERY good if you are working with office documents - you can version, check in/out, share, search etc. I dont think there is anything on the market which comes close for that function (it also does custom lists and stuff really well).</p>
<p>But as you point out, the WIKI function is, well, sub-standard.</p>
<p>For developer documentation, a wiki is much better, as you can easily interlink documents, and even if for the sole reason that developers tend to LIKE the wiki markup! Makes it feel like they are writing code, not a document. Well, ok, I like it. Word documents? endless frustration, especially for code snippits and things like API's. Wikis' usually handle code and structured formatting really, really well.</p>
<p>But here's the main point of me posting:</p>
<p>If you can host ASP.NET - and if you have SPS you can already! - then just install BOTH OF THEM. Make a new IIS virtual host, put STW in that one ('cos SPS will be in it's own virtual host)*. Massage the DNS a bit (so you can hit <a href="http://wiki" rel="nofollow">http://wiki</a> or something), and just go for it.</p>
<p>As it's all internal to your company, and STW has windows security and versions, security isn't a huge issue. Each page can be linked to from anywhere - it's an HTML page after all - so you can link to it from the SPS wiki if you really want to. There is some lock in, I guess, but not a lot.</p>
<p>Here at BBC Worldwide, we use a number of technologies:</p>
<ul>
<li>Atlassian Confluence (WIKI) for some projects. I love this wiki, but it IS a big enterprise-y system.</li>
<li>Screw Turn for some intra-department stuff.</li>
<li>Trac for some other stuff (someone else set it up with SVN on our source repo, so it's used a little - it's nice, I rather like it, but it's a a*se to setup)</li>
<li>SPS/WSS for documentation management.</li>
</ul>
<p>there are links between the STW, Trac and SPS - eg we try not to store docs as attachments in trac, rather link to them in SPS, etc.</p>
<p>Works well.</p>
<p>As for ammo: SPS works well if it fits what you want to do (or YOU can fit what IT does). If not, you are either screwed, or need to do a lot of dev, which is really the same thing :)</p>
<p>But aside from management getting all funny about it, I can't see a problem with installing both. STW is free after all. You have server(s). </p>
<p>And it gets dev's writing docs, which is seldom a bad thing. Ok, it's a bad thing if real humans have to read it, but docs for other dev's? All good.</p>
<p>*note: virtual HOST. Not virtual DIRECTORY.</p>
http://stackoverflow.com/questions/606234/select-count-from-multiple-tables/606259#6062591Answer by Nic Wise for Select count(*) from multiple tablesNic Wise2009-03-03T12:45:31Z2009-03-03T12:45:31Z<p>My experience is with SQL Server, but could you do:</p>
<pre><code>select (select count(*) from table1) as count1,
(select count(*) from table2) as count2
</code></pre>
<p>In SQL Server I get the result you are after.</p>
http://stackoverflow.com/questions/606196/static-variables-and-methods/606233#6062331Answer by Nic Wise for Static variables and methodsNic Wise2009-03-03T12:37:02Z2009-03-03T12:37:02Z<p>You static method is talking to a static class variable, so it should be fine. <strong>You could think of this as global code and a global variable, tho it IS in the namespace of the class.</strong></p>
<p>If you tried to access a non-static member variable:</p>
<pre><code>private int foo = 0;
</code></pre>
<p>from within the static method, the compiler will and should complain. </p>
<pre><code>started is false - initial state.
MyClass.doSomething() - statered is now true
MyClass.doSomething() - started is STILL true
MyClass foo = new MyClass();
foo.started -> it's STILL true, because it's static
foo.doSomething() - not sure you can do this in Java, but if you can, it's be STILL TRUE!
</code></pre>
<p>Now, there are issues in the above code with thread safety, but aside from that, it appears to be working as designed.</p>
http://stackoverflow.com/questions/37059/lucene-net-and-sql-server/37173#3717319Answer by Nic Wise for Lucene.Net and SQL ServerNic Wise2008-08-31T22:11:33Z2009-03-01T13:23:09Z<p>Yes, I've used it for exactly what you are describing. We had two services - one for read, and one for write, but only because we had multiple readers. I'm sure we could have done it with just one service (the writer) and embedded the reader in the web app and services.</p>
<p>I've used lucene.net as a general database indexer, so what I got back was basically DB id's (to indexed email messages), and I've also use it to get back enough info to populate search results or such without touching the database. It's worked great in both cases, tho the SQL can get a little slow, as you pretty much have to get an ID, select an ID etc. We got around this by making a temp table (with just the ID row in it) and bulk-inserting from a file (which was the output from lucene) then joining to the message table. Was a lot quicker.</p>
<p>Lucene isn't perfect, and you do have to think a little outside the relational database box, because it TOTALLY isn't one, but it's very very good at what it does. Worth a look, and, I'm told, doesn't have the "oops, sorry, you need to rebuild your index again" problems that MS SQL's FTI does.</p>
<p>BTW, we were dealing with 20-50million emails (and around 1 million unique attachments), totaling about 20GB of lucene index I think, and 250+GB of SQL database + attachments.</p>
<p>Performance was fantastic, to say the least - just make sure you think about, and tweak, your merge factors (when it merges index segments). There is no issue in having more than one segment, but there can be a BIG problem if you try to merge two segments which have 1mil items in each, and you have a watcher thread which kills the process if it takes too long..... (yes, that kicked our arse for a while). So keep the max number of documents per thinggie LOW (ie, dont set it to maxint like we did!)</p>
<p>EDIT (Corey Trager): I documented how I use Lucene.NET (in my app BugTracker.NET) here:<br />
<a href="http://www.ifdefined.com/blog/post/2009/02/Full-Text-Search-in-ASPNET-using-LuceneNET.aspx" rel="nofollow">http://www.ifdefined.com/blog/post/2009/02/Full-Text-Search-in-ASPNET-using-LuceneNET.aspx</a></p>
http://stackoverflow.com/questions/525535/is-it-ever-ok-to-go-out-for-lunch-and-never-come-back-as-a-programmer/525654#5256540Answer by Nic Wise for Is it ever OK to go out for lunch and never come back (as a programmer)?Nic Wise2009-02-08T12:50:42Z2009-02-08T12:50:42Z<p>If you leave within the first week, either:</p>
<p>it's not the job they advertised</p>
<p>You are an it10t for taking the job without doing enough due diligence to work out what you were getting into.</p>
<p>I've seen people last 2-3 weeks before leaving. In those cases, I dont think they gave the job enough time before working out it wasn't for them. Obviously, they didn't ask the right questions in the interview (and I was one of the people interviewing them)</p>
<p>All up, I think anything less than 3 months (ideally 6) is a cop-out. But if you are really really unhappy, talk to the manager etc, and work out why the reality is SO different from the advertised job.</p>
<p>I only know of one person who literally walked out of their job. He was a network admin, and installed a product which messed with their Exchange server in a bad way (he altered the default setup against advice). A VERY bad way, like they had to buy the product, or lose all email except the previous 3 months. He literally packed his desk up and walked out, tho I think he left a note for the managers. </p>
<p>We (I was working for the vendor) sorted out the exchange server (and I think they ended up becoming a customer), but I dont know what happened to the admin.....</p>
http://stackoverflow.com/questions/524974/nhibernate-using-fluent-nhibernate-to-save-child-objects/525634#5256340Answer by Nic Wise for NHibernate: Using Fluent Nhibernate to save child objectsNic Wise2009-02-08T12:37:35Z2009-02-08T12:37:35Z<p>Is it possible that your cart items are saving first, then the cart? hence the child items have no parent ID to use?</p>
<p>You MAY need to explicitly save the cart back to the DB on create, then add the items into it and save - just to get the ID.</p>
http://stackoverflow.com/questions/1554779/is-c-a-versatile-language/1554802#1554802Comment by Nic Wise on Is C# a versatile language?Nic Wise2009-10-12T16:25:08Z2009-10-12T16:25:08Ztrue, but singularity is a managed OS (so it's ALL C# (or VB), same with the micro framework. And user mode drivers are not really drivers, in the normal sense - more "user mode apps" which the kernel talks to. But yeah, you are right :)http://stackoverflow.com/questions/658836/how-do-you-apply-scrum-to-the-design-part-of-web-development/658950#658950Comment by Nic Wise on How do you apply Scrum to the design part of web development?Nic Wise2009-09-17T16:09:28Z2009-09-17T16:09:28ZEach one is a little under double of the previous one. It's easier to estimate that job A is double, half, or the same size as a previously estimated one.http://stackoverflow.com/questions/32246/how-to-get-the-googlebot-to-get-the-correct-geoiped-content/1085830#1085830Comment by Nic Wise on how to get the googlebot to get the correct GEOIPed content!?Nic Wise2009-07-07T12:46:30Z2009-07-07T12:46:30ZBTW, I would have thought this would have been enough to make it obvious:
"We have a website, lets call it mycompany.com. It's a UK-based site, with UK based content. Google knows about it, and we have done a load of SEO on it. All is well."
"lets call it xxxxxx.com".http://stackoverflow.com/questions/32246/how-to-get-the-googlebot-to-get-the-correct-geoiped-content/1085830#1085830Comment by Nic Wise on how to get the googlebot to get the correct GEOIPed content!?Nic Wise2009-07-07T12:44:53Z2009-07-07T12:44:53ZSorry, Final Cog was used because it's VERY VERY similar to the actual site we are using. Sorry - no intention on buying it, it was used as an example only.http://stackoverflow.com/questions/898828/c-finalize-dispose-pattern/898878#898878Comment by Nic Wise on C# Finalize/Dispose patternNic Wise2009-05-22T23:46:42Z2009-05-22T23:46:42ZInteresting, all the docs I've read from microsoft - eg the framework design guidelines - say dont EVER use a destructor. Always use IDisposable.http://stackoverflow.com/questions/892708/database-data-storage-for-high-volume-of-simple-transactions/892717#892717Comment by Nic Wise on Database/data storage for high volume of simple transactionsNic Wise2009-05-22T08:46:37Z2009-05-22T08:46:37ZNo, I wasn't at either hackday or BCL6. Maybe consider using Amazon EC2, so you can make an image of your base setup and then just bring it up, run a script (maybe pull from svn etc) and you have the new machine :) easy :)http://stackoverflow.com/questions/785527/get-mail-address-from-activedirectory/785617#785617Comment by Nic Wise on get mail address from ActiveDirectoryNic Wise2009-04-24T12:24:34Z2009-04-24T12:24:34Z.... and that would be the correct answer :) Nice :)http://stackoverflow.com/questions/782375/which-is-more-popular-currently-by-recent-install-base-svn-or-cvs/782434#782434Comment by Nic Wise on Which is more popular (currently, by recent install base) SVN or CVS?Nic Wise2009-04-23T16:29:03Z2009-04-23T16:29:03Zwhich may be only useful if you a) want to be buzzword compliant or b) have an actual distributed team. 99% of projects inside companies are not.http://stackoverflow.com/questions/755777/google-app-engine-for-pseudo-cronjobs/757986#757986Comment by Nic Wise on Google App Engine for pseudo-cronjobs?Nic Wise2009-04-19T08:52:06Z2009-04-19T08:52:06ZI've not read the TOS that closely, but I can't see why not. It's just a URL call, which I think you are allowed to do.http://stackoverflow.com/questions/751186/forcing-the-net-jit-compiler-to-generate-the-most-optimized-code-during-applicat/751205#751205Comment by Nic Wise on Forcing the .NET JIT compiler to generate the most optimized code during application start-upNic Wise2009-04-15T14:23:18Z2009-04-15T14:23:18ZWhy not do NGEN as an option on install then? So if you have admin rights, do it. Otherwise warn the user and dont do it.http://stackoverflow.com/questions/751186/forcing-the-net-jit-compiler-to-generate-the-most-optimized-code-during-applicatComment by Nic Wise on Forcing the .NET JIT compiler to generate the most optimized code during application start-upNic Wise2009-04-15T14:22:17Z2009-04-15T14:22:17ZYou do realise that NGEN <i>is</i> JIT? It's just the jitter running over the code, and saving it, rather than doing it at runtime. There is NO difference. Also: There is no "quick and nasty" JIT vrs "slower and better" JIT. Just JIT. And you can't tweak it.http://stackoverflow.com/questions/623062/why-was-googles-chrome-browser-written-almost-entirely-in-c-and-not-c-or-java/623412#623412Comment by Nic Wise on Why was Google's Chrome browser written almost entirely in C++ and not C# or Java?Nic Wise2009-03-10T09:34:35Z2009-03-10T09:34:35ZChrome is in no way "almost an OS". It's a browser, an app. With a task manager. It aint no OS. And I'm guessing you may have the wrong meaning of JIT... I'm referring to Just In Time compilation, ala Java or .NET.http://stackoverflow.com/questions/623062/why-was-googles-chrome-browser-written-almost-entirely-in-c-and-not-c-or-java/623412#623412Comment by Nic Wise on Why was Google's Chrome browser written almost entirely in C++ and not C# or Java?Nic Wise2009-03-09T13:27:16Z2009-03-09T13:27:16Zyes, they do, tho I just bought 4GB of RAM for £50 for my macbook. Seriously. You might want to check the stats, tho - last time I looked, once code is JITed, the difference between C++ and Java or .NET was very very little. Not that it matters.... maintainability is WAY more important in my opinionhttp://stackoverflow.com/questions/497730/are-you-using-virtual-machine-as-your-primary-development-enviromentComment by Nic Wise on Are you using Virtual Machine as your primary development enviroment?Nic Wise2009-03-07T14:14:32Z2009-03-07T14:14:32Zoops, I should say: with VMWare, you can. VPC: no. doesn't work on a mac :) But if you have windows everywhere, it should be no issuehttp://stackoverflow.com/questions/497730/are-you-using-virtual-machine-as-your-primary-development-enviromentComment by Nic Wise on Are you using Virtual Machine as your primary development enviroment?Nic Wise2009-03-07T14:13:58Z2009-03-07T14:13:58ZNope, you can move the VM without problem. I move mine between my mac (home) and PC (work). No issues :)