• 0 Posts
  • 575 Comments
Joined 2 years ago
cake
Cake day: November 13th, 2023

help-circle



  • Dear Microsoft CEO and C-suite people.

    Push back on your investors now before it’s too late. AI features are ruining your product and its image.

    A lot of companies are tied in up this AI bubble and Microsoft is not too big to fail in this regard. Your customer-base has gotten by just fine without AI and invasive screen-capture technology used to support it, for decades at this point. Most people see your product as an operating system: a product designed to support other products. They do not want more capabilities from it, and have come to rely on good support for hardware compatibility, stability updates, performance updates, and most importantly, security updates. It is the darling of OEM PC installs, and government and commercial enterprise continue to renew their site licenses because of it. These are the core features that will continue to bring value and keep people on your platform, not AI.

    If you firmly believe that agentic AI is the future, make it an optional installable product or a completely distinct operating system altogether. This is strategic since it has radically different marketing needs than Windows or Windows Professional, and supports a distinct subset of your overall install base. Foisting this feature set on your existing users is doing nothing more than artificially inflate adoption numbers, and you’re risking the entire enterprise to think your investors don’t already know this. It’s not smart, it’s not even brinksmanship or a bold technology decision. It’s reckless.











  • TL;DR: viable last-ditch option would resemble Highlander 2 in terms of putting one corporation in charge of “protecting” the planet.

    Okay, so I was keeping the idea of using deliberate “global dimming” in my back-pocket just so it wouldn’t worm it’s way through the zeitgeist. It’s a viable last-ditch option, but it comes with steep drawbacks. But since we’re here now, fuck it.

    We already know that, thanks to requiring shipping vessels to use low-sulfur fuel, cloud seeding can actually reduce solar gain. The problem is that it also blocks out a lot of the light needed for photosynthesis. So this approach punches down on the environment in a completely different way. As for people, while global warming will absolutely impact agriculture, so would less sunlight.

    https://www.carbonbrief.org/analysis-how-low-sulphur-shipping-rules-are-affecting-global-warming/

    So we could just use airplanes and cloud-seeding. Or we could increase particulates in the atmosphere. Or, as Elon suggests, fly satellites to do the job. The tradeoffs here are awful: disrupt where rain happens, raise lung cancer risks globally, or catapult one man into multi-trilliionaire status while they charge every government on earth for the privilege. Plus, each of those options are more or less forever if we never get around to carbon sequestration that actually works.

    We should seriously considering doing anything else first.

    Edit: I know I didn’t invent this idea. Rather, I just didn’t want to add to any consensus around it.



  • NGL, writing pure functions in Rust is fantastic. Writing responsible code that handles all the error conditions turns the “happy path” into hamburger. Even with the ergonomics of Result, Option, and even ?, code just sprawls and becomes a readability tradeoff. I’m only a few months into Rust at this point, and I have a lot to learn, but it’s tempting to just .unwrap() and .expect() where I think it’s unlikely to fail.