Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:Wind, Solar and Batteries are cheaper and clean (Score 1) 69

What the world would really like is something that performs like nuclear fission (lots of 24/7 reliable baseload power, deployable anywhere) but without the big upfront expense or the catastrophic risks (pollution, storage, proliferation) to manage.

Is there such a thing? Could there be? Nuclear fusion might be one answer, and they've made good progress, but it's still a bit iffy and even in the best-case scenario it won't be applied at scale for some years yet. Geothermal is seeing some interesting developments that might allow it to be deployed more broadly, so that's what I'm currently geeked over. Short of that, there's always good old-fashioned renewables+lots of storage, which can be made to work, but requires a lot of infrastructure.

Comment New Flash: Farrier Very Concerned About Automobile (Score 3, Insightful) 92

Wikipedia is an interesting concept and it works decently well as a place to go read a bunch of general information and find decent sources. But LLMs are feeding that information to people in a customized, granular format that meets their exact individual needs and desires. So yeah, probably not as interested in reading your giant wall of text when they want 6 specific lines out of it.

Remember when Encyclopædia Britannica was crying about you stealing their customers, Wikipedia? Yeah, this is what they experienced.

Comment Great; it shouldn't be a thing. (Score 4, Insightful) 45

> The law "undermines the basis of the cost savings and will lead to bulk billing being phased out," the group said.

Good; it's monopolistic, predatory, and ultimately unnecessary. The entire practice is aimed at driving consistency and forced adoption rates, not anything else.

Comment The article's premise is flawed (Score 1) 187

The article claims to measure the severity of a memory leak defect based on the amount of memory it leaked -- but most memory leaks (that are severe enough to be noticed) are small leaks that occur at regular intervals, meaning that the program's memory footprint will continually grow larger over repeated operations.

Therefore, do you want a 1MB memory leak? Run the program for a while. Do you want a 1GB memory leak? Run the program for that much longer. Keep going, and you can eventually get to any number you want, to post in your Substack article; this makes the reported numbers arbitrary and therefore meaningless.

TL;DR: Memory leaks are a problem, and they can be avoided with care and proper coding techniques, but claiming that software quality is worse now because the leaks "are larger" is silly.

Comment Re:Mute switch, please... (Score 1) 131

Is it just me, or what's so bad about having an engine that is quiet? I don't really want to add noise pollution and overall general stress to my neighborhood.

In general, nothing. But rich people buy sports cars for the same reason less-rich people buy video games that let them pretend to race sports cars, i.e. so they can have fun "going fast". Driving a sports car without cool engine sounds (however you want to define them) would be like playing an auto-racing game on mute -- less fun than it might otherwise have been.

Comment Shallow Distraction (Score 4, Insightful) 41

"testament to the incredible work of our UX, design, product, and engineering teams who brought this innovation to life."

You don't give a damn about "UX" to the extent it means user experience. You should be asking extension writers what they need from you to improve their work and truly improve Firefox users' experiences. That goes 10x for ad-block writers.

But it's easier to get TIME to jerk you off and Google to dump money on you with forgettable chintz like this.

Comment Re:drive demand for highly skilled software engine (Score 1) 82

Why would you need to be highly skilled to use an automated coding tool?

If the automated coding tool is reliable, you wouldn't need to be skilled. OTOH if the coding tool keeps emitting code that contains bugs or misfeatures, then someone will need to analyze and debug the emitted code, which is a skill. In some cases, that might requires more skill than simply writing the software by hand.

Slashdot Top Deals

Nothing will ever be attempted if all possible objections must be first overcome. -- Dr. Johnson

Working...