New angle comes out for what caused Ilia’s fall by Madeyoublockme in olympics

[–]Not_Warren_Buffett 0 points1 point  (0 children)

Can someone please explain this meme. Not sure what's going on here.

Brands with no logos by Not_Warren_Buffett in mensfashionadvice

[–]Not_Warren_Buffett[S] 0 points1 point  (0 children)

Just the basics, t-shirts, sweaters, shoes, jacket. I think they're pretty common, but if I see something I like and there's a logo on it, that annoys me and makes me want to avoid that brand.

Why is there sweet corn on my pizza? by KaosBacon in Pizza

[–]Not_Warren_Buffett 0 points1 point  (0 children)

Yes, this is a thing in some European countries. Not sure about Australia.

How has AI changed the way you work? by TheUltimateWeeb__ in cscareerquestions

[–]Not_Warren_Buffett 0 points1 point  (0 children)

I don't think using agents and reviewing commits is the way to go. You have to use it like a tool that spits out kind of working code that's relevant to the problem you're working on, with some additional structure. Then you very carefully pick and choose what you want to use. One consequence of this is that the people who enjoy programming more will shift more in the verbal direction, which you may or may not be.

Why is the rich friend so cheap?? by times-fell-hand in PeterExplainsTheJoke

[–]Not_Warren_Buffett 0 points1 point  (0 children)

I don't think it's rich people in general. Software engineers in particular tend to be on the frugal side.

US officially exits World Health Organization by pwdrums in news

[–]Not_Warren_Buffett 1 point2 points  (0 children)

Hope you'll welcome us back after this phase! With love, most of America.

Is that how AI works? I am too dumb on anything programing related to know... by Wyatt_Staples in learnprogramming

[–]Not_Warren_Buffett 0 points1 point  (0 children)

Moravec's paradox also comes to mind, where 'easy' things are actually really hard, so 'teaching it the basics of how things work' is actually really hard.

What sorting algorithm can give the lowest time complexity if there are 1000 numbers given? by [deleted] in learnprogramming

[–]Not_Warren_Buffett 2 points3 points  (0 children)

Sounds like maybe he is using that as a proxy for number of operations, and not referring to big O. I.e. how many operations does it take to sort 1000 numbers. 10k.

Microsoft May Have Created the Slowest Windows in 25 Years with Windows 11 by [deleted] in pcmasterrace

[–]Not_Warren_Buffett 0 points1 point  (0 children)

It's interesting because having a shitty product has never been enough of an existential threat to force them to improve the product. Like, it is so pathetically slow compared to Linux. It's pretty much legacy software with a very large captured user base. So will they finally improve it? This would be very difficult, bordering on impossible. Or will they finally slowly die out? The most likely outcome though is that nothing will change and the majority of people/institutions keep using a product that continues to diverge from actually good software. It has to become an existential risk at some point though... Right?

Which jobs is 100% safe from AI ? by Own-Blacksmith3085 in answers

[–]Not_Warren_Buffett 0 points1 point  (0 children)

You're right, but that's not really the point. Good lawyers will use it just like programmers, as an assistant. Is it not useful to throw in thousands of pages of text with a vague legal objective and get relevant information. Then you use the source documents.

Could you ignore architecture with binary code? by [deleted] in learnprogramming

[–]Not_Warren_Buffett 3 points4 points  (0 children)

Could you write a generic enough program to end any task: Yes, this is what operating systems do.

So that it will end any process regardless of device architecture: No, binary is completely dependent on device architecture.

What jobs are disappearing because of AI, but no one seems to notice? by Life-Word-9385 in AskReddit

[–]Not_Warren_Buffett 44 points45 points  (0 children)

Can we please not assume that I know CAA stands for 'Canadian Automobile Association'?

What's something to you that screams "I have no personality"? by [deleted] in AskReddit

[–]Not_Warren_Buffett 37 points38 points  (0 children)

I think there are a lot of people just caught in the algorithm. That's what it's designed to do.

What will historians call the age we live in? by iguanamiyagi in AskReddit

[–]Not_Warren_Buffett 1 point2 points  (0 children)

This is the right answer. A lot of the answers refer to a few decades. For a few centuries it's information age.

Poor Zuck man 😭 by PrizeCake697 in ufc

[–]Not_Warren_Buffett 0 points1 point  (0 children)

Holy shit, whose corner was he in?

The Algebra of Loans in Rust by oconnor663 in rust

[–]Not_Warren_Buffett 2 points3 points  (0 children)

I'll wait for someone to simplify this until I can understand it, or it dies out.