Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Re:How did they lose a slam dunk? (Score 1) 18

I used to have many magazine subscriptions.

They would each mail me a reminder to renew my subscription.

If I sent them a check my subscription would continue. If I didn't send them a check my subscription would end.

I didn't have auto- anything. I didn't have to call to cancel.

The same went for when I was a paperboy. You pay for your week or you stop getting papers. When you remember to pay you start getting papers again.

I think this is how subscriptions have worked for hundreds of years, with auto-renew on a payment card developing in the past couple decades.

Without a contractual definition the corpus of caselaw would very likely date to throughout the history of the country.

Comment Re: Trucks booked as sold? (Score 1) 75

China's geology is really bad for petroleum production. A bad lot in the luck of the draw.

They are building a monster pipeline and rail system across Mongolia and Siberia to Russian reserves but it's a decadal project.

Electric transportation is a smart option for their situation. Their necessity has become their Mother of Invention and they are dominating the world in electric power systems innovation.

Comment "a full school year behind " (Score 1) 227

If we're graduating Seniors with Junior level math skills that's hardly "Can't do Math."

I suspect even that claim is wrong and we're also teaching the wrong math for an informed electorate. In undergrad we need people sharp in probability and statistics more than matrix algebra. So they can be numerate against politicians' bullshit. I guess we should ask politicians to work on that.

Comment Re: Alternate headline (Score -1) 74

Some of us are neither Republicans nor Democrats but would support a strong 10th Amendment with strict observance of Article I limitations.

But nearly all the Democrats and Republicans want to selectively choose which parts of the Constitution to ignore. There is no will for Rule of Law.

The Congressmen get elected on the principle of stealing money from one person to give it to five. That's a guaranteed win in a Universal Suffrage system with no strong moral foundation.

The trick is they inflate the money supply to actually do it so everybody pays. The five "winners" suffer the most in real numbers.

I'd rather see a stable Constitutional order but it's fantasy to believe that's achievable. We'll see fiscal collapse, likely War and a Draft, and chaos instead. All because oligarchs and the poor want "free stuff". And it's hard to blame the poor when everything they want is unachievable for them because the markets are all rigged against them.

The Gini Coefficient is too damn high, so don't get between them and the guillotines.

Comment Because (Score 1) 196

You oligarchs aren't engineering AI to work for people. You're engineering AI to work for corporate interests. It takes far more than it gives in return. It's taking our jobs. It's taking our electricity. It's taking our wealth. It's taking our creative works. It's taking our data.

And what is it giving in return?

It's giving the executive and corporate leaders at eight companies on our planet a ridiculous amount of wealth. To hell with the dog-and-pony show going on in the foreground.

Fuck our corporate overlords.

Comment Re:This commentary is really depressing (Score 1) 15

The BCG vaccine has also been found to be effective against bladder cancer. One of the two manufacturers bailed out of the market about a decade ago, limiting supply for both TB and bladder cancer.

They just opened a new manufacturing facility in Durham this past Spring to make much more. Not sure if it's producing yet, but it was a four-year build.

TB affects so few Americans that you can't even get BCG for TB prevention if you want it. Hopefully high-risk folks will be able to elect to get it soon.

Comment This commentary is really depressing (Score 1) 15

Search in Slashdot for "COVID19". Nearly every story has hundreds of comments to it. Meanwhile, this story has all of four comments at the time of this posting.

Boys and girls, Tuberculosis has killed over a billion people. COVID19 is only in the single millions right now. The only reason why this article received four comments so far is because it's not affecting the western world where the Slashdot userbase is most prevalent. It's destroying the developing world instead, but I guess nobody here really cares about that.

The world is in desperate need of new Tuberculosis vaccines. If you don't understand why, please watch this Kurzgesagt video on the subject.

Comment Re:Oh, Such Greatness (Score 1, Interesting) 243

Lincoln was a Free Soiler. He may have had a moral aversion to slavery, but it was secondary to his economic concerns. He believed that slavery could continue in the South but should not be extended into the western territories, primarily because it limited economic opportunities for white laborers, who would otherwise have to compete with enslaved workers.

From an economic perspective, he was right. The Southern slave system enriched a small aristocratic elite—roughly 5% of whites—while offering poor whites very limited upward mobility.

The politics of the era were far more complicated than the simplified narrative of a uniformly radical abolitionist North confronting a uniformly pro-secession South. This oversimplification is largely an artifact of neo-Confederate historical revisionism. In reality, the North was deeply racist by modern standards, support for Southern secession was far from universal, and many secession conventions were marked by severe democratic irregularities, including voter intimidation.

The current coalescence of anti-science attitudes and neo-Confederate interpretations of the Civil War is not accidental. Both reflect a willingness to supplant scholarship with narratives that are more “correct” ideologically. This tendency is universal—everyone does it to some degree—but in these cases, it is profoundly anti-intellectual: inconvenient evidence is simply ignored or dismissed. As in the antebellum South, this lack of critical thought is being exploited to entrench an economic elite. It keeps people focused on fears over vaccinations or immigrant labor while policies serving elite interests are quietly enacted.

Comment Built In Limit? (Score 1) 57

> The software had a built-in limit of 200 bot detection features. The enlarged file contained more than 200 entries. The software crashed when it encountered the unexpected file size.

A built in limit is:

if ( rule_count > 200 )
    log_urgent('rule count exceeded')
    break
else
    rule_count++
    process_rule

This sounds like it did not have a built-in limit but rather walked off the end of an array or something when the count went over 200.

Comment Re:Computers don't "feel" anything (Score 1) 55

It's different from humans in that human opinions, expertise and intelligence are rooted in their experience. Good or bad, and inconsistent as it is, it is far, far more stable than AI. If you've ever tried to work at a long running task with generative AI, the crash in performance as the context rots is very, very noticeable, and it's intrinsic to the technology. Work with a human long enough, and you will see the faults in his reasoning, sure, but it's just as good or bad as it was at the beginning.

Comment Re:Computers don't "feel" anything (Score 3, Informative) 55

Correct. This is why I don't like the term "hallucinate". AIs don't experience hallucinations, because they don't experience anything. The problem they have would more correctly be called, in psychology terms "confabulation" -- they patch up holes in their knowledge by making up plausible sounding facts.

I have experimented with AI assistance for certain tasks, and find that generative AI absolutely passes the Turing test for short sessions -- if anything it's too good; too fast; too well-informed. But the longer the session goes, the more the illusion of intelligence evaporates.

This is because under the hood, what AI is doing is a bunch of linear algebra. The "model" is a set of matrices, and the "context" is a set of vectors representing your session up to the current point, augmented during each prompt response by results from Internet searches. The problem is, the "context" takes up lots of expensive high performance video RAM, and every user only gets so much of that. When you run out of space for your context, the older stuff drops out of the context. This is why credibility drops the longer a session runs. You start with a nice empty context, and you bring in some internet search results and run them through the model and it all makes sense. When you start throwing out parts of the context, the context turns into inconsistent mush.

Comment FoIA (Score 4, Insightful) 57

I heard earlier today that a court has determined that since governments are using all of this data, including license plates, that a FoIA request for all of the license plate data gathered from Flock in a city area for a range of dates was valid.

They want to have a power advantage over their serfs but turning their advantage into a burden changes that dynamic. Something to look into for those so inclined.

We seem to be well past the point of being able to expect them to follow the Law or "do the right thing".

Comment Re:Icky, but (Score 1) 66

> I see no reason why the government shouldn't be allowed to buy the same data that jim-bob the farmer can purchase.

Jim-bob is likely to face some serious problems if he smashes down your door and drags you away in a pre-dawn raid.

The IRS people get a promotion.

This is why the Constitution places strict limits on the actions of government agents.

(in its original interpretation)

Slashdot Top Deals

%DCL-MEM-BAD, bad memory VMS-F-PDGERS, pudding between the ears

Working...