Forgot your password?
typodupeerror

Comment No. Capitalism = max revenue, and it has a profile (Score 0) 88

Share/stock-based companies exist to maximize profit by maximizing revenue and minimizing cost.

There is no concession on price, unless the market mistakenly makes a price war; a 'race to the bottom' is against their interests. The price will be whatever maximizes overall revenue, which usually means pricing to high-value businesses, not low-end small consumers (example: GPU and RAM pricing).

The difference between existing for shareholder value and existing for service is that service is inclusive and enabling, whereas shareholder value extracts revenue by any means. I do not see this as enabling small consumers, unless it's to temporarily demonstrate benefits to those consumers, and to gain political buy-in to allow AI domination to happen.

Comment No. Capitalism = max revenue, and it has a profile (Score 2) 88

Share/stock-based companies exist to maximize profit by maximizing revenue and minimizing cost. There is no concession on price, unless the market mistakenly makes a price war; a 'race to the bottom' is against their interests. The price will be whatever maximizes overall revenue, which usually means pricing to high-value businesses, not low-end small consumers (example: GPU and RAM pricing) The difference between existing for shareholder value and existing for service is that service is inclusive and enabling, whereas shareholder value extracts revenue by any means. I do not see this as enabling small consumers, unless it's to temporarily demonstrate benefits to those consumers, and to gain political buy-in to allow AI domination to happen.

Comment Accuracy is more important, to avoid typo bugs (Score 1) 191

From experience, accuracy is more important, for typing what you mean to type, so you avoid hard-to-discover bugs. Touch typing can help you optimize movement, to avoid typos, and avoid rewind/redo when you spot typos. Whether touch typing is essential also depends on what proportion of your time you spend typing. For example, for research and analysis, or docs, there's more time thinking than typing. Note-taking is where touch typing becomes more useful, so you can record more info in real-time, and do it more accurately.

Comment Benefits might be lower, and elsewhere (Score 2) 57

In cooling the cables, their conductivity will increase, resistance decrease [1], and so less heat will be generated in the cables. Unless this has been taken into account, the (re)generation benefits might be overstated by a simple sampling at one point. However, the transmission will be more efficient. [1] https://en.wikipedia.org/wiki/...

Comment Areas and volumes, not lengths (Score 1) 131

If it's purely a timing error, projected into 2D or 3D space, then for a number of variables having an evenly-distributed (or normal) error, most of the resulting positions will be 'far away'. For example, if you create a 7x7 grid, with yourself in the center square, and pick one of the 49 squares randomly, only 1/49 is correct, another 8/49 are within 1 distance, another 20/49 are within 2 distance, and so on, because the number of squares available increases for any given distance.

Comment O(n): is for scalability guesses (Score 1) 208

I tend to use O(n) for assessing scalability, rather than for assessing bsolute suitability, which can usually be assessed when testing the quick/easy solutions. If you know the likely value of 'n' as the point when you plan to maintain the solution again, and know that the algorithm will perform acceptably, then that's OK. The real-life test is knowing when the algorithm will take too long to run, and planning for it by putting in a proportionate development effort.

Comment simpler? exclusive ad channel? (Score 5, Interesting) 161

This makes sense in the Apple ecosystem. It speeds up web browsing and streamlines the experience, and if ads are blocked at browser or OS level, it gives Apple a chance to create their own approved ad market. I think it's a step too far to assume that they can insert unintended content arbitrarily into a web page or existing ad slot.

Slashdot Top Deals

Riches: A gift from Heaven signifying, "This is my beloved son, in whom I am well pleased." -- John D. Rockefeller, (slander by Ambrose Bierce)

Working...