Aaron Maenpaa

10,847
Reputation
726 views

Registered User

Name Aaron Maenpaa
Member for 1 year
Seen 1 hour ago
Website
Location CA
Age 23

I'm a recent graduate of the software engineering program at the University of Ottawa.

I've recently moved to New York and am working on StackExchange for Fog Creek. Previous to that I was working as a C developer working on a JVM implementation.

I'm interested in programming languages, compilers and runtimes. I love python :D.

14h
awarded  Popular Question
Nov
7
awarded  Nice Answer
Oct
17
awarded  Popular Question
Sep
28
accepted Markdown.NET incorrectly does not escape HTML-Tags
Sep
23
accepted Linq SubmittingChanges after assigning new object
Sep
22
answered Linq SubmittingChanges after assigning new object
Sep
18
comment How to change behavior of <a href=”somewhere.html” id=”link”> with jQuery?
OnClick is a function, no point in wrapping it in a thunk.
Sep
5
comment Is it possible to have a data structure that is able to store different types?
The compiler complains if you use the bare type and useing List<Object> keeps it happy.
Sep
1
revised GPS Location
added 44 characters in body
Sep
1
revised What is static code analysis?
added 2 characters in body
Aug
29
revised jquery disable sortable
added 126 characters in body; deleted 40 characters in body
Aug
27
accepted Code refactoring with python decorators?
Aug
26
accepted Lightweight Portable Editors
Aug
25
comment How would you parse the integer out of this XML response in Obj C?
Yes you do. Treating XML as "just a string" is a sure way to introduce bugs, because in XML there are many ways to serialize semantically equivalent documents. If the producer of the document adds a namespace reference, as schema reference or even a content-encoding, the above method will break. I'd find a good XML library, select the node with XPath/XQuery and then parse the text content.
Aug
25
answered Code refactoring with python decorators?
Aug
25
answered python extract contents of regex
Aug
24
answered SMS - How to avoid Bankruptcy?
Aug
24
awarded  Yearling
Aug
21
awarded  Nice Answer
Aug
18
awarded  Nice Answer
Aug
16
awarded  Nice Question
Aug
14
awarded  Good Answer
Aug
7
revised Positioning in css
added 78 characters in body; edited tags
Jul
24
comment On the complexity of current java applications
@pianoman Well nothing proves your mench like figuring out that the problem with your binary search is that you should have been shifting to the right instead of dividing by two (to protect from overflow). You just don't get that rush when you use code that's already been debugged ;)
Jul
24
comment How to explain differences between analog and digital to my mother.
@Adam ... and then confuse her again by pointing out that at an even lower level, the entire universe is digital (discrete).
Jul
22
awarded  Nice Answer
Jul
22
awarded  Nice Answer
Jul
22
awarded  Nice Answer
Jul
21
accepted Best way to move files from Dev to Live site (django)
Jul
21
accepted Use company laptop for personal project
Jul
20
revised RESTful Web Service Implementation using JSON
added 24 characters in body
Jul
19
answered what does “class libraries on the classpath” mean?
Jul
19
comment Version Control: Taking on a project without any
I would argue that distributed version control systems are strictly better than centralized VCSes, and there are smart people that agree with me: youtube.com/watch?v=4XpnKHJAok8 . So why, with the tools available these days, would anyone recommend getting started with SVN rather than git/mercurial/bazaar I have no idea. And out of git/mercurial/bazaar they are all "good enough" so just pick one. The important thing about version control is that you just start using it (right now, don't right another line of code until you are!), not agonizing about which system is "the best".
Jul
19
answered Version Control: Taking on a project without any
Jul
18
comment Looking for a functional language
What precisely does a VM have to do with GUIs. JVMs will run on machines that don't even have screens.
Jul
18
comment C/C++ an int value that isn’t a number ?!
Put a break point on the line and inspect the value of nr.
Jul
18
comment Best way to move files from Dev to Live site (django)
I disagree. I find the fact that it's a live checkout is useful for audit purposes. You want to know what version is on the server: svn log. You want to know if anyone has changed anything: svn status or svn diff. You might be concerned about confidentiality issues of having the .svn directories lying around, but if someone can read them they can read all your code anyway. So I wouldn't delete them just for the sake of "neatness".
Jul
18
answered Best way to move files from Dev to Live site (django)
Jul
18
comment How to judge the commitment of a person before its too late?
Maybe the problem isn't with them, but with the 80 hour work weeks, hmm?
Jul
18
comment Use company laptop for personal project
@Sorskoot In the strictest legal sense yes, that could very much be the case. On the other hand, it is unlikely that any employer would attempt to assert such a claim.
Jul
18
revised Use company laptop for personal project
added 355 characters in body; added 2 characters in body
Jul
18
answered Use company laptop for personal project
Jul
18
revised Need help removing strange characters from string
added 480 characters in body
Jul
18
accepted Need help removing strange characters from string
Jul
17
answered Need help removing strange characters from string
Jul
17
revised What algorithm can I use to find the shortest path between specified node types in a graph?
deleted 73 characters in body
Jul
17
answered What algorithm can I use to find the shortest path between specified node types in a graph?
Jul
16
answered Best tools for code reviews
Jul
13
answered What is the best plotting library for Python?
Jul
13
answered Which are good Python - Django hosting solutions?