Viewing profile — KlayLay
KlayLay
HN member- Joined
- Fri, Nov 26, 2021, 3:05 AM UTC
- HN karma
- 35
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About KlayLay
No profile information was provided.
Recent public activity
-
comment
Comment #48261391
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 knowi…
-
comment
Comment #48230292
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 …
-
comment
Comment #46907807
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).
-
comment
Comment #46847783
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.
-
comment
Comment #46841975
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 spo…
-
comment
Comment #46768055
It could be that energy is a lot cheaper in China, but it could be other reasons, too.
-
comment
Comment #46720697
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…
-
comment
Comment #46387123
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…
-
comment
Comment #46386839
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 som…
-
comment
Comment #46386441
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 c…
-
comment
Comment #46381372
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?
-
comment
Comment #46379793
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…
-
comment
Comment #45726017
You don't need your programming language to implement generators for you. You can implement them yourself.
-
comment
Comment #45314844
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…
-
comment
Comment #45022786
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…
-
comment
Comment #36374028
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 somethin…
-
comment
Comment #35804615
Source for this? SwiftUI depends heavily on Apple/macOS-only APIs, both in use and design.