Kevin Peterson

2,525
reputation
147 views

Registered User

name Kevin Peterson
member for 8 months
seen 15 hours ago
website
location San Mateo, CA
age 32
Developing social media analysis tool at Biz360.
Dec
8
accepted Is it possible to change the default action for a RESTful resource?
Nov
24
revised Can java floats be sorted by their byte representations?
added 315 characters in body
Nov
23
asked Can java floats be sorted by their byte representations?
Nov
19
revised Multiple SVN Repositories or single company repository
fix formatting
Nov
19
answered Process vs Thread
Nov
19
answered Is the usage of stored procedures a bad practice?
Nov
19
comment Database alternatives?
All three of those in fact run off of MySQL.
Nov
19
answered Multiple SVN Repositories or single company repository
Nov
13
answered What are some questions to ask when choosing between two equal programmers?
Oct
28
revised Function pointer doubt
indent code so it formats right
Oct
28
comment Strings are immutable - that means I should never use += and only StringBuffer?
That makes a lot more sense than what I previously thought. I noticed that the documentation changed from 1.4 to 5 and thread safe is now mentioned more prominently.
Oct
28
answered Strings are immutable - that means I should never use += and only StringBuffer?
Oct
28
answered Is it possible to change the default action for a RESTful resource?
Oct
22
answered What’s your Modus Operandi to solving a (programming) problem?
Oct
21
awarded  Good Answer
Oct
15
comment Scala build tool and test framework that play nice together?
I eventually tracked it down to a bug in sbt that it only runs tests defined as objects, not classes.
Oct
15
comment How much risk is exposing all the sources to a third party?
Competing insurance companies wouldn't want to know where you set the thresholds for bumping someone from one risk category to another?
Oct
15
asked Scala build tool and test framework that play nice together?
Oct
15
answered What is the actual definition of an array?
Oct
14
comment Is there a Scala unit test tool that integrates well with Maven?
I like specs, and found it easy to run from within Eclipse as JUnit tests.
Oct
14
answered Supporting covariant type conversions in Java
Oct
11
accepted How to design my class
Oct
10
answered Learning Ruby, where do I start?
Oct
10
comment Learning Ruby, where do I start?
+1 for Simply Rails 2. It isn't comprehensive, but it's a fantastic tutorial.
Oct
10
answered How to design my class
Oct
7
answered Java 1.6 JDK tool, VisualVM
Oct
7
accepted What characters would you make invalid for a password?
Oct
7
answered Java thread: ‘join’ froze my program
Oct
7
answered Comparing floating point values
Oct
7
answered Simple Type Inference in Scala
Oct
7
comment Exceptional Programmer in bodyshop environment
There's a big difference between "need good people skills" and "are hindered by extremely poor people skills". Simply not being a jerk isn't good people skills unless you have an incredibly low bar.
Oct
6
comment What characters would you make invalid for a password?
Please stop spreading these absolute rules. These rules don't even make sense for a bank -- I prefer a long passphrase which I can remember, rather than what I would be forced to choose with your rules of "abcDEF32_!" or similar.
Oct
6
answered What characters would you make invalid for a password?
Oct
6
comment Best location for ant build.xml files?
This is the exact configuration we use. I don't want copy and paste inheritance everywhere for things like the code coverage targets. I should have pegged to a specific revision, though it hasn't been a big deal.
Oct
6
accepted Naming Boolean columns in Rails
Oct
6
answered Naming Boolean columns in Rails
Oct
6
answered Is there any Non-blocking IO open source implementation for Scala’s actors?
Oct
6
answered Exceptional Programmer in bodyshop environment
Oct
6
answered Software Developer vs Programmer…Why the difference?
Oct
6
answered RENAME faster than DROP+ADD in MySQL alter table
Oct
5
answered Why do migrations need the table block param?
Oct
5
answered Sorting on Last Name …
Oct
2
answered Can we start a background process using exec() giving & as an argument?
Oct
2
answered Would a cloud-based compiler be feasible?
Oct
2
answered On Performance and Java Interoperability: Clojure vs. Scala
Oct
2
answered Crypto, hashes and password questions, total noob?
Sep
25
asked Out of the box spam filtering?
Sep
22
comment Multiple Programmers in Software Development. How do we work on the same code and it always be updated??
And the number one reason to use subversion? The best documentation: svnbook.red-bean.com/en/1.5/index.html
Sep
22
comment Regex to match the first ending HTMl tag
The question didn't ask for the matching form tag, it asked for the first, which might not be the best thing to do, but this is a valid and useful trick sometimes.
Sep
9
accepted How to start playing with Lift framework?