Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re: I'm so glad the government makes me safe. (Score 1) 58

The new law (according to the article) still allows the re-sale of tickets, but not for more than the original price.

Which is good as I occasionally organise group outings to a play or similar. People pay me the cost of their ticket. I do, sometimes, profit as some theatres will give (me) a free ticket if I buy more than 10 or so -- but that is not why I do it.

Comment Re:Oh, Such Greatness (Score 2) 133

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 Confirm that your vaccination is still good... (Score 5, Informative) 133

I went to my MD several months ago to see whether my vaccination against measles was still good. I got my shots back in the late 60's/early 70's. They did a blood test and confirmed that my immunity had lapsed, and I needed another shot.

If it's been a while since your vaccination, then do not assume that your immunity is still good. Get tested, and get a follow-up shot if needed.

Comment Built In Limit? (Score 1) 49

> 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) 53

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) 53

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) 56

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) 65

> 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

A bug in the hand is better than one as yet undetected.

Working...