just-flake VS discord-plays-pokemon

Compare just-flake vs discord-plays-pokemon and see what are their differences.

just-flake

Use `just` in your Nix devShells with re-usable and share-able targets. (by juspay)

discord-plays-pokemon

Twitch Plays Pokémon, but for Discord [GET https://api.github.com/repos/shepherdjerred/discord-plays-pokemon: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] (by shepherdjerred)
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
just-flake discord-plays-pokemon
1 2
52 8
- -
5.1 9.0
about 2 years ago 4 months ago
Nix JavaScript
MIT License GNU General Public License v3.0 only
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.

just-flake

Posts with mentions or reviews of just-flake. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-27.

discord-plays-pokemon

Posts with mentions or reviews of discord-plays-pokemon. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-03-30.
  • Ask HN: What Are You Working On? (March 2025)
    121 projects | news.ycombinator.com | 30 Mar 2025
    I've been polishing up an old project that allows people to play games on Discord, e.g. Pokemon, via text chat

    I'd love to make this a free/break-even service at some point!

    https://github.com/shepherdjerred/discord-plays-pokemon

  • I stopped worrying and loved Makefiles
    7 projects | news.ycombinator.com | 27 Apr 2024
    Make is excellent if you use it properly to model your dependencies. This works really well for languages like C/C++, but I think Make really struggles with languages like Go, JavaScript, and Python or when your using a large combination of technologies.

    I've found Earthly [0] to be the _perfect_ tool to replace Make. It's a familiar syntax (combination of Dockerfiles + Makefiles). Every target is run in an isolated Docker container, and each target can copy files from other targets. This allows Earthly to perform caching and parallelization for free, and in addition you get lots of safety with containerization. I've been using Earthly for a couple of years now and I love it.

    Some things I've built with it:

    * At work [1], we use it to build Docker images for E2E testing. This includes building a Go project, our mkdocs documentation, our Vue UI, and a ton of little scripts all over the place for generating documentation, release notes, dependency information (like the licenses of our deps), etc.

    * I used it to create my macOS cross compiler project [2].

    * A project for playing a collaborative game of Pokemon on Discord [3]

    IMO Makefiles are great if you have a few small targets. If you're looking at more than >50 lines, if your project uses many languages, or you need to run targets in a Docker container, then Earthly is a great choice.

    [0]: https://earthly.dev/

    [1]: https://p3m.dev/

    [2]: https://github.com/shepherdjerred/macos-cross-compiler

    [3]: https://github.com/shepherdjerred/discord-plays-pokemon

What are some alternatives?

When comparing just-flake and discord-plays-pokemon you can also consider the following projects:

files - In-repository file generation flake-parts module

recipin - Private recipe extraction and archiving. Join a server or run your own.

flake-parts - ❄️ Simplify Nix Flakes with the module system

reasoning-gym - [NeurIPS 2025 Spotlight] Reasoning Environments for Reinforcement Learning with Verifiable Rewards

macos-cross-compiler - Compile binaries for macOS on Linux [GET https://api.github.com/repos/shepherdjerred/macos-cross-compiler: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]

zoneforge - Web Frontend and REST API for DNS Zonefile Management

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured