Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:PornHub Police? (Score 5, Informative) 313

They were effectively held captive with no money in a city they had no contacts in, and no way home. They were threatened to basically be dropped off on the street with nowhere to go, WHILE being promised terms that effectively said "nobody will ever know you did this". Don't victim shame here, this has gone to court, and it was upheld that they were doing something illegal.

Comment Testing failed AWS services (Score 2) 20

One issue with testing failures in a cloud environment is that you need to be able to simulate failures of the cloud provider itself. It may seem odd, but each service needs an option to literally "break" it, i.e. say to trigger a hang on the database, or similar. Without this, it won't be possible to fully simulate all the various failure modes that could happen, and realistically, it means that you can never be sure your DR plans will work.

Comment Try publishing products on GCP (Score 1) 269

So, if you are a software vendor, and want to publish on GCP's marketplace, you have to jump through all kinds of hoops to document any and all open source code you use, including ensuring that code under many license types are included in the OS image you are deploying, even when not required by the license. Next, you have to take SCREENSHOTS of where all the license information is on our image, and paste it into a spreadsheet that you submit for open source review. It is the most antiquated process I have ever seen a tech company use.

Comment hyperthreading is a legacy anchor (Score 2) 207

I suspect that one of the reasons why new x64 chip designs are not faster than they are is due to the desire to use hyperthreading, which complicates the designs. Yes, it may allow you to leverage more of the circuits more of the time on a given core, but at the sacrifice that the fastest single thread performance is impacted. Might it be time to remove hyperthreading from cores, or possibly, craft a chiplet design with four cores without and four cores with. High priority threads get put on the dedicated cores, and lower can run on the shared cores. Win Win

Comment the demise of the pixel, and rise of triangles (Score 1) 62

If this is true, I suspect that the reality is that what will happen is that graphics will have to adjust to rendering the vector graphics directly, i.e. instructions will be made to draw a triangle between three points, and fill it with a given color. How this will be accomplished at the rendering layer, I don't know, but it won't involve translating to pixels anymore.

Comment Re:Why didn't the license holders band together? (Score 1) 40

Paying ARM to do the development is cheaper than developing your own design. People pay the license costs because it is SAVING money, not costing them more. And not having to deal with the infighting as one company wants something added to RISC-V while another wants to do something else was probably a blessing.

Comment Why didn't the license holders band together? (Score 2) 40

Honestly, I could easily have seen the license holders all kicking in a few bucks each, and done a counter offer against Nvidia, with a board of directors voted in by the license holders at large. They could have structured it so they have majority control, IPO'ed it, and possibly make some money in the long run.

Slashdot Top Deals

The following statement is not true. The previous statement is true.

Working...