uni VS honey-os

Compare uni vs honey-os and see what are their differences.

uni

A mono-repo containing code I've written to educate myself. est. 2021. (public) (by thundergolfer)

honey-os

This is an operating system I mainly make to learn more about x86-architecture (by biosfood)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
uni honey-os
1 1
11 6
- -
5.7 8.9
4 months ago 5 days ago
C C
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

uni

Posts with mentions or reviews of uni. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-28.
  • Crafting Interpreters
    3 projects | news.ycombinator.com | 28 Apr 2022
    I'm working through this right now and it's awesome. I've completed the Java interpreter and I'm halfway through the C bytecode stack-based interpreter[1]. I'd estimate I've spent around 30-40 hours with the book.

    Throughout I've used both the website and the dead-tree version of the book. The website is great with 2 monitors, but you might be too tempted to copy-paste the code.

    The one thing the book doesn't mandate is the use of the Lox test suite, but I think it should be incorporated into the book. It's easier to hack on your implementation when there's a test suite to validate that everything still works as it should at Chapter X.

    1. https://github.com/thundergolfer/uni/tree/main/books/craftin...

honey-os

Posts with mentions or reviews of honey-os. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-21.
  • How to develop UI for my OS
    3 projects | /r/learnprogramming | 21 Feb 2023
    Even though this might not be useful in your case right now, if you need inspiration for OS dev solutions, you might want to take a look at my personal project, found at https://github.com/biosfood/honey-os

What are some alternatives?

When comparing uni and honey-os you can also consider the following projects:

modern-embedded-programming-course - Companion repository to the "Modern Embedded Systems Programming" video course.

Crafting Interpreters - Repository for the book "Crafting Interpreters"

tedditor - A gtk based simple text editor I'm writing for a school project.

ada-lox