Skip to content

Instantly share code, notes, and snippets.

View mirabilos's full-sized avatar
😵

mirabilos mirabilos

😵
View GitHub Profile
@mirabilos
mirabilos / checkRecursion.js
Last active June 2, 2021 15:44
example pre-ES6 (should work on ES3) code to check for recursion (to debug why JSON serialisation breaks)
// example pre-ES6 (should work on ES3) code to check for recursion (to debug why JSON serialisation breaks)
// Ⓕ CC0 by mirabilos
var subs = {
"miau": ["mrr", "purr"],
"mrr": [],
"mraw": {},
"f": false,
"t": true,
"n": null,
@mirabilos
mirabilos / mscore.md
Last active April 21, 2021 17:22
status of MScore notational font relicencing agreements

[ ] MScore changes

  • (maybe) MuseScore BVBA (UG) on behalf of their contributors under the new CLA?
  • (maybe) Werner on behalf of their contributors under the old CLA?
  • 2009, David Bolton [email protected]
  • 2012, Grzegorz Pruchniakowski [email protected]
  • 2006-2014, Werner Schweer [email protected]
  • 2014, John Pirie [email protected]
  • 2018, Matt McClinch [email protected] in <CAKOCEiEedq69Q64sQgOh=_75KSgKsgJ9DoHa968yLPYVMPpvqA@mail.gmail.com>
  • 2013-2018, Nicolas Froment
@mirabilos
mirabilos / dmesg.txt
Created August 30, 2020 17:23
dmesg of http://www.mirbsd.org/cvs.cgi/contrib/gnu/emu387/ ALWAYS_MATH_EMULATE boot segfaulting in userspace that tries to use the FPU
MirBSD#10uB9 (RAMDISK) #880: Sun Aug 30 17:17:19 UTC 2020
[email protected]:/usr/src/sys/arch/i386/compile/RAMDISK
cpu0: QEMU Virtual CPU version 2.5+ ("GenuineIntel" 686-class) 3.07 GHz
cpu0: FPU,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,PNI
NOTICE: this kernel does not support Pentium Pro CPU class
NOTICE: lowering CPU class to i586
real mem = 1073197056 (1048044K)
avail mem = 990396416 (967184K)
using 4278 buffers containing 53764096 bytes (52504K) of memory
mainbus0 (root)
@benjolitz the issues of https://github.com/386bsd/386bsd aren’t readable to anyone,
and the website http://386bsd.org/ is empty in lynx.