Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment They are the only team trying to solve it (Score 1, Informative) 10

I have mixed feelings about the team behind the AI that called itself MechaHitler getting tons of taxpayer money

All of the large AI platforms have similar issues.

xAI is the only one opening admitting it happens and trying to resolve it.

So I'd rather give my money to them then a company pretending the well they are drawing training data from is not poisoned.

Comment Also up... gold and silver... (Score 1) 102

To me Bitcoin long term is still kind of iffy, but if you want something ELSE to help you escape the traditional monetary system, there is gold and silver which are also up quite a but for the year, even the past year, and moving higher.

You can also get crypto backed by gold or silver as well if you want an electronic form. Just make sure you get a form actually backed by real metals in vaults.

Comment Does it matter? (Score 4, Insightful) 43

Regardless of whatever budget Congress sets, the majority party has already been clear that they have no intent to enforce it. If the president uses the NASA money for something else, or even just puts it into his own personal pocket, we can be confident that he won't be impeached, and if impeached, he won't be convicted.

The only thing that matters is the total budget. The president is free to spend that total however he wishes. This isn't the law as written, but it's the law defacto. If voters have a problem with that (do they?) they can choose a different party to be the majority.

Comment Give me a real filter (Score 1) 30

I don't want to unsubscribe to this or that.

I want to give natural language filters like "I never want to see a political email again, from anyone"

Or maybe "If they make it sound urgent but it's not urgent at all, don't show it to me and remind me a week before the actual deadline if it's at all important".

As others have said, unsubscribe links often do not work and it's probably all the Gmail feature will use.

Comment Honestly who attacks the FSF? (Score 0) 34

LLM crawlers are understandable these days, but who on earth is actively trying to take the FSF down?

A bunch of heathen VIM users trying to stop people from accessing EMACS? What the heck?

Let's say you actually managed to take down the FSF website. Who would even notice or care? How would that help your hacker rep in any way? You'd be a laughingstock for making the attempt.

Comment I agree (Score 5, Insightful) 113

Yes AI may be generating a lot of code now. But you need someone to find where what was generated was weak, or inefficient.

Over time the quality of generated stuff will improve, but since so many companies are generating a lot of code today that is a LOT of technical debt that is building up rapidly.

I especially agree that now is the time to round out your skills - as stated, study design, study platforms you connect to but do not develop on. Study AI tools, find out when they work for things you work on and know well - and when they do not.

Good luck out there everyone!

Comment Amusing conjunction (Score 1) 41

Kind of funny to see how AI's improve by re-writing themselves, following immediately a story from earlier today about humans being driven into psychosis by AI's.

This claims it uses empirical evidence to judge improvement but why would an AI not be as much a cheerleader for anything it does as it is for any human?

Comment Yoda's wisdom best again (Score 4, Insightful) 175

Just another example of why having watched Star Wars is such an important aspect of lifetime mental health...

When exploring deep philosophy with an AI and ending up down rabbit holes, Yoda's warning was always there to moderate you ahead of time...

Luke: "What's in there?"
Yoda: "Only what you take with you".

Comment Swift is more advanced... (Score 1) 44

Other than the SwiftUI framework, approximately everything that's in Swift was in Objective-C 5â"10 years ago.

Not the concurrency framework (GCD is not the same), SwiftUI doesn't have things like Swift structs, only supports integers enums, Generics, no guard statement. Also finer grained access control.

Mind you they have improved Objective-C over the years by bringing in some Swift features as Swift improved! Like nullability annotations.

I still do like Objective-C as a language but even with Swifts advanced areas and quirks, I still think it's more straightforward than Objective-C for newer users. And I think finally with the new beta version of Swift they have a concurrency model that is strong but also friendly enough for people to work with.

Slashdot Top Deals

Biology is the only science in which multiplication means the same thing as division.

Working...