Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment It caused problems (Score 1) 151

I worked at place where sending an email to an internal email address would set off an alarm. Corporate would send phishing tests to it. I tried several times to explain that they were wasting my time and jeopardizing a live production environment, and that emails to this specific address were meant to signal a catastrophe. They didn't listen so I made every machine in the company open their fake phishing link and called HR saying I clicked on a link they sent me and somehow it must have had a virus because it somehow took over the entire building. It was a fun day. Head engineer thought it was hilarious. They stopped phishtesting.

Comment They don't want anyone to be able to think (Score 1) 35

It's a disservice to have kids focus on using AI instead of learning how to think algorithmically/programmatically, which is a skillset that transfers over into all aspects of life, including getting more out of AI.

If kids are taught to offload problem solving to AI before being taught how to think for themselves, then we've basically turned children into NPCs.

Comment When did they change the definition of Conscientio (Score 1, Informative) 122

conscientious(adj.) 1610s, of persons, "controlled by conscience, governed by the known rules of right and wrong;" of conduct, etc., "regulated by conscience," 1630s, from French conscientieux (16c.; Modern French consciencieux), from Medieval Latin conscientiosus, from Latin conscientia "sense of right, moral sense" (see conscience).

conscience(n.) c. 1200, "faculty of knowing what is right," originally especially to Christian ethics, later "awareness that the acts for which one feels responsible do or do not conform to one's ideal of right," later (late 14c.) more generally, "sense of fairness or justice, moral sense."

This is from Old French conscience "conscience, innermost thoughts, desires, intentions; feelings" (12c.) and directly from Latin conscientia "a joint knowledge of something, a knowing of a thing together with another person; consciousness, knowledge;" particularly, "knowledge within oneself, sense of right and wrong, a moral sense," abstract noun from conscientem (nominative consciens), present participle of conscire "be (mutually) aware; be conscious of wrong," in Late Latin "to know well," from assimilated form of com "with," or "thoroughly" (see con-) + scire "to know," probably originally "to separate one thing from another, to distinguish," related to scindere "to cut, divide," from PIE root *skei- "to cut, split" (source also of Greek skhizein "to split, rend, cleave"). The Latin word is probably a loan-translation of Greek syneidesis, literally "with-knowledge." The sense development is perhaps via "to know along with others" (what is right or wrong) to "to know right or wrong within oneself, know in one's own mind" (conscire sibi). Sometimes it was nativized in Old English/early Middle English as inwit. Russian also uses a loan-translation, so-vest, "conscience," literally "with-knowledge."

Comment Re: As I recall plaque isn't necessarily bad. (Score 1) 70

You have more hope in diet...

I agree nutrition and exercise are the most important and best solutions even if the problem is lack of lithium in our diet.

The problem is our food is less and less vitamin and mineral dense every year.

Our soils are depleted of minerals, and hydroponic fertilizers typically contain even fewer.

It is sadly possible to eat exactly the foods you should, but still be vitamin/mineral deficient because of this.

I highly recommend a book called Soil, Grass, and Cancer. It's available from libraries free online as it's out of print. We've known for over 100yrs the connection between depleted soils, sick livestock, and sick people. The most effective treatment was fixing the soil, not supplementing the livestock, and not supplementing the people.

Submission + - Linux kernel could soon expose every line AI helps write (nerds.xyz)

BrianFagioli writes: As AI continues to reshape how software gets written, even the Linux kernel isnâ(TM)t immune to its influence. Sasha Levin, a respected developer and engineer at Nvidia, has proposed a patch series aimed at formally integrating AI coding assistants into the Linux kernel workflow.

The proposal includes two major changes. First, it introduces configuration stubs for popular AI development tools like Claude, GitHub Copilot, Cursor, Codeium, Continue, Windsurf, and Aider. These are symlinked to a centralized documentation file to ensure consistency.

Second, and more notably, it lays out official guidelines for how AI-generated contributions should be handled. According to the proposed documentation, AI assistants must identify themselves in commit messages using a Co-developed-by: tag, but they cannot use Signed-off-by:, which legally certifies the commit under the Developer Certificate of Origin. That responsibility remains solely with the human developer.

One example shared in the patch shows a simple fix to a typo in the kernelâ(TM)s OPP documentation. Claude, an AI assistant, corrects âoedontâ to âoedonâ(TM)tâ and commits the patch with the proper attribution:

Co-developed-by: Claude claude-opus-4-20250514
Levinâ(TM)s patch also creates a new section under Documentation/AI/ where the expectations and limitations of using AI in kernel development are laid out. This includes reminders to follow kernel coding standards, respect the development process, and understand licensing requirements. There are things AI often struggles with.

While some developers may see this as a helpful step toward transparency, others might argue that codifying AI usage in one of the most human-driven open-source projects sends the wrong message. Should kernel development really be assisted by tools that donâ(TM)t fully grasp the consequences of their code?

Levinâ(TM)s proposal doesnâ(TM)t change the development process overnight. For now, itâ(TM)s just a request for comments (RFC). But it does raise a bigger question: how much AI is too much when it comes to open-source code that runs on billions of devices?

Let us know what you think. Should Linux welcome AI assistants into the fold, or keep the kernel strictly human-made?

Slashdot Top Deals

Someday your prints will come. -- Kodak

Working...