ferros VS hsluv

Compare ferros vs hsluv and see what are their differences.

ferros

A Rust-based userland which also adds compile-time assurances to seL4 development. (by auxoncorp)
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
ferros hsluv
9 14
102 1,253
1.0% 0.2%
0.0 5.0
9 months ago 3 months ago
Rust Mustache
Apache License 2.0 MIT License
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.

ferros

Posts with mentions or reviews of ferros. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-25.
  • Unix-like OS in Rust inspired by xv6-riscv
    7 projects | news.ycombinator.com | 25 Jul 2023
    My company, https://www.auxon.io. We created https://github.com/auxoncorp/ferros originally to enable a customer project early in the company's life cycle.

    Some time later we had another customer interested in using it and having us add some features to it (e.g. some device drivers and a persistence layer utilizing https://docs.rs/tickv/latest/tickv/). It was becoming a massive pain in the neck to work out source code sharing agreements with them, so we decided to just open source it.

    There are quite a number of things that we would do differently if we had to build it again, and at some point will likely do that work to revise it. The biggest one of those is root task synthesis. The other is to build and bring in facilities for running tasks that are compiled to WASM.

  • Writing an OS in Rust to run on RISC-V
    8 projects | news.ycombinator.com | 1 Mar 2023
    When we add WASM support to https://github.com/auxoncorp/ferros it'll sorta be like what you're angling at there in your description.
  • My Fear of Commitment to the First CPU Core
    2 projects | news.ycombinator.com | 12 Feb 2023
    We've built things on seL4 (https://github.com/auxoncorp/ferros). We like to joke that it's the most perfect piece of nearly featureless software ever made.

    There's... A LOT... of work to do before seL4 is going to be anywhere near usability parity with something like Linux, unfortunately.

    Rather than make a general purpose OS, we decided to use it more like a unikernel or "library OS" where you're trying to make a well defined kind of "appliance" image to deploy to specific hardware rather than try to fake being a POSIX-y shaped OS.

  • FerrOS: Rust-y unikernels on seL4
    2 projects | /r/rust | 9 Nov 2022
    For what it's worth, here's FerrOS's repo as well as the underlying selfe repo
  • Tokio Console
    11 projects | news.ycombinator.com | 17 Dec 2021
    That's basically what we did with https://github.com/auxoncorp/ferros, Bundle Rust programs together as tasks to run atop the formally verified seL4 microkernel.
  • Hubris – An OS from Oxide Computer
    7 projects | news.ycombinator.com | 30 Nov 2021
    We also built a Rust framework called FerrOS (https://github.com/auxoncorp/ferros) atop the formally-verified seL4 microkernel.

    It has a similar set of usage idioms to Hubris it looks like in terms of trying to setup as much as possible ahead of time to assemble what's kind of an application specific operating system where everything your use case needs is assembled at build-time as a bunch of communicating tasks running on seL4.

    We recently added a concise little persistence interface that pulls in TicKV (https://docs.tockos.org/tickv/index.html) from the Tock project you referenced above, and some provisions are being added for some more dynamic task handling based on some asks from an automotive OEM.

  • Genode – Sculpt Operating System 21.10
    1 project | news.ycombinator.com | 16 Oct 2021
    We built a thing to enable combining Rust applications together to be hosted on the seL4 microkernel. The developer experience is more akin to that of something like an RTOS where the OS and your applications are built and deployed together. The whole premise of it is decidedly non-POSIX-like. The current point is for assembling software for use-case-specific/appliance computing, not general purpose computing. (https://github.com/auxoncorp/ferros)

    We're looking both for contributors and also actively hiring for a couple engineering positions for the above and for or mainline product.

  • OSv Unikernel – Optimizing Guest OS to Run Stateless and Serverless Apps
    4 projects | news.ycombinator.com | 9 Oct 2021
    I tried and failed to bring unikernels to my former work when I was at Visa. Specifically, LING.

    At my current company, Auxon, we recently open sourced[1] some work we did a couple years back which is more or less an attempt at the basic foundations for blending the seL4 microkernel with fairly normal no_std Rust application development and assembling them all together to make a purpose built OS/application to deploy directly to hardware or within a VM. We have some work to do to keep building it up as a foundation for broader use, but we're looking into partnering with the seL4 Foundation (now under the Linux Foundation) to iterate on it further with some of our other mutual partners. The developer experience is much closer to that of developing for an RTOS than it is like typical general purpose computing development.

    I'm of course biased, but I think there's a lot of room to innovate in the space of use case specific software stacks where the domain and constraints are well understood and too many degrees of freedom are actually a hindrance and a liability, not an advantage.

    [1] https://github.com/auxoncorp/ferros

  • Open sourced: Easier builds and stronger types for seL4 with Rust
    2 projects | /r/rust | 10 Sep 2021
    On top of that is ferros (no relation to to ferrous-systems), a higher-level userland of unreasonably strong types for compile-time resource tracking. No more discovering you need more memory, or capability slots or IPC rights at runtime. These types help you fit the right seL4 screw to the right seL4 screwdriver.

hsluv

Posts with mentions or reviews of hsluv. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-06.
  • Koala Sampler Hardware, Quantum Looping, and more with Marek! 🎹🔑106
    1 project | /r/KoalaSampler | 18 Mar 2023
    Here's a potential solution to having consistent accessible color palettes in Koala: https://www.hsluv.org
  • accidental-scheme.nvim
    1 project | /r/neovim | 18 Feb 2023
    If you want to take a step further, take a look into perceptually uniform color spaces, like HSL(uv) or LCh(uv).
  • Maxima: A computer algebra system written in Common Lisp
    9 projects | news.ycombinator.com | 6 Feb 2023
    Maxima enabled me to make my color space [HSLuv](https://www.hsluv.org/). I encoded CIELUV <-> RGB transformation functions into Maxima, ran `solve` and converted the output back into code. It's great to be able to commit [Maxima code](https://github.com/hsluv/hsluv/tree/master/math) into your repository and not leave the math as an "exercise to the reader".
  • How to import color space? (HSLuv)
    2 projects | /r/ClipStudio | 19 Oct 2022
  • HTML Color Picker
    1 project | /r/color | 23 Aug 2022
    If you want to make it more useful than a browser's built-in color picker, perhaps support other color spaces? Maybe HSLuv or CIE L*a*b*?
  • Pallete Sorting?
    2 projects | /r/aseprite | 30 Apr 2022
    Chroma could be included, but as a minor criterion. When I look at color pickers that try to balance human perception against geometric simplicity like HSLuv and Okhsl, chroma is the property that gets distorted the most. Perceptual brightness and hue seem to be more important.
  • Make Beautiful Gradients
    5 projects | news.ycombinator.com | 11 Jan 2022
    > Now, HSL isn't necessarily the best color mode to use in every situation; it tends to produce gradients that can be overly bright and vivid, because it doesn't take into account human perception.

    Shout-out to to [HSLUV](https://www.hsluv.org/) which does exactly that.

  • Tokio Console
    11 projects | news.ycombinator.com | 17 Dec 2021
    I'm a little bit of a color freak. Allow me to leave some suggestions :)

    - Picking from the 256 color pallete will likely give you colors with different brightness. This may hurt readability of darker colors on a dark background, and may make some color stand out unintentionally. Consider using something like HSLuv [1] to pick colors with the same lightness, then convert to the closest Xterm color [2].

    - To make it obvious there is a gradient, I'd pick one lightness (assuming HSLuv) and one saturation (I usually stick to 100%), then pick a distance in hue for each step. For example if I expect to see a maximum of 7 steps on the screen at once, one way is to start at 0, then 30, then 60, etc. You may choose to go over 180, but keep in mind 360 will be the same as 0 so maybe stop at 240. Note how by picking adjacent colors from the table you are still picking a distance, but the distance is too small so it's hard to see.

    - You may want to choose a different starting point than 0, and maybe different direction for the steps, depending on whether you want the colors to "mean" anything. For example red is commonly associated with warning, so you can arrange to have the top of the range aligned with red. Or arrange to avoid the red region if you don't want that association.

    [1] https://www.hsluv.org/

  • So, I want a genuine explanation for this. Why is "darkgrey", a lighter shade than "grey"?
    2 projects | /r/ProgrammerHumor | 27 Oct 2021
    Check out HSLuv as an alternative for UI design: https://www.hsluv.org/
  • I made a GDScript port of HSLuv
    2 projects | /r/godot | 12 Oct 2021
    HSLuv is a HSL alternative, which aims to maintain the perceived lightness of colors across the hue spektrum. It also includes a HPLuv variant, which additionally maintains saturation, at the cost of color coverage. Both are very useful for procedually generating or modifying colors. More Info: https://www.hsluv.org/comparison/

What are some alternatives?

When comparing ferros and hsluv you can also consider the following projects:

nanos - A kernel designed to run one and only one application in a virtualized environment

hcv-color - 🌈 Color model HCV/HCG is an alternative to HSV and HSL, derived by Munsell color system, usable for Dark and Light themes... 🌈

hubris - A lightweight, memory-protected, message-passing kernel for deeply embedded systems.

gdscript-hsluv - A HSLuv implementation in Godot's GDScript

Trusted-CGI - Lightweight runner for lambda functions/apps in CGI like mode

as3hx - Convert AS3 sources to their Haxe equivalent

rust - Empowering everyone to build reliable and efficient software.

palettize - Palette generator using k-means clustering with CIELAB colors

tracing - Application level tracing for Rust.

snekky - The Snekky Programming Language

console - a debugger for async rust!

gimp-color-palettes - A collection of RGB color palettes for GIMP and Inkscape (but also Aseprite, Drawpile, Krita and MyPaint).