Skip to content

Instantly share code, notes, and snippets.

View chloeruka's full-sized avatar

Chloe Hutchinson chloeruka

  • Melbourne, Australia
  • 23:40 (UTC +10:00)
View GitHub Profile
@chloeruka
chloeruka / mc-pinger.log
Created September 20, 2022 14:12
Testing logs for mc-pinger issue against Enigmatica 6 Forge MC 1.16.5 servers
2022/09/20 23:52:13 Packet Header Len: 36516 ID: 0
Hex dump:
00000000 7b 22 64 65 73 63 72 69 70 74 69 6f 6e 22 3a 7b |{"description":{|
00000010 22 74 65 78 74 22 3a 22 c2 a7 6f c2 a7 64 74 68 |"text":"..o..dth|
00000020 65 20 70 75 70 70 79 20 7a 6f 6e 65 20 c2 a7 72 |e puppy zone ..r|
00000030 3a 3a 20 c2 a7 6c c2 a7 62 45 6e 69 67 6d 61 74 |:: ..l..bEnigmat|
00000040 69 63 61 36 22 7d 2c 22 70 6c 61 79 65 72 73 22 |ica6"},"players"|
00000050 3a 7b 22 6d 61 78 22 3a 32 30 2c 22 6f 6e 6c 69 |:{"max":20,"onli|
00000060 6e 65 22 3a 30 7d 2c 22 76 65 72 73 69 6f 6e 22 |ne":0},"version"|
00000070 3a 7b 22 6e 61 6d 65 22 3a 22 31 2e 31 36 2e 35 |:{"name":"1.16.5|

Keybase proof

I hereby claim:

  • I am chloeruka on github.
  • I am chloeruka (https://keybase.io/chloeruka) on keybase.
  • I have a public key ASBD3reXOFoKprj2P8GEcDldpKha0RWiQg9CdJ2WisqwQgo

To claim this, I am signing this object:

@chloeruka
chloeruka / main.go
Last active April 12, 2019 01:40
Query buildkite for all agent metadata
package main
import (
"encoding/json"
"fmt"
"log"
"os"
"time"
"github.com/buildkite/cli/graphql"