Andrew Rollings

5,658
reputation
601 views

Registered User

name Andrew Rollings
member for 1 year
seen 14 hours ago
website
location Auburn
age 37
I'm a (mainly) Windows developer with about 13 years under the belt. I've lived in the US since coming from the UK in 2000.
Since then I've been working on building up my consultancy business (Hiive LLC - website is a boring placeholder that I really need to get around to filling out) and have recently started up a fun sideline in book publishing (Hiive Books - www.hiivebooks.com).

And I'm nothing to do with the Australian/US company "Hiive Systems" that appears to have sprung up recently - as in October 2008.
Bah! They should come up with their *own* cool name! :(
Dec
16
comment T-SQL Format integer to 2-digit string
See. I told you :)
Dec
15
accepted XMLSerializer writes invalid XML when serializing a class (Sometimes)
Dec
15
answered XMLSerializer writes invalid XML when serializing a class (Sometimes)
Dec
15
comment What do I need to know about memory in C++?
Agreed. It's a perfectly good question.
Dec
11
accepted What’s the difference between these imports?
Dec
11
comment Automating installation of multiple windows variants
Belongs on ServerFault
Dec
11
answered C#: Overriding ToString() method for custom exceptions
Dec
10
comment Stylecop vs FXcop
Agreed... Resharper rocks!
Dec
10
comment How do I escape the # character in a VB.NET string literal?
+1 for testing ;)
Dec
10
comment How do you design a class for inheritance?
And that's what I do too.. Long live Resharper... :) Steve, if you haven't invested in ReSharper yet, you should... It's a fantastic tool.
Dec
10
comment Stylecop vs FXcop
At least for now, until it becomes more configurable. :)
Dec
10
comment Stylecop vs FXcop
Really, you're better off using FxCop.
Dec
10
answered Stylecop vs FXcop
Dec
10
answered How does Xcode know where to look for a framework?
Dec
10
revised What’s the difference between these imports?
added 156 characters in body; added 106 characters in body
Dec
10
answered What’s the difference between these imports?
Dec
10
comment Why does excel remain open?
pretty much a duplicate of stackoverflow.com/questions/350454/…
Dec
10
comment Programmer Puzzle: Encoding a chess board state throughout a game.
Good call. I'm sure that the storage of 'pre'-start moves could be optimized further too.
Dec
9
comment Programmer Puzzle: Encoding a chess board state throughout a game.
Response to your edit: You're right about the game state of things like castling and en-passant'ed' etc. However, you wouldn't need to store a list of entire moves up to that point - only whether the events have occurred and (if necessary) which pieces they apply to. Promotion would not be necessary to store.
Dec
9
comment Programmer Puzzle: Encoding a chess board state throughout a game.
Wow. You really do have a lot of time on your hands :)
Dec
6
awarded  Mortarboard
Dec
4
answered What are your favourite ZX Spectrum development tools?
Dec
4
awarded  Good Question
Dec
4
comment Programmer Puzzle: Encoding a chess board state throughout a game.
@DisgruntledGoat: If someone is paying you money to do a job, then often, that is a 'very good reason'. The 'How' was explained; the 'Why' was not. Much to my dismay over the years, I've found that evil masterminds don't always explain their entire plan in intricate detail to their hired minions.
Dec
3
comment Programmer Puzzle: Encoding a chess board state throughout a game.
assume that it would be judged over a bunch of games from the wild.
Dec
3
awarded  Popular Question
Dec
3
awarded  Favorite Question
Dec
3
revised Programmer Puzzle: Encoding a chess board state throughout a game.
added 86 characters in body; deleted 1 characters in body
Dec
3
comment Programmer Puzzle: Encoding a chess board state throughout a game.
Initial position isn't necessarily known. It could be a game fragment.
Dec
3
comment Programmer Puzzle: Encoding a chess board state throughout a game.
I found an interesting link on how long it would take to generate such a dictionary :) ioannis.virtualcomposer2000.com/math/…
Dec
3
comment Programmer Puzzle: Encoding a chess board state throughout a game.
More to the point, it would demonstrate that you can't follow instructions... Even the most ubercoder needs to follow instructions at some point. I've run into situations where I've been told to implement something in a certain way, even though I've thought (and said) it was a stupid implementation, only to be left with egg on my face when it turned out that there was a very good reason (that I didn't know or comprehend) to have it implemented that way.
Dec
3
comment Programmer Puzzle: Encoding a chess board state throughout a game.
I did find an interesting link on how long it would take to generate every position on a chessboard :) ioannis.virtualcomposer2000.com/math/…
Dec
2
comment Programmer Puzzle: Encoding a chess board state throughout a game.
Additionally, the document mentions that there is one player choice we have all forgotten... the ability for a player to resign.
Dec
2
comment Programmer Puzzle: Encoding a chess board state throughout a game.
Oddly, I found this in a google search this evening :) cs.toronto.edu/~wayne/misc/chess.ps.gz Not dated, sadly.
Dec
2
comment Programmer Puzzle: Encoding a chess board state throughout a game.
Oh and Cletus... You have WAY too much time on your hands... (as do some of the other posters) :)
Dec
2
comment Programmer Puzzle: Encoding a chess board state throughout a game.
It's a sneaky solution... so... in this instance, describe your algorithm for generating the deterministic number.
Dec
2
comment Programmer Puzzle: Encoding a chess board state throughout a game.
That's a good comment :) Nice aspects to this solution too. I didn't realize it was going to be so hard to pick a winner.
Dec
2
comment Programmer Puzzle: Encoding a chess board state throughout a game.
Well, they would be me in this instance, and yeah, I'd make it clear it was a test of your ability to think up algorithms.
Dec
2
comment Programmer Puzzle: Encoding a chess board state throughout a game.
@robert grant: I'm sure you'd come up with a better attempt than that if you were really interviewing... I'd hope so, anyway :) I'm pretty sure the intent of the question was fairly clear.
Dec
2
comment Programmer Puzzle: Encoding a chess board state throughout a game.
Nope. It doesn't really answer the question I asked.
Dec
2
comment Programmer Puzzle: Encoding a chess board state throughout a game.
Assume that I'd take a large selection of games and take an average of the results.
Dec
2
comment Programmer Puzzle: Encoding a chess board state throughout a game.
Well, if I'm specifically asking them to solve a problem to get their problem solving technique, then you can assume I'll cover the other stuff with other questions...
Dec
2
comment Programmer Puzzle: Encoding a chess board state throughout a game.
Nice out of the box thinking.
Dec
2
comment Programmer Puzzle: Encoding a chess board state throughout a game.
Interesting approach. Add some more detail :)
Dec
2
revised Programmer Puzzle: Encoding a chess board state throughout a game.
added 226 characters in body
Dec
2
awarded  Nice Question
Dec
2
revised Programmer Puzzle: Encoding a chess board state throughout a game.
added 157 characters in body
Dec
2
asked Programmer Puzzle: Encoding a chess board state throughout a game.
Nov
25
awarded  Yearling
Nov
24
accepted Multithreaded access to the WPF GUI in C#