Skip to content

Instantly share code, notes, and snippets.

View isinyaaa's full-sized avatar

Isabella Basso isinyaaa

View GitHub Profile
<!-- everything is fine up to here -->
/Users/isinyaaa/repos/redhat/model-registry/bin/goverter gen github.com/kubeflow/model-registry/internal/converter/
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x2 addr=0x0 pc=0x104b325f0]
goroutine 27 [running]:
go/types.(*Checker).handleBailout(0x140003a6000, 0x14000cadbe8)
/opt/homebrew/Cellar/go/1.22.0/libexec/src/go/types/check.go:367 +0x9c
@isinyaaa
isinyaaa / minix-vm.sh
Created May 1, 2023 14:29
Script to manage (particularly old) Minix 3 VMs using VirtualBox
#!/usr/bin/env bash
set -e
FILE="$(readlink -f "$0")"
VM_NAME=${2:-minix-312}
MOUNTPOINT=${3:-$HOME/minix}
while [[ $# -gt 0 ]]; do
case "$1" in

Keybase proof

I hereby claim:

  • I am isinyaaa on github.
  • I am isabbasso (https://keybase.io/isabbasso) on keybase.
  • I have a public key ASCHxNiN96BmjPOh3JEx3DBP5bDuSzze34ZYvSwwag8IvQo

To claim this, I am signing this object:

#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.13.0 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0"
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=110100
CONFIG_CLANG_VERSION=0
CONFIG_AS_IS_GNU=y
CONFIG_AS_VERSION=23601
  • compiling with tmpfs
    • vanilla compilation

      Performance counter stats for 'make -j8 vmlinux O=tmpfsdir' (5 runs):
      
      5,648,918,423,621      instructions:u            #    0.84  insn per cycle           ( +-  0.00% )
      6,766,311,303,171      cycles:u                  #    2.280 GHz                      ( +-  0.01% )
        2,969,791.70 msec cpu-clock:u               #    7.652 CPUs utilized            ( +-  0.02% )
      
#
# Automatically generated file; DO NOT EDIT.
# Linux/parisc 5.14.0 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="hppa-linux-gcc (GCC) 11.2.0"
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=110200
CONFIG_CLANG_VERSION=0
CONFIG_AS_IS_GNU=y
CONFIG_AS_VERSION=23700