-
-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CI and AI sections #160
base: main
Are you sure you want to change the base?
Conversation
Is there any information about Typhon CI? I can only find the repo and the source code, but other than that there doesn't seem to be any resources with information about it. |
It is a very young project created by @pnmadelaine, he showcased it recently at a NixOS meetup in Paris. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor spelling tweak and project placement move, but the projects themselves look good
@@ -139,6 +141,16 @@ | |||
* [Makes](https://github.com/fluidattacks/makes) - A Nix-based CI/CD pipeline framework for building, testing, and releasing projects in any language, from anywhere. | |||
* [Standard](https://github.com/divnix/std) - An opinionated Nix Flakes framework to keep Nix code in large projects organized, accompanied by a friendly CLI/TUI optized for DevOps scenarios. | |||
|
|||
## Continuous Integration | |||
|
|||
* [Hercules CI](https://hercules-ci.com/) - Non free continuous integration service for Nix. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a dash between "Non" and "free" (e.g. "Non-free").
Also seems like the kind of project I'd like to put under a "Paid/Non-Free Sevices" section, but that's just me.
|
||
## Artificial Intelligence | ||
|
||
* [Nixified AI](https://nixified.ai/) - Making AI reproducible and easy to run. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be in the Overlays
section, since its purpose is to provide a set of packages, not to actually perform the Machine Learning.
(Could you even do machine learning with Nix? It's kind of counter to the whole "declarative" part given machine learning is entirely based on state)
@gaelreyrol hi, I only just noticed this PR, thank you for the interest 🙂 I would like to note that I prefer the project to be referenced simply as "Typhon", I only add the "CI" suffix when the typhon handle is already taken :(
The project was very young at the time, we now have documentation available at https://typhon-ci.org ! I would be very glad if Typhon was added to this list, but I still consider the project to be a prototype. So if you do add it, maybe put a little "beta" notice in the description? |
@pnmadelaine I see the documentation in the repo, but seems something is wrong with the GitHub pages setup: This returns a 404 page for me. |
@terlar GitHub somehow decided to disable my custom domain… this should be fixed now! |
I think my code comments still stand. The section move for the AI package set one and the punctuation changes are all that's needed |
I noticed that I know projects that are not referenced here so I added them.