3 ms·
Strong StackOverflow "don't do anything new, god forbid you may actually learn something" vibes On "Hacker" News of all places :)
by 999_cirno 3mo ago
Strong StackOverflow "don't do anything new, god forbid you may actually learn something" vibes
On "Hacker" News of all places :)
- ben_w 3mo ago> don't do anything new, god forbid you may actually learn something vs > vibe code your own wrapper around the OS API
- 999_cirno 3mo agoIn fact, I suggest reviewing the documentation to assess your own level: https://developer.apple.com/documentation/virtualization/running-macos-in-a-virtual-machine-on-apple-silicon https://developer.apple.com/documentation/virtualization/run... If the below sounds too complex to work with, can review more basics first. Can start with a Swift tutorial virtualMachine.start(completionHandler: { (result) in if case let .failure(error) = result { fatalError("Virtual machine failed to start with \(error)") } })
- DrewADesign 2mo agoStrong “I’ve never had to deal with serious security problems stemming from a weird edge case, so this all seems silly to me” vibes.