Live data from Hacker News

Viewing profile — Sagi21805

Sagi21805

HN member
Joined
Fri, Dec 26, 2025, 8:18 PM UTC
HN karma
55
Public activity
19 items

About Sagi21805

No profile information was provided.

Recent public activity

  1. comment
    Comment #48427801

    Said the inner block inside the for loop could not be a function, because break does not mean anything not inside a loop, but the macro, which seems like a function, injects it int…

  2. comment
    Comment #48427790

    That's really cool, I was not familiar with this and will look into it!

  3. comment
    Comment #48427058

    Thanks! Couldn't agree more, both on proc macros and operating system, I did not find sufficient information on the internet. That is exactly the purpose of this book.

  4. comment
    Comment #48426904

    Yea that's sound about right The macro explained in that section was mainly for me to learn macros, and save up some boilerplate with nice syntax.

  5. comment
    Comment #48426795

    Thanks for the warming comment!

  6. comment
    Comment #48348877

    During the development of Learnix operating system I needed to represent bitflags inside some structures. While there were alternatives with 3rd party libraries, the goal of the pr…

  7. story
  8. comment
    Comment #48118381

    Hi! This is a project that I am working on for quite a while. The main goal is to teach operating systems and Rust. This is still 'beta' and a lot of things are missing (especially…

  9. story
  10. comment
    Comment #48087324

    I am working on the Learnix operating system ( https://gitHub.com/sagi21805/LearnixOS ) Mainly an educational project, to understand and teach about OS and Rust concepts (The OS is…

  11. comment
    Comment #46399775

    I plan to cover more, like disk drivers, file systems, processes, shell, user space, processes, until we can run a working program! Hopefully, also networking

  12. comment
    Comment #46399753

    This project started because I wanted to understand the linux that sits on my computer, which is x86. There is a possibility that on the future it will have multiple architectures …

  13. comment
    Comment #46397618

    You are correct, and it will be fixed!

  14. comment
    Comment #46396397

    Because I didn't really publish it, I didn't check all the grammar and type errors This is something I will improve when the initial release will come

  15. comment
    Comment #46396015

    That's actually an interesting idea, the main reason is that I wanted to take a doom port that is posix compliant and see if I can make it run

  16. comment
    Comment #46395975

    When I started writing this OS, Rust was a pain, and I needed to understand a lot of things that I didn't know about the language, I can flag on some sections that people can skip …

  17. comment
    Comment #46395858

    I like the current name and already have the domain :|

  18. comment
  19. comment
    Comment #46395824

    Hi! I am the developer of this, and I really appreciate the feedback!! The book is still on development and this is why I didn't even publish it here, I just recently finished the …