I switched during windows 10 and I had several friends switch after win7 wasn't supported. In hindsight I should have spent the few weeks to learn linux and switched back then too
This guy is older than I am and writes much worse than I do. Maybe AI 'helps' but the writing of this post is terrible and I was left wondering if he has a learning disability and if AI can help with that
Writing is ultimately just a communication tool. I think the author communicated their ideas effectively. I don't think that it is necessary or appropriate to speculate whether or not they have a learning disability.
Right. If writing is thinking, the OP's thinking is still muddled. Maybe it has improved, or maybe it hasn't, but I don't think we should take advice about how to improve from one who has failed to improve very much.
I guess it's not hard to use AI to improve your productivity by 10x when your code is written by 0.1x devs. It's embarrassing an OSS fixed their problem before they did after all that money they raised
I once on a project where we couldn't use third party libs. We needed a substring search but the needle could be 1 of N letters. My teammate loves SIMD and wanted to write a solution. I took a look at all of our data and the most strings were < 2kb with many being empty and < 40 letters. SIMD would have been overkill. So I wrote a simple dumb for loop checking each letter for the 3 interesting characters (`";\n`)
Once in a while projects like pgrx, or xous come along that really beat the pack as far as Rust projects are concerned. Actually delivering novel capabilities
They mention funding projects like 'File Pilot' but it doesn't seem like file pilot will be the first project they'll fund. They didn't mention what % will be going to events and I personally don't want to fund those
The social justice company that laid off many engineers, has questionable finances, and been subsidized by google enough (google needs them to exist) that they became dysfunctional? You're not helping your case WASM never fulfilled it's promises either
> Their view of the world was too high-level. If all you know is React, you have no choices—you can only use React, or meta-frameworks on top of React. But the lower level you can go, the more the tree opens up to you.
This is quite honestly the stupidest thing I ever read, and I read a lot of uncle bob