Misc links & stuff
Here I have reference materials and links that I don’t want to have on a post, nor featured on the Misc page… In essence, stuff I need to check from time to time but not that relevant on this site.
Pages
Stuff under that is useful every so often.
- Jekyll Markdown reference and its source
- IPv6 test
- Hashcash demo. now in WebAssembly
Unimportant sites
Sites I developed but its quality is “not even beta” or other throwaway stuff
- Codenames board game clone. For playing online during Corona
- It works on XP, a collection of software for Win XP
- WebAssembly samples
Microsoft Surface
Troubleshooting and oddities with my Surface Go tablet.
Installing rEFInd on Surface
Even though the Surface go is supposed to be a regular UEFI PC, it has quite a bit of oddities, for one, its bootloader is very very picky, to the point installing rEFInd is required to boot almost anything not-windows.
Mount EFI partition
> mountvol Z: /S
Copy rEFInd directory to the system partition.
> xcopy /E refind Z:\EFI\refind\
Rename the configuration file
> rename refind.conf-sample refind.conf
Set rEFInd as the default EFI boot program.
> bcdedit /set {bootmgr} path \EFI\refind\refind_x64.efi