Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Re:Debugging LLM (Score 1) 21

Manually research the sources, verify each case cited

Clearly this not even even being done by an automated tool, let alone a human. An LLM which is given access to a database of actual cases could reasonably be successful at checking whether the cased cited even exist which isn't being checked now!

Comment Re: Make it stop quickly (Score 1) 21

I mistake is different from glaring lack of professional conduct.

Using non-local AI in any way in court filings which are supposed to be confidential until filed is glaring lack of professional conduct right up front. Allowing AI hallucinations to get in to your court paperwork even once is the same. They should lose their license for one year the first time, five years the second time, and permanently the third.

Comment Re:Lack of Mozilla Focus (Score 4, Interesting) 59

Strangely, no one connects the many claims that garbage collected languages "eliminate a whole class of programming errors" is good with the aforementioned "typed languages eliminate a whole class of programming errors" as good also.

Almost nobody uses "untyped languages". Few of those even exist, with Forth and various assembly languages being the main examples. (C, with its type system that is as airtight as a sieve, gets an honorary mention.)

You're probably harping about dynamically typed languages. In such languages, the runtime still knows *exactly* what type every item of data has. These are not weakly typed. But what you obviously prefer are "statically typed" languages.

Static typing might statistically reduce some errors, but it certainly can't "eliminate whole classes". Consider "set_warhead_target(float latitude, float longitude)". Did the type system give you any protection from accidentally swapping the two parameters? That's really the problem that you're so worried about: accidentally using the wrong data value in the wrong place.

However, very few statically typed languages (with Rust being a notable exception) have eliminated the biggest source of type errors in computing: Null, which is a bogus placeholder that matches any pointer type (or reference type, depending on the language's nomenclature). So in many cases you have no less risk with static typing than you do with accidentally feeding a string into a Python sqrt() function. And in the case of C or C++, you can be much worse off, as in segfaults and remote exploits.

Comment Re:Wow that's expensive (Score 1) 49

I was thinking the same thing. It must have a whole raft of licensing fees on it. If the price keeps enough people out of the market for it then these will turn out to be some of the most valuable minifigs of all time. I wonder what it costs if you buy the same pieces (less the figures) via parts orders.

Comment Re: What exactly is "Steam" anyway? (Score 1) 162

I think one valid complaint is the use of DRMs.

I am in every way anti-DRM, but it's ubiquitous. A lot of publishers won't publish on GOG for this reason. I agree that Epic is arguing in bad faith. The enemy of my enemy is convenient, nothing more, so I am not delusional about Epic but I still enjoy their actions.

They are basically throwing money to become relevant enough that they can be profitable without having to throw money. If that ever happens, you can be sure that there will be no more free games.

TBH I usually forget to go look at the free games they are typically so underwhelming, though there have been some legitimate greats too.

Meanwhile Steam is sustainable and superior on features.

There are only two features of Steam beyond buying installing games which I care about, and one of them sucks. I like that it handles updates for me, but that is also the bad one, because practically none of the updates are differential. I want them to make that easier so that publishers actually do it. I know that it requires significant support from publishers when they use packed data files, but even that is something that could be addressed. (If the files are compressed individually instead of using compressed archives, then binary patches are feasible.) The other feature is Proton. Anything else including friends, achievements, and even reviews is all optional to me. I enjoy some of those features, but I would still use Steam without them.

Comment Re:Small potatoes (Score 1) 92

You can technically do your taxes for free by manually filling out the forms yourself.

I can't think of any business or other government function that still makes me fill out any paper forms. At one recent employer I did not fill out a single paper or PDF-style form, HR or otherwise, in the entire experience from the day I applied until the day I resigned.

Nobody uses paper forms any more. Everything is online. Taxes should be no different, and there should be no 3rd party middlemen collecting tolls for the "privilege" of doing something online the way everything else is done.

Comment Re: So this is actual profit (Score 0) 136

And ammo. Yeah some people have thousands of rounds of ammo. The military has millions of rounds, and enough men to go with them to effectively utilize suppressive fire. If you do get in an old-fashioned firefight with soldiers they can simply outbullet you if for some reason they don't have an armed backpack drone. Which by the way they totally do.

Slashdot Top Deals

EARTH smog | bricks AIR -- mud -- FIRE soda water | tequila WATER

Working...