- should be small
- easily embeddable
- inspired by scheme, probably, but a lot simpler/less full-featured
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
docker run -v "$(pwd):/tmp/work" -w /tmp/work whaledo/os-development-x86 make BUILD_TYPE=nightly NAME_SUFFIX=-"$(date +'%Y-%m-%d')" iso |
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
src/kernel.exe: file format elf32-i386 | |
Disassembly of section .text: | |
00100000 <kernel_code_start>: | |
100000: 02 b0 ad 1b 03 00 add 0x31bad(%eax),%dh | |
100006: 00 00 add %al,(%eax) | |
100008: fb sti |
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
src/kernel.exe: file format elf32-i386 | |
Disassembly of section .text: | |
00100000 <kernel_code_start>: | |
100000: 02 b0 ad 1b 03 00 add 0x31bad(%eax),%dh | |
100006: 00 00 add %al,(%eax) | |
100008: fb sti |
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
src/kernel.exe: file format elf32-i386 | |
Disassembly of section .text: | |
00100000 <kernel_code_start>: | |
100000: 02 b0 ad 1b 03 00 add 0x31bad(%eax),%dh | |
100006: 00 00 add %al,(%eax) | |
100008: fb sti |
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
src/kernel.exe: file format elf32-i386 | |
Disassembly of section .text: | |
00100000 <kernel_code_start>: | |
100000: 02 b0 ad 1b 03 00 add 0x31bad(%eax),%dh | |
100006: 00 00 add %al,(%eax) | |
100008: fb sti |
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
#!/bin/bash | |
# https://help.github.com/articles/changing-author-info/ | |
export NEW_NAME="your correct name here" | |
export NEW_EMAIL="[email protected]" | |
for EMAIL in {[email protected],[email protected],[email protected]}; do | |
git filter-branch -f --env-filter ' |
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
[].slice.call(document.querySelector('.statsTopList__items').children).map(function(row){ return [].slice.call(row.children).map(function(column) { return JSON.stringify(column.innerText); /* we're pretending this is similar to Ruby's .inspect. */ }); }).filter(function(row) { return !(row[0].trim().length == 0); }).map(function(row) { return row.join(","); }).join("\n") |
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
THREE.WebGLRenderer 83 | |
6 "1× (30fps)" | |
loading model-eevee-sumo/eevee.smd | |
Vector3 91.47590034571704 | |
THREE.WebGLProgram: shader error: 0 gl.VALIDATE_STATUS false gl.getProgramInfoLog C:\fakepath(182,1-78): error X3025: out parameters require l-value arguments | |
Warning: D3D shader compilation failed with default flags. (ps_5_0) | |
Retrying with skip validation | |
C:\fakepath(182,1-78): error X3025: out parameters require l-value arguments |
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
7am wake-up; take morning meds; eat breakfast | |
8am start programming work | |
12pm eat; no computer use until next alarm | |
2pm start writing/editing work | |
5pm whatever (food at some point after this alarm, maybe more work, maybe not-computer stuff -- this is mostly just to alert me to the passage of time) | |
7pm take evening meds; stop doing work for the day | |
12am take anxiety med (to help with nightmares/nighttime panic attacks) | |
1am go to bed |