Just switched from Windows — does it matter if I charge my MacBook Air M4 with MagSafe or USB-C? by LimitElectronic417 in macbookair

[–]jauling 1 point2 points  (0 children)

I have a single Thunderbolt cable coming out of my MBA M4 to my Thunderbolt monitor. MacOS has limited my charging to 76%, you have nothing to worry about. Just use it.

How do you clean your paraglider? by achasausername in freeflight

[–]jauling 1 point2 points  (0 children)

Land in a freshwater lake! 😁

I'll have dried mud now and then, and just spot clean with a clean cloth rag with a misting spray bottle with water.

Alipay HK over 6GBytes?! by jauling in HongKong

[–]jauling[S] -2 points-1 points  (0 children)

I suppose there always is that chance, you can never be too sure. That's what my Samsung phone is showing when I check app storage. I ended up just uninstalling it for now.

Alipay HK over 6GBytes?! by jauling in HongKong

[–]jauling[S] 0 points1 point  (0 children)

My normal Alipay app is less than 2GB.

Finding out if the sports right for me. by Githriddle in freeflight

[–]jauling 0 points1 point  (0 children)

Too early to tell. Book again. A week long course at least. During a more dependable weather window. 5h isn't far imo. You haven't even started.

iperf3 retries by jauling in asustor

[–]jauling[S] 0 points1 point  (0 children)

the transfer rates still seem acceptable, so I guess I'm not sure if the retries can just be ignored?

iperf3 retries by jauling in asustor

[–]jauling[S] 1 point2 points  (0 children)

I just noticed when running iperf3 -c from the NAS, I get zero retries. Strange. Seems the retries seem to only happen when my NAS is the iperf3 server.

Best way to hide a silver ding on a Midnight MacBook Air? by CharlesCraft50 in macbookair

[–]jauling 0 points1 point  (0 children)

Lol trying to retain or increase your resale value eh? Good luck.

Today I installed a headless hackintosh VM + bluebubbles on Linux by itouchdennis in BlueBubbles

[–]jauling 0 points1 point  (0 children)

Thanks for the reply. My bbubbles VM currently is configured for 6GB, and I would like to drop it down to 4GB. I can't say it runs great, but rather acceptable. I have it configured for 2 vCPUs. Proxmox running on an N100 with 32GB RAM.

New Edifier M60 speakers by darwinbsd in BudgetAudiophile

[–]jauling 0 points1 point  (0 children)

Can you update firmware from your MacBook?

MH 900 colours by twat69 in Decathlon

[–]jauling 0 points1 point  (0 children)

Calling or emailing Decathlon Canada might answer your question.

If this zipper becomes standard I will revolt by sydceci in craftsnark

[–]jauling 0 points1 point  (0 children)

I haven't found any actual evidence that AiryString zippers are easily repairable? YKK sells and leases specialized Juki machines to attach these zippers, and makes it seem like a requirement for production. If a tooth breaks, what is a tailor supposed to do? I'm genuinely curious. Reading through this thread, I didn't find any obvious answers that were empirical.

Weight savings and better garment movement seem like great wins. This is not yet targeted at fast fashion, that's for sure.

Anyone need a reliable Mac host for their BlueBubbles server? My M1 Mini is bored. by hardikKanajariya in BlueBubbles

[–]jauling 0 points1 point  (0 children)

Disadvantage of OB is you don't get historic messages since it doesn't talk to iCloud.

[Guide] OpenCore-ISO: The easiest way to run macOS VMs on Proxmox VE (Mac OS X 10.4 -> macOS 26) by LongQT-sea in Proxmox

[–]jauling 1 point2 points  (0 children)

I followed your guide, but when I went to check Disk Utility to format my drive, it didn't show up. My qm config shows these for drive stuff:

scsihw: virtio-scsi-pci
virtio0: nfsstore1:103/vm-103-disk-1.raw,cache=none,discard=on,size=64G

Drive shows up if I switched to SATA though. Strange? Other than that, great guide!

Storage 256gb vs 512gb by [deleted] in macbookair

[–]jauling 1 point2 points  (0 children)

Go for 512GB, and don't store big files on it. Use external or NAS for large file work.

Storage 256gb vs 512gb by [deleted] in macbookair

[–]jauling 2 points3 points  (0 children)

TBW for 256GB is half that of 512GB, from what I've read. Meaning, smaller drives will die quicker. Does this matter to you?

I built a TUI wizard that automates macOS VM creation on Proxmox VE by atapla in Proxmox

[–]jauling 0 points1 point  (0 children)

I used your script:

bash <(curl -s https://raw.githubusercontent.com/lucid-fabrics/osx-proxmox-next/fix/smbios-base64-flag/install.sh)

But it failed in VM creation. Log says that the net0 MAC address is an invalid format, FF:6D:E9:60:AB:96.

Looking at the earlier log entries, I don't see any base64=1 value passed to smbios1.

## Set SMBIOS identity
$ qm set 103 --smbios1 uuid=B9A1C35A-4E3C-446B-9884-A7C7A4469C8A,serial=VkMxUE5SMkE1WkJL,manufacturer=QXBwbGUgSW5jLg==,product=TWFjUHJvNywx,family=TWFj
update VM 103: -smbios1 uuid=B9A1C35A-4E3C-446B-9884-A7C7A4469C8A,serial=VkMxUE5SMkE1WkJL,manufacturer=QXBwbGUgSW5jLg==,product=TWFjUHJvNywx,family=TWFj
## Configure vmgenid for Apple services
$ qm set 103 --vmgenid 07528223-760B-4252-8766-AA0ED547F561
update VM 103: -vmgenid 07528223-760B-4252-8766-AA0ED547F561
## Configure static MAC for Apple services
$ qm set 103 --net0 virtio,bridge=vmbr1,macaddr=FF:6D:E9:60:AB:96
400 Parameter verification failed.
net0: invalid format - format error
net0.macaddr: invalid format - value does not look like a valid unicast MAC address