View gist:9e4b45a6d542036701e82cddca552f3b
This file has been truncated, but you can view the full file.
This file contains 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
Date/Time: 2023-04-14 20:28:42.493 +0200 | |
End time: 2023-04-15 18:26:59.828 +0200 | |
OS Version: macOS 13.1 (Build 22C65) | |
Architecture: x86_64h | |
Report Version: 40 | |
Incident Identifier: FBF0EDC7-A7FE-4418-BFB6-E4C3AAD9AA4D | |
Data Source: Stackshots | |
Shared Cache: EA7F9772-219E-3ECE-A4D9-20AEEE3BC80F slid base address 0x7ff809f34000, slide 0x9f34000 (System Primary) | |
Shared Cache: 73F7D64A-0E58-33BB-B79D-9CD6E9461CAE slid base address 0x7ff80b5ee000, slide 0xb5ee000 (DriverKit) |
View io.ts
This file contains 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
// Did you know JavaScript has pure functions*? | |
// *: just add asterisks! | |
/** | |
* Describes a computation that requires `E` to produce an `A`. Has to be run | |
* to do anything. | |
* | |
* We could also do something like: | |
* `type Async<E,A> = Generator<void,Promise<A>,E>` | |
*/ |
View gist:d4af375a95a2302c99b3f9ba6cbe3609
This file contains 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
Install native client: | |
brew tap amar1729/formulae | |
arch -arm64 brew install browserpass | |
Setup browser - look at output, in my case: | |
PREFIX='/opt/homebrew/opt/browserpass' make hosts-chrome-user -f '/opt/homebrew/opt/browserpass/lib/browserpass/Makefile' | |
Run the host app: |
View install-letsencrypt-in-jdk.sh
This file contains 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
#!/bin/bash | |
JAVA_HOME=${1-text} | |
[ $# -eq 0 ] && { echo "Usage: sudo $0 \$(/usr/libexec/java_home -v '1.8*')" ; exit 1; } | |
KEYSTORE=$JAVA_HOME/jre/lib/security/cacerts | |
wget https://letsencrypt.org/certs/isrgrootx1.pem | |
wget https://letsencrypt.org/certs/lets-encrypt-x3-cross-signed.der | |
wget https://letsencrypt.org/certs/lets-encrypt-x4-cross-signed.der |
View Software M1.md
app | status | source | |
---|---|---|---|
vscode | experimental | ||
node | on the move but ecosystem? | nodejs/build#2474 (comment) | |
docker | not ready, but on the move | ||
homebrew | experimental | Homebrew/brew#7857 | |
kitty | compile myself | kovidgoyal/kitty#3126 | |
bankid | ? | ||
fish | good | http://fishshell.com/apple-silicon.html | |
iOrdning | good |
View gist:d4e806fea065d2b3e6b9cdf381c46220
This file contains 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
Sleep Wake failure in EFI | |
Failure code:: 0xffffffff 0x0000001f | |
Please IGNORE the below stackshot | |
================================================================ | |
Date/Time: 2020-11-27 10:22:20 +0100 | |
OS Version: ??? ??? (Build ???) | |
Architecture: x86_64 |
View kitty default
This file contains 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
# vim:fileencoding=utf-8:ft=conf:foldmethod=marker | |
#: Fonts {{{ | |
#: kitty has very powerful font management. You can configure | |
#: individual font faces and even specify special fonts for particular | |
#: characters. | |
# font_family monospace | |
# bold_font auto |
View gist:05796ad1d5541bb2a2198b3244071ce6
This file contains 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
IMAGE CREATED CREATED BY |
View 0.5.7
This file contains 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
2020-04-28 16:43:12 +0200 Notification Display is turned off | |
2020-04-28 16:43:12 +0200 Assertions PID 159(hidd) Summary UserIsActive "com.apple.iohideventsystem.queue.tickle serviceID:1000004bd name:AppleUserHIDEventSe product:USB Receiver eventType:17" 00:00:00 id:0x0x900008161 [System: DeclUser BGTask IntPrevDisp kDisp] | |
2020-04-28 16:43:12 +0200 Assertions PID 300(mds_stores) Summary BackgroundTask "com.apple.metadata.mds_stores.power" 00:00:00 id:0x0xb000082c6 [System: DeclUser BGTask IntPrevDisp kDisp] | |
2020-04-28 16:43:12 +0200 Assertions PID 114(powerd) Summary InternalPreventDisplaySleep "com.apple.powermanagement.delayDisplayOff" 00:03:08 id:0x0x1000008001 [System: DeclUser BGTask IntPrevDisp kDisp] | |
2020-04-28 16:43:12 +0200 Assertions Kernel Idle sleep preventers: -None- | |
2020-04-28 16:43:12 +0200 Assertions [System: DeclUser BGTask IntPrevDisp kDisp] | |
2020-04-28 16:43:12 +0200 Assertions PID 114(powerd) Created InternalPreventSleep |
NewerOlder