Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Possible vs. Enforced (Score 1) 258

It's not about general competence or pride. Writing safe C++ is a human vigilance task, and humans suck at vigilance tasks. If you are practiced enough with C++, your brain can automate a lot of that work. If you're an excellent programmer with Java and C# and Python and JS and Erlang, and then you start writing C++, your brain can't automate that yet, and you either go very slowly and bother experts a lot, or go as fast as your manager wants you to and break things.

Comment Re:Alas (Score 0) 108

Yeah, even golf courses use more water per day than this data center uses per year. Mind, AI is an extravagance and should be penalized as long as it doesn't have a socially useful use case, but that's for a host of reasons beyond water use. Golf courses and growing alfalfa in a desert should be much higher on the chopping block for water use.

Comment Re:Compression parameters matter (Score 1) 57

You'd distribute the base model (100GB to 5TB) first since it's useful for a lot of inputs. Then you'd download files that have the transformer plus the compressed data.

The texts they're testing with are 1GB sections of English language Wikipedia dumps, and they're getting poor compression until they use very large transformers, like 100MB.

They also have some weird comparisons for partially decoded data and I don't get the point of it. Like, they show intermediate output of gzip that's basically text with the Burroughs-Wheeler transformation applied and point out that that's not very comprehensible compared to some "equivalent" from their compression system, and it's like, no shit. So this is pretty useless.

Comment COVID is still here (Score 3, Insightful) 159

We're in another giant COVID wave and our employers want to force us into poorly ventilated boxes cheek by jowl with 30 other people, few of whom wear masks.

I work better from the office. I would commute by bike, and that's better for my health. I benefit from the automatic body doubling and having a focused zone for doing work.

But I won't benefit from getting COVID twice a year, so I refuse to go to the office.

Slashdot Top Deals

egrep -n '^[a-z].*\(' $ | sort -t':' +2.0

Working...