Forgot your password?
typodupeerror

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

I agree with everything but "this is the purpose of making functions as small and single-purpose as possible and antithesis of C++ classes". A class has no relation at all with a function size. Class is just an abstraction to group similar functions and variables, similar to a C interface.
Small and scoped function/procedure/method/put-here-how-you-reuse-code is a must have on any language.

Comment Just some additional details (Score 3, Informative) 34

Brazilian here. Pix requires a bank account. And it's an interoperability protocol ruled by the governement, so each bank has to update it's own system to "talk" to the pix system. Yet, still revolutionary, because (aside a bank account), it requires only a mobile. So every single person that was using cash payment because they're not eligible to handle any kind of card, uses it. Yes, a huge success.

Comment He is 50% right (Score 1) 147

He is just wrong about who will be surpassed. Considering that AI is based on human output (until some time ago), and that now most open source repos are consisting of low quality AI shit, AI will be feeded with crapy code generated by AI. So, basically, AI coding is at its peak right now.

Comment Is people really using notebooks for AI? (Score 1) 75

I know that the main Apple motivation is to massage the investors, but is people really using their Macs to run local LLMs? (Genuine question, I have no idea). Another question: are software that have real AI capabilities using those NPUs or just exchanging data with company servers?

Slashdot Top Deals

Weekends were made for programming. - Karl Lehenbauer

Working...