2,934 reputation
31331
bio website jeromehollon.com
location United States
age 24
visits member for 2 years, 7 months
seen May 7 at 0:22
stats profile views 114

I am a programmer by day, and a tinkerer by night.


May
13
awarded  Popular Question
Nov
17
awarded  Popular Question
Sep
24
awarded  Yearling
Aug
9
awarded  Guru
Jul
21
awarded  Nice Question
Jul
16
comment Should you create a class within a method?
@LieRyan, But you can't expect to get full CPU utilization from a multicore CPU unless you thread your application.
Jul
11
comment Should we use an outside CMS?
-1, The OP wasn't asking about how to implement a better CMS, nor what features should be included in his CMS. You're rant about frontend-backend coupling seems unrelated to this question.
Jul
11
comment Should you create a class within a method?
@LieRyan, That's completely false. Using threading allows the program to take full advantage of the CPU instead of only one core. Saying applications are CPU bound, so don't use the full CPU doesn't make much sense to me.
Jun
25
comment Should you keep a copy of all the code you write?
@Krelp, that attempt failed: computerworld.com/s/article/9128920/…
Jun
25
comment Should you keep a copy of all the code you write?
@Caleb, their property, your copyright. Example: Freelance journalism. I can sell my article to the AP, and they can reprint it and do whatever they want to with it, but I still own the copyright to that article.
Jun
25
comment Should you keep a copy of all the code you write?
@Krelp, encryption keys, like keys to safes can be compelled via a subpoena.
Jun
25
comment Should you keep a copy of all the code you write?
@FrustratedWithFormsDesigner, I am not a lawyer so I don't know. I do know that if you're the sole developer, and they didn't make you give up your copyright, you can take the code with you when you leave (I always do). They still get to keep it, but so do you. I would assume, that since you didn't create the entire code base, you only have the copyright to the lines you produced.
Jun
25
comment Should you keep a copy of all the code you write?
Technically, unless you signed it over when you joined, you own the copyright to the code you produce.
Jun
21
awarded  Good Answer
Jun
8
awarded  Constituent
Jun
8
awarded  Caucus
Jun
5
comment What's wrong with Erlang?
@Hynek-Pichi-Vychodil, age != maturity
May
31
comment NLP as a job requirement
This is a question for your employer, not us.
Apr
18
comment How to keep Free/Paid version of the app separate in subversion
That's the thing, I don't want them separate. The only thing separate I want is the additional code that adds the ads. However, android forces me to have a unique package name for my app. So I'd be forced to have a greater change than just two or three files.
Apr
18
comment How to keep Free/Paid version of the app separate in subversion
I didn't think Java listened to those things