Forgot your password?
typodupeerror

Comment Re:Welcome (Score 1) 112

user-replaceable batteries should be much simpler to replace, not advance phone surgery

I for one, do not want my iPhone to become as thick as my old time Motorola flip phone that had replaceable battery....

I run my phones for at least 6 years it seems....before I upgrade and toss the old one, or keep it as a camera for some use....but no, with they way phones are and how long battery life currently is, etc....I don't need user replaceable with all the negatives that brings with it...

Comment Re:Good (Score 1) 71

If you are upset about LGBT+, well, do you feel that men should be able to have their own preference in women who are blondes, brunettes, redheads, shorter, taller, different body types? How about women having the right to prefer men with a different build, skin tone, etc, are you against THAT? So, people should also have their own preference when it comes to sexuality, like it or not, it's the same exact thing, personal preference in who they are attracted to. Or, do you feel that everyone should have the exact same preferences?

I don't care what your preferred form of sexual friction is....

I just don't want it being flaunted and taught to grade schoolers...they aren't sexual, they don't need to know about boys sucking cocks...

I may not agree with it, but it is a free country and fuck who you want to fuck as an adult, plain and simple.

I don't, however, need to feel forced to play someone else's "games" with pronouns. You can pretend to be a woman or man or poodle, fine with me, but don't expect me to learn or respect the rules of what your pronoun are.....if you are going to be at the fringes of society, it's up to YOU to deal with it, not me.

A big part of "woke" is having to deal with stupid shit like I mentioned above.

Especially exposing kids to it....keep them out of it and allow innocence to survive as long as it can with them.

Comment Re:Maybe now we can finally get rid of COBOL? (Score 1) 28

It's certainly possible to translate COBOL source into another computer language of your choice, although I'm not sure LLMs are the best tool for that job. An LLM might be able to give you more readable post-translation source code, but traditional machine translation would give you post-translation source code that works correctly, which is probably more important.

Comment Re:adblock and privacy badger (Score 1) 111

The important thing is that some dingbat academician got a publishing credit.

I was going to say that I never thought the day would come when anti-intellectualism when come to slashdot, "news for nerds, stuff that matters." And then I noticed your slashdot id is even lower than mine, so you've been here a while.

A stark reminder that things aren't actually getting worse, the idiots have always been among us.

Comment Re:Meta has an AI? (Score 1) 52

With the growing ability to run local models at home on your own hardware, especially if you have Apple Silicon computers....I'm wondering if soon we'll see a LARGE drop in subscriptions to the Frontier models?

From what I'm seeing these local models can do what about 98% of the populace needs....and you aren't sharing your data with a corporation that is just sucking up all your data into their AI?

Comment Re:I don't currently use Rust (Score 1) 168

This is why C code is bad, because C programmers never ask themselves, "How do I not leak memory?"

Another way to phrase that would be, "This is why C code is bad, because C programmers are expected to understand the rules about how to not leak memory, but there is no mechanism to enforce that requirement".

... and to their credit, eventually some of them do figure it out, and after that they (mostly) write good C code that doesn't leak. However, that doesn't change the fact that at any given moment there are millions of unseasoned C programmers out there who haven't reached that point yet, and who are nevertheless writing leaky code which gets put into production and causes trouble; and new C programmers appear every day. It's the Eternal September problem, applied to memory management.

So either (a) we ban C programmers from pushing to production until they've had at least 5 years of experience, or (b) we find some means to flag their errors at build-time, or (c) we live with the status quo messiness indefinitely. Linux is going with Rust as their mechanism for implementing plan (b).

Comment Re:What's the benefit of Rust here though? (Score 1) 168

If you have access to a God-tier LLM that you can rely on to find every bug, I think that could work.

However, I don't think anyone in the Linux community is ready to trust LLMs to that extent just yet. Not only are they quite fallible, they are also non-deterministic -- so if you ask your favorite LLM to find the bugs in the code, and it doesn't find any, and then you feed it the exact same prompt again, it might find some on its second attempt. So how do you know when to stop re-asking?

LLMs are currently constituted are very useful for finding bugs, but not so useful for guaranteeing that no bugs remain.

Slashdot Top Deals

"Flattery is all right -- if you don't inhale." -- Adlai Stevenson

Working...