HN user

sparky4pro

-1 karma
Posts0
Comments25
View on HN
No posts found.

These horses have similar markings as the wild Kiger Mustangs in Oregon.

Kiger Mustangs are a distinct, protected population of wild, free-roaming horses found in the Steens Mountain region of southeastern Oregon. They are descendants of early Spanish horses and are known for their dun-colored markings.

This! Also, for new APIs Apple reduces (or does not provide) Objective-C documentation.

I really tried to love Swift, but in the end I ended up with 1 project using Swift/SwiftUI, and all the other apps I started to write, I rewrote in Zig or Rust, because the Swift compiler kept giving me vague error messages with no hint which Swift file was the culprit or/and which line/column the error was.

YMMV

Vibecoding #2 6 months ago

Suppose that when someone is retired, there is more time doing stuff, but time is running out…

If someone is in their 30’ or 40’ planning to work the next 5+ years on a project is no problem, even if it takes 10+ years in the end.

For the ones over 65 or older, it’s a different story…

This is not a macOS issue, it’s an app developer issue. If the app developer likes the behavior that the app still runs after closing the last app window, this is how the app will act. Some newer Apple apps close the application when the window is closed.

On macOS only the dock can be moved to the side. The application menu (left) and the statusbar menu (right) will always be on top of the screen. Which makes sense to me.

Why is Zig so cool? 9 months ago

Same can be said about other programming languages. Therefore the comment of yours has zero value…

Garrison Hinson-Hasty is writing a book about a programming language that is still in flux seems a little bit… hasty. Sorry, couldn’t resist…

Tried to use Swift outside Xcode and it’s a pain. Especially when writing CLI apps the Swift compiler chocked and says there is an error, mentioning no line number. Good luck with that. Also the Swift tooling outside Xcode is miserable. Even Rust tooling is better than that, and Swift has a multi billion dollar company behind it. What a shame…

This is a nice article as it triggers “think before you use it” mentality.

However, at the same time, it suggests the idea that rational thinking without any deep seated perception or hidden motivation is possible.

This is not possible.

Therefore, all greedy people in this field will push anything that gives them what they want.

They will never care if what they do or promote will help “mankind” to a long term beneficial direction.

I’m happy for you and everyone else who has had the same experience as you. I’ve saved my Swift CLI apps, so I might try it again when a new version comes out, hopefully they fixed such behavior.

I would like to work with a Swift version with reduced functionality (IMHO over time Swift became the same monstrosity as C++) but the embedded version cannot be used with “normal” operating systems only embedded ones. Why this artificial boundary? Apple…

Swift is usable (on Apple operating systems) if you use the add ons that Apple provides (like SwiftUI). Other than that… forget about it. Tried to use Swift for CLI apps (on macOS) and it failed miserably. The reason: after reaching a certain code size the Swift compiler is reporting vague syntax errors without line numbers. Unacceptable in 2025.