Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
KlayLay
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
KlayLay
25d ago
What are you talking about? You can't operate on disk images with diskutil outside of the few commands diskutil image gives you. For example, if you need to check whether or not a disk image is encrypted, you can use hdiutil info and h
2.
▲
by
KlayLay
25d ago
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."
3.
▲
by
KlayLay
4mo ago
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 pushing back on
4.
▲
by
KlayLay
4mo ago
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 it. uv's default b
5.
▲
by
KlayLay
7mo ago
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).
6.
▲
by
KlayLay
8mo ago
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.
7.
▲
by
KlayLay
8mo ago
People still write applications in Objective-C (e.g., see Transmission [1]), and the language is still maintained to support the latest OS. If anything, Apple being the largest sponsor of Objective-C would suggest that you get greater vendo
8.
▲
by
KlayLay
8mo ago
It could be that energy is a lot cheaper in China, but it could be other reasons, too.
9.
▲
by
KlayLay
8mo ago
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 so rampant
10.
▲
by
KlayLay
9mo ago
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 jeopardy, it
11.
▲
by
KlayLay
9mo ago
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 the state is autho
12.
▲
by
KlayLay
9mo ago
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
13.
▲
by
KlayLay
9mo ago
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?
14.
▲
by
KlayLay
9mo ago
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 company. I
15.
▲
by
KlayLay
11mo ago
You don't need your programming language to implement generators for you. You can implement them yourself.
16.
▲
by
KlayLay
1y ago
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.
17.
▲
by
KlayLay
1y ago
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.
18.
▲
by
KlayLay
3y ago
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. That's why Mi
19.
▲
by
KlayLay
3y ago
Source for this? SwiftUI depends heavily on Apple/macOS-only APIs, both in use and design.