nix-helpers VS star-history

Compare nix-helpers vs star-history and see what are their differences.

nix-helpers

Mirror of http://chriswarbo.net/git/nix-helpers.git (by Warbo)

star-history

The missing star history graph of GitHub repos - https://star-history.com (by star-history)
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
nix-helpers star-history
2 37
8 5,884
- 2.0%
7.5 8.8
2 months ago 1 day ago
Nix TypeScript
Creative Commons Zero v1.0 Universal 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.

nix-helpers

Posts with mentions or reviews of nix-helpers. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-12.
  • NixOS RFC 136 accepted: A plan to stabilize the new CLI and Flakes incrementally
    11 projects | news.ycombinator.com | 12 Aug 2023
    Yes, to get Nixpkgs it's much faster to use `fetchTarball`.

    You're right that `builtins.fetchTarball` is faster than `builtins.fetchGit` (due to the ridiculous amount of commits in the Nixpkgs repo). I like to keep such definitions in a single, company-wide/project-agnostic git repo (what the Nix Pills series calls the "repository pattern"), and have individual projects import them via `builtins.fetchGit`.

    Many years ago we didn't have `builtins.fetchGit`, so had to use the 'fetchgit' function from Nixpkgs instead. That created a chicken-and-egg situation if we wanted to take the Nixpkgs version from some other git repo; hence needing to "bootstrap" via `(import { config = {}; }).fetchgit`, and cross our fingers that `NIX_PATH` wasn't set to some crazy value (which, of course, I would inevitably do... https://github.com/Warbo/haskell-te/blob/24475a229908caa3447... )

    Note that we need `config = {};` when importing Nixpkgs to avoid an impurity which tries to read files in $HOME. More recent versions of Nixpkgs also need `overlays = [];` to avoid another impurity (looks like this changed at Nixpkgs 17.03, according to https://github.com/Warbo/nix-helpers/blob/master/nixpkgs.nix )

  • The Curse of NixOS
    35 projects | news.ycombinator.com | 24 Jan 2022
    Where nixpkgs2105 is a pinned revision of the Nixpkgs repo, defined in another overlay. My current Nix config has pinned Nixpkgs versions going back to 2016. For example, here's a bunch of such overrides:

    https://github.com/Warbo/nix-config/blob/master/overrides/fi...

    At the moment I'm using niv to manage the pinned Nixpkgs versions (the 'repoXXXX' entries):

    https://github.com/Warbo/nix-helpers/blob/master/nix/sources...

star-history

Posts with mentions or reviews of star-history. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-02.
  • Stirling PDF: Self-hosted, web-based PDF manipulation tool
    4 projects | news.ycombinator.com | 2 May 2024
    I have some questions about the Github Star history, it's very unusual to see a ~1 year old with 20k+ stars.

    It went from 6k to 15k+ stars in a few days around 2023 Christmas when global internet traffic is usually lowest, and I couldn't find any major social media posts or announcements around that time. If you're gonna buy stars don't buy 10k+ stars on one day, spread it out a bit!

    https://star-history.com/#Stirling-Tools/Stirling-PDF&Date

    https://www.google.com/search?q=%22stirling%22+%22PDF%22&sca...

  • Show HN: I've built a locally running perplexity clone
    3 projects | news.ycombinator.com | 3 Apr 2024
    That’s a great project you pulled off. From the time I starred it (10-12h ago I think), and upon re-checking this post, you gained 500+ stars lol.

    Visualized in a chart with star-history: https://star-history.com/#nilsherzig/LLocalSearch

  • What I learned from looking at 900 most popular open source AI tools
    3 projects | news.ycombinator.com | 14 Mar 2024
    You can actively see a fresh "hype curve" in the transformer-debugger repo that was posted a couple days ago (https://github.com/openai/transformer-debugger) (star history https://star-history.com/#openai/transformer-debugger&Date).

    Regardless of the repo's stars or how valuable it really is, at the time I saw it posted to HN, it had 1.6k stars/16 hours. What channel are people listening to to star it so quickly. I'm not implying any nefariousness, mind you, I'm only wondering where all the stargazers were referred from so fast and in such volume.

  • What I learned in 6 months of working on a CodeGen dev tool GPT Pilot
    6 projects | dev.to | 29 Feb 2024
    I’ve been releasing open-source projects for years now, and I’ve always wanted to see how fast my Github repo is growing compared to other successful repositories on https://star-history.com/. The problem is that on Star History, I’m unable to zoom into the graph, so a new repo that has 1,000 stars cannot be compared with a big repo that has 50,000 because you can’t see how the bigger repo does in its beginning. So, I asked GPT Pilot to build this functionality. It scrapes Github repos for stargazers, saves them into the database, plots them on a graph, and enables the graph to be zoomed in and out.
  • Htmx is a great front-end library, but its x account is full of memes
    1 project | news.ycombinator.com | 6 Feb 2024
    i'm a one man shop in montana, competing w/ Google, Vercel & Facebook for dev mindshare

    if i did what everyone else does you never would have heard of htmx

    https://star-history.com/#bigskysoftware/htmx&Date

  • Htmx and Web Components: A Perfect Match
    5 projects | news.ycombinator.com | 18 Jan 2024
    also: https://star-history.com/#bigskysoftware/htmx&facebook/react...
  • Show HN: Like-History.ai
    1 project | news.ycombinator.com | 30 Nov 2023
    Similar to http://star-history.com for GitHub repos, http://like-history.ai is a tool to help generate the like history of projects on HuggingFace.co

    More details: https://twitter.com/Tim_Qian/status/1730245069259575485

  • Star History: the missing GitHub star history graph of GitHub repos
    1 project | news.ycombinator.com | 17 Nov 2023
  • Htmx is part of the GitHub Accelerator
    12 projects | news.ycombinator.com | 16 Aug 2023
    yeah, he was the one that really started the madness:

    https://star-history.com/#bigskysoftware/htmx&bigskysoftware...

    his video posted on july 7th

  • Startups are in first batch of GitHub OS Accelerator
    17 projects | news.ycombinator.com | 12 Apr 2023
    Github star history graph of the batch:

    https://star-history.com/#trpc/trpc&termux/termux-app&respon...

What are some alternatives?

When comparing nix-helpers and star-history you can also consider the following projects:

aconfmgr - A configuration manager for Arch Linux

receiptline - Markdown for receipts. Printable digital receipts. Generate receipt printer commands and images.

nix-fpga-tools

starred - creating your own Awesome List by GitHub stars!

nvd

redux-undo - :recycle: higher order reducer to add undo/redo functionality to redux state containers

nixos-beginners-handbook - The missing handbook for NixOS beginners

timeonsite - Timeonsitetracker.js - Modern & accurate "Time on site" tracking for web and mobile browsers

nixpkgs-config - ~/.config/nixpkgs

robusta - Kubernetes observability and automation, with an awesome Prometheus integration

impermanence - Modules to help you handle persistent state on systems with ephemeral root storage [maintainer=@talyz]

nix-prisma-example - An example Prisma project using nix