Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Hmmm (Score 3, Insightful) 40

I currently work hybrid. It reduces my effective pay by around 10%, which is a hell of a cut. It gains me nothing, since all meetings - even when we're all in the same room - are via teams, because company policy.

I see no added value from visiting the office.

Comment Re: I have BAD White Coat Syndrome... (Score 1) 33

No.

Consist deviated under the two circumstances is pretty well studied. A substantial number of readings in a doctors office are high. Within certain margins it's accounted for, obviously there are people that exhibit the effect more than others.

But taking blood pressure correctly is generally not difficult, can be readily trained for and if necessary can be demonstrated easily by both parties.

Getting results which are consistent, wrong, but approximately in the correct range is actually quite hard.

Comment Re:They tried (Score 1) 44

??

the real tragedy of Viet Nam was that the US achieved *exactly* what it set out to do--which was a really stupid thing to do and waste lives upon.

The mission was *not* to defeat the north Vietnamese, but to keep them on their side of an imaginary line. US troops that went over the line got called back.

When the US finally decided it wanted to stop playing, the north wouldn't let them simply leave. To get them to talk, the US bombed them into submission, for crying out loud.

By any *military* standard, Viet nam was an overwhelming success for the US. US troops controlled whatever ground they chose, and won all of the battles.

But "resist aggression and stay on your side of the line" is a *stupid*, even criminal, thing to ask of a military. As is the lives it through away for idiocy.

Comment Re:Humanities professor here (Score 1) 61

My point about coding - which I have been doing for fun since the 1980s (I am on /. after all) - is that it was taken as obvious that it was the future-proof skill. Not many people would argue this now.

As for tools - a tool is task specific. A carpenter without a hammer or saw is clearly at a disadvantage. And carpenters have always had these tools. But Homer, for instance, did not even have a pen or ink. He composed orally. The tools of thinking are experience, memory, and logic. My point is that thinking per se requires no external tools. It is the ultimate in freedom.

Comment Re:Just do all exams in person (Score 1) 61

I do have them type them up at home so that they are legible, but I have them work from pictures of their essays that they take before they leave class, and I keep the hand-written originals. So I guess I am not completely tech free, but that is a tiny compromise.

Comment Re:Humanities professor here (Score 5, Insightful) 61

What do you think of the argument that great men (people) stand on the shoulders of others, and that AI is a shoulder?

The great men in question have all worked through the thoughts of those upon whose shoulders they stood. Even if you could make a case that LLMs understand the words they use (they don't: we all know they simply predict the likelihood that certain words will appear in a certain order in a certain context based on massive training), you certainly could not argue that those depending on LLMs (and in this case, we're talking about university students) have exercised the same care as, say, Newton did in in working through Kepler.

Comment Humanities professor here (Score 5, Insightful) 61

I banned all tech from my classroom before the pandemic, but had to bring it back for obvious reasons. Now it's banned again. This is the only answer to the issue. Don't give me that shit that I am not preparing my students for the future. First, none of us know the future. Second, coding was to prepare students for the future. If I can get my students to think autonomously, and learn how to articulate their thoughts persuasively, and not simply copy the educated guesses of LLMs, my students come out ahead.

Comment Re:There is already a safe subset of C++ (Score 1) 84

Ish.

I would not trust C++ for safety-critical work as MISRA can only limit features, it can't add support for contracts.

There have been other dialects of C++ - Aspect-Oriented C++ and Feature-Oriented C++ being the two that I monitored closely. You can't really do either by using subsetting, regardless of mechanism.

IMHO, it might be easier to reverse the problem. Instead of having specific subsets for specific tasks, where you drill down to the subset you want, have specific subsets for specific mechanisms where you build up to the feature set you need.

Comment Terms of service (Score 2) 18

Terms of service aren't much of a concern here. Honestly, completely irrelevant unless OpenAI opens up 30,000 streams at once.

Terms of service have little value in court when it comes to scraping of content that doesn't cause issues with the service itself. Contract violation with near zero repercussions.

Slashdot Top Deals

Promising costs nothing, it's the delivering that kills you.

Working...