it would be nice if #resharper gave a warning as the process reaches about 600MB of memory usage because that is usually where it crashes
Home
Public posts preserved on my own site.
How do I get email or RSS updates from a facebook fan page?
A mob of programers can answer programming questions, but not always think up good Q & A website ideas: http://bit.ly/9ExN13
My #NDC2010 downloads are at 50%. Tomorrow I'll be virtually at NDC.
I want a website that tells me where secutil.exe is, and all those other command line tools. But I don't want an indexer running all t time
How can I programmatically check (parse) the validity of a TSQL statement? http://bit.ly/bh3QNY
Stack Exchange Q&A site proposal: Web Applications http://bit.ly/a6vPm8 Questions for twitter and other sites
The Dell Latitude D830 has one flimsy keyboard.
Even if you think fixing compiler warning is a waste of time, you should because they create noise in the compiler output.
I'm awake. Big plans for programming, watching #NDC shows today.
Out of control process destroys IT resources just as effectively as cowboy coding.
It
Code maintenance means deleting comments that are just plain wrong.
Stop! In the name of code, Before you break the build! http://bit.ly/95SPil
N stored procedures per table, per column isn't a pattern that scales as N increases and # of developers stays the same.
#ado.net if you code against IDataRecord, the switch from DataSet to DbDataReader is almost effortless.
#1 missing feature in #VS2010 -- remove all #Region's on keypress, on save, on check out and on check in. #2 : electrocute culprit
#NDC2010 coming up. I hope they post video like they did last year. http://bit.ly/cWg29g
#SQL Do you have the repeating disease? Does the Account db have the Account_Account table with Account_Account_Account_Date?
Using VS2010 and #resharper. 16 projects in soln. Resharper uses 100MB of memory. I'd call that a bargain price to pay in memory.
#sql bigint isn't big enough for a primary key. We might run out of numbers. How about Varchar(8000) for a primary key? 10^7999 :-)
If you have *chosen* not to use #resharper then you really need to go all the way and switch to #edlin -a better saboteur of productivity
Undo delete and undo edit will turn CRUD into CRUD + Archive + List Archive + Restore+Truncate Archive + Etc. I.e. doubles the size of app
Twitter accounts generated by machines should be followed in Google Reader by RSS, not TweetDeck. The machines can't answer back.
Who #brokethebuild and what are they going to do about it?
#SQL If you undo a so-called soft delete do you undelete the top level row or the whole graph (i.e. everything that was previously linked)?
#angelspit is good music for software development for some reason. http://bit.ly/dmXmsO
#SQL Denormalized schemas thwart efforts to generate sample data.
#vs2010 #rocks What else are you going to use, notepad?
Logical deletes are a sign of laziness. Cascading deletes takes many lines of code and preserves RI. Logical Deletes take 1 and destroy RI.
Soft Deletes are Bad, Okay? http://bit.ly/aBxuRf
History, Archive tables shouldn't have any foreign key relations at all.They represent business rules of the past, not compatible with today
Deleted flags/active flag columns in relational databases (aka logical deletes) is industrial sabotage. When will prosecute it as such?
twitter goes over capacity, but the "is twitter up page" says twitter is up. Maybe for *someone*
Just discovered bitly. This is like google analytics for twitter. I wish http://bit.ly/b4gAJ2 twitalizer worked more often though.
C# Why are the IO streams in .NET so unintuitive? #SystemIOIsAnnoying
#kindle "optimized for large screens" means:We don't give a flying $*^ how this looks in ebook format-we're using the same file as for print
Need to move to brazil to enter this contest: "Eu sou dev ultimate" http://migre.me/Mr17 #VS2010
#SQL logical deletes are industrial sabatoge.
#fxcop gripes about my incomplete code (stubs, etc) I don't want to permanently ignore these but I can't work on them for months from now!