• 53 Posts
  • 266 Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle



  • “We’re not discussing specific roadmaps at this time, but the collaboration is complementary to Intel’s roadmap and Intel will continue to have GPU product offerings,” Intel told PCWorld, reiterating the commitment that Intel’s Michelle Johnston Holthaus made before she abruptly left the company.

    I don’t see any commitment in that statement. Indeed it seems carefully worded to avoid making any particular commitment.



  • These people suffer from a severe lack of imagination. Raised to pursue success along a solitary economic metric, they ignore all arts and sciences extraneous to that pursuit. They treat the world outside their interests like a children’s game they’re not really into. Their wealth insulates them from friction so effectively there’s no incentive or pressure for them to develop an imagination, or diversify their knowledge to the point where an imagination might emerge on its own.

    That’s the startling thing about these tech guys: they are utterly oblivious to life outside of their extremely narrow little domain, and they occupy that domain largely because they never had the imagination or curiosity to look past it. The Silicon Valley milieu they grew up in told them that success consisted in this one thing, and they just swallowed the story and dedicated their lives to it without ever pausing to question, investigate or think for themselves. They buy into ideologies without ever exploring alternatives. They condemn the humanities with no understanding of them, and no interest in learning. They constantly attempt to solve philosophical, existential or cultural problems with technology, because they don’t even notice that they’re not engineering problems. These are dull people, the sort who’d stockpile art as an investment and status symbol without ever looking at it for more than a few seconds. They’re rich financially but in other ways everyone can see how impoverished they are except them.










  • It depends how you’re using it. I use it for boilerplate code, for stubbing out classes and functions where I can tell it clearly what I want, for finding inconsistencies I might have missed, to advise me on possible tools and approaches for small things, and as a supplement to the documentation when I can’t find what I’m looking for. I don’t use it for architecting new things, writing complex and specialized code, or as a replacement for documentation. I feel like I have it fairly well contained to what it does well, so I don’t waste my time on what it does badly, and it isn’t really eating away at my coding brain because I still do the tricky bits myself.