I hereby claim:
- I am caccialdo on github.
- I am caccialdo (https://keybase.io/caccialdo) on keybase.
- I have a public key ASDTocQA-rfod-Dh2uG-Bmnw33WcY9t-KCfwRpbsMpEDmgo
To claim this, I am signing this object:
| (function () { | |
| // Creation V1 | |
| console.time('v1'); | |
| var s = document.createElement('select'), | |
| i, html = ''; | |
| s.multiple = true; | |
| for (i = 0; i < 5000; i++) { | |
| html += '<option selected value="' + i + '">id #' + i + '</option>'; | |
| } | |
| s.innerHTML = html; |
| /*jslint vars:true, regexp: true*/ | |
| /*global copy*/ | |
| (function () { | |
| var svg = document.querySelector('svg'), | |
| styles = [ | |
| 'stroke-width', | |
| 'color', | |
| 'stroke', | |
| 'fill', |
I hereby claim:
To claim this, I am signing this object:
| # Prerequisite: openssl | |
| openssl req -subj '/CN=example.com/O=Acme Inc/C=UK' -new -newkey rsa:2048 -sha256 -days 365 -nodes -x509 -keyout sslCertificate.key -out sslCertificate.crt | |
| sudo security add-trusted-cert -d -r trustRoot -p ssl -k /Library/Keychains/System.keychain sslCertificate.cer |
|
Note
|
As of June 2024, Snapdragon X Elite devices are still very new and support for installations
of Windows on ARM by the consumers is not (yet) as straight forward as "burning" an ISO file
supplied by Microsoft onto a USB drive like for their x86 counterparts.
Currently, the only way to get a USB device to boot is to use an EFI partition created
with diskpart or a WinPE boot drive.
|
Run via:
irm "https://gist.githubusercontent.com/caccialdo/d26e89e9eb7b697811c4207e856d8d45/raw/win-iso-splitter.ps1" | iex