Forgot your password?
typodupeerror

Comment Re:ok cool (Score 1, Insightful) 139

There are some people who just can't be rehabilitated.

No that is too strong a claim. The best you can say is, "There are people we don't know how to rehabilitate."

Our understanding of the brain and psychology is so weak that over the next century or so, our knowledge is going to increase dramatically. Not long ago, people were seriously doing lobotomies (there's an argument to be made that we are still doing it today, but with chemicals. Certainly our understanding and treatment of ADHD will improve dramatically in the future, and what we do now will seem archaic if not barbaric).

Comment ok cool (Score 3, Interesting) 139

America's state prison systems need ways "to keep people from returning to prison,"

A noble and excellent goal. 90% of Americans can support this (the others are profiting from it).

bring together prisoner data from its disparate sources into digital dashboards. From there, corrections staff can see information — such as court records and notes from parole-board hearings — about a prisoner or parolee all in one place.

Ok, sounds like a great thing for computers to do. If they can get AI to help, then great. (Note: the AI isn't going to open manila folders).

The company says its efforts are working: Recidivism has fallen 16% in the prison population its systems track. It is the result of "just streamlining these workflows and knitting someone's journey together end to end,

Sounds like they are not releasing people with a high risk of recidivism. In other words, they haven't fixed the problem of recidivism, they've just kept people in jail longer.

Comment Re:Now hold on a second! (Score 1) 34

I feel like the Elon Musk trade is fairly straightforward.

People buy the stock because they trust Elon Musk, and his companies are good enough to continually increase profits or revenue (that is, he's good at avoiding things that scare away investors). Because of that, the stock will continue to go up until Elon dies or retires.

When Elon dies, that's the sign to sell.

Comment Re:C (and here are somemore chars to satisfy the b (Score 1) 39

I expect SystemD was originally created because someone looked at Apple's LaunchD and decided they wanted a GPL-compatible alternative

This kind of thing should be encapsulated in a macro or function so you don't make mistakes.

Using the raw stdlib string library will cause security problems. These can be avoided 100% by using custom string functions.

Comment Re:Give my my SysVInit (Score 4, Insightful) 150

Further to that systemd is highly modular. Most of it does not run in PID 1. On my fedora system there are half a dozen individual systemd module packages that can be used or not as the system needs and is designed. systemd is not at all monolithic.

The only people who say that haven't actually looked at the source code, or are liars. I don't know which one you are.

At least you didn't say "Systemd is small", which it isn't.

Comment Re:Does systemd want to wish us happy birthday now (Score 4, Interesting) 150

It's possible the systemd team sees the field as a way to make their software more "sticky." If the data gets stored by systemd, then systemd because a little harder to remove.

That is a horrible development strategy for good software, but it does make the software more likely to remain. The Darwinistic incentive is there for enshittification.

Slashdot Top Deals

"Free markets select for winning solutions." -- Eric S. Raymond

Working...