`diskutil` is for disks (e.g., volumes) while `hdiutil` is for disk images ("file system as a file"). They're not two versions of the same thing, so it doesn't make sense to dub deprecating `hdiutil` as "progress."
I've found a common giveaway of AI writing to be having many unnatural pauses in sentences. For example, A good architect’s most important skill isn’t designing systems. It’s knowing which systems not to build. It’s…
Semantic versioning is about versioning individual dependencies, no? The issue here seems to be about transitive dependencies, where different versions of the same package is used by multiple packages which depend on…
I agree that SQLite requires less maintenance, but you still need to vacuum to prevent the database file from accumulating space (for apps, I run VACUUM at startup).
Yes, but does anyone today really do that? The only value I see out of Objective-C on its own is as a performant and compromising Smalltalk.
It could be that energy is a lot cheaper in China, but it could be other reasons, too.
Side note, but thanks for the note about not using AI to write your articles. I'm tired of looking for information online, finding an article that may answer it, and not being sure about the author's integrity (this is…
I wouldn't consider any country in particular to be 'good if push comes to shove,' given that most exist to promote an environment where companies can easily make money. If a state feels like its status may be in…
The question is whether or not American companies like Apple are controlled by the US government. Do you genuinely believe that, just because you can go to a court, that you're somehow free of control? Whether or not…
Believe it or not, that's the case I was thinking of when I asked, "just because they're allowed to criticize them?" A multi-national corporation like Apple having the freedom to criticize the US government doesn't mean…
Yes, but that's the case for any company under any state. Do you believe that Apple is not under the US government's control just because they're allowed to criticize them?
Last time I checked, China's state-owned enterprises aren't all that invested in developing AI chatbots, so I imagine that the amount of control the central government has is about as much as their control over any tech…
You don't need your programming language to implement generators for you. You can implement them yourself.
In my experience, software decoding AV1 requires a lot more CPU utilization than the equivalent for H.264 (~90% on your average 1080p video). It would likely be a death sentence to support on older devices.
In my experience, DB Browser for SQLite keeps the connection open in a way where an application that accesses the database may throw a lock error. Maybe it can be configured, but I haven't had that issue with Base.
Personally, I use Swish for this [1], but the reason is probably because of the intended audience. Window snapping requires you to organize your windows yourself, which is something they clearly don't want you to do.…
Source for this? SwiftUI depends heavily on Apple/macOS-only APIs, both in use and design.
`diskutil` is for disks (e.g., volumes) while `hdiutil` is for disk images ("file system as a file"). They're not two versions of the same thing, so it doesn't make sense to dub deprecating `hdiutil` as "progress."
I've found a common giveaway of AI writing to be having many unnatural pauses in sentences. For example, A good architect’s most important skill isn’t designing systems. It’s knowing which systems not to build. It’s…
Semantic versioning is about versioning individual dependencies, no? The issue here seems to be about transitive dependencies, where different versions of the same package is used by multiple packages which depend on…
I agree that SQLite requires less maintenance, but you still need to vacuum to prevent the database file from accumulating space (for apps, I run VACUUM at startup).
Yes, but does anyone today really do that? The only value I see out of Objective-C on its own is as a performant and compromising Smalltalk.
It could be that energy is a lot cheaper in China, but it could be other reasons, too.
Side note, but thanks for the note about not using AI to write your articles. I'm tired of looking for information online, finding an article that may answer it, and not being sure about the author's integrity (this is…
I wouldn't consider any country in particular to be 'good if push comes to shove,' given that most exist to promote an environment where companies can easily make money. If a state feels like its status may be in…
The question is whether or not American companies like Apple are controlled by the US government. Do you genuinely believe that, just because you can go to a court, that you're somehow free of control? Whether or not…
Believe it or not, that's the case I was thinking of when I asked, "just because they're allowed to criticize them?" A multi-national corporation like Apple having the freedom to criticize the US government doesn't mean…
Yes, but that's the case for any company under any state. Do you believe that Apple is not under the US government's control just because they're allowed to criticize them?
Last time I checked, China's state-owned enterprises aren't all that invested in developing AI chatbots, so I imagine that the amount of control the central government has is about as much as their control over any tech…
You don't need your programming language to implement generators for you. You can implement them yourself.
In my experience, software decoding AV1 requires a lot more CPU utilization than the equivalent for H.264 (~90% on your average 1080p video). It would likely be a death sentence to support on older devices.
In my experience, DB Browser for SQLite keeps the connection open in a way where an application that accesses the database may throw a lock error. Maybe it can be configured, but I haven't had that issue with Base.
Personally, I use Swish for this [1], but the reason is probably because of the intended audience. Window snapping requires you to organize your windows yourself, which is something they clearly don't want you to do.…
Source for this? SwiftUI depends heavily on Apple/macOS-only APIs, both in use and design.