Viewing profile — rowls66
rowls66
HN member- Joined
- Fri, Oct 16, 2020, 4:19 AM UTC
- HN karma
- 295
- Public activity
- 119 items
- HN profile
- View on Hacker News ↗
About rowls66
No profile information was provided.
Recent public activity
-
comment
Comment #49156960
Sounds like a good job for AI. I do fear that the future will involve deploying AI do deal with the mountain of slop produced by other AI's.
-
comment
Comment #48598390
There is no requirement in the Java language to use getters and setters.
-
comment
Comment #47643713
Or when IBM renamed everything Websphere.
-
comment
Comment #47592499
I have not had much experience with DB2, but given that the relational data model and normalization was invented at IBM (Codd) and IBM's implemenation of those concepts was DB2, DB…
-
comment
Comment #47406907
Maybe it’s because you are really a computer programmer. Computer programmer employment is expected to decline by 6%.
-
comment
Comment #46366050
My initial reation was 'What is a CMS'? Naming your company or an initialism and never saying anywhere in the product description what the initials mean is not welcoming. Now I kno…
-
comment
Comment #45265189
You don't have to tip an Uber or Lyft driver either.
-
comment
Comment #45225914
I think more effort should have been made to live with 65,536 characters. My understanding is that codepoints beyond 65,536 are only used for languages that are no longer in use, a…
-
comment
Comment #44211575
This article is nearly 15 years old (2013). According to center on budget and policy priorities, the number of SSDI beneficiaries has fallen from is peak in 2014. So this article w…
-
comment
Comment #43727376
Why would anyone buy their game engine when it is available for free? Seems like a solution for a problem that doesn't/won't exist.
-
comment
Comment #43258734
Can a systems programming lanugage use garbage collection? I don't think so.
-
comment
Comment #40930731
Seems to me that if Congress would prefer that any disputes arising from the implementation of their laws be handled by the admistrative agency charged with enforcing it, all they …
-
comment
Comment #40693423
I found 'A Philosophy of Software Design' by John Ousterhout to be useful. It contains alot of solid easy to understand advice with many examples.
-
comment
Comment #40012260
I think whats more harmful than unit tests are code coverage metrics for unit tests that devs feel compelled or are required to achieve. The easiest way to achieve code coverage go…
-
comment
Comment #39937654
You need to spend $16,666 just to cover the $500 annual fee. That’s a lot for many people especially when many low end retailers don’t accept AmEx. As already state rewards cards a…
-
comment
Comment #39846648
They can but they generally won’t. Use of the chip on the card shifts fraud liability from merchant to issuer. Burner card numbers are for card not present transactions.
-
comment
Comment #39721867
NY state has plenty of room for onshore wind, just not in the places where most of the people are.
-
comment
Comment #39414266
Is it really that much different? You still need to handle a Left value, and a lot like handling an exception.
-
comment
Comment #38887593
That’s not true. Java has 2 types of exceptions checked and unchecked. Checked exceptions are what this thread has been calling errors, and unchecked exceptions are what this threa…
-
comment
Comment #38874538
Here is an example. Go let’s structs be passed by value or by reference. The programmer needs to decide, and that adds complexity that is largely irrelevant for modeling complex bu…
-
comment
Comment #38818876
Not sure what you mean by "the database holds locks for the minimum time needed." Locks are always held until the transaction commits.
-
comment
Comment #38813015
In the Lost Updates section, a more straight forward solution is to use the FOR UPDATE clause in the first select statement. This locks the record and prevents concurrent updates.
-
comment
Comment #38721253
Is this really a Google OAuth issue, or more failure my many service providers to properly verify the OAuth token assertions before allowing access? Seems to me the latter.
-
comment
Comment #38575433
I found a chestnut tree of moderate size on my property this year, and for time thought it might be an American Chestnut. Alas I eventually concluded that it was a Chineese Chesnut…
-
comment
Comment #38389120
Not at the scale involved here.