HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rowls66

no profile record

comments

rowls66
·há 24 dias·discuss
There is no requirement in the Java language to use getters and setters.
rowls66
·há 3 meses·discuss
Or when IBM renamed everything Websphere.
rowls66
·há 3 meses·discuss
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, DB2 performing poorly with a normalized data model seems strange.

My recollection was that DB2 did not support multi version concurrency control like Oracle and Postgres did. The result was a lot of lock contention with DB2 if you were not careful. MVCC was eventually added to DB2, but by then it was too late.
rowls66
·há 4 meses·discuss
Maybe it’s because you are really a computer programmer. Computer programmer employment is expected to decline by 6%.
rowls66
·há 7 meses·discuss
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 know that anyone who does not know that a CMS is a 'Content Management System' is probably not a likely customer, but you never know, and expanding the initials somewhere shold probably be possible.
rowls66
·há 10 meses·discuss
You don't have to tip an Uber or Lyft driver either.
rowls66
·há 10 meses·discuss
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, and emojis. I think that adding emojis to unicode is going to be seen a big mistake. We already have enough network bandwith to just send raster graphics for images in most cases. Cluttering the unicode codespace with emojis is pointless.
rowls66
·há 3 anos·discuss
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 thread has been calling exceptions. Maybe it was a mistake to call them both exceptions, but Java also has 2 types of errors.
rowls66
·há 3 anos·discuss
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 business logic. Java does not provide a choice, which keeps it simple.
rowls66
·há 3 anos·discuss
The argument is that the software developers are producing an asset (the software) that will produce revenue over time. There is an accounting principal to match revenue with expenses, so if the software will produce revenue in the future, the expense of developing the software should be delayed into the future to match.
rowls66
·há 5 anos·discuss
Wrong. Inflation is a way to tax lenders, and reward debtors who get to repay their debts with less valuable currency. As the poor and middle class are more likely to be net debtors, they tend to benefit from inflation.