HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rowland66

no profile record

comments

rowland66
·5 năm trước·discuss
I think that several of the fallacies of distributed computing are being ignored here.

https://en.wikipedia.org/wiki/Fallacies_of_distributed_compu...
rowland66
·5 năm trước·discuss
I believe that when you license Weblogic from Oracle, the Weblogic license includes a license for the Oracle JVM it runs on. So there is no reason to run Weblogic on another JDK/JVM. I assume that Oracle requires their JDK/JVM for Weblogic to keep support simpler.
rowland66
·5 năm trước·discuss
It is not shown, but I expect that Oracle EE is probably the most significant contributor to software licensing costs. If Oracle licensing was computed for 288 cores, that is totally unrealistic. Oracle EE would only run on a subset of cores.
rowland66
·5 năm trước·discuss
An alternative implementation of BigQuery? If the integration libraries are that bad, perhaps the market would go for a BigQuery alternative with better integration support.

I expect that the integration libraries probably work pretty well for most users, and implementing a database like BigQuery would be a massive amount of work. So this pretty much explains why Google isn't sprinting to fix this issue.
rowland66
·5 năm trước·discuss
> You don't pay investments back. They are a purchase of shares. The exchange is made and you're done.

This is a common misunderstanding that equity funding is free. For the owner of a business, taking outside investment and issuing share in return is diluting the original owners stake in the business. If effect, you are paying for these investments forever because you are giving up some portion of the businesses future profits.

There are certainly situations where this makes sense if you are able to grow much faster with the additional capital. However, the investment is not free.
rowland66
·5 năm trước·discuss
Why is this guy being called an inventor? The helicopter was invented over 100 year ago (1907). He was a tinkerer or hobbyist.
rowland66
·5 năm trước·discuss
If Google is going to allow US employees to work from anywhere in the US, they should not be adjusting wages based on an employee's residence. Where an employee chooses to live becomes no different from what car they choose to buy. Google should pay a consistent wage scale based on a median cost of living across the US. This would probably be an unpleasant adjustment for many Googlers in high cost locales.
rowland66
·5 năm trước·discuss
The US is absolutely shooting for herd immunity now. Its just a question of how individual members of the herd want to achieve their immunity. They can take the easy way (vaccination) or the hard way (get Covid).
rowland66
·5 năm trước·discuss
There has been alot of innovation in digital payments in India over the last 10 years. There are a number of local alternatives to traditional card brands. This might be a combination of protectionism to support local payment alternatives, and international card network unwillingness to invest in India given declining market share.
rowland66
·5 năm trước·discuss
How about adjusting the tax rate that is paid on income based on wealth? This would absolutely complicate the tax code for wealthy individuals, but it would certainly increase the tax paid by the wealthy on the income that they do have.
rowland66
·5 năm trước·discuss
I think that Sayre's law applies here. "In any dispute the intensity of feeling is inversely proportional to the value of the issues at stake."
rowland66
·5 năm trước·discuss
Starting with Java 8, Java has been adopting functional programming ideas, and appears to be heavily influenced by Scala.
rowland66
·5 năm trước·discuss
From the article:

> But if you need some complex algorithms — particularly algorithms that do a lot of heavy mathematical lifting — then Lisp is the ideal choice.

Is this right? I never thought of LISP as good fit for numerical processing.