I think Daniel Stenberg's (of cURL fame) journey with AI reports is going to be repeated for every major project and many will not enjoy being subjected to it.
I read 2 or 3 books at once. I pick the one that fits my mood or my activity -- for example, I'll listen to a low effort audio book when out for a walk or when at the gym.
People are often surprised - "You're reading three books at once?! How do you keep track?". I normally point out that they're probably watching 5 different TV shows right now and they have no problem with that. It's not really different.
Shouldn't the compilers be on the bleeding edge of the standards? What is the downside of switching to the newest standard when it's properly supported?
It's the type of dog fooding they should be doing! It's one reason why people care so much about self-hosted compilers, it's a demonstration of maturity of the language/compiler.
You can send background push notifications which are delivered when the phone is ready for them. They don't deliver when the phone is low battery or in low battery mode. It's specifically made to reduce battery consumption.
Higher priority push notifications require a user visible UI element and ca be delivered regardless of certain low power situations.
> The agents may benefit from some training on tools available within their agents. This will certainly help with the majority of general CLI tools, there are bespoke tools that could benefit from adapting to LLMs.
When we were kids, just knowing music that wasn't on the radio made you "into music". Things were very different! The internet has really allowed music choices to be much more personal and I think it's a good thing. We have such a wide variety of music available to us now.
I've had some luck finding some TikTok creators who curate specific "vibes" and publish Spotify playlists. I think that's just how it's done now.
This change is a great change as so many Apps spy on your pasteboard. I think a lot of people are going to be shocked at how many apps peek into your pasteboard for both legitimate and illegitimate reasons.
It's sad that your app won't be as useable but I'd much rather have the universal pasteboard protections. It would be worthwhile if we had to specify a pasteboard access reason in the Info.plist, but that likely would require a new API because it would break all legacy uses of the current API.
You can introduce a dark theme for HN without feature flags or CSS upload. Support for `prefers-color-scheme` is widely supported in all the browsers[1]. It's how I handle it on my blog[2], I just swap out the colors based on the css selector.