Based on our record, NixOS should be more popular than Python Package Index. It has been mentiond 273 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I packaged my deployment script with Nix and Nix flakes then added it as a dependency in my devbox.json. When you enter the developer environment you have access to the deploy Bash script which I then wrapped up into app deploy. Previously, I would copy and paste all the Bash scripts I needed from past projects into my current project but this approach was much nicer. - Source: dev.to / 5 days ago
If you are using Nix, you may have heard of Nix-Shell Shebang:. - Source: dev.to / 4 months ago
MdBook is a Rust-based tool to create Web-based books from vanilla Markdown files. Although it is quite minimalistic, you will bump into it quite often in the wild. Most notably, the Rust Book uses it. I see it quite often in the Nix ecosystem, too. - Source: dev.to / 5 months ago
Haskell has been my go-to language for over 7 years. First, I started with Stack, then switched to plain Cabal and finally settled on Nix to provision a development environment for Haskell projects. - Source: dev.to / 5 months ago
Also for systems administration and DevOps, I first used Ansible to streamline the management of our servers. Writing playbooks is OK, but going beyond that to convert them to roles is a good practice from collaboration perspective. This SDK approach worked quite well for me and my team. Now, I am developing NixOS modules for various services we deploy. In both cases, the goal is to compose well-defined and... - Source: dev.to / 5 months ago
This GenAI novel cyber risk is a variant of what's called typo squatting. With typo squatting, a malicious actor published its malware on some public repository (like the Node Package Manager (NPM) for Node JavaScript, the Python Package Index (PyPI) for python, or the Comprehensive R Archive Network (CRAN) for R) using a package name that is so similar to a popular package that a typo in the package name during... - Source: dev.to / 4 days ago
> But we still don't have a solution to search projects on potentially thousands of servers, including self-hosted ones. We do. https://mvnrepository.com/repos/central https://npmjs.com https://packagist.org/ https://pypi.org/ https://www.debian.org/distrib/packages#search_packages https://pkg.go.dev/ https://elpa.gnu.org/packages/ And many others. And we still have forums like this one and Reddit where... - Source: Hacker News / 27 days ago
There has been existing tooling to test and enforce CSP in Django. The most recognizable of those has been the django-csp package developed by a team at Mozilla. It is available on PyPI and does an excellent job. You might still be wondering how this answers the question: "Why Django 6.0?" In May 2024, a conversation began to explore the possibility of adding CSP support to Django. The idea was to create... - Source: dev.to / about 2 months ago
Ah, I was beaten to it... The Python Package Index (PyPI), a central repository of third-party Python packages, is now seeing what appears to be a fairly wide-scale phishing attack. The attackers are squatting on "pypj.org" โ a plausible typo, but more likely chosen to visually resemble "pypi.org" in a browser address bar. This was first reported by Python core developer Ethan Furman (@stoneleaf), who was... - Source: Hacker News / 2 months ago
If you visit PyPI and scroll to the bottom you can see that it is available in a number of languages including Hebrew, which indicates it should also support RTL (Right-to-left) rendering. Those translations need maintenance and more translations could be added. - Source: dev.to / 3 months ago
GNU Guix - Like Nix but GNU.
Python Poetry - Python packaging and dependency manager.
Homebrew - The missing package manager for macOS
pip - The PyPA recommended tool for installing Python packages.
asdf-vm - An extendable version manager
Conda - Binary package manager with support for environments.