Jason Cohen

12,315
reputation
1025 views

Registered User

name Jason Cohen
member for 1 year
seen 12 hours ago
website
location Austin, TX
age 31
I'm the founder of Smart Bear Software, maker of Code Collaborator, the world's most popular tool for peer code review and recent winner of the Jolt Award.

I blog regularly about running a bootstrapped software company including marketing, sales, programming, product development, and life in general.

Blog: Startups + Marketing + Geekery
Twitter: @asmartbear
11h
comment Reader/Writer Locks in C++
That's completely untrue. In fact, Java's intstruction reordering rules are more permissive than most C++ compilers, which means it's safer. Your statement that "threading is in the language" is moot because the thread behavior is clearly defined as a standard "mutex" and "lock" system which all C++ threading systems that I've ever used also have, so the translation would indeed be simple.
Dec
14
awarded  Nice Answer
Dec
14
awarded  Popular Question
Dec
13
awarded  Good Question
Dec
8
awarded  Notable Question
Dec
6
awarded  Mortarboard
Nov
24
awarded  Enlightened
Nov
24
awarded  Nice Answer
Nov
17
comment Preventing the Circumvention of Copy Protection
@Tim -- Nice point, depending on your customers. For example at Smart Bear 95% of our sales are through purchase orders, so that doesn't work. But I like it!
Nov
11
revised Difference between Enum and Define Statements
typo
Nov
5
awarded  Nice Answer
Oct
26
answered How to invalidate cache when the page is modified via Ajax?
Oct
22
comment How do I add/update a property inside an MSI from the command-line?
I thought that INSTALLS with a new property. I don't want to install, I need to MODIFY the MSI file.
Oct
22
asked How do I add/update a property inside an MSI from the command-line?
Oct
22
revised HOWTO and best working installation (MSI) chainer +/ bootstrapper
formatting
Oct
19
awarded  Notable Question
Oct
19
answered Are partially updated values when multithreading still a concern on modern CPUs?
Oct
15
awarded  Nice Answer
Oct
11
comment free country, city database for sql server
+1 'cause that's right, but in my experience it very often has no idea where you're from. At least it tells you when it doesn't know. Seems to be better IDing residential things than commercial.
Sep
24
accepted Disabling +S filetype in Perforce
Sep
7
awarded  Yearling
Aug
17
answered What is the query to print date along with timestamp in sql?
Aug
17
answered How do I change an onmouseover event using Javascript?
Aug
10
awarded  Popular Question
Aug
5
answered Rails : Rake Test:functionals cannot access DB (Sqlite3 on winXP)
Aug
5
comment Easy way to get day number of current quarter?
Because months don't fall on that boundary. For example with Feb having 28 or 29 days, the first quarter has 89 or 90 days.
Aug
5
answered Easy way to get day number of current quarter?
Aug
4
awarded  Good Answer
Jul
26
awarded  Popular Question
Jul
9
comment Which PHP open source CRM should I use?
+1, even though I also answered with SugerCRM. :-) You're right, vtiger is another good one to consider. Stackoverflow is great -- I can agree with you and have another answer at the same time.
Jul
7
awarded  Nice Question
Jul
4
comment Should the JUnit message state the condition of success or failure?
I'm accepting this answer since it does summarize the consensus of the answers which is: (a) try not to use messages and (b) it doesn't matter.
Jul
2
revised Should the JUnit message state the condition of success or failure?
clarification
Jul
2
comment Should the JUnit message state the condition of success or failure?
I tend to agree, however you're not answering the question. When a message makes sense -- and sometimes it does -- how do you phrase it? I'm asking an API definition question, so saying "Don't use the API" is not an answer.
Jul
2
asked Should the JUnit message state the condition of success or failure?