Yonnisyonnis.dev·Feb 1, 2025Bringing it back to basicsWhat did i get up to this week? Small update from me this week. I worked a bit on my renderer early in the week but spent the rest of the week aggressively training Jiu-jitsu. So what exactly did i work on. Well i had previously been toying with a fr...sokol
Yonnisyonnis.dev·Jan 24, 2025This weeks lesson in softwareI’ve decided to write a small weekly piece about the things i learnt this week in software. What did i get up to this week? Well i really wrangled around with odin and raylib this week, while also working on some conveyor belt logic for a pretty rudi...10 likes·33 readsodin
flysand7flysand7.hashnode.dev·Nov 22, 2023Writing an OS kernel in OdinSetting up to writing an OS kernel is always somewhat tough comparing to writing user-space applications, mostly because the compilers and standard libraries make a few assumptions about the execution environment that aren't necessary true in the spa...525 readsodin
Elucian Moiseeluchn.hashnode.dev·Apr 18, 2023System Programming LanguagesTuring complete low-level programming languages are languages that are powerful enough to perform any computation that a more powerful language can perform. They are used for systems programming, operating system development, and embedded systems pro...72 readsNim