Warwick McNaughton

Results 8 comments of Warwick McNaughton

@MdeLv thank you for your comments. I am also new to this and was struggling. Your comments were helpful. Information I have since found useful: 1. Dario's explanation of statement...

> Please tell me where you can read reviews about this system? I developed some documentation for Helios. This includes a fairly comprehensive list of academic literature that has reviewed...

Did a bit more prodding. ASWebAuthenticationSession inherits directly from NSObject (the root object) so there is no access to any sophisticated network methods (such as setting the http header origin)....

If you were using Apple virtualization your issue might be fixed by this pull request: https://github.com/utmapp/UTM/pull/5919

I think wait until PR is merged. In the meantime I am using [Cirruslab Tart](https://github.com/cirruslabs/tart/pull/675) which is a command-line app for Apple virtualization. It meets my needs for linux. I...

Can confirm tart works perfectly for me (see [reference to cirruslabs/tart](https://github.com/cirruslabs/tart/pull/675) above). No disk corruption after two days. Tart uses NVME disks. Host: Sonoma 14.2.1. Guest: Ubuntu 24.04 (Noble Numbat)....

My experience has been the same until upgrading the Linux kernel after reading this: https://www.techradar.com/news/linux-kernel-62-is-here-and-it-now-has-mainline-support-for-apple-m1-chips. On M1, Sonoma, using Ubuntu 23.10 (Mantic), Linux kernel 6.5, it is reasonably stable. Unfortunately...

Just in case you haven't come across it, AsahiLinux are working on the linux kernel specifically for Apple silicon purposes. The specific features they are working on are listed [here](https://github.com/AsahiLinux/docs/wiki/Feature-Support)....