This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "fmt" | |
| "math" | |
| "math/rand" | |
| "net/http" | |
| "time" | |
| datastar "github.com/starfederation/datastar/sdk/go" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html> | |
| <head> | |
| <title> Datastar </title> | |
| <script | |
| type="module" defer src="https://cdn.jsdelivr.net/gh/starfederation/datastar@develop/bundles/datastar.js"> | |
| </script> | |
| </head> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| How to install OpenBSD with bhyve-vm on SmartOS (20190424): | |
| tl;dr: | |
| Create a bhyve vm with an empty disk, where you put an install image with dd afterwards. | |
| "bhyve_extra_opts": "-w" | |
| "bootrom": "uefi" | |
| "vcpus": 1 (is needed too, some say..) | |
| Change to serial console when booting the install image | |
| Do it like this: |