dnf
CPython
dnf | CPython | |
---|---|---|
13 | 1,521 | |
1,301 | 67,864 | |
0.8% | 1.0% | |
8.4 | 10.0 | |
6 days ago | 1 day ago | |
Python | Python | |
GNU General Public License v3.0 only | GNU General Public License v3.0 or later |
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.
dnf
- Any way to speed up dnf tab autocomplete?
-
still don't understand why dnf metadata only downloads with 10-20KB/s speed on here. meanwhile on speedtest it's roughly 4MB/s
I just use dnf-makecache.service to handle background metadata syncs. Just modify the dnf-makecache.timer to manage when these occur.
-
Ask HN: What Next After Ubuntu?
https://github.com/rpm-software-management/dnf/pull/1879
However its o my going to work on rhel 10 or anything that has very very up to date DNF version.
-
Is it possible to get better tab completion with dnf?
Sure. Raise a bug report. Asking nicely on Reddit isn't going to make it happen.
- Who can explain to us more?
-
Fedora 39 Looks To Use DNF5 By Default For Better Performance & Improved User Experience
I'm not sure, I'm not a dnf developer. It was implemented in C++, so it would probably have to be done differently in version 4. I belive dnf development is focused on version 5 right now, so adding features to version 4 is probably not a high priority. It would be nice to see it in version 4 so it could be added to current versions of RHEL and Fedora, but time is a finite resource. Perhaps you could implement and send a pull request, or at least file a bug to discuss it upstream?
-
What do you think of DNF?
dnf uses python only for command line functionality. Its core part, libdnf, is written in C++. However yes, dnf in my experience is still significantly slower than apt and pacman.
- What is the best distro for gaming on linux?
-
Python finally offloads some batteries
Lots of people use python apps and not know about it. I don't get where the idea that it's complicated comes from. You run them the same way as everything else. For example if you use anything redhat-based you're running a python app (https://github.com/rpm-software-management/dnf). If you're running any desktop environment, you're likely using at least one python app or something with python scripting embedded.
-
[dnf settings] how do I get dnf to output its setting values?
Of course they also changed the default fedora dnf.conf to make it include best=False, so there was no change, except users can simply delete this line in dnf.conf to enable best.
CPython
-
Series of posts on HTTP status codes
Also, it is slightly outdated as it does not incorporate RFC9110 which renames some status codes which previously were WebDAV-only:
https://github.com/python/cpython/pull/117611
-
Reflections on 2 years of CPython's JIT Compiler: The good, the bad, the ugly
Hey Maxime!
> whereas AFAIK the Python JIT project was lead by a student.
I am definitely not leading the team! I am frankly unqualified to do so lol. The team is mostly led by Mark Shannon, who has 10+ years of compiler/static analysis experience as well. The only thing I initially led was the optimizer implementation for the JIT. The overall design to choose tracing, to use copy and patch, etc. were other people.
> However they decided to ignore my advice and go with their own unproven approach.
Your advice was very much appreciated and I definitely didn't ignore your advice. I just don't have much say over the initial architectural choices we make. We're slowly changing the JIT based on data, but it is an uphill battle like you said. If you're interested, it's slowly becoming more like lazy basic block versioning https://github.com/python/cpython/issues/128939
You did great work on YJIT, and I am quite thankful for that.
- My Developemnt Environment
-
Automate Your VPN Connections with Python
Getting Started: The Tech Stack Python 3: The language for scripting. subprocess module: To launch and interact with VPN clients. A VPN client: Such as OpenVPN, Windscribe, or ProtonVPN.
-
5 Tools That Helped Me Catch 70% More Bugs in the Codebase [Important!]
I started embedding Entelligence’s real-time AI reviewer directly in my IDE and immediately saw results. It’s like having a savvy teammate checking my code as I type. In fact, the makers of Entelligence boast that this IDE integration “helps you catch bugs and improve code quality instantly”. The AI flags issues and even suggests fixes before I commit to GitHub. Because it supports dozens of languages, I could use it across our whole stack (Python, JavaScript, Java, etc.). Using Entelligence, I routinely caught subtle logic and design flaws early, massively cutting down the number of defects slipping into code reviews or production.
-
Fedora's 32-Bit (I686) Support Withdrawal Postponed – Here's Why
https://github.com/python/cpython/blob/847d1c2cb4014f122df64.... i686 is Windows only. I see there's a warning about this later if you're unsupported and therefore a 0 case, but either this becomes an error later on or they softened the impact since I did this. Or I'm looking at the wrong check.
- Uncle Sam wants you – to use memory-safe programming languages
-
Ask HN: Best tools today to learn programming?
Still the same way I have told people for the past 10 years: go to https://www.python.org/ and have fun.
-
Dictionary in Python (3)
sorted() creates a copy. *Be careful, sorted() does shallow copy instead of deep copy as my issue.
-
First Day as a Developer:
downloaded it from ➡️ https://www.python.org. After installing, I typed python --version in Git Bash — and yes, Python 3.10 showed up.
What are some alternatives?
dnfdragora - dnfdragora is a dnf frontend based on libyui abstraction
RustPython - A Python Interpreter written in Rust
ubuntu-pro-client - Ubuntu Pro Client for offerings from Canonical
git - A fork of Git containing Windows-specific patches.
dnf5 - Next-generation RPM package management system
ipython - Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.