Mr. Matt

4,992
reputation
424 views

Registered User

name Mr. Matt
member for 1 year
seen yesterday
website
location Manchester, UK
age 28
Rails dev at Fudge.
Dec
17
awarded  Popular Question
Dec
16
awarded  Nice Answer
Dec
6
awarded  Mortarboard
Nov
26
awarded  Notable Question
Nov
20
awarded  Nice Question
Nov
15
awarded  Notable Question
Nov
9
accepted What are some standard setups people are using to work with GitHub?
Oct
26
awarded  Popular Question
Oct
10
asked NSMutableURLRequest with large files
Sep
30
awarded  Popular Question
Sep
17
awarded  Yearling
Sep
12
accepted ActiveRecord save(false) still validating model
Sep
8
comment NSMutableArray addobject with malloc’d struct
Awesome - Thanks, Jason!
Sep
8
comment NSMutableArray addobject with malloc’d struct
I'll try that later today - thanks Philippe!
Sep
8
asked NSMutableArray addobject with malloc’d struct
Sep
4
accepted WebApps: Avoid Timeout when processing large amt of data
Aug
24
accepted How do you prefer to define class methods in Ruby?
Aug
24
accepted To build an App for an Internet site without its API and Schema
Aug
23
awarded  Popular Question
Aug
16
accepted jQuery : how to debug?
Aug
14
answered jQuery : how to debug?
Aug
13
answered What should NOT be under source control?
Aug
12
awarded  Popular Question
Aug
12
revised Most useful Rails plugins, Ruby libraries and Ruby gems?
deleted 1 characters in body
Aug
10
answered How to get any update from Mysql to sqllite in iphone
Aug
4
revised Jquery AJAX Load problem
Cleanup
Aug
3
comment INSERT INTO wont work!
I'm not sure if you're going to handle this later on, but storing passwords in plain text is insecure - you should hash them with a salt that is generated per user, and an application-wide salt. This safeguards your users passwords in the event that your data is exposed.
Aug
1
awarded  Good Question
Jul
29
revised Variable cost subscription payment provider UK
added 201 characters in body
Jul
29
comment What’s your favorite “programmer ignorance” pet peeve?
@Kendall I'm not an advocate of 100% coverage. That tends to be overkill in most cases, however, I'm not following you when you say that 100% coverage makes a system incapable of being changed. If a project is incapable of being changed, then I can only see that it is because it is badly designed or built rather than because the associated tests are covering everything. I don't think that 100% coverage is some sort of holy grail that needs be attained, rather a balance is needed, and both the tests and system software need to be built in a way that makes maintenance feasible.
Jul
28
answered Variable cost subscription payment provider UK
Jul
27
awarded  Nice Answer
Jul
27
answered uses of frameworks
Jul
26
answered Getting a reference to the UIApplication delegate
Jul
24
revised capistrano problem
added 139 characters in body
Jul
24
answered capistrano problem
Jul
23
accepted Commiting specific parts of a file in Git
Jul
23
answered Commiting specific parts of a file in Git
Jul
22
comment how to check if a string looks randomized, or human generated and pronouncable?
It's just another thing that can be added to an overall weighting as to whether a user is genuine - it wouldn't be the only indicator used.
Jul
22
asked Rendering a collection of different classes in Rails
Jul
20
answered Most useful Rails plugins, Ruby libraries and Ruby gems?
Jul
20
answered Most useful Rails plugins, Ruby libraries and Ruby gems?
Jul
20
answered Most useful Rails plugins, Ruby libraries and Ruby gems?
Jul
20
revised Most useful Rails plugins, Ruby libraries and Ruby gems?
Added link
Jul
20
accepted What is an Object-Relational Mapping Framework?
Jul
20
answered What is an Object-Relational Mapping Framework?
Jul
19
accepted Can you get any financial recompense from Open Source
Jul
17
comment How do you start learning a new programming language?
+1 - By building something you actually might use, you tend to have to dig to accomplish the more complex parts, which expands your knowledge, and leads you one more step down the path to mastery.
Jul
17
comment iPhone: Steadily increasing memory usage in apps using touches
Are you retaining any of the touch event objects, or any object at all in your touch handlers?
Jul
17
comment iPhone: Steadily increasing memory usage in apps using touches
Are you retaining these objects at all?