dupluxy
CPython
dupluxy | CPython | |
---|---|---|
1 | 1,520 | |
4 | 67,759 | |
- | 0.8% | |
3.9 | 10.0 | |
6 months ago | 1 day ago | |
Go | Python | |
GNU General Public License v3.0 or later | 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.
dupluxy
-
BorgBackup 2 has no server-side append-only anymore
https://github.com/dupluxy/dupluxy
If anyone cares about preserving hardlinks and overlay2 directories. The binary is a drop in.
CPython
-
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.
-
Setting Up Git, Python, WSL, Docker, and GitHub SSH
1.Python 3.10+ How I Installed It: I visited https://www.python.org/ and downloaded the latest Python 3.10.0 installer for Windows. During installation, I made sure to check the box that says **“Add Python to PATH.” After it was done, I opened Command Prompt and ran:
What are some alternatives?
bontmia - Bontmia (Backup Over Network To Multiple Incremental Archives)
RustPython - A Python Interpreter written in Rust
Rsnapshot - a tool for backing up your data using rsync (if you want to get help, use https://lists.sourceforge.net/lists/listinfo/rsnapshot-discuss)
git - A fork of Git containing Windows-specific patches.
rustic - rustic - fast, encrypted, and deduplicated backups powered by Rust
ipython - Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.