ROSA FIORE
The Development of a Writer and an Operating System
Partnered with Valentin Utkin

Let’s learn Assembly

It’s been quite a while since I’ve been able to spend some time into my own operating system. However, I’ve found some of it again to do what I love most! There is still a lot to research and to read, but I wanted to do something more practical. Hence, I’ve decided to learn Assembly!…

By Rosa November 13, 2019 0

Refresh!

It has been almost a month since I last posted about the things I have learned during my time reading Write Great Code: Understand the Machine. Therefore, I think it is time to have a little visit back to the content to freshen up my mind before continueing to post further. This will not only…

By Rosa January 6, 2019 0

The New Year Has Begun!

It has been a long while since my last post and with good reason too. With the holidays right at the corner, there was little to no time for writing posts. However, 2019 has finally arrived and there are some plans I want to share with you all and I also want to look back…

By Rosa January 4, 2019 0

Internal Numeric Representation

Now we know how numeric systems work, it would be interesting to know what we can do with it. You can do surprisingly much with just one bit, maybe in more ways that you could imagine. Let’s take a look into how the computer internally represents numeric values. A bit is the smallest unit of…

By Rosa December 10, 2018 0

Computer Numbers: Binary & Hexadecimal

Last time, I talked about numbering systems and especially how the base numbering system works. We already know the decimal system best of all, because we use it every day. However, the computer is not fond of this system. It rather uses the binary systems for its numeric representations. But what has the hexadecimal systems…

By Rosa December 9, 2018 0

What is a number? Numeric Representations

Approved by Valentin Utkin It might sound like a silly question, but do you know what a number is? Many of you might answer something among the lines of “just a number”. However, a number to a computer is something completely different than what we perceive as a number. Representation So, what is a number…

By Rosa December 8, 2018 0

Understand the Machine

Approved by Valentin Utkin When programmers are writing code, they feel like computer gods and their code is the best. And sometimes it is true! However, more often than not, their code is not efficient or the programmer used a shortcut or dirty code to get something to work. Sometimes, the inexperience of the programmer…

By Rosa December 6, 2018 0

Additional Books for MUTS!

While I was looking through my books I currently have for the development of MUTS, I came to the conclusion that I missed a couple. To be more precise, I missed books concerning a certain subject within operating system development. While it is not directly related to the development of an operating system, it still…

By Rosa December 4, 2018 0

Planning December!

As said in my last post, I am going to try keeping a bullet journal in these upcoming few months. At the beginning of every month, a planning phase takes place to set up the monthly spread and get a grip on the tasks, goals, and projects of this month. A couple days back, I…

By Rosa December 2, 2018 0

First Try: Bullet Journaling

Knowing my weak spots, I wanted to try a new way of planning my days, weeks and months. After a bit of research, I stumbled upon keeping a bullet journal. Let me explain the concept an my plans for the upcoming few months with this journal. The bullet journal has an interesting concept. In a…

By Rosa November 30, 2018 1