Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

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 Re:Will this make glowing watched cheaper? (Score 2) 51

If you want a fusion power reactor, by far the most viable fuel is D+T. You'd need orders of magnitude more tritium than is could ever be extracted from trace fission byproducts.

The idea to obtain this much tritium is to use the extra neutrons from the fusion reactor itself to breed it from lithium. This is supposedly a demonstration of that process.

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) 174

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 Re:Resonate with customers (Score 1) 79

This was a pre-emissions model (the car wasn't new when I got it). The only pollution control I remember it having was a PCV valve. After adjusting net vs gross HP, the 5.7L engine was rated for similar power as my current (non turbo) 2.5L. It also probably burned through 2.5X the fuel, and produced orders of magnitude more smog.

The new car is probably heavier, but I assume that a wider power band and more efficient transmission give my current car the overall edge in performance specs. The old car probably had better bottom-end torque, so it could do burnouts easier. That, along with the loud noise, rattling chassis and very scary handling characteristics probably made it feel faster than the current car, but that's nothing but psychology.

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.

Comment But that is what Swift is... (Score 0) 44

Sometime, if we are lucky, we will get a small programming language that does not collect new features every year just for the sake of progress

Swift does get new features every year but I would argue most have been good quality of life, or quality of code improvements. Especially the latest changes around concurrency are really good.

Avoiding the pyramid of 500 third-party packages for a mid-sized application is a good thing.

Totally agree but that is where Swift has been really great! It is VERY practical now to build a medium to large application with only handful of third party packages. That was very much not the case 5-10 years ago. If you look at any modern Swift app it looks nothing like the swirl of madness that is a modern React application.

Slashdot Top Deals

If the human brain were so simple that we could understand it, we would be so simple we couldn't.

Working...