ntoskrnl VS psst

Compare ntoskrnl vs psst and see what are their differences.

psst

Fast and multi-platform Spotify client with native GUI (by jpochyla)
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
ntoskrnl psst
1 42
- 8,185
- -
- 5.4
- 2 days ago
Rust
- 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.

ntoskrnl

Posts with mentions or reviews of ntoskrnl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-16.
  • Windows 11: Just say no
    12 projects | news.ycombinator.com | 16 Sep 2021
    This is part of what I read on HN:

    The first thing we observe is that the directory structure is basically identical. Yes, NT kernel subsystems are identified with short codes like "Ke" or "Ex". It's plausible that someone with a lot of NT knowledge would end up creating top level directories with these exact names, as is true of the WRK. But it seems kind of unlikely: the Wine sources do not show this pattern.

    If we look at the Kernel Executive (Ke) subtree, we can see that there is a thing called a "Balance Set Manager". Both source trees define it in a file called balmgr.c - not only the location of the file but also the file name is identical.

    https://github.com/Zer0Mem0ry/ntoskrnl/blob/master/Ke/balmgr... https://github.com/reactos/reactos/blob/master/ntoskrnl/ke/b...

    It appears from the module description that the "balance set manager" is an optimisation of some sort related to reducing memory usage. Is this really something that needs a reimplementation with identical function prototypes?

    Looking at the code of the identically named KeBalanceSetManager function, we can see that not only is the function prototype identical, but the order in which it does things is also identical. First it changes a thread priority, then it schedules a periodic timer callback.

    Some of the local variables in these functions have identical names: PeriodTimer, DueTime, WaitObjects. Yes, these are obvious names. It's not a smoking gun. But it's not looking good.

    Finally we discover that the ReactOS Balance Manager does .... nothing. It enters a loop which starts out by doing a wait for an event (fine, it's inherent to the task), and then switches on the result. But the code in the arms of the switch are commented out (the commented out code does a subset of the stuff in the NT code). The loop does nothing, just sits blocking in a loop forever. Why does this code in ReactOS exist if it does nothing?

    It's the same story for the other big function in this file, KiScanReadyQueues. The code is virtually identical, line for line, with minor formatting and occasional trivial naming differences. Even the assertions are identical.

    I'm not alleging anything specific or illegal, just comparing a small part of both codebases. However given what I've just seen, I wouldn't touch ReactOS with a barge pole. The Microsoft guy's complaint is entirely understandable.

    https://news.ycombinator.com/item?id=20345645

psst

Posts with mentions or reviews of psst. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-09.

What are some alternatives?

When comparing ntoskrnl and psst you can also consider the following projects:

vscode-ripgrep - For consuming the ripgrep binary from microsoft/ripgrep-prebuilt in a Node project

widevine-l3-guesser

pipewire - Mirror of the PipeWire repository (see https://gitlab.freedesktop.org/pipewire/pipewire/)

spot - Native Spotify client for the GNOME desktop

reactos - A free Windows-compatible Operating System

serenity - The Serenity Operating System 🐞

spotify-tui - Spotify for the terminal written in Rust πŸš€

pyre-check - Performant type-checking for python.

minivorbis - Single-file port of libogg and libvorbis for decoding ogg sound files.

Cider - A new cross-platform Apple Music experience based on Electron and Vue.js written from scratch with performance in mind. πŸš€

aspotify - Deprecated in favour of rspotify: https://github.com/ramsayleung/rspotify

spotify-qt - Lightweight Spotify client using Qt