Skip to content

Commit 7548e77

Browse files
committed
update docs
1 parent d1603b4 commit 7548e77

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

docs/cloud.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
* [stern](https://github.com/wercker/stern) - Multi pod and container log tailing for Kubernetes (obsolete)
5151
* [kail](https://github.com/boz/kail) - kubernetes log viewer
5252
* [k9s](https://k9scli.io) - Kubernetes CLI To Manage Your Clusters In Style!
53+
* [KDash](https://github.com/kdash-rs/kdash) - A fast and simple dashboard for Kubernetes
54+
* [Skaffold](https://skaffold.dev) - Local Kubernetes Development
5355

5456
### Homelab
5557

docs/operating-system.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,6 @@
7474
* [Virtual Hackintosh](https://github.com/kholia/OSX-KVM)
7575
* [How To Write a Computer Emulator](https://fms.komkon.org/EMUL8/HOWTO.html)
7676
* [Linux x86 Program Start Up](http://dbp-consulting.com/tutorials/debugging/linuxProgramStartup.html)
77+
* [Floppinux: An Embedded Linux on a Single Floppy](https://bits.p1x.in/floppinux-an-embedded-linux-on-a-single-floppy)
7778

7879
<br>

docs/programming.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
* [rui314/chibicc: A small C compiler](https://github.com/rui314/chibicc)
2828
* [The Super Tiny Compiler!](https://github.com/jamiebuilds/the-super-tiny-compiler)
2929
* [Obfuscated Tiny C Compiler](https://bellard.org/otcc)
30+
* [Tinylisp: Lisp in 99 lines of C and how to write one yourself](https://github.com/Robert-van-Engelen/tinylisp)
31+
* [Lessons from Writing a Compiler](https://borretti.me/article/lessons-writing-compiler)
3032

3133
## Parser
3234

@@ -51,5 +53,6 @@
5153
* [Creating the Golfcart Programming Language](https://healeycodes.com/creating-the-golfcart-programming-language)
5254
* [I wrote a linker everyone can understand!](https://briancallahan.net/blog/20210609.html)
5355
* [spencertipping/jit-tutorial: How to write a JIT compiler](https://github.com/spencertipping/jit-tutorial)
56+
* [What Every Computer Scientist Should Know About Floating-Point Arithmetic](https://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html)
5457

5558
<br>

0 commit comments

Comments
 (0)